@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?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: 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;
}
.logo {
    margin: 20px 0px;
}
.t-body {
	overflow: hidden;
}
.deco {
	position: absolute;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.top-sec {
    text-align: center;
    position: relative;
    padding: 10px 0 45px;
}
.title-top {
    position: relative;
    max-width: 1060px;
    margin: -4% auto 0;
}
.deco.rocket {
    left: 3%;
    top: 1%;
    max-width: 19%;
    z-index: -1;
	animation: shake 1.1s linear infinite;
}
.deco.ufo {
    right: -2%;
    top: 17%;
    max-width: 20%;
    z-index: -1;
	animation: float 1.8s ease-in-out infinite;
}
@keyframes shake {
    0% {
        transform: translateX(10px) translateY(5px);
    }
    50% {
        transform: translateX(0) translateY(0);
    }
    100% {
        transform: translateX(10px) translateY(5px);
    }
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-12px);
    }
    100% {
        transform: translatey(0px);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.deco.star-1 {
    left: -12%;
    top: 31%;
    max-width: 15%;
	animation: rotate 6s linear infinite;
}
.deco.star-2 {
    right: 2%;
    top: 65%;
    max-width: 8%;
	animation: rotate 5s linear infinite;
}
.deco.star-3 {
    left: 10%;
    top: 8%;
    max-width: 9%;
	animation: rotate 5s reverse linear infinite;
}
.deco.star-4 {
    right: 6%;
    top: 2%;
    max-width: 12%;
	animation: rotate 6s linear infinite;
}
.deco.star-5 {
    left: -9%;
    top: 35%;
    max-width: 16%;
	animation: rotate 6s linear infinite;
}
.deco.star-6 {
    right: -13%;
    top: 28%;
    max-width: 14%;
	animation: rotate 6s reverse linear infinite;
}
.deco.crab {
    left: -7%;
    bottom: 19%;
    max-width: 21%;
	animation: move 2s linear infinite;
}
.deco.crab img {
	animation: shaking 1s linear infinite;
	transform-origin: center;
}
@keyframes move {
    0% {
        transform: translateX(15px);
    }
	50% {
        transform: translateX(-15px);
    }
    100% {
        transform: translateX(15px);
    }
}
@keyframes shaking {
    0% {
        transform: rotate(5deg);
    }
	50% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(5deg);
    }
}
.date-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 85%;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px 1px #3c0991;
}
.token-base {
    position: relative;
    max-width: 680px;
    margin: 25px auto 10px;
}
.token-num {
    position: absolute;
    left: 0;
    right: 0;
    top: 36%;
    font-size: 60px;
    font-weight: 700;
    text-shadow: 2px 2px 4px #3c0991;
}
.event-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    max-width: 1000px;
    margin: 15px auto 45px;
}
.planet-box {
	cursor: pointer;
	transition: 0.2s;
}
.planet-box:hover {
	transform: scale(1.03);
	filter: brightness(1.07);
	transition: 0.2s;
}
.how-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.title-deco-2 {
    transform: scaleX(-1);
}
.subtitle-base {
    background: url(../images/how-base.png) no-repeat;
    background-size: 100% 100%;
    max-width: 900px;
    margin: 0 auto;
    height: 98px;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    line-height: 1.1;
	margin-bottom: 30px;
}
.how-play-wrap {
	margin-bottom: 30px;
}
.how-play-title {
	position: relative;
	margin-bottom: -25px;
}
.subtitle-play {
	background: url("../images/play-base.png") no-repeat;
    background-size: 100% 100%;
    max-width: 750px;
    margin: 0 auto;
    height: 100px;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px 0;
    line-height: 1.1;
}
.tnc-title {
    margin: 0 auto -32px;
    position: relative;
}
.tnc-wrapper {
    background: rgb(55, 3, 35, 0.75);
    padding: 50px 25px 15px;
    border-radius: 18px;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
	font-size: 16px;
}
ul.terms {
    padding-left: 17px;
}
ul.terms li {
    padding: 2px 0;
}

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: 40%;
	z-index: 3;
    font-size: 34px;
    color: #000;
    font-weight: 700;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff;
    filter: drop-shadow(0px 0px 11px #fff);
	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: 32%;
    margin: 0 auto;
}
.date-wrap {
    font-size: 3.5vw;
}	
}

@media(max-width: 767px) {
.star-1,.star-3, .star-4,.star-5,.star-6, .crab {
	display: none;
}
.title-deco-1, .title-deco-2 {
    display: none;
}	
}

@media(max-width: 670px) {
.token-num {
    font-size: 9vw;
}	
}

@media(max-width: 480px) {
.how-title-wrap {
    position: relative;
    margin-bottom: -10px;
}	
.subtitle-base {
    background: #752b94;
    border: 2px solid #26002c;
    box-shadow: inset 0px 4px 3px #60187f, 0 0 3px #f9c6f3, 0 0 5px #f9c6f3, 0 0 8px #f9c6f3;
    border-radius: 10px;
	font-size: 18px;
	height: auto;
	padding: 20px 15px;
}
.how-play-title {
    max-width: 80%;
    margin: 0 auto -25px;
}
.subtitle-play {
	background: #752b94;
    border: 2px solid #26002c;
    box-shadow: inset 0px 4px 3px #60187f, 0 0 3px #f9c6f3, 0 0 5px #f9c6f3, 0 0 8px #f9c6f3;
    border-radius: 10px;
	font-size: 18px;
	height: auto;
	padding: 40px 15px 20px;
}
.tnc-wrapper {
    padding: 50px 15px 15px;
    font-size: 14px;
}	
}









