@media only screen and (max-width: 768px) {
.container{
   width: 100%;
   height: auto;

}

.container-inner{
   width: 1366px;
   height: auto;
   margin: 0 auto;
   margin-left:auto;
   margin-right:auto;
}
#topbar {
  padding: 0;
  font-size: 15px;
  height: 50px;
  transition: all 0.5s;
  background: rgba(26, 24, 22, 0.8);
  z-index: 996;
  color: rgba(255, 255, 255, 0.7);
}

#topbar.topbar-transparent {
  background: transparent;
}

#topbar.topbar-scrolled {
  top: -50px;
}

#topbar i {
  color: #ffb03b;
  line-height: 0;
}

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


#header {
  /* top: 50px; */
  height: auto;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: rgba(26, 24, 22, 0.85);
  position: absolute;
  width: 100%;
}



#header.header-transparent {
  background: transparent;
}


#header .logo{
  width: auto;
  height: auto;
  /* background:#333; */
  /* padding: 10px; */
  float: left;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}



#header-inner {
   top: 0px;
   height: 40px;
   z-index: 997;
   transition: all 0.5s;
   padding: 10px 0;
   background: rgba(26, 24, 22, 0.85);
   position: absolute;
   width: 100%;
}



#header-inner .logo{
  width: auto;
  height: auto;
  float: left;
}

#header-inner .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}



.book-a-table-btn {
  background: #ffb03b;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  white-space: nowrap;
}

.book-a-table-btn:hover {
  background: #ffa012;
  color: #fff;
}


.navbar {
  padding: 0;
  float: right;
  width: auto;
  margin-top: 5px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
}

.navbar li {
  position: relative;
  float: left;
}

.navbar a,
.navbar a:focus {
  padding: 10px 0 10px 24px;
  font-size: 15px;
  font-weight: 500;
  color: white;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ffb03b;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #433f39;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ffb03b;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}


.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}



.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(39, 37, 34, 0.9);
  transition: 0.3s;
  z-index: 0;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #433f39;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ffb03b;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ffb03b;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(39, 37, 34, 0.8);
  overflow: hidden;
  padding: 0;
}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  /* content: ""; */
  background-color: rgb(12 11 10 / 0%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-content {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero h2 span {
  color: #ffb03b;
}

#hero p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}



section {
  padding: 55px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #5f5950;
}

.section-title h2 span {
  color: #ffb03b;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 300;
}


.breadcrumbs {
  padding: 15px 0;
  background-color: #f2f1ef;
  /* min-height: 40px; */
  margin-top: 120px;
}



.breadcrumbs h2 {
  font-size: 19px;
  font-weight: 300;
  margin: 0;
  display: inline-block;
}



.breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  float: right;
  /* width: 237px; */
  display: inline-flex;
}

.breadcrumbs ol li+li {
  padding-left: 0px;
  float: left;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 2px;
  color: #6c757d;
  content: "/";
  padding-left: 2px;
}


.about {
  background: #fff;
}

.about .content {
  padding: 0 34px;
}

.about .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #5f5950;
}

.about .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about .content p {
  font-size: 15px;
  color: #848484;
}



.about-left {
  float: left;
  height: 350px;
  width: 34%;
}



.about-right{
  float: right;
  height: auto;
  width: 64%;
}

.about-right h1 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}


.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  height: 100%;
  float: left;
  width: 370px;
  margin: 0px 10px 0px 10px;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffcf88;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #6c665c;
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #ffb03b;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}

.button{
  background: #ffb03b;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  margin: 0px 6px;
  float: left;
}

.button:hover {
  background: #e58900;
  margin-left: 16px;
}

.gallery {
  /* padding-bottom: 0px; */
  /* padding-top: 0px; */
}

.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  float: left;
  width: 335px;
  height: auto;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
  height: auto;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}


.chefs {padding: 50px 0;position: relative;}


.chefs .container {
  position: relative;
  z-index: 10;
}

.chefs .member {
  text-align: center;
  margin-bottom: 135px;
  position: relative;
  float: left;
  width: 435px;
  margin-left: 10px;
  margin-right: 10px;
  height: auto;
}

.chefs .member .pic {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.chefs .member .member-info {
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 18px 0;
  color: #433f39;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.chefs .member h4 {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 16px;
  color: #6c665c;
  position: relative;
  padding-bottom: 10px;
  font-family: "Poppins", sans-serif;
  padding-top: 0px;
  margin-top: 0px;
}

.chefs .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #ffcf88;
  bottom: 0;
  left: calc(50% - 25px);
}

.chefs .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.chefs .member .social {
  margin-top: 15px;
}

.chefs .member .social a {
  transition: color 0.3s;
  color: #7a7368;
}

.chefs .member .social a:hover {
  color: #ffb03b;
}

.chefs .member .social i {
  font-size: 16px;
  margin: 0 2px;
}



.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 94%;
  margin: 14px auto;
  height: 60px;
}

.contact .info {
  background: #fff;
  float: left;
  width: 315px;
}

.contact .info i {
  font-size: 20px;
  color: #ffb03b;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff6e8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #433f39;
  font-family: "Poppins", sans-serif;
  margin-top: 0px;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #7a7368;
  margin-top: 0px;
}


#footer {
  background: #35322d;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #ffb03b;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  /* background: #46423b; */
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 40px;
  transition: 0.3s;
}


#footer .social-links img{
  font-size: 18px;
  display: inline-block;
  /* background: #46423b; */
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  /* margin-right: 4px; */
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  transition: 0.3s;
}


#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}


.mb{margin-bottom: 30px;}


.why-us .box1 {
    padding: 25px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
    height: 100%;
    float: left;
    margin: 0px 13px 50px 13px;
    width: 369px;
}


.why-us .box1 span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #ffcf88;
}

.why-us .box1 h4 {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 4px 0;
    color: #6c665c;

}


.chefs1 {
    padding: 50px 0;
    position: relative;
}


.chefs1 .member {
    text-align: center;
    margin: 0px 13px 75px 13px;
    position: relative;
    float: left;
    width: 200px;
    height: 200px;
}



.chefs1 .member .pic {
    overflow: hidden;
    height: 200px;
}



