.container-find {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 8% 0;
}

.left, .right {
    border: none;
    color: var(--yellow);
    font-size: 1.2vw;
    background: none;
}

.left:hover, .right:hover {
    color: var(--brown);
    background: none;
}

.container-find .info {
    border-radius: 0 50vw 50vw 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--brown);
    padding: 12% 16%;
    gap: 20px;
}

.btn_order {
    width: fit-content;
    padding: 0.8vw 2vw;
    border-radius: 3vw;
    background-color: var(--yellow);
    color: var(--white);
    font-family: inherit;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size: 0.8vw;
}

.btn_order::before {
    content: '';
    width: 0;
    height: 3em;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, var(--white) 0%, #ffffff80 100%);
    transition: .5s ease;
    display: block;
    z-index: -1;
}

.btn_order:hover {
    color: var(--brown);
}

.btn_order:hover::before {
    width: 100%;
}

.btn_order2{
    width: fit-content;
    padding: 0.8vw 2vw;
    border-radius: 3vw;
    background-color: var(--yellow);
    color: var(--white);
    font-family: inherit;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size: 0.8vw;
    box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}

.btn_order2::before {
    content: '';
    width: 0;
    height: 3vw;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, var(--brown) 0%, #27170171 100%);
    transition: .5s ease;
    display: block;
    z-index: -1;
}

.btn_order2:hover::before {
    width: 100%;
}

.plates-skider div div div {
    display: flex;
    justify-content: center;
}

.plates-skider div div div img {
    width: 100vw;
}

.plates div div div div img {
    width: 100vw;
}

.plates div div div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 12px 2px;
    margin: 12px;
    background-color: var(--yellow);
    border-radius: 6vw;
}

.btn_order3 {
    width: fit-content;
    padding: 0.8vw 2vw;
    border-radius: 3vw;
    background-color: var(--brown);
    color: var(--white);
    font-family: inherit;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size: 0.8vw;
}

.btn_order3::before {
    content: '';
    width: 0;
    height: 3vw;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--white);
    transition: .5s ease;
    display: block;
    z-index: -1;
}

.btn_order3:hover::before {
    width: 100%;
}

.btn_order3:hover {
    color: var(--brown);
}

.container-find .slider{
    padding: 8% 8%;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.container-find .slider > div {
    text-align: center;
    color: var(--white);
    align-items: center;
    justify-content: center;
    width: 40vw;
}

.plates > div > div > div > p {
    color: var(--brown);
    font-size: 20px;
    font-weight: 600;
}

.plates > div > div > div > span {
    color: var(--brown);
    font-size: 18px;
}

.container-find .info p {
    color: var(--white);
    text-transform: uppercase;
    font-size: 1vw;
}

.container-find .info .title {
    font-size: 3vw;
    font-weight: bold;
}

.container-find .info span {
    color: var(--yellow);
}

.container-about {
    display: grid;
    grid-template-columns: 50% 50%;
}

.container-about > .img-about {
    position: relative;
    height: 80vh;
}

.leaf, .lemon, .rectangle {
    position: absolute;
}

.leaf {
    top: -10%;
    left: 6%;
    width: 16vw;
}

.lemon {
    width: 15vw;
    top: 48%;
    left: 6%;
}

.plate {
    width: 35vw;
    position: absolute;
    top: 0;
    right: 0;
    animation: mover3 4s infinite alternate;
}

.rectangle {
    z-index: -1;
    width: 100%;
}

.info-about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    padding: 20%;
}

.section-about {
    padding: 6% 0;
}

.conteiner-index {
    display: grid;
    grid-template-columns: 25% 50% 25%;
    justify-content: center;
    padding: 0 10%; 
    gap: 26px;
}

.conteiner-index>.div-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.info-about p {
    font-size: 3vw;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--brown);
}

.info-about span {
    color: var(--yellow);
}

.info-about > span {
    font-size: 1vw;
    color: #6c6c6c;
}

.container-title-index {
    padding: 2% 12%;
    text-align: center;
}

.container-title-index span {
    font-size: 3vw;
    color: var(--bar-info);
}

.container-title-index p {
    font-family: 'Montserrat-Bold';
    font-size: 2.5vw;
    text-transform: uppercase;
    color: var(--brown);
}

.section-gal {
    padding: 8% 25%;
}

.container-gal {
    display: grid;
    grid-template-columns: 50% 50%;
}

.container-gal div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.container-gal div {
    position: relative;
    overflow: hidden;
    height: 30vh;
}

.container-gal div img:hover {
    transform: scale(1.1);
    cursor: pointer;
}
.section-catering {
    padding: 6% 12%;
}

.continer-catering {
    display: grid;
    grid-template-columns: 60% 40%;
}

