/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

@font-face {
  font-family: 'Moglan';
  src: url('fonts/Moglan.otf') format('otf');
}

.swiper {
    width: 100%;
    padding: 50px 0;
  
  }
  
  .swiper-slide {
    position: relative;
    width: 380px;
    aspect-ratio: 3/4;
    border-radius: 3px;
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    user-select: none;
  }
  
  .swiper-pagination {
    --swiper-pagination-bottom: -2px;
  }
  
  .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background-color: #bdbdbd;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
  }
  
  .swiper-pagination-bullet-active {
    width: 22px;
    background-color: #3dc2ec;
    border-radius: 8px;
  }
  
  /* Media Queries */
  
  @media (max-width: 1100px) {
    .swiper-slide {
        width: 300px;
    }
  }
  
  @media (max-width: 900px) {
    .swiper-slide {
        width: 250px;
    }
  }
  
  @media (max-width: 700px) {
    .swiper-slider {
        width: 230px;
    }
  }
  
  @media (max-width: 610px) {
    .swiper-slider {
        width: 200px;
    }
  }

  .section-title {
    font-size: 2rem;
    color: #978667;
    margin-top: 1rem;
  }
  .section-title .bi-arrow-up-right {
    font-size: 1rem;
    vertical-align: -0.1em;
  }
  .section-divider {
    width: 100%;
    border-top: 1px solid #ccc;
    margin: 0.5rem 0 1rem;
    transition: border-color 0.3s ease;
  }
  .col-lg-4:hover .section-divider {
    border-top-color: #807156;
  }
  .section-desc {
    color: #4a4a4a;
    line-height: 1.6;
  }

  /* Parallax zoom */
  .img-container {
    overflow: hidden;
    position: relative;
  }
  .img-container img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.6s ease;
    transform-origin: center center;
  }
  .img-container:hover img {
    transform: scale(1.1);
  }

  .bottom-links {
    background-color: #efeddf; /* Assuming black background from the image */
    color: #000000;
    padding: 40px 0;
}

.bottom-links .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px; /* Space between links */
}

#footer-menu li {
    display: inline-block;
}

.footer-link {
    color: #978667;
    text-decoration: none;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.footer-link:hover {
    text-decoration: underline;
    color:#3dc2ec;
}

.copyright {
    color: #978667;
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
}

p .copyright:hover {
  color:#3dc2ec;
}

.contact-section {
  max-width: 1920px;
  padding: 0;
  
  margin-right: 0 auto;
}
.contact-heading {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}
.contact-info {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.contact-info ul {
  list-style: none;
  padding-left: 0;
}
.contact-info li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.5rem;
}
.contact-info li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #007bff;
}
.social-icons {
  list-style: none;
  display: flex;
  gap: 15px;
}
.social-icons a {
  color: #978667;
  margin-right: 20px;
  font-size: 2.2rem;
  transition: color 0.3s;
}
.social-icons a:hover {
  color: #3fc2ec;
}

.hotel-image {
  width: 602px;
  height: 458px;
  object-fit: cover;
}

.detail-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.h1_header {
  color: #978667;
  letter-spacing: 0.07em;
  text-align: right;
  width: 300px;
  font-size: 85px;
}

.circle-arrow {
  height: 56px;
  width: 56px;
  margin: 0 40px;
  display: block;
}

.info-text {
  max-width: 370px;
  text-align: left;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
}

.info-text:hover {
  color:#3dc2ec;
}

.contact-heading {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.image {
  width: 40%;
  max-width: 710px;
}

@media (max-width: 992px) {
  .circle-arrow {
      display: none !important;
  }
  
  .h1_header {
      text-align: left !important;
      width: 100% !important;
      font-size: 60px !important; /* Optional: reduce font size for mobile */
  }
  
  .info-text {
      text-align: left !important;
      margin-top: 10px; /* Add some spacing */
  }
  
  .contact-heading {
      flex-direction: column !important;
      align-items: flex-start !important;
      margin-bottom: 40px !important; /* Reduce spacing for mobile */
      margin-left: 80px !important;
  }
  
  /* Optional: Adjust image size for mobile */
  .hotel-image {
      width: 100%;
      height: auto;
  }
}

.get_social:hover {
  color:#3dc2ec;
}

/* The here ID identifies the current page and applies a white stripe to the left as a visual indicator. */

a#here {
  border-left-color: #3dc2ec !important;
  background-color: transparent !important;
  color: #3dc2ec !important;
}