@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;700;800&display=swap');
@import "sections/benefits-section.css";
@import "sections/trial-section.css";
@import "sections/digital-activity.css";


.vpn-vs-ssl .bg-grayer {
    background: #EFF2F5;
}

.vpn-vs-ssl .bg-gray {
    background: #F3F5F7;
}

.vpn-vs-ssl .bg-linear {
    background: linear-gradient(180deg, #FFFFFF 0%, #F7F8FA 180%);
}

.vpn-vs-ssl .section-spaced {
    padding: 50px 0;
}

.vpn-vs-ssl .bluish-text {
    color: #1ABAD7;
}

.vpn-vs-ssl .mini-container {
    width: 75%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.vpn-vs-ssl h1 {
    font-weight: 800;
    font-size: 56px;
    line-height: 68px;
    color: #5E6975;
    width: 100%;
}

.vpn-vs-ssl .body-content {
    margin-bottom: 0;
}

.body-content:not(.vpn-vs-ssl-slider) {
    margin-top: 0;
}

.vpn-vs-ssl footer {
    margin-top: 0;
}
/*Scale fix*/
.vpn-vs-ssl .upper-footer {
    width: 100%;
}
.vpn-vs-ssl .digital-activity {
    padding-top: 60px;
}

.vpn-vs-ssl .body-content h2 {
    font-weight: 800;
    font-size: 40px;
    color: #5E6975;
    line-height: 49px;
    width: 100%;
}

.vpn-vs-ssl .body-content h3 {
    color: #5E6975;
    font-weight: 800;
    font-size: 23px;
    line-height: 28px;
    width: 100%;
}

.vpn-vs-ssl .body-content h4 {
    color: #5E6975;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    width: 100%;
}

.vpn-vs-ssl p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #7F7F7F;
}

.vpn-vs-ssl .body-content a {
    color: #1ABAD7;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    transition: .2s;
}

.vpn-vs-ssl .body-content a:hover {
    transition: .2s;
    color: #1592a9;
}

.vpn-vs-ssl .body-content .btn-regular {
    font-family: 'Roboto Slab', serif;
    background: #FCA844;
    border-radius: 7px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    padding: 17px 92px;
    transition: .2s;
    display: inline-block;
    font-weight: normal;
}

.vpn-vs-ssl .body-content .btn-regular:hover {
    transition: .2s;
    background: #EB8D3C;
    color: #fff;
}

.vpn-vs-ssl-slider {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-content: center;
    background: url("../images/vpn-vs-ssl/hero-bg.jpg") no-repeat;
    background-size: cover;
    padding: 120px 0 70px;
    background-position-x: 50%;
}

.vpn-vs-ssl-slider__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 6%;
}

.vpn-vs-ssl-slider__text {
    width: 50%;
}
.vpn-vs-ssl-slider__text p {
    width: 90%;
    margin-bottom: 40px;
}
.vpn-vs-ssl-slider__image {
    text-align: center;
    width: 50%;
}
.vpn-vs-ssl-slider__image .pc-img {
    width: 70%;
}

.vpn-vs-ssl-slider__image p {
    margin-top: 30px;
    margin-bottom: 0;
}
.vpn-vs-ssl-slider__image .trustpilot-hero {
    padding-bottom: 0;
}

.vpn-vs-ssl-slider__image .trustpilot-hero img {
    margin: 0 10px;
}

.vpn-vs-ssl .vpn-vs-ssl-slider h1 {
    color: #FFFFFF;
    margin: 0 0 20px 0;
}

.vpn-vs-ssl .vpn-vs-ssl-slider p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
}

.vpn-vs-ssl .comparing-section {
    background: url("/images/vpn-vs-ssl/compare-section-bg.jpg") no-repeat center;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    color: #fff;
    padding: 80px 0;
}
.vpn-vs-ssl .comparing-section h2 {
    width: 75%;
}
.vpn-vs-ssl .comparing-section h2,
.vpn-vs-ssl .comparing-section p {
    color: #fff;
    text-align: center;
}
.vpn-vs-ssl .comparing-section p {
    margin: 25px 0;
}
.vpn-vs-ssl .comparing-section .btn-regular {
    padding: 17px 62px;
}
.vpn-vs-ssl .comparing-section .mini-container {
    justify-content: center;
    width: 80%;
}
@media only screen and (max-width: 1399px) {
    .vpn-vs-ssl-slider__content {
        padding: 0;
    }

    .vpn-vs-ssl-slider {
        padding: 120px 0 100px;
    }

    .vpn-vs-ssl .comparing-section .mini-container {
        width: 90%;
    }
}


