.wows-wow-sliders-earth {
  position: relative;
  height: 85vh;
  overflow: hidden;
  background-color: #141414;
  color: #fff;
}
.wows-wow-sliders-earth .wows-slider-continer {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: auto;
}
.wows-wow-sliders-earth .swiper-wrapper {
  will-change: transform;
  margin: 50px 0;
}
.wows-wow-sliders-earth .wows-item {
  overflow: inherit;
}
.wows-wow-sliders-earth .wows-item.swiper-slide-active .wows-content {
  opacity: 1;
}
.wows-wow-sliders-earth .wows-item.swiper-slide-active .wows-image-wrap::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.749), transparent);
}
.wows-wow-sliders-earth .wows-item.swiper-slide-active .wows-title-wrap .wows-title {
  color: #fff;
  letter-spacing: 3px;
  transition-delay: 0.5s;
}
.wows-wow-sliders-earth .wows-image-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s ease-out;
}
.wows-wow-sliders-earth .wows-image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
}
.wows-wow-sliders-earth .wows-image-wrap .wows-img {
  width: 100%;
  height: clamp(500px, 70vw, 650px);
  object-fit: cover;
  vertical-align: middle;
}
.wows-wow-sliders-earth .wows-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.41, 1.03, 0.7, 1.07);
  z-index: 1;
}
.wows-wow-sliders-earth .wows-title-wrap {
  margin-bottom: 20px;
}
.wows-wow-sliders-earth .wows-title-wrap .wows-title {
  margin: 0;
  font-size: clamp(48px, 10vw, 140px);
  text-transform: capitalize;
  letter-spacing: 3px;
  color: #fff;
  white-space: nowrap;
  font-weight: 700;
  transition: all 0.8s cubic-bezier(0.41, 1.03, 0.7, 1.07);
}
.wows-wow-sliders-earth .wows-text {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #d4d7eb;
}
.wows-wow-sliders-earth .wows-navigation-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-between;
}
.wows-wow-sliders-earth .wows-navigation-btn {
  cursor: pointer;
}
.wows-wow-sliders-earth .wows-navigation-btn .wows-link {
  color: #ccccd6;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}
.wows-wow-sliders-earth .wows-navigation-btn .wows-link:hover {
  color: #8F48FF;
}
.wows-wow-sliders-earth .wows-navigation-btn .wows-link--arrowed {
  display: flex;
  align-items: center;
  grid-column-gap: 5px;
}
.wows-wow-sliders-earth .wows-navigation-btn .wows-link--arrowed .wows-arrow-icon {
  position: relative;
  top: 0;
  transition: transform 0.3s ease;
  vertical-align: middle;
}
.wows-wow-sliders-earth .wows-navigation-btn .wows-link--arrowed .wows-arrow-icon--circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
.wows-wow-sliders-earth .wows-navigation-btn .wows-link--arrowed g {
  stroke: currentColor;
  color: #ccccd6;
}
.wows-wow-sliders-earth .wows-navigation-btn .wows-link--arrowed:hover .wows-arrow-icon--circle {
  stroke-dashoffset: 0;
}
.wows-wow-sliders-earth .wows-navigation-btn .wows-link--arrowed:hover g {
  color: #8F48FF;
}
.wows-wow-sliders-earth .wows-navigation-btn.wows-button-prev .wows-link--arrowed {
  flex-direction: row-reverse;
}
.wows-wow-sliders-earth .wows-navigation-btn.wows-button-prev .wows-link--arrowed .wows-arrow-icon {
  transform: rotate(90deg);
}
.wows-wow-sliders-earth .wows-navigation-btn.wows-button-prev .wows-link--arrowed:hover .wows-arrow-icon {
  transform: translate3d(-5px, 0, 0) rotate(-180deg);
}
.wows-wow-sliders-earth .wows-navigation-btn.wows-button-next .wows-link--arrowed .wows-arrow-icon {
  transform: rotate(-90deg);
}
.wows-wow-sliders-earth .wows-navigation-btn.wows-button-next .wows-link--arrowed:hover .wows-arrow-icon {
  transform: translate3d(5px, 0, 0) rotate(0);
}
.wows-wow-sliders-earth .wows-navigation-pagi-wrap {
  margin: clamp(30px, 5vw, 60px) clamp(30px, 6vw, 70px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.wows-wow-sliders-earth .wows-pagination {
  position: absolute;
  bottom: 12px !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: auto !important;
  display: none;
  grid-column-gap: 10px;
  align-items: center;
}
.wows-wow-sliders-earth .wows-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 5px;
  border-radius: 5px;
  background: #363636;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.wows-wow-sliders-earth .wows-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  width: 20px;
}

@media (min-width: 768px) {
  .wows-wow-sliders-earth {
    height: 100vh;
  }
  .wows-wow-sliders-earth .swiper-wrapper {
    margin: 100px 0;
  }
  .wows-wow-sliders-earth .wows-title-wrap .wows-title {
    letter-spacing: 15px;
  }
  .wows-wow-sliders-earth .wows-pagination {
    display: flex;
  }
}