.chefs1 .member .pic img {
    /* overflow: hidden; */
    height: 200px;
}


.chefs1 .member .member-info {
    position: absolute;
    bottom: -27px;
    left: 20px;
    right: 20px;
    background: #fff;
    padding: 9px 0;
    color: #433f39;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}


.chefs1 .member h4 {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 15px;
  color: #6c665c;
  position: relative;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  margin-top: 5px;
}

.video-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* min-height: 400px; */
    position: relative;
    left: 12px;
    margin: 0px 0px 60px 0px;
}


.gall{margin-bottom:45px;}


}


@media only screen and (min-width: 769px) and (max-width: 1024px) {
.container{
   width: 100%;
   height: auto;

}

.container-inner{
   width: 1366px;
   height: auto;
   margin: 0 auto;
   margin-left:auto;
   margin-right:auto;
}
#topbar {
  padding: 0;
  font-size: 15px;
  height: 50px;
  transition: all 0.5s;
  background: rgba(26, 24, 22, 0.8);
  z-index: 996;
  color: rgba(255, 255, 255, 0.7);
}

#topbar.topbar-transparent {
  background: transparent;
}

#topbar.topbar-scrolled {
  top: -50px;
}

#topbar i {
  color: #ffb03b;
  line-height: 0;
}

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


#header {
  /* top: 50px; */
  height: auto;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: rgba(26, 24, 22, 0.85);
  position: absolute;
  width: 100%;
}



#header.header-transparent {
  background: transparent;
}


#header .logo{
  width: auto;
  height: auto;
  /* background:#333; */
  /* padding: 10px; */
  float: left;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}



#header-inner {
   top: 0px;
   height: 40px;
   z-index: 997;
   transition: all 0.5s;
   padding: 10px 0;
   background: rgba(26, 24, 22, 0.85);
   position: absolute;
   width: 100%;
}



#header-inner .logo{
  width: auto;
  height: auto;
  float: left;
}

#header-inner .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}



.book-a-table-btn {
  background: #ffb03b;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  white-space: nowrap;
}

.book-a-table-btn:hover {
  background: #ffa012;
  color: #fff;
}


.navbar {
  padding: 0;
  float: right;
  width: auto;
  margin-top: 5px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
}

.navbar li {
  position: relative;
  float: left;
}

.navbar a,
.navbar a:focus {
  padding: 10px 0 10px 24px;
  font-size: 15px;
  font-weight: 500;
  color: white;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ffb03b;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #433f39;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ffb03b;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}


.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}



.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(39, 37, 34, 0.9);
  transition: 0.3s;
  z-index: 0;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #433f39;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ffb03b;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ffb03b;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(39, 37, 34, 0.8);
  overflow: hidden;
  padding: 0;
}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  /* content: ""; */
  background-color: rgb(12 11 10 / 0%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-content {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero h2 span {
  color: #ffb03b;
}

#hero p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}



section {
  padding: 55px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #5f5950;
}

.section-title h2 span {
  color: #ffb03b;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 300;
}




.breadcrumbs {
  padding: 15px 0;
  background-color: #f2f1ef;
  /* min-height: 40px; */
  margin-top: 120px;
}



.breadcrumbs h2 {
  font-size: 19px;
  font-weight: 300;
  margin: 0;
  display: inline-block;
}



.breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  float: right;
  /* width: 237px; */
  display: inline-flex;
}

.breadcrumbs ol li+li {
  padding-left: 0px;
  float: left;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 2px;
  color: #6c757d;
  content: "/";
  padding-left: 2px;
}


.about {
  background: #fff;
}

.about .content {
  padding: 0 34px;
}

.about .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #5f5950;
}

.about .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about .content p {
  font-size: 15px;
  color: #848484;
}



.about-left {
  float: left;
  height: 350px;
  width: 34%;
}



.about-right{
  float: right;
  height: auto;
  width: 64%;
}

.about-right h1 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}



.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  height: 100%;
  float: left;
  width: 370px;
  margin: 0px 10px 0px 10px;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffcf88;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #6c665c;
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #ffb03b;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}

.button{
  background: #ffb03b;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  margin: 0px 6px;
  float: left;
}

.button:hover {
  background: #e58900;
  margin-left: 16px;
}

.gallery {
  /* padding-bottom: 0px; */
  /* padding-top: 0px; */
}

.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  float: left;
  width: 335px;
  height: auto;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
  height: auto;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}


.chefs {padding: 50px 0;position: relative;}


.chefs .container {
  position: relative;
  z-index: 10;
}

.chefs .member {
  text-align: center;
  margin-bottom: 135px;
  position: relative;
  float: left;
  width: 435px;
  margin-left: 10px;
  margin-right: 10px;
  height: auto;
}

.chefs .member .pic {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.chefs .member .member-info {
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 18px 0;
  color: #433f39;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.chefs .member h4 {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 16px;
  color: #6c665c;
  position: relative;
  padding-bottom: 10px;
  font-family: "Poppins", sans-serif;
  padding-top: 0px;
  margin-top: 0px;
}

.chefs .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #ffcf88;
  bottom: 0;
  left: calc(50% - 25px);
}

.chefs .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.chefs .member .social {
  margin-top: 15px;
}

.chefs .member .social a {
  transition: color 0.3s;
  color: #7a7368;
}

.chefs .member .social a:hover {
  color: #ffb03b;
}

.chefs .member .social i {
  font-size: 16px;
  margin: 0 2px;
}



.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 94%;
  margin: 14px auto;
  height: 60px;
}

.contact .info {
  background: #fff;
  float: left;
  width: 315px;
}

.contact .info i {
  font-size: 20px;
  color: #ffb03b;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff6e8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #433f39;
  font-family: "Poppins", sans-serif;
  margin-top: 0px;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #7a7368;
  margin-top: 0px;
}



#footer {
  background: #35322d;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #ffb03b;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15px;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  /* background: #46423b; */
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 40px;
  transition: 0.3s;
}


#footer .social-links img{
  font-size: 18px;
  display: inline-block;
  /* background: #46423b; */
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  /* margin-right: 4px; */
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  transition: 0.3s;
}




