@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=New+Amsterdam&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: 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;
}
.top-sec {
	position: relative;
	text-align: center;
	padding: 10px 0 45px;
}
.logo {
    filter: drop-shadow(1px 2px 1px #000);
}
.title-top {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}
.subtitle-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4%;
    max-width: 80%;
    margin: 0 auto;
}
.date-text {
    font-size: 60px;
    font-family: 'New Amsterdam';
    font-style: italic;
    text-shadow: 2px 2px 3px rgb(0, 0, 0, 0.8);
}
.token-wrap {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}
.token-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    font-size: 50px;
    font-family: 'New Amsterdam';
}
.deco.bow {
    left: -56%;
    top: -23%;
    max-width: 47%;
	animation: float 2.3s ease-in-out infinite;
}
.deco.sword {
    right: -47%;
    top: -35%;
    max-width: 35%;
	animation: float 2.1s ease-in-out infinite;
}
.game-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1100px;
    margin: -3% auto 30px;
}
.gamebox {
    cursor: pointer;
    margin: 0 -4%;
}
.how-get-wrapper {
    max-width: 767px;
    margin: 0 auto 25px;
    position: relative;
}
.how-text-1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 75%;
    margin: 0 auto;
    font-size: 26px;
    font-weight: 600;
    font-style: italic;
    text-shadow: 1px 2px 2px rgb(0, 0, 0, 0.8);
}
.how-get-wrapper-2 {
	max-width: 600px;
    margin: 0 auto;
    position: relative;
}
.how-text-2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 37%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 71%;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 600;
    font-style: italic;
    text-shadow: 1px 2px 2px rgb(0, 0, 0, 0.8);
}
.tnc-title {
	margin: 15px auto 0;
}
.tnc-wrapper {
    background: url(../images/tnc-base.png) no-repeat;
    background-size: 100% 100%;
    max-width: 1000px;
    min-height: 284px;
    margin: -6.5% auto 0;
    position: relative;
    padding: 5% 15px 6%;
}
ul.terms {
    text-align: left;
    padding-left: 17px;
    max-width: 77%;
    margin: 0 auto;
}
.deco.gold {
    left: -3%;
    top: 26%;
    max-width: 19%;
	animation: float 2s ease-in-out infinite;
}
.deco.money {
    right: -3%;
    top: 33%;
    max-width: 20%;
	animation: float 2.2s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-12px);
    }
    100% {
        transform: translatey(0px);
    }
}

/** 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: 84%;
    z-index: 3;
    font-size: 33px;
    color: #fff;
    text-shadow: 2px 2px 4px rgb(0, 0, 0, 0.8);
    font-weight: 800;
    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;
}

.thunder {
  position: fixed;
  z-index: 0;
}
.thunder:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
  -webkit-animation: thunder-bg 6s infinite;
          animation: thunder-bg 6s infinite;
}
canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#canvas3 {
  z-index: 5;
}

#canvas2 {
  z-index: 10;
}

#canvas1 {
  z-index: 100;
}

@-webkit-keyframes thunder-bg {
  0% {
    background-color: rgba(34, 34, 34, 0.9);
  }
  9% {
    background-color: rgba(34, 34, 34, 0.9);
  }
  10% {
    background-color: rgba(59, 59, 59, 0.3);
  }
  10.5% {
    background-color: rgba(34, 34, 34, 0.9);
  }
  80% {
    background-color: rgba(34, 34, 34, 0.9);
  }
  82% {
    background-color: rgba(59, 59, 59, 0.3);
  }
  83% {
    background-color: rgba(34, 34, 34, 0.9);
  }
  83.5% {
    background-color: rgba(59, 59, 59, 0.3);
  }
  100% {
    background-color: rgba(34, 34, 34, 0.9);
  }
}





@media(max-width: 991px) {
.logo {
    max-width: 38%;
    margin: 0 auto;
}	
}

@media(max-width: 767px) {
.date-text {
    font-size: 45px;
}
.deco {
	display: none;
}	
.token-wrap {
    max-width: 80%;
}
.token-text {
    font-size: 6.8vw;
}
.how-text-1 {
    height: 9vw;
    font-size: 3.5vw;
}	
.how-get-wrapper-2 {
    max-width: 80%;
}	
.how-text-2 {
    height: 9vw;
    font-size: 3.8vw;
}
.tnc-wrapper {
    background: #3a241b;
    border: 3px solid #dcaa40;
    border-radius: 20px;
    padding: 15px 15px;
    min-height: auto;
    margin: -7.5% auto 0;
}	
ul.terms {
    max-width: 100%;
}	
}

@media(max-width: 480px) {
.date-text {
	font-size: 28px;
}	
.tnc-title {
    max-width: 95%;
}	
		
}







