/* SECOND GSAP ANIMATION */
/* .stacked-slider-wrapper{
  width: 100%;
  height: 100vh;

}
section.section-slide {
  height: 100%;
  width: 75%;
  border-radius: 0 0 100px 100px;
  overflow: hidden;
  top: 0;
  position: fixed;
  visibility: hidden;
  left: 50%;
  transform: translate(-50%, 0px);
}

section.section-slide .outer,
section.section-slide .inner {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

section.section-slide .stacked-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-size: cover;
  background-position: center;
}

section.section-slide .stacked-slide h2 {
  z-index: 2;
}

section.section-slide .stacked-slide .clip-text {
  overflow: hidden;
}

.slide-content h2{
  color: white;
  font-weight: 400;
  font-size: 71px !important;
  margin-bottom: 30px;
}

.slide-content p{
  color: white;
  font-weight: 300;
  font-size: 25px;
  letter-spacing: 1.5px;
  margin-bottom: 0;
}
.slide-content p.marg-bott{
  margin-bottom: 60px;
}

.slide-content .header_button{
  margin: 0 auto;
}
.stacked-slide::before {
 
  content: ' ';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(0deg, #ffffff -1%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 13%, #000000 100%);
  background: -webkit-linear-gradient(0deg, #ffffff -1%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 13%, #000000 100%);
  background: linear-gradient(0deg, #ffffff -1%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 13% , #000000 100%);
  opacity: 0.5;
} */

/* END OF SECOND GSAP ANIMATION */









/* FRIST GSAP ANIMATION */


