a:hover {
    color: #1b5b31;
}

.card {
    border-radius: 10%;
    border: none;
    width: 18rem;
}

.card:hover {
    box-shadow: 3px 3px 4px #1b5b31;
    transform: translateY(-10px);
}

.card-link {
    color: #8dad97;
    border-bottom: solid;
    text-decoration: none;
}

.color-green {
    background-color: #1b5b31;
}

.footer-bg {
    background-color: #111111;
}

.full-img {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.full-img img {
    max-width: 70%;
}

.full-img span {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 30px;
    color: #157347;
    cursor: pointer;
}

.f-white {
    color: #f5f0ec;
}

.img-opacity {
    opacity: 0.4;
}

.instagram-button {
    background-color: #f5f0ec;
    color: #1b5b31;
}

.instagram-button:hover {
    transform: scale(1.1);
    background-color: #f5f0ec;
    color: #1b5b31;
}

.intro-section-left {
    background-color: #dcc1ab;
}

.item-nav:hover {
    box-shadow: #157347 0px 1px 0px;
}

.line {
    width: 200%;
}

.link-footer {
    color: white;
    text-decoration: none;
}

.link-footer:hover {
    color: #157347;
}

.logo {
    overflow: hidden;
    animation-name: slidein;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-duration: 0.9s;
}


.masonry {
    column-count: 3;
    column-gap: 1rem;
    max-width:max-content;
}

.masonry img {
    display: block;
    max-width: 100%;
    padding-bottom: 1rem;
    cursor: pointer;
}

@media screen and (min-width: 768px){ 
    .mansory {
    column-gap: 1.5rem;
    }
    .mansory img {
        padding-bottom: 1.5rem;
    }
}

.more {
    display: none;
}

.ofert-block {
    background-color: #f5f0ec;
    padding-bottom: 160px;
}

.space {
    height: 2px;
}

#form-search {
    margin-left: -300px;
    transition: 0.7s;
}

#trigger {
    opacity: 0.4;
}

@keyframes slidein {
    from {
        margin-left: -220px;
    }
    to {
        margin-left: 0px;
    }
}
