@import url("../section-banner/assets/styles.css");
@import url("../section-faq/assets/styles.css");
@import url("../section-about-us/assets/styles.css");
@import url("../section-reviews/assets/styles.css");

main {
  position: relative;
  background-image: url("/wp-content/uploads/frame_2147263168.webp");
  /* background-image: url("/wp-content/uploads/2026/01/form-input-bg-150x150.png"); */
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
  background-color: #fdf6f1;
  z-index: 5;
}

@media screen and (max-width: 639.98px) {
  main {
    background-image: url("/wp-content/uploads/mb-chitiethotel-2.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .destination-reason {
    --reason-overlay-bottom: #f9f7f5;
    background: linear-gradient(
      180deg,
      rgba(249, 247, 245, 0) 0%,
      #f9f7f5 55.8%,
      #f9f7f5 100%
    );
  }
}
