html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
 
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Gilda Display", serif;
  font-style: normal;
}
h6,
p,
span {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.navbar {
  font-family: "Playfair Display", serif;
  background-color: #faf5f0 !important;
  box-shadow: none !important;
}
.navbar-shadow {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}
.nav-item .nav-link {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
.nav-item .nav-link:hover {
  border-bottom: 2px solid #aa8453;
}
.button {
  background-color: #aa8453;
  color: white;
  font-size: 15px !important;
  text-transform: uppercase;
  padding: 15px 35px;
  border-radius: 0%;
  font-weight: 400 !important;
}
.button:hover {
  background-color: black;
  color: white;
}
.footer-button {
  background-color: #aa8453;
  color: white;
  font-size: 15px !important;
  text-transform: uppercase;
  padding: 15px 35px;
  border-radius: 0%;
  font-weight: 400 !important;
}
.footer-button:hover {
  background-color: rgb(152, 152, 152);
  color: rgb(15, 15, 15);
}

.nav-item .isactive {
  border-bottom: 2px solid #aa8453;
}
.header-img {
  background: url("/assets/images/doublebed-bedroom.jpg") rgba(0, 0, 0, 0.4);
  background-size: cover;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
}

.image-container:hover {
  transition: transform 0.3s ease;
  transform: scale(1.1);
}

.image-container {
  position: relative;
  display: inline-block;
  overflow: hidden !important;
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-text {
  bottom: 0;
  background: #aa8453;
  color: rgb(255, 255, 255);
  width: 100%;
  text-align: center;
  transition: opacity 0.3s ease;
}
.overlay-header {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 3px;
}

.about-section {
  background: url("/assets/images/background.png");
  background-size: cover;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  height: 140vh;
  justify-content: end;
  align-items: end;
}

.intro-left {
  padding: 14em 0em;
}

.about-img {
  background: url("/assets/images/doublebed-lapms-corner.jpg")
    rgba(0, 0, 0, 0.3);
  background-size: cover;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
}

.about-right {
  padding: 10em 0em;
}

.photo-overlay {
  margin-top: -80px;
  border: 10px solid #eeeeee;
}
.photo-base {
  border: 10px solid #eeeeee;
}

.room-card {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.room-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  pointer-events: none;
}
.room-card:hover::before {
  animation: shine 0.8s ease-out;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

.room-img {
  width: 100% !important;
}

.room-text {
  position: absolute;
  bottom: 15px;
  left: 20px;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  font-family: "Georgia", serif;
  padding: 10px 15px;
  border-radius: 5px;
}

.photo-gallery img {
  border-radius: 3%;
}

#about-header {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(/assets/images/two-singlebeds.jpg);
  background-size: cover;
  background-position: center;
  height: 700px;
}
#gallery-header {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(/assets/images/doublebed-lapms-corner.jpg);
  background-size: cover;
  background-position: center;
  height: 700px;
}
#rooms-header {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(/assets/images/doublebed-lamp2.jpg);
  background-size: cover;
  background-position: center;
  height: 700px;
}
#contact-header {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(/assets/images/doublebed-whitebedroom.jpg);
  background-size: cover;
  background-position: center;
  height: 700px;
}
.testimonials-section {
  background: url(/assets/images/background-cut.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
}

.facility-item:hover {
  border-bottom: 2px solid #aa8453;
}
@media only screen and (max-width: 600px) {
  .intro-left {
    background: url("/assets/images/doublebed-lamp2.jpg") rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
  }
  .intro-desc,
  .intro-desc h3 {
    color: white !important;
  }
  .about-right {
    padding-top: 80px;
    padding-bottom: 0px !important;
  }

  .about-section {
    height: 200vh !important ;
  }
  .testimonials-section {
    height: 950px;
  }
  .gallery-img {
    margin-bottom: 25px !important;
  }
}

@media only screen and (max-width: 800px) {
  .about-right {
    padding-top: 80px;
    padding-bottom: 0px !important;
  }

  .about-section {
    height: 150vh;
  }
}
