.better-slider.style-1 {

    .swiper-container-vertical>.swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .slid-half {
        position: relative;

        .nofull {
            position: relative;
            overflow: hidden;
            background-color: #252531;
            background-image: url(../assets/img/line-pattern1.png);
            background-repeat: repeat;
            height: 105vh;
            color: #fff;
        }

        .swiper-pagination-fraction.top {
            position: absolute;
            right: 15%;
            left: auto;
            bottom: auto;
            top: 20%;
            width: auto;
            color: #fff;
            font-size: 40px;
            font-weight: 500;

            .swiper-pagination-current {
                font-size: 60px;
                font-weight: 700;
                position: relative;
                color: transparent;
                -webkit-text-stroke: .5px #fff;

                &:after {
                    content: '/';
                    color: #fff;
                    position: relative;
                    margin: 0 10px;
                    font-size: 12px;
                    font-weight: 100;
                }
            }
        }
    }

    .cta {

        &__slider-wrapper {
            position: relative;
            width: 100%;
            height: 105vh;
            overflow: hidden;

            .block {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                padding: 0;
            }
        }

        &__slider {
            min-height: 105vh;

            .swiper-slide {
                overflow: hidden;
            }
        }

        //ARROWS
        &__slider-arrows {
            display: block;
            position: absolute;
            bottom: 40px;
            right: 40px;
            z-index: 2;
        }

        &__slider-arrow {
            width: 55px;
            height: 55px;
            text-align: center;
            line-height: 55px;
            font-size: 13px;
            border: 1px solid rgba(255, 255, 255, .3);
            display: block;
            cursor: pointer;

            //MODIFIERS
            &.cta__slider-arrow--previous {
                left: 0;
            }

            &.cta__slider-arrow--next {
                left: 50%;
            }
        }

        &__slider-item {
            position: relative;

            .media-wrapper {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;


                .better-bg-img {
                    position: absolute;
                    width: 70%;
                    height: 100%;
                    right: 0;
                    top: 0;
                    background-size: cover;
                    background-repeat: no-repeat;
                }
            }

            .container {
                position: relative;
                z-index: 4;
            }

            .caption {
                position: relative;

                .top-corn,
                .bottom-corn {
                    position: absolute;
                    left: -60px;
                    top: -60px;
                    opacity: .3;

                    &:after,
                    &:before {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        background: $primary-color;
                    }

                    &:after {
                        width: 30px;
                        height: 1px;
                    }

                    &:before {
                        width: 1px;
                        height: 30px;
                    }
                }

                .bottom-corn {
                    top: auto;
                    bottom: -60px;

                    &:before {
                        top: auto;
                        bottom: 0;
                    }
                }

                .title {
                    font-size: 75px;
                    font-weight: 500;
                    text-transform: uppercase;
                    letter-spacing: 4px;
                    color: #fff;
                    opacity: 0;
                    visibility: hidden;
                    transition: opacity .5s,
                        visibility .5s;
                    font-family: 'Teko', sans-serif;
                    line-height: 1.4;
                }

                .thin {
                    color: $primary-color;
                    font-size: 20px;
                    font-weight: 300;
                    text-transform: uppercase;
                    letter-spacing: 12px;
                    margin-bottom: 5px;
                    opacity: 0;
                    transform: translateY(-20px);
                    transition: all .4s;
                    transition-delay: .8s;
                    font-family: 'Teko', sans-serif;
                }

                p {
                    color: #eee;
                    font-weight: 300;
                    font-size: 14px;
                    opacity: 0;
                    transform: translateY(-20px);
                    transition: all .4s;
                    opacity: 0;
                    transform: translateY(20px);
                    transition: all .4s;
                    transition-delay: .8s;
                    font-family: 'Poppins', sans-serif;
                }

                .better-btn-curve {
                    opacity: 0;
                    transform: translateY(20px);
                    transition: all .4s;
                    transition-delay: 1s;
                }
            }

            &.swiper-slide-active {

                .caption {

                    .title {
                        transition: all 0s;
                        opacity: 1;
                        visibility: visible;

                        .char {
                            animation: fadeInUp .5s cubic-bezier(.3, 0, .7, 1) both;
                            animation-delay: calc(60ms * var(--char-index));
                        }
                    }

                    .better-btn-curve,
                    .thin,
                    p {
                        opacity: 1;
                        transform: translateY(0);
                    }
                }
            }
        }
    }
}

