@import url('https://fonts.googleapis.com/css2?family=Ephesis&family=Jost:ital,wght@0,100..900;1,100..900&family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Monsieur+La+Doulaise&family=Mrs+Saint+Delafield&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mr+De+Haviland&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Microbe&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');



/*Animations*/
.fadeinleft {
  opacity: 0;
  transform: translateX(200px);
  transition: all 1.3s ease-out;
}

.fadeinright {
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.8s ease-out;
}

.fadeindown {
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1.2s ease-out;
}

.fade-in {
  opacity: 0;
  transition: all 1.3s ease-in;
}

.active-left,
.active,
.active-right,
.active-down {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
}



.fadein {
  opacity: 0;
}

/* Define the keyframe animation */
@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Apply the animation to the photo */
.photo-float {
  animation: float 2s ease-in-out infinite;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Marcellus';

}

p {
  font-family: 'Jost';
  color: #a3998d;
}


.navbar {
  color: white !important;
  padding: 1em 0em;
  position: relative;
  z-index: 10;
  box-shadow: none !important;
  background-color: rgba(255, 255, 255, 0.103) !important;
  border-bottom: 1px solid rgba(235, 235, 235, 0.233);
}

.navbar li {
  margin: 0em 1em;
}

.navbar li a {
  color: black !important;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}


/* Buttons*/

.book-btn {
  color: #D8C197;
  background-color: transparent;
  border: 1px solid #D8C197;
  border-radius: 0px;
  font-family: 'Marcellus';
  text-transform: capitalize;
  font-size: 14px;

}

.book-btn:hover {
  background-color: #D8C197;
  color: white;
}


.sec-btn {
  background-color: #D8C197;
  color: white;
  padding: 1em 3em;
  border-radius: 0px;
  font-family: 'Marcellus';
}

.sec-btn:hover {
  background-color: white;
  color: #000000;
}

.third-btn {
  background-color: #b99d75;
  color: white;
  padding: 3em 2em;
  border-radius: 0px;
  font-family: 'Marcellus';
  font-size: 14px;
  width: fit-content;
}

.third-btn:hover {
  background-color: white;
  color: #000000;
}

.room-btn {
  background-color: none;
  box-shadow: none;
  padding: 3px;
  font-family: 'Jost';
  border-bottom: 1px solid #b99d75;
  border-radius: 0px;
}


.room-btn:hover {
  background-color: none;
  box-shadow: none !important;
  padding: 3px;
  font-family: 'Jost';
  border-bottom: 1px solid transparent;
  border-radius: 0px;
  color: black;
}

.dropdown-toggle {
  background-color: transparent !important;
  font-family: 'Marcellus' !important;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  font-size: 14px;

}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


.dropdown {
  margin-top: -2px;
  color: rgb(0, 0, 0) !important;
  box-shadow: none !important;
}

.dropdown:hover {
  box-shadow: none !important;
}

.dropdown-toggle {
  color: rgb(0, 0, 0) !important;
  box-shadow: none !important;
}

.dropdown-menu {
  border-radius: 0px;
  background-color: #d6d6d6;
}

.dropdown-item {
  border-radius: 0px !important;
}

.dropdown-item:hover {
  border-radius: 0px !important;
  background-color: white;
  color: #53624e !important;
  transition-duration: 0.25s;
}


.dropdown-menu:hover {
  border-radius: 0px;
  background-color: white;
}

.carousel-caption {
  font-family: 'Marcellus';
  bottom: 30%;
}

.carousel-caption p {
  font-size: 18px;
}


.location-box {
  border: 1px solid #b99d75;
  padding: 1em;
}

.about-home {
  background: url('assets/img/4.jpg');
  background-size: 300px;
  background-position: -1% 80%;
  background-repeat: no-repeat;
  background-color: #eeebebbe;
  padding: 10em 0em;
  padding-bottom: 20em;
  margin-top: -4em;
}

.owl-home {
  margin-top: -15em;
}


.banner {
  background: url('/assets/img/7.jpg'), #A7BDD2 linear-gradient(0deg, #A7BDD2 0%, rgba(0, 0, 0, 0.4738270308123249) 0%, #A7BDD2 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 65vh;
  display: flex;
  align-items: center;
  margin: 6em 0em;
}


.sec-banner {
  margin: 6em 0em;
  background: url('../img/sec-banner.png')rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 30em;

}

.card {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #00000037;
  color: #0D283D;
}

