.root-slider {
    position: relative
}

.root-slider,
.root-slider .bg-image,
.root-slider .bg-image>.swiper {
    height: 100vh
}

@media only screen and (min-width:992px) {
    .root-slider .hero-img.padding-image .swiper {
        height: 60%;
        left: 20%;
        margin: 0;
        top: 20%;
        width: 70%
    }

    .root-slider .hero-img.padding-image .dsn-swiper-parallax-transform,
    .root-slider .hero-img.padding-image .swiper {
        height: 80%
    }
}

.root-slider .hero-content {
    pointer-events: none
}

@media only screen and (min-width:768px) {
    .root-slider .hero-content {
        padding-left: 12.5vw
    }
}

@media only screen and (max-width:767px) {
    .root-slider .hero-content {
        padding: 0 var(--bs-gutter-x)
    }
}

.root-slider .hero-content .dsn-description {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    max-width: 470px
}

.root-slider .hero-content .slide-content {
    position: absolute
}

.root-slider .hero-content .slide-content .btn-default,
.root-slider .hero-content .slide-content .dsn-description,
.root-slider .hero-content .slide-content .post-info,
.root-slider .hero-content .slide-content .title-heading:not(.chars) {
    transition-duration: .7s;
    transition-property: opacity, visibility, transform, -webkit-transform;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.root-slider .hero-content .slide-content .dsn-description {
    transition-delay: .1s
}

.root-slider .hero-content .slide-content .btn-default {
    transition-delay: .2s
}

.root-slider .hero-content .slide-content:not(.dsn-active) .btn-default,
.root-slider .hero-content .slide-content:not(.dsn-active) .dsn-description,
.root-slider .hero-content .slide-content:not(.dsn-active) .post-info,
.root-slider .hero-content .slide-content:not(.dsn-active) .title-heading {
    opacity: 0;
    visibility: hidden
}

.root-slider .hero-content .slide-content:not(.dsn-active) .post-info {
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.root-slider .hero-content .slide-content:not(.dsn-active) .btn-default,
.root-slider .hero-content .slide-content:not(.dsn-active) .dsn-description,
.root-slider .hero-content .slide-content:not(.dsn-active) .post-info {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.root-slider .hero-content .slide-content.dsn-active .btn-default,
.root-slider .hero-content .slide-content.dsn-active .dsn-description,
.root-slider .hero-content .slide-content.dsn-active .post-info,
.root-slider .hero-content .slide-content.dsn-active .title-heading {
    pointer-events: all
}

.root-slider .nav-slider {
    height: 30%;
    overflow: hidden;
    position: absolute;
    top: 35%;
    width: 8%;
    z-index: 3
}

.root-slider .nav-slider .swiper {
    height: 100%
}

@media only screen and (max-width:767px) {
    .root-slider .nav-slider {
        display: none
    }
}

.root-slider .nav-slider .swiper-slide .image-bg {
    height: 100%;
    position: relative;
    transition: width 1s;
    width: 30%
}

.root-slider .nav-slider .swiper-slide .image-bg:hover {
    width: 100%
}

.root-slider .nav-slider .swiper-slide .content {
    opacity: 0;
    position: absolute;
    right: 0;
    top: -12px;
    transition: .5s;
    z-index: 1
}

.root-slider .nav-slider .swiper-slide .content p {
    font-family: var(--heading-font);
    font-size: 22px;
    opacity: .8
}

.root-slider .nav-slider .swiper-slide.swiper-slide-active .image-bg {
    width: 100%
}

.root-slider .nav-slider .swiper-slide.swiper-slide-active .content {
    opacity: .5
}

.root-slider .control-nav {
    bottom: 30px;
    display: flex;
    position: absolute;
    z-index: 3
}

@media only screen and (min-width:576px) {
    .root-slider .control-nav {
        right: 50px
    }
}

@media only screen and (max-width:575px) {
    .root-slider .control-nav {
        right: 30px
    }
}

.root-slider .control-nav svg {
    fill: var(--heading-color);
    height: 20px;
    width: 20px
}

.root-slider .control-nav .next-container,
.root-slider .control-nav .prev-container {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px
}

.root-slider .control-nav .prev-container {
    margin-right: 10px
}

.root-slider .control-nav .prev-container svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media only screen and (min-width:768px) {
    .root-slider .control-num {
        bottom: 70px;
        line-height: 1.1;
        position: absolute;
        right: 50px;
        z-index: 3
    }

    .root-slider .control-num span {
        -webkit-text-stroke: 1px hsla(0, 0%, 100%, .11);
        color: hsla(0, 0%, 100%, .03);
        font-size: 11vw;
        -webkit-transform: scale3d(1, 1.15, 1.15);
        transform: scale3d(1, 1.15, 1.15)
    }
}

@media only screen and (max-width:767px) {
    .root-slider .control-num {
        display: none
    }
}

/*# sourceMappingURL=26.66659a49.chunk.css.map*/