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

.features-page .bg-grayer {
    background: #EFF2F5;
}

.features-page .bg-gray {
    background: #F3F5F7;
}

.features-page .bluish-text {
    color: #1ABAD7;
}
.body-content:not(.features-page-slider) {
    margin-top: 0;
}

.features-page .bg-linear {
    background: linear-gradient(0deg, #FFFFFF 0%, #F7F8FA 110%);
}

.features-page .section-spaced {
    padding: 80px 0;
}

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

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

.features-page .body-content {
    margin-bottom: 0;
}

.features-page footer {
    margin-top: 0;
}

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

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

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

.features-page .trustpilot-hero {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.features-page .trustpilot-hero img:first-child {
    margin-right: 15px;
}

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

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

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

.features-page .text-darkgray {
    color: #5E6975;
}

.features-page .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;
}

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

.features-page .body-content .btn-bordered {
    font-family: 'Roboto Slab', serif;
    background: none;
    border: 3px solid #FCA844;
    border-radius: 7px;
    text-decoration: none;
    color: #FCA844;
    font-size: 20px;
    line-height: 26px;
    padding: 17px 62px;
    transition: .2s;
    display: inline-block;
    font-weight: normal;
}

.features-page .body-content .btn-bordered:hover {
    transition: .2s;
    background: #FCA844;
    color: #fff;
}

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

.features-page-slider__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 6%;
}

.features-page-slider__text {
    width: 60%;
}

.features-page-slider__image {
    text-align: center;
    width: 40%;
}

.features-page-slider__image p {
    margin-bottom: 40px;
}

.features-page .features-page-slider h1 {
    color: #FFFFFF;
    margin: 20px 0;
}

.features-page .features-page-slider h4 {
    color: #FFFFFF;
    margin: 25px 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
}

.features-page .features-page-slider p, .features-page .features-page-slider ul {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
}

.features-page-slider ul {
    padding: 0;
    margin: 30px 0;
}

.features-page .features-page-slider ul li {
    margin: 7px 0;
    font-weight: 600;
    display: inline-flex;
    width: 100%;
    align-items: center;
    flex-direction: row;
    line-height: 1.8;
}

.features-page-slider ul i {
    background: #4DBC87;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
    line-height: 1.8;
}

.features-page .benefits-secure h2 {
    line-height: 56px;
    width: 80%;
    margin: auto;
}

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

.features-page .trust-pilot {
    border-top: 2px solid #DBDFE4;
}

/*Scale fix*/
.features-page .upper-footer {
    width: 100%;
}

@media only screen and (max-width: 1399px) {
    .features-page-slider__content {
        padding: 0;
    }

    .features-page-slider {
        padding: 120px 0 100px;
    }
}

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

    .features-page .body-content h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .features-page .body-content h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .features-page .body-content h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .features-page .features-page-slider {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .features-page .features-page-slider p, .features-page .features-page-slider ul {
        font-size: 16px;
    }

    .features-page .body-content .btn-regular {
        font-size: 16px;
    }
}

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

    .features-page .body-content h2 {
        font-size: 32px;
    }

    .features-page .features-page-slider {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .features-page .trustpilot-hero img:first-child {
        margin: 0 15px 0;
    }

    .features-page .features-page-slider p {
        margin: 25px 0;
    }

    .features-page .section-spaced {
        padding: 40px 0;
    }

    .features-page .benefits-secure h2 {
        width: 100%;
    }
}

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

    .features-page .body-content p, .features-page .body-content a {
        font-size: 14px;
    }

    .features-page .body-content h2 {
        font-size: 24px;
    }

    .features-page-slider__content {
        position: relative;
        z-index: 1;
    }

    .features-page-slider__text {
        width: 60%;
    }

    .features-page-slider__image {
        width: 40%;
        position: relative;
        z-index: -1;
        right: 0;
        bottom: 0;
    }

    .features-page .features-page-slider__image p {
        margin: 10px 0 0;
        line-height: 1.6;
    }
    .features-page .features-page-slider p, .features-page .features-page-slider ul {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .features-page .trustpilot-hero img:first-child {
        margin: 0 15px 15px;
    }
}

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

    .features-page .features-page-slider h1 {
        font-size: 28px;
    }

    .features-page .body-content h2 {
        font-size: 22px;
        line-height: 30px;
    }

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

    .features-page-slider__text {
        order: 0;
        width: 100%;
    }

    .features-page .features-page-slider p, .features-page .features-page-slider ul {
        font-size: 14px;
    }

    .features-page .features-page-slider ul li {
        margin: 5px 0;
    }

    .features-page .trust-pilot {
        padding-top: 35px;
    }

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

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

    .features-page .sub-footer .cards-icons img {
        width: 100%;
    }
}
