@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Aladin&amp;display=swap');
body {
    font-family: "Aladin", system-ui;
    font-weight: 400;
    font-style: normal;
    ;
    line-height: 1.2;
    font-size: 15px;
    color: #fff;
    background: #000 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%;
}
::-webkit-scrollbar {
 width: 5px;
 height: 5px;
}
::-webkit-scrollbar-track-piece {
 background-color: rgba(0, 0, 0, 0.2);
 -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb {
 background: #fde403;
}

::-webkit-scrollbar-thumb:hover {
 background: #555;
}
button {
    background: none;
    border: none;
    padding: 0;
}
.t-body {
    overflow: hidden;
}
.deco {
}
.max-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}
.logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 11%;
    max-width: 23%;
    margin: 0 auto;
}
.date-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0%;
    max-width: 75%;
    margin: 0 auto;
}
.deco.machine-1 {
    position: relative;
}
.deco.machine-2 {
    right: -2%;
    top: 10%;
    max-width: 20%;
    animation: float 2s ease-in-out infinite;
}
@keyframes float {
0% {
 transform: translatey(0px);
}
50% {
 transform: translatey(-12px);
}
100% {
 transform: translatey(0px);
}
}
.how-title {
    max-width: 90%;
    margin: 0 auto;
}
.how-text {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 35px;
    position: absolute;
    color: #000;
    bottom: 0px;
    text-align: center;
    right: 0px;
    padding: 0px 40px;
    width: 70%;
    font-weight: bold;
    top: 60%;
}
.event-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1100px;
    margin: 10px auto;
    margin-bottom: 70px;
}
.treasure-box {
    position: relative;
    cursor: pointer;
    transition: 0.2s;
}
.treasure-box:hover {
    filter: brightness(1.06) drop-shadow(0 0 3px #d2d4ff);
    transform: scale(1.01);
    transition: 0.2s;/* color: #d2d4ff; */
}
.terms-wrapper {
    background: url(../images/tnc-base.html) no-repeat;
    background-size: 100% 100%;
    max-width: 800px;
    margin: 0 auto;
    min-height: 280px;
    padding: 25px 30px;
    font-size: 15px;
}
ul.terms {
    text-align: left;
    padding-left: 17px;
    margin-bottom: 0;
}
ul.terms li {
    padding: 1px 0;
}
section.stars {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    animation: animateBg 50s linear infinite;
}
@keyframes animateBg {
 0%, 100% {
 transform: scale(1);
}
 50% {
 transform: scale(1.2);
}
}
.stars span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255,255,255,0.1), 0 0 0 8px rgba(255,255,255,0.1), 0 0 20px rgba(255,255,255,0.1);
    animation: animate 3s linear infinite;
}
.stars span::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    height: 1px;
    background: linear-gradient(90deg, #fff, transparent);
}
@keyframes animate {
0% {
 transform: rotate(315deg) translateX(0);
 opacity: 1;
}
70% {
 opacity: 1;
}
100% {
 transform: rotate(315deg) translateX(-1000px);
 opacity: 0;
}
}
.stars span:nth-child(1) {
    top: -10px;
    right: 0;
    left: initial;
    animation-delay: 0s;
    animation-duration: 1s;
}
.stars span:nth-child(2) {
    top: -10px;
    right: 80px;
    left: initial;
    animation-delay: 0.2s;
    animation-duration: 3s;
}
.stars span:nth-child(3) {
    top: 80;
    right: 0px;
    left: initial;
    animation-delay: 0.4s;
    animation-duration: 2s;
}
.stars span:nth-child(4) {
    top: -10px;
    right: 180px;
    left: initial;
    animation-delay: 0.6s;
    animation-duration: 1.5s;
}
.stars span:nth-child(5) {
    top: -10px;
    right: 400px;
    left: initial;
    animation-delay: 0.8s;
    animation-duration: 2.5s;
}
.stars span:nth-child(6) {
    top: -10px;
    right: 600px;
    left: initial;
    animation-delay: 1s;
    animation-duration: 3s;
}
.stars span:nth-child(7) {
    top: 300px;
    right: 0px;
    left: initial;
    animation-delay: 1.2s;
    animation-duration: 1.75s;
}
.stars span:nth-child(8) {
    top: -10px;
    right: 700px;
    left: initial;
    animation-delay: 1.4s;
    animation-duration: 1.25s;
}
.stars span:nth-child(9) {
    top: -10px;
    right: 1000px;
    left: initial;
    animation-delay: 0.75s;
    animation-duration: 2.25s;
}
.stars span:nth-child(9) {
    top: -10px;
    right: 450px;
    left: initial;
    animation-delay: 2.75s;
    animation-duration: 2.75s;
}
/** Modal **/
button.close-x {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    color: #fff;
    font-size: 30px;
}
.modal-content.reward {
    background: none;
    border: none;
    max-width: 415px;
    margin: 0 auto;
}
.reward-box {
    position: relative;
    max-width: 415px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}
