.swiper {
  width: 100%;
  height: 100%;
  position: absolute;
}
.swiper-slide {
  z-index: 1;
}
.swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  opacity: 0.5;
  transition: all 0.5s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #ff0095;
  opacity: 1;
}

.swiper-pagination-bullet {
  background-color: #fff !important;
  transition: all 0.7s;
}
.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 4px !important;
}
.swiper .slogan {
  position: absolute;
  top: 40%;
  left: 10%;
  color: #fff;
  z-index: 100;
}
.swiper .slogan h1 {
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5rem;
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
}
.swiper-pagination {
  bottom: 42px !important;
}
