@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --primary: #102b2a;
  /* --warning : #D4AF37; */
  /* --warning: #b58c67; */
  --warning: #d7b474;
  /* --text-font-family: "Jost", sans-serif;
  --text-font-family-2: "Mrs Saint Delafield";
  --text-font-family-3: "Cormorant"; */
  --text-font-family: "Poppins", serif;
  --text-font-family-2: "Poppins", serif;
  --text-font-family-3: "Poppins", serif;
  --text-font-family-4: "Mrs Saint Delafield" !important;
}

.text-warning {
  color: var(--warning) !important;
}
.bg-warning {
  background-color: var(--warning) !important;
}
.btn-warning {
  background-color: var(--warning) !important;
}

body {
  height: 100vh;
  /* background-color: var(--primary); */
  background-color: black;
  font-family: var(--text-font-family);
}

.bg-grid-lines {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: fixed;
}

.bg-grid-line {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #a2b0b35c;
}

.bg-grid-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 15vh;
  width: 1px;
  transform: translateY(-15vh);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #a2b0b3 50%, #a2b0b3 90%, rgba(255, 255, 255, 0) 100%);
  animation: bg-grid-line 6s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0.16, 0.98);
}

.bg-grid-line:nth-child(2)::after {
  animation-delay: 1.5s;
}

@keyframes bg-grid-line {
  0% {
    transform: translateY(-15vh);
  }

  100% {
    transform: translateY(100vh);
  }
}

header .nav-link {
  font-size: 13px;
  letter-spacing: 2px;
}

.top-video-section h1 {
  text-transform: uppercase;
}

.h2-top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .video-before::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgb(0, 0, 0, 0.7);
        top: 0;
        left: 0;
        z-index: -1;
    } */

.second-section h5 {
  color: #c49871;
  font-family: var(--text-font-family-4);
  font-size: 55px;
  line-height: 39px;
  font-weight: 400;
}

