.section-slider {
    position: relative;
}

.section-slider .hero-img img,
.section-slider .hero-video video {
    max-height: 890px;
    width: 100%;
    object-fit: cover;
}

.section-slider .hero-video {
    overflow: hidden;
}

.section-slider .slider-video {
    display: block;
    object-fit: cover;
}

.section-slider .slide-content .slide-title {
    color: var(--white);
    font-family: var(--bold_font);
    font-size: clamp(1.75rem, 2vw, 2rem);
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.section-slider .slide-content .slide-desc {
    color: var(--white);
    font-family: var(--main_font);
    font-size: 1.125rem;
    line-height: 1.7;
}

.section-slider .sw-navigation {
    bottom: 2rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 2;
}

.section-slider .slide-content {
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    left: 1rem;
    text-align: center;
    z-index: 2;
}

.section-slider .sw-navigation .icon-arrow-left,
.section-slider .sw-navigation .icon-arrow-right {
    background-color: var(--white);
}

@media screen and (min-width: 768px) {
    .section-slider .slide-content {
        top: 50%;
        transform: translateY(-50%);
        right: auto;
        left: auto;
        max-width: 40%;
        width: 100%;
        text-align: right;
        padding-right: calc((100vw - 1140px) / 2);
    }

    .section-slider .sw-navigation .swiper-pagination {
        right: calc((100vw - 1140px) / 2);
    }
}

@media screen and (min-width: 1200px) and (max-width: 1360px) {
    .section-slider .slide-content {
        padding-right: calc((100vw - 1320px) / 2 + 4.5rem);
    }

    .section-slider .sw-navigation .swiper-pagination {
        right: calc((100vw - 1320px) / 2 + 4.5rem);
    }
}

@media screen and (min-width: 1201px) and (max-width: 1399px) {
    .section-slider .slide-content {
        padding-right: calc((100vw - 1140px) / 2);
        max-width: 35%;
    }

    .section-slider .sw-navigation .swiper-pagination {
        right: calc((100vw - 1140px) / 2);
    }
}

@media screen and (min-width: 1400px) {
    .section-slider .slide-content {
        padding-right: calc((100vw - 1368px) / 2);
        max-width: 30%;
    }

    .section-slider .sw-navigation .swiper-pagination {
        right: calc((100vw - 1368px) / 2);
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .section-slider .sw-navigation {
        left: calc((100vw - 960px) / 2);
        transform: none;
    }

    .section-slider .slide-content {
        padding-right: calc((100vw - 960px) / 2);
    }

    .section-slider .sw-navigation .swiper-pagination {
        right: calc((100vw - 960px) / 2);
    }
}

/* @media screen and (min-width: 1200px) and (max-width: 1360px) {
    .section-slider .sw-navigation {
        left: calc((100vw - 1320px) / 2);
        transform: none;
    }
} */

@media screen and (min-width: 1201px) and (max-width: 1399px) {
    .section-slider .sw-navigation {
        left: calc((100vw - 1140px) / 2);
        transform: none;
    }
}

@media screen and (min-width: 1400px) {
    .section-slider .sw-navigation {
        left: calc((100vw - 1368px) / 2);
        transform: none;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .section-slider .slide-content {
        padding-right: calc((100vw - 720px) / 2);
    }

    .section-slider .sw-navigation .swiper-pagination {
        right: calc((100vw - 720px) / 2);
    }
}

@media screen and (max-width: 991.99px) {

    .section-slider .hero-img img,
    .section-slider .hero-video video {
        max-height: 732px;
    }

    .section-slider .slide-content {
        top: auto;
        top: 7rem;
    }

    .section-slider .slide-content .slide-title {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.99px) {
    .section-slider .slide-content {
        top: 15rem;
    }
}