@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
*,::before,::after{
    margin: 0;padding: 0;box-sizing: border-box;
}
ul,ol,li{
    list-style: none;
}
a{
    text-decoration: none;
}
.container{
    width: 1200px;
    margin: auto;
}
body,html{
    scroll-behavior: smooth;
}
.btn{
    padding: 15px 70px;
    background: #fff;
    color: #3D763D;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 500;
    border-radius: 35px;
    white-space: nowrap;
    transition: all linear .3s;
}
.btn:hover{
    background: #3D763D;
    color: #fff;
}
.cursor-bg{
    width: 100px;
    height: 100px;
    background: #5BB350;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: 100000;
    transition: all linear .2s;
    transform: translate(-50%, -50%);
    pointer-events: none;
    mix-blend-mode: plus-lighter;
    filter: blur(10px);
}
/* common css end */
/********** navigation style start ************/
nav{
    width: 100%;
    background: #3D763D;
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
}
nav.collapse{
    position: fixed;
}
nav .navigation{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    transition: all linear .4s;
}
nav.collapse .navigation{
    padding: 10px 0;
}
nav .navigation img[alt=logo]{
    width: 180px;
}
nav .navigation .menu{
    display: flex;
    margin-left: auto;
    gap: 25px;
}
/* nav .navigation .menu li{
    margin: 0 20px;
} */
nav .navigation .menu li a{
    padding: 30px 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 25px;
}
nav .navigation .menu form{
    display: flex;
    align-items: center;
    gap: 10px;
}
nav .navigation .menu form input{
    padding: 8px 0;
    border: none;
    outline: none;
    width: 0;
    transition: all linear .3s;
}
nav .navigation .menu form:hover input{
    width: 200px;
    padding: 8px;
}
nav .navigation .menu form input:focus{
    width: 200px;
    padding: 8px;
}
/* nav .navigation a.search{
    margin-left: auto;
} */
nav .navigation .menu_btn{
    font-size: 30px;
    color: #fff;
    display: none;
    margin: 0 40px 0 20px;
}

/* nav .navigation img.search{
    color: #fff;
    font-size: 25px;
} */
/********** navigation style end ***************/
/********** banner style start ***************/
#banner{
    width: 100%;
    background: linear-gradient(-139.19deg,#5BB350,#467C43);
    padding: 200px 0 100px;
    position: relative;
    z-index: 1;
}
#banner::after{
    content: '';
    width: 100%;
    height: 115%;
    background: url(../images/pattern.png) no-repeat;
    background-size: 900px 100%;
    background-position: 100% -90px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#banner .banner-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    
}
#banner .banner-row .banner-text{
    flex-basis: 50%;
    flex-grow: 1;
    color: #fff;
}
#banner .banner-row .banner-text h2{
    font-family: 'Berkshire Swash', cursive;
    font-size: 53.07px;
    font-weight: 400;
    line-height: 0;
    text-shadow: 2px 2px 15px rgb(0 0 0 / 30%);
    margin-left: 90px;
    text-transform: capitalize;
}
#banner .banner-row .banner-text h1{
    font-family: 'Berkshire Swash', cursive;
    font-size: 114.03px;
    text-transform: capitalize;
}
#banner .banner-row .banner-text p{
    font-family: 'Poppins', sans-serif; 
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    margin: 45px 0 75px;
}
#banner .banner-row .banner-text .button{
    width: 275px;
    padding: 15px 65px;
    background: #e6ca48;
    color: #3D763D;
    font-family: 'Poppins', sans-serif; 
    font-weight: 500;
    text-transform: capitalize;
    font-size: 27.6px;
    border-radius: 40px;
    white-space: nowrap;
    transition: all linear .3s;
}
#banner .banner-row .banner-text .button:hover{
    background: #fff;
}
#banner .banner-row .banner-img{
    flex-basis: 50%;
    flex-grow: 1;
}
#banner .banner-row .banner-img img{
    width: 500px;
    pointer-events: none;
    margin-left: 65px;
    filter: drop-shadow(-9px 15px 10px rgba(0,0,0,0.5));

}
/********** banner style end ***************/
/********** about style start ***************/
#about{
    width: 100%;
    padding: 120px 0;
    background: linear-gradient(to right,#477844,#5BB350);
    overflow: hidden;
}