.prize {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4%;
    z-index: 3;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 2px 3px #000;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
    background: url("../images/button.png") no-repeat center;
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}
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;
}
.date-wrap {
    text-align: center;
    font-size: 50px;
    text-shadow: 0px 0px 5px black;
    font-weight: bold;
    /* filter: drop-shadow(0px 0px 4px #3a0303); */
    font-style: italic;
    word-spacing: 5px;
    position: relative;
    /* -webkit-text-stroke-width: 1px; */
    /* -webkit-text-stroke-color: #3a0303; */
    text-shadow: -2px -2px 0 #3a0303, 2px -2px 0 #3a0303, -2px 2px 0 #3a0303, 2px 2px 0 #3a0303;
}
.token-wrap {
    background: url("../images/Token.png") center no-repeat;
    /* background-size: 100% 100%; */
    max-width: 623px;
    margin: 0px auto;
    min-height: 197px;
    text-align: end;
    padding-right: 6%;
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 85px;
    margin-top: 2%;
}
.token-wrap-in {
    background: -webkit-linear-gradient(#fcf801, #ff9c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    gap: 15px;
    width: 360px;
    justify-content: center;
}
.date-wrap::after {
    content: attr(data-text);
    position: absolute;
    z-index: -1;
    background: -webkit-linear-gradient(#fcf801, #ff9c00);
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
}
h3 {
    font-variant: small-caps;
    font-size: 80px;
    font-weight: 800;
    text-align: center;
    -webkit-background-clip: text;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(#fcf801, #ff9c00);
    /* -webkit-text-fill-color: transparent; */
  /* -webkit-text-stroke: 0.2px #3a0303; */
    filter: drop-shadow(0px 2px 3px #3a0303);
}
h3::before {
    /* background: -webkit-linear-gradient(
    -86deg,
    #eef85b 5%,
    #7aec8d 53%,
    #09e5c3 91%
  ); */
    -webkit-background-clip: text;
    -webkit-text-stroke: 1px transparent;
    color: #232d2d;
    content: attr(data-text);
    position: absolute;
    z-index: -1;
}
.btn-claim {
    position: absolute;
    bottom: -25px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
}
.tnc-wrap {
    display: flex;
    gap: 20px;
    margin-bottom: 70px;
}
.how-text2 {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0px;
    margin: 0px auto;
    max-width: 620px;
    color: #000;
}
#cloud1 {
    -webkit-animation: move 60s linear infinite;
    position: absolute;
    top: -9%;
}
#cloud2 {
    -webkit-animation: move 50s linear infinite;
    position: absolute;
    top: 45%;
}
#cloud3 {
    -webkit-animation: move 15s linear infinite;
    position: absolute;
    bottom: -18%;
}
#cloud4 {
    -webkit-animation: move 20s linear infinite;
}
#cloud1 img {
    transform: scale(0.3);
}
#cloud2 img {
    transform: scale(0.5);
}
#cloud4 {
    position: absolute;
    top: 20%;
}
#cloud4 img {
    transform: scale(0.5);
}
@-webkit-keyframes move {
 0% {
-webkit-transform:translateX(1650px);
opacity:0;
}
 20% {
opacity:1;
}
 90% {
opacity:1;
}
 100% {
-webkit-transform:translateX(-340px);
opacity:0;
}
}
.machine-1 {
    position: relative;
}
.tnc-web {
    display: block;
}
.tnc-mobile {
    display: none;
}
.machine-1 img {
    margin: 0px auto;
    display: block;
    width: 100%;
}
.how-text2 ul {
    padding-right: 10px;
}

