*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
}

body{
	font-family: "Poppins", sans-serif;
	color: #444444;
}


header{
	height: 50px;
	
}

#topbar span{
    color:white;
    font-style: normal;
    padding-left: 5px;
}

#topbar i{
	color: rgb(255 176 59);
}

 a.navbar-brand{
	font-size: 28px;
    margin: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
font-family: 'Satisfy', sans-serif;
}
 .navbar-expand-lg .navbar-nav .nav-link{
	font-size: 15px;
	color:white;
	padding: 10px 0 10px 24px;
	font-weight: 500;
	transition: 0.3s;
}
 .navbar-nav .nav-item .nav-link:hover{
	color:rgb(255 176 59);
}
 .navbar-nav .nav-item .nav-link.active {
   color:rgb(255 176 59);
 }


 .navbar a.btn{
	background-color:#ffc107;
	
	color:white ;
	border-radius: 50px;
	padding:10px 25px ;
	font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.3s;
    white-space: nowrap;
}
 .dropdown-toggle::after{
	content: " ";
	border: 0;
}
 .navbar a.btn:hover{
	background-color: rgb(255 176 59);
}
@media (max-width: 768px){
.collapse.show {
    background-color:#000;
}
}
#banner{
	width: 100%;
position: relative;
  }
/*#banner .carousel-item{
		position: relative;
		z-index: 1;
	}*/
#banner .carousel-inner .carousel-item{
	height:80vh;
	width: 100%;
	
}
#banner  .slide1{
	background-image:linear-gradient(rgba(26 24 22 / 45%), rgba(26 24 22 / 45%)),url('../images/img/slide/slide-1.jpg');
}
#banner .carousel-inner .slide2{
	background-image:linear-gradient(rgba(26 24 22 / 45%), rgba(26 24 22 / 45%)),url('../images/img/slide/slide-2.jpg');
}
#banner .carousel-inner .slide3{
	background-image:linear-gradient(rgba(26 24 22 / 45%), rgba(26 24 22 / 45%)),url('../images/img/slide/slide-3.jpg');
}
#banner .carousel-inner .carousel-item{
	background-size: cover;
	background-position: center;
   background-repeat: no-repeat;
}
 .carousel-container{
    height: 90vh;
	display: flex;
	justify-content: center;
	align-items: center;

}
.carousel-control-prev-icon {
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
}
.carousel-control-next-icon{
	border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
} 
#banner .carousel-content{
	text-align: center;
	color: white;
}
#banner .carousel-content p{
	margin: 0 auto 30px auto;
	width: 80%;
}
@media (min-width:1024px){
	#banner .carousel-content p{
		width: 50%;
	}
}
#banner h1{
	color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
    font-family: 'Satisfy', sans-serif;
    animation: fadeIndown 1s ease-in both;
}
@media (max-width: 768px){
#banner h1 {
    font-size: 28px;
}}
 @keyframes fadeInup {
                   from {
                          opacity: 0;
                          transform: translateY(40px);
                         }
                    to {
                         opacity: 1;
                         transform: translateY(0);
                       }
                  }
@keyframes fadeIndown {
                   from {
                          opacity: 0;
                          transform: translateY(-40px);
                         }
                    to {
                         opacity: 1;
                         transform: translateY(0);
                       }
                  }
                  
#banner h1 span{
	color: #ffb03b;
}
#banner p{
	
	animation: fadeInup 2s ease-in both;
}
#banner .btn-main{
	font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 0 10px;
    animation-delay: 0.8s;
    color: #fff;
    border: 2px solid #ffb03b;
    animation: fadeInup 2s ease-in both;
}
#banner .btn-main:hover{
	background-color:#ffb03b;

}
#about{
	background-color: #fffaf3;
	padding: 60px 0;
}
#about .video-part img{
	min-height: 400px;
	height: 470px;
	width: 100%;
	object-fit: cover;
}
#about .video-part{
	padding-right:0;
	padding-left: 0;
	position:relative;
}
#about .about-content{
	padding: 0 80px;
}
#about .about-content h1{
	font-weight: 400;
    font-size: 34px;
    color: #5f5950;
    font-family: "Satisfy", sans-serif;
}
#about .about-content p{
	font-size: 15px;
    color: #848484;
}
#about .about-content ul i{
	font-size:16px;
    color: #ffb03b;
    padding-right: 4px;

}
#about .video-part .video-btn{
	width: 94px;
    height: 94px;
