@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200..1000&display=swap');

*, body{
    margin: 0;
    padding: 0;
    font-family: "Mulish", serif;
}
.landingPage{
    max-width: 1280px;
    margin: 0 auto;
    padding: 26px 16px;
}
.landingPage .land-logo{
    width: 200px;
    margin: 0 auto 26px auto;
}
.landingPage .land-logo img{
    width: 100%;
    display: block;
}
.landingPage h1{
    font-size: 26px;
    text-align: center;
    font-weight: 800;
    margin: 0 0 10px 0;
    color: #343434;
}
.landingPage p{
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    margin: 0 0 25px 0;
    color: #6D6A6C;
}
.landingPage .land-btn {
    height: 46px;
    border-radius: 46px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    max-width: 315px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    outline: 0;
    text-align: center;
    transition: all 0.3s linear;
    box-sizing: border-box;
    gap: 5px;
}
.landingPage .land-btn.land-near{
    background: #000;
}
.landingPage .land-btn.land-near:hover{
    background: #343434;
}
.landingPage .land-or{
    text-align: center;
    font-size: 12px;
    color: #343434;
    padding:0 0 14px 0;
}
.landingPage .land-btn.land-sec{
    color: #343434;
    border: solid 1px #343434;
    padding: 0 15px;
    text-transform: none;
}
.landingPage .land-sign-up{
    display: flex;
    justify-content: space-between;
    padding-top: 26px;
    padding-bottom: 40px;
    margin:0 auto;
    max-width: 315px;
    width: 100%;
}
.landingPage .land-sign-up .land-btn{
    max-width: 140px;
}
.landingPage .land-btn.land-login{
    color: #fff;
    background: #F3705A;
    margin: 0;
}
.landingPage .land-btn.land-login:hover{
    background: #ED553C;
}
.landingPage .land-btn.land-sign{
    color: #fff;
    margin: 0;
    background: #4F95FF;
}
.landingPage .land-btn.land-sign:hover{
    background: #3E8BFF;
}
.landingPage .land-social{
    display: flex;
    justify-content: center;
    gap: 13px;
    margin-bottom: 26px;
}
.landingPage  .land-social a{
    display: block;
    transition: all 0.2s linear;
    transform: scale(1);
}
.landingPage  .land-social a:hover{
    transform: scale(1.1);
}
.landingPage .land-copytext{
    margin: 0;
    text-align: center;
    font-size: 12px;
    color: #676A6C;
    text-transform: uppercase;
}
.owl-landing {
    margin-bottom: 36px;
    border-radius: 8px;
    overflow: hidden;
}

    .owl-landing .item figure {
        display: flex;
        width: 100%;
        height: 40px;
        bottom: 0;
        justify-content: center;
        position: absolute;
        opacity: 1;
        transition: all 0.5s linear;
        margin-inline-start: -18px;
        top: 290px;
    }

    .owl-landing .active .item figure {
        bottom: 15px;
        opacity: 1;
    }

    .owl-landing .item img {
        width: 100%;
    }