@media(max-width: 999px) {
.tnc-web {
    display: none;
}
.tnc-mobile {
    display: block;
    position: relative;
    z-index: 1;
}
.how-text2 {
    top: -2%;
    font-size: 16px;
    background: #fff;
    border: 3px solid #a76c42;
    border-radius: 15px;
    padding-top: 27px;
    margin-top: -25px;
    position: relative;
    max-width: 100%;
}
.how-text {
    font-size: 2vw;
    padding: 0px 30px;
}
.tnc-wrap {
    margin-bottom: 40px;
    justify-content: center;
}
.date-wrap {
    font-size: 30px;
}
button.btn-claim img {
    max-width: 70%;
}
}

@media(max-width: 767px) {
.deco {
    display: none;
}
.how-text {
    font-size: 20px;
    width: 70%;
    left: 25%;
}
.terms-wrapper {
    background: rgb(0, 0, 0, 0.8);
    border: 2px solid #00ff96;
    border-radius: 12px;
    box-shadow: inset 0 0 0px 6px rgb(255, 255, 255, 0.2);
    padding: 20px 20px;
}
.token-wrap {
    max-width: 100%;
    min-height: 125px;
    font-size: 18px;
    background-size: contain;
    justify-content: center;
    padding-left: 20%;
}
.token-wrap-in {
    width: auto;
}
h3 {
    font-size: 7vw;
}
.event-wrapper {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 30px;
    display: flex;
}
.treasure-box img {
    display: block;
    margin: 0px auto;
}
.btn-claim img {
    width: 70%;
}
.tnc-wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.how-text2 {
    top: 88%;
    font-size: 16px;
    background: #fff;
    border: 3px solid #a76c42;
    border-radius: 15px;
    padding-top: 27px;
    margin-top: -25px;
    position: relative;
}
.tnc-web {
    display: none;
}
.tnc-mobile {
    display: block;
    position: relative;
    z-index: 1;
}
.how-text {
    font-size: 20px;
    width: 60%;
    left: auto;
    right: 5%;
    padding: 0px;
}
}

@media(max-width: 480px) {
.logo {
    max-width: 28%;
}
.title-img {
    margin: 0 -10px;
    height: 60vw;
}
.title-img img {
    object-fit: cover;
    height: 100%;
}
.date-img {
    bottom: 7%;
    max-width: 60%;
}
.terms-wrapper {
    font-size: 14px;
}
.how-title img {
    max-height: 40px;
}
.how-text {
    font-size: 18px;
    top: 54%;
    width: 61%;
    padding: 10px 10px;
    margin: 0px;
    right: 0px;
}
h3 {
    font-size: 10vw;
}
.event-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1100px;
    margin: 10px auto;
    margin-bottom: 40px;
}
.btn-claim img {
    width: 70%;
}
}
.falling-leaves {
    position: absolute;
    top: 0;
    bottom: 0;
    /* left: 50%; */
    width: 100%;
    max-width: 100%;
  /* max-height: 880px; */ // image is only 880x880 transform: translate(-50%, 0);
    /* border: 20px solid #fff; */
  /* border-radius: 50px; */
  /* background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/125707/sidebar-bg.png) no-repeat center center; */
    background-size: cover;
    overflow: hidden;
}
.leaf-scene {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    transform-style: preserve-3d;
 div {
 position: absolute;
 top: 0;
 left: 0;
 width: 20px;
 height: 20px;
 background: url( "../images/leaf.svg") no-repeat;
 background-size: 100%;
 transform-style: preserve-3d;
 backface-visibility: visible;
}
}