.card:hover {
  background-color: #0D283D;
  box-shadow: none;
  border: 1px solid #00000037;
  color: white !important;
}

.card.active {
  background-color: #0D283D;
  box-shadow: none;
  border: 1px solid #00000037;
  color: white !important;
}

.card-title.fa-solid:hover {
  color: #e0b287 !important;
}

.image-hover-wrapper {
  position: relative;
  height: 100px;
  padding: 10px;
  width: fit-content;
}

.image-hover-wrapper img {
  position: absolute;
  margin-left: 50px;
  height: 80px;
  width: auto;
}

.hover-img {
  opacity: 0;
}

.default-img {
  opacity: 1;
}

.card:hover .image-hover-wrapper .hover-img {
  opacity: 1;
}

.card:hover .image-hover-wrapper .default-img {
  opacity: 0;
}


footer {
  background: #0D283D !important;
  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

a.footer-link {
  color: white;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
}

.footer-link:hover {
  color: #A9D1DB;
}

.payment {
  display: flex;
}

.socials {
  display: flex;
  color: white;
}

.footer-links {
  display: flex;
  font-family: 'Jost', sans-serif;
  font-size: 18px;

}

.socials a {
  text-decoration: none !important;
  color: white;
}

.socials a:hover h4 {
  color: #A9D1DB;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.copyright {
  display: flex;
  justify-content: right;
  text-align: right;
  align-items: end;
}

.room-link {
  color: #000000;
}

.room-link:hover {
  color: #932B41;
}


.rooms {
  padding-top: 100px;
  padding-bottom: 100px;
}


#restaurant {
  padding-bottom: 100px;
}

.about-section {
  padding-bottom: 100px;
  margin-top: 100px;
}

.img1 {
  border-radius: 20px;
}


.text-col {
  position: relative;
  margin-top: -60px;
}

.text-col h1 {
  font-size: 70px;
  color: #000000;
  line-height: 90px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  text-shadow: 3px 3px 4px #EEC78C;
}

.cta {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #b1dae700;
  border: 1px solid black;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}

.cta span {
  position: relative;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000000;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #234567;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta:hover:before {
  width: 100%;
  background: #b1dae700;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active {
  transform: scale(0.95);
}


.cta1 {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
}

.cta1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #ffffff00;
  border: 1px solid rgb(255, 255, 255);
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}

.cta1 span {
  position: relative;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.cta1 svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #ffffff;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta1:hover:before {
  width: 100%;
  background: #ffffff00;
}

.cta1:hover svg {
  transform: translateX(0);
}

.cta1:active {
  transform: scale(0.95);
}

.ratings {
  margin-top: 70px;
  margin-bottom: -70px;
}

.ratings h1 {
  font-size: 90px;
  font-family: 'Cormorant Garamond', serif;
}

.restaurant-head {
  background: url('/assets/img/692083894.jpg')rgba(0, 0, 0, 0.65);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 60vh;
  display: flex;
  align-items: center;
}

.rooms-head {
  background: url('/assets/img/tripleromwithseaview-1.jpg')rgba(0, 0, 0, 0.65);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 60vh;
  display: flex;
  align-items: center;
}
.gallery-head {
  background: url('/assets/img/470178432.jpg')rgba(0, 0, 0, 0.65);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 60vh;
  display: flex;
  align-items: center;

}

.about-head {

  background: url('/assets/img/deluxetripleroom-1.jpg')rgba(0, 0, 0, 0.55);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 60vh;
  display: flex;
  align-items: center;

}

.contact-head {

  background: url('/assets/img/470178432.jpg')rgba(0, 0, 0, 0.55);

  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 60vh;
  display: flex;
  align-items: center;

}

.contact-box {
  background: #0D283D;
  padding: 20px 20px 20px 20px;
}




.book-img {
  transition: box-shadow 0.3s ease;
}

.book-img:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.header-img {
  height: 700px;
  border-radius: 3%;
}


.overlay-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}