/*    background: radial-gradient(#ffb03b 50%, rgba(255, 176, 59, 0.4) 52%);*/
    box-shadow: 1px 0px 5px 18px  rgba(255, 176, 59,  52%);
    background-color: rgb(255, 176, 59);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
    text-decoration: none;
    border: none;
    
}
#about .video-part button:hover {
    box-shadow: 1px 0px 0px 18px rgb(255, 176, 59);
}


#about .video-part  i{
color: white;
font-size: 30px;}


@media (max-width: 992px) { 
#about .about-content{
    padding-top: 30px;
}
}
@media (max-width: 1024px){
 #about .about-content  {
    padding-left: 0;
    padding-right: 0;
}
}
#why-choose{
	padding: 60px 0;
}
 .sec-title{
	text-align: center;
	padding-bottom: 30px;
}
 .sec-title h1{
	font-size: 32px;
    font-weight: 700;
    color: #5f5950;
    font-family: "Satisfy", sans-serif;
    margin-top: 15px;
}
.sec-title span{
	color: #ffb03b;
}
 .sec-title p{
	font-weight:300 ;
	margin: 15px auto 0;
}
@media (min-width: 1024px){
 .sec-title p {
    width: 50%;
}
}
#why-choose .row .box-part{
	padding:50px 30px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	    transition: all ease-in-out 0.3s;
	    height: 100%;
}
#why-choose .row .box-part h3{
font-size: 28px;
    font-weight: 700;
    color: #ffcf88;
}
#why-choose .row .box-part h1{
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0;
    color: #6c665c;
     font-family: "Satisfy", sans-serif;
}
#why-choose .row .box-part p{
color: #aaaaaa;
    font-size: 15px;
    //** margin: 0; */
    /* padding: 0;
    */}
   #why-choose .box-part:hover{
   	background: #ffb03b;
    padding: 30px 30px 70px 30px;
    box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
   }
    #why-choose .box-part:hover h3,  #why-choose .box-part:hover h1,  #why-choose .box-part:hover p{
    	color: white;
    }
    #menu-list{
    	padding: 60px 0;
    }
    #menu-list h1{
    	text-align: center;
    	font-family: "Satisfy", sans-serif;
    	margin: 15px 0 0 0;
       font-size: 32px;
       font-weight: 700;
         color: #5f5950;
         padding-bottom: 30px;
    }
    #menu-list span{
    	color: #ffb03b;
    }

    #menu-list .row .btn1{
    	cursor: pointer;
/*    display: inline-block;*/
    padding: 8px 16px 10px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    margin: 0 3px 10px 3px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    border: 2px solid #ffb03b;
    border-radius: 50px;
    outline:none;

}
#menu-list .btn1:hover, #menu-list .btn1.active{
      color: #fff;
       background: #ffb03b;
}
/*#menu-list .row .btn1:focus, #menu-list .row .btn1.active{
box-shadow: none;
}*/
#menu-list .menu-sec .menu-content a{
 font-weight: 700;
    color: #ff9b08;}
#menu-list .menu-sec .menu-ingd{  
    font-style: italic;
    font-size: 14px;
    font-family: "Comic Neue", sans-serif;
    color: #948c81;
}
#menu-list .menu-content{
	margin-top: 30px;
}

/*#menu .menu-content::after
{
	content: "......................................................................" "....................................";
    position: absolute;
    left: 95px;
    right: 0px;
    top: -5px;
    z-index: 1;
    color: #dad8d4;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}*/
#menu-list button{
	border:none;
	outline: none;
}

#special{padding: 60px 0;}
#special .tab button{
 
  padding:12px 15px 12px 0;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  background-color: white;
	font-size: 15px;
	color: #433f39;
	border-right:2px solid #e8e7e4;
    font-weight: 600;
}

#special .tab button:hover{
	color: #ffb03b;
	border-right:2px solid #ffb03b;
}
#special .tab button.active{
		border-right:2px solid #ffb03b;
		color:#ffb03b;
}
#special .tabcontent h1{
    font-size: 26px;
    font-weight: 600;
    margin-bottom:20px;
    color: #433f39;
    font-family: "Satisfy", sans-serif;
}
#special .tabcontent p{
	color: #777777;
}
@media (max-width: 992px) { 
#special .tab button{
	padding: 15px;
	border:none;
}
}
@media (max-width: 992px){
	#special .tab button:hover, #special .tab button.active{
		background-color: #ffb03b;
	color: white;
	border: none;
	}
}

