@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Marcellus&display=swap");
body {
  overflow-x: hidden;
}

h1 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 60px;
  color: #F9F9F9;
  line-height: 100px;
}
@media (max-width: 575.98px) {
  h1 {
    font-family: "Marcellus", serif;
    font-weight: 500;
    font-size: 40px;
    color: #F9F9F9;
    line-height: 50px;
  }
}

h3 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 45px;
  color: #471300;
}
@media (max-width: 575.98px) {
  h3 {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-size: 28px;
    color: #471300;
  }
}

h5 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #114100;
}

.text {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #101010;
}

.button {
  transition: all 0.5s;
  background: #36B605;
  box-shadow: -4px -5px 0px #86E362;
  border: none;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 20px;
  color: #F9F9F9;
}
.button:hover {
  background-color: #36B605;
  color: #F9F9F9;
  box-shadow: none;
}
.button:active {
  background-color: #86E362 !important;
  color: #F9F9F9 !important;
  box-shadow: none;
  transform: translateY(4px);
}

.navbar {
  /* Keep fixed-top on larger screens */
}
@media (max-width: 991.98px) {
  .navbar .fixed-top-lg {
    position: static !important;
  }
}
@media (min-width: 992px) {
  .navbar .fixed-top-lg {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    /* Ensure it's on top of other content */
  }
}
.navbar .offcanvas-body {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}
.navbar .offcanvas-body .nav-word {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #471300;
}
.navbar .navbar-toggler {
  border: none;
  padding: 2.25rem 0.75rem;
}
.navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: none;
  position: relative;
}
.navbar .navbar-toggler .navbar-toggler-icon::before, .navbar .navbar-toggler .navbar-toggler-icon::after, .navbar .navbar-toggler .navbar-toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #F9F9F9;
  display: block;
  transition: all 0.3s ease-in-out;
}
.navbar .navbar-toggler .navbar-toggler-icon::before, .navbar .navbar-toggler .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
}
.navbar .navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}
.navbar .navbar-toggler .navbar-toggler-icon::after {
  bottom: -8px;
}

.navbar-scrolled .navbar-toggler .navbar-toggler-icon::before, .navbar-scrolled .navbar-toggler .navbar-toggler-icon::after, .navbar-scrolled .navbar-toggler .navbar-toggler-icon {
  background-color: #333;
}

#splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#splash-screen .splash-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#splash-screen .splash-content .logo {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
}
#splash-screen .splash-content .loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #114100;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  align-self: center;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.hero {
  position: relative;
  height: 100vh;
  z-index: 2;
}
.hero .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  display: block;
}
.hero .head-text h1 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 80px;
  color: #F9F9F9;
  line-height: 100px;
}
@media (max-width: 575.98px) {
  .hero .head-text h1 {
    font-family: "Marcellus", serif;
    font-weight: 500;
    font-size: 40px;
    color: #F9F9F9;
    line-height: 50px;
  }
}
.hero .head-text p {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #F9F9F9;
  padding: 0 8em;
}
@media (max-width: 575.98px) {
  .hero .head-text p {
    padding: 0;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #F9F9F9;
  }
}

.about {
  position: relative;
}
.about .upper h3 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 37px;
  color: #471300;
}
.about::before {
  content: url("../img/icons/about-before.svg");
  position: absolute;
  top: -30px;
  left: 0;
  z-index: -1;
}
.about .plant {
  position: relative;
}
.about .plant::before {
  content: url("../img/icons/hanging-plant.svg");
  position: absolute;
  top: 2.6em;
  left: 0;
  transform-origin: top center;
  animation: swing 2s ease-in-out infinite;
}
@media (max-width: 575.98px) {
  .about .plant::before {
    display: none;
  }
}
@keyframes swing {
  0% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(20deg);
  }
}

.accomodations .mySwiper {
  box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 575.98px) {
  .accomodations .mySwiper {
    box-shadow: none;
  }
}
.accomodations .acc-card {
  border: 0;
  border-left: 5px solid #237805;
  border-radius: 3px;
}
@media (max-width: 575.98px) {
  .accomodations .acc-card {
    border: 0;
    border-bottom: 5px solid #237805;
  }
}
.accomodations .acc-card .acc-header {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 32px;
  color: #101010;
}
.accomodations .swiper-pagination {
  text-align: justify;
  left: 7em;
}
@media (max-width: 575.98px) {
  .accomodations .swiper-pagination {
    left: 9em;
    margin-top: 1em;
  }
}
.accomodations .swiper-pagination .swiper-pagination-bullet {
  width: 100px !important;
  height: 3px !important;
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .accomodations .swiper-pagination .swiper-pagination-bullet {
    width: 30px !important;
  }
}
.accomodations .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #114100;
}

.why-us {
  background-image: url("../img/bg-whyus.svg") !important;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  background-size: cover;
}
.why-us .section_pin {
  height: 65vh;
  padding: 0 12vw 0 12vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 575.98px) {
  .why-us .section_pin {
    padding: 17vw 12vw 0 12vw;
  }
}
.why-us .section_pin .image_wrapper {
  padding: 0 2vw;
  position: relative;
  opacity: 0.7;
  transition: opacity 0.3s cubic-bezier(0.51, 0.18, 0, 0.88);
}
@media (max-width: 575.98px) {
  .why-us .section_pin .image_wrapper {
    min-width: 150vw;
  }
}
.why-us .section_pin .image_wrapper .image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.why-us .section_pin .image_wrapper.active {
  opacity: 1;
}