.item:hover .overlay-text {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.header-item {
  height: 75vh;
}


.header-1 {
  background: url("/assets/img/470178432.jpg") rgba(0, 0, 0, 0.478);
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3%;
}

.header-1:hover {
  background: url("/assets/img/470178432.jpg") rgba(0, 0, 0, 0.478);
  overflow: hidden;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3%;
  height: 70vh;
}

.header-4 {
  background: url("/assets/img/470178432.jpg") rgba(0, 0, 0, 0.478);
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3%;
}

.header-4:hover {
  background: url("/assets/img/470178432.jpg") rgba(29, 22, 5, 0.45);
  overflow: hidden;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3%;
  height: 70vh;
}

.header-5 {
  background: url("/assets/img/470178432.jpg") #534b44d6;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3%;
}

.header-6 {
  background: url("/assets/img/456539330.jpg") #534b44d6;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3%;
}

.header-7 {
  background: url("/assets/img/460125578.jpg") #534b44d6;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3%;
}

.carousel-image-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/assets/images/food/eating-food.jpg");
  background-size: cover;
  background-position: center;
}

.carousel-image-2 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/assets/images/bar-afternon.jpg");
  background-size: cover;
  background-position: center;
}

.carousel-image-3 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/assets/images/shezllone.jpg");
  background-size: cover;
  background-position: center;
}

.carousel-caption {
  font-family: "Cormorant", serif;
  margin-bottom: 400px;
  letter-spacing: 14px;
}

.about-text,
.about-button {
  font-family: Jost, sans-serif;
  font-weight: 300;
  color: rgb(54, 52, 52);
  text-align: end !important;
  margin-right: 0px;
}

.about-drink {
  margin-top: 300px;
  margin-left: 100px;
  position: relative;
  z-index: 10;
}

.goal-text {
  font-family: Jost, sans-serif;
  font-weight: 300;
  color: white;
  text-align: start !important;
}

.goal-drink {
  margin-top: 300px;
  margin-left: -100px;
  position: relative;
  z-index: 10;
}

.menu-items {
  height: 500px !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-caption2 {
  margin-top: 170px;
  color: white;
  font-family: "Cormorant", serif;
  letter-spacing: 14px;
}

.carousel-image-4 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/assets/img/470178233.jpg");
  background-size: cover;
  background-position: center;
}

.carousel-image-5 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/assets/img/456539330.jpg");
  background-size: cover;
  background-position: center;
}

.carousel-image-6 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/assets/img/pexels-amar-29894318.jpg");
  background-size: cover;
  background-position: center;
}

.font-90 {
  font-family: Rubik Microbe, sans-serif;
  color: #0D283D;
  font-size: 200px;
  text-transform: uppercase;
  position: relative;
  z-index: 12;
}


.testimonials-section {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #eff6ff 100%);
  overflow: hidden;
  min-height: 100vh;
}

/* Background Elements */
.bg-elements {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.bg-circle {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
}

.bg-circle-1 {
  top: 25%;
  left: 25%;
  width: 24rem;
  height: 24rem;
  background: linear-gradient(45deg, #dbeafe, #bfdbfe);
}

.bg-circle-2 {
  bottom: 25%;
  right: 25%;
  width: 20rem;
  height: 20rem;
  background: linear-gradient(45deg, #fef3c7, #fde68a);
}






.separator {
  width: 0.25rem;
  height: 0.25rem;
  background: #9ca3af;
  border-radius: 50%;
}

.verified-status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #ecfdf5;
  color: #065f46;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.status-dot {
  width: 0.5rem;
  height: 0.5rem;
  background: #055a3e;
  border-radius: 50%;
}

/* Stats Section */
.stats-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid #f3f4f6;
  animation: fadeInUp 0.8s ease-out 0.8s both;
}

.stat-item {
  text-align: center;
  animation: countUp 1s ease-out 1.2s both;
}

.stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
}

.stat-suffix {
  color: #b97b07;
}

.stat-label {
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 500;
}




@media (max-width: 768px) {


  .stats-section {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}



@media only screen and (max-width: 980px) {
  .navbar {
    background-color: #ffffff !important;
    border-bottom: 0px;
  }

  .carousel-caption {
    bottom: 25%;
  }

  .about-home {
    margin-top: 0em;
    padding-bottom: 26em;
    background-position: -1% 75%;
  }

  .owl-home {
    padding: 1.5em;
  }

  .owl-nav .owl-prev {
    position: absolute;
    top: calc(41%);
    left: -7%;
  }

  .owl-nav .owl-next {
    position: absolute;
    top: calc(41%);
    right: -7%;
  }

  .col-start {
    text-align: start !important;
  }

  .room-box {
    margin: 1em 0.4em;
  }

  .slider-row {
    display: none;
  }

  .footer-col {
    border-bottom: 1px solid #8181813a;
  }

  .font-90 {
    font-size: 60px !important;
  }
  .about-drink{
    display: none;

  }
  .menu-caption{
    font-size: 16px;
  }
}