@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&family=David+Libre:wght@400;500;700&family=Dosis:wght@200..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Kaushan+Script&family=Lilita+One&family=Nabla&family=Overpass+Mono:wght@300..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sigmar&family=Spline+Sans:wght@300..700&display=swap');
html, body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    font-family: 'Spline Sans', sans-serif;
    font-family: 500;
    color: #777;
}
body::-webkit-scrollbar{
    width: 8px;
    background-color: #1a1919;
}
body::-webkit-scrollbar-thumb{
    background-color: #F58d17;
    border-radius: 8px;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 600;
    text-transform: uppercase;
    color: #2c2c2c;
}
ul{
    gap: 10px;
}
ul a{
    text-transform: uppercase;
    font-size: 14px !important;
    /* color: black ; */
    text-decoration: none;
    font-weight: 600;
    transition: .3s !important;
}
ul a:hover{
    color:#F58d17 !important;
}


.btn-all{
    color: white;
    background-color: #F58d17;
    border: 2px solid #F58d17;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 2px;

    transition: .3s;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
}
.btn-all:hover{
    background-color: transparent;
    color: #F58d17;
}

.hero h4{
    margin-bottom: 43px;
}

.slide-1{
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url('../images/food2.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height:calc(100vh );
    
  
}
.slide-2{
    background: linear-gradient( to right,rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url('../images/food1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height:calc(100vh );
  
}
.slide-3{
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url('../images/food3.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height:calc(100vh );
  
}

.carousel h4::after{
    content: '';
    width: 40px ;
    height: 4px;
    background-color: white;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    

}
.carousel h4::before{
    content: '';
    width: 40px ;
    height: 4px;
    background-color: white;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    

}
/* -----------about--------- */
#about{
    padding: 100px 0px;
}

.line{
    background-color: #F58d17;
    margin: 10px 0px;
    width: 70px;
    height: 4px;
}
/* ------------------menu-------------- */
#menu{
    padding: 80px 0px;
    background-color: aliceblue;
}
p{
    font-size: 15px;
}
#menu .nav-link {
    color: #222;
    font-weight: 500;
    padding: 10px 20px;
    margin: 0px 5px;
    border-radius: 100px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}
#menu .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #F58d17;
}
#menu .food-img{
    border-radius:10px ;
}
#menu i{
    color: #F58d17;
}
.box-shadow{
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    transition:.4s;
    border: 1px solid transparent;
    cursor: pointer;
}
.box-shadow:hover{
    border: 1px solid #F58d17;
  
}

#menu h4{
    text-transform: capitalize;
}
/* -------------features-------------- */
#features{
    padding: 100px 0px;

}
#features .container{
    background-image: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url(../images/food1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
}
.feature-box{
    backdrop-filter: blur(5px);
    border: 1px solid #858585;
    background-color: transparent;
    /* transition:all .4s; */
    box-sizing: border-box;
    cursor: pointer;
    padding: 30px 16px;


}
.feature-box i{
    font-size: 30px;
    background-color: #F58d17;
    height: 90px;
    padding: 15px;
    width: 90px;
    line-height: 70px;
    border-radius: 50%;
    color: #fff;
    transition:all .4s;
}
.feature-box h4{
    color: #fff;
    text-transform: capitalize;
}
.feature-box p{
    text-align: center;
    color: #dedede;


}
.feature-box:hover i{
    background-color: transparent;
    color: #F58d17;
    border: 1px solid #F58d17;
    transition:all .4s;
}
/* ------------team-------- */
#team{
    padding: 80px 0px;
   
}
.chef-box{
    border: 1px solid #e6e1e1;
    cursor: pointer;
    padding: 32px 0px;
    transition: box-shadow .4s !important;
    border-radius: 2px;
    box-shadow: none;
  

}
.chef-box:hover{
    
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}

#team .chef-img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0px auto;
    border: 1px solid #F58d17;
    box-shadow: -10px -10px 0px #F58d17;


}
/* ----------teatimonial----------- */
#testimonial{
    padding: 80px 0px;
    background-color: aliceblue;
}
.review-box{
    background-color: #fff;
    cursor: pointer;
    padding:40px 24px ;
    /* box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1); */
    border-radius: 2px
}
.carousel-control-next, .carousel-control-prev{
    display: none !important;
}
.review-box i{
    color: #F58d17;
    font-size: 18px;
}
.review-box .quote{
    font-size: 50px;
    color: #F58d17;
}
.review-box img{
    display: block;
    margin:25px  auto 10px auto;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    object-fit: cover;

    box-shadow: 5px -5px 0px #F58d17;
}
.carousel-indicators{
    bottom: -60px;
}
.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #F58d17;
}
/* ------------reservation------------- */
#reservation{
    padding: 100px 0px;
    
}
#reservation label{
    color: #222;
    margin-bottom: 1px;
    font-size: 14px;
    
    font-family: 'Poppins', sans-serif;
}
#reservation .form-control{
    border-radius: 0;
}
#reservation .form-control:focus{
    box-shadow: none;
    border-color: #F58d17;
}
#reservation input[type="date"] , #reservation input[type="time"]{

    color: #777;
 
   
}
#blog{
    padding: 100px 0px;
    
}
.blog-post{
    border-radius: 10px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    flex-direction: row-reverse;

}
.blog-post h4{
    text-transform: capitalize;

}
.blog-img{
    flex-basis: 100%;
}
.blog-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.read{
    text-decoration: none;
    color: #F58d17;
    font-weight: 500;
    transition: all .4s;

}
.read:hover{
    color: #F58d17;
}
.read i{
    transition: all .4s;
}
.blog-post:hover i{
    margin-left: 10px;
    
}
/* -----------footer------------- */
#footer{
    padding: 100px 0px 10px 0px;
    background-color: #F58d17;
    color: #fff;
    border-top-left-radius: 100px;
}
#footer h4{
    margin-bottom: 12px;
}
#footer p{
    color: #3d3c3c;
    margin-bottom: 8px;
}
#footer i{
    font-size: 18px ;
    margin: 10px 8px;
}
.social-icon i{
    color: #434242;
    font-size: 20px;
    cursor: pointer;
    box-shadow: none;
    transition: all .4s;

}
.social-icon i:hover{
    color: #0f0e0e;
}

#footer a{
    color: #1a1919;
}