@charset "UTF-8";

html {
  scroll-behavior: smooth;
}



#preloader {
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background-color:#15191c;
    z-index:999998;
}
 
#status {
    width:130px;
    height:130px;
    position:absolute;
    left:50%;
    top:50%;
    background-image: url(../images/loader.png);
	background-size: 50%;
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px   -100px;
}




body {
    background-color: #171a20;
	outline: none !important;
	-webkit-transition: all 0.2s ease-in-out;
	font-family: 'Manrope', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
	margin: auto;
    direction:ltr;
    overflow-x: hidden !important;
    color: #fff !important;
    background-color: #15191c;
}



@media only screen and (min-width: 480px) {


    .openpage{
        width: 100%;
        height: 100vh;
        position: relative;
    }

    .open-frame{
        width: 50%;
        height: 30vh;
        position: absolute;
        margin: auto;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
    }


.header{

    -webkit-transition: all 0.2s ease-in-out;
    z-index: 999878;
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-bottom: 1px solid rgba(255,255,255,0);
     backdrop-filter: blur(6px) saturate(100%) brightness(100%); 
    -webkit-backdrop-filter: blur(6px) saturate(100%) brightness(100%);
}

.header.active{
    z-index: 999878;
    -webkit-transition: all 0.2s ease-in-out;
    backdrop-filter: blur(6px) saturate(350%) brightness(75%); 
    -webkit-backdrop-filter: blur(6px) saturate(350%) brightness(75%);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}



.logo{
    -webkit-transition: all 0.2s ease-in-out;
    width: 100%;
    height: 80px;
}

.logo.active{
    -webkit-transition: all 0.2s ease-in-out;
    width: 40px;
    overflow: hidden;
    height: 55px;
}


.space{
    height: 140px;
}

.spacefooter{
    height: 60px;
}

.banner{
    z-index: 1;
    position: relative;
    width: 100%;
    height: 70vh;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 90%;
}

.bannertext{
    width: 100%;
    position: absolute;
    left: 0px !important;
    top: 0px;
    z-index: 9898;
    bottom: 0px;
}

.banner-shadow{
    display: none;
    background-color: #171a20;
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: 9px;
    left: 0px;
    right: 0px;
}

.spacemob{
display: none;    
}


.header-cta{
    border: none;
    font-weight: 500;
    transition: all 0.3s ease-out;
    font-size: 0.9em;
    width: 100%;
    border-radius: 30px;
    color: #fff;
    float: right !important;
    padding: 13px 20px !important;
    text-align: center;
    cursor: pointer;
    background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
    /**
    background-image: url(../images/cta-bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 130% 130%;
    **/
    box-shadow: 0px 0px 0px rgba(0,0,0,.4);
    display: inline-block;  
  position: relative;
  -webkit-backface-visibility: hidden;
  background-size: 100% 150%;
}

.header-cta:hover{
    transition: all 0.3s ease-out;
    background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
    background-size: 100% 500%;
    font-size: 0.9em;
    width: 100%;
    border-radius: 30px;
    color: #fff;
    float: right !important;
    padding: 13px 20px !important;
    text-align: center;
    cursor: pointer;
    /**
    background-image: url(../images/cta-bg1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 130% 130%;
    **/
    box-shadow: 0px 8px 10px rgba(0,0,0,.2);
}



.banner-cta{
    background-size: 100% 150%;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 0.9em;
    width: auto;
    border-radius: 30px;
    color: #fff;
    float: left !important;
    padding: 13px 20px !important;
    text-align: center;
    cursor: pointer;
    background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
}

.banner-cta:hover{
    background-size: 600% 150%;
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 0.9em;
    width: auto;
    border-radius: 30px;
    color: #fff;
    float: left !important;
    padding: 13px 20px !important;
    text-align: center;
    cursor: pointer;
    background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
}



h1{
    font-size: 3.3em !important;
    color: #fff;
    display: block;
    font-weight: 400 !important;
}

h2{
    font-size: 1.8em !important;
    color: #00fcef;
    display: block;
    font-weight: 100 !important;
}

h3{
    font-size: 1.2em !important;
    color: #fff;
    display: block;
    font-weight: 100 !important;
    line-height: 1.4em !important;
}

h4{
    font-size: 2.4em !important;
    color: #fff;
    display: block;
    font-weight: 400 !important;
}



quote-banner{
    font-size: 0.85em;
    color: rgba(255,255,255,0.5);
    display: block;
    font-weight: 400;
    margin-top: 100px;
}

quote-banner2{
    font-size: 0.85em;
    color: rgba(255,255,255,0.5);
    display: block;
    font-weight: 400;
}




p{
    font-size: 1em;
    font-weight: 300;
    color: #fff;
    display: block;
}


.footer{
    border-top: 1px solid rgba(255,255,255,0.2);
}

copy-text{
    font-size: 0.9em;
    color: rgba(255,255,255,0.5);
    display: block;
    font-weight: 400;
}




.demobutton{
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    position: fixed;
    z-index: 989898;
    bottom: -150px;
    width: 80%;
    margin: auto;
    left: 0px;
    right: 0px;
    background-color: #45d55f;
    padding:15px 20px;
    border-radius: 50em;
}

.demobutton.active{
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    position: fixed;
    z-index: 989898;
    bottom: 20px;
    width: 80%;
    margin: auto;
    left: 0px;
    right: 0px;
    background-color: #45d55f;
    padding:15px 20px;
    border-radius: 50em;
}


.demobutton:hover{
    display: none;
    -webkit-transition: all 0s ease-in-out;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    position: fixed;
    z-index: 989898;
    bottom: 20px;
    width: 80%;
    margin: auto;
    left: 0px;
    right: 0px;
    background-color: #06bdd0;
    padding:15px 20px;
    border-radius: 50em;
}




.demofield{
    -webkit-transition: all 0.2s ease-in-out;
    width: 100%;
    font-family: 'Manrope', sans-serif;
    background-color:rgba(255,255,255,0);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.4);
    box-shadow: 8px 8px 16px rgba(0,0,0,0);
    outline: none;
    border-radius: 15px;
    font-size: 0.9em;
    font-weight: 400;
    padding: 15px 20px;
    letter-spacing: 0.4px;
}


