/* WEDDINGS AND HONEYMOONS MODULE */

/*? Hero Section */

.hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  flex-direction: column;
  width: 100%;
  /* height: 100vh; */
  min-height: 780px;
  padding: 600px 60px 300px 60px;
  background: url("https://res.cloudinary.com/monkeytours/image/upload/v1755891007/Azura2025/weddingandhoneymoon/azura-weddingandhoneymouns-images-1.jpg") center bottom 20% / cover no-repeat;
}

.hero-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #2f2f2f2b 0%, #2f2f2f 70%);
  mix-blend-mode: multiply;
}

.hero-content {
  width: 55%;
  position: relative;
  z-index: 1;
}

.hero-pretitle {
  font-weight: 100;
  font-size: 34px;
  color: white;
  text-align: center;
  font-family: var(--font-secondary);
  margin: 0;
  padding: 0;
}

.hero-title {
  font-size: 48px;
  color: white;
  font-weight: 200;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin: 0;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.hero-subtitle {
  margin: 0px;
  font-size: 18px;
  font-weight: 400;
  color: white;
  padding-top: 20px;
  text-align: center;
}

.hero-paragraph {
  position: relative;
  margin: 0;
  width: 800px;
  min-width: 300px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: white;
  line-height: 2;
  margin-top: 60px;
}

/*? Intro Section */

.intro-section {
  position: relative;
  background: linear-gradient(0deg, #f7efec00 10%, #f7efec6a 20%, #f7efec 40%);
}

.intro-content-container-top {
  display: flex;
  height: 100%;
  padding: 150px 60px 80px 60px;
}

.intro-content-container-copy-block {
  width: 75%;
  display: flex;
  flex-direction: column;
}

.pretitle {
  font-weight: 100;
  margin: 0;
  font-size: 30px;
  color: #744c3e;
  font-family: "Yellowtail", cursive;
  line-height: 1;
}

.title {
  margin: 0;
  font-size: 40px;
  border-bottom: 1px solid black;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 20px;
  padding-top: 10px;
  text-transform: uppercase;
}

.subtitle {
  margin: 0px;
  font-size: 22px;
  font-weight: 400;
  color: #744c3e;
  padding-top: 20px;
  margin-bottom: 20px;
  line-height: 1;
  /* text-align: center; */
}

.paragraph {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: var(--color-text);
  line-height: 2;
}

.paragraph-small-block {
  width: 30%;
  padding-left: 30px;
  border-left: 1px solid black;
}

.intro-content-decals {
  display: flex;
  gap: 70px;
  padding-left: 60px;
  justify-content: end;
}

.intro-content-container-bottom {
  display: flex;
  width: 80%;
}

.azura-icon {
  width: 20%;
  height: 230px;
  background-image: url("https://dev.azuraresorts.com/wp-content/uploads/azura-weddingsnghoneymoons-logo.svg");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.caption {
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
  padding: 40px 40px 40px 60px;
  color: #cdb2a9;
  padding-bottom: 10px;
  border-bottom: 1px solid #cdb2a9;
  margin-bottom: 40px;
}

/*? Wedding & Honeymoon Cards Section  */

.wh-cards-section {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 80px;
  z-index: 1;
}

.wh-cards-section::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 700px;
  z-index: 0;
  background-image: url("https://res.cloudinary.com/monkeytours/image/upload/v1759187932/Azura2025/weddingandhoneymoon/wedding-honeymoons-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.wh-card {
  position: relative;
  width: 80%;
  padding: 270px 80px 60px 80px;
  border-radius: 38px;
  background-color: #F7EFEC;
  background-image: url("https://res.cloudinary.com/monkeytours/image/upload/v1756425148/Azura2025/weddingandhoneymoon/azura-weddingandhoneymouns-images-11.jpg");
  background-position: top -40px center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}

.wh-card.honeymoon {
  background-image: url("https://res.cloudinary.com/monkeytours/image/upload/v1756425147/Azura2025/weddingandhoneymoon/azura-weddingandhoneymouns-images-12.jpg");
}

.wh-card::after {
  content: "";
  position: absolute;
  background-color: #f7efec;
  z-index: 1;
  top: 200px;
  left: 0;
  width: 100%;
  height: 100%;
}

.wh-card-content-div {
  position: relative;
  z-index: 3;
}

/* .card-title-div {} NOT USED YET */

.wh-title-deco {
  margin: 0;
  font-size: 90px;
  color: #F8E0D8;
  font-family: "Yellowtail", cursive;
  font-weight: 100;
  line-height: 0.1;
}

.wh-title-flat {
  margin: 0;
  font-size: 40px;
  border-bottom: 1px solid #744C3E;
  line-height: 1;
  font-weight: 200;
  padding-bottom: 20px;
  padding-top: 10px;
  text-transform: uppercase;
  color: #744C3E;
  margin-bottom: 30px;
}

.card-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wh-paragraph-subtitle {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  font-style: normal;
  color: var(--color-text);
  line-height: 2;
}

.wh-paragraph {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: var(--color-text);
  line-height: 2;
  margin-bottom: 20px;
}

.wh-button {
  margin-left: auto;
  padding: var(--button-padding-default-xs);
  font-size: var(--font-size-xxs);
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-xs);
  background-color: transparent;
  color: #b3897b;
  border: 1px solid #b3897b;
  border-radius: 50px;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
}

.wh-button:hover {
  background-color: #b3897b;
  color: #fff;
}

/*? Weddings and Honeymoons Gallery */

.wh-gallery {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  padding: 20px;
  text-align: center;
  flex-direction: column;
}

.pretitle.gallery {
  font-weight: 100;
}

.wh-title-flat.gallery {
  width: 500px;
  margin-bottom: 70px;
}

.wh-gallery-container {
  display: flex;
  gap: 20px;
}

.wh-gallery-column {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.wh-gallery-container img {
  cursor: pointer;
  width: 100%;
  height: 250px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center center;
}

/* CTA section */

.wh-cta-section {
  display: flex;
  justify-content: center;
  padding: 60px 60px 80px 60px;
}

.cta-div {
  width: 900px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.cta-title {
  font-size: 40px;
  color: #b3897b;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #b3897b;
  text-align: center;
}

.cta-paragraph {
  text-align: center;
  position: relative;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #2F2F2F;
  line-height: 2;
}

.landing-button.cta-button {
  margin-top: 40px;
}

.landing-button {
  cursor: pointer;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1;
  padding: var(--button-padding-default-xs);
  font-size: var(--font-size-xxs);
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-xs);
  background-color: #b3897b;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  transition: background-color 0.3s;
  border: none;
}

.landing-button:hover {
  background-color: #8c6b5f;
  color: #fff;
}

/* Fullscreen Gallery Modal Styles */
.gallery-modal {
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.gallery-modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 1200px;
}

.loading-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  z-index: 2;
}

.loading-spinner.visible {
  visibility: visible;
  opacity: 1;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.gallery-modal.visible {
  visibility: visible;
  opacity: 1;
}

.gallery-modal-content .gallery-image {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.gallery-modal-content .gallery-image.fade-out {
  opacity: 0;
}

.close-gallery {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 3;
}

.close-gallery:hover,
.close-gallery:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.gallery-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgb(47, 47, 47);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s;
  z-index: 3;
}

.gallery-nav:hover {
  background-color: rgb(27, 27, 27);
}

.gallery-nav.prev {
  left: 30px;
}

.gallery-nav.next {
  right: 30px;
}

.gallery-nav img {
  width: 15px;
  height: 15px;
}


/*! Media Queries - 900px to ? */


@media (max-width: 900px) {

  /*? Hero Section */

  .hero-section {
    padding: 400px 60px 120px 60px;
    height: 100vh;
  }

  .hero-content {
    width: 100%;
  }

  .hero-paragraph {
    width: auto;
  }

  /*? Intro Content */

  .intro-content-container-copy-block {
    width: 100%;
  }
}

@media (max-width: 800px) {

  /*? Intro Content */

  .intro-content-decals {
    gap: 35px;
  }

  .azura-icon {
    width: 30%;
  }

  .caption {
    text-align: center;
  }

  /*? WnH Cards */

  .wh-card {
    background-size: 150% auto;
    background-position: top -30px center;
    padding: 260px 40px 40px 40px;
  }

  .wh-gallery-container {
    width: 100%;
    flex-direction: column;
  }

  .wh-gallery-column {
    width: 100%;
  }

}

@media (max-width: 600px) {

  /*? Hero Section  */

  .hero-section {
    padding: 300px 30px 50px 30px;
  }

  .intro-content-decals {
    padding-left: 30px;
  }

  .hero-title {
    font-size: 30px;
  }

  .hero-paragraph {
    font-size: 14px;
  }

  /*? Intro Content */

  .intro-content-container-top {
    padding: 100px 30px 50px 30px;
  }

  .title {
    font-size: 30px;
  }

  .subtitle {
    font-size: 18px;
  }

  .paragraph {
    font-size: 14px;
  }

  .intro-content-decals {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .intro-content-container-bottom {
    width: 100%;
  }

  .azura-icon {
    width: 35%;
  }

  .intro-content-decals img {
    width: 100%;
  }

  /*? WnH Cards */

  .wh-card {
    width: 100%;
    background-position: top -30px left -250px;
    border-radius: 0px;
  }

  .wh-title-flat {
    font-size: 30px;
  }

  .wh-title-deco {
    font-size: 60px;
  }

  .wh-paragraph {
    font-size: 14px;
  }

  /* ? Gallery Section */

  .wh-title-flat.gallery {
    width: 100%;
  }

  /* ? CTA Section */

  .wh-cta-section {
    padding: 60px 30px 80px 30px;
  }

  .cta-title {
    font-size: 30px;
  }

  .cta-paragraph {
    font-size: 14px;
  }

  .cta-div {
    width: 100%;
    min-width: 320px;
  }

  /* .landing-button.cta-button {
    font-size: 12px;
  } */
}

@media (max-width: 450px) {

  .wh-card {
    background-size: 200% auto;
    background-position: top -30px right 0;
  }

  .hero-section {
    padding-top: 400px;
  }

  .hero-subtitle {
    font-size: 20px;
  }
}