.hero-slider .swiper {
    height: calc(100vh - 92px);
    object-fit: cover;
}

.admin-bar .hero-slider .swiper {
    height: calc(100vh - 124px);
}

.hero-slider .slide-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slide-content {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    max-width: 865px;
    text-align: center;
    transform: translate(-50%, -50%);
}

.hero-slider .more-btn {
    display: flex;
    justify-self: center;
    margin-top: 68px;
    width: fit-content;
    justify-content: center;
}

.hero-slider .swiper .swiper-pagination {
    bottom: 82px;
}

.hero-slider .swiper .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: var(--White);
    width: 10px;
    height: 10px;
    opacity: 1;
}

@media (max-width: 1200px) {

    .hero-slider .swiper {
        height: 700px;
    }

    .admin-bar .hero-slider .swiper {
        height: 700px;
    }

    .slide-content {
        width: calc(100% - 5%);
    }

}

@media (max-width: 992px) {

    .hero-slider .slide-img {
        object-position: 87% 50%;
    }

}