#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}


.mb{margin-bottom: 30px;}




.why-us .box1 {
    padding: 25px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
    height: 100%;
    float: left;
    margin: 0px 13px 50px 13px;
    width: 369px;
}


.why-us .box1 span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #ffcf88;
}

.why-us .box1 h4 {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 4px 0;
    color: #6c665c;

}



.chefs1 {
    padding: 50px 0;
    position: relative;
}


.chefs1 .member {
    text-align: center;
    margin: 0px 13px 75px 13px;
    position: relative;
    float: left;
    width: 200px;
    height: 200px;
}



.chefs1 .member .pic {
    overflow: hidden;
    height: 200px;
}



.chefs1 .member .pic img {
    /* overflow: hidden; */
    height: 200px;
}



.chefs1 .member .member-info {
    position: absolute;
    bottom: -27px;
    left: 20px;
    right: 20px;
    background: #fff;
    padding: 9px 0;
    color: #433f39;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}


.chefs1 .member h4 {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 15px;
  color: #6c665c;
  position: relative;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  margin-top: 5px;
}

.video-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* min-height: 400px; */
    position: relative;
    left: 12px;
    margin: 0px 0px 60px 0px;
}


.gall{margin-bottom:45px;}


}


@media only screen and (min-width: 1025px) {
.container{
   width: 100%;
   height: auto;

}

.container-inner{
   width: 1366px;
   height: auto;
   margin: 0 auto;
   margin-left:auto;
   margin-right:auto;
}
#topbar {
  padding: 0;
  font-size: 15px;
  height: 50px;
  transition: all 0.5s;
  background: rgba(26, 24, 22, 0.8);
  z-index: 996;
  color: rgba(255, 255, 255, 0.7);
}

#topbar.topbar-transparent {
  background: transparent;
}

#topbar.topbar-scrolled {
  top: -50px;
}

#topbar i {
  color: #ffb03b;
  line-height: 0;
}

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


#header {
  /* top: 50px; */
  height: auto;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: rgba(26, 24, 22, 0.85);
  position: absolute;
  width: 100%;
}



#header.header-transparent {
  background: transparent;
}


#header .logo{
  width: auto;
  height: auto;
  /* background:#333; */
  /* padding: 10px; */
  float: left;
}

#header .logo img {
  padding: 0;
  margin: 0;
  height: auto;
}



#header-inner {
   top: 0px;
   height: 40px;
   z-index: 997;
   transition: all 0.5s;
   padding: 10px 0;
   background: rgba(26, 24, 22, 0.85);
   position: absolute;
   width: 100%;
}



#header-inner .logo{
  width: auto;
  height: auto;
  float: left;
}

#header-inner .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}



.book-a-table-btn {
  background: #ffb03b;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  white-space: nowrap;
}

.book-a-table-btn:hover {
  background: #ffa012;
  color: #fff;
}


.navbar {
  padding: 0;
  float: right;
  width: auto;
  margin-top: 5px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
}

.navbar li {
  position: relative;
  float: left;
}

.navbar a,
.navbar a:focus {
  padding: 10px 0 10px 24px;
  font-size: 15px;
  font-weight: 500;
  color: white;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ffb03b;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #433f39;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ffb03b;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}


.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}



.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(39, 37, 34, 0.9);
  transition: 0.3s;
  z-index: 0;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #433f39;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ffb03b;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ffb03b;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(39, 37, 34, 0.8);
  overflow: hidden;
  padding: 0;
}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  /* content: ""; */
  background-color: rgb(12 11 10 / 0%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-content {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero h2 span {
  color: #ffb03b;
}

#hero p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}



section {
  padding: 55px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #5f5950;
}

.section-title h2 span {
  color: #ffb03b;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 300;
}




.breadcrumbs {
  padding: 15px 0;
  background-color: #f2f1ef;
  /* min-height: 40px; */
  margin-top: 120px;
}



.breadcrumbs h2 {
  font-size: 19px;
  font-weight: 300;
  margin: 0;
  display: inline-block;
}



.breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  float: right;
  /* width: 237px; */
  display: inline-flex;
}

.breadcrumbs ol li+li {
  padding-left: 0px;
  float: left;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 2px;
  color: #6c757d;
  content: "/";
  padding-left: 2px;
}


.about {
  background: #fff;
}

.about .content {
  padding: 0 34px;
}

.about .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #5f5950;
}

.about .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about .content p {
  font-size: 15px;
  color: #848484;
}



.about-left {
  float: left;
  height: 350px;
  width: 34%;
}



.about-right{
  float: right;
  height: auto;
  width: 64%;
}

.about-right h1 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}



.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  height: 100%;
  float: left;
  width: 370px;
  margin: 0px 10px 0px 10px;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffcf88;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #6c665c;
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #ffb03b;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}

.button{
  background: #ffb03b;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  margin: 0px 6px;
  float: left;
}

.button:hover {
  background: #e58900;
  margin-left: 16px;
}

.gallery {
  /* padding-bottom: 0px; */
  /* padding-top: 0px; */
}

.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  float: left;
  width: 335px;
  height: auto;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
  height: auto;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}


.chefs {padding: 50px 0;position: relative;}


.chefs .container {
  position: relative;
  z-index: 10;
}

.chefs .member {
  text-align: center;
  margin-bottom: 135px;
  position: relative;
  float: left;
  width: 435px;
  margin-left: 10px;
  margin-right: 10px;
  height: auto;
}

.chefs .member .pic {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.chefs .member .member-info {
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 18px 0;
  color: #433f39;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.chefs .member h4 {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 16px;
  color: #6c665c;
  position: relative;
  padding-bottom: 10px;
  font-family: "Poppins", sans-serif;
  padding-top: 0px;
  margin-top: 0px;
}

.chefs .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #ffcf88;
  bottom: 0;
  left: calc(50% - 25px);
}

.chefs .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.chefs .member .social {
  margin-top: 15px;
}

.chefs .member .social a {
  transition: color 0.3s;
  color: #7a7368;
}

.chefs .member .social a:hover {
  color: #ffb03b;
}

.chefs .member .social i {
  font-size: 16px;
  margin: 0 2px;
}



