.hero-slider{
  opacity: 1;
}

.swiper{
  height: 48rem;
}
.swiper-slide{
  height: 48rem;
}

.blur-layer{
  width: 100%;
  height: 48rem;
  flex-shrink: 0;
  background: rgba(50, 54, 31, 0.60);
  backdrop-filter: blur(30px);
  position: relative;
  z-index: 1;

  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  


}

.slider-content {
    position: relative;
    height: 48rem;
}


.slider-images{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 34rem;
  width: 51.375rem;
  overflow: hidden;
}

.slider-img{
  position: absolute;
  left: -30%;
  max-height: 34rem;
  max-width: 51.375rem;
  object-fit: cover;
  opacity: 0;

  transition: left 1200ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 800ms cubic-bezier(0.165, 0.84, 0.44, 1); /* easeInOutQuad */
  /*transition: left 1200ms cubic-bezier(0.455, 0.030, 0.515, 0.955), opacity 1000ms cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */

}

.slider-img.selected{
  left: 0;
  opacity: 1;
}

.slider-copy-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.slider-copy{
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 2rem; 
  height: 34rem;
  padding-bottom: 4rem;
  max-width: 37.9375rem;
}



.slider-h1{
  font-size: 4rem;
  font-style: normal;
  font-weight: 385;
  line-height: 4.5rem;
  color: #FFF;
  word-break: unset;
  margin: 0;
  text-wrap: unset;
}

.copy-wrapper{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 2rem;
  max-width: 37.9375rem;
}

.copy-wrapper.initial {
  display: none;
}
.copy-wrapper.selected {
  display: flex;
}

.line {
  position: relative;
  display: flex;
  top: 0%;
}

.copy-wrapper.initial .line {
  top: 20%;
}


.reveal-text {
  position: relative;
  visibility: hidden;
}

.reveal-text.initial {
  
}
.reveal-text.selected {
  
}



/** BODY COPY **/

.slider-desc{
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  color: #FFF;
  max-width: 22.75rem;
  position: relative;
}
.slider-desc a{
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;

  color: #FFF;
}

.slider-cta a{
  color: #FFF;
  text-decoration: underline;
}





.slider-controls{
  height: 100%;
  min-height: 48rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slider-options{
  height: 34rem;
  border-left: 1px solid rgba(255, 255, 255, 0.50);
}

.slider-options a{
  position: relative;
  display: block;
  min-height: 2.5rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  color: #FFF;
  padding-left: 1.13rem;
  margin-bottom: 2rem;
  cursor: pointer;
}

.slider-options a:first-child {
  margin-bottom: 10rem;
}

.slider-options a.selected{
  border-left: 1px solid #FFF;
  font-weight: 500;
  pointer-events: none;
}


/* SLIDER MOBILE */
.hero-slider-mobile{
  display: none;
  height: 38.626rem;
}

.slider-mo-top{
  padding-left: 20px;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 18rem;
  z-index: 10;
}

.copy-wrapper_mobile{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 2rem;
}

.copy-wrapper_mobile.initial {
  display: none;
}
.copy-wrapper_mobile.selected {
  display: flex;
}
.copy-wrapper_mobile.initial .line {
  top: 20%;
}



.slider-mo-images{
  min-height: 20.626rem;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}



.sliderm-h1{
  font-family: "Antonia";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 385;
  line-height: 110%; /* 2.475rem */
  letter-spacing: -0.0225rem;
  color: #FFF;
}

.sliderm-desc{
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.06694rem;
  color: #FFF;
}

.sliderm-desc a{
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.73869rem;
  color: #FFF;
}

.blur-layer-mob{
  height: 20.626rem;
  width: 50%;
  z-index: 1;
  position: relative;
  background: rgba(50, 54, 31, 0.60);
  backdrop-filter: blur(12.891247749328613px);

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider-img-mob{
  position: absolute;
  left: -30%;
  height: 15rem;
  object-fit: cover;
  width: 100%;
  padding-left: 20px; 
  opacity: 0;

  transition: left 1200ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 800ms cubic-bezier(0.165, 0.84, 0.44, 1); /* easeInOutQuad */
  
}


.slider-img-mob.selected{
  left: 0;
  opacity: 1;
}





.slider-mobile-opt{
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
}

.slider-options-mob{

  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 20px;
}

.slider-options-mob a{
  position: relative;
  display: block;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  color: #FFF;
}

.slider-options-mob a.selected{
  font-weight: 500;
    pointer-events: none;

}


/* LINE ANIMATION */
.line {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.line.animate {
  opacity: 1;
  transform: translateY(0);
}



@media (max-width: 767px) {
  .hero-slider{
    display: none;
  }
  
  .hero-slider-mobile{
    display: block;
  }
  
}