// Mobile size
@media screen and (max-width: 767px) {
    .better-slider.style-1 .cta__slider-item .caption .title {
        font-size: 40px;
    }
}

/*--------- slider style-2 ----------*/

.better-slider.style-2 {
    position: relative;
    overflow: hidden;

    &.fixed-slider {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    .swiper-slide-active {
        z-index: 3;
    }

    .parallax-slider {
        position: relative;

        .swiper-slide {
            position: relative;
            overflow: hidden;
            width: 100%;
            min-height: 100vh;
            padding-bottom: 50px;

            .better-bg-img {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                background-size: cover;
            }
        }

        .swiper-slide-active .caption {
            .title {
                -webkit-transition: all 0s;
                -o-transition: all 0s;
                transition: all 0s;
                opacity: 1;
                visibility: visible;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);

                .char {
                    -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
                    animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
                    -webkit-animation-delay: calc(60ms * var(--char-index));
                    animation-delay: calc(60ms * var(--char-index));
                }
            }

            .btn-dis,
            p {
                opacity: 1;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }
        }

        .caption {
            .title {
                font-size: 65px;
                font-weight: 500;
                letter-spacing: 4px;
                color: #fff;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: opacity .5s, visibility .5s;
                -o-transition: opacity .5s, visibility .5s;
                transition: opacity .5s, visibility .5s;

                span {
                    display: inline-block;
                }
            }

            p {
                color: #ccc;
                font-weight: 300;
                margin-top: 10px;
                opacity: 0;
                -webkit-transform: translateY(20px);
                -ms-transform: translateY(20px);
                transform: translateY(20px);
                -webkit-transition: all .4s;
                -o-transition: all .4s;
                transition: all .4s;
                -webkit-transition-delay: .8s;
                -o-transition-delay: .8s;
                transition-delay: .8s;
            }

            .btn-dis {
                font-size: 18px;
                font-weight: 300;
                text-transform: uppercase;
                text-decoration: none;
                letter-spacing: 4px;
                position: relative;
                opacity: 0;
                -webkit-transform: translateY(20px);
                -ms-transform: translateY(20px);
                transform: translateY(20px);
                -webkit-transition: all .4s;
                -o-transition: all .4s;
                transition: all .4s;
                -webkit-transition-delay: 1s;
                -o-transition-delay: 1s;
                transition-delay: 1s;

                &:after {
                    content: '';
                    position: absolute;
                    right: -70px;
                    top: 50%;
                    width: 50px;
                    height: 1px;
                    background: #fff;
                }
            }
        }
    }

    .control-text {
        position: absolute;
        bottom: 20px;
        right: 60px;
        z-index: 8;

        .swiper-nav-ctrl {
            color: #eee;
            font-size: 14px;
            font-weight: 300;
            text-transform: uppercase;
            letter-spacing: 4px;
            margin-left: 50px;
            position: static;
            width: auto;
            height: auto;
            display: inline-block;

            .arrow {
                position: relative;

                &:after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    right: -30px;
                    height: 1px;
                    width: 25px;
                    background: #fff;
                    background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
                    background: -webkit-linear-gradient(left, transparent, #fff);
                    background: -o-linear-gradient(left, transparent, #fff);
                    background: linear-gradient(to right, transparent, #fff);
                    line-height: 1;
                }

                &:before {
                    content: '';
                    position: absolute;
                    right: -30px;
                    top: 7px;
                    background: #fff;
                    height: 1px;
                    width: 8px;
                    -webkit-transform: rotate(30deg);
                    -ms-transform: rotate(30deg);
                    transform: rotate(30deg);
                    line-height: 1;
                }

                &.prv {
                    &:after {
                        top: 50%;
                        left: -30px;
                        right: auto;
                        background: #fff;
                        background: -webkit-gradient(linear, right top, left top, from(transparent), to(#fff));
                        background: -webkit-linear-gradient(right, transparent, #fff);
                        background: -o-linear-gradient(right, transparent, #fff);
                        background: linear-gradient(to left, transparent, #fff);
                    }

                    &:before {
                        left: -30px;
                        right: auto;
                        top: 11px;
                        background: #fff;
                    }
                }
            }

            &:after {
                display: none;
            }
        }
    }

    .swiper-pagination-bullets {
        bottom: 20px;
    }

    .swiper-pagination-bullet {
        background: #fff;
        opacity: .4;
    }

    .swiper-pagination-bullet-active {
        background: #ff6d54;
        opacity: 1;
    }

    .social-icon {
        position: absolute;
        left: 40px;
        bottom: 20px;
        z-index: 8;

        a {
            display: inline-block;
            margin-right: 20px;
            color: #fff;
            font-size: 12px;
            font-weight: 300;
        }
    }
}

/*----------Slider Style 7 ----------*/

.better-slider.style-7 {
    height: 100vh;

    .custom-font {
        font-family: 'Teko', sans-serif;
    }

    &.fixed-slider {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    .swiper-slide-active {
        z-index: 3;
    }

    .parallax-slider {
        position: relative;
        overflow: hidden;

        &:after {
            content: "";
            position: absolute;
            background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0.1)));
            background: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.1));
            background: -o-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.1));
            background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.1));
            width: 140px;
            height: 140vh;
            top: -20%;
            right: 20%;
            z-index: 2;
            -webkit-transform: rotate(20deg);
            -ms-transform: rotate(20deg);
            transform: rotate(20deg);
            opacity: .2;
        }

        &:before {
            content: "";
            position: absolute;
            background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0.1)));
            background: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0.1));
            background: -o-linear-gradient(top, #fff, rgba(255, 255, 255, 0.1));
            background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.1));
            width: 140px;
            height: 140vh;
            top: -20%;
            right: 5%;
            z-index: 2;
            -webkit-transform: rotate(20deg);
            -ms-transform: rotate(20deg);
            transform: rotate(20deg);
            opacity: .2;
        }

        .swiper-slide {
            position: relative;
            overflow: hidden;
            width: 100%;
            min-height: 100vh;
            padding-bottom: 50px;

            .better-bg-img {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                background-size: cover;
            }
        }

        .swiper-slide-active .caption {
            .title {
                -webkit-transition: all 0s;
                -o-transition: all 0s;
                transition: all 0s;
                opacity: 1;
                visibility: visible;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);

                .char {
                    -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
                    animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
                    -webkit-animation-delay: calc(60ms * var(--char-index));
                    animation-delay: calc(60ms * var(--char-index));
                }
            }

            .thin,
            .better-btn-curve,
            p {
                opacity: 1;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }
        }

        .caption {
            .thin {
                color: #75dab4;
                font-size: 30px;
                font-weight: 300;
                text-transform: uppercase;
                letter-spacing: 8px;
                margin-bottom: 5px;
                opacity: 0;
                -webkit-transform: translateY(-20px);
                -ms-transform: translateY(-20px);
                transform: translateY(-20px);
                -webkit-transition: all .4s;
                -o-transition: all .4s;
                transition: all .4s;
                -webkit-transition-delay: .8s;
                -o-transition-delay: .8s;
                transition-delay: .8s;

                span {
                    color: #75dab4;
                }
            }

            .title {
                font-size: 65px;
                font-weight: 700 !important;
                letter-spacing: 4px;
                line-height: 1.4;
                color: #fff;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: opacity .5s, visibility .5s;
                -o-transition: opacity .5s, visibility .5s;
                transition: opacity .5s, visibility .5s;
                font-family: 'Poppins', sans-serif !important;
            }
        }
    }

    .container {
        max-width: 1170px;
    }

    [data-overlay-dark]:before {
        background: #02121d;
    }

    .parallax-slider .caption {
        p {
            color: #eee;
            margin-top: 15px;
            opacity: 0;
            -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
            transform: translateY(20px);
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s;
            -webkit-transition-delay: .8s;
            -o-transition-delay: .8s;
            transition-delay: .8s;
        }

        .better-btn-curve {
            opacity: 0;
            -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
            transform: translateY(20px);
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s;
            -webkit-transition-delay: 1s;
            -o-transition-delay: 1s;
            transition-delay: 1s;
            border: 2px solid;
            line-height: 2;

            span {
                font-size: 15px;
                font-weight: 700;
                text-transform: capitalize;
            }

            &:hover span {
                color: #0c0f16;
            }
        }

        &.dig .title {
            font-weight: 800;
            font-size: 80px;
            text-transform: uppercase;

            .tline {
                margin-left: 80px;
            }

            .whitespace {
                width: 20px;
            }
        }
    }

    .setone {
        position: absolute;
        bottom: 8%;
        right: 40px;
        z-index: 8;
    }

    span {
        display: inline-block;
    }

    .setone {
        .swiper-nav-ctrl {
            color: #ccc;
            font-size: 13px;
            width: 55px;
            height: 55px;
            line-height: 55px;
            text-align: center;
            margin: 5px 0;
            border: 1px solid rgba(255, 255, 255, 0.3);
            position: static;

            &:after {
                display: none;
            }
        }

        &.setwo {
            position: static;

            .swiper-nav-ctrl {
                border-radius: 50%;
            }

            .next-ctrl {
                position: absolute;
                top: 50%;
                right: 30px;
            }

            .prev-ctrl {
                position: absolute;
                top: 50%;
                left: 30px;
            }
        }
    }

    .txt-botm {
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        z-index: 8;

        .swiper-nav-ctrl {
            position: absolute;
            width: auto;
            height: auto;
            margin-top: auto;
            top: auto;
            bottom: 0;

            i {
                color: #ccc;
                font-size: 13px;
                width: 45px;
                height: 45px;
                line-height: 45px;
                text-align: center;
                margin: 0;
                border-radius: 50%;
                display: inline-block;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
            }

            span {
                font-weight: 500;
                font-size: 12px;
                color: #fff;
            }

            &:after {
                display: none;
            }

            &.swiper-button-next {
                right: 40px;

                i {
                    margin-left: 10px;
                }
            }

            &.swiper-button-prev {
                left: 40px;

                i {
                    margin-right: 10px;
                }
            }

            &:hover i {
                border: 1px solid rgba(255, 255, 255, 0.3);
            }
        }
    }

    .swiper-pagination-fraction {
        &.top {
            position: absolute;
            right: 15%;
            left: auto;
            bottom: auto;
            top: 20%;
            width: auto;
            color: #fff;
            font-size: 40px;
            font-weight: 500;

            .swiper-pagination-current {
                font-size: 60px;
                font-weight: 700;
                position: relative;
                color: transparent;
                -webkit-text-stroke: .5px #fff;

                &:after {
                    content: '/';
                    color: #fff;
                    position: relative;
                    margin: 0 10px;
                    font-size: 12px;
                    font-weight: 100;
                }
            }

            &.botm {
                top: auto;
                bottom: 40px;
                right: 40px;
            }
        }

        &.steps {
            position: absolute;
            width: 100px;
            color: #fff;
            font-size: 15px;
            bottom: 40px;
            left: calc(50% - 50px);
            right: auto;
            top: auto;
            text-align: left;

            &:after {
                content: '';
                position: absolute;
                top: 50%;
                left: 15%;
                width: 70%;
                height: 1px;
                background: rgba(255, 255, 255, 0.3);
            }

            .swiper-pagination-total {
                float: right;
            }
        }
    }

    .social-icon {
        position: absolute;
        left: 40px;
        bottom: 40px;
        z-index: 8;
    }

    p {
        font-size: 16px;
        line-height: 2;
        margin: 15px 0 0 0 !important;
        color: #eee !important;
        font-weight: 400 !important;
        font-family: 'Poppins', sans-serif !important;
    }

    .custom-font {
        font-family: 'Barlow', sans-serif;
    }

    .social-icon a {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 0;
        text-align: center;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.05);
        color: #fff;
        font-size: 13px;
    }
}