.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 94%;
  margin: 14px auto;
  height: 60px;
}

.contact .info {
  background: #fff;
  float: left;
  width: 315px;
}

.contact .info i {
  font-size: 20px;
  color: #ffb03b;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff6e8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #433f39;
  font-family: "Poppins", sans-serif;
  margin-top: 0px;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #7a7368;
  margin-top: 0px;
}



#footer {
  background: #35322d;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #ffb03b;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  /* background: #46423b; */
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 40px;
  transition: 0.3s;
}


#footer .social-links img{
  font-size: 18px;
  display: inline-block;
  /* background: #46423b; */
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  /* margin-right: 4px; */
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  transition: 0.3s;
}



#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}


.mb{margin-bottom: 30px;}



.why-us .box1 {
    padding: 25px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
    height: 100%;
    float: left;
    margin: 0px 13px 50px 13px;
    width: 369px;
}


.why-us .box1 span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #ffcf88;
}

.why-us .box1 h4 {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 4px 0;
    color: #6c665c;

}


.chefs1 {
    padding: 50px 0;
    position: relative;
}


.chefs1 .member {
    text-align: center;
    margin: 0px 13px 75px 13px;
    position: relative;
    float: left;
    width: 200px;
    height: 200px;
}



.chefs1 .member .pic {
    overflow: hidden;
    height: 200px;
}



.chefs1 .member .pic img {
    /* overflow: hidden; */
    height: 200px;
}



.chefs1 .member .member-info {
    position: absolute;
    bottom: -27px;
    left: 20px;
    right: 20px;
    background: #fff;
    padding: 9px 0;
    color: #433f39;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}


.chefs1 .member h4 {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 15px;
  color: #6c665c;
  position: relative;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  margin-top: 5px;
}

.video-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* min-height: 400px; */
    position: relative;
    left: 12px;
    margin: 0px 0px 60px 0px;
}


.gall{margin-bottom:45px;}


}




@media only screen and (max-width: 1024px) {
.container{
   width: 100%;
   height: auto;

}

.container-inner{
   width: 960px;
   height: auto;
   margin: 0 auto;
   margin-left:auto;
   margin-right:auto;
}
#topbar {
  padding: 0;
  font-size: 15px;
  height: 50px;
  transition: all 0.5s;
  background: rgba(26, 24, 22, 0.8);
  z-index: 996;
  color: rgba(255, 255, 255, 0.7);
}

#topbar.topbar-transparent {
  background: transparent;
}

#topbar.topbar-scrolled {
  top: -50px;
}

#topbar i {
  color: #ffb03b;
  line-height: 0;
}

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


#header {
  /* top: 50px; */
  height: auto;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: rgba(26, 24, 22, 0.85);
  position: absolute;
  width: 100%;
}



#header.header-transparent {
  background: transparent;
}


#header .logo{
  width: auto;
  height: auto;
  /* background:#333; */
  /* padding: 10px; */
  float: left;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}



#header-inner {
   top: 0px;
   height: 40px;
   z-index: 997;
   transition: all 0.5s;
   padding: 10px 0;
   background: rgba(26, 24, 22, 0.85);
   position: absolute;
   width: 100%;
}



#header-inner .logo{
  width: auto;
  height: auto;
  float: left;
}

#header-inner .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}



.book-a-table-btn {
  background: #ffb03b;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  white-space: nowrap;
}

.book-a-table-btn:hover {
  background: #ffa012;
  color: #fff;
}


.navbar {
  padding: 0;
  float: right;
  width: auto;
  margin-top: 5px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
}

.navbar li {
  position: relative;
  float: left;
}

.navbar a,
.navbar a:focus {
  padding: 10px 0 10px 24px;
  font-size: 14px;
  font-weight: 500;
  color: white;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ffb03b;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #433f39;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ffb03b;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}


.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}



.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(39, 37, 34, 0.9);
  transition: 0.3s;
  z-index: 0;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #433f39;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ffb03b;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ffb03b;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(39, 37, 34, 0.8);
  overflow: hidden;
  padding: 0;
}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  /* content: ""; */
  background-color: rgb(12 11 10 / 0%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-content {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 2px;
  font-size: 30px;
  font-weight: 700;
}

#hero h2 span {
  color: #ffb03b;
}

#hero p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}



section {
  padding: 55px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  margin: 15px 0 0 0;
  font-size: 25px;
  font-weight: 700;
  color: #5f5950;
}

.section-title h2 span {
  color: #ffb03b;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 300;
}




.breadcrumbs {
  padding: 15px 0;
  background-color: #f2f1ef;
  /* min-height: 40px; */
  margin-top: 120px;
}



.breadcrumbs h2 {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  display: inline-block;
}



.breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  float: right;
  /* width: 237px; */
  display: inline-flex;
}

.breadcrumbs ol li+li {
  padding-left: 0px;
  float: left;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 2px;
  color: #6c757d;
  content: "/";
  padding-left: 2px;
}


.about {
  background: #fff;
}

.about .content {
  padding: 0 34px;
}

.about .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #5f5950;
}

.about .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about .content p {
  font-size: 15px;
  color: #848484;
}



.about-left {
  float: left;
  height: 350px;
  width: 34%;
}



.about-right{
  float: right;
  height: auto;
  width: 64%;
}

.about-right h1 {
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}



.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  height: 100%;
  float: left;
  width: 239px;
  margin: 0px 10px 0px 10px;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffcf88;
}

.why-us .box h4 {
  font-size: 19px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #6c665c;
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #ffb03b;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}

.button{
  background: #ffb03b;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  margin: 0px 6px;
  float: left;
}

.button:hover {
  background: #e58900;
  margin-left: 16px;
}

.gallery {
  /* padding-bottom: 0px; */
  /* padding-top: 0px; */
}

.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  float: left;
  width: 235px;
  height: auto;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
  height: auto;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}


.chefs {padding: 50px 0;position: relative;}


.chefs .container {
  position: relative;
  z-index: 10;
}

.chefs .member {
  text-align: center;
  margin-bottom: 135px;
  position: relative;
  float: left;
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
  height: auto;
}