@media only screen and (max-width: 1199px) {
    .vpn-vs-ssl .vpn-vs-ssl-slider h1 {
        font-size: 48px;
        line-height: 58px;
    }

    .vpn-vs-ssl .body-content h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .vpn-vs-ssl .body-content h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .vpn-vs-ssl .body-content h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .vpn-vs-ssl .vpn-vs-ssl-slider {
        padding-top: 100px;
        padding-bottom: 60px;
    }
    .vpn-vs-ssl-slider__text {
        width: 60%;
    }
    .vpn-vs-ssl-slider__image {
        width: 40%;
    }
    .vpn-vs-ssl .vpn-vs-ssl-slider p {
        font-size: 16px;
    }

    .vpn-vs-ssl .body-content .btn-regular {
        font-size: 16px;
    }

    .vpn-vs-ssl .comparing-section .mini-container {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .vpn-vs-ssl .vpn-vs-ssl-slider h1 {
        font-size: 34px;
        line-height: 1.4;
    }

    .vpn-vs-ssl .body-content h2 {
        font-size: 32px;
    }

    .vpn-vs-ssl .vpn-vs-ssl-slider {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .vpn-vs-ssl .trustpilot-hero img:first-child {
        margin: 0 15px 0;
    }

    .vpn-vs-ssl .vpn-vs-ssl-slider p {
        margin: 25px 0;
    }

    .vpn-vs-ssl .section-spaced {
        padding: 30px 0;
    }

    .vpn-vs-ssl .benefits-secure h2 {
        width: 100%;
    }

    .vpn-vs-ssl .comparing-section h2 {
        width: 100%;
    }

    .vpn-vs-ssl .comparing-section {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 768px) {
    .vpn-vs-ssl .vpn-vs-ssl-slider h1 {
        font-size: 30px;
    }

    .vpn-vs-ssl .body-content p, .vpn-vs-ssl .body-content a {
        font-size: 14px;
    }

    .vpn-vs-ssl .body-content h2 {
        font-size: 24px;
    }

    .vpn-vs-ssl .body-content .btn-regular {
        padding: 17px 62px;
    }

    .vpn-vs-ssl-slider__content {
        position: relative;
        z-index: 1;
    }

    .vpn-vs-ssl-slider__text {
        width: 60%;
    }

    .vpn-vs-ssl-slider__image {
        width: 40%;
        position: relative;
        z-index: -1;
        right: 0;
        bottom: 0;
    }

    .vpn-vs-ssl .vpn-vs-ssl-slider__image p {
        margin: 10px 0 0;
        line-height: 1.6;
    }
    .vpn-vs-ssl .vpn-vs-ssl-slider p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 576px) {
    .vpn-vs-ssl .container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }

    .vpn-vs-ssl .vpn-vs-ssl-slider h1 {
        font-size: 28px;
    }

    .vpn-vs-ssl .body-content h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .vpn-vs-ssl-slider__image {
        width: 100%;
        position: relative;
        text-align: left;
    }
    .vpn-vs-ssl .trustpilot-hero {
        justify-content: flex-start;
    }
    .vpn-vs-ssl .trustpilot-hero img:first-child{
        margin: 0 15px 0 0;
    }
    .vpn-vs-ssl-slider__image img:not(.trustpilot-hero img):first-child {
        position: absolute;
        z-index: -1;
        bottom: 100%;
        right: 0;
        width: 50%;
        opacity: .7;
    }

    .vpn-vs-ssl-slider__text {
        order: 0;
        width: 100%;
    }

    .vpn-vs-ssl .vpn-vs-ssl-slider p {
        font-size: 14px;
    }

    .vpn-vs-ssl .vpn-vs-ssl-slider .trustpilot-hero {
        margin-top: 30px;
    }

    .vpn-vs-ssl .trust-pilot {
        padding-top: 35px;
    }

    .mb-5 {
        margin-bottom: 2rem !important;
    }
}

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

    .vpn-vs-ssl .sub-footer .cards-icons img {
        width: 100%;
    }
}