@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
@font-face {
    font-family: 'Basier Circle';
    src: url('../font/basiercircle-semibold-webfont.eot');
    src: url('../font/basiercircle-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/basiercircle-semibold-webfont.woff2') format('woff2'), url('../font/basiercircle-semibold-webfont.woff') format('woff'), url('../font/basiercircle-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    overflow-x: hidden;
}

.image img {
    width: 100%;
    display: inline-block;
}

.bg-light {
    background-color: #fff!important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 24px;
    padding: 21px 22px;
}

.btn-outline-secondary {
    background: linear-gradient(86.59deg, #0C69F3 0%, #51ABFE 113.51%);
    box-shadow: 0px 2px 4px rgba(12, 48, 141, 0.1);
    border-radius: 1000px;
    color: #fff;
    border: none;
    width: 215px;
    height: 42px;
    padding: 10px 28px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Inter', sans-serif;
    text-align: center;
    margin-left: 22px;
}

.banner-heading h2 {
    font-size: 44px;
    line-height: 48px;
    letter-spacing: -0.01em;
    font-family: 'Basier Circle';
    font-weight: 400;
    font-weight: 600;
    padding-top: 0px;
}

.banner-heading p {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #656A78;
    opacity: 0.84;
    font-family: 'Inter', sans-serif;
    padding: 16px 0px 32px 0px;
    -webkit-font-smoothing: antialiased;
}

.banner-button a {
    background: #040711;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    margin: 0px 12px;
}

.banner-button a:first-child {
    margin: 0px !important;
}

.reverse__mobile {
    align-items: center;
}

.invite-block, .request-block-success {
    margin-top: 32px;
}

.request-block-success {
    display: none;
}

.invite-block a, .request-block-success {
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    line-height: 24px;
    color: #656A78;
    font-family: 'Inter', sans-serif;
}

.invite-block img, .request-block-success img {
    margin-right: 10px;
}

.request-block {
    display: inline-flex;
    width: 90%;
    align-items: center;
    margin-top: 12px;
    display: none;
}

.request-block form {
    width: 100%;
    align-items: center;
    margin: 0;
    padding: 0;
}

.request-block input {
    background: #FFFFFF;
    border: 1px solid #EDEFF3;
    box-shadow: 0px 2px 4px rgba(12, 48, 141, 0.06);
    border-radius: 1000px;
    width: 60%;
    height: 48px;
    border: 1px solid #EDEFF3;
    padding: 12px 16px;
}

.request-block button {
    width: calc(30% - 12px);
    height: 48px;
    background: linear-gradient(86.59deg, #0C69F3 0%, #51ABFE 113.51%);
    box-shadow: 0px 2px 4px rgba(12, 48, 141, 0.1);
    border-radius: 1000px;
    color: #fff;
    border: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Inter', sans-serif;
    margin-left: 12px;
    max-width: 400px;
    display: inline-block;
    position: relative;
}

.scan-block {
    margin-top: 32px;
    display: flex;
    gap: 25px;
}

.scan-block img {
    border-radius: 10px;
}

.download-block {
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(33, 66, 116, 0.09);
    border-radius: 1000px;
    width: 171px;
    height: 36px;
    margin-top: 30px;
}

.download-block img {
    background: linear-gradient(86.59deg, #0C69F3 0%, #51ABFE 113.51%);
    border-radius: 1000px;
    padding: 10px 12px;
    margin: 3px 6px 5px 4px;
}

.download-block a {
    text-decoration: none;
    color: #000;
    padding-top: 6px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

main {
    background: linear-gradient(180deg, rgba(240, 245, 253, 0) 47.92%, #F0F5FD 100%), #FFFFFF;
    padding: 20vh 0px;
}

footer {
    background: #141926;
    width: 100%;
}

.footer-text {
    padding-top: 74px;
}

.footer-details li {
    list-style: none;
    margin-bottom: 18px;
}

.footer-details li .active {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
}

.footer-details li a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    opacity: 0.88;
}

.copyright-border {
    border-top: 1px solid #fff;
    opacity: 0.16;
    margin-top: 50px;
}

.copyright p {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Inter', sans-serif;
    opacity: 0.72;
    margin-top: 27px;
}

.copyright span {
    margin-left: 32px;
    opacity: 1;
}

.socialicon-block img {
    margin: 27px 10px;
}

.policy__text a {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Inter', sans-serif;
    margin-top: 27px;
    text-decoration: none;
}

.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L6 6L1 1' stroke='%239DA6BA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    border: none !important;
    height: 10px;
    width: 14px;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

a.dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

@media(max-width:990px) {
    .text__center {
        text-align: center !important;
    }
}

@media(max-width:768px) {
    .banner-heading h2 {
        padding-top: 18px;
    }
    footer {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .copyright p {
        text-align: center;
    }
    .socialicon-block {
        text-align: center;
    }
    .text__center {
        text-align: center !important;
    }
    .extra__mobile .col-lg-2 {
        margin-bottom: 30px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 15px 20px;
    }
    .request-block {
        width: 94%;
    }
    .request-block button,
    .request-block input {
        font-size: 12px;
    }
    .banner-heading h2 {
        font-size: 32px;
        line-height: 38px;
    }
}

@media(max-width:580px) {
    .navbar {
        text-align: center !important;
    }
    .banner-heading h2 {
        padding-top: 18px;
    }
    .banner-heading p {
        font-size: 16px;
    }
    .image {
        margin-top: 50px;
    }
    .footer-text {
        padding-top: 50px;
    }
    .copyright p {
        text-align: center;
    }
    .socialicon-block {
        text-align: center;
    }
    .reverse__mobile {
        flex-direction: column-reverse;
    }
    .scan-block {
        margin-bottom: 30px;
    }
    .request-block {
        flex-wrap: wrap;
        width: 100%;
    }
    .request-block input {
        width: 100%;
        font-size: 15px;
    }
    .request-block button {
        margin-top: 12px;
        width: 100%;
        margin-left: 0px;
        font-size: 15px;
        max-width: 100%;
    }
    main {
        padding: 4vh 0px;
    }
}