#about .about-row{
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
#about .about-row .about-text{
    flex-basis: 50%;
    flex-grow: 1;
    color: #3D763D;
    position: relative;
    z-index: 1;
}
#about .about-row .about-text h2,#about .about-row .about-text h4{
    font-family: 'Berkshire Swash', cursive;
    font-size: 60.51px;
    text-transform: capitalize;
    font-weight: bold;
}
#about .about-row .about-text h4{
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-size: 29.17px;
    margin: 30px 0 25px;
}
#about .about-row .about-text p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 40px;
}
#about .about-row .about-img{
    flex-basis: 50%;
    flex-grow: 1;
    position: relative;
    z-index: 1;

}
#about .about-row .about-img::before{
    content: '';
    width: 100vw;
    position: absolute;
    top: 0;
    left: 3px;
    bottom: 4px;
    background: #e6ca48;
    z-index: -1;
    border-radius: 300px 0 0 300px;
}
#about .about-row .about-img img{
    width: 100%;
    filter: drop-shadow(-39px 52px 35px rgba(0,0,0,0.5));
    pointer-events: none;
}
/********** about style end ***************/
/********** service style start ***************/
#service{
    width: 100%;
    background: #3D763D;
    padding: 110px 0;
}
#service .service-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
}
#service .service-row .service-box{
    flex-basis: 30%;
    flex-grow: 1;

}
#service .service-row .service-box img{
    display: block;
    margin: auto;
    width: 145px;
}
#service .service-row .service-box .service-text{
    color: #fff;
    text-align: center;
}
.service-row .service-box .service-text h2{
    text-transform: capitalize;
    font-size: 33.33px;
    margin: 80px 0 30px;
}
.service-row .service-box .service-text p{
    font-size: 20px;
}
/********** service style end ***************/
/********** chef style start ***************/
#chef{
    width: 100%;
    background: linear-gradient(to bottom,#5BB350,#467C43);
    color: #fff;
    padding: 65px 0 180px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#chef::before{
    content: '';
    width: 100%;
    height: 500px;
    position: absolute;
    top: -200px;
    left: 0;
    background: url(../images/pattern2.png) bottom;
    background-size: contain;
    z-index: -1;

}
#chef::after{
    content: '';
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/pattern3.png) bottom;
    background-size: contain;
    z-index: -1;

}
#chef .heading{
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
}
#chef .heading h2{
    font-family: 'Berkshire Swash', cursive;
    font-size: 72.32px;
    font-weight: 400;
}
#chef .heading h4{
    font-family: 'Poppins', sans-serif;
    font-size: 22.68px;
    font-weight: 400;
}
#chef .chef-row{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    margin-bottom: 120px;
}
#chef .chef-row .chef-box{
    flex-basis: 30%;
    flex-grow: 1;
    position: relative;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
    border-radius: 15px;
    overflow: hidden;

}
#chef .chef-row .chef-box:nth-child(2){
    filter:blur(60px) ;
}
#chef .chef-row .chef-box img{
    width: 100%;
}
#chef .chef-row .chef-box .chef-text{
    width: 100%;
    padding: 30px;
    text-align: center;
    background: #3D763D;
    position: absolute;
    bottom: 0;
}
#chef .chef-row .chef-box .chef-text h3,#chef .chef-row .chef-box .chef-text h4{
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 400;
}
#chef .chef-row .chef-box .chef-text h4{
    font-size: 17px;
}
#chef .peragraf{
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
}
/********** chef style end ***************/
/********** blog style start ***************/
#blog{
    width: 100%;
    padding: 180px 0;
    background: #F29916;
    position: relative;
    z-index: 1;
}
#blog::before{
    content: '';
    width: 120px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/pattern5.png) center;
    background-size: 100%;
    z-index: -1;
}
#blog::after{
    content: '';
    width: 120px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/pattern4.png) center;
    background-size: 100%;
    z-index: -1;
}
#blog .blog-row{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 90px;
    flex-wrap: wrap;
}
/* blog image style start */
#blog .blog-row .blog-img{
    flex-basis: 600px;
    overflow: hidden;
    border-radius: 55px;
}
#blog .blog-row .blog-img img{
    width: 100%;
}
/* blog text style start */
#blog .blog-row .blog-text{
    flex-basis: 510px;
    color: #fff;
}
#blog .blog-row .blog-text h2{
    font-family: 'Poppins', sans-serif;
    font-size: 37.6px;
    font-weight: 500;
    text-transform: capitalize;
}
#blog .blog-row .blog-text p{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 50px 0 70px;
}
/********** blog style end ***************/
/********** testimonials style start ***************/
#testimonials{
    width: 100%;
    background: #3D763D;
    color: #fff;
    padding: 82px 0 120px;
    position: relative;
}
#testimonials .swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
  }

