

body {
    font-family: system-ui !important;
}

#navbar-header {
    background-color: #FAFAFF !important;
}

/*handle placeholder*/
input::-webkit-input-placeholder {
    text-transform: none !important;
}

input:-moz-placeholder {
    text-transform: none !important;
}

input::-moz-placeholder {
    text-transform: none !important;
}

input:-ms-input-placeholder {
    text-transform: none !important;
}

.bg-color-user-journey-motor {
    background-color: #FAFAFF;
}

.input-style {
    border: 1px solid #CFD5DB !important;
    border-radius: 5px !important;
    background-color: #FFFFFF !important;
    height: 45px !important;
    text-transform: uppercase !important;
}

.select2-container .select2-selection {
    height: 45px !important;
}

.select2-container .select2-selection .select2-selection__rendered {
    font-weight: 700 !important;
    color: #2F1A6B !important;
    padding-top: 10px !important;
    padding-left: 10px !important;
}

.select2-container {
    width: 100% !important;
}

::placeholder {
    color: #d6d6d6 !important;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #d6d6d6 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #d6d6d6 !important;
}

@media only screen and (max-width: 480px) {
    header {
        box-shadow: 0px 4px 50px rgba(148, 109, 224, 0.2) !important;
    }

    .font-1 {
        color: #2F1A6B;
        font-weight: 800 !important;
        text-align: center;
        font-size: 2rem !important;
        margin-bottom: 2rem;
    }

    .font-1.partner {
        font-size: 1.3rem !important;
        margin-bottom: 1rem;
    }

    .font-2 {
        color: #2F1A6B;
        font-weight: 700;
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }

    .font-3 {
        color: #2F1A6B;
        font-weight: 500;
    }

    .font-4 {
        color:   darkmagenta;
        font-weight: 600;
        font-size: 0.9rem;
    }

    .font-5 {
        color:   darkmagenta;
        font-size: 0.9rem;
        font-weight: 600;
    }

    .container {
        width: 100%;
    }

    label {
        margin-bottom: 0.2rem !important;
    }

    .btn-1 {
        padding: 0.7rem !important;
        width: 100% !important;
        font-size: 1rem !important;
        text-transform: none;
    }

    .pos-promo {
        background-color: #3C1E91;
        color: rgba(255, 255, 255, 0.6);
        padding: 10px;
        font-size: 0.9rem;
        font-weight: 700;
        position: fixed;
        top: 0;
        margin-top: 21%;
        width: 100%;
        left: 0;
        z-index: 1;
    }
}

@media only screen and (min-width: 481px) {
    .bg-car {
         background: url('/img/homepage-banner-illustration-1-5d2a4d352884a025c5e728efb0a4c6ce.svg') !important; 
        background-position: 100% 70% !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        height: 700px !important;
        /* background: linear-gradient(95.81deg, rgb(233, 225, 249) 0%, rgb(226, 245, 255) 98.21%)!important; */
    }

    .bg-car-promo {
        background: url('#') !important;
        background-position: 100% 70% !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        height: 750px !important;
    }

    .bg-motorcycle {
        background: url('#') !important;
        background-position: 100% 70% !important;
        background-repeat: no-repeat !important;
        background-size: 100% !important;
        height: 700px !important;
    }

    .bg-motorcycle-promo {
        background: url('#') !important;
        background-repeat: no-repeat !important;
        background-position: 100% 70% !important;
        background-size: 100% !important;
        height: 750px !important;
    }

    .font-1 {
        color: #2F1A6B;
        font-size: 2.5rem;
        font-weight: 800 !important;
    }

    .font-2 {
        color: #2F1A6B;
        font-weight: 700;
        margin-bottom: 0.9rem !important;
        font-size: 1rem;
    }

    .font-3 {
        color: #2F1A6B;
        font-weight: 500;
        font-size: 1rem;
    }

    .font-4 {
        color: #2F1A6B;
        font-weight: 500;
        font-size: 1rem;
    }

    .font-5 {
        color:   darkmagenta;
        font-weight: 500;
        font-size: 1rem;
    }

    .container {
        width: 80%;
    }

    label {
        margin-bottom: 0.5rem !important;
    }

    .btn-1 {
        padding: 0.7rem !important;
        width: 100% !important;
        text-transform: none;
        font-size: 1.2rem !important;
    }

    .pos-promo {
        background-color: #3C1E91;
        color: rgba(255, 255, 255, 0.6);
        padding: 5px;
        font-size: 1.3rem;
        border-radius: 4px;
        font-weight: 700;
    }
}

.trans.scrolled {
    background-color: #fff !important;
    transition: all .3s ease-in !important;
}

@font-face {
    font-family: 'Clarity City';
    src: url('');
}

.floating {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float-button {
    margin-top: 16px;
}

@media (max-width: 576px) {
    .floating {
        right: 2%;
        bottom: 25%;
    }

    div#menuCollapse nav a {
        font-size: 1rem;
    }
}

.country-menu {
    width: max-content;
    padding-right: 0.5rem;
}


 