.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  width: 80%;
}

.swiper-slide:nth-child(2n) {
  width: 60%;
}

.swiper-slide:nth-child(3n) {
  width: 40%;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.active-dark-mode.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.swiper-pagination-bullet-active {
  color: #fff;
  background: #270089;
}

.active-dark-mode .swiper-pagination-bullet-active {
  color: #fff;
  background: #9e28b5;
}
