.anim-order-1, .anim-order-2{
    opacity: 0;
}

/*
.swiper-slide.swiper-slide-active .swiper-inner,
.swiper-slide.swiper-slide-duplicate-active .swiper-inner{
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-delay: 0s;
}
*/

.swiper-slide.swiper-slide-active .anim-order-1,
.swiper-slide.swiper-slide-duplicate-active .anim-order-1{
    animation-name: fadeInUp;
    animation-duration: .75s;
    animation-delay: .5s;
}
.swiper-slide.swiper-slide-active .anim-order-2,
.swiper-slide.swiper-slide-duplicate-active .anim-order-2{
    animation-name: fadeInUp;
    animation-duration: .75s;
    animation-delay: .8s;
}

.home-slider-title {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    font-size: 96px;
    line-height: 1.05;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.home-slider-subtitle {
    max-width: 760px;
    margin: 0 auto 26px;
    color: #f4f4f4;
    font-size: 24px;
    line-height: 1.45;
    letter-spacing: 0;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .35);
}

.home-slider-link {
    margin-top: 4px;
}

.home-slider-section .sw-text-wrapper {
    position: relative;
    z-index: 1;
    padding: 34px 42px;
}

.home-slider-section .sw-text-wrapper::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -18px -34px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .5) 46%, rgba(0, 0, 0, .08) 78%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

@media (max-width: 991px) {
    .home-slider-subtitle {
        max-width: 620px;
        font-size: 20px;
        margin-bottom: 22px;
    }

    .home-slider-title {
        font-size: 64px;
    }
}

@media (max-width: 575px) {
    .home-slider-section .vertical-center {
        min-height: 100vh;
    }

    .swiper .swiper-inner {
        min-height: 100vh;
        background-position: center center;
    }

    .home-slider-title {
        font-size: 38px;
        line-height: 1.12;
    }

    .home-slider-subtitle {
        max-width: 92vw;
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 18px;
    }

    .home-slider-section .sw-text-wrapper {
        padding: 24px 18px;
    }

    .home-slider-section .sw-text-wrapper::before {
        inset: -12px -16px;
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, .76) 0%, rgba(0, 0, 0, .54) 50%, rgba(0, 0, 0, .1) 80%, rgba(0, 0, 0, 0) 100%);
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}
