﻿body {
    font-family: Nexa;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #00000000;
    padding: 0 15%;
}
.justify-content-flex-end {
    justify-content: flex-end;
}
nav .navbar-nav {
    gap: 30px;
    align-items: center;
}
nav .nav-item {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.015em;
    color: #1D2758;
}
.navbar-brand {
    margin-right: 5rem;
}
.nav-blue-button {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: white;
    padding: 12px 22px;
    background: linear-gradient(180deg, #1C8AF7 0%, #421CFA 100%);
    border-radius: 12px;
    text-decoration: none;
    border: none;
}
nav .nav-item a.active,
nav .nav-item a:hover {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.015em;
    background: linear-gradient(180deg, #1C8AF7 0%, #421CFA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
section.page {
    width: 100%;
    display: block;
    align-items: center;
    padding: 150px 15% 20px;
    background-image: url('/images/BG image_main screen.jpg');
    margin-bottom: 30px;
}
section.intro {
    width: 100%;
    display: flex;
    gap: 50px;
    align-items: center;
    padding: 150px 15% 80px;
    background-image: url('/images/BG image_main screen.jpg')
}
section.intro .col1 {
    width: 50%;
}
section.intro .col2 {
    width: 50%;
    text-align: right;
}
section.intro .col2 img {
    width: 70%;
}
section.intro .title {
    font-weight: 900;
    font-size: 56px;
    line-height: 67px;
    color: #1d2758;
}
section.intro .content {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: black;
    padding: 20px 0 30px;
}
section.intro .content p {
    font-weight: 400;
    margin-top: 10px;
}
.button-holder {
    width: fit-content;
}
.button-holder a {
    text-decoration: unset;
}
.button-holder a .button-blue,
.copyright button.button-blue {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: white;
    padding: 16px 54px;
    border-radius: 12px;
    background: linear-gradient(180deg, #1C8AF7 0%, #421CFA 100%);
    width: max-content;
    border: none;
}
.copyright button.button-blue {
    margin-bottom: 10px;
}
section.how-it-works {
    margin: 80px 15%;
}
section.how-it-works .content {
    display: flex;
    gap: 60px;
    margin: 50px 0 0;
}
section.how-it-works .col1,
section.how-it-works .col2,
section.how-it-works .col3 {
    width: 33.3%;
}
section.pricing {
    margin: 80px 15%;
    position: relative;
}
section.how-it-works .title,
section.pricing .title {
    font-weight: 900;
    font-size: 36px;
    line-height: 54px;
    color: #1d2758;
    text-align: center;
}
section.how-it-works .col1 img,
section.how-it-works .col2 img,
section.how-it-works .col3 img {
    width: 90%;
    padding: 0 5% 40px;
}
section.how-it-works .caption {
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    color: #1d2758;
    text-align: center;
    margin-bottom: 20px;
}
section.how-it-works .text {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #1d2758;
    text-align: center;
}
section.pricing .title {
    margin-bottom: 50px;
}
section.pricing .content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.pricing .item {
    position: relative;
    width: 35%;
    box-shadow: 0px 10.5px 43px rgba(0, 36, 107, 0.08);
    padding: 30px;
    border-top: 10px solid transparent;
    border-radius: 33px;
    background: linear-gradient(white, white) padding-box, linear-gradient(to left, #1C8AF7, #421CFA) border-box;
}
section.pricing .item.active {
    padding: 60px 30px;
    z-index: 1;
    margin: 0 -3.4%;
}
section.pricing .item.inactive .container {
    filter: blur(8px);
}
section.pricing .item.inactive .soon {
    position: absolute;
    font-weight: 900;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.19289px;
    color: #421CFA;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}
section.pricing .item.inactive {
    background: linear-gradient(white, white) padding-box, linear-gradient(to left, #1c8af750, #421cfa50) border-box;
}
section.pricing .name {
    font-weight: 900;
    font-size: 37px;
    line-height: 28px;
    color: #1d2758;
    text-align: center;
    letter-spacing: -0.35px;
}
section.pricing .price {
    font-weight: 700;
    font-size: 32px;
    line-height: 68px;
    color: #421CFA;
    text-align: center;
    letter-spacing: -0.35px;
}
section.pricing .item .subtitle {
    font-weight: 700;
    font-size: 21px;
    line-height: 35px;
    color: #B8B8B8;
    text-align: left;
    letter-spacing: -0.35px;
}
section.pricing .item .internal,
section.pricing .item .database {
    font-weight: 700;
    font-size: 21px;
    line-height: 40px;
    color: #0F132A;
    text-align: left;
    letter-spacing: -0.35px;
    display: flex;
    white-space: nowrap;
    justify-content: space-between;
}
section.pricing .item .middle {
    overflow: hidden;
}
section.pricing .item .left {
    margin-right: 10px;
}
section.pricing .item .right {
    margin-left: 10px;
}
section.pricing .item .button {
    text-align: center;
}
section.pricing .item button {
    font-weight: 700;
    font-size: 21px;
    line-height: 21px;
    color: white;
    text-align: center;
    background: linear-gradient(180deg, #1C8AF7 0%, #421CFA 100%);
    border-radius: 12px;
    padding: 16px 63px;
    border: none;
    margin-top: 40px;
}
section.pricing .item.inactive button {
    color: black;
    background: white;
    border-radius: 12px;
    border: solid 2px #1C8AF7;
}
section.download {
    background: #421CFA0A;
    padding: 0 15%;
    display: flex;
    gap: 40px;
    align-items: center;
    height: 350px;
    margin: 180px 0 80px;
}
section.download .col1 {
    width: 20%;
    height: 350px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
section.download .col2 {
    width: calc(80% - 170px);
}
section.download .col3 {
    width: 170px;
}
section.download .col3 img {
    width: 100%;
}
section.download .col3 img:first-child {
    margin-bottom: 20px;
}
section.download .title {
    font-weight: 900;
    font-size: 36px;
    line-height: 54px;
    color: #1D2758;
}
section.download .content {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.8);
    margin: 0 0 30px;
}
footer .menu {
    width: 70%;
    margin: 0 15%;
    border-bottom: solid 1px #bebebe;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #1D2758;
}
footer .menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8%;
    list-style: none;
}
footer .menu ul li a {
    color: inherit;
    text-decoration: none;
}
footer .menu ul li a:hover,
footer .menu ul li a.active {
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.015em;
    background: linear-gradient(180deg, #1C8AF7 0%, #421CFA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
footer .copyright {
    margin: 30px 15%;
    padding: 0;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.8);
}
footer .copyright a {
    color: inherit;
}
.subscribe-form {
    right: 0;
    position: absolute;
    top: 60px;
    box-shadow: 1px 1px 12px 9px #bebebe50;
    background-color: white;
    width: 300px;
    border-radius: 5px;
}
.subscribe-form .optionalParent {
    text-align: center;
}
.subscribe-form .mc-field-group {
    width: 100% !important;
}
.subscribe-form .foot {
    display: block !important;
    width: 100% !important;
}
.subscribe-form input[type=submit] {
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 18px !important;
    color: white !important;
    padding: 16px 54px !important;
    border-radius: 12px !important;
    background: linear-gradient(180deg, #1C8AF7 0%, #421CFA 100%);
    width: max-content !important;
    height: auto !important;
}
.button-blue p {
    margin-bottom: 0;
}
@media(max-width:1240px) {
    header {
        padding: 0 5%;
    }
    section.intro, section.download {
        padding-left: 5%;
        padding-right: 5%;
    }
    section.how-it-works, section.pricing, footer .menu, footer .copyright {
        margin-left: 5%;
        margin-right: 5%;
    }
    section.download .col1 img {
        width: 100%;
    }
    footer .menu {
        width: 90%;
    }
}
@media(max-width:980px) {
    section.intro .title {
        font-size: 36px;
        line-height: 47px;
    }
    section.intro .col2 img {
        width: 100%;
    }
    section.pricing .item.inactive {
        display: none;
    }
    section.pricing .content {
        justify-content: center;
    }
    section.pricing .item {
        min-width: 306px;
    }
    section.how-it-works .content {
        flex-wrap: wrap;
        justify-content: center;
    }
    section.how-it-works .col1, section.how-it-works .col2, section.how-it-works .col3 {
        min-width: 300px;
    }
    section.how-it-works .col1 img, section.how-it-works .col2 img, section.how-it-works .col3 img {
        max-width: 300px;
    }
}
@media(max-width:767px) {
    .navbar-collapse {
        background-color: white;
        width: 300px;
        min-width: unset;
    }
}
@media(max-width:575px) {
    section.intro .col2 {
        display: none;
    }
    section.intro .col1 {
        width: 100%;
    }
    section.intro .title {
        font-size: 32px;
        line-height: 40px;
    }
    section.download .col1 {
        display: none;
    }
    section.download {
        display: flex;
        flex-wrap: wrap;
    }
    section.download .col2 {
        width: 100%;
    }
    section.download .col3 {
        width: 100%;
        display: flex;
        gap: 20px;
    }
    section.download .col3 img {
        height: 76px;
    }
    section.download .col3 img:first-child {
        margin-bottom: 0;
    }
    footer .menu ul {
        flex-wrap: wrap;
    }
    footer .menu ul li:nth-child(3) {
        display: none;
    }
    section.pricing .item.active {
    }
}