.chefs .member .pic {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.chefs .member .pic img {
  width: 100%;
  height: auto;
}


.chefs .member .member-info {
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 18px 0;
  color: #433f39;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.chefs .member h4 {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 16px;
  color: #6c665c;
  position: relative;
  padding-bottom: 10px;
  font-family: "Poppins", sans-serif;
  padding-top: 0px;
  margin-top: 0px;
}

.chefs .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #ffcf88;
  bottom: 0;
  left: calc(50% - 25px);
}

.chefs .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.chefs .member .social {
  margin-top: 15px;
}

.chefs .member .social a {
  transition: color 0.3s;
  color: #7a7368;
}

.chefs .member .social a:hover {
  color: #ffb03b;
}

.chefs .member .social i {
  font-size: 16px;
  margin: 0 2px;
}



.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 90%;
  margin: 14px auto;
  height: 60px;
}

.contact .info {
  background: #fff;
  float: left;
  width: 215px;
}

.contact .info i {
  font-size: 20px;
  color: #ffb03b;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff6e8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0px 0 0 57px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #433f39;
  font-family: "Poppins", sans-serif;
  margin-top: 0px;
}

.contact .info p {
  padding: 0 0 0 57px;
  margin-bottom: 0;
  font-size: 13px;
  color: #7a7368;
  margin-top: 0px;
}



#footer {
  background: #35322d;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 25px;
  font-weight: 700;
  color: #ffb03b;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 14px;
  font-style: italic;
  padding: 0;
  margin: 0 0 10px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  /* background: #46423b; */
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 40px;
  transition: 0.3s;
}


#footer .social-links img{
  font-size: 18px;
  display: inline-block;
  /* background: #46423b; */
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  /* margin-right: 4px; */
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  transition: 0.3s;
}




#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}


.mb{margin-bottom: 30px;}




.why-us .box1 {
    padding: 15px 16px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
    height: 100%;
    float: left;
    margin: 0px 13px 50px 13px;
    width: 260px;
    font-size: 13px;
}


.why-us .box1 span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #ffcf88;
}

.why-us .box1 h4 {
    font-size: 19px;
    font-weight: 600;
    padding: 0;
    margin: 4px 0;
    color: #6c665c;
}




.chefs1 {
    padding: 50px 0;
    position: relative;
}


.chefs1 .member {
    text-align: center;
    margin: 0px 13px 75px 13px;
    position: relative;
    float: left;
    width: 213px;
    height: auto;
}



.chefs1 .member .pic {
    overflow: hidden;
    height: 200px;
}



.chefs1 .member .pic img {
    height: 200px;
}





.chefs1 .member .member-info {
    position: absolute;
    bottom: -27px;
    left: 20px;
    right: 20px;
    background: #fff;
    padding: 9px 0;
    color: #433f39;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}


.chefs1 .member h4 {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 14px;
  color: #6c665c;
  position: relative;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  margin-top: 5px;
}

.video-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    left: 12px;
    margin: 0px 0px 60px 0px;
}


.gall{margin-bottom:45px;}


}


@media (min-width: 1366px){

.container{
   width: 100%;
   height: auto;

}

.container-inner{
   width: 1366px;
   height: auto;
   margin: 0 auto;
   margin-left:auto;
   margin-right:auto;
}
#topbar {
  padding: 0;
  font-size: 15px;
  height: 50px;
  transition: all 0.5s;
  background: rgba(26, 24, 22, 0.8);
  z-index: 996;
  color: rgba(255, 255, 255, 0.7);
}

#topbar.topbar-transparent {
  background: transparent;
}

#topbar.topbar-scrolled {
  top: -50px;
}

#topbar i {
  color: #ffb03b;
  line-height: 0;
}

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


#header {
  /* top: 50px; */
  height: auto;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: rgba(26, 24, 22, 0.85);
  position: absolute;
  width: 100%;
}



#header.header-transparent {
  background: transparent;
}


#header .logo{
  width: auto;
  height: auto;
  /* background:#333; */
  /* padding: 10px; */
  float: left;
}

#header .logo img {
  padding: 0;
  margin: 0;
  height: auto;
}



#header-inner {
   top: 0px;
   height: 40px;
   z-index: 997;
   transition: all 0.5s;
   padding: 10px 0;
   background: rgba(26, 24, 22, 0.85);
   position: absolute;
   width: 100%;
}



#header-inner .logo{
  width: auto;
  height: auto;
  float: left;
}

#header-inner .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}



.book-a-table-btn {
  background: #ffb03b;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  white-space: nowrap;
}

.book-a-table-btn:hover {
  background: #ffa012;
  color: #fff;
}


.navbar {
  padding: 0;
  float: right;
  width: auto;
  margin-top: 5px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
}

.navbar li {
  position: relative;
  float: left;
}

.navbar a,
.navbar a:focus {
  padding: 10px 0 10px 24px;
  font-size: 15px;
  font-weight: 500;
  color: white;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ffb03b;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #433f39;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ffb03b;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}


.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}



.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(39, 37, 34, 0.9);
  transition: 0.3s;
  z-index: 0;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #433f39;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ffb03b;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ffb03b;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(39, 37, 34, 0.8);
  overflow: hidden;
  padding: 0;
}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  /* content: ""; */
  background-color: rgb(12 11 10 / 0%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-content {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero h2 span {
  color: #ffb03b;
}

#hero p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}



section {
  padding: 55px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #5f5950;
}

.section-title h2 span {
  color: #ffb03b;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 300;
}




.breadcrumbs {
  padding: 15px 0;
  background-color: #f2f1ef;
  /* min-height: 40px; */
  margin-top: 120px;
}



.breadcrumbs h2 {
  font-size: 19px;
  font-weight: 300;
  margin: 0;
  display: inline-block;
}



.breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  float: right;
  /* width: 237px; */
  display: inline-flex;
}

.breadcrumbs ol li+li {
  padding-left: 0px;
  float: left;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 2px;
  color: #6c757d;
  content: "/";
  padding-left: 2px;
}


.about {
  background: #fff;
}

.about .content {
  padding: 0 34px;
}

.about .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #5f5950;
}

