/*@font-face {*/
/*    font-family: SF Pro Display;*/
/*    src: url('./sf-pro-display-cufonfonts');*/
/*}*/

@font-face {
    font-family: SF Pro Display;
    src: url("./sf-pro-display-cufonfonts/SFPRODISPLAYREGULAR.OTF") format("opentype");
}


* {
    font-family: SF Pro Display, sans-serif !important;
}

body {
    padding: 0;
    background: #F8F8F8;
}

.menu {
    padding: 26px 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 120px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    width: 100%;
}

@media screen  and (max-width: 1430px) {
    .menu {
        gap: 60px;
    }

    .header-info-text {
        margin-top: 20px !important;
    }
}

@media screen  and (max-width: 1200px) {
    .menu {
        gap: 20px;
        padding: 0;
        flex-direction: column;
        width: 100%;
    }

    .header-info-text h1 {
        font-size: 40px !important;
        line-height: 42px !important;
    }

    .header-info-text p {
        font-size: 18px !important;
        line-height: 20px !important;
    }

}

.navbar-toggler {
    position: absolute;
    right: 20px;
}

.menu button.dropdown-toggle {
    all: unset;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.menu li {
    color: #282828;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.76px;
    text-align: center;
}

.languageSelect {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.languageSelect ul {
    padding: 0;
}

.languageSelect li {
    padding: 5px 10px;
    cursor: pointer;
    text-align: left;
}

.languageSelect li:hover {
    background-color: rgba(195, 186, 247, 0.19);
}

.header-info {
    padding-left: 100px;
}

.menu-item {
    min-width: 120px;
}

.menu-item a {
    text-decoration: none;
    color: inherit;
    font: inherit;
}

@media screen  and (max-width: 991px) {
    .header-info {
        padding: 0 12px;
    }

    .navbar-collapse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 25px;
        padding: 20px 0;
        position: absolute;
        background: #f8f9fa;
        box-shadow: 0px 11px 13px -11px #8E8E8E;
        top: 85px;
        width: 100%;
    }


    .menu-item {
        text-align: center;
    }

    .languageSelect {
        width: unset;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.header-info-text {
    margin-top: 140px;
}

.header-info-text h1 {
    color: #282828;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 67.76px; /* 105.876% */
}

.header-info-text p {
    color: #8E8E8E;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.26px; /* 146.302% */
}

.features {
    padding: 49px 91px 99px;
    background: #2E61CC;
    margin-top: -140px;
}

@media screen  and (max-width: 991px) {
    .features {
        padding: 20px 24px;
        margin: 0;
    }
}

.features h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 54px;
    color: #fff;
}

.features-items {
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
}

.f-item {
    padding: 30px 34px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 24.886px;
    background: rgba(195, 186, 247, 0.19);
}


.f-item .icon {
    width: 115.003px;
    height: 99.189px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 1px 1px 7px -2px #3e3a3a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.f-item p {
    color: #FFF;
    text-align: center;
    font-family: SF Pro Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.766px; /* 142.288% */
    margin-bottom: 0;
}


.about-company {
    padding: 120px 80px 0;
}

.about-company h1 a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media screen  and (max-width: 991px) {
    .about-company h1 a {
        display: block;
    }
    .about-company {
        padding: 40px 12px;
    }

    .features-items {
        gap: 10px;
    }

    .f-item {
        flex-basis: calc(50% - 5px);
    }

    .f-item .icon {
        width: 90px;
        height: 90px;
    }

    .header-info-text {
        margin-top: 50px;
    }
}

.about-company h1 {
    color: #1D1D1D;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 45.76px; /* 127.112% */
}

.about-company p {
    color: #818181;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.26px; /* 134.78% */
    margin-top: 23px;
}

.price-plan h1 {
    color: #282828;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 45.76px; /* 127.112% */
}

.price-plan {
    margin-top: -150px;
    padding: 40px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.price-plan h1 {
    margin-bottom: 70px;
    color: #282828;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 45.76px; /* 127.112% */
}

.free {
    padding: 34px 24px 24px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    border-radius: 13px;
    background: #2E61CC;
    -webkit-box-shadow: 15px 18px 53.1px 0px rgba(29, 78, 182, 0.23), 3px 4px 14px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 15px 18px 53.1px 0px rgba(29, 78, 182, 0.23), 3px 4px 14px 0px rgba(0, 0, 0, 0.07);
}

.free h2 {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.26px; /* 67.39% */

}

.pro h2 {
    color: #282828;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.26px; /* 67.39% */
}


.price-plan .d-flex {
    gap: 25px;

}

@media screen  and (max-width: 1400px) {
    .price-plan {
        margin-top: 0;
    }
}

@media screen  and (max-width: 991px) {
    .price-plan .d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0 !important;
    }
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.free ul {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.5px; /* 125% */
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
}


.free ul li {
    padding: 10px 0;
    display: flex;
}

.free ul li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.free ul li span {
    margin-left: 17px;
}

.plus {
    color: #2E61CC;
    font-size: 139.025px;
    font-style: normal;
    font-weight: 500;
    line-height: 176.717px; /* 127.112% */
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 34px 24px 24px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
    text-align: center;
    border-radius: 13px;
    background: #FFF;
    -webkit-box-shadow: 15px 18px 53.1px 0px rgba(29, 78, 182, 0.23), 3px 4px 14px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 15px 18px 53.1px 0px rgba(29, 78, 182, 0.23), 3px 4px 14px 0px rgba(0, 0, 0, 0.07);
}

.pro h2 {
    text-align: center;
    width: 100%;
}

.pro ul {
    color: #474747;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px; /* 125% */
    list-style: none;
    text-align: left;
    margin: 0 0 16px 0;
    padding: 0;
}

@media screen  and (max-width: 991px) {
    .pro ul {
        margin: 0;
    }

    .pro ul li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;

    }
}

.pro ul li {
    padding: 10px 0;
    display: flex;
}

.pro ul li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.pro ul li span {
    margin-left: 17px;
}

.pro a {
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
    letter-spacing: 0.75px;
    padding: 14px 16px;
    border-radius: 5px;
    background: #2E61CC;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.14);
    border: none;
    width: 100%;
    text-decoration: none;
    display: block;
}

.pro .d-flex {
    gap: 38px;
}

.reviews-block {
    padding-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 300px;
    background: -o-linear-gradient(346deg, rgba(46, 97, 204, 0.10) -0.51%, rgba(16, 92, 251, 0.10) 101.37%);
    background: linear-gradient(104deg, rgba(46, 97, 204, 0.10) -0.51%, rgba(16, 92, 251, 0.10) 101.37%);
}

.review-wrapper {
    margin-top: -300px;
}

.review-wrapper h1 {
    color: #282828;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 45.76px; /* 127.112% */
    text-align: center;
    margin-bottom: 50px;
}

.review {
    padding: 24px;
    border-radius: 10px;
    background: #FFF;
    margin-bottom: 30px;
}

.review p {
    color: #4D4D4D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.26px; /* 134.78% */
    margin-bottom: 27px;
}

.author-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 142px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.name-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3px;
}

.name-block .name {
    color: #282828;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.26px;
}

.name-block span {
    color: #A7A7A7;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.26px;
}

.name-block .location {
    color: #4D4D4D;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.26px; /* 202.17% */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.hub {
    padding: 150px 0;
}

@media screen  and (max-width: 1200px) {
    .hub {
        padding: 40px 0px;
    }

    .hub .container-fluid {
        padding: 0 12px !important;
    }
}


.hub .container-fluid {
    padding: 0 12px 0 90px;
}

.hub h2 {
    color: #1D1D1D;
    margin-bottom: 36px;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 45.76px; /* 127.112% */
}

.hub p {
    color: #818181;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.26px; /* 134.78% */
    margin-bottom: 32px;
}

.line {
    background: -o-linear-gradient(346deg, #2E61CC -0.51%, #105CFB 101.37%);
    background: linear-gradient(104deg, #2E61CC -0.51%, #105CFB 101.37%);
    height: 45px;
    width: 100%;
}

.hub .mobile-image3 {
    display: block;
    margin: -50px 0 -145px auto;
}

@media screen  and (max-width: 991px) {
    .hub .mobile-image3 {
        display: block;
        margin: 0 auto;
    }
}

@media screen  and (max-width: 1200px) {
    .hub .mobile-image3 {
        margin-top: 0!important;
    }
}



footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 58px 36px 69px;
    background: #1D1D1D;
}

.footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 120px 0px 85px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

@media screen  and (max-width: 991px) {
    .footer-wrapper {
        padding: 0 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 35px;
    }
}

.follow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
}

@media screen and (max-width: 991px) {
    .follow {
        align-items: center;
    }
}

.follow p {
    color: #F2F2F2;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.26px;
    margin-bottom: 0;
}

.follow-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
}

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 73px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen  and (max-width: 991px) {
    .footer-menu {
        padding: 0 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-menu-item {
        text-align: center !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .footer-menu ul {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .author-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px;
    }
}

.footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 9px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer-menu h6 {
    color: #F2F2F2;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.26px; /* 134.78% */
    margin-bottom: 0;
}

.footer-menu li, .footer-menu p {
    color: #F2F2F2;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.26px; /* 179.225% */
    margin-bottom: 0;
}

.copyright {
    padding: 8px 120px;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.copyright p, .copyright a {
    margin-bottom: 0;
    color: #F2F2F2;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.26px; /* 134.78% */
    text-decoration: none;
}

@media screen  and (max-width: 991px) {
    .copyright {
        padding: 8px 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}

.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}

.logo {
    align-items: center;
}

.logo p {
    color: #2E61CC;
    font-size: 37.066px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
    word-break: keep-all;
}

.logo img {
    width: 82.819px;
    height: 24.31px;
}

.logo-black {
    align-items: center;
}

.logo-black p {
    color: #FFFFFF;
    font-size: 37.066px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

.logo-black img {
    width: 82.819px;
    height: 24.31px;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* Add custom styles */
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
    /* Add padding-right to adjust space for the arrow icon */
    padding-right: 20px;
}

@media screen  and (max-width: 991px) {
    .price-plan {
        padding: 40px 12px;
        margin-top: 0;
    }

    .header-info-text h1, #features_heading, .about-company h1, .price-plan h1, .review-wrapper h1, .hub h2 {
        font-size: 40px;
        line-height: 60px;
        font-weight: 700;
        text-align: center;
    }

    .navbar {
        padding: 5px;
        height: 85px;
    }
}


.contact a, .privacy a {
    text-decoration: none;
    font: inherit;
    color: inherit;
}
