@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

* {
  padding: 0;
  margin: 0;
}

body {
  overflow-x: hidden;
  font-size: 15px;
  font-family: Roboto, sans-serif;
  scrollbar-width: auto;
  scrollbar-color: rgb(184, 247, 228) rgb(37, 39, 44);
}

::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}

::-webkit-scrollbar-track {
  background: #25272c;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(37, 39, 44);
}

::-webkit-scrollbar-thumb {
  background-color: rgb(184, 247, 228);
  border-radius: 8px;
  border: 3px solid #25272c;
}

img {
  max-width: 100%;
  height: auto;
}

.navbar img {
  max-width: 100px;
  height: auto;
}

.navbar-brand {
  padding: 10px;
}

.navbar {
  background: #25272c;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(37, 39, 44);
}

.logo {
  width: 140px !important;
}

.nav-link,
.nav-link:hover,
.dropdown-toggle {
  color: white !important;
}

.book-now,
.book-now:hover {
  background-color: #B8F7E4;
  border-radius: 0;
  padding: 10px 40px;
  color: #25272c;
}

.carousel-item {
  position: relative;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  right: auto;
  color: white;
}

.carousel-inner,
.carousel-inner img {
  object-fit: cover;
  height: 90vh;
  width: 100%;
}

.carousel-inner img {
  filter: brightness(0.6);
}

.hero-title {
  font-size: 70px;
  font-family: Jost, sans-serif;
  font-weight: 500;
}

.sector {
  padding: 100px 0;
}

.title {
  font-family: Jost, sans-serif;
  font-size: 50px;
}

.facilities {
  background-color: rgb(244, 242, 238);
  padding: 100px 0;
}

.facilities-card {
  background-color: rgb(255, 255, 255);
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0, 0.04);
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.03);
  height: 100%;
}

.facilities-card:hover {
  transform: translateY(-10px);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 15px 35px;
  border-color: #B8F7E4;
}

.facilities-card img {
  margin-bottom: 25px;
  transition: transform 0.3s ease;
}

.facilities-card:hover img {
  transform: scale(1.1);
}

.facilities-card h3 {
  font-family: Jost, sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: rgb(37, 39, 44);
  margin-bottom: 15px;
}

.facilities-card p {
  color: rgb(108, 117, 125);
  font-size: 14.5px;
  line-height: 1.6;
  margin-bottom: 0px;
}

.detalis {
  background: #B8F7E4;
  color: rgb(37, 39, 44);
  padding: 5px 10px;
  border-radius: 20px;
  width: fit-content;
  display: block;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(184, 247, 228);
}

.room-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  overflow-y: hidden;
}

.room-card:hover {
  transform: translateY(-10px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 35px;
}

.room-content {
  padding: 25px;
}

.room-content h3 {
  font-size: 22px;
  font-weight: 600;
  color: rgb(37, 39, 44);
  margin-bottom: 10px;
}

.room-content p {
  color: rgb(108, 117, 125);
  font-size: 14.5px;
  line-height: 1.6;
}

.gallery-sector {
  background-color: rgb(244, 242, 238);
  padding: 100px 0;
}

.testimonials-sector {
  background-color: #ffffff;
}

.testimonial-card {
  text-align: center;
  margin: 0 auto;
  padding: 20px 40px;
}

.testimonial-text {
  font-size: 16px;
  font-style: italic;
  color: rgb(79, 81, 87);
  line-height: 1.8;
  margin-bottom: 20px;
}

.client-name {
  font-weight: 600;
  color: rgb(37, 39, 44);
  margin-bottom: 2px;
}

.footer {
  background-color: rgb(37, 39, 44);
  color: rgb(255, 255, 255);
  padding: 80px 0 30px 0;
}

.footer-title {
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.footer-title::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 40px;
  height: 2px;
  background-color: rgb(184, 247, 228);
}

.footer-text {
  color: rgb(166, 170, 180);
  line-height: 1.8;
  font-size: 14.5px;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: rgb(166, 170, 180);
  text-decoration: none;
  font-size: 14.5px;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: rgb(184, 247, 228);
  padding-left: 8px;
}

.footer-contact li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: rgb(166, 170, 180);
  font-size: 14.5px;
}

