@font-face {
	font-family: 'Mulish';
	src: url('../../frontend/webfont/Mulish-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html * { 
    max-height:999999px;
    margin: 0;
    padding: 0
}

html, body {
    font-size: 15px;
    min-height: 100%;
}
* {
    line-height: 1.4;
}
body {
   font-family: "Mulish", sans-serif;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;			
}

a {
    color: inherit;
}

a, button{
    cursor:pointer !important;
}

img {
    border: none;
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
}

h1, h2, h3 {
    /*text-shadow: 0 .25rem .5rem rgba(0,0,0,1);*/
    font-weight: 600;
    line-height: 1;
}

h1 {
    font-size: 34px;
    font-weight: 500;
    margin: 0 0 1rem;
    text-shadow: 0 0 .5rem #652d86;
}

h2 {
    font-size: 21px;
}

h3,
h2 small {
    font-size: 16px;
    font-weight: 400;	
}

h3 small {
    font-size: 80%;
}

h2 + h3 {
    margin-top: .5rem;
}

.page-header,
.page-footer,
.page-center {
    box-sizing: border-box;
    margin: auto;
    max-width: 600px;
    padding: 1rem;
    width: 100%;
    border: none;
}

.page-center {
    padding: 0 1rem;
    z-index: 1;
}

.page-header {
    color: #645364;
    font-size: 13px;
    padding: 1rem 2.5rem 0;
}

.brand {
    /* margin: 0 auto 0.5rem; */
    max-height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
}

.btn {
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    font-family: inherit;
    font-weight: 500;
    margin: 0 auto;
    max-width: 360px;
    padding: .75rem .5rem;
    text-decoration: none;
    width: 100%;
}
.rate
{
    color: #ffba01;
}
h2 + .btn {
    margin-top: 1rem;
}

.age {
    position: relative;
} 
.age::after {
    border: solid 1px #fff;
    border-radius: 50%;
    color: #fff;
    content: '18+';
    display: block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin-top: -6px;
    position: absolute;
    right: 1rem;
    top: 50%;
    text-align: center;
    width: 26px;
}

b, strong {
    font-weight: 500;
}

/* Flex */

html {
    display: flex;
    flex-flow: column;
    min-height: 100%;
}

body {
    display: flex;
    flex-flow: column;
    flex: 1;
}

.page-center {
    display: flex;
    flex-flow: column;
    flex: 1;
    justify-content: flex-end;
}

@keyframes breath {
	0% { transform: scale(0.9); }
	50% { transform: scale(1.0); }
	100% { transform: scale(0.9); }
}
 
@-webkit-keyframes breath {
	0% { transform: scale(0.9); }
	50% { transform: scale(1.0); }
	100% { transform: scale(0.9); }
}



.action fieldset {
    border: 0;
    display: block;
    overflow: hidden;
    position: relative;
}

label {
    border-right: dotted 1px;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    padding: 0 .5rem;
    width: 50%;
}

label:last-child {
    border: none;
}

.disclamer {
    font-size: 13px;
    opacity: .5;
}


@media all and (max-height:479px) { 
	
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 18px;
    }

    .page-footer {
        padding-bottom: 2rem;
    }

    .brand {
        height: 25px;
    }

    .action {
        background-color: rgba(54,55,84,.6);
        margin: 0;
    }

} 


/* Theme styles */


body {
    /*background: #3c4062 url('../img/landing.jpg') no-repeat center top !important;*/
    /*background: #000 url('../img/landing.jpg') no-repeat center top !important;*/
    /*background: #000 url('../img/landing_arabic.jpg') no-repeat center top !important;*/
    background: #000 url('../img/landing_new.jpg') no-repeat center top !important;
    background-size: 480px 100vh !important;
    color: #fff;
    max-width: none;
}
@media screen and (max-width: 767px)
{
    body {
        /*background: #3c4062 url('../img/landing.jpg') no-repeat center top !important;*/
        /*background: #000 url('../img/landing.jpg') no-repeat center top !important;*/
        /*background: #000 url('../img/landing_arabic.jpg') no-repeat center top !important;*/
        background: #000 url('../img/landing_new.jpg') no-repeat center top !important;
        background-size: 480px 100vh;
        color: #fff;
    }
}

.body_english {
    /*background: #3c4062 url('../img/landing.jpg') no-repeat center top !important;*/
    background: #000 url('../img/landing.jpg') no-repeat center top !important;
    background-size: 480px 100vh !important;
    color: #fff;
    max-width: none;
}
@media screen and (max-width: 767px)
{
    .body_english {
        /*background: #3c4062 url('../img/landing.jpg') no-repeat center top !important;*/
        background: #000 url('../img/landing.jpg') no-repeat center top !important;
        background-size: 480px 100vh;
        color: #fff;
    }
}

.page-footer a:not(.tnc) {
    text-decoration: none;
    /*text-transform: uppercase;*/
}

.btn,
a.btn {
    border-color: none;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn {
    background-color: #ffed29;
    color: #000;    
}


#step1 .btn {
    /*background-color: #ffed29;*/
    background-color: #d43f3a;
    color: #fff;
}

