@charset "utf-8";

@font-face {
	font-family: "archyedt-bold";
	src: url(../fonts/archyedt-bold.otf);
}
@font-face {
	font-family: "BPG_EXTRASQUARE";
	src: url(../fonts/BPG_EXTRASQUARE.ttf);
}
@font-face {
	font-family: "!BPGGEL";
	src: url(../fonts/!BPGGEL.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;
}
div{
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
a:hover,
a:focus{
    text-decoration: none;
    color: #fff;
}
.logo{
    position: absolute;
    width: 220px;
    height: 40px;
    left: 0;
    top: 5vh;
    z-index: 10;
    background: url(../img/logo.png) center no-repeat;
    background-size: contain;
}
.center{
    text-align: center;
}
.red{
    color: #ff1644;
}
.underline{
    box-shadow: inset 0 -2px 0 rgba(255,255,255,0.8);
    padding-bottom: 3px;
}
h1{
    margin: 0;
    font-size: 6vh;
    color: #6bf8ff;
    font-weight: 100;
    font-family: "archyedt-bold";
}
h2{
    margin: 0;
    font-size: 3vh;
    color: rgba(99,248,255,.52);
    font-weight: 100;
    font-family: "archyedt-bold";
}
.redshadow{
    text-shadow: 3px 2px 1px #ed0a40;
}
.logo-wrapper{
    position: relative;
    height: 10vh;
}
.main-feature{
    width: 115%;
}
.feature{
    position: relative;
    width: 100%;
    color: #fff;
    font-size:4vh;
    line-height: 5vh;
    font-family: "archyedt-bold";
    border-radius: 13px;
    padding: 4vh 1vw;
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #1b375f , #0f56a1); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #1b375f, #0f56a1); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #1b375f, #0f56a1); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #1b375f , #0f56a1); /* Standard syntax */
}
.ticket{
    position: absolute;
    top: -80%;
    right: -20%;
    width: 12vw;
    z-index: 1;
}
.wave1{
    position: absolute;
    right: 0;
    bottom: -63%;
    width: 100%;
    height: 170%;
    background: url('../img/wave1.png') center no-repeat;
    background-size: contain;
    mix-blend-mode: lighten;
}
.wave2{
    position: absolute;
    right: 0;
    top: -80%;
    width: 100%;
    height: 170%;
    background: url('../img/wave2.png') center no-repeat;
    background-size: contain;
    mix-blend-mode: lighten;
}
.terms-container{
    position: relative;
    margin-top: 15vh;
    padding: 6vh 6vw ;
    background: url(../img/terms_bg.png) center no-repeat;
    background-size: 100% 100%;
    color: #dce0e9;
    border-radius: 5px;
    box-shadow: 0 0 49px 3px rgba(38,42,49,0.3);
}
.terms-name{
    text-align: center;
    font-size: 5vh;
    margin-bottom: 3vh;
    font-family: "archyedt-bold";
    color: #c8f9ff;
    text-shadow: 0px 15px 5px rgba(0, 0, 0, 0.35);
}
.listElem{
    margin: 3vh 0;
    font-size: 2.2vh;
    line-height: 3.5vh;
    text-align: left;
}
.listElem div{ 
    display: table-cell;
    font-family: "BPG_EXTRASQUARE";
}
.icon{
    width: 47px;
    padding-right: 5px;
}
.text{
    width: calc(100% - 30px);
}
.btn-shadow{
    margin: 0 auto;
    padding: 3vh;
    background: url('../img/btn_shadow.png') center no-repeat;
    background-size: contain;
}
.SlBtn{
    position: relative;
    padding: 1vh 3vw;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    opacity: .9;
    font-size: 2.4vh;
    background-color: #ff1644;
    font-family: "BPG_EXTRASQUARE";
}
.SlBtn:hover{
    opacity: 1;
}
.lari{
    font-family: "!BPGGEL";
}
/*-----------------------------Medias---------------------------*/
@media(orientation:portrait){
    .feature{
        font-size: 4.2vh;
    }
    .btn-shadow{
        background: transparent;
    }
    .wave1{
        bottom: -75%;
    }
    .ticket{
        display: none;
    }
}
@media(max-width:1366px){
    .main-feature{
        width: 100%;
    }
}
@media(max-width:1366px) and (min-width: 1281px){
    .feature{
        font-size: 3.5vh;
    }
}
@media(max-width:1280px) and (max-height: 1080px){
    .ticket{
        top: -50%;
    }
}
@media(max-width:768px){
    .logo-wrapper{
        height: 15vh;
    }
    .feature{    
        margin: 3vh auto;
    }
    .wave1,
    .wave2{
        display: none;
    }
    .ticket{
        display: none;
    }
    
}
/*------Mobile Devices Landscape------*/
@media(max-width:1024px) and (orientation:landscape){
    h1{
        font-size: 6vw;
    }
    h2{
        font-size: 3vw;
    }
    .listElem {
        font-size: 2vw;
        line-height: 3vw;
    }
    .features-container{
        font-size: 2vw;
        line-height: 3vw;
    }
    .SlBtn{
        font-size: 2.4vw;
    }
    .terms-name{
        font-size: 3vw;
    }
    .logo-wrapper {
        height: 15vw;
    }
}
