/* HOME */

.page--home {
  .intro {
    .intro__title {
      font-size: 2rem;
      font-weight: 600;
      line-height: 1;
    }

    .intro__button {
      background-color: rgb(99, 138, 55, 0.6);
      border: 2px solid #fff;
      color: #fff;
      font-size: 1rem;
      letter-spacing: 2px;

      &:hover,
      &:focus {
        background-color: var(--brand-green, #638a38);
      }
    }

    .intro__item--video-container {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      aspect-ratio: 10/7;

      video {
        height: 100%;
        object-fit: cover;
        width: 100%;
        max-width: 100vw;
      }

      #pause-play {
        opacity: 0.6;
        right: 0;
        scale: 1;
        top: 0.5rem;

        &:hover {
          opacity: 1;
        }
      }
    }
  }

  .carousel {
    .slick-arrow {
      width: 3.5rem;
      z-index: 1;

      img {
        background-color: #ffffff;
        border: 2px solid var(--brand-green, #638a38);
        border-radius: 50%;
        padding: 0.75rem;

        &:hover,
        &:focus {
          background-color: #d0d0d0;
        }
      }
    }

    .slick-prev:before,
    .slick-next:before {
      content: "";
    }

    .slick-prev {
      left: 10px;
    }

    .slick-next {
      right: 10px;
    }

    .carousel__item--bonus-gift-card-link {
      position: absolute;
      bottom: 16%;
      width: 100%;
      left: 0%;
      height: 12%;
    }

    .carousel__item--purchase-gift-card-button {
      position: absolute;
      bottom: 0%;
      width: 100%;
      left: 0%;
      height: 12%;
    }
  }

  .features {
    .features__container {
      gap: 2.75rem;
    }

    .features__item {
      margin-bottom: 1.4rem;
    }

    .features__title {
      font-size: 2rem;
      font-weight: 700;
      font-family:
        "Seasons52bold-Bold", "Comic Sans MS", "Arial Rounded MT Bold", cursive;
    }

    .features__subtitle {
      font-size: 1.75rem;
      font-weight: 700;
      font-family:
        "Seasons52bold-Bold", "Comic Sans MS", "Arial Rounded MT Bold", cursive;
      line-height: 1;
    }

    .features__description {
      color: var(--brand-gray, #5f6751);
      font-size: 1rem;
      line-height: normal;
      text-wrap: balance;
    }

    .features__button {
      border: 2px solid var(--brand-dark-gray, #5c5649);
      border-radius: 0;
      color: var(--brand-dark-gray, #5c5649);
      font-size: 1.25rem;
      line-height: 1;
      padding: 0.75rem 1rem;
    }

    .features__button:hover,
    .features__button:focus {
      background-color: var(--brand-dark-gray, #5c5649);
      color: #ffffff;
    }
  }

  @media (min-width: 480px) {
    .intro {
      .intro__title {
        font-size: 3rem;
      }

      .intro__button {
        font-size: 1.25rem;
      }
    }

    .features {
      .features__title {
        font-size: 2.5rem;
      }

      .features__subtitle {
        font-size: 2rem;
      }
    }
  }

  @media (min-width: 576px) {
    .features {
      .features__title {
        font-size: 3rem;
      }

      .features__subtitle {
        font-size: 2.5rem;
      }

      .features__description {
        font-size: 1.25rem;
      }
    }
  }

  @media (min-width: 640px) {
    .carousel {
      .carousel__item--bonus-gift-card-link {
        position: absolute;
        bottom: 35%;
        width: 54%;
        left: 30%;
        height: 12%;
      }

      .carousel__item--purchase-gift-card-button {
        position: absolute;
        bottom: 0%;
        width: 100%;
        left: 0%;
        height: 26%;
      }
    }
  }

  @media (min-width: 768px) {
    .intro {
      .intro__title {
        font-size: 4rem;
      }
    }
  }

  @media (min-width: 992px) {
    .intro {
      .intro__button {
        font-size: 2.5rem;
      }
    }

    .features {
      .row {
        gap: unset;
      }

      .features__subtitle {
        font-size: 1.75rem;
      }
    }
  }

  @media (min-width: 1200px) {
    .intro {
      .intro__item--video-container {
        aspect-ratio: 21/12;
      }

      .intro__title {
        font-size: 5rem;
      }
    }
  }

  @media (min-width: 1366px) {
    .features {
      .features__title {
        font-size: 4.5rem;
      }

      .features__subtitle {
        font-size: 2.125rem;
      }

      .features__button {
        font-size: 1.5rem;
      }
    }
  }

  @media (min-width: 1400px) {
    .intro {
      .intro__item--video-container {
        aspect-ratio: 21/9;
      }
    }

    .features {
      .container {
        max-width: 1320px;
      }

      .features__subtitle {
        font-size: 2.25rem;
      }
    }
  }

  @media (min-width: 1500px) {
    .features {
      .features__subtitle {
        font-size: 2.5rem;
      }
    }
  }
}

/* NRO (locations/new-locations Page ------------------------------------------------------------ START*/

.locations-page {
  margin: 0;
  padding: 32px 0 32px;
  background: transparent;
  min-height: calc(100vh - 352px);

  .new-locations.container {
    max-width: 880px;
    border-radius: 12px;
    padding: 24px;
  }

  .new-locations p.no-record {
    text-align: center;
    font-family: "Barlow-SemiBold";
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .new-locations .tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 680px;
    /* padding: 3px;
        background: #f9f7f0; */
    border-radius: 40px;
    flex-wrap: wrap;
  }

  .new-locations .tab {
    flex: 1;
    padding: 8px 16px;
    text-align: center;
    font-family: var(--brand-body-font-family);
    font-size: 1.125rem;
    line-height: 1.5;
    color: var(--brand-green);
    border-radius: 40px;
    cursor: pointer;
    transition: background 0.25s ease;
    text-transform: capitalize;
    background: #f9f7f0;
  }

  .new-locations .tab a {
    color: inherit;
    text-decoration: none;
    text-wrap-mode: nowrap;
    white-space: nowrap;
  }

  .new-locations .tab:not(.active):hover {
    background: #ffffff;
    color: #73994a;
  }

  .new-locations .tab.active {
    background: var(--brand-green);
    color: #ffffff;
    font-family: "Barlow-SemiBold";
    font-weight: 700;
  }

  .new-locations a {
    color: #414d63;
  }

  .location-card {
    display: flex;
    gap: 20px;
    min-height: 150px;
    margin-bottom: 16px;
    background: transparent;
    border: 1px solid #b7ac99;
    border-radius: 16px;
    overflow: hidden;
    flex-direction: column;
  }

  .location-card .card-image {
    flex: 0 0 145px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }

  .location-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
  }

  .card-content {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    width: 100%;
    padding: 32px;
    flex-direction: column;
  }

  .loc-title {
    font-family: var(--brand-headline-bold-font-family);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--brand-green);
    margin-bottom: 0;
  }

  a .loc-title:hover {
    color: #000000;
  }

  .card-text a {
    text-decoration: underline !important;
    color: var(--brand-green);
  }

  .card-text a:hover {
    text-decoration: none !important;
    color: #000000;
  }

  .address {
    font-family: var(--brand-body-font-medium);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: #5c5649;
  }

  .card-status {
    display: flex;
    align-items: center;
  }

  .status-pill {
    padding: 8px 16px;
    border-radius: 30px;
    background: transparent;
    font-family: var(--brand-body-font-medium);
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--brand-green);
    border: 2px solid var(--brand-green);
  }

  .comingsoon .status-pill {
    background: var(--brand-green);
    color: #ffffff;
  }

  @media (max-width: 767px) {
    .locations-page {
      padding: 20px 0;

      .new-locations.container {
        padding: 16px;
      }

      .new-locations .tabs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;

        background: transparent;
        border-radius: 16px;
      }

      .new-locations .tab {
        padding: 12px 0;
        background: #f9f7f0;
      }

      .new-locations .tab:hover {
        background: #f9f7f0 !important;
      }

      .new-locations .tab.active:hover {
        background: var(--brand-green) !important;
      }

      .location-card {
        gap: 10px;
      }

      .card-content {
        display: grid;
        grid-template-rows: auto auto;
        gap: 16px;
        padding: 20px 20px 20px 0;
        justify-content: center;
      }

      .card-text {
        text-align: center;
      }

      .card-status {
        justify-content: center;
        width: 100%;
      }

      .status-pill {
        padding: 6px 14px;
      }
    }
  }

  @media (min-width: 390px) {
    .new-locations .tab {
      font-size: 1.25rem;
    }
  }

  @media (min-width: 576px) {
    .location-card {
      flex-direction: row;
    }

    .location-card .card-image {
      flex: 0 0 12.5rem;
    }
  }

  @media (min-width: 768px) {
    .new-locations .tabs {
      flex-wrap: nowrap;
      background: #f9f7f0;
    }
  }

  @media (min-width: 992px) {
    .card-content {
      flex-direction: row;
      align-items: center;
    }

    .address {
      margin-bottom: 0;
    }
  }
}

/* NRO (locations/new-locations  Page ------------------------------------------------------------END*/
