.mainSlider {
  height: 100vh;
  background-color: #000;
}

.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;
}

.homeSlider .slide-inner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.502);
  /* background: rgba(0, 0, 0, 0.502) url(../images/polygon-yellow.png) left center/auto no-repeat; */
}
.mainSlider .polygonImg {
  position: absolute;
  left: 0;
  top: 10%;
  z-index: 1;
}
.mainSlider h1 {
  color: var(--white);
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}
.mainSlider h2 {
  color: var(--white);
  font-size: 12.5rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.mainSlider p {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 500;
}
.goDown {
  position: absolute;
  color: var(--white);
  bottom: 3rem;
  display: block;
  right: 0;
  left: 0;
  text-align: center;
}