.continer-catering div:last-child {
    background-color: var(--brown);
    display: flex;
    justify-content: center;
    color: var(--white);
    flex-direction: column;
    gap: 20px;
    position: relative;
    padding: 0 10%;
    border-radius: 0 60px 60px 0;
}

.continer-catering div:first-child {
    display: flex;
}

.continer-catering div:first-child img {
    width: 100%;
    border-radius: 60px 0 0 60px;
}

.continer-catering div p {
    font-weight: 600;
    font-size: 1.7vw;
}

.continer-catering div span {
    color: var(--yellow) ;
}

.continer-catering div span {
    text-align: left;
}

.leaf2 {
    position: absolute;
    top: -28%;
    left: -19%;
    width: 14vw;
}

.lemon2 {
    animation: mover3 4s infinite alternate;
    position: absolute;
    width: 10vw;
    top: 70%;
    right: 1%;
}

.conteiner-index div:last-child {
    font-size: 1vw;
}

.div-yellow {
    position: relative;
}

.img-yellow {
    left: 0;
    position: absolute;
    z-index: -1;
    width: 100vw;
}

.conteiner-index .slider1 {
    position: relative;
}

.slader1 {
    padding: 8% 8%;
    display: flex;
    justify-content: center;
}

.slader1 div {
    align-items: center;
    justify-content: center;
    width: 50vw;
}

.left2, .right2 {
    border: none;
    color: var(--yellow);
    font-size: 32px;
    background: none;
}

.left2:hover, .right2:hover {
    border: none;
    color: var(--brown);
    font-size: 29px;
    background: none;
}

.left2, .right2 {
    display: none !important;
}

@media (max-width: 996px) {
    .info-about > span {
        font-size: 4vw;
    }

    .left, .right {
        border: none;
        color: var(--yellow);
        font-size: 1.2vw;
        font-size: 4.8vw;
    }

    .btn_order2 {
        padding: 3vw 8vw;
        border-radius: 10vw;
        font-size: 3.4vw;
    }

    .btn_order3 {
        padding: 3vw 8vw;
        border-radius: 10vw;
        font-size: 3.4vw;
    }

    .btn_order {
        padding: 3vw 8vw;
        border-radius: 10vw;
        font-size: 3.4vw;
    }    

    .conteiner-index div:last-child {
        font-size: 4vw;
    }

    .container-find .info p {
        font-size: 4vw;
    }

    .plates div div div {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 12px 2px;
        margin: 0;
        background-color: var(--yellow);
        border-radius: 6vw;
    }

    .left2, .right2 {
        display: block  !important;
    }

    .container-gal {
        justify-content: center;
        grid-template-columns: 80%;
    }

    header .networks_box i:hover {
        color: var(--yellow);
    }

    .container-find .slider div {
        width: 70vw;
    }
   
    .continer-catering div:first-child img {
        border-radius: 60px 60px 0 0;
    }

    .section-index{
        padding: 8% 0;
    }

    .container-title-index p {
        font-size: 6vw;
    }

    .container-title-index span {
        font-size: 5vw;
    }

    .continer-catering {
        display: grid;
        grid-template-columns: 100%;
    }

    .container-title-index {
        text-align: center;
        padding: 6% 8%;
    }

    .leaf2 {
        position: absolute;
        top: -14%;
        left: 65vw;
        width: 25vw;
    }

    .section-catering {
        padding: 18% 2%;
    }

    .lemon2 {
        position: absolute;
        width: 20vw;
    }

    .continer-catering div:last-child {
        padding: 8%;
        border-radius: 0 0 60px 60px;
    }

    .continer-catering div p {
        font-size: 4vw;
    }

    .container-gal div {
        position: relative;
        overflow: hidden;
        height: 26vh;
    }

    .section-gal {
        padding: 6% 1%;
    }

    .conteiner-index {
        text-align: center;
        FONT-WEIGHT: 100;
        display: grid;
        gap: 30px;
        grid-template-columns: 90%;
    }

    .info-about p {
        font-size: 10vw;
    }

    .info-about {
        padding: 8%;
    }

    .container-about > .img-about {
        position: relative;
        height: 40vh;
    }

    .plate {
        width: 78vw;
    }

    .leaf {
        top: -4%;
        left: 6%;
        width: 25vw;
    }

    .lemon {
        width: 25vw;
        top: 60%;
        left: 6%;
    }

    .container-about {
        grid-template-columns: 100%;
    }

    .container-find .info {
        border-radius: 0 40vw 40vw 0;
        padding: 8% 10%;
    }

    .container-find .info .title {
        font-size: 6vw;
    }

    .container-find{
        grid-template-columns: 100%;
    }
}