.action {
    border-radius: 0.5rem;
    padding:1rem;
   /* background: #000000c9;*/
    padding-bottom: 40px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

#step2 {
    background-color: #00000073;
    border-radius: .5rem;
    color: #8b8383;
    display: none;
    margin: -1rem;
    padding: 2rem;
    position: relative;
}

#step2 h1 {
    color: #ffffff;
    text-shadow: none;
}

#step2::before {
    background-color: rgba(54,55,84,.6);
    content: '';
    height: 100%;
    position: fixed;
    border: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}

#step3 {
    /*background-color: #00000073;*/
    border-radius: .5rem;
    color: #dddcdc;
    display: none;
    margin: -1rem;
    padding: 2rem;
    position: relative;
}

#step3 h1 {
    color: #ffffff;
    text-shadow: none;
}

#step3::before {
    /*background-color: rgba(54,55,84,.6);*/
    content: '';
    height: 100%;
    position: fixed;
    border: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}
.white
{
    color: #fff;
}
.input-field {
    align-items: center;
    background-color: #fff;
    border-radius: .25rem;
    color: #864baa;
    display: flex;
    font-weight: 500;
    margin: 1rem auto;
    max-width: 360px;
    width: 100%;
}

.input-field span {
    border-right: solid 1px #ccc;
    padding: 0 .5rem;
}

.input-field input {
    background: transparent;
    border: none;
    font: inherit;
    flex: 1;
    outline: none;
    padding: .75rem;
    width: 100%;
}

.color {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
    position: relative;
    top: 6px;
}
span.price {
    color: #ffba03;
    font-size: 30px;
    font-weight: 600;
    /*font-family: sans-serif;*/
    letter-spacing: 1px;
}
/*.color > span 
{
    font-weight: bold;
    color: #ffba01;
    font-size: 24px;
}*/
.close {
    position: absolute;
    top: .5rem;
    right: .5rem
}
.close:after {
    content: '\2715';
    color: #c05275;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 100;
    line-height: 1;
	
}

.otp>input[type=number] {
    height: 33px;
    width: 32px;
    font-size: 18px;
    text-align: center;
    border: none;
    border-bottom: 2px solid #525252;
    border-radius: 5px;
    padding: 0px;
    background: #fff;
    margin: 12px 5px;
    outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
@media screen and (min-width:767px)
{
    .img-shadow
    {
        box-shadow: 1px 1px 5px #281212;
    	background: #0000007a;
        margin: auto;
    }
}
p.disclamer
{
    position: fixed;
    bottom: 6px;
    right: 0px;
    left: 0;
    opacity: 1;
}
#step1 > p 
{
    text-shadow: 1px 1px 2px #000;
}

.page-footer {
    background: #3c4062;
    /*position: fixed;
    bottom: 0;*/
}
.txt {
    margin-top: 15px;
    margin-bottom: 15px;
}
.subscribe_btn {
    font-size: 17px;
    font-weight: 700;
    outline: none !important;
}

@media screen and (min-width:280px)
{
    .action {
        padding-bottom: 5px;
    }
    .txt {
        margin-top: 5px;
        margin-bottom: 0px;
        font-size: 13px;
    }
}

@media screen and (min-width:360px)
{
    .action {
        padding-bottom: 5px;
    }
    .txt {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 14px;
    }
    .subscribe_btn {
        font-size: 17px;
        padding: 5px;
    }
}

@media screen and (min-width:370px)
{
    .action {
        padding-bottom: 5px;
    }
    .txt {
        margin-top: 10px;
        margin-bottom: 0px;
        font-size: 14px;
    }
    .subscribe_btn {
        font-size: 17px;
        padding: 10px;
    }
}

@media screen and (min-width:390px)
{
    .action {
        padding-bottom: 20px;
    }
    .txt {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 15px;
    }
}

@media screen and (min-width:400px)
{
    .action {
        padding-bottom: 40px;
    }
}

@media screen and (min-height: 500px) {
    .txt {
        margin-bottom: 0px;
    }
}

@media screen and (min-height: 600px) {
    body {
        /*background: #000 url('../img/landing3.jpg') no-repeat center top !important;*/
        /*background: #000 url('../img/landing_arabic.jpg') no-repeat center top !important;*/
        background: #000 url('../img/landing_new.jpg') no-repeat center top !important;
    }
    .txt {
        margin-bottom: 0px;
    }
}

@media screen and (min-height: 700px) {
    body {
        /*background: #000 url('../img/landing.jpg') no-repeat center top !important;*/
        /*background: #000 url('../img/landing_arabic.jpg') no-repeat center top !important;*/
        background: #000 url('../img/landing_new.jpg') no-repeat center top !important;
    }
    .action {
        padding-bottom: 10px;
    }
    .subscribe_btn {
        margin-bottom: 10px;
    }
    .txt {
        margin-bottom: 0px;
    }
}
@media screen and (min-height: 800px) {
    .subscribe_btn {
        margin-bottom: 15px;
    }
    .txt {
        margin-bottom: 15px;
    }
}
