@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700&display=swap");
@import url("http://fonts.cdnfonts.com/css/circular-std");
@import url("https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap");
@font-face {
    font-family: PoliteType;
    src: url(https://res.cloudinary.com/ajomoney/raw/upload/v1661659469/website/fonts/thePoliteType/PoliteType-Regular_axssmg.otf)
}

@font-face {
    font-family: FacebookSans;
    src: url(https://res.cloudinary.com/ajomoney/raw/upload/v1661659468/website/fonts/facebook-sans-cufonfonts/FacebookSansRegular_avq2aw.ttf)
}

:root {
    --primary-color: #5203ce;
    --secondary-color: #89c40f
}

body,
html {
    padding: 0;
    margin: 0;
    font-weight: 400 !important;
    top: 0 !important;
    line-height: 30px;
    font-family: FacebookSans;
    background-color: #fff !important
}

.goog-te-banner-frame.skiptranslate {
    display: none !important
}

.aj-text-primary {
    color: var(--primary-color)
}

.def-a:hover {
    color: #fff !important
}

h1 {
    font-size: 38px
}

h1,
h2 {
    font-family: PoliteType !important;
    font-weight: 600
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 28px
}

h3,
h4 {
    font-family: PoliteType !important;
    font-weight: 500
}

h4 {
    font-size: 22px
}

.hero-title,
.service-a-title {
    font-family: PoliteType, sans-serif
}

.px-30 {
    padding: 0 34px
}

.overCardBg {
    background-color: #fff;
    box-shadow: 0 15px 25px 0 #3b3b3b10;
    padding: 15px;
    margin-top: -30px;
    border-radius: 10px 10px 10px 10px
}

@media screen and (min-width:768px) {
    h1 {
        font-size: 50px
    }
    h1,
    h2 {
        font-weight: 600
    }
    h2 {
        font-size: 45px
    }
    h3 {
        font-size: 36px;
        font-weight: 500
    }
    p {
        font-size: 16px
    }
    h4 {
        font-size: 22px;
        font-weight: 500
    }
    .pt-md-8 {
        padding-top: 8rem !important
    }
    .pb-md-8,
    .py-md-8 {
        padding-bottom: 8rem !important
    }
    .py-md-8 {
        padding-top: 8rem !important
    }
}

@media screen and (min-width:992px) {
    .pt-lg-8 {
        padding-top: 8rem
    }
    .pb-lg-8 {
        padding-bottom: 8rem
    }
}

.bg-primary {
    background-color: var(--primary-color) !important
}

.home-5-underline {
    width: 100%;
    bottom: 0;
    left: 0
}

nav {
    width: 100% !important
}

.nav-link {
    color: #363636 !important;
    font-weight: 500;
    font-size: 15px !important;
    font-family: FacebookSans
}

.nav-link:hover {
    color: #00ffff !important;
}

.nav-link:focus {
    outline: none !important
}

.nav-link.active {
    color: var(--primary-color) !important
}

.nav-btn-clr {
    border: none !important;
    border-radius: 21px !important;
    padding: 12px 33px
}

.nav-btn-clr,
.nav-btn-clr:hover {
    background-color: var(--primary-color);
    color: #fff !important
}

.nav-btn-clr:hover {
    border: none !important
}

.dropdown-menu[data-bs-popper] {
    left: -25%;
    margin-top: .5rem
}

.dropdown-toggle:after {
    display: none
}

.dropdown-menu {
    border: none;
    border-radius: 20px;
    box-shadow: 0 10px 20px 0 #00000010
}

#platforms-dropdown+.dropdown-menu {
    min-width: 11rem
}

nav {
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none
}

@media screen and (min-width:1200px) {
    .dropdown-menu-lg {
        min-width: 65vw;
        padding: 0
    }
}

@media screen and (min-width:1400px) {
    .dropdown-menu-lg {
        min-width: 66rem;
        padding: 0
    }
}

.nav-dropdown-heading {
    color: #bdbdbd;
    font-size: 16px;
    font-weight: 500
}

#platforms-dropdown+.dropdown-menu>.list-group-item,
.nav-dropdown-heading+.list-group>.list-group-item {
    border: none;
    font-weight: 500;
    font-size: 14px;
    background-color: transparent
}

.company {
    background-color: #f8f3ff;
    border-bottom-right-radius: 20px
}

.offcanvas {
    background: hsla(0, 0%, 100%, .85);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px)
}

.cta {
    padding: 11px 19px;
    background-color: #00ffff;
    border-radius: 30px;
    box-shadow: 10px 10px 0 0 var(--secondary-color)
}

.cta,
.cta:hover {
    color: #fff !important
}

.cta-white {
    padding: 11.5px 19px;
    border-radius: 30px;
    box-shadow: 10px 10px 0 0 var(--secondary-color)
}

.cta-white,
.cta-white:hover {
    color: var(--primary-color)
}

@media screen and (min-width:768px) {
    .cta,
    .cta-white {
        padding: 16px 28px
    }
    .cta {
        background-color: #00ffff;
        color: #fff !important;
        border-radius: 30px;
        box-shadow: 10px 10px 0 0 var(--secondary-color)
    }
}

a {
    color: inherit !important;
    text-decoration: none !important
}

a:hover {
    color: #000 !important;
    color: initial !important
}

.nav-scrolled {
    background-color: #ffffff85 !important;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px)
}