.second-section h2,
.third-section h2,
.sixth-section h2,
.eight-section h2,
.top-section-text h2 {
  /* text-transform: uppercase; */
  /* font-weight: 300; */
  /* color: #fff; */
  /* font-size: 32px; */
  line-height: 1.13889em;
  letter-spacing: 0.15em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.second-section span,
.third-section span,
.sixth-section span,
.video-span,
.testimonials-section-span,
.gallery-section span,
.why-us-section span {
  color: #ffffff29;
  font-size: 50px;
  font-family: var(--text-font-family-3);
  /* text-transform: uppercase; */
}

/* .testimonials-section-span {
  color: #ffffff29;
  font-size: 55px;
  font-family: var(--text-font-family-3);
  text-transform: uppercase;
} */

.gallery-span {
  color: #ffffff29;
  font-size: 85px;
  font-family: var(--text-font-family-3);
  text-transform: uppercase;
}

.second-section-2nd-img {
  position: absolute;
  bottom: 0px;
  left: -80px;
}

.third-section-2nd-img {
  position: absolute;
  right: 30px;
  bottom: 100px;
}

.second-section p,
.third-section p,
.fifth-section p,
.sixth-section p,
.eight-section p {
  /* color: #ced8d8; */
  font-size: 17px;
}

.top-radius-fifth-section-img {
  border-radius: 150px 150px 0px 0px;
}

.top-radius-fifth-section-img-2nd {
  border-radius: 300px;
}

.fifth-section h5 {
  font-family: var(--text-font-family);
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  font-size: 17px;
  line-height: 1.58824em;
  letter-spacing: 0.14em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.fifth-section-img-third {
  border-radius: 150px 0px 150px 0px;
}

.sixth-section-img-1 {
  border-radius: 250px 0px 0px 0px;
}

.custom-input,
.custom-select {
  /* background-color: transparent;
  color: white; */
  /* border: none; */
  /* border-bottom: 2px solid white; */
  /* outline: none; */
  padding: 8px;
}

.custom-select:focus,
.custom-input:focus {
  border-color: #b58c67;
}

/* option {
  background-color: var(--primary);
  color: white;
}

option:hover {
  background-color: var(--primary) !important;
  color: white;
} */

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.eight-section-img-2nd {
  border-radius: 150px 150px 0px 0px;
}

.eight-section h4 {
  font-size: 21px;
  text-transform: uppercase;
  color: #ffffff;
}

footer h5 {
  text-transform: uppercase;
}

footer p,
footer a {
  color: #ced8d8 !important;
}

footer h2 {
  text-transform: uppercase;
}

.ninth-section-2nd-img,
.ninth-section-4th-img {
  border-radius: 150px 150px 0px 0px;
}

.sixth-section {
  /* background-color: #1f3634; */
}

footer {
  background-color: black;
  /* background-color: #1F3634; */
  /* background-color: #042726; */
}

/* rgba(255,255,255,.4) */
/* content: '';
    width: 100%;
    height: 1px; */

.footer-social-links a {
  text-transform: uppercase;
  text-decoration: none;
}

.third-section i,
.second-section i {
  font-size: 11px;
}

.border-top-products {
  border-radius: 150px 150px 0px 0px;
}

.border-botom-products {
  border-radius: 0px 0px 150px;
}

.dishes-img {
  border: 2px solid #b58c67;
  padding: 5px;
}

nav.scrolled {
  background-color: rgb(0, 0, 0, 0.8);
  padding: 25px !important;
  transition: 0.7s ease;
}

/* .form-control:focus {
  background-color: var(--primary);
  color: white;
  outline: none;
} */

.navbar-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.about-sec-img {
  /* border: 2px solid #b58c67; */
  border: 2px solid var(--warning);
  padding: 10px;
}

.top-section-text {
  position: absolute;
  top: 30%;
}

.top-section-text p {
  line-height: 26px;
}

.video-text {
  position: absolute;
}

.testimonials-section {
  background-color: #1f3634;
  background-image: url("../media/images/testimonials-section-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .whatsapp-icon {
        border: 1px solid #B58C67;
        padding: 2px;
    } */

/* .whatsapp-icon::before {
        content: "";
        position: absolute;
        height: 70px;
        width: 70px;
        border: 1px solid #B58C67;
        top: -6px;
        left: -5px;
        padding: 2px;
    } */

.testimonials-star {
  /* color: #b58c67; */
  color: var(--warning);
}

.testimonails-section .owl-carousel .owl-item img {
  margin: auto;
}

.testimonails-section .card {
  background: transparent;
}

.testimonails-section .card {
  border: 1px solid var(--warning);
  /* border: 1px solid #b58c67; */
}

/* .testimonails-section p {
  color: white;
} */

.owl-carousel.owl-3 .owl-nav .owl-prev,
.owl-carousel.owl-3 .owl-nav .owl-next {
  position: absolute;
  font-size: 25px;
  left: 50%;
  transform: translateX(-50%);
  /* background-color: #b58c67; */
  background-color: var(--warning);
  color: white;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.owl-carousel.owl-3 .owl-nav .owl-next {
  left: 54%;
  transform: translateX(-54%);
}

.owl-carousel.owl-3 .owl-nav button span {
  position: relative;
  top: -2px;
}

.owl-carousel.owl-3 .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}

.testimonails-section .card {
  background-color: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(4px);
}

.owl-carousel.owl-4 .owl-nav .owl-prev,
.owl-carousel.owl-4 .owl-nav .owl-next {
  position: absolute;
  font-size: 25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #b58c67;
  color: white;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.owl-carousel.owl-4 .owl-nav .owl-next {
  left: 54%;
  transform: translateX(-54%);
}

.owl-carousel.owl-4 .owl-nav button span {
  position: relative;
  top: -2px;
}

.owl-carousel.owl-4 .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}

.owl-carousel.owl-4 .img-fluid {
  border: 1px solid #b58c67 !important;
  padding: 5px;
}

.owl-carousel.owl-4 .img-fluid:hover {
  transform: scale(1.1);
}

.owl-carousel.owl-4 .img-fluid {
  transition: 0.7s ease;
}

/* header .navbar-nav.nav-1 .nav-link::before,
    header .navbar-nav.ms-auto .nav-link::before {
        content: "";
        height: 100%;
        width: 100%;
        border-bottom: 1px solid #B58C67;
        position: absolute;
        bottom: 0px;
        left: 0px;
        opacity: 0;
        transition: 0.7s ease !important;
    }

    header .navbar-nav.nav-1 .nav-link.active::before {
        content: "";
        height: 100%;
        width: 100%;
        border-bottom: 1px solid #B58C67;
        position: absolute;
        bottom: 5px;
        left: 0px;
        opacity: 1;
    }

    header .navbar-nav.nav-1 .nav-link::before,
    header .navbar-nav.ms-auto .nav-link::before {
        content: "";
        height: 100%;
        width: 100%;
        border-bottom: 1px solid #B58C67;
        position: absolute;
        bottom: 5px;
        left: 0px;
        opacity: 0;
    }

    header .navbar-nav.nav-1 .nav-link:hover::before,
    header .navbar-nav.ms-auto .nav-link:hover::before {
        opacity: 1;
        transform: scaleY(1);
    }

    header .navbar-nav.nav-1 .nav-link::before,
    header .navbar-nav.ms-auto .nav-link::before {
        transition: 0.7s ease !important;
    } */
/* .navbar-nav.nav-3 .book-table-btn::before {
        content: "";
        position: absolute;
        border: 1px solid #B58C67;
    }
    #preloader {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; */
/* background-color: var(--primary); */
/* background-color: #fff !important;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        animation: moveUp 5s forwards;

    }
    #preloader .logo {
        display: flex;
        justify-content: center;
        align-items: center;
        animation: fadeOut 2s ease-out forwards;
    }

    @keyframes moveUp {
        0% {
            top: 0;
            
        }

        100% {
            top: -100%;
          
        }
    } */

/* #preloader .logo {
        width: 150px;
        animation: spin 1.5s linear infinite;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);

        }
    } */

/* #main-content {
        display: none;
    } */
.loader {
  width: 60px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side, #fff 90%, #fff0);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;

  background-size: calc(100% / 3) 50%;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }

  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }

  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }

  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}

