.wows-venus-slider {
  margin: 50px 0;
  overflow: hidden;
  position: relative;
}
.wows-venus-slider .wows-image-wrap {
  width: 100%;
  height: 100%;
}
.wows-venus-slider .wows-image-wrap .wows-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: unset;
}
.wows-venus-slider .wows-content {
  height: 100%;
  padding-right: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wows-venus-slider .wows-title {
  margin: 0 0 clamp(10px, 2vw, 20px);
  font-size: clamp(32px, 6vw, 60px);
  color: #0b0b0e;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.wows-venus-slider .wows-text {
  font-size: clamp(14px, 1vw, 16px);
  color: #646370;
  margin: 0 0 clamp(17px, 2vw, 20px);
  text-transform: normal;
}
.wows-venus-slider .wows-link-btn {
  display: inline-block;
  margin-bottom: 10px;
}
.wows-venus-slider .wows-link-btn a {
  border: 1px solid #979797;
  text-decoration: none;
  padding: clamp(8px, 1vw, 10px) clamp(16px, 2vw, 20px);
  font-size: clamp(10px, 1vw, 12px);
  color: #494554;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: inline-block;
}
.wows-venus-slider .wows-link-btn a:hover {
  color: #fff;
  border-color: #8F48FF;
  background-color: #8F48FF;
}
.wows-venus-slider .wows-nav-pag-wrap {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.wows-venus-slider .wows-pagination {
  position: unset;
}
.wows-venus-slider .wows-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 600;
  color: #272432;
  opacity: 1;
  background-color: transparent;
  border-radius: 0;
  counter-increment: counter;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  text-indent: -300px;
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.78, 0.27, 0.43, 0.9);
}
.wows-venus-slider .wows-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #8F48FF;
}
.wows-venus-slider .wows-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  transform: translateY(0px) scale(1.5);
}
.wows-venus-slider .wows-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 50px;
  margin: 0 6px;
}
.wows-venus-slider .wows-pagination .swiper-pagination-bullet::before {
  content: counters(counter, ".", decimal-leading-zero);
  position: relative;
  display: block;
  width: 100%;
  transform: translateY(0) scale(1);
  transition: 0.5s cubic-bezier(0.78, 0.27, 0.43, 0.9);
  margin: 0 8px;
  text-indent: 0;
}
.wows-venus-slider .wows-pagination .swiper-pagination-bullet::after {
  content: "";
  position: relative;
  display: inline-block;
  flex: 1 0 auto;
  width: 0;
  height: 1px;
  background-color: #8F48FF;
  transition: width 0.5s cubic-bezier(0.78, 0.27, 0.43, 0.9);
}
.wows-venus-slider .wows-navigation-wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  grid-gap: 10px;
}
.wows-venus-slider .wows-nav-btn {
  font-size: 16px;
  color: #1a1b26;
  transition: all 0.3s ease;
  cursor: pointer;
}
.wows-venus-slider .wows-nav-btn:hover {
  color: #8F48FF;
}
.wows-venus-slider .wows-main-slider,
.wows-venus-slider .wows-thumbs-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.wows-venus-slider .wows-main-slider {
  height: 100%;
  top: 0;
  right: 0;
  padding-top: 80px;
}
.wows-venus-slider .wows-thumbs-slider {
  left: 0;
  bottom: 0;
  z-index: 1;
}
.wows-venus-slider .swiper-gl > canvas {
  margin-top: 80px;
}

.wows-venus-slider,
.wows-venus-slider .wows-thumbs-slider {
  height: 100%;
}

/**
 * Resposive css 
 */
@media (min-width: 768px) {
  .wows-venus-slider {
    height: var(--wows-slider-height, 480px);
  }
  .wows-venus-slider .wows-thumbs-slider,
  .wows-venus-slider .wows-main-slider {
    position: absolute;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
  .wows-venus-slider .wows-thumbs-slider {
    height: var(--wows-slider-height, 480px);
  }
  .wows-venus-slider .wows-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 100px;
    margin: 0 8px;
  }
}
@media (min-width: 1024px) {
  .wows-venus-slider .wows-thumbs-slider {
    width: 38%;
  }
  .wows-venus-slider .wows-main-slider {
    width: 62%;
  }
}