body {

    font-family: 'Poppins', sans-serif;
}



html {
    scroll-behavior: smooth;
}

section{
    display: flex;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #D8DA15;
    color: white;
    cursor: pointer;
    
    border-radius: 50%;
    height: 50px;
    width: 50px;
  }


.dot{
    background-color: #D8DA15;
    height: 13px;
    width:13px;
    border-radius: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0);
}


/* start styles of header  */

.header {
    position: absolute;
    top: 20px;
    z-index: 100;
    width: 100%;
    background-color: transparent;
    scroll-behavior: smooth;
}

.navbar {
    padding: .5rem 0rem !important;
}

.scrolled {
    background-color: #ffffff;
    ;
    opacity: 1;
    top: 0;
    transition: 0.5s;
}

.header .navbar-nav{
    width: 100% !important;
}

.nav-item a {
    font-weight: 600;
    font-size: 16px;
 
    font-family: 'Poppins', sans-serif;
    color: #383838;
}

.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}

.navbar-brand img {
    width: 100px;
}
.lang-dropdown {
    float: right;
    margin-left: auto !important;
}

.lang-dropdown img{
    width: 30px;
}


.lang-dropdown .dropdown-menu{
    background-color: transparent;
    min-width: auto !important;
    padding: 6px 12px !important;
margin: 0px !important;
border: solid 1px white;
border-radius: 50px;
margin-top: 5px !important;
}
.lang-dropdown .dropdown-item{
    padding: 0px 18px 0px 0px !important;
    
}
.lang-dropdown .dropdown-item:active{
    background-color: transparent !important;
}


.lang-dropdown .dropdown-item:hover{
    background-color: transparent !important;
}


.lang-dropdown  .dropdown-toggle::after{

    vertical-align: 3px;
}

.lang-dropdown .btn-active-lang{
    border: solid 1px white;
    border-radius: 50px;
    padding: 6px 12px !important;
}


/* End styles of header  */

:target::before {
    content: "";
    display: block;
    height: 60px;
    /* fixed header height*/
    margin: -100px 0 0;
    /* negative fixed header height */
}



/* start of banner styles  */


.banner{
    background-color:#F0F5F6 ;

    background-image: url("../SVG/background-overlay-01.svg"); /* The image used */
  
    background-position: center; /* Center the image */
    background-repeat: repeat; /* Do not repeat the image */
    background-size: auto; /* Resize the background image to cover the entire container */
}
.banner .left {

    padding-top: 270px;

}
.banner .left h2 {

    font-style: normal;
    font-weight: 600;
    font-size: 38px;




    color: #383838;
}

.banner .left h3 {

    font-style: normal;
    font-weight: 600;
    font-size: 30px;
color: #383838;
}

.banner .left .text-green {

    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    color: #D8DA15;
}

.banner .left .banner-icon-box{
    display: flex;
    margin-top: 45px;
}
.banner .left .banner-icon-box a{
    text-decoration: none;
}
.banner .left .banner-icon-box .icon-box{
    display: flex;
    margin-right: 40px;
    align-items: center;
}
.banner .left .banner-icon-box .icon-box img{
    height:50px;
    width: 50px;
    
}

.banner .left .banner-icon-box h4{
color: #383838;
font-style: normal;
font-weight: 500;
font-size: 16px; 
margin-left: 10px;
margin-top: 10PX;

}
.banner .right {
    margin-top: 150px;
}

.banner .right .img-box{

    width:85%;
    height:100% !important;
}

.banner .right .img-box img{
    height: 100%;
    width: 100%;
}
/* End of banner styles  */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* start of pro-before-food-sec styles  */

.pro-before-food-sec{

    margin-top: -80px;
}


