@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: 180px;
    margin-right: 15px;
}
#intro {
    
    height: 100vh;
    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 25px 25px;
}
.banner-content .banner-desc p{
    margin-bottom: 10px;
}
.registration-page .form-label{
    font-weight: 500;
    line-height: 1;
    margin-bottom: .4rem;
    font-size: .9rem;
}
.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;
}
@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;
    }
}
@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{
        margin-top: 25rem;
        font-size: 14px;
        padding: 20px !important;
    }
    .banner-content .banner-desc{
        padding: 8px;
    }
    .app-store-download img{
        max-width: 160px;
    }
    .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;
    }
}
@media only screen and (max-width: 340px){
    .app-store-box{
        margin-top: 48rem;
    }
}