.pin-spacer{
  z-index: 0 !important;
}
.stacked-slider-wrapper {
    height: 100vh;
    position: relative;
    z-index: 1000;
    visibility: hidden;
  }
  
  .stacked-slider-wrapper.ready {
    visibility: visible;
  }

  .stacked-slider {
    position: relative;
    height: 100vh;
    width: 85vw;
    margin: 0 auto;
    border-radius: 0 0 100px 100px;
    overflow: hidden;

  }
  
  .stacked-slide {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;

    
  }

  .stacked-slide .bg{
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    z-index: 0;
    pointer-events: none; 
  }
  .stacked-slide:first-child .bg {
    opacity: 1;
    pointer-events: auto;
    z-index: 10; 
  }
  .stacked-slide .bg::before {
 
    content: ' ';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(0deg, #ffffff -1%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 13%, #000000 100%);
    background: -webkit-linear-gradient(0deg, #ffffff -1%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 13%, #000000 100%);
    background: linear-gradient(0deg, #ffffff -1%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 13% , #000000 100%);
    opacity: 0.5;
  }
  .stacked-slide .bg::after {
    content: '';
    position: absolute;
    width: 45%;
    height: 78%;
    bottom: -16%;
    right: -19%;
    background-image: url('/wp-content/uploads/2025/06/logo-watermark-white.svg');
    background-size: cover;
    background-position: center;
  }

  
  .slide-content{
    pointer-events: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0); 
    opacity: 0;
    will-change: transform, opacity;
    z-index: 1;
    text-align: center;
  }
  .section-slide:first-child .slide-content {
    opacity: 0;
    
  }
  .slide-content, .slide-content h2, .slide-content p {
    color: white !important;
  }
  
  .shrink-trigger {
    height: 1px;
  }



  .slide-content h2{
    font-weight: 400;
    font-size: 71px !important;
    margin-bottom: 30px;
  }

  .slide-content p{
    font-weight: 300;
    font-size: 25px;
    letter-spacing: 1.5px;
    margin-bottom: 0;
  }
  .slide-content p.marg-bott{
    margin-bottom: 60px;
  }

  .slide-content .header_button{
    margin: 0 auto;
  }



.animated_header {
    width: 100vw;
    height: 100vh;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
  }
  .animated_header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
  }


  .animated_header .content {

    height: 100vh;

    max-width: 100vw !important;
    flex: 0 0 100vw;
    width: 100vw;
    
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    clip-path: ellipse(75% 100% at 50% 0);
    position: revert;
    z-index: 1;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }


  .animated_header .slides-container{
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 0;
  }

  .animated_header .slider-track{
    display: flex;
    height: 100%;
    width: max-content;
  }

  /* END OF FIRST GSAP ANIMATION */


/* SPLIDE JS SLIDER */
/* 
.hero-slider-container {
    height: 100vh;
    position: relative;
    z-index: 1000;
  }
  


  #hero-slider {
    position: relative;
    margin: 0 auto;
    border-radius: 0 0 100px 100px;
    overflow: hidden;

  }
  
  .stacked-slide {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;

    z-index: 0;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;

    
  }

  #hero-slider .bg{

    height: 100vw;
  }


  .slide-content{
    pointer-events: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0); 

    will-change: transform, opacity;
    z-index: 1;
    text-align: center;
  }

  .section-slide:first-child .slide-content {

    
  }
  .slide-content, .slide-content h2, .slide-content p {
    color: white !important;
  }
  
  .shrink-trigger {
    height: 1px;
  }



  .slide-content h2{
    font-weight: 400;
    font-size: 71px !important;
    margin-bottom: 30px;
  }

  .slide-content p{
    font-weight: 300;
    font-size: 25px;
    letter-spacing: 1.5px;
    margin-bottom: 0;
  }
  .slide-content p.marg-bott{
    margin-bottom: 60px;
  }

  .slide-content .header_button{
    margin: 0 auto;
  } */
/* END OF SPLIDE JS SLIDER */



  @media only screen and (max-width: 900px) {
    .animated_header .content {
      height: auto !important;
      min-height: 690px;
    }
  }
  @media only screen and (max-width: 540px) {
    .animated_header .content {
      min-height: 590px;
    }
  }
  @media only screen and (max-width: 425px) {
    .animated_header .content {
      clip-path: ellipse(100% 100% at 50% 0);
    }
  }
  @media only screen and (max-width: 1400px) {
    .animated_header .content > :last-child {
      margin-bottom: 120px !important;
    }
  }
  .animated_header .content::before {
    content: ' ';
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
  }
  .animated_header .content::after {
    content: ' ';
    position: absolute;
    top: 0;
    width: 100%;
    height: 30%;
    background: -moz-linear-gradient(0deg, #ffffff -1%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, #000000 100%);
    background: -webkit-linear-gradient(0deg, #ffffff -1%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, #000000 100%);
    background: linear-gradient(0deg, #ffffff -1%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, #000000 100%);
    opacity: 0.5;
  }
  .animated_header .content > *:last-child {
    margin-bottom: 5% !important;
  }
  @media only screen and (max-width: 1400px) {
    .animated_header .content > *:last-child {
      margin-bottom: 120px !important;
    }
  }
  .animated_header .content .header-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 79, 89, 0) 0%, rgba(0, 79, 89, 0.54) 71%, rgba(0, 79, 89, 0.86) 100%);
  }
  @media only screen and (max-width: 540px) {
    .animated_header .content .header-overlay {
      background: linear-gradient(0deg, rgba(0, 79, 89, 0) 0%, rgba(0, 79, 89, 0.54) 55%, rgba(0, 79, 89, 0.86) 100%);
    }
  }
  .animated_header .content .title {
    font-family: "freight-sans-pro", sans-serif !important;
    text-align: center;
    padding: 0 15%;
    font-size: 75px;
    color: #fff;
    font-weight: 800;
    margin: 0 0 30px;
    z-index: 2;
    line-height: 1;
  }
  @media only screen and (max-width: 1024px) {
    .animated_header .content .title {
      font-size: 60px;
    }
  }
  @media only screen and (max-width: 767px) {
    .animated_header .content .title {
      font-size: 45px;
    }
  }
  @media only screen and (max-width: 540px) {
    .animated_header .content .title {
      font-size: 40px;
    }
  }
  .animated_header .content .subtitle {
    text-align: center;
    padding: 0 25%;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 20px;
    z-index: 2;
  }
  @media only screen and (max-width: 1024px) {
    .animated_header .content .subtitle {
      font-size: 25px;
    }
  }
  @media only screen and (max-width: 767px) {
    .animated_header .content .subtitle {
      font-size: 20px;
    }
  }
  @media only screen and (max-width: 540px) {
    .animated_header .content .subtitle {
      font-size: 17px;
    }
  }
  .animated_header .content .text-content {
    position: relative;
    z-index: 3;
    color: #fff;
  }
  .animated_header .content .text-content p {
    color: #fff;
  }
  .animated_header .content .header_button {
    margin-top: 1rem;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    z-index: 2;
    margin-bottom: 20px;
  }
  @media only screen and (max-width: 767px) {
    .animated_header .content .header_button {
      font-size: 13px;
    }
  }
  .animated_header .content .header_button.btn-dark:hover {
    background-color: white !important;
    color: #004f59 !important;
  }
  .animated_header .content .header_button.btn-light:hover {
    background-color: #004f59 !important;
    color: white !important;
  }
  .animated_header .content.header-small {
    min-height: 500px;
    justify-content: center;
  }
  .animated_header .content.header-small .title {
    font-size: 45px;
    margin-bottom: 0 !important;
  }
  .animated_header .content.header-small .subtitle {
    font-size: 21px;
    margin-bottom: 0 !important;
    margin-top: 21px;
  }
  .animated_header .content.header-small .header_button {
    font-size: 13px;
    margin-bottom: 0 !important;
  }
  .animated_header .logo-rings {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 300px;
    right: 14%;
  }
  @media only screen and (max-width: 1199px) {
    .animated_header .logo-rings {
      width: 250px;
      right: 7%;
    }
  }
  @media only screen and (max-width: 1024px) {
    .animated_header .logo-rings {
      right: 4%;
    }
  }
  @media only screen and (max-width: 900px) {
    .animated_header .logo-rings {
      width: 200px;
      right: 8%;
    }
  }
  @media only screen and (max-width: 767px) {
    .animated_header .logo-rings {
      width: 180px;
      right: 5%;
    }
  }
  @media only screen and (max-width: 540px) {
    .animated_header .logo-rings {
      left: 50%;
      right: unset;
      transform: translate(-50%, 0);
      bottom: -50px;
    }
  }
  .animated_header .logo-rings.header-small {
    bottom: -9%;
    width: 350px;
  }
  @media only screen and (max-width: 1199px) {
    .animated_header .logo-rings.header-small {
      width: 250px;
      right: 7%;
    }
  }
  @media only screen and (max-width: 1024px) {
    .animated_header .logo-rings.header-small {
      right: 4%;
    }
  }
  @media only screen and (max-width: 900px) {
    .animated_header .logo-rings.header-small {
      width: 200px;
      right: 8%;
    }
  }
  @media only screen and (max-width: 767px) {
    .animated_header .logo-rings.header-small {
      width: 180px;
      right: 5%;
    }
  }
  @media only screen and (max-width: 540px) {
    .animated_header .logo-rings.header-small {
      left: 50%;
      right: unset;
      transform: translate(-50%, 0);
      bottom: -50px;
      width: 180px;
    }
  }
  .animated_header .boxes {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    z-index: 20;
    position: relative;
    flex-wrap: wrap;
    margin-top: -15rem;
  }
  .animated_header .boxes .box {
    margin: 3%;
    z-index: 10;
    width: 23rem;
    height: 23rem;
    position: relative;
    filter: drop-shadow(0px 16px 13px #777);
  }
  .animated_header .boxes .box:hover .ghost_box {
    transform: rotate(0deg);
  }
  .animated_header .boxes .box:hover a {
    background-size: 160% !important;
  }
  .animated_header .boxes .box a {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    border-radius: 10% !important;
    overflow: hidden;
    background: #eee;
    background-size: 150% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: all 0.5s linear;
  }
  .animated_header .boxes .box a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 10% !important;
    border-bottom-right-radius: 10% !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, #006fb7 100%);
  }
  .animated_header .boxes .box a p {
    font-size: 2.5rem;
    line-height: 3rem;
    width: 80%;
    height: auto;
    padding-left: 2rem;
    position: relative;
    z-index: 10;
    color: #fff;
  }
  .animated_header .boxes .ghost_box {
    position: absolute;
    left: 6%;
    top: -5%;
    width: 23rem;
    height: 23rem;
    border-radius: 10%;
    background: red;
    transform: rotate(-5deg);
    transition: all 0.2s linear;
  }
  @media only screen and (max-width: 1366px) {
    .animated_header .boxes .box,
    .animated_header .boxes .ghost_box {
      width: 20rem;
      height: 20rem;
    }
    .animated_header .boxes .box p,
    .animated_header .boxes .ghost_box p {
      font-size: 2rem !important;
      line-height: 2.4rem !important;
    }
  }
  @media only screen and (max-width: 900px) {
    .animated_header .boxes {
      margin-top: -6rem;
    }
  }
  @media only screen and (max-width: 600px) {
    .animated_header .boxes .box,
    .animated_header .boxes .ghost_box {
      width: 18rem;
      height: 18rem;
      margin-bottom: 5rem;
    }
    .animated_header .boxes .box p,
    .animated_header .boxes .ghost_box p {
      font-size: 1.6rem !important;
      line-height: 2rem !important;
      padding: 0 12% 1.5rem !important;
      display: flex;
      align-items: flex-end;
    }
  }