.pro-before-food-sec .img-box {
    width: 400px;
    height: 100%;
    float:left ;
    margin-left: -70px;
}
.pro-before-food-sec .img-box img{
    width: 100%;
    height: 100%;
    box-shadow: 5px;
    -webkit-filter: drop-shadow(5px 5px 5px #6b6b6b23);
  filter: drop-shadow(5px 5px 10px #6161618c);
}

/* end of pro-before-food-sec stryles  */

/* start styles of food section   */

.food{

    margin-top: -200px;
}

.food h1{
    color: #383838;
    font-weight: 600;
font-size: 38px;

text-align: center;
}

.food p{

    font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 21px;
text-align: center;
margin-top: 10px;
color: #9F9EA3;
width: 80%;
margin-left: auto;
margin-right: auto;
}

.food .nav{
    position: relative;
    z-index: 1;
    width: 453px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.food .nav-pills .nav-link.active, .nav-pills .show > .nav-link{

    background-color: #D8DA15 !important;
    color: #383838;
    border-radius: 20px;
}

.food .nav-item{
    background-color: #9f9ea35d !important;
    margin: 0px 10px;
    border-radius: 20px;
}

.food .owl-carousel-the-food{
    margin-top: 70px;
}

.food .owl-item .food-img{
    width: 100% !important;
    height: 280px;
}
.food .owl-item .food-img img{
    width: 100% !important;
    height: 100%;
    
    border-radius: 15px;
    object-fit: cover;
}

.food .owl-item .info-box{
    padding: 10px 5px;
}
.food .owl-item .info-box h3{
color: #383838;

font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 27px;
}

.food .owl-item .info-box h4{
    color: #D8DA15;
    
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    text-align: right;
    }


    .food .owl-item .info-box p{
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        /* identical to box height */
        text-align: left;
        width: 100% !important;
        color: #9F9EA3;
        text-align: justify;
        

    }
/* end styles of food section  */


/* start of tomato styles  */

.pro-before-chef-sec{
position: relative;
width: 100% !important;

  margin-top: -130px;
}


.pro-before-chef-sec .img-box {

position: relative;
    width: 380px;
    height: 100%;
    


    margin-left: auto;



 
}
.pro-before-chef-sec .img-box img{
    
    width: 100%;
    height: 100%;
    box-shadow: 5px;
    -webkit-filter: drop-shadow(5px 5px 5px #6b6b6b23);
  filter: drop-shadow(5px 5px 10px #6161618c);


}

/* end of tomato stryles  */















/* start styles of the chef  section  */


.chef{
    margin-top: -150px;
    background-color:#F0F5F6 ;

    background-image: url("../SVG/background-overlay-01.svg"); /* The image used */
  
    background-position: center; /* Center the image */
    background-repeat: repeat; /* Do not repeat the image */
    background-size: auto; /* Resize the background image to cover the entire container */
    padding: 80px 0px;
}

.chef h1{
    color: #383838;
    font-weight: 600;
font-size: 38px;

text-align: center;
}

.chef p{
    margin-top: 10px;
    font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 21px;
text-align: center;

color: #9F9EA3;
width: 80%;
margin-left: auto;
margin-right: auto;
}
.chef .owl-carousel-the-chef{
    margin-top: 70px;
}

.chef .owl-item .chef-img{
    width: 100% !important;
    height: 280px;
}
.chef .owl-item .chef-img img{
    width: 100% !important;
    height: 100%;
    
    border-radius: 15px;
    object-fit: cover;
}

.chef .owl-item .info-box{
    padding: 10px 5px;
margin-top: 15px;
}
.chef .owl-item .info-box h3{
color: #383838;

font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 27px;
}

.chef .owl-item .info-box h4{
    color: #D8DA15;
    
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    text-align: right;
    }


    .chef .owl-item .info-box p{
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        /* identical to box height */
        text-align: left;
        width: 100% !important;
        color: #9F9EA3;
        text-align: justify !important;
        

    }

/* end styles of the chef section  */



/* start of private dining section styles   */


.private-dining{
    padding: 80px 0px;
}

.private-dining .left .img-box{

    width: 85%;
    height: 100%;
}

.private-dining .left .img-box img{

    width: 100%;
    height: 100%;
}
.private-dining .right{
    text-align: left;
    padding-top: 40px;
}
.private-dining .right h1{

    color: #383838;
    font-weight: 600;
font-size: 38px;


}
.private-dining .right .dot{
    float: left;
}
.private-dining .right p{
    font-style: normal;
font-weight: normal;
font-size: 14px;


margin-top: 20px;

color: #9F9EA3;

}

.private-dining .right  a{
    text-decoration: none;
    color: #383838;
    background-color: #D8DA15;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 32px;
   

}

.private-dining .right .btn-book{
position: relative;
    z-index: 1;
}
/* end of private-dining section styles  */














/* start of order styles  */

.pro-before-order-sec{
    position: relative;
    width: 100% !important;
    
      margin-top: -290px;
    }
    
    
    .pro-before-order-sec .img-box {
    
    position: relative;
        width: 300px;
        height: 100%;
        
    
    
        margin-left: auto;
    
    
    
     
    }
    .pro-before-order-sec .img-box img{
        
        width: 100%;
        height: 100%;
        box-shadow: 5px;
        -webkit-filter: drop-shadow(5px 5px 5px #6b6b6b23);
      filter: drop-shadow(5px 5px 10px #6161618c);
    
    
    }
    
    /* end of nuts stryles  */
    
    
    
    
    
    















/* start of order section styles  */


.order{


margin-top: -110px;
   background-color:#9c8679;

    background-image: url("../SVG/zz.svg"); /* The image used */
  
    background-position: center; /* Center the image */
    background-repeat: repeat; /* Do not repeat the image */
    background-size: auto; /* Resize the background image to cover the entire container */
    padding: 80px 0px;
}

.order .left h1{
    font-weight: 600;
font-size: 38px;
line-height: 57px;

/* identical to box height */

color: #FFFFFF;
}


.order .left p{
    font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 21px;

color: #FFFFFF;


}
.order .right a{
    text-decoration: none;
}
.order .right .order-whatsapp{
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.order .right .order-whatsapp img{

    width: 100px;
    height: auto;
    z-index: 1;
}

.order .right .order-whatsapp h4{
margin-left: -15px;
    font-size: 18px;
    margin-top: 10px;
    color: #383838;
    background-color: #D8DA15;
padding: 10px 20px 10px 30px;
border-radius: 32px;
    align-items: center;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.order .right .order-whatsapp .right-arrow{
    width: 15px !important;
    margin-left: 10px;
}
/* End of order section styles  */


/* start of about-us section styles  */

.about-us {
   
    background-color:#F0F5F6 ;

    background-image: url("../SVG/background-overlay-01.svg"); /* The image used */
  
    background-position: center; /* Center the image */
    background-repeat: repeat; /* Do not repeat the image */
    background-size: auto; /* Resize the background image to cover the entire container */
    padding: 100px 0px;

}

.about-us .left {

padding-top: 80px;
}
.about-us .left  h1{

    color: #383838;
    font-weight: 600;
font-size: 38px;


}
.about-us .left  .dot{
    float: left;
}
.about-us .left  p{
    font-style: normal;
font-weight: normal;
font-size: 14px;


margin-top: 20px;

color: #9F9EA3;

}


.about-us .right .img-box{

    width: 85%;
    height: 100%;
    float: right;
}

.about-us .right .img-box img{

    width: 100%;
    height: 100%;
}


/* End of about-us section styles  */



/* start of pro-before-food-sec styles  */

.pro-before-footer-sec{

    margin-top: -213px;
}


.pro-before-footer-sec .img-box {
    width: 180px;
    height: 100%;
    float:left ;
    margin-left: 0px;
}
.pro-before-footer-sec .img-box img{
    width: 100%;
    height: 100%;
    box-shadow: 5px;
    -webkit-filter: drop-shadow(5px 5px 5px #6b6b6b23);
  filter: drop-shadow(5px 5px 10px #6161618c);
}

/* end of pro-before-food-sec stryles  */


/* start styles of footer  */


.footer{

background-color: #383838;;



background-image: url("../SVG/background-overlay-01.svg"); /* The image used */

background-position: center; /* Center the image */
background-repeat: repeat; /* Do not repeat the image */
background-size: auto; /* Resize the background image to cover the entire container */
padding: 60px 0px 30px 0px;
}
.footer hr{
    background-color: rgba(255, 255, 255, 0.123);
    height: 1px;
    margin: 35px 0px;
}

.footer .link-box a{

    text-decoration: none;
    color: white;
    margin-right: 15px;
    font-size: 16px;
}
.footer .left a{

    text-decoration: none;
    font-size: 16px;
    line-height: 28px;
    
    /* identical to box height, or 156% */
    
    color: #FFFFFF;
    margin-right: 20px;
    mix-blend-mode: normal;
    opacity: 0.4;
}

.footer .right .social-links{
    float: right;
    margin-left: auto;
}
.footer .right .social-links img{
    width: 25px;
}
/* End styles of footer  */




@media only screen and (max-width:1199px) {

    .navbar-toggler-icon {

        color: black !important;
        font-size: 39px !important;
    }
    .header .navbar-nav {
        width: 100% !important;
        background-color: #d8da15;
        border-radius: 20px;
        text-align: center;
        padding: 10px 0px;
    }

    .lang-dropdown {
        float: none;
        margin-left: auto !important;
        margin-right: auto;
        margin-top: 10px;
    }
    .banner .right .img-box {
        width: 55%;
        height: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .banner .left {
        padding-top: 10px;
        padding-bottom: 120px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .banner .left .banner-icon-box {
        display: inline-flex;
        margin-top: 45px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .pro-before-food-sec .img-box {
        width: 273px;
        height: 100%;
        float: left;
        margin-left: -70px;
    }

    .food {
        margin-top: -87px;
    }
    .food .owl-item .food-img {
        width: 100% !important;
        height: 400px;
    }
    .food .owl-item .food-img {
        width: 100% !important;
        height: 400px;
    }
    .pro-before-chef-sec .img-box {
        position: relative;
        width: 239px;
        height: 100%;
        margin-left: auto;
    }

   
    .chef {
        margin-top: -44px;}

        .private-dining .left .img-box {
            width: 100%;
            height: 100%;
        }


        .pro-before-order-sec .img-box {
            position: relative;
            width: 164px;
            height: 100%;
            margin-left: auto;
        }
        .chef .owl-item .chef-img {
            width: 100% !important;
            height: 400px;
        }
        .order {
            margin-top: 42px;}

            .about-us .right .img-box {
                width: 100%;
                height: 100%;
                float: right;
                margin-top: 20px;
            }
            .footer .link-box a {
                text-decoration: none;
                color: white;
                margin-right: 15px;
                font-size: 15px;
                display: block;
                text-align: center;
            }
            .pro-before-footer-sec .img-box {
                width: 111px;
                height: 100%;
                float: left;
                margin-left: 0px;
            }
            .private-dining .right .dot {
                float: none;
            }
     .order       .left {
                text-align: center;
            }

            .order .right .order-whatsapp img {
                width: 45px;
                height: auto;
                z-index: 1;
            }
.food .owl-item .food-img {
    width: 100% !important;
    height: 300px;
}
            .order .right .order-whatsapp {
                display: flex;
                margin-top: 10px;
                text-align: center;
                margin-left: auto;
                width: 294px;
                margin-right: auto;
            }
            .order .right .order-whatsapp h4 {
                margin-left: -15px;
                font-size: 16px;
                margin-top: 10px;
                color: #383838;
                background-color: #D8DA15;
                padding: 7px 20px 7px 30px;
                border-radius: 32px;
                    border-top-left-radius: 32px;
                    border-bottom-left-radius: 32px;
                align-items: center;
                border-top-left-radius: 0px;
                border-bottom-left-radius: 0px;
            }



            .about-us .left h1 {

                text-align: center;
            }
            .about-us .left .dot {
                float: none;
            }
            .private-dining .right {
                text-align: center;
                padding-top: 40px;
            }
            .pro-before-footer-sec {
                margin-top: -142px;
            }

            .about-us {
                padding: 50px 0px 100px 0px;
            }

            .footer .left a {text-align: center;
                display: block;}

                .footer .right .social-links {
                    float: none;
                    margin-left: auto;
                    margin-right: auto;
                    text-align: center;
                    margin-top: 15px;
                    margin-left: -18px;
                }
}


@media only screen and (max-width:571px) {
    .banner .left .banner-icon-box {
        display: block;
        margin-top: 45px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 150px;
    }

    .banner .left .banner-icon-box .icon-box {
        display: flex;
        margin-right: auto;
        align-items: center;
        margin-left: auto;
        margin-top: 13px;
    }
    .pro-before-food-sec {
        margin-top: -113px;
    }
    .pro-before-food-sec .img-box {
        width: 233px;
        height: 100%;
        float: left;
        margin-left: -68px;
    }

    .food {
        margin-top: -43px;
    }

    .pro-before-chef-sec .img-box {
        position: relative;
        width: 134px;
        height: 100%;
        margin-left: auto;
    }
    .pro-before-chef-sec {
        position: relative;
        width: 100% !important;
        margin-top: -59px;
    }
    .chef p {
        margin-top: 10px;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 21px;
        text-align: center;
        color: #9F9EA3;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .pro-before-order-sec {
        position: relative;
        width: 100% !important;
        margin-top: -58px;
    }
    .order {
        margin-top: -159px;
    }
}


@media only screen and (max-width:470px) {
    .about-us .left p {
        text-align: center;
    }
    .food .nav {
        display: block;
        width: 100% !important;
    }
    .food .nav-item {
        background-color: #9f9ea35d !important;
        margin: 11px 10px;
        border-radius: 20px;
        text-align: center;
    }
    .chef {

        padding: 80px 0px 0px 0px;
    }

    .food p { width: 100%;}
    .about-us {
    padding: 0px 0px 100px 0px;
}

}


@media only screen and (max-width:375px) {

    .pro-before-food-sec .img-box {
        width: 160px;
        height: 100%;
        float: left;
        margin-left: -37px;
    }
    .pro-before-food-sec {
        margin-top: -62px;
    }


    .banner .left {
        padding-top: 10px;
        padding-bottom: 63px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .food {
        margin-top: -25px;
    }

    .pro-before-order-sec {
        position: relative;
        width: 100% !important;
        margin-top: -88px;
    }
    .order {
        margin-top: -131px;
    }

  
}