.main-slider {
    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; */
}

.main-slider h1 {
    color: var(--white);
    font-size: 1.525rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
}

.main-slider h2 {
    color: var(--white);
    font-size: 6rem;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
}

.main-slider p {
    color: var(--white);
    font-size: 1.125rem;
    font-weight: 400;
}

.main-slider .btn-group {
    gap: 1rem;
}

.goDown {
    position: absolute;
    color: var(--white);
    bottom: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    left: 17rem;
    transition: nono;
}

.main-slider .btmImg {
    position: absolute;
    right: 0;
    bottom: -4rem;
}