p {
    font-size: 18px;
    font-weight: 300
}

.swiper-section-title {
    font-size: 12px;
    letter-spacing: .265em;
    font-family: PoliteType, sans-serif
}

.platform-card {
    border-radius: 14.75px;
    padding: 34px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 378.42px
}

.platform-card h3 {
    font-size: 28px !important;
    font-family: PoliteType, sans-serif
}

.platform-card p {
    font-size: 14px;
    width: 75.27%;
    line-height: 22.2px
}

.platform-card img {
    width: calc((254 / 334) * 100%);
    margin: 0 auto
}

.platform-card-coop {
    background-color: #fff7d6
}

.platform-card-biz {
    background-color: #e9efff
}

.platform-card-agents {
    background-color: #ffe7e7
}

.platform-card-devs {
    background-color: #ffeffd
}

.swiper-wrapper {
    display: block
}

.swiper-slide {
    width: 100% !important
}

.swiper-button-disabled {
    opacity: .5
}

.offcanvas-backdrop {
    display: none
}

@media screen and (min-width:768px) {
    .swiper-section-title {
        font-size: 18px
    }
}

@media screen and (min-width:992px) {
    .platform-card {
        border-radius: 14.75px;
        padding: 35px 20px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 452.38px
    }
    #platform-card h3 {
        font-size: 35.4px
    }
    .platform-card p {
        width: 75.77%
    }
    .swiper-slide {
        width: 398.28px !important
    }
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important
}

.fw-300 {
    font-weight: 300
}

.download-app {
    background: #5203ce;
    box-shadow: 6.55373px 6.55373px 0 #89c40f;
    border-radius: 262.149px;
    font-family: PoliteType;
    font-weight: 500;
    font-size: 11.1075px;
    color: #fff !important;
    padding: 10px 17px
}

@media screen and (min-width:992px) {
    .download-app {
        box-shadow: 10px 10px 0 #89c40f;
        border-radius: 400px;
        font-weight: 500;
        font-size: 20px;
        padding: 15px 25px;
        justify-content: center !important
    }
}

.accordion_item {
    border: none
}

.accordion_item .button {
    border: none;
    outline: none;
    color: var(--primary-color);
    background: transparent;
    font-size: 18px;
    padding: .5rem 0;
    text-align: left;
    display: flex
}

.accordion_item .control {
    margin-right: .75rem
}

.answer {
    padding: 15px;
    margin-left: 1rem
}

.answer_wrapper {
    height: 0;
    overflow: hidden
}

.answer_wrapper.open {
    height: auto
}

@media screen and (min-width:992px) {
    .accordion_item .button {
        font-size: 24px;
        padding: 1rem 0
    }
    .answer {
        font-size: 18px
    }
}

#contact-form-container {
    box-shadow: 0 15px 50px 0 #00000015;
    background: #fff;
    border-radius: 15px;
    margin-top: 3rem
}

#contact-form-container label {
    font-family: Circular Std;
    font-weight: 400;
    font-size: 14.2614px;
    line-height: 18px
}

#contact-form-container input[type=email],
#contact-form-container input[type=text],
.PhoneInputInput {
    height: 44px
}

#contact-form-container .form-control {
    background: #f2f2f2;
    border-radius: 3.61789px;
    border: none
}

#contact-form-container .form-control::-moz-placeholder {
    font-weight: 400;
    font-size: 14.2614px;
    line-height: 24px;
    color: #4f4f4f
}

#contact-form-container .form-control:-ms-input-placeholder {
    font-weight: 400;
    font-size: 14.2614px;
    line-height: 24px;
    color: #4f4f4f
}

#contact-form-container .form-control,
#contact-form-container .form-control::placeholder {
    font-weight: 400;
    font-size: 14.2614px;
    line-height: 24px;
    color: #4f4f4f
}

.form-control:focus {
    color: #4f4f4f;
    background-color: #f2f2f2;
    border: none;
    box-shadow: none
}

.PhoneInput {
    background-color: #f2f2f2;
    border-radius: 3.61789px;
    padding: 5px;
    height: 44px
}

#contact-form-container .form-control,
.PhoneInputInput {
    background: #f2f2f2;
    border-radius: 3.61789px;
    border: none;
    padding: .375rem .75rem
}

.PhoneInputInput:focus-visible {
    outline: 0
}

.PhoneInputCountry {
    margin-right: 5px !important;
    background: #fff;
    border-radius: 3.61789px;
    padding: 10px
}

#contact-form-container .form-control {
    color: #4f4f4f
}

.PhoneInputInput:focus,
.form-control:focus {
    color: #4f4f4f;
    background-color: #f2f2f2;
    border: none
}

@media screen and (min-width:992px) {
    .contact-hero {
        height: 30vh
    }
    #contact-form-container {
        margin-top: -85% !important
    }
}

@media screen and (min-width:1200px) {
    #contact-form-container {
        margin-top: -73% !important
    }
}

@media screen and (min-width:1400px) {
    #contact-form-container {
        margin-top: -62% !important
    }
}

footer h6 {
    font-weight: 500 !important;
    font-size: 18px !important
}

footer .list-group .list-group-item {
    font-size: 14px;
    color: #4f4f4f;
    border: none
}

footer a:hover {
    color: red !important;
}

footer p {
    color: #828282;
    font-size: 14px
}