@import url("https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap");
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.woff2") format("woff2"), url("../fonts/Helvetica.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica-Bold";
  src: url("../fonts/Helvetica-Bold.woff2") format("woff2"), url("../fonts/Helvetica-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --size-80-rem: 5rem;
  --size-76-rem: 4.75rem;
  --size-70-rem: 4.375rem;
  --size-64-rem: 4rem;
  --size-58-rem: 3.625rem;
  --size-52-rem: 3.25rem;
  --size-48-rem: 3rem;
  --size-44-rem: 2.75rem;
  --size-40-rem: 2.5rem;
  --size-36-rem: 2.25rem;
  --size-32-rem: 2rem;
  --size-28-rem: 1.75rem;
  --size-24-rem: 1.5rem;
  --size-20-rem: 1.25rem;
  --size-18-rem: 1.125rem;
  --size-16-rem: 1rem;
  --size-14-rem: 0.875rem;
  --size-12-rem: 0.75rem;
  --size-10-rem: 0.625rem;
  --size-8-rem: 0.5rem;
}

.shimmer {
  position: relative;
}

.shimmer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(90deg, #eee, #f9f9f9, #eee);
  background-size: 200%;
  animation: shimmer 1s infinite reverse;
}

@keyframes shimmer {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.desk-h100-slider img {
  height: 100vh !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .mobile-h100-slider img, .desk-h100-slider img {
    height: 100vh !important;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
[data-theme=default] {
  --white:#fff;
  --black:#000;
  --primary:#008DDA;
  --secondary:#222222;
}

[data-theme=dark] {
  --white:#fff;
  --black:#000;
  --primary:#222222;
  --secondary:#000;
}

.theme-changer {
  background: var(--primary);
  position: fixed;
  bottom: 0;
  z-index: 1;
  padding: 1.25rem 0rem;
  color: var(--white);
}

body {
  width: 100%;
  float: left;
  font-family: "Helvetica";
}
body ul > li {
  list-style: none;
}
body a {
  text-decoration: none;
}
body img {
  max-width: 100%;
}

.main {
  width: 100%;
  float: left;
}

.container {
  padding: 0vw 6.2vw;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 900px) {
  .container {
    padding: 0vw 1.5em;
  }
}

.btn-theme-bg {
  color: #fff !important;
  font-size: 16px;
  border-radius: 0px;
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid transparent !important;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.btn-theme-bg::before {
  width: 100%;
  height: 100%;
  background: #996633 !important;
  position: absolute;
  left: 0;
  content: "";
  bottom: 0;
  z-index: -2;
  transition: all 0.3s ease-in-out;
}
.btn-theme-bg::after {
  width: 100%;
  height: 0%;
  background: #663300;
  position: absolute;
  left: 0;
  content: "";
  bottom: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.btn-theme-bg:hover::after {
  height: 100%;
}

.btn-theme-border {
  background: transparent !important;
  color: #fff !important;
  font-size: 16px;
  border-radius: 0px;
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #fff !important;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.btn-theme-border::before {
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  left: 0;
  content: "";
  bottom: 0;
  z-index: -2;
  transition: all 0.3s ease-in-out;
}
.btn-theme-border::after {
  width: 100%;
  height: 0%;
  background: #996633 !important;
  position: absolute;
  left: 0;
  content: "";
  bottom: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.btn-theme-border:hover {
  border: 1px solid transparent !important;
}
.btn-theme-border:hover::after {
  height: 100%;
}

.btn-theme-border-white {
  background: transparent !important;
  color: #fff !important;
  font-size: 16px;
  border-radius: 0px;
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #fff !important;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
.btn-theme-border-white::before {
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  left: 0;
  content: "";
  bottom: 0;
  z-index: -2;
  transition: all 0.3s ease-in-out;
}
.btn-theme-border-white::after {
  width: 100%;
  height: 0%;
  background: #fff !important;
  position: absolute;
  left: 0;
  content: "";
  bottom: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.btn-theme-border-white:hover {
  border: 1px solid transparent !important;
  color: #663300 !important;
}
.btn-theme-border-white:hover::after {
  height: 100%;
}

.btn-flex {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.banner-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  height: -moz-max-content;
  height: max-content;
  text-align: left;
  z-index: 10;
  text-align: center;
}
.banner-text strong {
  color: #fff;
  font-size: 2vw;
  letter-spacing: 0.4vw;
  font-weight: 500;
}

.address-part {
    position: absolute;
    bottom: 20px;
    z-index: 100;
    width: 100%;
    padding: 0vw 4.2vw;
    color: #fff;
    font-family: "Helvetica-Bold";
    width: fit-content;
}
.address-part strong {
  font-size: 18px;
  margin-bottom: 16px;
  display: block;
}
.address-part a {
  color: #fff !important;
}

.play-button {
  display: block;
  width: 160px;
  padding: 0px;
  margin: auto;
}
.play-button img {
  height: auto !important;
}

.swiper-slide,
.main-video-sec {
  position: relative;
}
.main-video-sec::after {
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  position: absolute;
  opacity: 0.6;
}

.btn-theme-dark {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 12px;
  font-size: 14px;
  position: relative;
  z-index: 10;
  overflow:hidden;
}
.btn-theme-dark::before {
  width: 100%;
  height: 100%;
  background: #663300;
  position: absolute;
  left: 0;
  content: "";
  bottom: 0;
  z-index: -2;
  transition: all 0.3s ease-in-out;
}
.btn-theme-dark::after {
  width: 100%;
  height: 0%;
  background: #996633 !important;
  position: absolute;
  left: 0;
  content: "";
  bottom: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.btn-theme-dark:hover {
  color: #fff !important;
}
.btn-theme-dark:hover::after {
  height: 100%;
}
.btn-theme-dark:hover {
  background: #996633 !important;
  color: #fff!important;
  border: 1px solid #fff!important;
  
}
.btn-border {
    color: #333333;
    letter-spacing: 2px;
    font-weight: 500;
    border: 1px solid #333333;
    border-radius: 0px;
    padding: 12px 46px;
    font-size: 14px;
    position: relative;
    z-index: 10;
}
.btn-border::before {
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  left: 0;
  content: "";
  bottom: 0;
  z-index: -2;
  transition: all 0.3s ease-in-out;
}
.btn-border::after {
  width: 100%;
  height: 0%;
  background: #333333 !important;
  position: absolute;
  left: 0;
  content: "";
  bottom: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.btn-border:hover {
  color: #fff !important;
}
.btn-border:hover::after {
  height: 100%;
}
.btn-border {
    color: #333333;
    letter-spacing: 2px;
    font-weight: 500;
    border: 1px solid #333333;
    border-radius: 0px;
    padding: 12px 46px;
    font-size: 14px;
    position: relative;
    z-index: 10;
}
.btn-border::before {
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  left: 0;
  content: "";
  bottom: 0;
  z-index: -2;
  transition: all 0.3s ease-in-out;
}
.btn-border::after {
  width: 100%;
  height: 0%;
  background: #333333 !important;
  position: absolute;
  left: 0;
  content: "";
  bottom: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.btn-border:hover {
  color: #fff !important;
}
.btn-border:hover::after {
  height: 100%;
}

[data-scroll-container] {
  overflow: hidden; /* Required for Locomotive Scroll */
}

header {
  width: 100%;
  float: left;
  box-shadow: none;
  z-index: 1000;
  position: fixed;
  padding: 20px 0px;
}
header .navbar-brand {
    position: absolute;
    margin: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    width: fit-content;
}
header .logo img {
  width: 120px;
}
header .navbar-expand-lg {
  padding: 0rem;
}
header .sub-menu {
  padding: 0rem;
  position: absolute;
  top: 100%;
  left: 0%;
  background: var(--white);
  width: -moz-max-content;
  width: max-content;
  border: 1px solid rgba(204, 238, 204, 0.9333333333);
  box-shadow: -0.25rem 0.4375rem 0.8125rem rgba(0, 0, 0, 0.0784313725);
  transition: all 0.3s ease-in-out;
  z-index: 2;
  pointer-events: none;
  min-width: 10rem;
  border-radius: 0.75rem;
  z-index: 100;
}
header .navbar-toggler {
  border: 0rem;
  outline: 0rem !important;
  padding: 0rem;
}
header .navbar-toggler:focus {
  outline: 0rem;
  box-shadow: none;
}
header li {
  position: relative;
}
header li a {
  color: var(--white) !important;
  padding: 0.625rem 0.5rem;
  float: left;
  width: 100%;
  letter-spacing: 1px;
}
header li .active {
  color: #fff !important;
  border-bottom: 2px solid #663300;
}
header .menu-children-item:hover .sub-menu {
  opacity: 1;
  transform: translate(0rem, 0rem);
  pointer-events: all;
}

.header-fixed {
  position: fixed;
  background: rgb(153, 102, 51);
  background: linear-gradient(180deg, rgba(153, 102, 51, 0.975227591) 0%, rgba(153, 102, 51, 0.706320028) 60%);
  top: -6.25rem;
  transition: transform 0.5s;
  transform: translateY(6.25rem);
}

.restorant-sec {
  background: #FBF5F0;
  padding: 80px 0px;
  position: relative;
}
.restorant-sec .img-part {
  position: relative;
}
.restorant-sec .img-part .overflow-img {
  width: 140px;
  padding: 10px;
  position: absolute;
  bottom: 120px;
  left: -60px;
}
.restorant-sec .img-part .overflow-img img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.restorant-sec .row:nth-child(even) {
  flex-direction: row-reverse;
}
.restorant-sec .row:nth-child(odd) .col-lg-5 {
  padding-left: 40px;
}
.restorant-sec .row:nth-child(odd) .img-part .overflow-img {
  right: -60px;
  left: auto;
}
.restorant-sec .row:nth-child(odd) .img-part .overflow-img img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.restorant-sec .row:nth-child(odd) .text-part {
  padding-left: 80px;
}
.restorant-sec::after {
    position: absolute;
    width: 30%;
    border: 1px solid #663300;
    content: "";
    height: 100%;
    left: 0;
    top: 0px;
    right: 0;
    margin: auto;
    opacity: 0.1;
    border-top: 0px;
    border-bottom: 0px;
    pointer-events: none;
}
.restorant-sec p {
  padding-right: 40px;
}

.small-head {
  text-align: center;
}
.small-head strong {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Helvetica-Bold";
  color: #333333;
  line-height: 1.2;
}
.small-head h2 {
  font-family: "Mrs Saint Delafield", serif;
  font-size: 3.4vw;
  font-weight: 400;
  color: #333333;
  margin: 20px 0px;
  letter-spacing: 4px;
}

.main-text-big h2 {
  font-size: 5vw;
  text-transform: uppercase;
  color: #333333;
  opacity: 0.5;
  letter-spacing: 20px;
}
.main-text-big h3 {
  font-size: 22px;
  text-transform: uppercase;
  color: #333333;
  line-height: 1.4;
  letter-spacing: 4px;
}
.main-text-big p {
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 14px;
  margin: 30px 0px 50px 0px;
  line-height: 22px;
}

.restorant-sec .row {
  max-width: 90%;
  margin: 60px auto 0px auto;
}
.restorant-sec .col-lg-5 {
  padding-left: 30px;
}
.restorant-sec figure img {
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
}

figure {
  margin: 0px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
figure img {
    transition: all 0.3s ease-in-out;
    width: 100%;
}
figure:hover img {
  transform: scale(1.2);
}

.tab-bg {
  background: url(../images/tab-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 140px 0px;
  position: relative;
  overflow-x: hidden;
}
.tab-bg .nav-tabs {
  border: 0px;
  justify-content: center;
  z-index: 100;
  position: relative;
  flex-wrap: nowrap;
}
.tab-bg .nav-tabs .nav-link {
    font-size: 5vw;
    text-transform: uppercase;
    color: #fff !important;
    opacity: 0.2;
    letter-spacing: 20px;
    border: 0px !important;
    background: transparent !important;
    padding: 0px !important;
    min-width: 46%;
    padding: 0px 10px !important;
    max-width: 100% !important;
}
.tab-bg .nav-tabs .active {
  opacity: 1;
  position: relative;
}
.tab-bg .nav-tabs .active::after {
    background: #fff;
    width: 15%;
    height: 1px;
    position: absolute;
    content: "";
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tab-bg .nav-tabs .active::before {
    background: #fff;
    width: 15%;
    height: 1px;
    position: absolute;
    content: "";
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tab-bg::after {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  content: "";
  left: 0;
  top: 0;
  opacity: 0.5;
  pointer-events: none;
}

.tab-content-main {
  background: #996633;
  padding: 80px 0px;
  position: relative;
}
.tab-content-main .col-lg-4 {
  padding: 0px 30px !important;
}
.tab-content-main .food-text-part {
  margin-bottom: 30px;
}
.tab-content-main .food-text-part strong {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
}
.tab-content-main .food-text-part h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600 !important;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.tab-content-main .text-part {
  text-align: center;
}
.tab-content-main .text-part p {
  color: #fff;
  text-transform: uppercase;
}
.tab-content-main .text-part a {
  color: #fff;
  margin: 0px;
  font-size: 16px;
  display: block;
}
.tab-content-main::after {
  position: absolute;
  width: 30%;
  border: 1px solid #FFFFFF;
  content: "";
  height: 100%;
  left: 0;
  top: 0px;
  right: 0;
  margin: auto;
  opacity: 0.1;
  border-top: 0px;
  border-bottom: 0px;
  pointer-events: none;
}

.max-80 {
  max-width: 75%;
  margin: 60px auto 0px auto;
}

.img-flex-center {
  display: flex;
  align-items: center;
  height: 100%;
}

.reserve-sec {
  background: #663300;
  padding: 80px 0px;
}
.reserve-sec .form-select,
.reserve-sec .form-control {
  background-color: transparent !important;
  border: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3176470588) !important;
  border-radius: 0px;
  padding: 12px;
  color: #fff;
  margin-bottom: 20px;
}
.reserve-sec select.form-select {
  -moz-appearance: none;
       appearance: none; /* Hides the default arrow */
  -webkit-appearance: none; /* For Safari */
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%2385633a" class="bi bi-caret-down-fill" viewBox="0 0 16 16"%3E%3Cpath d="M7.247 11.14 2.451 6.345a.5.5 0 0 1 .354-.854h10.39a.5.5 0 0 1 .354.854L8.753 11.14a.5.5 0 0 1-.706 0z"/%3E%3C/svg%3E') no-repeat right 10px center;
  background-size: 16px 16px; /* Adjust size */
  padding-right: 40px; /* Add space for the arrow */
}
.reserve-sec ::placeholder {
  color: #fff;
  opacity: 1;
}

.reserve-sec ::-ms-input-placeholder {
  color: #fff;
}
.reserve-sec select.form-select:focus {
  outline: none; 
}
.reserve-sec .text-part {
  padding-left: 40px;
  padding-right: 50px;
}
.reserve-sec .text-part form {
  padding-left: 20px;
}
.reserve-sec .text-part span {
  color: #fff;
  font-size: 18px;
  display: block;
  margin: 20px 0px 20px 20px;
  letter-spacing: 2px;
}
.reserve-sec .main-text-big h2 {
  opacity: 1 !important;
  letter-spacing: 10px !important;
  color: #fff !important;
  margin-bottom: 0px;
  position: relative;
  left: -40px;
}
.reserve-sec .main-text-big h3 {
  color: #fff;
  line-height: 1.4;
  letter-spacing: 2px;
  margin-bottom: 0px;
  margin-top: -8px;
  font-size: 28px;
}
.reserve-sec .main-text-big p {
  margin: 20px 0px 50px 0px;
  color: #fff !important;
}
.reserve-sec .row {
  max-width: 87%;
  margin: auto;
  position: relative;
}
.reserve-sec .row .cursive-text-part {
  position: absolute;
  bottom: -40px;
  transform: skew(0, -10deg);
}
.reserve-sec .row .cursive-text-part h2 {
  color: #fff !important;
}

.main-video-sec {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-video-sec button {
  background: transparent !important;
  border: 0px !important;
}
.main-video-sec button img {
  width: 110px;
  height: 110px;
}
.main-video-sec #video-controls-new {
    position: absolute;
    z-index: 10;
}
.main-video-sec video {
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.events-sec {
  background: #996633;
  padding: 80px 0px;
  position: relative;
}
.events-sec::after {
  position: absolute;
  width: 30%;
  border: 1px solid #FFFFFF;
  content: "";
  height: 100%;
  left: 0;
  top: 0px;
  right: 0;
  margin: auto;
  opacity: 0.1;
  border-top: 0px;
  border-bottom: 0px;
  pointer-events: none;
}
.events-sec h3 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 5px;
  font-weight: 200 !important;
  margin-bottom: 20px;
}
.events-sec p {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 200 !important;
  margin-bottom: 20px;
  font-size: 12px;
}
.events-sec .row {
  margin-top: 50px;
}
.events-sec .events-card {
  padding: 0px 30px;
}
.events-sec .events-card h4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  margin: 30px 0px 20px 0px;
  font-weight: 100;
}
.events-sec .events-card p {
  margin-bottom: 0px;
}

.testimonial-sec {
  padding: 80px 0px;
  position: relative;
}
.testimonial-sec .img-part {
  padding-right: 6.2vw;
  position: relative;
  padding-bottom: 40px;
}
.testimonial-sec .img-part .small-head {
  position: absolute;
  right: 30px;
  bottom: 0px;
  transform: skew(0deg, -10deg);
}
.testimonial-sec .img-part .small-head h2 {
  color: #fff;
}
.testimonial-sec .text-part {
  padding-left: 6.2vw;
}
.testimonial-sec .text-part h2 {
  color: #FFFFFF;
  opacity: 0.2;
  letter-spacing: 6px;
}
.testimonial-sec .text-part p {
  margin: 10px 0px 16px 0px;
  line-height: 22px;
  color: #fff;
  padding-left: 60px;
}
.testimonial-sec::before {
  width: 50%;
  height: 100%;
  background: #663300;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
}
.testimonial-sec::after {
  width: 50%;
  height: 100%;
  background: #75420f;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  z-index: -1;
}

.serve-sec {
  background: #996633;
  padding: 80px 0px;
  position: relative;
}
.serve-sec::after {
  position: absolute;
  width: 30%;
  border: 1px solid #FFFFFF;
  content: "";
  height: 100%;
  left: 0;
  top: 0px;
  right: 0;
  margin: auto;
  opacity: 0.1;
  border-top: 0px;
  border-bottom: 0px;
  pointer-events: none;
}
.serve-sec p {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 200 !important;
  margin-top: 40px;
}
.serve-sec h3 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 4px;
  font-weight: 200 !important;
  margin-bottom: 40px;
}
.serve-sec .row {
  margin-top: 50px;
  align-items: center;
  position: relative;
  z-index: 10;
}
.serve-sec .row .col-lg-3 {
  width: 20%;
}

.contact-flex {
  padding: 150px 0px;
  background: #663300;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.contact-flex::after {
  position: absolute;
  width: 30%;
  border: 1px solid #FFFFFF;
  content: "";
  height: 100%;
  left: 0;
  top: 0px;
  right: 0;
  margin: auto;
  opacity: 0.1;
  border-top: 0px;
  border-bottom: 0px;
  pointer-events: none;
}

.contact-card {
  width: 33.33%;
  padding: 0px 40px;
  flex: 0 0 auto;
}
.contact-card h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  margin-bottom: 16px;
}
.contact-card a, .contact-card p {
  color: #fff;
  display: block;
  margin: 0px;
}
.inner-banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-banner-small {
    position: relative;
}
.inner-banner-small img {
    height: 40vh;
    object-fit: cover;
    width: 100%;
}
.inner-banner .text-part {
    position: absolute;
    text-align: center;
    z-index: 1;
    color: #fff;
    padding: 0px 40px;
}
.inner-banner img {
    height: 70vh;
    object-fit: cover;
    width: 100%;
}
.inner-banner h1 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.inner-banner p {
    font-weight: 500;
    letter-spacing: 2px;
}
.inner-banner::after,
.inner-banner-small::after {
    width: 100%;
    height: 100%;
    background: #000;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
}
.goal-sec {
    padding: 80px 0px 120px 0px;
}
.main.goal-sec .text-part {
    padding: 50px 0px 0px 0px;
}
.menu-flex {
    display: flex;
    gap: 30px;
}
.menu-flex img {
    flex: 0 0 auto;
    width: 40%;
}
.goal-sec  .row {
       justify-content: space-between;
}
.goal-sec  .col-lg-5 {
    width: 38%!important;
}
.main-head h2 {
    font-size: 28px;
    text-transform: uppercase;
    color: #333333;
    line-height: 1.4;
    letter-spacing: 4px;
    font-weight: 600;
}
.main-head p {
        font-weight: 500;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 22px;
}
.goal-sec p {
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 14px;
    margin: 30px 0px 50px 0px;
    line-height: 22px;
}
.line-sec {
    position:relative;
}
.line-sec::after {
    position: absolute;
    width: 30%;
    border: 1px solid #663300;
    content: "";
    height: 100%;
    left: 0;
    top: 0px;
    right: 0;
    margin: auto;
    opacity: 0.1;
    border-top: 0px;
    border-bottom: 0px;
    pointer-events: none;
}
.inner-text {
    padding-left: 16%;
}
.menu-flex img {
    height: 300px;
    object-fit: cover;
}
.philosophy-sec {
    background: #F5F0EB;
}
.philosophy-sec .row {
    flex-direction: row-reverse;
}
.philosophy-sec .col-lg-8 {
    padding-left: 40px;
}
.philosophy-sec .col-lg-4 {
    display:flex;
        align-items: flex-end;
}
.philosophy-sec  .img-part {
    position: relative;
    top: -60px;
}
.philosophy-sec .text-part {
    padding-bottom: 80px;
}
.bg-white-sec h3,.bg-white-sec h4, .bg-white-sec p {
    color: #333333!important;
}
.bg-white-sec {
    background: #fff!important;
}
.menu-flex-new .row {
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row-reverse;
}
.menu-flex-new  .text-part  ul {
    padding-left: 0px;
}
.menu-flex-new  .text-part li {
    display: flex;
    margin-bottom: 30px;
    color: #333333;
    justify-content: space-between;
}
.menu-flex-new  .text-part {
    text-transform: uppercase;
    color: #333333;
    letter-spacing: 2px;
    padding-right: 80px;
    font-size: 14px;
}
.menu-flex-new .text-part span {
    display: block;
    font-weight: bold;
    flex: 0 0 auto;
}
.menu-flex-new  .col-lg-5 {
    width: 38%;
}
.menu-flex-new .text-part div {
   padding-right:30px;
}
.menu-flex-new .text-part h2 {
    margin-bottom: 30px;
}
.menu-flex-new {
    padding: 80px 0px;
}
.menu-bg {
    background: #f5f0eb;
}
.menu-bg .row {
    margin-bottom:100px;
}
.menu-bg .row:nth-child(odd) {
    flex-direction: row;
}
.menu-bg .row:nth-child(odd) .text-part {
    padding: 0px 0px 0px 80px;
}
.menu-bg .row:nth-child(2) figure:nth-child(1) img {
    padding: 0px 40px;
    margin-bottom: 60px;
}
.menu-bg .row:nth-last-of-type(1) {
    margin-bottom: 0px;
}
.drinks-sec .row {
    flex-direction: row;
}
.drinks-sec li {
    margin-bottom: 20px!important;
}
.menu-flex-new .text-part ul div span {
    margin-bottom: 10px;
}
.phone-part a {
    display: block;
}
.book-table-sec {
    background: url('https://r7f.4cf.mytemp.website/bait-al-nakhla/wp-content/uploads/2024/12/table-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0px;
}
.book-table-sec h2 {
    color: #fff;
    text-align: center;
}
.book-table-sec form {
    margin-top: 60px;
    padding: 0px 8%;
}
.book-table-sec select {
    background-color: transparent;
    color: #fff;
    border: 0px;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.book-table-sec select,
.book-table-sec  input {
        background-color: transparent;
    color: #fff;
    border: 0px;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.book-table-sec   ::placeholder {
    color: #fff;
  opacity: 1;
}
.book-table-sec .wpcf7-submit {
    width: 30.2%;
    margin-left: 15px;
}
.book-table-sec .wpcf7-form-control-wrap {
    width: 33.33%;
    display: block;
    float: left;
    padding: 0px 16px;
}
.book-table-sec p {
    color: #fff!important;
}
.book-table-sec ::-ms-input-placeholder {
    color: #fff;
}
.book-table-sec br {
    display: none;
}
.blog-flex-sec {
    padding: 80px 0px 20px 0px;
}
.blog-flex-sec h2, .blog-flex-sec p {
    text-align: center;
}
.blog-flex-sec h2 {
    margin-bottom:20px;
}
.blog-card .top-flex span {
    font-size: 12px;
    font-weight: bold;
}
.blog-card .img-part {
    margin-bottom: 30px;
}
.blog-card .text-part {
    color: #333333;
}
.blog-card .text-part h3 {
    font-size: 30px;
    line-height: inherit;
    color: #333333;
    text-transform: uppercase;
}
.blog-card  .category-sec::after {
    width: 200px;
    height: 1px;
    background: #333333;
    content: '';
    position: absolute;
    left: 110%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.blog-card p {
    text-align: left;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: inherit;
    font-weight: 500;
    margin-bottom: 30px;
}
.blog-card .category-sec {
    display: inline-block;
    position: relative;
}
.blog-card {
    margin-bottom: 60px;
}
.blog-flex-sec .row {
    margin-top: 40px;
}
.event-page-main {
    padding: 60px 0px;
}
.search, .location-seach {
    flex: 0 0 auto;
    width: 37%;
    position: relative;
}
.blog-card a {
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #996633;
    padding-bottom: 6px;
}
.btn-theme-bg, .btn-theme-border, .btn-theme-border-white, .btn-border {
    text-transform: capitalize;
}
.page-id-144 .restorant-sec .row {
    align-items: center;
}
.wpcf7-not-valid-tip {
    text-align: left;
    margin-bottom: 16px;
}
.testimonial-sec .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    display: flex!important;
    position: absolute;
    top: 65%;
    justify-content: flex-end;
    width: 100%;
    padding-right: 30%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 16px;
    height: 16px;
}
.search input, .location-seach input {
    width: 100%;
    min-height: 50px;
    border: 0px;
    padding: 0px 20px 0px 50px;
}
.search::before {
    width: 20px;
    height: 20px;
    background: url('https://r7f.4cf.mytemp.website/bait-al-nakhla/wp-content/uploads/2024/12/search-icon.png');
    position: absolute;
    left: 15px;
    content: '';
    background-size: contain;
    background-position: center center;
    top: 0;
    bottom: 0;
    margin: auto;
}
.location-seach::before {
    width: 20px;
    height: 20px;
    background: url('https://r7f.4cf.mytemp.website/bait-al-nakhla/wp-content/uploads/2024/12/location-icon.png');
    position: absolute;
    left: 15px;
    content: '';
    background-size: contain;
    background-position: center center;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
}
.search-flex {
    display: flex;
    align-items: center;
    border: 1px solid #D9D9D9;
    padding: 10px;
        margin-top: 20px;
}
.btn-search {
    background: #996633!important;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    width: 14%;
    flex: 0 0 auto;
    color: #fff!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}
.search-sec select {
    border: 0px;
    color: #333333;
    font-weight: bold;
    padding-left: 30px;
}
.day-search select {
    padding-left: 0px;
}
.search-sec h2 {
    letter-spacing: 0px;
}
.day-search {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.day-flex {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
}
.day-flex .btn {
    width: fit-content;
}
.change-date {
    display: flex;
    gap: 1rem;
}
.change-date a {
    color: #D9D9D9;
}
.month-line::after {
    width: 100%;
    height: 1px;
    background: #996633;
    content: '';
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.month-line {
    position: relative;
    margin: 20px 0px 30px 0px;
}
.month-line span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding-right: 50px;
}
.event-card .text-flex {
    display: flex;
    gap: 40px;
    position: relative;
}
.main-text {
    position: relative;
}
.event-card  .main-text::after {
    width: 100%;
    height: 1px;
    background: #996633;
    content: '';
    position: absolute;
    bottom: -20px;
    right: 0px;
}
.date-part strong {
    color: #663300;
    font-size: 46px;
    text-align: center;
}
.date-part span {
    color: #996633;
    font-weight: 800;
    font-size: 24px;
    text-align: center;
}
.event-card h3 {
    color: #333333;
    font-size: 20px;
    margin: 20px 0px;
    font-weight: 600;
    text-transform: uppercase;
}
.location {
    color: #AB4027;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}
.location img {
    width: 16px;
    margin-right: 10px;
}
.event-page-main .row {
    margin-top: 60px;
}
.event-card {
    margin-top: 0px;
}
.event-card {
    margin-top: 0px!important;
    margin-bottom: 60px;
}
.event-curve-card {
    border-radius: 0px 82px 0px 82px;
    overflow: hidden;
    background: #996633;
    margin-bottom: 60px;
}
.event-page-main .col-lg-3 {
    padding-top: 30px;
}
.event-curve-card .text-part {
    padding: 40px 30px;
}
.event-curve-card .top-flex {
    display: flex;
    color: #fff;
}
.event-curve-card .date-part span {
    color: #fff;
}
.top-flex h3 {
    font-size: 14px;
    line-height: inherit;
}
.top-flex  {
    gap:20px;
}
.col-lg-3 .event-curve-card:nth-child(odd) .top-flex {
    flex-direction: row-reverse;
}
.col-lg-3 .event-curve-card:nth-child(odd){
   background:#663300!important;
}

.top-flex .date-part {
    font-size: 24px!important;
    line-height: 1.3;
    text-align: left;
}
.top-flex .date-part span {
    font-size: 46px!important;
    line-height: 1;
}
.event-curve-card .text-part .img-part {
    margin: 20px 0px;
}
.event-curve-card .text-part p {
    color: #fff;
    margin: 0px;
    font-size: 14px;
}
.icon-btn-flex {
    display: flex;
    justify-content: center;
    margin-top: 140px;
}
.icon-btn-flex .btn {
    font-size: 12px;
}
.breadcrumb-sec {
    position: absolute;
    background: #99663351;
    width: 100%;
    top: 45%;
    padding: 16px;
    color: #fff;
    z-index: 100;
}
.breadcrumb-sec ol {
   margin-bottom:0px;
}
.breadcrumb-sec a {
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #996633;
    content: var(--bs-breadcrumb-divider, "//");
}
.blog-flex-sec .col-lg-4 {
    padding-right: 50px;
}
.sidebar-sec h3 {
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
    margin: 20px 0px;
    text-align: left;
}
.sidebar-sec h4 {
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    margin: 20px 0px;
    text-align: left;
}
.sidebar-sec ul {
    display: flex;
    gap: 20px;
    padding: 0px;
    margin-bottom: 40px;
    flex-wrap:wrap;
}
.sidebar-sec p, .sidebar-sec a {
    color: #333333;
    font-size: 18px;
    text-align: left;
    line-height: inherit;
    letter-spacing: 0px;
}
.sidebar-sec ol {
    padding-left:0px;
}
.sidebar-sec figure {
    margin: 20px 0px;
}
.sidebar-sec ol li {
    list-style:none;
    margin-bottom:10px;
}
.sarch-sec-new h3 {
    margin-bottom: 0px;
}
.sarch-sec-new input {
    border: 0px;
    border-bottom: 1px solid #333333;
    width: 100%;
    font-size: 18px;
    padding: 10px 0px;
}
.sarch-sec-new {
    margin-bottom: 60px;
}
.sarch-sec-new .top-flex {
    display: flex;
}
.latest-post-card {
    margin-bottom: 50px;
}
.latest-post-card h4 {
    margin-top: 6px;
}
.sarch-sec-new .top-flex  {
    letter-spacing: 2px;
    font-size: 14px;
}
.sarch-sec-new .top-flex span {
    color: #333333;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px;
}
 .tabs ul {
    flex-wrap: wrap;
    gap: 0px; 
}
 .tabs li {
    flex: 0 0 auto;
    width: 33.33%;
    margin-bottom:12px;
}
 .tabs a {
    font-size: 14px;
}
.link-card a {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
        gap: 20px;
    color: #fff;
    text-transform: uppercase;
}
.link-card img {
    width: 30px;
}
.link-card {
    background: #996633;
    padding: 30px;
    margin-bottom: 60px;
}
.sidebar-sec figure:nth-child(1) {
    margin: 0px 0px 40px 0px;
}
.blog-flex-sec .row {
    justify-content: space-between;
}
.blog-flex-sec .col-lg-8 {
    width: 62%!important;
}
.blog-flex-sec-inner .row {
    flex-direction: row-reverse;
}
.blog-flex-sec-inner .link-card {
    margin: 60px 0px 40px 0px;
}
.gallery-flex {
    flex-direction: row;
}
.gallery-flex .col-lg-4 {
    padding: 0px 7.5px !important;
}
.best-food-sec h3 {
    color: #333333;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
}
.best-food-sec p, .best-food-sec span, .best-food-sec li {
    color: #333333;
    margin: 0px;
    font-weight: 500!important;
    font-size: 18px;
}
.best-food-sec ul {
    padding-left:20px;
    margin-top:10px;
    margin-bottom:40px;
}
.best-food-sec ul li {
    list-style: disc;
}
.chief-flex img {
width: 16%;
    border-radius: 80px;
}
.chief-flex {
    background: #996633;
    padding: 30px 50px;
    display: flex;
    gap: 30px;
    align-items: center;
        margin: 30px 0px;
}
.chief-flex h3 {
    font-size: 24px!important;
    margin-bottom: 10px;
    color: #fff!important;
}
.chief-flex p {
    font-size: 16px!important;
    margin: 0px;
    color: #fff!important;
}
.next-btn {
    border: 0px;
    display: flex;
    gap: 6px;
    align-items: center;
}
.post-btn-flex {
    display: flex;
    justify-content: flex-end;
}
.post-btn-flex a {
    border: 0px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.comment-form-sec textarea.form-control {
    min-height: 120px;
    border: 1px solid #cecece;
    margin-bottom: 30px;
}
.comment-form-sec .form-control {
    border: 0px;
    border-radius: 0px;
    padding: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cecece;
}
.comment-form-sec h3 {
    color: #333333;
    font-size: 30px;
}
.comment-form-sec p {
    margin-bottom:10px;
}
.comment-form-sec .row {
    margin-top: 20px;
}
.comment-form-sec ::placeholder {
    color: #333333;
  opacity: 1;
}

.comment-form-sec ::-ms-input-placeholder {
    color: #333333;
}
.btn-flex-start {
    margin-top: 50px;
}
.read-next-card .top-flex span {
    font-size: 14px;
    font-weight: 300;
}
.read-next-sec h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #333333;
    letter-spacing: 4px;
    text-align: center;
    margin: 50px 0px 30px 0px;
}
.read-next-card span {
    text-transform: uppercase;
    font-size: 16px!important;
}
.read-next-card  .category-sec::after {
    width: 80px;
}
.read-next-card a {
    font-weight: 300;
    border: 0px;
    margin-top: 6px;
    display: block;
}
.inner-banner .text-part:has(.content-part) {
    width: 100%;
    padding: 50px;
    top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-banner .content-part {
    position: absolute;
    padding: 0px 60px;
}
.contact-page {
    background: #f5f0eb;
    padding: 200px 0px 80px 0px;
    width: 100%;
    float: left;
}
.contact-page .form-control,
.newsletter-sec .form-control,
.reservation-sec .form-control {
    border: 0px;
    border-bottom: 1px solid #333333;
    border-radius: 0px;
    background: transparent;
    padding: 16px 0px 8px 0px;
    margin-bottom: 24px;
}
.contact-page textarea.form-control {
    min-height: 100px;
}
.reservation-sec textarea.form-control {
    min-height: 200px;
}
.contact-page ::placeholder,
.reservation-sec ::placeholder {
  color: #333333;
  opacity: 1;
}
.contact-page ::-ms-input-placeholder,
.reservation-sec ::-ms-input-placeholder {
  color: #333333;
}
.contact-form h2,
.newsletter-sec h2
{
    font-size: 40px;
}
.newsletter-sec h2,
.newsletter-sec p {
    text-align: center;
    margin-bottom: 40px;
}
.newsletter-sec {
    padding: 100px 0px;
}
.contact-page .text-part a {
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}
.contact-page  .text-part {
    padding-left: 30px;
}
.contact-page  .contact-form {
    padding-right: 30px;
}
.phone-part,.time-part {
    margin-bottom: 30px;
}
.newsletter-sec form {
    margin-top: 80px;
}
.reservation-sec {
    background: #f5f0eb;
    padding: 80px 0px 80px 0px;
    width: 100%;
    float: left;
}
.reservation-sec h2, .reservation-sec p {
    text-align: center;
}
.reservation-sec form {
    margin-top: 60px;
}
.page-id-144 .restorant-sec .main-text-big p {
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 16px;
    margin: 0px 0px 20px 0px;
    line-height: 22px;
    text-transform: capitalize;
    color: #333333;
}
.page-id-144 .restorant-sec .main-text-big a {
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 16px;
    color: #333333;
    display:block;
}
.page-id-144 .restorant-sec .restorant-sec .row {
    align-items: center;
}
.pramostion-page h2 {
    text-align: center;
}
.pramostion-page .row {
    margin-top: 60px;
    position: relative;
    z-index: 1;
}
.pramostion-page {
    padding: 80px 0px;
}
.promostion-card {
    background: #fff;
    box-shadow: 0px 4px 6px #00000061;
    padding: 20px 16px;
    height: 100%;
    position: relative;
    border-radius: 26px 0px 26px 0px;
}
.promostion-card figure {
    border-radius: 26px 0px 26px 0px;
}
.promostion-card a {
    background: transparent !important;
    border-radius: 0px;
    padding: 8px 30px;
    border-radius: 10px;
    letter-spacing: 1px;
    color: #996633;
    border: 1px solid #996633;
    /*position: absolute;*/
    transition: all 0.3s ease-in-out;
    /*width: 80%;*/
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30px;
}
.promostion-card a:before {
    width: 100%;
    height: 100%;
    background: transparent;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.promostion-card a:hover {
     background: #996633 !important;
    color: #fff;
}
.events-card img {
    height: 408px;
    width:100%;
    object-fit: cover;
}
.main.events-sec .row .col-lg-4:nth-child(2) img {
    border-radius: 200px 200px 0px 0px;
}
.promostion-card .text-part p {
    color: #9095A0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.promostion-card .text-part {
    padding: 20px 10px 0px 10px;
}
.promostion-card h3 {
    font-size: 1.75rem;
    font-size: 22px;
    color: #171A1F;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
}
.pramostion-page .col-lg-3 {
    display: flex;
    margin-bottom: 30px;
}
.off-badge {
    position: absolute;
    background: #996633;
    left: 0;
    top: 0px;
    display: flex;
    flex-direction: column;
    padding: 16px;
    color: #fff;
    border-radius: 20px 0px 20px 0px;
    z-index: 10;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}
.promostion-inner-page {
    background: #f5f0eb;
    padding: 80px 0px 80px 0px;
    width: 100%;
    float: left;
}
.promostion-inner-page h2 {
    margin-bottom: 30px;
}
.promostion-inner-page h3 {
    font-size: 22px;
    text-transform: uppercase;
    color: #333333;
    line-height: 1.4;
    letter-spacing: 4px;
    font-weight: 600;
    margin-bottom: 20px;
}
.detail-sec {
    background: #fff;
    padding: 50px 80px;
    margin: 60px 0px;
}
.detail-sec .col-lg-6 {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    font-size: 20px;
    gap: 4px;
}
.detail-sec .col-lg-6 span {
    color: #996633;
    text-decoration: underline;
    display: block;
    margin-bottom: 6px;
}
.detail-sec .col-lg-6 strong {
    font-size: 24px;
}
.promotion-main-flex img {
    width: 100%;
    border-radius: 40px 80px 0px 0px;
}
.promotion-main-flex figure {
    margin-bottom: 30px;
}
.saver-sec {
    background: #FAFAFB;
    padding: 60px 80px;
    text-align: center;
    margin: 50px 0px;
}
.saver-sec h4 {
    color: #996633;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
}
.saver-sec p {
    margin-bottom: 30px;
}
.hero-slider .main-video-sec video {
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero-slider .main-video-sec button img {
    width: 140px;
    height: 140px!important;
}
.hero-slider .container {
    display: flex;
    flex-direction: column;
}
input.btn-border:hover {
    background: #333333;
    color:#fff;
}
.form-control:focus,
 select:focus {
    outline: 0;
    box-shadow: none;
}
select {
    padding-left: 8px!important;
}
span.wpcf7-form-control-wrap {
    margin: 0px!important;
}
.btn-theme-border-white:hover {
    background: #663300!important;
    color: #fff!important;
}
.reserve-sec form br {
    display: none;
}
span.wpcf7-spinner {
    position: absolute;
}
form p:has(.wpcf7-form-control-wrap) {
    margin: 0px!important;
}
.wpcf7-validates-as-date {
    background: transparent!important;
}
.chef-sec {
    background: #0E0D0A;
    padding: 80px 0px 60px 0px;
    text-align: center;
    color: #fff;
}
.chef-sec h2 {
    color: #fff;
}
.chef-sec .row {
    margin-top: 60px;
}
.chef-card {
    border: 1px solid #996633;
    padding: 50px;
    margin-bottom: 30px;
}
.chef-card figure {
    overflow:hidden;
    margin-bottom: 30px;
}
.chef-card figure img {
    border-radius: 0px 82px 0px 82px;
}
.chef-card h3 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 4px;
}
.chef-card span {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 3px;
}
.main.join-sec {
    display: flex;
    gap: 20px;
    background: #0E0D0A;
    padding: 0px 20px;
}
.join-sec .text-part {
    width: 50%;
    flex: 0 0 auto;
    border: 1px solid #996633;
    padding: 50px 12%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    border-radius: 0px 0px 80px 80px;
}
.join-sec .text-part h2 {
    color: #fff;
    font-weight: 100;
}
.join-sec .btn-theme-dark {
    padding: 10px 32px;
    width: fit-content;
}
.join-sec .img-part {
    border-radius: 0px 0px 80px 80px;
    overflow: hidden;
}
.food-sec-new {
    background: #0E0D0A;
    padding: 80px 20px 0px 20px;
    color: #fff;
    text-align: center;
}
.food-sec-new .img-flex figure {
    width: calc(50% + -10px);
    flex: 0 0 auto;
}
.food-sec-new .img-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.food-sec-new .img-flex img {
    height: 195px;
}
.food-sec-new img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}
.food-sec-new .row {
    margin-top: 60px;
}
.food-sec-new h2 {
    color: #fff;
    font-weight: 200;
}
option {
  color: #000!important;
}
.reserve-sec .btn-theme-border-white:hover,
.book-table-sec .btn-theme-border:hover,
.tab-content-main .btn-theme-border-white:hover {
    color: #663300!important;
    background: #fff!important;
}
.gallery-item img {
    transition: all .3s ease-in-out;
}
.gallery-item:hover img {
    transform: scale(1.2);
}
.promostion-inner-page .row {
    margin-top: 40px;
}

/*# sourceMappingURL=main.css.map */