.contact-icon {
  color: #B8F7E4;
  margin-right: 12px;
  font-size: 16px;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.05);
  color: rgb(255, 255, 255);
  border-radius: 50%;
  margin-right: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: rgb(184, 247, 228);
  color: rgb(37, 39, 44);
  transform: translateY(-3px);
}

.footer-logo {
  width: 120px;
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.08);
  margin: 40px 0 20px 0;
}

.maps {
  width: 100%;
}

.copyright-text {
  font-size: 13.5px;
  color: rgb(140, 144, 153);
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #B8F7E4 !important;
  color: #25272c !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(184, 247, 228, 0.4);
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #B8F7E4 !important;
  width: 25px;
  background-image: initial !important;
  background-position-x: initial !important;
  background-position-y: initial !important;
  background-size: initial !important;
  background-repeat: initial !important;
  background-attachment: initial !important;
  background-origin: initial !important;
  background-clip: initial !important;
  background-color: rgb(184, 247, 228) !important;
}

.hero-text {
  color: white;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.breadcrumb-item,
.breadcrumb-item a,
.breadcrumb-item+.breadcrumb-item::before {
  color: white !important;
  font-size: 18px;
}

.topsection img {
  height: 60vh;
  width: 100% !important;
  filter: brightness(0.5);
  object-fit: cover;
  position: relative;
}

a {
  text-decoration: none;
}

.contact-map-section {
  background-color: rgb(244, 242, 238);
}

.info-card-modern {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.02);
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.info-card-modern:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07);
}

.icon-box-modern {
  width: 60px;
  height: 60px;
  background-color: #B8F7E4;
  color: #25272c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 20px auto;
  transition: transform 0.3s ease;
}

.info-card-modern h3 {
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: rgb(37, 39, 44);
  margin-bottom: 15px;
}

.info-card-modern p {
  color: rgb(108, 117, 125);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0px;
}

.contact-map {
  border-radius: 20px;
  width: 100%;
  height: 500px;
}

* {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.nav-link {
  color: white !important;
}

.nav-link:hover {
  color: white !important;
}

.dropdown-toggle {
  color: white !important;
}

.book-now {
  background-color: rgb(184, 247, 228);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
  color: rgb(37, 39, 44);
}

.book-now:hover {
  background-color: rgb(184, 247, 228);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
  color: rgb(37, 39, 44);
}

.carousel-inner, .carousel-inner img {
  object-fit: cover;
  height: 90vh;
  width: 100%;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  transform: translateY(-3px);
  box-shadow: rgba(184, 247, 228, 0.4) 0px 8px 20px;
  background-image: initial !important;
  background-position-x: initial !important;
  background-position-y: initial !important;
  background-size: initial !important;
  background-repeat: initial !important;
  background-attachment: initial !important;
  background-origin: initial !important;
  background-clip: initial !important;
  background-color: rgb(184, 247, 228) !important;
  color: rgb(37, 39, 44) !important;
}

.breadcrumb-item, .breadcrumb-item a, .breadcrumb-item + .breadcrumb-item::before {
  color: white !important;
  font-size: 18px;
}

.cropped-image {
  object-fit: cover !important;
  object-position: center !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: block !important;
}

.cropped-image-parent,
*:has(.cropped-image) {
  overflow: hidden !important;
  position: relative !important;
}

.cropped-image-parent, :has(.cropped-image) {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  position: relative !important;
}

.c15826 {
  margin: 0px 0px 10px;
  font-weight: 600;
  color: rgb(37, 39, 44);
  font-size: 22px;
}

.c16324 {
  padding: 0px 12px;
  flex-shrink: 0;
  width: 1140px;
  max-width: 100%;
}

.c16622 {
  color: rgb(33, 37, 41);
  font-size: 15px;
  font-weight: 400;
}

@media (max-width:768px) {
  .title {
    font-size: 40px;
  }
  .hero-title {
    font-size: 60px;
  }
}

@media (max-width:425px) {
  .title {
    font-size: 35px;
  }
  .hero-title {
    font-size: 50px;
  }
  .testimonial-card {
    padding: 0;
  }
}