#testimonials .swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

#testimonials  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
#testimonials  .swiper-slide h2{
    font-family: 'Berkshire Swash', cursive;
    font-size: 98.41px;
    font-weight: 400;
  }
#testimonials  .swiper-slide p{
    font-family: 'Poppins', sans-serif;
    font-size: 29.17px;
    font-weight: 400;
    margin: 50px 0 55px;
    
  }
#testimonials  .swiper-slide h4{
    font-family: 'Poppins', sans-serif;
    font-size: 29.17px;
    font-weight: 300;
  }
 /* #testimonials .swiper-pagination{
    bottom: 40px !important;
  } */
 #testimonials .swiper-pagination span{
    width: 20px;
    height: 20px;
    background: #fff;
    margin-left: 30px !important;
  }
#testimonials  .swiper-pagination span:first-child{
    margin-left: 0px !important;
  }
/********** testimonials style end ***************/
/********** our menus style start ***************/
/* menu heading style start */
#ourMenu{
    width: 100%;
    padding: 150px 0 100px;
    background: linear-gradient(to right,#4D8B47,#5BB350);

}
#ourMenu .heading{
    width: 100%;
    text-align: center;
    background: #e6ca48;
    color: #3D763D;
    padding: 70px 0 35px;
    position: relative;
}
#ourMenu .heading::before{
    content: '';
    width: 100%;
    height: 75px;
    position: absolute;
    top: -75px;
    left: 0;
    background: url(../images/pattern7.png) center;
    background-size: contain;
    overflow: hidden;
}
#ourMenu .heading::after{
    content: '';
    width: 100%;
    height: 75px;
    position: absolute;
    bottom: -70px;
    left: 0;
    background: url(../images/pattern7.png) center;
    background-size: contain;
    overflow: hidden;
}
#ourMenu .heading h2{
    font-family: 'Poppins', sans-serif;
    font-size: 97.04px;
    font-weight: 600;
    text-transform: capitalize;
}
#ourMenu .heading h3{
    font-family: 'Poppins', sans-serif;
    font-size: 40.29px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 20px;
}
#ourMenu .heading p{
    font-family: 'Montserrat', sans-serif;
    font-size: 16.67px;
    font-weight: 400;
}
/* menu heading style end */
/* menu items style start */
.menuItems{
    width: 100%;
    padding-top: 150px;
    color: #fff;
    position: relative;
}
.menuItems .swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 170px;
  }

.menuItems .swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

.menuItems  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.menuItems  .swiper-slide h2{
    font-family: 'Berkshire Swash', cursive;
    font-size: 98.41px;
  }
