
section.home_banner img {
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}


section.home_banner .card-img-overlay {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


section.home_banner h2 {
    font-size: 85px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd6a8), to(#fff5ea));
    background: -o-linear-gradient(top, #ffd6a8 0%, #fff5ea 100%);
    background: linear-gradient(180deg, #ffd6a8 0%, #fff5ea 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 115%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    text-align: center;
}


section.about .height{
    height: 100vh;
}

.expre {
    position: absolute;
    top: -103px;
    left: -83px;
}

section.dishes .item .box img {
    height: 420px;
    -o-object-fit: cover;
    object-fit: cover;
}

section.dishes .item .box {
    position: relative;
}

section.dishes .item .box h5 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 1;
}


section.dishes .item .box::after {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(34%, rgba(177, 8, 8, 0)), to(#00000078));
    background: -o-linear-gradient(top, rgba(177, 8, 8, 0) 34%, #00000078 100%);
    background: linear-gradient(180deg, rgba(177, 8, 8, 0) 34%, #00000078 100%);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}


section.dishes .left {
    position: absolute;
    left: -30px;
    bottom: 177px;
    z-index: 2;
}

section.dishes .right {
    position: absolute;
    right: -30px;
    bottom: 177px;
    z-index: 2;
}


section.video {
    height: 400px;
    display: -ms-grid;
    display: grid;
    place-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../Images/video.webp');
    background-position: center;
    background-size: cover;
    /* background-attachment: fixed; */
}


section.main-box {
    background-color: #fff;
    max-width: 47%;
    border-radius: 60px;
    margin: 0 auto;
    height: 57px;
    position: relative;
    bottom: -26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.fa-star {
    color: #FFB800 !important;
}

section.form .form-container {
    background-color: #3A2106;
    padding: 50px 30px 17px 30px;
    /* height: 100%; */
}

section.form .img {
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;

}


.form-container .home_form{
    display: grid;
     gap: 20px;
    grid-template-columns: repeat(2,1fr);
}

section.testimonials img {
    height: 500px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;

}

.contact_img{
    height: 516px;
}

section.testimonials .box {
    position: relative;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}


section.testimonials .box .play {
    position: absolute;
    left: 50%;
    top: 40%;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
    z-index: 1;
    width: 70px;
    height: 70px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

section.testimonials .box:hover .play {
    opacity: 1;
    top: 50%;
}


section.testimonials .box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #3a210662;

}



section.testimonials .box:hover::after {

    height: 100%;

}


/* section.testimonials video{
    height: 400px;
    width: 100%;

} */


@media screen and (max-width:1400px) {

    section.main-box {
        max-width: 70%;
    }


}


@media screen and (max-width:1300px) {

    section.why h3 {
        font-size: 20px;
    }


    .expre {
        position: absolute;
        top: -79px;
        left: -37px;
    }


}


@media screen and (max-width:900px) {

    section.main-box {
        max-width: 90%;
    }

    section.testimonials img {
        height: 400px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;

    }

}




@media screen and (max-width:767px) {

    section.dishes .left,
    section.dishes .right {
        display: none;

    }

    section.main-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 90%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        padding: 0px 20px;
        bottom: -55px;
        border-radius: 20px;
    }

    section.testimonials img {
        height: 400px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;

    }

    .contact_img{
        height: 100%;
    }

}



@media screen and (max-width:510px) {


    section.home_banner img {
        height: 65vh;
    }

    section.home_banner .card-img-overlay {
        top: 48%;
    }

    .choose {
        width: 200px;
    }

    section.main-box {
        padding: 80px 20px;
    }

    .expre {
        position: absolute;
        top: -50px;
        left: 8px;
        width: 200px;
    }

    section.about .height{
        height: auto;
    }

}