html * {
  font-family: 'Lora', sans-serif;
  scroll-behavior: smooth;
}

.title-section {
  margin-top: 100px;
  /* Adjust the margin-top value to create space below the navigation */
}

.gallery-title {
  color: black;
  font-size: 32px;
  margin-bottom: 10px;
  text-align: left;
  font-family: 'Lora', serif;
  font-weight: 700;
}

.gallery-subtitle {
  text-align: left;
  color: #666666;
  font-size: 16px;
  margin-bottom: 0px;
  font-family: 'Lora', serif;
}

.img-container {
  width: 1200px;
  margin: auto;
}

.subcontainer {
  width: 90%;
  margin: auto;
}

.box-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: .7rem;
  padding-top: 20px;
  overflow-x: hidden;
}

.box-img {
  width: 100%;
  min-height: 275px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.box-img:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  /* Dark overlay color */
}

.aside-section {
  display: flex;
  gap: 15px;
  margin-top: 40px;
  width: 100%;
  max-width: 1085px;
  /* Adjust the max-width value as needed */
  margin-left: auto;
  margin-right: auto;
}

.amenities {
  margin-top: 40px;
  width: 100%;
  max-width: 1085px;
  /* Adjust the max-width value as needed */
  margin-left: auto;
  margin-right: auto;
}

.left-column {
  flex: 1;
}

.section-title {
  font-size: 24px;
  margin-bottom: 10px;
  color: black;
  font-family: 'Lora', serif;

}

.cards-container {
  display: flex;
  gap: 5px;
  margin-bottom: 35px;
  justify-content: space-between;
}

.card {
  flex: 1;
  background-color: #ffffff;
  border-radius: 10px;
  border-color: #475D6C 1px solid;
  padding: 10px;
  display: flex;
  justify-content: center;
  max-width: 125px;
  height: 125px;
  font-family: 'Lora', serif;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.card.show {
  opacity: 1;
  transform: translateY(0);
}

.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #475D6C;
  justify-content: space-evenly;
}

.card-title {
  font-size: 16px;
  margin-top: 5px;
  font-weight: bold;
}

.right-column {
  flex: .34;
}

/* .booking-plugin {
  width: 100%;
  height: 350px;
  box-sizing: border-box;
} */


.rule {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 35px;
  border: none;
  border-top: 2px solid #222222;
}

.section-title {
  font-family: 'Lora', serif;
  font-weight: bold;
}

.description {
  font-family: 'Lora', serif;
  font-weight: normal;
  color: #666666;
  line-height: 300%;
  font-size: 16px;
  text-align: left;
}

.dropdown {
  /* Styles for the dropdown content */
  display: none;
  color: #000000;
}

.promotion-box {
  margin: 50px 0;
  border-radius: 10px;
  background-color: #E8F3F1;
  padding: 20px;
  color: #475D6C;
  font-family: 'Lora', serif;
}

.promotion-title {
  font-size: 16px;
  font-weight: bold;
}

.promotion-description {
  font-size: 16px;
  color: #5B988E;
  line-height: 240%;
}


.amenities-section {
  width: 1200px;
  margin: 40px auto;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 0px;
}

.amenity-item {
  display: flex;
  align-items: center;
  color: #475D6C;
  font-family: 'Lora', serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}

.amenity-item i {
  font-size: 24px;
  margin-right: 10px;
}

.amenity-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'lora', serif;

}

.check-times-section {
  background-color: transparent;
  margin-top: 40px;
}

.check-times-container {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto;
}

.check-times-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 15px;
  border: 1px solid #475D6C;
  border-radius: 10px;
  padding: 15px;
}

.title-left,
.title-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-title {
  color: #475D6C;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  font-family: 'Lora', serif;
}

.description-left,
.description-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.check-description {
  color: #475D6C;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  font-family: 'Lora', serif;
}

.check-subdescription {
  color: rgba(71, 93, 108, 0.46);
  font-size: 16px;
  margin: 0;
  font-family: 'Lora', serif;
}

.location-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px;
  padding: 20px;
}

.section-title {
  color: #475D6C;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Lora', serif;
}

.location-description {
  color: #666666;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Lora', serif;
  margin-top: 0px;
}

.map-responsive {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  /* 16:9 aspect ratio for the map container */
  margin-top: 0px;
}

.map-responsive {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.a-section {
  gap: 15px;
  margin-top: 40px;
  width: 100%;
  max-width: 1085px;
  /* Adjust the max-width value as needed */
  margin-left: auto;
  margin-right: auto;
}

#sticky-column {
  position: sticky;
  top: 40px;
  /* Adjust as needed */
}

.fade-in {
  opacity: 0;
  animation: fade-in 1s ease-in forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


@media(max-width: 1000px) {

  .amenities-section {
    width: 100%;
    padding: 0 20px;
  }

  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .amenity-item {
    font-size: 14px;
    align-items: center;
  }

  .box-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .box-img {
    width: 100%;
    padding-top: 100%;
    /* Maintain aspect ratio */
    background-position: center;
    background-size: cover;
    min-height: unset;
  }

  .box-img:not(:nth-child(1)) {
    display: none;
  }

  .box-img:nth-child(1) {
    min-height: unset;
    border-radius: 10px;
  }

  .box-img:hover::before {
    border-radius: 10px;
  }

  .aside-section {
    display: flex;
    gap: 15px;
    margin-top: 40px;
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media(max-width: 1200px) {

  .amenities {
    margin-top: 40px;
    width: 100%;
    max-width: 985px;
    /* Adjust the max-width value as needed */
    margin-left: auto;
    margin-right: auto;
  }

  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
    /* switch to two columns */
  }

  .img-container {
    width: 100%;
    max-width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
  }

  .aside-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1085px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .cards-container {
    justify-content: space-between;

  }

}

@media (max-width: 900px) {

  .gallery-title {
    font-size: 24px;
  }

  .gallery-subtitle {
    font-size: 14px;
  }

  .section-title {
    font-size: 24px;
  }

  .description {
    font-size: 14px;
  }

  .promotion-title {
    font-size: 16px;
  }

  .promotion-description {
    font-size: 14px;
  }

}

@media (max-width: 600px) {

  .check-times-grid {
    grid-template-columns: 1fr;
  }

  .title-left,
  .title-right,
  .description-left,
  .description-right {
    justify-content: center;
  }

  .check-description,
  .check-subdescription {
    text-align: center;
  }

  .cards-container {
    flex-wrap: wrap;
  }

  .card {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-bottom: 10px;
  }

  .card-title {
    font-size: 12px;
  }

  .card-icon {
    font-size: 24px;
  }

  .description {
    font-size: 14px;
  }

  .promotion-description {
    font-size: 14px;
  }

  /* .amenity-item {
        font-size: 14px;
        align-items: center;
      } */

  .amenity-title {
    font-size: 14px;
  }
}