.menuItems  .swiper-slide p{
    font-family: 'Poppins', sans-serif;
    font-size: 29.17px;
    font-weight: 400;
    margin: 50px 0 55px;
  }
.menuItems  .swiper-slide h4{
    font-family: 'Poppins', sans-serif;
    font-size: 29.17px;
    font-weight: 300;
  }
 .menuItems .swiper-pagination{
    bottom: 40px !important;
  }
 .menuItems .swiper-pagination span{
    width: 20px;
    height: 20px;
    background: #fff;
    margin-left: 30px !important;
  }
.menuItems  .swiper-pagination span:first-child{
    margin-left: 0px !important;
  }
.menuItems .menu-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 60px;
}
.menuItems .menu-row .menu-box{
    flex-basis: 45%;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    
}
.menuItems .menu-row .menu-box .food-img{
    width: 50%;
}
.menu-row .menu-box .food-img img{
    flex-basis: 45%;
}
.menuItems .menu-row .menu-box .menu-text{
    flex-basis: 45%;
}
 .menu-row .menu-box .menu-text h3{
    font-family: 'Poppins', sans-serif;
    font-size: 35.47px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 30px;
    text-transform: capitalize;
}
.menu-row .menu-box .menu-text h2,.menu-row .menu-box .menu-text p{
    font-family: 'Poppins', sans-serif;
    font-size: 58.33px;
    font-weight: 400;
}
.menu-row .menu-box .menu-text p{
    font-size: 17.73px;
}
/* menu items style end */

/********** our menus style end ***************/
/********** contact style start ***************/
#contact{
    width: 100%;
    padding: 75px 0 87px;
    text-align: center;
    color: #3D763D;
}
#contact h2{
    font-family: 'Berkshire Swash', cursive;
    font-size: 102.62px;
    text-transform: capitalize;
    font-weight: 400;
}
#contact p{
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 400;
    margin: 50px 0;
}
#contact form{
    width: 725px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 37px;
}
#contact form input{
    width: 100%;
    height: 60px;
    padding: 20px;
    border-radius: 30px;
    border: 4px solid #3D763D;
    font-family: 'Poppins', sans-serif;
    font-size: 29.17px;

}
#contact form input::placeholder{
    color: #6d6d6d;
    font-size: 29.17px;
    padding-left: 40px;
}
#contact form input[type=submit]{
    background: #3D763D;
    color: #fff;
    padding: 0;
    text-transform: capitalize;
}
/********** contact style end ***************/
/********** footer style start ***************/
footer{
    width: 100%;
    padding: 150px 0;
    background: #3D763D;
    color: #fff;
}
footer .footer-row{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 55px;
    flex-wrap: wrap;
}
/* footer first box style start */
footer .footer-row .footer-box h2{
    font-family: 'Berkshire Swash', cursive;
    font-size: 41.67px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 40px;
}
footer .footer-row .footer-box p{
    font-family: 'Poppins', sans-serif;
    font-size: 24.96px;
    font-weight: 400;
    margin-bottom: 40px;
}
footer .footer-row .footer-box .social{
    display: flex;
    gap: 15px;
}
footer .footer-row .footer-box .social a{
    width: 45px;
    height: 45px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    color: #3D763D;
}
/* footer first box style end */
/* footer others box style start */
footer .footer-row .footer-box .f-menu a{
    display: block;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 15px;
    white-space: nowrap;
}
/* footer others box style end */
/********** footer style end ***************/