/*--------- slider style-8 ----------*/

.better-slider.style-8 {
    .parallax-slider {
        position: relative;
        overflow: hidden;

        .swiper-slide {
            position: relative;
            overflow: hidden;
            width: 100%;
            min-height: 100vh;
            padding-bottom: 50px;

            .better-bg-img {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                background-size: cover;
            }
        }

        .swiper-slide-active .caption {
            .title {
                transition: all 0s;
                opacity: 1;
                visibility: visible;
                transform: translateY(0);
                font-family: 'Jost', sans-serif;

                .char {
                    animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
                    animation-delay: calc(60ms * var(--char-index));
                }
            }

            .thin,
            .btn-curve,
            p {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .caption {
            .thin {
                color: #c5a47e;
                font-size: 30px;
                font-weight: 300;
                text-transform: uppercase;
                letter-spacing: 8px;
                margin-bottom: 5px;
                opacity: 0;
                transform: translateY(-20px);
                transition: all .4s;
                transition-delay: .8s;

                span {
                    color: #c5a47e;
                }
            }

            .title {
                font-size: 65px;
                font-weight: 700;
                letter-spacing: 4px;
                color: #fff;
                opacity: 0;
                visibility: hidden;
                transition: opacity .5s, visibility .5s;

                span {
                    font-weight: 700;
                }
            }

            p {
                color: #eee;
                opacity: 0;
                transform: translateY(20px);
                transition: all .4s;
                transition-delay: .8s;
            }

            .btn-curve {
                opacity: 0;
                transform: translateY(20px);
                transition: all .4s;
                transition-delay: 1s;
            }
        }

        .hmone .title {
            font-family: 'Jost', sans-serif;

            .thin {
                font-size: 30px;
                margin-bottom: 20px;
            }
        }
    }

    .side {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 9999;

        &:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 100px;
            background: #272727;
            z-index: -1;
        }

        .social {
            position: absolute;
            bottom: 50px;
            left: 30px;
            z-index: 99;

            a {
                display: block;
                width: 50px;
                height: 50px;
                line-height: 50px;
                border-radius: 50%;
                border: 1px solid rgba(255, 255, 255, 0.05);
                text-align: center;
                color: #aaa;
                font-size: 13px;
                margin-top: 5px;
            }
        }

        .logo-icon {
            padding: 60px 30px;
            width: 240px;
            background: #272727;
            text-align: center;

            .logo {
                width: 120px;
                margin: auto;
                padding: 0;
            }
        }

        .swiper-pagination-fraction {
            position: absolute;
            right: 15%;
            height: auto;
            left: 40px;
            top: 25%;
            width: auto;
            color: #fff;
            font-size: 20px;
            font-weight: 500;

            span {
                display: block;
            }

            .swiper-pagination-current {
                font-size: 20px;
                font-weight: 700;
                position: relative;
                color: transparent;
                -webkit-text-stroke: .5px #fff;

                &:after {
                    content: '/';
                    position: relative;
                    margin: 10px 0;
                    display: block;
                    font-size: 10px;
                    transform: rotate(10deg);
                    color: #fff;
                    -webkit-text-stroke: 0;
                }
            }

            &.botm {
                top: auto;
                bottom: 40px;
                right: 40px;
            }
        }
    }

    .setone {
        position: absolute;
        bottom: 8%;
        right: 40px;
        z-index: 8;

        &.top {
            right: 50px;
            top: 100px;
        }

        .swiper-nav-ctrl {
            color: #ccc;
            font-size: 13px;
            width: 55px;
            height: 55px;
            line-height: 55px;
            text-align: center;
            margin: 5px 0;
            border: 1px solid rgba(255, 255, 255, 0.3);
            position: static;

            &:after {
                display: none;
            }
        }

        &.setwo {
            position: static;

            .swiper-nav-ctrl {
                border-radius: 50%;
            }

            .next-ctrl {
                position: absolute;
                top: 50%;
                right: 30px;
            }

            .prev-ctrl {
                position: absolute;
                top: 50%;
                left: 30px;
            }
        }
    }
}

@media (min-width: 992px) {
    .better-slider.style-8 .offset-lg-1 {
        margin-left: 8.333333%;
    }
}


/*---------- slider style 9 ----------*/

.better-slider.style-9 {
    position: relative;

    .swiper-container-vertical>.swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .nofull {
        position: relative;
        overflow: hidden;
        background-color: #181818;
        height: 105vh;
        color: #fff;

        &:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url(img/patern.png);
            background-size: 50%;
            background-repeat: repeat;
            z-index: -1;
            opacity: .2;
        }
    }

    .swiper-pagination-fraction.top {
        position: absolute;
        right: 15%;
        left: auto;
        bottom: auto;
        top: 20%;
        width: auto;
        color: #fff;
        font-size: 40px;
        font-weight: 500;

        .swiper-pagination-current {
            font-size: 60px;
            font-weight: 700;
            position: relative;
            color: transparent;
            -webkit-text-stroke: .5px #fff;

            &:after {
                content: '/';
                color: #fff;
                position: relative;
                margin: 0 10px;
                font-size: 12px;
                font-weight: 100;
            }
        }
    }

    .cta__slider-wrapper {
        position: relative;
        width: 100%;
        height: 105vh;
        overflow: hidden;

        .block {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 0;
        }
    }

    .cta__slider {
        min-height: 105vh;

        .swiper-slide {
            overflow: hidden;
        }
    }

    .cta__slider-arrows {
        display: block;
        position: absolute;
        bottom: 80px;
        right: 80px;
        z-index: 2;
    }

    .cta__slider-arrow {
        width: 55px;
        height: 55px;
        text-align: center;
        line-height: 55px;
        font-size: 13px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        margin: 5px;
        display: block;
        cursor: pointer;

        &.cta__slider-arrow--previous {
            left: 0;
        }

        &.cta__slider-arrow--next {
            left: 50%;
        }
    }

    .cta__slider-item {
        position: relative;

        .media-wrapper {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;

            .better-bg-img {
                position: absolute;
                width: 70%;
                height: 100%;
                right: 0;
                top: 0;
            }
        }

        .container {
            position: relative;
            z-index: 4;
        }

        .caption {
            .title {
                font-size: 75px;
                font-weight: 500;
                text-transform: uppercase;
                letter-spacing: 4px;
                color: #fff;
                opacity: 0;
                visibility: hidden;
                transition: opacity .5s, visibility .5s;
                font-family: 'Cinzel', serif;

                a {
                    color: #fff;
                    text-decoration: none;
                }
            }

            .thin {
                color: #c5a47e;
                font-size: 20px;
                font-family: inherit;
                font-weight: 300;
                text-transform: uppercase;
                letter-spacing: 22px;
                margin-bottom: 10px;
                opacity: 0;
                transform: translateY(-20px);
                transition: all .4s;
                transition-delay: .8s;
            }

            p {
                color: #eee;
                font-weight: 300;
                font-size: 14px;
                opacity: 0;
                transform: translateY(-20px);
                transition: all .4s;
                opacity: 0;
                transform: translateY(20px);
                transition: all .4s;
                transition-delay: .8s;
            }

            .better-btn-architec {
                opacity: 0;
                transform: translateY(20px);
                transition: all .4s;
                transition-delay: 1s;
                display: block;
                color: #fff;
            }
        }

        &.swiper-slide-active .caption {
            .title {
                transition: all 0s;
                opacity: 1;
                visibility: visible;

                .char {
                    animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
                    animation-delay: calc(60ms * var(--char-index));
                }
            }

            .better-btn-architec,
            .thin,
            p {
                opacity: 1;
                transform: translateY(0);
            }
        }
    }
}