#preloader {
  position: fixed;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #102b2a !important;
  z-index: 2147483647 !important;
}

.loader {
  margin-top: 15px;
}
.right-icon a,
.whatsapp-icon {
  position: fixed;
  bottom: 50px;
  z-index: 999;
}
.whatsapp-icon {
  bottom: 50px;
  left: 10px;
  z-index: 999;
}
.right-icon a {
  right: 30px;
  color: #b58c67;
}
.footer-social-links a img {
  position: relative;
  top: -3px;
}
.navbar-toggler-icon {
  filter: invert(1);
}
.navbar-toggler {
  /* background-color: var(--primary); */
  background-color: black;
  color: white;
  border-radius: 0;
}
.owl-carousel.owl-1 .owl-item img {
  margin: auto;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media only screen and (max-width: 768px) {
  .nav.scrolled {
    padding: 0px !important;
  }
  #navbar {
    background-color: black;
  }
}
@media only screen and (max-width: 576px) {
  .top-section-text {
    position: relative;
    top: 30%;
  }

  .top-section-text p {
    position: relative !important;
  }

  .video-span {
    font-size: 20px;
  }

  .top-section-text h2 {
    font-size: 20px;
  }

  .top-section-text p {
    font-size: 15px;
  }

  .navbar-logo {
    position: relative;
  }
  .nav.scrolled {
    padding: 0px !important;
  }

}


.owl-carousel.owl-1 .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
input::placeholder {
  color: white !important;
}
.form-control {
  border: 1px solid var(--warning);
}
.form-control:focus {
  box-shadow: none;
  border-color: 1px solid var(--warning);
}
.inner-shadow-img::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0, 0.6);
}
.page-banner {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../media/images/inner-bg.jpg");
  padding: 150px;
}

.page-banner a {
  text-decoration: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1) sepia(100%) saturate(0%) brightness(100%) contrast(100%);
}
.carousel-caption {
  position: absolute;
  height: 100%;
  width: 70%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carousel-caption h1 {
  font-size: 45px;
}
.shadow-carousel::before{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0, 0.6);
}
.caro-span span{
  height: 10px;
  width: 10px;
  background-color: var(--warning);
  display: inline-block;
 transform: rotate(45deg);
}


@media only screen and (max-width: 414px){
  .carousel-caption{
    position: absolute;
    height: 100%;
    width: 70%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .carousel-caption h1{
    font-size: 12px !important;
  }
  .carousel-caption a{
    font-size: 12px !important;
  }
  .navbar{
    position: relative !important;
  }
  }
  .contact-section .card{
    border: 1px solid var(--warning);

  }
  .why-us-section i {
    display: inline-block;
    transform: rotate(90deg);
  }