.scroll-slider-wrapper {position: relative;height: 700px;overflow: hidden;}

.background-container {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.background-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;

  
}

.scroll-slider-wrapper .swiper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.scroll-slider-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}

.scroll-slider-wrapper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}
.scroll-slider-wrapper .swiper-pagination-bullet-active { opacity: 1; }


.scroll-slider-wrapper .content {
    display: flex;
    align-items: center;
    max-width: 1250px;
    margin: 0 auto;
    gap: 0;
    flex-direction: column;
}

.scroll-slider-wrapper .slide-text {
    font-size: 18px;
    font-weight: 200;
}

.scroll-slider-wrapper .slide-image {
    width: 50%;
    text-align: center;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical {
    display: none !important;
}

h2.slide-heading {
    margin: 0;
    font-size: 40px;
    line-height: 39px;
}

.right-area {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
}

.heading-big h2.slide-heading {
    font-size: 160px;
    line-height: 160px;
}

.scroll-slider-wrapper .heading-big .slide-text {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: 'Bicyclette';
    font-weight: 200;
}

.heading-standard {}

.heading-standard .content {
    max-width: 520px;
}

.heading-cta-box span.elementor-icon-list-text {
    max-width: 90%;
    font-weight: 500;
    text-align: center;
    line-height: 39px;
}

.heading-cta-box .slide-text {
    height: 100%;
}