#events{
	padding: 60px 0;
	background-image:linear-gradient(rgba(12, 11, 10, 0.8), rgba(12, 11, 10, 0.8)),url(../images/img/events-bg.jpg);
	
	background-repeat: no-repeat;
	background-size:cover;
/*	background-position: center center;*/
/*	position: relative;*/
	background-attachment: fixed;
/*	filter: brightness(20%);*/
/*background-color: rgba(12, 11, 10, 0.8);*/
}
#events .sub-hdg h1{
	color: white;
}
#events .carousel-item h1{
    font-weight: 600;
    font-size: 26px;
    color: #ffb03b;
    font-family: "Satisfy", sans-serif;
}
#events .carousel-item a{
color: white;
font-size: 26px;
border-bottom: 2px solid #ffb03b;
 font-weight: 700;
}
#events .carousel-item p{
	font-size: 16px;
	color: white;
	margin-bottom: 16px;
}
#events .carousel-item li{
	padding-bottom:15px ;
	color: white;
	font-size: 16px;
}
#events .carousel-item i{
	color:#ffb03b;
}
#events .carousel-indicators [data-bs-target] {
 width: 15px;
    height: 15px;
    border-radius: 50%;
    line-height: 15px;
}
#events .carousel-indicators {
	bottom: -45px;
	margin-bottom:0;
}
#events .carousel-indicators [data-bs-target]:focus{

background-color:#ffb03b;
color:#ffb03b;
}
#events .carousel-indicators [data-bs-target].active{
	background-color:#ffb03b;
	color:#ffb03b;
}
#boking-table
{
  padding: 60px 0;
}
#boking-table form{
	padding: 30px;
	width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

#boking-table .form-control:focus{
	box-shadow: none;
}
#boking-table .form-control {
border-radius:0;
}
#boking-table .btn{
	color: white;
	background-color:#ffb03b ;
	border:0;
	border-radius: 50px;
	padding: 10px 24px
}
#boking-table .btn:hover{
	background: #ffa012;
}
#restaurant-photo{
	padding: 60px 0;
}

#restaurant-photo .gallery-content{
	border-right:3px solid white;
	border-bottom:3px solid white;
	overflow: hidden;/* clip the excess when child gets bigger than parent */
    cursor:pointer;
}
#restaurant-photo .gallery-content img{
	 transition : all ease-in-out 0.4s; /* for smoother zoom in */;}

#restaurant-photo .gallery-content:hover img{
transform: scale(1.1); /* for zoom in */
	}
#restaurant-photo .mySlides {
  display: none;
}
#restaurant-photo  .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
/*  height: 100%;*/
  overflow: auto;
  background-color: black;
}
#restaurant-photo  .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 50%;
/*  max-width: 1200px;*/
}
#restaurant-photo  .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 40px;
  
  cursor: pointer;
}
#restaurant-photo  .close i{
font-weight:600;
}
#restaurant-photo .prev,
#restaurant-photo .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-size: 40px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
#restaurant-photo  .prev i,
#restaurant-photo  .next i{font-weight: 560;}
#restaurant-photo  .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
#restaurant-photo  .prev i:hover,
#restaurant-photo  .next i:hover {
  color: white;
}
@media (max-width: 768px) { 
#restaurant-photo .prev i,
#restaurant-photo .next i{
   display: none;
}
}
@media (max-width: 768px) { 
#restaurant-photo  .modal-content
{
   width: 100%;
}
}
#chefs{
	padding: 60px 0;
	background-image:linear-gradient(rgba(255 255 255 / 80%), rgba(255 255 255 / 80%)), url(../images/img/chefs-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;

}
#chefs .chef-name{
		position: relative;
}
#chefs .chef-info{
   position: absolute;
   left: 20px;
   right: 20px;
   background-color: white;
   padding:20px 0 ;
   text-align: center;
   color: #433f39;
   box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
   overflow: hidden;
   bottom: -80px;
   
}

#chefs .chef-info h1{
font-weight: 500;
    margin-bottom: 10px;
    font-size: 16px;
    color: #6c665c;
    padding-bottom: 10px;
    font-family: "Poppins", sans-serif;
}
#chefs .chef-info h1::after{
	content: "";
	width: 54px;
	height: 1px;
	position: absolute;
	left: 44%;
	bottom:96px;
	background-color: #ffcf88;
	}
