.swiper img {
  width: 100%;
  height: auto;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: space-between;
  width: 100%;
  column-gap: 10px;
  bottom: 0px;
}

.swiper-pagination-bullet {
  width: 100% !important;
  border-radius: 0 !important;
  height: 10px;
  background-color: var(--primary-color) !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--secondary-color) !important;
}

.swiper .swiper-title {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 0 15px;
  height: fit-content;
}

.swiper-title h1 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.swiper-title a {
  color: #ebebeb;
  font-size: 16px;
}

.swiper-title a:hover {
  color: var(--secondary-color);
}
