.wows-saturn-slider {
  background-color: #0c0d0e;
  height: clamp(500px, 75vh, 740px);
  overflow: hidden;
}
.wows-saturn-slider .wows-thumbs-slider {
  height: 100%;
  z-index: 33;
  position: relative;
}
.wows-saturn-slider .wows-singleTitle-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(-50%);
}
.wows-saturn-slider .wows-single-title {
  font-size: 15vw;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.03);
  font-weight: 800;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.wows-saturn-slider .swiper-slide-active .wows-singleTitle-content {
  opacity: 1;
}
.wows-saturn-slider .wows-saturn-mt-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 11;
  padding: 30px;
}
.wows-saturn-slider .wows-saturn-mt-wrap:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: transparent;
  background-image: linear-gradient(275deg, transparent 0%, #0c0d0e 90%);
}
.wows-saturn-slider .wows-item {
  display: flex;
}
.wows-saturn-slider .wows-content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  max-width: 580px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 100%;
}
.wows-saturn-slider .wows-content:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50%;
  width: 100%;
  background-image: radial-gradient(circle at 1px 1px, #0c0d0e 1px, transparent 0);
  background-size: 20px 20px;
  pointer-events: none;
}
.wows-saturn-slider .swiper-slide-active .wows-content {
  opacity: 1;
}
.wows-saturn-slider .wows-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wows-saturn-slider .wows-image-wrap .wows-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: unset;
}
.wows-saturn-slider .wows-play-button {
  margin: 0 0 26px;
}
.wows-saturn-slider .wows-play-button a {
  border: 2px solid #47525d;
  padding: 10px;
  color: #fff;
  display: inline-block;
  transition: all 0.3s ease;
  border-radius: 60px;
}
.wows-saturn-slider .wows-play-button a svg {
  width: 1.5em;
  height: 1.5em;
  display: block;
  transition: all 0.3s ease;
}
.wows-saturn-slider .wows-play-button a:hover {
  color: #fff;
  background-color: #47525d;
}
.wows-saturn-slider .wows-play-button a:hover svg {
  transform: scale(1.1);
}
.wows-saturn-slider .wows-title {
  margin: 0 0 clamp(15px, 2vw, 20px);
  font-size: clamp(32px, 6vw, 60px);
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.3s ease;
  letter-spacing: 3px;
}
.wows-saturn-slider .wows-title a {
  color: #fff;
}
.wows-saturn-slider .wows-sub-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 0 0 10px;
  color: #fff;
}
.wows-saturn-slider .wows-text {
  font-size: clamp(14px, 1vw, 16px);
  color: #eee;
}
.wows-saturn-slider .wows-text p {
  margin: 0;
}
.wows-saturn-slider .wows-link-btn {
  margin: 35px 0 6px;
}
.wows-saturn-slider .wows-link-btn a {
  display: inline-block;
  border: 1px solid #47525d;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  letter-spacing: 2px;
}
.wows-saturn-slider .wows-link-btn a:after {
  content: "";
  width: calc(100% + 2px);
  height: 6px;
  position: absolute;
  left: -1px;
  bottom: -6px;
  border: 1px solid #47525d;
}
.wows-saturn-slider .wows-pagination-wrap {
  position: absolute;
  top: 0;
  bottom: unset !important;
  z-index: 99;
  height: 100%;
  width: clamp(30px, 5vw, 50px) !important;
  display: flex;
  flex-direction: column;
}
.wows-saturn-slider .wows-pagination-wrap .swiper-pagination-bullet {
  font-size: clamp(10px, 1.5vw, 15px);
  font-weight: 600;
  color: #fff;
  opacity: 1;
  background-color: #000000;
  border-radius: 0;
  counter-increment: counter;
  width: 100% !important;
  height: 100% !important;
  transition: 0.3s ease-out;
  display: flex;
  align-items: center;
  text-align: center;
  position: unset !important;
  margin: 0 !important;
}
.wows-saturn-slider .wows-pagination-wrap .swiper-pagination-bullet::before {
  content: counters(counter, ".", decimal-leading-zero);
  position: relative;
  display: block;
  width: 100%;
  text-indent: 0;
}
.wows-saturn-slider .wows-pagination-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0c0d0e !important;
}
.wows-saturn-slider .wows-navigation-wrap {
  display: flex;
  flex-direction: row-reverse;
  grid-gap: 15px;
  position: absolute;
  right: 0;
  margin: 30px;
  bottom: 0;
  z-index: 99;
}
.wows-saturn-slider .wows-nav-btn {
  color: #fff;
  border: 2px solid transparent;
  padding: 12px;
  display: inline-flex;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 60px;
}
.wows-saturn-slider .wows-nav-btn:hover {
  color: #fff;
  border-color: #47525d;
}
.wows-saturn-slider .wows-nav-btn i {
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-block;
}
.wows-saturn-slider .wows-main-slider {
  height: 100%;
}
.wows-saturn-slider .wows-main-slider .wows-sub-title,
.wows-saturn-slider .wows-main-slider .wows-title,
.wows-saturn-slider .wows-main-slider .wows-text,
.wows-saturn-slider .wows-main-slider .wows-link-btn,
.wows-saturn-slider .wows-main-slider .wows-play-button {
  opacity: 0;
}
.wows-saturn-slider .wows-main-slider .swiper-slide-active .wows-sub-title,
.wows-saturn-slider .wows-main-slider .swiper-slide-active .wows-title,
.wows-saturn-slider .wows-main-slider .swiper-slide-active .wows-text,
.wows-saturn-slider .wows-main-slider .swiper-slide-active .wows-link-btn,
.wows-saturn-slider .wows-main-slider .swiper-slide-active .wows-play-button {
  opacity: 1;
}
.wows-saturn-slider .swiper-slide-active .wows-image-wrap,
.wows-saturn-slider .swiper-slide-duplicate .wows-image-wrap {
  opacity: 1;
}

.wows-saturn-btn--outline .wows-saturn-slider .wows-link-btn a {
  color: #fff;
}
.wows-saturn-btn--outline .wows-saturn-slider .wows-link-btn a:hover:after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.wows-saturn-btn--outline .wows-saturn-slider .wows-link-btn a:after {
  background-color: #47525d;
  -webkit-clip-path: inset(0 5% 0 5%);
  clip-path: inset(0 5% 0 5%);
  transition: clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
}

.wows-saturn-btn--fill .wows-saturn-slider .wows-link-btn a {
  color: #fff;
  background-color: #47525d;
}
.wows-saturn-btn--fill .wows-saturn-slider .wows-link-btn a:hover:after {
  transform: scaleX(1);
}
.wows-saturn-btn--fill .wows-saturn-slider .wows-link-btn a:after {
  border: 1px solid #47525d;
  transform: scaleX(0.9);
  transition: transform 0.3s ease;
}

@media (min-width: 768px) {
  .wows-saturn-slider .wows-saturn-mt-wrap {
    padding: 100px 15%;
  }
  .wows-saturn-slider .wows-content {
    padding: 0;
    padding-right: 30px;
    left: 10%;
  }
  .wows-saturn-slider .wows-navigation-wrap {
    margin: 30px 70px;
  }
}