/* media part */
@media screen and (max-width: 1200px){
    .container{
        width: 992px;
    }
    #banner .banner-row{
        justify-content: center;
        text-align: center;
        gap: 70px;
    }
    #chef .chef-row{
        gap: 70px;
        padding: 10%;
    }
    #chef .chef-row .chef-box{
        /* flex-basis: 25%; */
        flex-grow: 0;
        
    }

}
@media screen and (max-width: 992px){
    .container{
        width: 100%;
    }
    .cursor-bg{
        display: none;
    }
    nav .navigation{
        align-items: flex-start;

    }
    nav .navigation img[alt=logo]{
        width: 130px;
        margin-left: 30px;

    }
    nav .navigation .menu{
        width: 70%;
        padding: 30px 20px;
        flex-direction: column;
        position: absolute;
        top: 80px;
        left: 10%;
        background: #3D763D;
        flex-shrink: 0;
        height: 0px;
        padding: 30px;
        overflow: hidden;
        transition: all linear .3s;
        opacity: 0;
        visibility: hidden;

    }
    nav.collapse .menu{
        top: 70px;
    }
    nav .navigation .menu.collapse{
        opacity: 1;
        visibility: visible;
        height: 470px;
        /* animation: show_menu .3s linear both; */
    }
    @keyframes show_menu {
        from{
            height: 0;
        }
        to{
            height: 430px;
        }
    }
    nav .navigation .menu form{
        width: 100%;
    }
    nav .navigation .menu form:hover input{
        width: 100%;
    }
    nav .navigation .menu form input{
        width: 100%;
    }
    nav .navigation .menu form input:focus{
        width: 100%;
    }
    nav .navigation .search{
        /* margin-left: auto; */

    }
    nav .navigation .menu_btn{
        display: block;
    }
    #banner .banner-row .banner-text{
        flex-basis: 45%;
        flex-grow: 1;
    }
    #banner .banner-row .banner-img img{
        width: 100%;
        margin-left: 0;
    }
    #about .about-row{
        flex-wrap: wrap;
        justify-content: center;
    }
    #about .about-row .about-img img{
        width: 80%;
        display: block;
        margin: auto;
    }
    #about .about-row .about-img::before{
        height: 238vh;
        width: 80%;
        left: 61px;
        top: 5px;
        border-radius: 400px 400px 0 0;

    }
    #about .about-row .about-text{
        text-align: center;
        padding: 0 20%;
    }
    #service .service-row .service-box{
        flex-basis: 50%;
        flex-grow: 1;
    }
    #chef .chef-row{
        padding: 0 20%;
    }
    #chef .chef-row .chef-box{
        flex-basis: 60%;
        flex-grow: 0;
        /* flex-shrink: 2; */
    }
    .menuItems .menu-row .menu-box{
        flex-wrap: wrap;
    }
    #blog .blog-row .blog-text{
        text-align: center;
    }
    #blog .blog-row .blog-img{
        flex-basis: 60%;
    }
    #contact form{
        width: 60%;
    }
    footer .footer-row{
        justify-content: center;
    }
    footer .footer-row .footer-box .social{
        justify-content: center;
    }
    .footer-box{
        flex-basis: 45%;
        flex-grow: 1;
        text-align: center;
    }
}
@media screen and (max-width: 768px){
    .container{
        width: 90%;
    }
    /* #chef .chef-row .chef-box{
        flex-grow: 1;
        flex-shrink: 2;
    } */
    #chef .chef-row .chef-box{
        height: 400px;
    }
    #about .about-row .about-img::before{
        left: 41px;

    }
    #chef .chef-row .chef-box{
        /* flex-basis: 60%; */
        flex-grow: 1;
        /* flex-shrink: 2; */
    }
}
@media screen and (max-width: 574px){
    .container{
        width: 100%;
    }
    nav .navigation .menu{
        width: 100%;
        left: 0;
    }
    #banner .banner-row .banner-text h2{
        font-size: 40px;
        margin-left: 30px;
    }
    #banner .banner-row .banner-text h1{
        font-size: 55px;
    }
    #about .about-row .about-img::before{
        width: 100%;
        left: 0;
    }
    #ourMenu .heading h2{
        font-size: 40px;
    }
    #ourMenu .heading h3{
        font-size: 30px;
    }
    #contact h2{
        font-size: 50px;
    }
    #testimonials .swiper-slide h2{
        font-size: 40px;
    }
    #testimonials .swiper-slide p{
        font-size: 20px;
    }
}