.sb-hero__wrapper {
  position: relative;
  padding-top: 83px;
}
@media screen and (max-width: 991px) {
  .sb-hero__wrapper {
    padding-top: 58px;
  }
}
.sb-hero__section {
  height: calc(100vh - 83px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .sb-hero__section {
    height: 440px;
  }
}
.sb-hero__section .container {
  z-index: 1;
}
.sb-hero__section .cs-custom-arrows {
  display: none;
}
@media screen and (max-width: 767px) {
  .sb-hero__section .cs-custom-arrows {
    display: flex;
    position: absolute;
    right: 24px;
    bottom: 90px;
  }
}
.sb-hero__banner-inner {
  display: flex;
  align-items: center;
}
.sb-hero__banner-inner .slick-track {
  display: flex;
  align-items: flex-start;
}
.sb-hero__banner-inner.slick-not-loaded .banner-slide {
  display: none;
}
.sb-hero__banner-inner.slick-not-loaded .banner-slide:first-child {
  display: block;
}
.sb-hero__banner-inner.slick-not-loaded .banner-slide .slides .slide-inner {
  display: none;
}
.sb-hero__banner-inner.slick-not-loaded .banner-slide .slides .slide-inner:first-child {
  display: block;
}
.sb-hero__slider-container {
  position: relative;
  padding: clamp(90px, 90px + (115 - 90) * (100vw - 320px) / (1920 - 320), 115px) 0;
  height: auto;
  min-height: 100%;
  display: flex;
  align-items: center;
}
.sb-hero__slider-container .row {
  width: 100%;
}
.sb-hero__slider-container .banner-slide__content {
  color: white;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(1.5rem, 7.778vw - 4.333rem, 5rem);
}
@media screen and (max-width: 1024px) {
  .sb-hero__slider-container .banner-slide__content {
    gap: clamp(24px, 24px + (111 - 24) * (100vw - 320px) / (1920 - 320), 111px);
  }
}
.sb-hero__slider-container .banner-slide__content h5 {
  font-size: clamp(14px, 14px + (24 - 14) * (100vw - 320px) / (1920 - 320), 24px);
  font-weight: 400;
}
.sb-hero__slider-container .banner-slide__content h1 {
  font-size: clamp(36px, 36px + (70 - 36) * (100vw - 320px) / (1920 - 320), 70px);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  .sb-hero__slider-container .banner-slide__content h1 {
    font-size: clamp(36px, 36px + (60 - 36) * (100vw - 320px) / (1920 - 320), 60px);
  }
}
@media screen and (max-width: 425px) {
  .sb-hero__slider-container .banner-slide__content h1 {
    font-size: clamp(30px, 30px + (38 - 30) * (100vw - 320px) / (1920 - 320), 38px);
  }
}
.sb-hero__slider-container .banner-slide__content h1 span:not(.count) {
  color: var(--color-teal);
  display: block;
}
.sb-hero__bg-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100dvh;
  height: 100vh;
  max-height: clamp(550px, 550px + (800 - 550) * (100vw - 320px) / (1920 - 320), 800px);
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .sb-hero__bg-video {
    min-height: calc(100vh + 60px);
    height: calc(100vh + 60px);
  }
}
.sb-hero__bg-video::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: clamp(40px, 40px + (80 - 40) * (100vw - 320px) / (1920 - 320), 80px);
  z-index: 2;
  pointer-events: none;
  backdrop-filter: blur(clamp(24px, 24px + (48 - 24) * (100vw - 320px) / (1920 - 320), 48px));
  -webkit-backdrop-filter: blur(clamp(24px, 24px + (48 - 24) * (100vw - 320px) / (1920 - 320), 48px));
  bottom: 0;
  background: linear-gradient(to top, #0f0d14 70%, transparent);
}
.sb-hero__bg-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.custom-slick-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  display: flex;
  gap: clamp(12px, 12px + (32 - 12) * (100vw - 320px) / (1920 - 320), 32px);
}
.custom-slick-pagination .custom-dot {
  cursor: pointer;
  font-size: clamp(10px, 10px + (18 - 10) * (100vw - 320px) / (1920 - 320), 18px);
  color: #aaa;
  position: relative;
  transition: color 0.3s ease;
  width: 100%;
  position: relative;
  padding-top: 12px;
}
.custom-slick-pagination .custom-dot:before {
  content: "";
  height: 1px;
  transition: all 0.2s;
  background: #fff;
  width: 100%;
  position: absolute;
  top: 0;
}
.custom-slick-pagination .custom-dot.active {
  color: #fff;
}
.custom-slick-pagination .custom-dot.active:before {
  width: 100%;
  height: clamp(1px, 1px + (5 - 1) * (100vw - 320px) / (1920 - 320), 5px);
}
.custom-slick-pagination .custom-dot .dot-bar {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  height: clamp(1px, 1px + (5 - 1) * (100vw - 320px) / (1920 - 320), 5px);
}
.custom-slick-pagination .custom-dot .dot-bar.active:before {
  content: "";
  position: absolute;
  display: block;
  height: clamp(1px, 1px + (5 - 1) * (100vw - 320px) / (1920 - 320), 5px);
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  background-color: var(--color-electric-violet);
  animation: fillBackground 9.8s forwards;
}
@keyframes fillBackground {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .custom-slick-pagination {
    bottom: 0;
  }
}

.decorative-shapes {
  top: 22%;
  max-width: calc(82% + 140px);
}
@media screen and (max-width: 991px) {
  .decorative-shapes {
    max-width: 100%;
    top: 10%;
  }
}
.decorative-shapes .shape {
  position: absolute;
  left: -146px;
  top: -90px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  opacity: 0;
  animation: fadeCycle 3s ease infinite;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .decorative-shapes .shape {
    left: -85px;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .decorative-shapes .shape {
    left: -37px;
    top: 0;
  }
}
.decorative-shapes .shape-1 {
  background-image: url(../../assets/images/home-banner-shape-1.svg);
  animation-delay: 0s;
}
.decorative-shapes .shape-2 {
  background-image: url(../../assets/images/home-banner-shape-2.svg);
  animation-delay: 1s;
}
.decorative-shapes .shape-3 {
  background-image: url(../../assets/images/home-banner-shape-3.svg);
  animation-delay: 2s;
}

@keyframes fadeCycle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hideShape1 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(25%);
    opacity: 0;
  }
}
@keyframes showThenHide {
  0% {
    opacity: 0;
    visibility: visible;
  }
  40% {
    opacity: 1;
    visibility: visible;
  }
  80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes shape3 {
  0% {
    opacity: 0;
    visibility: visible;
  }
  50% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.slider {
  overflow: hidden;
}

.slider > span {
  display: flex;
  flex-direction: column;
}

.slides > span {
  margin-top: -3px;
}

.slides {
  transition: 1s all ease;
}/*# sourceMappingURL=sb_hero_slider.css.map */