.demofield:hover{
    -webkit-transition: all 0.2s ease-in-out;
    width: 100%;
    font-family: 'Manrope', sans-serif;
    background-color:rgba(255,255,255,0.4);
    color: #000;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 8px 8px 16px rgba(0,0,0,0);
    outline: none;
    border-radius: 15px;
    font-size: 0.9em;
    font-weight: 400;
    padding: 15px 20px;
}

.demofield:focus{
    -webkit-transition: all 0.2s ease-in-out;
    width: 100%;
    font-family: 'Manrope', sans-serif;
    background-color:rgba(255,255,255,0.7);
    color: #000;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 8px 8px 16px rgba(0,0,0,0);
    outline: none;
    border-radius: 15px;
    font-size: 0.9em;
    font-weight: 400;
    padding: 15px 20px;
}

.demosend{
    -webkit-transition: all 0.2s ease-in-out;
    cursor: pointer;
    width: 100%;
    height:auto;
    padding: 15px 20px;
    background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
    background-size: 100% 150%;
    border-radius: 15px;
    font-size: 0.85em;
    font-weight: 600;
    text-align: center;
    letter-spacing: 6px;
    background-position: right top;
}

.demosend:hover{
    -webkit-transition: all 0.2s ease-in-out;
    cursor: pointer;
    width: 100%;
    height:auto;
    padding: 15px 20px;
    background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
    background-size: 400% 150%;
    border-radius: 15px;
    font-size: 0.85em;
    font-weight: 600;
    text-align: center;
    letter-spacing: 6px;
     background-position: center top;
}



.demofield::placeholder:hover{
    color: #000;
}

.demofield::placeholder:focus{
    color: #000;
}

.demofield::placeholder{
    color: #fff;
}


input-title{
    font-size: 0.7em;
    color: rgba(255,255,255,0.5);
    display: block;
    font-weight: 600;
    letter-spacing: 3px;
}

}