.mainSlider {
  height: 100%;
  max-height: 825px;
  position: relative;
}

.homeSlider.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.homeSlider.swiper-container .swiper-slide {
  overflow: hidden;
}
/* .homeSlider.swiper-container .swiper-button-next {
  background: url(../images/btn-bg-right.png) right/auto no-repeat !important;
  display: inline-grid;
  place-items: center;
  right: 0;
  width: 36px;
  height: 139px;
}
.homeSlider.swiper-container .swiper-button-prev {
  background: url(../images/btn-bg.png) left/auto no-repeat !important;
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 139px;
  left: 0;
} */
.homeSlider.swiper-container .swiper-pagination-fraction {
  width: 100px;
  position: absolute;
  left: auto;
  right: 40px;
  bottom: 100px;
  color: #fff;
  text-align: right;
}
.homeSlider.swiper-container
  .swiper-pagination-fraction
  .swiper-pagination-current {
  font-size: 50px;
  font-weight: 800;
  color: var(--theme-color);
}
.homeSlider.swiper-container
  .swiper-pagination-fraction
  .swiper-pagination-current:before {
  content: "0";
}
.homeSlider.swiper-container
  .swiper-pagination-fraction
  .swiper-pagination-total {
  font-size: 15px;
  font-weight: 600;
  opacity: 0.7;
}
.homeSlider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
