﻿@font-face {
    font-family: 'Averta-Bold';
    src: url('/Fonts/Averta-Bold.eot');
    src: url('/Fonts/Averta-Bold.eot') format('embedded-opentype'),
         url('/Fonts/Averta-Bold.woff2') format('woff2'),
         url('/Fonts/Averta-Bold.woff') format('woff'),
         url('/Fonts/Averta-Bold.ttf') format('truetype'),
         url('/Fonts/Averta-Bold.svg#Averta-Bold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Averta-ExtraBold';
    src: url('/Fonts/Averta-ExtraBold.eot');
    src: url('/Fonts/Averta-ExtraBold.eot') format('embedded-opentype'),
         url('/Fonts/Averta-ExtraBold.woff2') format('woff2'),
         url('/Fonts/Averta-ExtraBold.woff') format('woff'),
         url('/Fonts/Averta-ExtraBold.ttf') format('truetype'),
         url('/Fonts/Averta-ExtraBold.svg#Averta-ExtraBold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Averta-Regular';
    src: url('/Fonts/Averta-Regular.eot');
    src: url('/Fonts/Averta-Regular.eot') format('embedded-opentype'),
         url('/Fonts/Averta-Regular.woff2') format('woff2'),
         url('/Fonts/Averta-Regular.woff') format('woff'),
         url('/Fonts/Averta-Regular.ttf') format('truetype'),
         url('/Fonts/Averta-Regular.svg#Averta-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}


html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Averta-Regular',"Open Sans", Helvetica, Arial, Verdana, sans-serif;
    color: #25292d;
    position: relative;
    background-color: #ffffff;
    font-size: 22px;
    line-height: 33px;
}

html {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color:#8953e2;
}

a:active, a:hover,a:focus {
    outline: 0;
    color:#7245bc;
}

.container{
    max-width:1800px;
    margin:0 auto;
}

.h-container {
    max-width: 1564px;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.h-container:after,.h-container::after{
    clear:both;
    display:table;
    content:"";
}

h2{
    font-size:50px;
    line-height:50px;
    text-align:center;
    margin:0;
    padding:0;
    font-family: 'Averta-ExtraBold',"Open Sans", Helvetica, Arial, Verdana, sans-serif;
}

/*form*/
form{
    padding:0;
    margin:0;
    display:block;
}
.input-field{
    border-radius: 37px;
    border: solid 1px #a681ec;
    padding:12px 32px;
    text-align:left;
    margin-bottom:34px;
    
    width:38%;
}

    .input-field.active {
        border-color: #02faa7;
    }
.input-field:nth-child(2n+1){
    float:left;
}
.input-field:nth-child(2n){
    float:right;
}
/*input:-internal-autofill-selected{
    background-color:transparent !important;
    color:#fff !important;
}*/
/* Change Autocomplete styles in Chrome*/
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow:0 0 0 30px #8754e5 inset !important;
    box-shadow: 0 0 0 30px #8754e5 inset !important;
}
/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
}

label {
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Averta-Bold',"Open Sans", Helvetica, Arial, Verdana, sans-serif;
    letter-spacing: 0;
    color: #fff;
    opacity: 0.3;
    padding: 0 0 6px 0;
    margin: 0;
    
}
.input-field label {
    position: relative;
    pointer-events: none;
    top: 15px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.input-field.completed label {
    position: relative;
    pointer-events: none;
    top: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size:12px;
}
input:focus,textarea:focus{
    outline:none !important;
}
input,textarea{
    display:block;
    font-size:18px;
    line-height:22px;
    color:#fff;
    font-family: 'Averta-Bold',"Open Sans", Helvetica, Arial, Verdana, sans-serif;
    background-color: transparent;
    border: 0;
    width: 100%;
    color:#fff;
}

iframe {
    border: 0;
    display: block;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.txt-area-field:before,.txt-area-field::before{
    clear:both;
}
.txt-area-field{
    border-radius: 26px;
    border: solid 1px #a681ec;
    padding:12px 32px;
    text-align:left;
    margin-bottom:46px;
    clear:both;
}

.txt-area-field label{
    font-size:18px;
    line-height:22px;
}
.input-field,.txt-area-field{
    position:relative;
    z-index:10;
}
.input-field.error,.txt-area-field.error{
    border: solid 1px #ffdf1a;
}
.error-txt{
    position:absolute;
    bottom:-20px;
    left:30px;
    z-index:20;
    font-size: 12px;
line-height:16px;
color: #ffdf1a;
letter-spacing: 0;
font-family: 'Averta-Bold',"Open Sans", Helvetica, Arial, Verdana, sans-serif;
display:none;
}

.popup {
    position: fixed;
    z-index: 30000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #8953e2;
    color: #fff;
    visibility: hidden !important;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    -moz-transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
    -o-transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;

    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.open {
        visibility: visible !important;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition: -webkit-transform 0.4s ease-in-out;
        -moz-transition: transform 0.4s ease-in-out;
        -o-transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
    }

.close-btn {
    background-image: url('/Images/close-btn.svg');
    width: 37px;
    height: 37px;
    object-fit: contain;
    background-repeat:no-repeat;
    background-position:center;
    display:inline-block;
    position:absolute;
    left:40px;
    top:40px;
}

.contact-btn, .demo-btn, .more-btn, .req-demo-btn, .play-btn, .r-demo-btn, .social li a, .back-to-top .b-arrow, .back-to-top .b-arrow-txt, .submit-btn {
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}