.owl-landing .owl-nav button{
    bottom: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 45px;
}
.owl-landing .owl-nav button.owl-prev{
    left: 0;
    background: linear-gradient(-90deg, rgba(217, 217, 217, 0) 0%, #000000 100%);
    opacity: 0.5;
    font-size: 32px;
    color: #fff;
    font-weight: 100;
    }
.owl-landing .owl-nav button.owl-next{
    right: 0;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #000000 100%);
    opacity: 0.5;
    font-size: 32px;
    color: #fff;
    font-weight: 100;
}
.landing-graphics{
    display: none;
    width: 100%;
    min-height: 100vh;
    max-width: 750px;
    background: linear-gradient(90deg, rgba(210, 228, 255, 0.51) 0%, rgba(255, 255, 255, 0.51) 100%);
}
@media (min-width: 768px) {
    .landingPage{
        display: flex;
        min-height: 100vh;
        padding: 0 26px;
        justify-content: space-between;
    }
    .landingPage .land-area{
        max-width: 530px;
        display: flex;
        width: 100%;
        flex-direction: column;
        padding: 26px 0 26px 0;
        justify-content: center;
    }
    .landingPage .owl-landing {
        display: none;
    }
    .landingPage .landing-graphics{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .landingPage .graphicsWrap{
        position: relative;
        width: 100%;
        max-width: 450px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .landingPage .graphicsWrap .item{
        width: 216px;
        height: 243px;
        position: relative;
    }
    .landingPage .graphicsWrap .item > img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }
    .landingPage .graphicsWrap .item.item2{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .landingPage .graphicsWrap .item figure{
        display: flex;
        justify-content: center;
        position: absolute;
        transition: all 0.5s linear;
    }
    .landingPage .graphicsWrap .item:first-child figure{
        right: 25px;
        top: 25px;
    }
    .landingPage .graphicsWrap .item:nth-child(2n) figure{
        left: 25px;
        bottom: 25px;
    }
    .landingPage .graphicsWrap .item:last-child figure{
        left: 25px;
        bottom: 25px;
    }
}

.fadeIn{
    animation: fadeIn 1s 100ms ease backwards;
}
.fadeIn2{
    animation: fadeIn 1s 200ms ease backwards;
}
.fadeIn3{
    animation: fadeIn 1s 300ms ease backwards;
}
.fadeInUp {
    animation: fadeInUp 1s 100ms ease backwards;
}
.fadeInUp2 {
    animation: fadeInUp 1s 200ms ease backwards;
}
.fadeInUp3 {
    animation: fadeInUp 1s 400ms ease backwards;
}
.fadeInUp4 {
    animation: fadeInUp 1s 600ms ease backwards;
}
.fadeInUp5 {
    animation: fadeInUp 1s 650ms ease backwards;
}

@keyframes fadeInUp {
    0% {
        transform: translate(0px, 50px);
        opacity: 0;
    }
    100% {
        transform: translate(0px, 0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#login-popup .modal-dialog {
    max-width: 450px;
}

#login-popup .modal-content .modal-header {
    position: relative;
    justify-content: center;
    border: none;
    margin: 0;
}

#login-popup .modal-content .modal-title {
    font-weight: 700;
}

#login-popup .modal-content .close {
    position: absolute;
    right: -8px;
    margin: 0;
    top: 0px;
    padding: 0;
}

#login-popup .login-form {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

#login-popup .modal-content .form-row {
    margin-right: -15px;
    margin-left: -15px;
}

#login-popup .modal-content .or {
    position: relative;
    text-align: center;
    margin: 20px 0;
}

    #login-popup .modal-content .or:after {
        height: 1px;
        width: 100%;
        top: 10px;
        left: 0;
        right: 0;
        position: absolute;
        content: "";
        background: #ced4da;
    }

    #login-popup .modal-content .or span {
        padding: 2px 10px;
        background: #fff;
        text-transform: uppercase;
        display: inline-block;
        z-index: 1;
        position: relative;
    }

#login-popup .login-form .input-group-text {
    color: #4F95FF;
}

#login-popup .login-form .forogot-link {
    color: #4F95FF;
}

#login-popup .form_action_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

    #login-popup .form_action_link .lostPwd {
        font-size: 14px;
    }

#login-popup .dont_have {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

    #login-popup .dont_have a {
        padding: 0;
        color: #4F95FF;
        text-decoration: underline;
    }

#LoginForm .login-form #togglePassword {
    position: absolute;
    right: 10px;
    top: -3px;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
#login-popup {
    z-index: 1042;
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-content {
    padding: 15px 30px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.6);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 20px;
    outline: 0;
}
#login-popup .modal-content .modal-header {
    justify-content: center;
    border: none;
    margin: 0;
}
.modal-header, .modal-body {
    padding-left: 0;
    padding-right: 0;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.btn-primary {
    background: #F3705A !important;
    border-color: #F3705A !important;
    border-radius: 4px !important;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 150% !important;
    display: flex;
    align-items: center;
    text-align: center !important;
    color: #FFFFFF !important;
    border: none;
    cursor: pointer;
    opacity: 1 !important;
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
    height: 35px;
}
#UsernameOrEmailAddress-error{
    font-family: 'Muli', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #2C3E50;
    overflow-x: hidden;
}
#Password-error {
    font-family: 'Muli', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #2C3E50;
    overflow-x: hidden;
}
button#btnGetOTP {
    margin-left: 135px;
    font-family: Montserrat;
    font-weight: normal;
    font-size: 16px !important;
    font-weight: 700 !important;
}
.landingPage .land-btn img {
    width: 20px;
}
#login-popup .modal-content .modal-footer {
    flex-wrap: wrap;
    gap: 10px;
}

    #login-popup .modal-content .modal-footer .btn {
        min-width: max-content;
        width: 20%;
    }

#login-popup .modal-content a#btnGoogleLogin,
#login-popup .modal-content .fb-login-button {
    margin: 0;
}

#login-popup .modal-content a#btnAppleLogin {
    height: 38px;
    display: flex;
    align-items: center;
    gap: 5px;
    border: solid 1px #000;
    padding: 2px 6px;
    border-radius: 3px;
    color: #000;
    font-weight: 600;
    margin: 0;
    font-size: 12px;
}

    #login-popup .modal-content a#btnAppleLogin em {
        font-style: normal;
    }
