@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/defend-section.css";
@import "sections/trial-section.css";

/* global styles */
@media only screen and (max-width: 576px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }
}

.body-content {
    margin-top: 0;
}

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

@media only screen and (max-width: 1199px) {
    .body-content h2 {
        font-size: 36px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .body-content h2 {
        font-size: 32px;
    }
}

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

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

@media only screen and (max-width: 1199px) {
    .body-content h4 {
        font-size: 16px;
        line-height: 20px;
    }
}

.bg-grayer {
    background: #EFF2F5;
}

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

@media only screen and (max-width: 991px) {
    .mini-container {
        width: 100%;
    }
}

.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 62px;
    transition: .2s;
    display: inline-block;
    font-weight: normal;
}

@media only screen and (max-width: 1199px) {
    .body-content .btn-regular {
        font-size: 16px;
    }
}

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

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

@media only screen and (max-width: 575px) {
    .container-fluid {
        overflow: hidden;
    }
}
/* END */

/* page hero section */
.page-hero {
    padding-top: 89px;
    padding-bottom: 53px;
    background-image: url("../images/what-is-a-vpn/page-hero.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 991px) {
    .page-hero {
        padding-top: 80px;
        padding-bottom: 40px;
    }
}

.page-hero h1 {
    font-weight: 800;
    font-size: 56px;
    line-height: 68px;
    color: #ffffff;
    width: 100%;
}

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

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

.page-hero .usenet-checklist {
    padding: 0;
    margin: 17px 0 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
}

.page-hero .usenet-checklist ul {
    padding-left: 0;
}

.page-hero .usenet-checklist li {
    margin: 4px 0;
    font-weight: 600;
    display: inline-flex;
    width: 100%;
    align-items: center;
    flex-direction: row;
    line-height: 1.8;
}

.usenet-checklist i {
    color: #4DBC87;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    text-align: center;
    font-size: 24px;
    margin-right: 10px;
    line-height: 1;
}

.nh-privado-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .nh-privado-wrapper {
        margin-top: 20px;
    }
}

.page-hero-under-trustpilot {
    font-weight: 600;
    font-size: 15px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}

.page-hero .btn-regular {
    width: 100%;
    max-width: 360px;
    text-align: center;
}
/* END */


/* benefits section */
.body-content h3 {
    color: #5E6975;
    font-weight: 800;
    font-size: 23px;
    line-height: 28px;
    width: 100%;
}

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

.cascade-block__text p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.cascade-block__image img {
    border-radius: 15px;
    filter: drop-shadow(0px 12px 16px rgba(94, 105, 117, 0.25098));
}
/* END */
