@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Irish+Grover&amp;family=Roboto:wght@400;500;700;900&amp;display=swap');

body { font-family: "Roboto", sans-serif; line-height:1.2; font-size:15px; color:#fff; background:#02151b url("../images/bg.jpg")no-repeat top center; background-size: cover;}

a { text-decoration: none; cursor:pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

a:hover, a:focus, button:focus, button:hover { text-decoration: none; outline: none; }

img { max-width:100%;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #666;
    width: 100%;
}
button {
	background: none;
	border: none;
	padding: 0;
}
.t-body {
	overflow: hidden;
}
.deco {
	position: absolute;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    z-index: 9;
    max-width: 300px;
    margin: 0 auto;
}
.top-sec {
	background: url("../images/btm-bg.png")no-repeat bottom center;
	background-size: 100%;
	position: relative;
	text-align: center;
}
.title-wrap {
    position: relative;
    max-width: 1100px;
    margin: 0 auto -11%;
	z-index: 2;
}
.deco.bat-1 {
    left: 8%;
    top: 5%;
    max-width: 19%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.bat-2 {
    right: 12%;
    top: 3%;
    max-width: 15%;
	animation: float 2.4s ease-in-out infinite;
}
.deco.coin-1 {
    left: 44%;
    top: 22%;
    max-width: 8%;
	animation: float 2s ease-in-out infinite;
}
.deco.ghost-1 {
    mix-blend-mode: screen;
    right: 0%;
    top: 10%;
    max-width: 43%;
	animation: boo 3s ease-in-out infinite;
}
.deco.ghost-2 {
    mix-blend-mode: screen;
    left: -6%;
    top: -63%;
    max-width: 50%;
    animation: boo2 3.2s ease-in-out infinite;
}
.deco.ghost-2 img {
	transform: scaleX(-1)	
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-12px);
    }
    100% {
        transform: translatey(0px);
    }
}
@keyframes boo {
    0% {
        transform: translateX(0);
		opacity: 0;
    }
    70% {
        transform: translateX(120px);
		opacity: 1;
    }
    100% {
        opacity: 0;
		transform: translateX(90px);
    }
}
@keyframes boo2 {
    0% {
        transform: translateX(0);
		opacity: 0;
    }
    70% {
        transform: translateX(-120px);
		opacity: 1;
    }
    100% {
        opacity: 0;
		transform: translateX(-90px);
    }
}
.subtitle-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    max-width: 90%;
    margin: 0 auto;
}
.date-base {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}
.date-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 49%;
    font-size: 32px;
    font-family: "Irish Grover";
    text-shadow: 1px 4px 4px rgb(0, 0, 0, 0.8);
    text-transform: uppercase;
}
.token-wrap {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}
.token-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 39%;
    font-family: 'Irish Grover';
    font-size: 55px;
    color: #91b7c5;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    filter: drop-shadow(0px 2px 2px rgb(0, 0, 0, 0.6));
}
.game-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 900px;
    margin: 0 auto;
}
.gamebox {
    position: relative;
    margin: 0 -6%;
	cursor: pointer;
}
.how-container {
	position: relative;
	padding-top: 15px;
}
.deco.skull-1 {
    left: -2%;
    bottom: -44%;
    max-width: 9%;
	animation: float 2s ease-in-out infinite;
}
.deco.skull-2 {
    right: -2%;
    top: -44%;
    max-width: 8%;
	animation: float 2.2s ease-in-out infinite;
}
.how-get-wrapper {
    position: relative;
    display: inline-block;
    max-width: 510px;
    margin: 15px 10px;
}
.how-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 48%;
    max-width: 64%;
    margin: 0 auto;
    height: 88px;
    font-family: 'Irish Grover';
    font-size: 24px;
    line-height: 1.1;
    text-shadow: 0 1px 4px rgb(0, 0, 0, 0.5);
}
.term-wrapper {
    background: url(../images/tombstone.png) no-repeat top center;
    background-size: 100%;
    max-width: 767px;
    margin: 20px auto 0;
    position: relative;
    padding: 0 0 30px;
}
.tnc-title {
    text-align: center;
}
ul.terms {
    max-width: 78%;
    margin: 0 auto;
    color: #000;
    text-align: left;
    padding-left: 18px;
    font-weight: 500;
}
.deco.pumpkin {
    left: -22%;
    bottom: -13%;
    max-width: 33%;
}
.deco.pumpkinbox {
    right: -14%;
    bottom: -25%;
    max-width: 27%;
}
.deco.pumpkinman {
    right: -29%;
    bottom: -12%;
    max-width: 42%;
}


/** Modal **/
button.close-x {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    color: #fff;
}
.modal-content.reward {
    background: none;
    border: none;
    max-width: 320px;
    margin: 0 auto;
}
.reward-box {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}
.prize {
    position: absolute;
    left: 0;
    right: 0;
    top: 42%;
    font-family: 'Irish Grover';
    z-index: 3;
    font-size: 40px;
    color: #fff;
    text-shadow: 1px 2px 5px rgb(0,0,0,0.8);
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
}
img.open {
    position: absolute;
    left: 0;
    right: 0;
    transition: 0.2s;
}
img.open {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}
.reward-box.active img.closed {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}
.reward-box.active img.open {
    opacity: 1;
    visibility: visible;
    transition: 0.2s;
}
.reward-box.active .prize {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: 0.3s;
    transition-delay: 0.3s;
}


@media(max-width: 991px) {
.logo {
    max-width: 38%;
    margin: 0 auto;
}	
}

@media(max-width: 767px) {
.ghost-2, .skull-1, .skull-2, .pumpkin, .pumpkinbox, .pumpkinman {
	display: none;
}
	
}
@media(max-width: 710px) {
.date-text {
    font-size: 4.5vw;
}
}

@media(max-width: 530px) {
.top-sec {
	padding: 0 0 30px;
}
.how-text {
    height: 16vw;
    font-size: 4.5vw;
}
.term-wrapper {
    background: #a7a8a3;
    border-radius: 10px;
    border: 4px solid #656565;
    box-shadow: inset 0 0 7px rgb(0, 0, 0, 0.4);
    padding: 10px 15px 20px;
    margin: 50px auto 0;
}	
.tnc-title {
    max-width: 25%;
    margin: -60px auto 0;
}
ul.terms {
    max-width: 100%;
	font-size: 14px;
}	
}


@media(max-width: 480px) {
.token-wrap {
    max-width: 90%;
}
.token-text {
    font-size: 12vw;
}	
}






