/* chill-liquid */
.chill-image {
 height: 100%;
 width: 100%;
}

.chill-liquid-images {
 display: flex; 
 position: relative;
 margin-top: 4rem;
}

.chill-liquid-img {
 width: 70%;
 height: auto;
}

.chill-liquid-img-2 {
  width: 30%;
  height: auto;
  position: absolute;
  top: 15%;
  left: 67%;
}

/* additional-perks */
.arrow-div {
  position: absolute;
  top: 30%;
  right: 5%;
 
}

.arrow-image {
   max-height: 124px;
}

.additional-perks-row {
 display: flex;
 justify-content: space-between;
 margin: 3rem auto;
 width:90%;
}

.additional-perks-column {
 display: flex;
  flex-direction: column;
 justify-content: space-between;
 width: 45%;
}

.additional-perks-header-wrap {
 display: flex;
 position: relative;
 width: 90%;
 margin: auto;
}

.transparent-outline {
    color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #124573;
}

.additional-perks-header {
 font-family: 'Suisse Int Cond Semi';
 font-size: 8.75rem;
 color: #124573;
 text-transform: uppercase;
  margin-top: -2rem;
  z-index: 1;
  width: 80%;
  
}

.additional-perks-paragraph {
 font-family: 'SuisseWorks';
 font-size: 3.75rem;
 color: #ff7a6b;
 margin-left: -1.2rem;
 width: 100%;
   font-weight: 200;
}


.additional-block-header {
 font-size: 1.75rem;
 color: #124573;
 font-family: "BrandonGrotesque-Bold";
 font-weight: bold;
 margin-top: 1rem; 
  text-decoration: underline; 
}

.additional-block-paragraph {
  font-family: "BrandonGrotesque-Light";
  color: #124573;
  font-size: 1.75rem;
  font-weight: 600;
  width: 90%;
}


/* carousel */
.slick-carousel-container {
 position: relative; 
}

.slick-carousel {
 margin-top: 4rem; 
}

.carousel-slide {
 position: relative; 
 background-position: center;
 background-size: cover;
 background-repeat: no-repeat;
 height:75vh;
}

.carousel-text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  color: white;
  text-align: center;
  width: 80%;
  margin: auto;
}

.prev-arrow {
  position: absolute;
   height: 3rem;
 width: 3rem;
 top: 50%;
 left:5%;
}

.next-arrow {
 position: absolute;
 height: 3rem;
 width: 3rem;
  top: 50%;
 right:5%;
}






@media (min-width: 768px) and (max-width: 1024px) {
  /*additional-perks*/
  .additional-perks-header {
    font-size: 6rem;
    line-height: 87px;
   
  }
  
  .additional-perks-paragraph {
    margin-left: 0;
    font-size: 3rem;
    line-height: 3rem;
  }
  
  .additional-block-header {
   font-size:1.5rem;
  }
  
  .additional-block-paragraph {
    line-height: 24px; 
    font-size: 1.25rem;
  }
  
 
  
  .slick-carousel-container {
 margin-top: -1.5rem;
}
  #join-now {
   margin-top: 1rem; 
  }
  
   .carousel-text {
 
  width: 80%;
  
}
   
   .carousel-text-desc {
   font-size: 25px; 
  }
  
}





 @media (min-width: 320px) and (max-width: 767px) {
  .arrow-image {
   max-height: 80px;
  }
   
   .arrow-div {
     position: absolute;
     top: 37%;
     right: 0;
   }
   
 
   
    .additional-perks-row {
   flex-direction: column; 
    margin-top: -1rem;
    position: relative;
  }
   
    .additional-perks-column {
   width: 90%;
   margin: auto;
   position: relative;
  }
   
   
   .additional-perks-header-wrap {
     width: 82%;
     margin-top: -1rem;
   }
   
   .additional-perks-header {
    font-size: 54px;
    line-height: 47px;
    width: 70%;
    margin-top: .2rem;
  }
  
  .additional-perks-paragraph {
    font-size: 23px;
    line-height: 23px;
    width: 80%;
    margin-left: 0;
    margin-top: 2rem;
  }
  
  .additional-block-header {
   font-size: 20px;
  }
  
  .additional-block-paragraph {
   font-size:20px;
   line-height: 20px;
  }
   
   .additional-button {
   width: 70%;
   margin:2rem auto auto auto;
   padding: 1rem 2rem;
  }
   
    #join-now {
   width: 50%; 
   font-size: 1ee
  }
   
   .view-our-menu {
    margin-top: .5rem;
     margin-bottom: 1.5rem;
   }
   
   .view-our-menu-text {
     width: 70%;
   }
   
   .view-menu-link {
    font-size: 25px !important; 
   }
   
   
   .carousel-text {
 
  width: 90%;
  
}
   
   .carousel-text-desc {
   font-size: 25px; 
  }
 }