.about .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about .content p {
  font-size: 15px;
  color: #848484;
}



.about-left {
  float: left;
  height: 350px;
  width: 34%;
}



.about-right{
  float: right;
  height: auto;
  width: 64%;
}

.about-right h1 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}



.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  height: 100%;
  float: left;
  width: 370px;
  margin: 0px 10px 0px 10px;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffcf88;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #6c665c;
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #ffb03b;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}

.button{
  background: #ffb03b;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  margin: 0px 6px;
  float: left;
}

.button:hover {
  background: #e58900;
  margin-left: 16px;
}

.gallery {
  /* padding-bottom: 0px; */
  /* padding-top: 0px; */
}

.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  float: left;
  width: 335px;
  height: auto;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
  height: auto;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}


.chefs {padding: 50px 0;position: relative;}


.chefs .container {
  position: relative;
  z-index: 10;
}

.chefs .member {
  text-align: center;
  margin-bottom: 135px;
  position: relative;
  float: left;
  width: 435px;
  margin-left: 10px;
  margin-right: 10px;
  height: auto;
}

.chefs .member .pic {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.chefs .member .member-info {
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 18px 0;
  color: #433f39;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.chefs .member h4 {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 16px;
  color: #6c665c;
  position: relative;
  padding-bottom: 10px;
  font-family: "Poppins", sans-serif;
  padding-top: 0px;
  margin-top: 0px;
}

.chefs .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #ffcf88;
  bottom: 0;
  left: calc(50% - 25px);
}

.chefs .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.chefs .member .social {
  margin-top: 15px;
}

.chefs .member .social a {
  transition: color 0.3s;
  color: #7a7368;
}

.chefs .member .social a:hover {
  color: #ffb03b;
}

.chefs .member .social i {
  font-size: 16px;
  margin: 0 2px;
}



.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 94%;
  margin: 14px auto;
  height: 60px;
}

.contact .info {
  background: #fff;
  float: left;
  width: 315px;
}

.contact .info i {
  font-size: 20px;
  color: #ffb03b;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff6e8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #433f39;
  font-family: "Poppins", sans-serif;
  margin-top: 0px;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #7a7368;
  margin-top: 0px;
}



#footer {
  background: #35322d;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #ffb03b;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  /* background: #46423b; */
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 40px;
  transition: 0.3s;
}


#footer .social-links img{
  font-size: 18px;
  display: inline-block;
  /* background: #46423b; */
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  /* margin-right: 4px; */
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  transition: 0.3s;
}




#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}


.mb{margin-bottom: 30px;}




.why-us .box1 {
    padding: 25px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
    height: 100%;
    float: left;
    margin: 0px 13px 50px 13px;
    width: 369px;
}


.why-us .box1 span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #ffcf88;
}

.why-us .box1 h4 {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 4px 0;
    color: #6c665c;

}




.chefs1 {
    padding: 50px 0;
    position: relative;
}


.chefs1 .member {
    text-align: center;
    margin: 0px 13px 75px 13px;
    position: relative;
    float: left;
    width: 200px;
    height: 200px;
}



.chefs1 .member .pic {
    overflow: hidden;
    height: 200px;
}



.chefs1 .member .pic img {
    /* overflow: hidden; */
    height: 200px;
}





.chefs1 .member .member-info {
    position: absolute;
    bottom: -27px;
    left: 20px;
    right: 20px;
    background: #fff;
    padding: 9px 0;
    color: #433f39;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}


.chefs1 .member h4 {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 15px;
  color: #6c665c;
  position: relative;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  margin-top: 5px;
}

.video-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    left: 12px;
    margin: 0px 0px 60px 0px;
}


.gall{margin-bottom:45px;}


  
}






@media only screen and (min-width: 1025px) and (max-width: 1440px) {
.container{
   width: 100%;
   height: auto;

}

.container-inner{
   width: 1200px;
   height: auto;
   margin: 0 auto;
   margin-left:auto;
   margin-right:auto;
}
#topbar {
  padding: 0;
  font-size: 15px;
  height: 50px;
  transition: all 0.5s;
  background: rgba(26, 24, 22, 0.8);
  z-index: 996;
  color: rgba(255, 255, 255, 0.7);
}

#topbar.topbar-transparent {
  background: transparent;
}

#topbar.topbar-scrolled {
  top: -50px;
}

#topbar i {
  color: #ffb03b;
  line-height: 0;
}

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


#header {
  /* top: 50px; */
  height: auto;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: rgba(26, 24, 22, 0.85);
  position: absolute;
  width: 100%;
}



#header.header-transparent {
  background: transparent;
}


#header .logo{
  width: auto;
  height: auto;
  /* background:#333; */
  /* padding: 10px; */
  float: left;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}



#header-inner {
   top: 0px;
   height: 40px;
   z-index: 997;
   transition: all 0.5s;
   padding: 10px 0;
   background: rgba(26, 24, 22, 0.85);
   position: absolute;
   width: 100%;
}



#header-inner .logo{
  width: auto;
  height: auto;
  float: left;
}

#header-inner .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}



.book-a-table-btn {
  background: #ffb03b;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  white-space: nowrap;
}

.book-a-table-btn:hover {
  background: #ffa012;
  color: #fff;
}


.navbar {
  padding: 0;
  float: right;
  width: auto;
  margin-top: 5px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
}

.navbar li {
  position: relative;
  float: left;
}

.navbar a,
.navbar a:focus {
  padding: 10px 0 10px 24px;
  font-size: 15px;
  font-weight: 500;
  color: white;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ffb03b;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #433f39;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ffb03b;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}


.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}



