@tailwind base;
@tailwind components;
@tailwind utilities;

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-averia);
}

:root {
  --foreground-rgb: 0, 0, 0;
  --background-start-rgb: 214, 219, 220;
  --background-end-rgb: 255, 255, 255;
}

/* @media (prefers-color-scheme: dark) { */
/*   :root { */
/*     --foreground-rgb: 255, 255, 255; */
/*     --background-start-rgb: 0, 0, 0; */
/*     --background-end-rgb: 0, 0, 0; */
/*   } */
/* } */

body {
  color: rgb(var(--foreground-rgb));
  background: white;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.slick-next,
.slick-prev {
  color: #777777;
  width: 40px;
  height: 40px;
  z-index: 1;
}

.slick-next {
  right: -2rem;
}

.slick-prev {
  left: -2rem;
}

@media screen and (max-width: 768px) {
  .slick-next {
    right: -.75rem;
  }

  .slick-prev {
    left: -.75rem;
  }
}

.slick-next:hover,
.slick-prev:hover {
  color: black;
}

.slick-dots {
  left: 0;
  bottom: -35px;

  li {
    & button {
      &:before {
        font-size: 20px;
      }
    }
  }
}

.flexible-content {
  background-color: blue;
}

.map-it {
  border-radius: 20px;
  padding: 5px 15px;
  text-transform: uppercase;
}

.map-it-header {
  display: inline !important;
  text-align: center;
  padding: 5px 10px !important;
}


.hero-no-image-light {
  color: white !important;
  text-align: center;
  max-width: 81.25rem;
  padding: 30px 0 0;
}

.hero-no-image-light h1 strong {
  font-family: var(--font-averia);
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.hero-no-image-light h1 {
  font-family: var(--font-averia);
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.hero-no-image-light h2 strong {
  font-family: var(--font-averia);
  font-size: 2.5rem;
  font-weight: 700;
}

.hero-no-image-light h2 {
  font-family: var(--font-averia);
  font-size: 2.5rem;
}

.hero-no-image-light h2 a {
  font-family: var(--font-averia);
  border-bottom: 1px dotted;
  font-size: 2.5rem;
}

.hero-no-image-light p strong {
  font-family: var(--font-averia);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 2rem;
}

.hero-no-image-light p {
  font-family: var(--font-averia);
  font-size: 1.1rem;
  line-height: 2rem;
}

.hero-no-image-dark {
  color: white !important;
  text-align: center;
  max-width: 81.25rem;
  padding: 30px 0 0;
}

.hero-no-image-dark h1 {
  color: white !important;
  font-family: var(--font-averia);
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.hero-no-image-dark h1 strong {
  color: white !important;
  font-family: var(--font-averia);
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  font-weight: 700;

}

.quote p {
  margin: 0;
  line-height: 1.6 !important;
  font-weight: 800;
}

@media only screen and (max-width: 968px) {
  .hero-no-image-light h1 strong {
    font-size: 2.125rem;
  }

  .hero-no-image-light h1 {
    font-size: 2.125rem;
  }

  .hero-no-image-light h2 strong {
    font-size: 1.875rem;
  }

  .hero-no-image-light h2 {
    font-size: 1.875rem;
  }

  .hero-no-image-light h2 a {
    font-size: 1.875rem;
  }

  .hero-no-image-dark h1 strong {
    font-size: 2.125rem;
  }

  .hero-no-image-dark h1 {
    font-size: 2.125rem;
  }

  .hero-no-image-dark h2 strong {
    font-size: 1.875rem !important;
  }

  .hero-no-image-dark h2 {
    font-size: 1.875rem !important;
  }

  .hero-no-image-dark h2 a {
    font-size: 1.875rem !important;
  }

}

.hero-no-image-dark h2 strong {
  color: white !important;
  font-family: 'Roboto';
  font-size: 2.5rem;
}

.hero-no-image-dark h2 {
  color: white !important;
  font-family: 'Roboto';
  font-size: 2.5rem;
}

.hero-no-image-dark h2 a {
  font-family: 'Roboto';
  border-bottom: 1px dotted;
  font-size: 2.5rem;
}

.hero-no-image-dark p strong {
  color: white !important;
  font-family: 'Roboto';
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 2rem;
  text-shadow: 2px 2px rgba(0, 0, 0, .25);
}

.hero-no-image-dark p {
  color: white !important;
  font-family: 'Roboto';
  font-size: 1.1rem;
  line-height: 2rem;
  text-shadow: 2px 2px rgba(0, 0, 0, .25);
}

.hero-with-image-dark {
  color: white !important;
}

.hero-with-image-dark p {

  font-family: 'Roboto';
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 2rem;
  text-shadow: 2px 2px rgba(0, 0, 0, .25);
}

.hero-with-image-dark a {
  font-family: 'Roboto';
  border-bottom: 1px dotted;
}

.hero-with-image-dark h2 strong {
  color: white !important;
  font-family: 'Roboto';
  font-size: 2.5rem;
}

.hero-with-image-dark h2 {
  color: white !important;
  font-family: 'Roboto';
  font-size: 2.5rem;
}

.hero-with-image-light p {

  font-family: 'Roboto';
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 2rem;
}

.hero-with-image-light a {
  font-family: 'Roboto';
  border-bottom: 1px dotted;
}

.hero-with-image-light h2 strong {
  color: black !important;
  font-family: 'Roboto';
  font-size: 2.5rem;
}

.hero-with-image-light h2 {
  color: black !important;
  font-family: 'Roboto';
  font-size: 2.5rem;
}

.btn-center {
  margin-left: auto;
  margin-right: auto;
}

.btn-left {
  margin-left: 0;
  margin-right: auto;
}

.btn-right {
  margin-left: auto;
  margin-right: 0;
}

.btn-inline {}

.ruleSection p {
  line-height: 2;
  margin-top: 3px;
  font-weight: 400;
  color: #2C1749
}

.pink-gradient-bkg {
  background: linear-gradient(to bottom, #fff 1%, #ffe8f2 61%);
}

.review-body p {
  font-size: 1.1rem;
  line-height: 2rem;
}

div:has(div div.review) {
  justify-content: start !important;
}

.image-gallery-gradient {
  background: linear-gradient(to bottom, #fff 1%, #ffe8f2 61%);
}

.cg-text-shadow {
  text-shadow: 2px 2px rgba(0, 0, 0, .25);
}

.text-shadow-none {
  text-shadow: none;
}

hr.package-divider {
  width: 80%;
  margin: 10px auto;
  border: solid #2c1749;
  border-width: 1px 0 0;
}

.slick-slide>div {
  height: 100%;
}

@media (max-device-width: 1024px) {
  .background-section {
    background-attachment: scroll !important;
    background-size: cover !important;
  }
}

.popup em {
  font-style: normal;
  color: #FECF2F;
}

@media (min-width: 420px) {
  @container (width > 400px) {
    .container-responsive {
      height: 20rem;
    }
  }

  @container (width < 400px) {
    .container-responsive {
      height: auto;
    }
  }
}

@media (min-width: 768px) {
  @container (width > 700px) {
    .container-responsive {
      height: 20rem;
    }
  }

  @container (width < 700px) {
    .container-responsive {
      height: auto;
    }
  }
}

@media (min-width: 1025px) {
  @container (width > 768px) {
    .container-responsive {
      height: 20rem;
    }
  }

  @container (width < 768px) {
    .container-responsive {
      height: auto;
    }
  }
}

.soft-break {
  display: block;
  margin-bottom: 1rem;
  content: ' ';
}

.main-feature--description {
  text-align: center;

  p {
    font-size: 1.5rem !important;
  }
}

.embla {
  overflow: hidden;
}

.embla__container {
  display: flex;
}

.embla__slide {
  flex: 0 0 100%;
  min-width: 0;
}

.embla__slide-image {
  flex: 0 0 25%;
  min-width: 0;

  @media (max-width: 1024px) {
    flex: 0 0 33%;
  }

  @media (max-width: 600px) {
    flex: 0 0 50%;
  }

  @media (max-width: 480px) {
    flex: 0 0 100%;
  }
}
