html * { 
    max-height:999999px;
    margin: 0;
    padding: 0
}

html, body {
    font-size: 15px;
    min-height: 100%;
}
* {
    line-height: 1.4;
}
body {
    font-family: "theme-font", Roboto, sans-serif;
	font-weight: 400;
    line-height: 1.1;
    text-align: center;			
}

a {
	color: inherit;
}

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: 480px;
	/*padding: 1rem;*/
	width: 100%;
}

.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: 40px;
    position: fixed;
    top: 10px;
    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;
	}

} 


/* Fonts styles */

@font-face {
    font-family: 'theme-font';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/Nunito-SemiBold.woff2') format('woff2');
} 

@font-face {
    font-family: 'theme-font';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/Nunito-Black.woff2') format('woff2');
} 

@font-face {
    font-family: 'theme-font';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/FredokaOne-Regular.woff2') format('woff2');
} 


/* Theme styles */


body {
    background: #3c4062 url('../img/game_bg.jpg') no-repeat center top;
    background-size: cover;
    color: #fff;
}
@media screen and (max-width: 767px)
{
	body {
    background: #3c4062 url('../img/game_bg-02.jpg') no-repeat center top;
    background-size: cover;
    color: #fff;
}
body.second {
    background: #3c4062 url('../img/game_bg-03.jpg') no-repeat center top;
    background-size: cover;
    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;
}

.action {
	    border-radius: 0.5rem;
    padding:1rem;
   /* background: #000000c9;*/
    padding-bottom: 20px;
    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: 1rem;
	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: 0.5rem 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: static;
    bottom: 6px;
    right: 0px;
    left: 0;
    opacity: 1;
}
#step1 > p 
{
	    text-shadow: 1px 1px 2px #000;
}
.block
{
	display: block;
}
.d-font
{
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6; 
}
.highlight-text
{
	color: #ffba01;
} 


.landing_page_btn {
    background: #ffd437 !important;
    color: #254fe0;
    border-radius: 10px;
    margin: 0px auto;
    font-weight: 700;
    text-shadow: 2px 2px 1px #fec125 !important;
}

.verify_otp_error { 
    color: #FFEB3B; 
    margin:10px !important;
    font-size: 14px;
}