.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(39, 37, 34, 0.9);
  transition: 0.3s;
  z-index: 0;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #433f39;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ffb03b;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ffb03b;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(39, 37, 34, 0.8);
  overflow: hidden;
  padding: 0;
}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  /* content: ""; */
  background-color: rgb(12 11 10 / 0%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-content {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero h2 span {
  color: #ffb03b;
}

#hero p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}



section {
  padding: 55px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #5f5950;
}

.section-title h2 span {
  color: #ffb03b;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 300;
}




.breadcrumbs {
  padding: 15px 0;
  background-color: #f2f1ef;
  /* min-height: 40px; */
  margin-top: 120px;
}



.breadcrumbs h2 {
  font-size: 19px;
  font-weight: 300;
  margin: 0;
  display: inline-block;
}



.breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  float: right;
  /* width: 237px; */
  display: inline-flex;
}

.breadcrumbs ol li+li {
  padding-left: 0px;
  float: left;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 2px;
  color: #6c757d;
  content: "/";
  padding-left: 2px;
}


.about {
  background: #fff;
}

.about .content {
  padding: 0 34px;
}

.about .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #5f5950;
}

.about .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about .content p {
  font-size: 15px;
  color: #848484;
}



.about-left {
  float: left;
  height: 350px;
  width: 34%;
}



.about-right{
  float: right;
  height: auto;
  width: 64%;
}

.about-right h1 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}



.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  height: 100%;
  float: left;
  width: 314px;
  margin: 0px 10px 0px 10px;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffcf88;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #6c665c;
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #ffb03b;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}

.button{
  background: #ffb03b;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  margin: 0px 6px;
  float: left;
}

.button:hover {
  background: #e58900;
  margin-left: 16px;
}

.gallery {
  /* padding-bottom: 0px; */
  /* padding-top: 0px; */
}

.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  float: left;
  width: 295px;
  height: auto;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
  height: auto;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}


.chefs {padding: 50px 0;position: relative;}


.chefs .container {
  position: relative;
  z-index: 10;
}

.chefs .member {
  text-align: center;
  margin-bottom: 135px;
  position: relative;
  float: left;
  width: 380px;
  margin-left: 10px;
  margin-right: 10px;
  height: auto;
}

.chefs .member .pic {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.chefs .member .pic img {
  width: 100%;
  height: auto;
}



.chefs .member .member-info {
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 18px 0;
  color: #433f39;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.chefs .member h4 {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 16px;
  color: #6c665c;
  position: relative;
  padding-bottom: 10px;
  font-family: "Poppins", sans-serif;
  padding-top: 0px;
  margin-top: 0px;
}

.chefs .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #ffcf88;
  bottom: 0;
  left: calc(50% - 25px);
}

.chefs .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.chefs .member .social {
  margin-top: 15px;
}

.chefs .member .social a {
  transition: color 0.3s;
  color: #7a7368;
}

.chefs .member .social a:hover {
  color: #ffb03b;
}

.chefs .member .social i {
  font-size: 16px;
  margin: 0 2px;
}



.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 94%;
  margin: 14px auto;
  height: 60px;
}

.contact .info {
  background: #fff;
  float: left;
  width: 315px;
}

.contact .info i {
  font-size: 20px;
  color: #ffb03b;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff6e8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #433f39;
  font-family: "Poppins", sans-serif;
  margin-top: 0px;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #7a7368;
  margin-top: 0px;
}



#footer {
  background: #35322d;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #ffb03b;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  /* background: #46423b; */
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 40px;
  transition: 0.3s;
}


#footer .social-links img{
  font-size: 18px;
  display: inline-block;
  /* background: #46423b; */
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  /* margin-right: 4px; */
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  transition: 0.3s;
}




#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}


.mb{margin-bottom: 30px;}




.why-us .box1 {
    padding: 25px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
    height: 100%;
    float: left;
    margin: 0px 13px 50px 13px;
    width: 369px;
}


.why-us .box1 span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #ffcf88;
}

.why-us .box1 h4 {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 4px 0;
    color: #6c665c;

}




.chefs1 {
    padding: 50px 0;
    position: relative;
}


.chefs1 .member {
    text-align: center;
    margin: 0px 13px 75px 13px;
    position: relative;
    float: left;
    width: 200px;
    height: 200px;
}



.chefs1 .member .pic {
    overflow: hidden;
    height: 200px;
}



.chefs1 .member .pic img {
    height: 200px;
}




.chefs1 .member .member-info {
    position: absolute;
    bottom: -27px;
    left: 20px;
    right: 20px;
    background: #fff;
    padding: 9px 0;
    color: #433f39;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}


.chefs1 .member h4 {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 15px;
  color: #6c665c;
  position: relative;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  margin-top: 5px;
}

.video-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    left: 12px;
    margin: 0px 0px 60px 0px;
}


.gall{margin-bottom:45px;}


}


@media only screen and (min-width: 1441px) {
.container{
   width: 100%;
   height: auto;

}

.container-inner{
   width: 1366px;
   height: auto;
   margin: 0 auto;
   margin-left:auto;
   margin-right:auto;
}
#topbar {
  padding: 0;
  font-size: 15px;
  height: 50px;
  transition: all 0.5s;
  background: rgba(26, 24, 22, 0.8);
  z-index: 996;
  color: rgba(255, 255, 255, 0.7);
}

#topbar.topbar-transparent {
  background: transparent;
}

#topbar.topbar-scrolled {
  top: -50px;
}

#topbar i {
  color: #ffb03b;
  line-height: 0;
}

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


#header {
  /* top: 50px; */
  height: auto;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: rgba(26, 24, 22, 0.85);
  position: absolute;
  width: 100%;
}



#header.header-transparent {
  background: transparent;
}


#header .logo{
  /* width: 90%; */
  height: 60px;
  /* background:#333; */
  /* padding: 10px; */
  float: left;
}

#header .logo img {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
}



#header-inner {
   top: 0px;
   height: 40px;
   z-index: 997;
   transition: all 0.5s;
   padding: 10px 0;
   background: rgba(26, 24, 22, 0.85);
   position: absolute;
   width: 100%;
}



#header-inner .logo{
  width: auto;
  height: auto;
  float: left;
}

#header-inner .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}



.book-a-table-btn {
  background: #ffb03b;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  white-space: nowrap;
}

.book-a-table-btn:hover {
  background: #ffa012;
  color: #fff;
}


.navbar {
  padding: 0;
  float: right;
  width: auto;
  margin-top: 5px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
}

.navbar li {
  position: relative;
  float: left;
}

.navbar a,
.navbar a:focus {
  padding: 10px 0 10px 24px;
  font-size: 15px;
  font-weight: 500;
  color: white;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ffb03b;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #433f39;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ffb03b;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}


.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}



