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

.ports-page .bg-gray {
    background: #F8F9F9;
}

.body-content:not(.ports-page-slider) {
    margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ports-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;
}

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

.ports-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;
}

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

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

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

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

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

.ports-page-slider__image p {
    margin-bottom: 40px;
}
.ports-page-slider__image img {
    margin-bottom: 20px;
}

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

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

.ports-page .ports-page-slider p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    margin: 30px 0;
}

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

.ports-page .about-port p {
    padding: 0;
    margin: 0;
}

.info-section__data {
    background: #FFFFFF;
    border: 1px solid #DBDFE4;
    border-radius: 12px;
    width: 60%;
    margin: 35px auto 0;
    padding: 0;
}
.info-section__data li {
    border-bottom:1px solid #DBDFE4;
    padding: 30px 40px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    align-content: center;
}
.info-section__data li:last-child {
    border-bottom:none;
}
.info-section__data li p {
    padding: 0;
    margin: 0;
}
.info-section__data li p:last-child {
    padding: 0;
}
.ports-page .info-section__data-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #5E6975;
    width: calc(40% - 10px);
    display: inline-flex;
    align-items: center;
    align-content: center;
}
.info-section__data-title svg {
    margin-right: 20px;
}
.ports-difference .visual-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    padding-left: 30px;
    align-items: center;
    align-content: center;
    margin: 30px 0;
    opacity: 0.3;
    transition: .2s;
}

.ports-difference .visual-item:before {
    background: #E2E2E2;
    border-radius: 2px;
    content: '';
    height: 100%;
    width: 4px;
    position: absolute;
    left: 0;
    transition: .2s;
}
.ports-difference .visual-item.active {
    transition: .2s;
    opacity: 1;
}
.ports-difference .visual-item.active:before {
    background: #1ABAD7;
    transition: .2s;
}
.ports-difference .visual-item i {
    font-size: 18px;
    color: #DD5757;
    margin-right: 15px;
}
.ports-difference .visual-item i.fa-check {
    color: #4DBC87;
}
.ports-difference .visual-item_title {
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    color: #5E6975;
    margin-bottom: 0;
}
.ports-difference .visual-item_text {
    text-align: left;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    color: #7F7F7F;
    padding: 0 !important;
    margin: 15px 0 0;
}
.ports-difference-visual {
    width: 75%;
    margin: 55px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.ports-difference-visual svg * {
    transition: .2s;
}
.ports-difference-visual svg.upper circle {
    fill: #A7B5BC;
}
.ports-difference-visual svg.upper .top-lines path {
    fill: #D39090;
}
.ports-difference-visual svg.upper .top-mims {
    opacity: 1;
}
.ports-difference-visual svg.upper .top-mims path {
    fill: #677E91;
}
.ports-difference-visual svg.upper .restrict-sign {
    opacity: 0;
}
.ports-difference-visual svg.upper .you-circle circle {
    fill:#1ABAD7;
}
.ports-difference-visual svg.upper .separator-line {
    opacity: 0;
}
.ports-difference-visual svg.upper .secure-line {
    opacity: 0;
}
.ports-difference-visual svg.upper .ssl-port circle {
    fill: #B8E8CF;
}
.ports-difference-visual svg.upper .bottom-lines {
    opacity: .1;
}
@media only screen and (max-width: 1399px) {
    .ports-page-slider__content {
        padding: 0;
    }

    .ports-page-slider {
        padding: 120px 0 100px;
    }
    .ports-page .info-section__data-title {
        width: calc(50% - 10px);
    }
    .ports-difference-visual {
        width: 100%;
    }
    .ports-page .body-content h2 {
        font-size: 36px;
    }
}

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

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

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

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

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

    .ports-page .ports-page-slider p {
        font-size: 16px;
    }

    .ports-page .body-content .btn-regular {
        font-size: 16px;
    }
    .info-section__data {
        width: 65%;
    }
    .ports-page .mini-container {
        width: 85%;
    }
}

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

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

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

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

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

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

    .ports-page-slider__image img {
        margin-bottom: 0;
    }
    .info-section__data {
        width: 90%;
    }
    .ports-page .mini-container {
        width: 100%;
    }
    .ports-difference-visual {
        margin: 25px auto;
    }
}

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

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

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

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

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

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

    .ports-page .ports-page-slider__image p {
        margin: 10px 0 0;
        line-height: 1.6;
    }
    .ports-page .ports-page-slider p {
        font-size: 14px;
    }
    .ports-page .info-section__data-title {
        width: calc(60% - 10px);
    }
}

@media only screen and (max-width: 767px) {
    .ports-page .trustpilot-hero img:first-child {
        margin: 0 15px 15px;
    }
    .ports-page .ports-page-slider__image p {
        margin-top: 20px;
    }
    .info-section__data {
        width: 100%;
    }
    .info-section__data li {
        padding: 20px;
    }
    .info-section__data-title svg {
        margin-right: 15px;
    }
    .ports-difference-visual svg {
        width: 90%;
    }
    .ports-difference-visual {
        margin: 10px auto;
    }
    .ports-difference .visual-item {
        margin: 15px 0;
    }
    .ports-difference-visual .w-50:first-child {
        width: 55%!important;
    }
    .ports-difference-visual .w-50:last-child {
        width: 45%!important;
    }
}

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

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

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

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

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

    .ports-page .ports-page-slider p {
        font-size: 14px;
    }

    .mb-5 {
        margin-bottom: 2rem !important;
    }
    .ports-page .info-section__data-title {
        width: 100%;
        justify-content: center;
    }
    .info-section__data li p:last-child {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .ports-difference-visual .w-50:last-child {
        width: 70%!important;
        margin: auto;
    }
    .ports-difference-visual .w-50:first-child {
        width: 100% !important;
    }
    .ports-difference-visual svg {
        width: 80%;
        height: auto;
        margin-top: 10px;
    }
}

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

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