.gallery {
  position: relative;
}
.gallery::after {
  position: absolute;
  content: url("../img/icons/branch.svg");
  top: 0;
  right: 0;
}
@media (max-width: 575.98px) {
  .gallery::after {
    display: none;
  }
}

.facilities {
  background-image: url("../img/bg-facilities.svg");
  background-size: cover;
}
.facilities h4 {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #101010;
}
@media (max-width: 575.98px) {
  .facilities h4 {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #101010;
  }
}

.contact {
  background-image: url("../img/bg-contact.webp");
  background-size: cover;
}
.contact p {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #F9F9F9;
}
@media (max-width: 575.98px) {
  .contact p {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #F9F9F9;
  }
}
.contact .button-white {
  transition: all 0.5s;
  background: #F9F9F9;
  box-shadow: -4px -5px 0px #acacac;
  border: none;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 20px;
  color: #471300;
}
.contact .button-white:hover {
  background-color: #36B605;
  color: #471300;
  box-shadow: none;
}
.contact .button-white:active {
  background-color: #86E362 !important;
  color: #471300 !important;
  box-shadow: none;
  transform: translateY(4px);
}

.footer {
  background-image: url("../img/bg-footer.svg");
  background-size: cover;
}
.footer .content-footer {
  background-image: url("../img/bg-content.webp") !important;
  background-size: cover;
}
.footer .content-footer h4 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 28px;
  color: #F9F9F9;
}
.footer .content-footer p {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #F9F9F9;
}
.footer .content-footer h5 {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #36B605;
}

.hero-aboutPage {
  background-image: url("../img/bg-aboutpage.webp");
  height: 75vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 575.98px) {
  .hero-aboutPage {
    height: 50vh;
  }
}

.content-aboutPage h3 {
  font-family: "Marcellus", serif;
  font-weight: 500;
  font-size: 32px;
  color: #471300;
}

.management .profile-card {
  position: relative;
  box-shadow: 0px 1px 6px -1px rgba(0, 0, 0, 0.2);
  border: 1px solid #E8E8E8;
  height: 100px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform, box-shadow;
}
.management .profile-card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.management .profile-card .caption {
  margin-top: 40%;
}
.management .profile-card .img {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 300px;
  height: auto !important;
  overflow: hidden;
}
.management .profile-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.management .profile-card h4 {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #101010;
}
@media (max-width: 575.98px) {
  .management .profile-card h4 {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #101010;
  }
}

.hero-galleryPage {
  background-image: url("../img/bg-gallerypage.webp");
  height: 75vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 575.98px) {
  .hero-galleryPage {
    height: 50vh;
  }
}

.hero-contactPage {
  background-image: url("../img/bg-contactpage.webp");
  height: 75vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 575.98px) {
  .hero-contactPage {
    height: 50vh;
  }
}

.contact-form {
  background-color: #f5f5f5;
}
.contact-form h5 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 30px;
  color: #114100;
}
.contact-form p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #101010;
}
.contact-form form {
  background: #F8FBFF;
  box-shadow: 0px 0px 20px rgba(4, 16, 34, 0.06);
  border-radius: 20px;
}
.contact-form form .form-control,
.contact-form form .form-select {
  border: 1px solid #114100;
  border-radius: 3px;
  box-shadow: none;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #101010;
}
.contact-form form .form-control:focus,
.contact-form form .form-select:focus {
  box-shadow: none;
}
.contact-form form .form-control::-moz-placeholder, .contact-form form .form-select::-moz-placeholder {
  color: #114100;
}
.contact-form form .form-control::placeholder,
.contact-form form .form-select::placeholder {
  color: #114100;
}

.hero-accommodationPage {
  background-image: url("../img/bg-accommodationpage.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 75vh;
}
@media (max-width: 575.98px) {
  .hero-accommodationPage {
    height: 50vh;
  }
}

@media (max-width: 575.98px) {
  .tab-content {
    border: 0 !important;
  }
}

.nav-amenities .nav-link {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #101010;
}
@media (max-width: 575.98px) {
  .nav-amenities .nav-link {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #101010;
  }
}
.nav-amenities .active {
  font-family: "Marcellus", serif;
  font-weight: 500;
  font-size: 22px;
  color: #471300;
}
@media (max-width: 575.98px) {
  .nav-amenities .active {
    font-family: "Marcellus", serif;
    font-weight: 500;
    font-size: 16px;
    color: #471300;
  }
}

.dropdown .btn-dropdown {
  border: 1px solid #114100;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #101010;
}

.hero-activitiesPage {
  background-image: url("../img/bg-experiencepage.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 75vh;
}
@media (max-width: 575.98px) {
  .hero-activitiesPage {
    height: 50vh;
  }
}

.activity-card {
  border-radius: 12px;
  border: 1px solid #E8E8E8;
  box-shadow: 0px 1px 6px -1px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform, box-shadow;
}
.activity-card h5 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #471300;
}
.activity-card li {
  width: 50%;
}
.activity-card img {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  height: 100%;
  width: 100%;
}
@media (max-width: 575.98px) {
  .activity-card img {
    border-bottom-left-radius: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}
.activity-card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.hero-expPage {
  background-image: url("../img/bg-activitypage.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 75vh;
}
@media (max-width: 575.98px) {
  .hero-expPage {
    height: 50vh;
  }
}

.ctabtn {
  bottom: 15px;
  display: inline-grid;
  right: 10px;
}