.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(39, 37, 34, 0.9);
  transition: 0.3s;
  z-index: 0;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #433f39;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ffb03b;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ffb03b;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(39, 37, 34, 0.8);
  overflow: hidden;
  padding: 0;
}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  /* content: ""; */
  background-color: rgb(12 11 10 / 0%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-content {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 3px;
  font-size: 40px;
  font-weight: 700;
}

#hero h2 span {
  color: #ffb03b;
}

#hero p {
  width: 70%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  font-size: 17px;
}



section {
  padding: 55px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  margin: 15px 0 0 0;
  font-size: 30px;
  font-weight: 700;
  color: #5f5950;
}

.section-title h2 span {
  color: #ffb03b;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 300;
}




.breadcrumbs {
  padding: 15px 0;
  background-color: #f2f1ef;
  /* min-height: 40px; */
  margin-top: 120px;
}



.breadcrumbs h2 {
  font-size: 17px;
  font-weight: 300;
  margin: 0;
  display: inline-block;
}



.breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  float: right;
  /* width: 237px; */
  display: inline-flex;
}

.breadcrumbs ol li+li {
  padding-left: 0px;
  float: left;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 2px;
  color: #6c757d;
  content: "/";
  padding-left: 2px;
}


.about {
  background: #fff;
}

.about .content {
  padding: 0 34px;
}

.about .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #5f5950;
}

.about .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about .content p {
  font-size: 15px;
  color: #848484;
}


.about-left {
  float: left;
  height: 395px;
  width: 34%;
}


.about-right{
  float: right;
  height: auto;
  width: 64%;
}

.about-right h1 {
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}


.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  height: 100%;
  float: left;
  width: 375px;
  margin: 0px 10px 0px 10px;
}

.why-us .box span {
  display: block;
  font-size: 35px;
  font-weight: 700;
  color: #ffcf88;
}

.why-us .box h4 {
  font-size: 22px;
  font-weight: 600;
  padding: 0;
  margin: 11px 0;
  color: #6c665c;
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #ffb03b;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}

.button{
  background: #ffb03b;
  border: 0;
  padding: 17px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  margin: 0px 6px;
  float: left;
  font-size: 15px;
}

.button:hover {
  background: #e58900;
  margin-left: 16px;
}

.gallery {
  /* padding-bottom: 0px; */
  /* padding-top: 0px; */
}

.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  float: left;
  width: 335px;
  height: auto;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
  height: auto;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}


.chefs {padding: 50px 0;position: relative;}


.chefs .container {
  position: relative;
  z-index: 10;
}

.chefs .member {
  text-align: center;
  margin-bottom: 135px;
  position: relative;
  float: left;
  width: 435px;
  margin-left: 10px;
  margin-right: 10px;
  height: auto;
}

.chefs .member .pic {
  overflow: hidden;
  width: 100%;
  height: auto;
}


.chefs .member .pic img {
  width: 100%;
  height: auto;
}


.chefs .member .member-info {
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 18px 0;
  color: #433f39;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.chefs .member h4 {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 18px;
  color: #6c665c;
  position: relative;
  padding-bottom: 10px;
  font-family: "Poppins", sans-serif;
  padding-top: 0px;
  margin-top: 0px;
}

.chefs .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 72px;
  height: 3px;
  background: #ffcf88;
  bottom: 0;
  left: calc(48% - 25px);
}

.chefs .member span {
  font-style: italic;
  display: block;
  font-size: 14px;
}

.chefs .member .social {
  margin-top: 15px;
}

.chefs .member .social a {
  transition: color 0.3s;
  color: #7a7368;
}

.chefs .member .social a:hover {
  color: #ffb03b;
}

.chefs .member .social i {
  font-size: 16px;
  margin: 0 2px;
}


.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 94%;
  margin: 14px auto;
  height: 60px;
}

.contact .info {
  background: #fff;
  float: left;
  width: 315px;
}

.contact .info i {
  font-size: 20px;
  color: #ffb03b;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff6e8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #433f39;
  font-family: "Poppins", sans-serif;
  margin-top: 0px;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #7a7368;
  margin-top: 0px;
}



#footer {
  background: #35322d;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 30px;
  font-weight: 700;
  color: #ffb03b;
  position: relative;
  padding: 0;
  margin: 0 0 0px 0;
}

#footer p {
  font-size: 15px;
  font-style: italic;
  padding: 0;
  margin: 0 0 17px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  /* background: #46423b; */
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 50px;
  transition: 0.3s;
}


#footer .social-links img{
  font-size: 18px;
  display: inline-block;
  /* background: #46423b; */
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  /* margin-right: 4px; */
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}



#footer .copyright {
  margin: 0 0 5px 0;
  font-size: 15px;
}

#footer .credits {
  font-size: 13px;
}


.mb{margin-bottom: 30px;}



.why-us .box1 {
    padding: 25px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
    height: 100%;
    float: left;
    margin: 0px 13px 50px 13px;
    width: 369px;
}


.why-us .box1 span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #ffcf88;
}

.why-us .box1 h4 {
    font-size: 22px;
    font-weight: 600;
    padding: 0;
    margin: 4px 0;
    color: #6c665c;
}


.chefs1 {
    padding: 50px 0;
    position: relative;
}


.chefs1 .member {
    text-align: center;
    margin: 0px 13px 75px 13px;
    position: relative;
    float: left;
    width: 200px;
    height: 200px;
}



.chefs1 .member .pic {
    overflow: hidden;
    height: 200px;
}



.chefs1 .member .pic img {
    /* overflow: hidden; */
    height: 200px;
}



.chefs1 .member .member-info {
    position: absolute;
    bottom: -27px;
    left: 20px;
    right: 20px;
    background: #fff;
    padding: 9px 0;
    color: #433f39;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}


.chefs1 .member h4 {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 15px;
  color: #6c665c;
  position: relative;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  margin-top: 5px;
}

.video-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* min-height: 400px; */
    position: relative;
    left: 12px;
    margin: 0px 0px 60px 0px;
}


.gall{margin-bottom:45px;}


}
