@charset "utf-8";

@font-face {
	font-family: "ar-archy-semibold";
	src: url(../fonts/archyedt-bold.otf);
}
@font-face {
	font-family: "BPG_EXTRASQUARE";
	src: url(../fonts/BPG_EXTRASQUARE.ttf);
}
html,body{
    position: relative;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: rgba(0,0,0,0);
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: rgba(0,0,0,0);
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: rgba(0,0,0,0);
    -o-tap-highlight-color: transparent;
    tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: transparent;
}
body{
    background-color: #252525;
    background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
*{
    font-family: "ar-archy-semibold";
}
div{
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
a:hover,
a:focus{
    text-decoration: none;
    color: #fff;
}
.row{
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.logo{
    position: absolute;
    width: 250px;
    height: 50px;
    left: 7%;
    top: 7vh;
    z-index: 10;
    background: url(../img/logo.png) center no-repeat;
    background-size: contain;
}
.section{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.center{
    text-align: center;
}
.red{
    color: #ff1644;
}
.underline{
    box-shadow: inset 0 -3px 0 #fff;
}
h1{
    margin: 0;
    font-size: 6vh;
    color: rgba(255,255,255,1);
    letter-spacing: 1px;
    font-weight: 100;
}
h2{
    margin: 0;
    font-size: 3vh;
    color: rgba(255,255,255,.54);
    font-weight: 100;
}
.hand-1{
    position: absolute; 
    right: 0;
    top: 2vh;
    width: 50%;
    z-index: -1;
}
.header-text{
    margin-top:48vh;
    margin-bottom: 20px;
}
.feature-container{
    position: relative;
    width: 100%;
}
.features{
    display: inline-block;
    text-align: left;
    margin: 5vh 3.5vw;
}
.feature-item{
    position: relative;
    width: 200px;
    height: 165px;
    display: inline-block;
    color: rgba(255,255,255,1);
    background: url('../img/feature_bg.png') center no-repeat;
    background-size: contain;
}
.feature-description{
    color: rgba(255,255,255,1);
    display: inline-block;
    font-size: 3.6vh;
    line-height: 165px;
    vertical-align: text-bottom;
}
.feature-content{
    position: absolute;
    width:120px;
    height: 80px;
    top: 0;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
}
.feature-number{
    text-align: center;
    font-size: 70px;
}
/* .typing-text{
    background: -webkit-linear-gradient(#72d2ff, #0084ff);
    background: -moz-linear-gradient(#72d2ff, #0084ff);
    background: -o-linear-gradient(#72d2ff, #0084ff);
    background: linear-gradient(#72d2ff, #0084ff);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    text-fill-color: transparent; 
}*/
.typing-text h2{
    line-height: 4vh;
    color: #fff;
}
.hand-2{
    position: absolute;
    left: 0;
    top: 10vh;
    width: 20%;
    z-index: -1;
}
.terms-container{
    position: relative;
    margin-top: 10vh;
    padding: 5vh 4vw ;
    background: url('../img/terms_bg.png') center no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.terms-name{
    text-align: left;
    font-size: 4.1vh;
    margin-bottom: 3vh;
    font-family: "BPG_EXTRASQUARE";
}
.listElem{
    margin: 2.5vh 0;
    font-size: 2vh;
    line-height: 3vh;
    text-align: left;
}
.listElem div{
    display: table-cell;
    font-family: "BPG_EXTRASQUARE";
}
.number{
    width: 30px;
}
.number span{
    padding:3px 8px;
    border-radius: 4px;
    background-color: #0052c1;
    margin-right: 25px;
}
.number img{
    width: 40px;
    height: 42px;
    margin-right: 40px;
    vertical-align: text-top;
}
.SlBtn{
    position: relative;
    padding: 2vh 3vw;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    opacity: 1;
    font-size: 4vh;
    letter-spacing: 1px;
    margin: 6vh 0 10vh 0;
    z-index: 5;
 }
.SlBtn span{
    position: relative;
    z-index: 222;
}
.SlBtn:before {
    content: '';
    position: absolute;
    left: -50%;
    top: -100%;
    width: 200%;
    height: 300%;
    z-index: 1;
    background: url('../img/btn.png') center no-repeat;
    background-size: 100% 100%;
    opacity: 0.85;
}
.SlBtn:hover:before{
    opacity: 1;
}
.lari{
    font-family: "!BPGGEL";
}
/*-----------------------------Medias---------------------------*/
@media(max-width:1600px) and (max-height:900px){
    .header-text {
        margin-top: 45vh;
    }
    .features{
        margin: 3vh 3.5vw;
    }
}
@media(max-width:1500px){
    .features {
        margin: 5vh 1.5vw;
    }
    .feature-item {
        width: 160px;
    }
    .feature-description {
        font-size: 3vh;
    }
}
@media(max-width:1366px) and (max-height:768px){
    .features {
        margin: 1vh 1.5vw;
    }
}
@media(max-width:1280px) and (max-height:1000px){
    .header-text {
        margin-top: 35vh;
    }
    .features {
        margin: 2vh 1.5vw;
    }
}
@media(max-width:1024px){
    .logo{
        position: absolute;
        left: 10px;
        top: 20px;
        background: url(../img/logo_white.png) center no-repeat;
    }
    .header-text {
        margin-top: 35vh;
    }
    .features {
        display: block;
        text-align: center;
        margin: 5vh auto;
    }
}
/*------Mobile Devices Portrait------*/
@media(max-width:1024px) and (orientation:portrait){
    .hand-1 {
        top: 10vh;
        width: 90%;
    }
}
/*------Mobile Devices Landscape------*/
@media(max-width:1024px) and (orientation:landscape){
    h1{
        font-size: 6vw;
    }
    h2{
        font-size: 3vw;
    }
    .feature-description{
        font-size: 3.6vw;
    }
    .typing-text h2 {
        line-height: 5vw;
    }
    .listElem {
        font-size: 2vw;
        line-height: 3vw;
    }
}

@media(max-width: 400px){
    .feature-item {
        width: 150px;
    }
}