/*------------ slider style 11 ---------------*/

.better-slider.style-11 {
    background: #212121;
    height: 100vh;
    padding-top: 100px;
    position: relative;

    &.fixed-slider {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    .swiper-slide-active {
        z-index: 3;
    }

    .parallax-slider {
        border-top: 4px solid #c5a47e;
        width: calc(100% - 100px);
        margin-left: 100px;
        margin-right: 0;
        position: relative;
        overflow: hidden;

        .swiper-slide {
            position: relative;
            overflow: hidden;
            width: 100%;
            min-height: 100vh;
            padding-bottom: 50px;

            .better-bg-img {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                background-size: cover;
            }
        }

        .swiper-slide-active .caption {
            .title {
                transition: all 0s;
                opacity: 1;
                visibility: visible;
                transform: translateY(0);

                .char {
                    animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
                    animation-delay: calc(60ms * var(--char-index));
                }
            }

            .thin,
            .btn-curve,
            p {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .caption {
            .thin {
                color: #c5a47e;
                font-size: 30px;
                font-weight: 300;
                text-transform: uppercase;
                letter-spacing: 8px;
                margin-bottom: 5px;
                opacity: 0;
                transform: translateY(-20px);
                transition: all .4s;
                transition-delay: .8s;

                span {
                    color: #c5a47e;
                }
            }

            .title {
                font-size: 65px;
                font-weight: 700;
                letter-spacing: 4px;
                color: #fff;
                opacity: 0;
                visibility: hidden;
                transition: opacity .5s, visibility .5s;

                span {
                    font-weight: 700;
                }
            }

            p {
                color: #eee;
                opacity: 0;
                transform: translateY(20px);
                transition: all .4s;
                transition-delay: .8s;
            }

            .btn-curve {
                opacity: 0;
                transform: translateY(20px);
                transition: all .4s;
                transition-delay: 1s;
            }
        }

        .hmone .title .thin {
            font-size: 30px;
            margin-bottom: 20px;
        }
    }

    .caption.center .title {
        font-size: 75px;
        font-weight: 700;
        line-height: 1.3;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }

    .setone {
        position: absolute;
        bottom: 8%;
        right: 40px;
        z-index: 8;

        &.top {
            right: 50px;
            top: 100px;
        }

        .swiper-nav-ctrl {
            color: #ccc;
            font-size: 13px;
            width: 55px;
            height: 55px;
            line-height: 55px;
            text-align: center;
            margin: 5px 0;
            border: 1px solid rgba(255, 255, 255, 0.3);
            position: static;

            &:after {
                display: none;
            }
        }

        &.setwo {
            position: static;

            .swiper-nav-ctrl {
                border-radius: 50%;
            }

            .next-ctrl {
                position: absolute;
                top: 50%;
                right: 30px;
            }

            .prev-ctrl {
                position: absolute;
                top: 50%;
                left: 30px;
            }
        }
    }

    .swiper-pagination-fraction {
        position: absolute;
        right: 15%;
        left: auto;
        bottom: auto;
        top: 20%;
        width: auto;
        color: #fff;
        font-size: 40px;
        font-weight: 500;

        .swiper-pagination-current {
            font-size: 60px;
            font-weight: 700;
            position: relative;
            color: transparent;
            -webkit-text-stroke: .5px #fff;

            &:after {
                content: '/';
                color: #fff;
                position: relative;
                margin: 0 10px;
                font-size: 12px;
                font-weight: 100;
            }
        }

        &.botm {
            top: auto;
            bottom: 40px;
            right: 40px;
        }
    }

    .social-icon {
        position: absolute;
        left: 40px;
        bottom: 40px;
        z-index: 8;

        a {
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.05);
            color: #fff;
            font-size: 13px;
        }
    }
}