#chefs .chef-info h3{
	font-size: 13px;
	font-style: italic;
	margin-bottom: 15px;
}
#chefs .chef-info a:hover i{
color:#ffcf88 ;
}
#chefs .chef-info a i{
	color:#7a7368;
	margin: 0 2px;
	cursor: pointer;

}
#chefs .chef-info a{
	 transition: 0.3s;
}
#chefs .chef-name{
	margin-bottom: 110px;
}
#reviews{
	padding: 60px 0;
	background-image:linear-gradient(rgba(12, 11, 10, 0.7), rgba(12, 11, 10, 0.7)), url(../images/img/testimonials-bg.jpg);
	/* height:600px;
	*/ background-repeat: no-repeat;
	 background-size: cover;
}
#reviews .carousel-item .pic{
 width: 100px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
}
#reviews .carousel-inner {
	text-align: center;
}
#reviews .carousel-item h5{
	font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
}
#reviews .carousel-item h6{
	font-size: 14px;
    color: #ddd;
    margin: 0 0 15px 0;
    font-family: "Comic Neue", sans-serif;
}
#reviews .carousel-item a{
color: #ffb03b;
    margin-bottom: 10px;
}
#reviews .carousel-item p{
font-style: italic;
    margin: 0 auto 60px auto;
    color: #eee;
}
#reviews .carousel-item p i{
color: rgba(255, 255, 255, 0.4);
    font-size: 26px;
}
@media (min-width: 992px){ 
  #reviews .carousel-item p
   {
   width: 80%;
    }
 }
#reviews .carousel-indicators [data-bs-target] {
	width: 15px;
	height:15px;
	border-radius:50% ;
}
#reviews  .carousel-indicators [data-bs-target].active{
	background-color:#ffb03b;}
/*#reviews .carousel-indicators [data-bs-target] {
	background-color: #ffb03b;
}*/

#contact{
		padding: 60px 0;
	   }
#contact .map{
		width: 100%;
		height: 300px;
		padding: 0;
		border: 0;
	}
	#contact .contact-info{
		box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
	}

#contact .contact-info i{
	font-size: 20px;
  line-height: 44px;
    width: 44px;
    height: 44px;
    background: #fff6e8;
    text-align: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
#contact .contact-info i{ font-weight: 600;  color: #ffb03b;}
#contact .contact-info h1{
padding: 0 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #433f39;
    font-family: "Poppins", sans-serif;
}
#contact .contact-info p{
	padding: 0 0 0 10px;
    margin-bottom: 0;
    font-size: 14px;
    color: #7a7368;
}
#contact .contact-info .contact-item:hover  i{
color: white;
background-color:#ffb03b;
}
#contact .container{
	padding: 0 12px;
}
#contact form{
	padding: 30px;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
	background-color: white;
	
}
#contact .form-control:focus{
	box-shadow: none;
}
#contact .form-control {
border-radius:0;
font-size: 14px;
}
#contact .btn{
	color: white;
	background-color:#ffb03b ;
	border:0;
	border-radius: 50px;
	padding: 10px 24px
}
#contact .btn:hover{
	background: #ffa012;
}
#footer{
	background: #35322d;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
}
#footer h1{
font-size:36px ;
font-family:"Satisfy", sans-serif;;
color: #ffb03b;
font-weight: 700;
margin-bottom: 15px;
}
#footer p{
	font-style: italic;
	margin-bottom: 40px;
}
#footer h3{
	margin-bottom: 40px;
}
#footer h3 i{
 font-size: 15px;
    display: inline-block;
    background: #46423b;
    color: #fff;
    line-height: 36px;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    cursor: pointer;
}
#footer h3 a:hover i{
background-color: #ffb03b;
}
#footer h4{
	font-size: 14px;
	margin-bottom: 5px;
}
#footer h6{
	font-size: 13px;
}
#footer h6 span{
	color:#ffb03b ;
}
.back-to-up{
	background-color:#ffb03b;
	color: white;
	width: 36px;
    height: 36px;
    border-radius: 50%;
    line-height: 36px;
    position: fixed;
    z-index: 3;
   bottom:15px ;
   right: 15px;
}
#menu-list .containerxy .show {
  display: block;
}
#menu-list .filterDiv {
  display: none;

}
#menu-list .containerxy {
  margin-top: 20px;
  overflow: hidden;
}
