@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&family=Quicksand:wght@300;400;500;600;700&display=swap');
* {
    font-family: 'Manrope', sans-serif;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,.btn{
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}

.navbar-brand img{
    max-width: 150px;
}
.brand-login-icon img{
    max-width: 2.2rem;
    height: auto !important;
    margin: 0 15px;
    max-height: 2.4rem;
    display: flex;
    flex-direction: column;
}
.app-store-download img{
    max-width: 165px;
    margin-right: 15px;
}
#intro {
    background-image: url(../img/banner-main-register.jpg);
    height: 75vh;
    overflow: visible;
    background-position:  center;
    background-size: cover;
    /*position: absolute;*/
    /*background: linear-gradient(180deg, rgba(0, 27, 43, 0.95) 0%, rgba(0, 38, 60, 0.3) 100%), url(../img/banner-main-register.jpg);*/
}
.registration-page .navbar{
    /* padding-top: 29px; */
}
main{
    min-height: 95vh;
}
.navbar .nav-link {
    color: #fff !important;
}
.banner-content{
    padding-top: 80px;
}
.registration-form{
    background: linear-gradient(100.75deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
    border: 4px solid rgba(170, 219, 255, 0.3);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(120%);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 6px;
    padding: 1.4rem 1.4rem 2rem;
}
.typed::after {
    content: '|';
    display: inline;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
.typed-cursor{
    opacity: 0;
    display: none;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
.banner-content .typed_wrap h1{
    font-size: 4rem;
}
.banner-content .banner-desc{
    padding: 20px 15px 15px 25px;
}
.banner-content .banner-desc p{
    margin-bottom: 5px;
}
.registration-page .form-label{
    font-weight: 500;
    line-height: 1;
    margin-bottom: .4rem;
    font-size: .9rem;
    color: #000;
}
.registration-page .form-text{
    color: #3a3a3a;
}
.registration-page input.form-control{
    padding: 6px 10px;
    border: 2px solid #d6d6d6;
}
.form-check .form-check-input{
    border: 2px solid #d6d6d6;
}
::-webkit-input-placeholder {
    font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 14px;
}

::-moz-placeholder {  /* Firefox 19+ */
    font-size: 14px;
}
::-webkit-input-placeholder {
    font-size: 14px !important;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 14px !important;
}
::-moz-placeholder {  /* Firefox 19+ */
    font-size: 14px !important;
}

.request-demo{
    font-size: 20px;
    line-height: 1;
    padding: 12px 24px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.registration-page .form-check small{
    font-size: .8rem;

}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover{
    
}
.form-check-input{
    border-color: #f2f5f7 ;
}
.nav-link.login-btn{
    color: #000000 !important;
    border-radius: 6px;padding: 5px 20px !important;
    font-weight: bold;
}
.modal{
    z-index: 2000;
}
.modal-header .modal-title{
    line-height: 1.4;
}
select{
    -webkit-appearance: menulist !important;
}
.form-text small{

}
.request-demo-form .form-control{
    padding: 4px 10px !important;
}
.request-demo-form select.form-control{
    padding: 6px 10px !important;
}
.registration-page .form-label{
    font-size: .8rem;
    font-weight: 500;
}
.modal-body{
    background-color: #f2f5f7;
}
.btn-dropdown-nav .dropdown-toggle{
    background-color: rgba(248, 248, 248, 0.35);
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .5rem .2rem;
    padding: 2px !important;
    border-radius: 4px;
}
.btn-dropdown-nav .dropdown-toggle:after{
    margin-left: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
#msg-box{
    padding: 2rem;
}
.msg-box svg{
    margin: 1rem auto;
}
.social-icon img{
    margin: 0 10px;
    max-width: 30px;
}

@media only screen and (min-width: 768px){
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .8rem;
        padding-left: .8rem;
    }
}
@media only screen and (min-width: 1680px){
    .banner-content .typed_wrap h1{
        font-size: 4rem;
    }
}
@media only screen and (max-width: 1440px) {
    .banner-content .typed_wrap h1{
        font-size: 2.5rem ;
    }
    .banner-desc{
        padding: 15px;
        font-size: 16px;
    }
    .banner-content{
        padding-top: 40px !important;
    }
    .registration-page input.form-control{
        padding: 6px 10px;font-size: 14px;
    }
    /*.main-title-box{*/
    /*    max-height: 60vh;*/
    /*}*/
    /*.banner-content .row{*/
    /*    max-height: 64vh;*/
    /*}*/
}
@media only screen and (max-width: 768px){
    .navbar-brand{
        padding: 6px 0px;
    }
    .banner-content .typed_wrap h1{
        font-size: 1.8rem !important;
    }
    .banner-desc{
        font-size: 14px;
    }
    .banner-content .banner-desc p{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .request-demo {
        font-size: 14px;
        line-height: 1;
        padding: 8px 18px;
        text-transform: capitalize;
        margin-bottom: 20px;
    }
    #intro{
        min-height: 50vh;
    }
    .registration-form{
        padding: 1rem 1rem 1.2rem;
    }
    .registration-page .form-check small{
        font-size: .7rem;
        line-height: 1.4;
    }
    footer a{
        font-size: .8rem;
    }
    or-text{
        margin: 10px 0;
    }
    .app-store-box{
        font-size: 14px;
        margin-bottom: 2rem;
    }
    .banner-content .banner-desc{
        padding: 8px;
    }
    .app-store-download img{
        max-width: 160px;
    }
    .footer-content{
        margin-top: 28rem;
        padding: 10px;
    }
    .footer-content .app-store-box{
        margin-top: 29rem;
        padding-bottom: 0 !important;
    }
    .sign-in-page .footer-content {
        margin-top: 18rem;
    }
    .sign-in-page  .footer-content .app-store-box{
        margin-top: 6rem;
        padding-bottom: 0 !important;
    }
    .navbar-collapse {
        position: absolute;
        background: linear-gradient(100.75deg, rgb(0 0 0 / 80%) 0%, rgb(0 0 0 / 60%) 100%);
        border: 4px solid rgba(170, 219, 255, 0.3);
        box-shadow: 0px 20px 40px rgb(0 0 0 / 5%);
        backdrop-filter: blur(12px) saturate(180%);
        -webkit-backdrop-filter: blur(16px) saturate(120%);
        border-radius: 6px;
        top: 70px;
        width: 94%;
        padding: 15px;
    }
    .modal-header{
        padding: 6px 10px;
    }
    .modal-body{
        padding: .8rem;
    }
    .registration-page input.form-control {
        padding: 4px 8px;
        font-size: 14px;
    }

    ::-webkit-input-placeholder {
        font-size: 12px;
    }

    :-moz-placeholder { /* Firefox 18- */
        font-size: 12px;
    }

    ::-moz-placeholder {  /* Firefox 19+ */
        font-size: 12px;
    }
    ::-webkit-input-placeholder {
        font-size: 12px !important;
    }

    :-moz-placeholder { /* Firefox 18- */
        font-size: 12px !important;
    }
    ::-moz-placeholder {  /* Firefox 19+ */
        font-size: 12px !important;
    }
    .form-control{
        font-size: .8rem;
    }
}

@media only screen and (max-width: 380px){
    .app-store-box{
        /*margin-top: 35rem;*/
        font-size: 14px;
        /*padding: 20px !important;*/
    }
    .banner-content .typed_wrap h1{
        font-size: 1.4rem !important;
    }
    .app-store-download img{
        max-width: 120px;
    }
    .footer-content {
        margin-top: 34rem;
    }
    .sign-in-page .footer-content {
        margin-top: 20rem;
    }

}
@media only screen and (max-width: 340px){
    .app-store-box{
        /*margin-top: 48rem;*/
    }
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}
