.logo {
    height: 45px;
}

* {
    font-family: "Inter", sans-serif;
}

html, body {
    overflow-x: hidden;
}

.text-blue {
    color: #394a90;
}

.fs-18 {
    font-size: 18px;
}

.indicator {
    background-color: #00dea6;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 5px solid white;
    outline: 3px solid #00dea6;
}

.hero {
    background: url("../images/hero-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
}

.bdge {
    font-size: 16px;
    background-color: #00dea6;
    padding: 2px 15px;
    border-radius: 20px;
    display: inline-block;
}

.title {
    font-size: 40px;
    font-weight: 600;
    color: #394a90;
}

.text-purple {
    color: #863c89;
}

.form-control {
    border: 3px solid #394a90;
}

.btn-blue {
    background-color: #394a90 !important;
    color: white !important;
}

.arrow-right {
    height: 26px;
    width: 26px;
}

.partner-logo {
    height: 30px;
}

.position-arrow {
    width: 65px;
    left: -32px;
    top: 60px;
}

.section-title {
    font-size: 36px;
}

.fs-22 {
    font-size: 22px;
}

.icon {
    height: 70px;
}

.fs-20 {
    font-size: 20px;
}

.abs-btn {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 200;
    padding-left: 150px;
    padding-right: 150px;
}

.check {
    height: 18px;
}

.footer {
    background-color: #ebedf4;
}

.f-logo {
    height: 60px;
}

.fs-14 {
    font-size: 14px;
}

.mobile {
    display: none;
}


@media screen and (max-width: 767px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none !important;
    }

    .topbar .d-flex {
        justify-content: center !important;
    }

    .hero {
        background: linear-gradient(90deg, #3d4990, #803d8a);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom right;
    }

    .position-arrow {
        display: none;
    }

    .card-body.p-5 {
        padding: 20px !important;
    }

    .section-title {
        font-size: 23px;
    }

    .fs-22 {
        font-size: 18px;
    }

    .abs-btn {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 200;
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer .d-flex.justify-content-end.align-items-center.gap-5 {
        flex-direction: column;
        margin-top: 20px;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }
}