:root {
    --swiper-pagination-color: #fff;
}

.tns-outer {
    position: relative;
}

.swiper-slide {
    line-height: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}

.arrow {
    position: absolute;
    top: -3px;
    right: 25px;
    transform: translate(-50%, -50%);
    transform: rotate(-90deg);
    cursor: pointer;
}

.arrow span {
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    margin: -20px;
    animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

.slider-cta .offer .btn.btn-red {
    background-color: var(--main-color);
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(0px, 0px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

@media (min-width:601px) {
    .html-overlay.swiper-slide:before {
        content: '';
        position: absolute;
        pointer-events: none;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background: rgb(0, 0, 0);
        background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(16, 16, 16, 0) 50%);
        background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(16, 16, 16, 0) 50%);
        background: linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(16, 16, 16, 0) 50%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#101010", GradientType=1);
    }

    .vrpa .html-overlay.swiper-slide:before,
    .vrt .html-overlay.swiper-slide:before {
        /* RED */
        background: rgb(73, 4, 17);
        background: -moz-linear-gradient(45deg, rgba(73, 4, 17, 0.8) 0%, rgba(73, 4, 17, 0) 50%);
        background: -webkit-linear-gradient(45deg, rgba(73, 4, 17, 0.8) 0%, rgba(73, 4, 17, 0) 50%);
        background: linear-gradient(45deg, rgba(73, 4, 17, 0.8) 0%, rgba(73, 4, 17, 0) 50%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#490411", endColorstr="#490411", GradientType=1);
    }

    .html-overlay.swiper-slide .slider-cta {
        z-index: 2;
    }

    .slider-left-img.html-overlay.swiper-slide:before {
        content: none !important;
    }

    .img-slider {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        pointer-events: none;
    }
}

.swiper-slide a {
    position: relative;
}

.swiper-slide a:hover {
    border: 0 !important;
}

.swiper-slide img {
    width: 100%;
    height: auto;
}

.swiper-slide video {
    width: 100%;
}

.virtualreal-slider {
    list-style-type: none;
    margin: 0 !important;
}

.swiper-slide p {
    margin: 0 !important;
}

/* Pagination */
.tns-nav {
    position: absolute;
    top: 0;
    left: 15px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.tns-nav button {
    width: 15px;
    height: 15px;
    background: rgba(255, 255, 255, .5);
    margin: 5px;
    border: 2px solid rgba(0, 0, 0, .2);
}

.tns-nav button.tns-nav-active {
    background: rgba(255, 255, 255, .9);
    border: 2px solid #fff;
}

/* CTA */

.slider-cta {
    position: absolute;
    left: 100px;
    bottom: 20px;
}

.pre-title {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    font-size: 15px;
    font-family: 'Raleway', Arial, sans-serif;
    letter-spacing: 1px;
}

.swiper-slide p.starring_video {
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    font-family: 'Raleway', Arial, sans-serif;
    letter-spacing: 1px;
}

.swiper-slide p.starring_video {
    margin-bottom: 20px !important;
}

.pre-title img {
    width: 21px;
    margin-right: 5px;
}

.offers_container>a {
    color: #fff;
    text-decoration: underline;
    margin-top: 15px;
    font-size: 13px;
    line-height: 13px;
    display: inline-block;
}

.home .offers_div {
    display: flex;
    width: 60%;
    max-width: 550px;
}

.home .offers_div .offer {
    flex: 1;
    position: relative;
    padding-bottom: 5px;
}

:not(.join_now_box) .offer .discount {
    padding: 0px 5px;
    background-color: #f7b004;
    color: #000;
    font-weight: 700;
    display: inline-block;
    border-radius: 3px;
    margin-right: 5px;
    transform: scale(1);
    animation: pulse .5s infinite;
}

:not(.join_now_box) .offer .price {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    font-family: 'Raleway', Arial, sans-serif;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    margin: 7px 0 10px;
    line-height: 1;
}

:not(.join_now_box) .offer .price .number {
    font-size: 60px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    font-family: 'Raleway', Arial, sans-serif;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";

}

:not(.join_now_box) .offer .price sup {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
}


:not(.join_now_box) .offer .nota {
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
    color: #fff;
}

.old_price {
    text-decoration: line-through;
    display: block;
}

.home .offer .btn {
    background-color: #fff;
    padding: 15px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    border-radius: 30px;
    transition: all linear .2s;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.home .offer .btn:hover,
.home .offer .btn-red {
    background-color: var(--main-color);
    color: #fff !important;
}

.home .offer .btn-red:hover {
    background-color: #000 !important;
    color: #fff !important;
}

@keyframes pulse {
    0% {
        transform: scale(1.1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(1.1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.slider-cta .title {
    font-size: 60px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 10px !important;
    font-family: 'Raleway', Arial, sans-serif;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    color: #fff;
}

.slider-cta .header-title {
    position: relative;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px !important;
    padding: 5px 50px 5px 10px;
    text-transform: uppercase;
    background-color: #f7b004;
    border-radius: 20px;
    color: #000;
    font-weight: 700;
    font-family: 'Raleway', Arial, sans-serif;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    display: inline-block;

}

.slider-cta ul {
    list-style: none;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 24px !important;
}

.slider-cta ul li {
    display: flex;
    font-family: 'Raleway', Arial, sans-serif;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    font-size: 18px;
    color: #fff;
    line-height: 20px;
}

.slider-cta ul li strong {
    margin-left: 5px;
}

.slider-cta ul li img {
    margin-right: 5px;
    width: 21px;
    height: 21px;
}

@media (max-width:1024px) {
    .offers_div {
        width: 40%;
        min-width: 350px;
    }

    .slider-cta {
        margin-bottom: 0;
    }

    .slider-cta .title {
        font-size: 36px;
        line-height: 32px;
        margin-bottom: 15px !important;
    }

    .slider-cta .title>img {
        max-height: 80px;
        width: auto;
    }

    .slider-cta .offer .price {
        font-size: 32px;
    }

    .offers_div .offer {
        display: flex;
        align-items: end;
    }

    .offers_div .offer .nota {
        margin-left: 10px;
        margin-bottom: 15px;
    }

    .slider-cta ul {
        display: none;
    }

    .offers_div .offer .btn {
        padding: 15px;
        min-width: 160px;
    }

    .offers_div .offer:first-child {
        margin-right: 15px;
    }

    .offers_div .offer .btn {
        padding: 15px;
    }

    .l-submain-h .g-cols .wpb_wrapper {
        position: relative;
    }

    .slider-cta {
        position: absolute;
        bottom: 0px;
        top: inherit;
        left: 0;
        padding-right: 15px;
        padding-left: 60px;
        padding-bottom: 20px;
    }

    .offers_container>a {
        display: block;
        margin-top: 25px;
    }

    .offer .price {
        margin: 5px 0;
    }

    .home-slider {
        width: 100%;
    }
}

@media (min-width:1024px) and (max-width:1240px) {
    .slider-cta .title {
        font-size: 42px;
        line-height: 40px;
    }

    .slider-cta {
        bottom: 20px;
    }
}

@media (max-width:600px) {
    .slider-cta {
        right: 0;
        bottom: 0;
        padding-left: 15px;
        padding-top: 15px;
        background: rgb(255, 255, 255);
        background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 60%);
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 60%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 60%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    }

    .offer .price {
        position: static;
        margin: 2px 0;
    }

    .offer .price .number {
        font-size: 42px;
        line-height: 42px;
    }

    .offer .price span {
        font-size: 18px;
        line-height: 19px;
    }

    :not(.join_now_box) .offer .price span {
        font-size: inherit !important;
        line-height: 19px;
    }

    .slider-cta {
        position: absolute;
        bottom: 0px;
        top: inherit;
        left: 0;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .offers_div .offer {
        padding-bottom: 0;
    }

    .slider-cta .title {
        font-size: 28px;
        line-height: 24px;
        margin-bottom: 10px !important;
    }

    .offer .discount {
        font-size: 13px;
    }
}

@media (max-width:350px) {
    .offers_div {
        min-width: 300px;
    }
}