/**************
Barbados Escapes Slider Section
(static first box + lightSlider, see designs/index.aspx)
**************/
.escape-slider-section {
  .escape-slider-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    @media (max-width: 767px) {
      flex-direction: column;
      align-items: center;
    }
  }
 
  .escape-card-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 27px;
    display: block;
    
    @media (max-width: 767px) {
      max-height: 466px;
    }
  }
 
  /* Static first box, excluded from the slider */
  .escape-static-card {
    position: relative;
    flex: 0 0 28%;
    /* aspect-ratio: 331 / 466; */
    min-width: 331px;
    border-radius: 27px;
    overflow: hidden;
    /* @media (max-width: 991px) and (min-width: 768px) {
      aspect-ratio: 0.46;
    } */
    @media (max-width: 767px) {
      /* flex: none; */
      width: 100%;
      /* aspect-ratio: 331 / 466; */
    }
  }
 
  .escape-static-content {
    position: absolute;
    inset: 0;
    color: var(--white);
  }
 
  .escape-static-heading {
    position: absolute;
    top: 25.3%;
    right: 16.6%;
    width: 67.1%;
    text-align: right;
  }
 
  .escape-static-title {
    margin: 0;
    font-family: "bebas_neueregular";
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.9;
  }
 
  .escape-static-title-line {
    display: block;
    /* font-size: 34px; */
    font-size: 69px;
    text-align: center;
    /* @media (min-width: 1200px) {
    }
    @media (max-width: 576px) {
      font-size: 26px;
    } */
  }
 
  .escape-static-title-line--lg {
    font-size: 83px;
    /* @media (min-width: 1200px) {
      font-size: 83px;
    }
    @media (max-width: 576px) {
      font-size: 32px;
    } */
  }
 
  .escape-static-divider {
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 8px;
    background-color: #FFE800;
  }
 
  .escape-static-price {
    position: absolute;
    top: 63.3%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-end;
    gap: 4px;
    margin: 0;
    font-family: "bebas_neueregular";
    font-weight: 700;
  }
 
  .escape-static-price-prefix,
  .escape-static-price-suffix {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* line-height: 1; */
  }
 
  .escape-static-price-suffix {
    align-self: flex-start;
  }
 
  .escape-static-price-value {
    font-size: 60px;
    line-height: 0.85;
    color: #FFE800;
    font-family: "Metropolis";
  }
 
  .escape-from {
    font-size: 20px;
    color: var(--white);
    line-height: 18px;
    font-family: Metropolis;
  }
  .escape-slide-content .escape-from {
    font-size: 12px;
    line-height: 10px;
    margin-right: 4px;
    display: flex;
    height: 100%;
    align-items: flex-end;
    margin-bottom: 11px;
   }
   .escape-slide-content .escape-static-price-suffix{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 4px;
    height: 100%;
   }
   .escape-slide-content .escape-asterisk{
    height: 20px !important;
   }
 
  .escape-currency {
    font-size: 40px;
    line-height: 36px;
    color: #FFE800;
    font-family: "Metropolis";
  }
 
  .escape-asterisk {
    font-size: 40px;
    color: var(--white);
    height: 36px;
    width: 16px;
    display: flex;
  }
 
  .escape-pp {
    font-size: 23px;
    color: var(--white);
    line-height: 21px;
    font-family: "Metropolis";
  }
 
  .escape-slide-content .escape-pp{
    font-size: 12px;
    line-height: 10px;
  }
  .escape-tnc {
    position: absolute;
    bottom: 3.4%;
    left: 0;
    right: 0;
    text-align: center;
    font-family: "Metropolis";
    font-weight: 700;
    font-size: 10px;
    color: var(--white);
  }
 
  /* Slider column */
  .escape-slider-nav {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
 
    .lSSlideOuter,
    .lSSlideWrapper {
      width: 100%;
    }
  }
 
  .escape-slide-card {
    position: relative;
    /* aspect-ratio: 273 / 466; */
    border-radius: 27px;
    overflow: hidden;
    max-height: 466px;
    
    @media (max-width: 767px) {
      max-height: 100%;
    }
  }
 
  .escape-slide-logo {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--white);
    border-radius: 10px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
 
    img {
      /* max-height: 32px; */
      width: auto;
    }
  }
 
  .escape-slide-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    padding: 0 15px;
  }
 
  .escape-slide-title {
    font-family: "bebas_neueregular";
    font-weight: 700;
    font-size: 22px;
    line-height: 1.05;
    text-transform: uppercase;
    color: var(--white);
    margin: 0;
 
    .escape-slide-subtitle {
      display: block;
      font-size: 0.85em;
    }
  }
 
  .escape-slide-price {
    font-family: "Metropolis";
    font-weight: 700;
    font-size: 33px;
    color: #FFE800;
    margin: 0;
    display: flex;
    align-items: center;
    height: 32px;
 
    .escape-asterisk{
      height: 11px;
      width: 5px;
    }

    .escape-currency {
      font-size: 0.7em;
      vertical-align: -2px;
      display: flex;
      height: 100%;
      align-items: flex-end;
      margin-top: 10px;
    }
 
    sup {
      font-size: 0.4em;
      top: -1em;
    }
  }
 
  .escape-book-btn {
    display: inline-block;
    padding: 8px 25px;
    border-radius: 1000px;
    background-color: #FFE800;
    color: #0028a7;
    font-family: "Metropolis";
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    transition: all 0.3s ease;
    min-height: 32px;
 
    &:hover {
      background-color: var(--white);
      color: #0028A7;
    }
  }
 
  .escape-slider-prev,
  .escape-slider-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    z-index: 10;
 
    svg {
      width: 100%;
      height: 100%;
    }
  }
 
  .escape-slider-prev {
    left: 15px;
 
    svg {
      transform: rotate(180deg);
    }
  }
 
  .escape-slider-next {
    right: 15px;
  }
 
  .lSPager.lSpg {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    margin-top: 20px !important;
 
    > li {
      padding: 0;
 
      a {
        width: 13px !important;
        height: 13px !important;
        background-color: #D9D9D9 !important;
      }
 
      &.active a,
      &:hover a {
        background-color: #0028A7 !important;
      }
    }
  }
}
