:root {
  --swiper-theme-color: #c0a852;
  --swiper-pagination-bullet-size: 13px;
  --swiper-pagination-bullet-width: 13px;
  --swiper-pagination-bullet-height: 13px;
  --swiper-pagination-bottom: -70px;
  --swiper-pagination-bullet-inactive-color: #a8a47f;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  bottom: -45px;
  margin-bottom: 10px;
}

.swiper-slide {
  text-align: center;
  color: white;
  overflow: visible;
  padding: 10px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: left;
}

.dot {
  bottom: -10px !important;
  position: relative !important;
}
