@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Aladin&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&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;
    position: relative;
}
.title-img {
    position: relative;
}
.max-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}
.logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 3%;
    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 {
    margin: 0px auto;
    font-size: 24px;
    position: relative;
    color: #fff;
    text-align: center;
    right: 0px;
    width: 100%;
    /* font-weight: bold; */
    background: url("../images/scroll-base.png")no-repeat center;
    height: 215px;
    margin-top: -5%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 145px;
    max-width: 686px;
    text-shadow: 2px 0px #00000063;
    font-family: "Roboto", sans-serif;
}
.how-text p {
    margin-top: -7px;
}
.event-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 734px;
    margin: 50px auto;
}
.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;
    top: 28%;
    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);
}
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: 26px;
    font-weight: bold;
    text-shadow: -1px -1px 6px #ffe512, -1px 2px 6px #000000, -1px 2px 6px #000000;
    position: relative;
    top: 28%;
}
.token-wrap {
    background: url( "../images/token-base.png") center no-repeat;
    max-width: 543px;
    margin: 0px auto;
    min-height: 249px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 85px;
    /* margin-top: 15%; */
    position: relative;
}
.token-wrap-in {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 5%;
}
.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;
    color: rgb(255, 255, 255);
    text-shadow: 0px 2px 4px #e4c593, 2px 5px 4px #000000, 0px 2px 4px #000000;
    position: relative;
    bottom: 1px;
}
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;
}
.treasure-box img {
    margin: 0px auto;
    display: block;
}
.btn-claim {
    position: absolute;
    top: 34%;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    color: #fff;
    text-shadow: -1px 2px #00000099, -2px 0px #00000099, -1px 2px #00000099;
    font-weight: bold;
    font-size: 24px;
}
.tnc-wrap {
    display: flex;
    gap: 20px;
    /* margin-bottom: 70px; */
    flex-direction: column;
}
.how-text2 {
    position: relative;
    left: 0;
    right: 0px;
    margin: 0px auto;
    max-width: 800px;
    color: #fff;
    background: #616161a3;
    margin-top: -4%;
    padding: 50px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 100px;
}
.footer-bg {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
section.top-sec {
    z-index: 10;
    position: relative;
}
.footer-bg img {
    width: 100%;
}
.top-title {
    position: relative;
}
.time-wrap {
    position: relative;
    left: 0;
    right: 0;
    background: url("../images/date-wrap.png") no-repeat center;
    height: 235px;
    /* bottom: -44%; */
    margin-top: -7%;
}
.how-text2 ol li {
    margin-bottom: 10px;
    font-size: 15px;
}
.how-text2 ol {
    padding-top: 30px;
}
.ico-all {
    position: absolute;
    z-index: 11;
}
.ico-1 {
    top: 10%;
    left: 5%;
    transform: scale(0.8);
    animation: float 1.8s ease-in-out infinite;
}
.ico-2 {
    top: 7%;
    right: 5%;
    transform: scale(0.8);
    animation: float 2s ease-in-out infinite;
}
.ico-3 {
    top: 38%;
    left: 6%;
    transform: scale(0.8);
    animation: float 1.4s ease-in-out infinite;
}
.ico-4 {
    top: 55%;
    right: 10%;
    transform: scale(0.8);
    animation: float 1.2s ease-in-out infinite;
}
.ico-5 {
    top: 35%;
    right: 18%;
    transform: scale(0.8);
    animation: float 2s ease-in-out infinite;
}
.ico-6 {
    bottom: 25%;
    left: 10%;
    transform: scale(0.8);
    animation: float 2.2s ease-in-out infinite;
}
.machine-1 {
    position: relative;
}
.tnc-web {
    display: block;
}
.tnc-mobile {
    display: none;
}
.machine-1 img {
    margin: 0px auto;
    display: block;
    z-index: 11;
    position: relative;
}
.how-text2 ul {
    padding-right: 10px;
}
#background-wrap {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}

/* KEYFRAMES */

@-webkit-keyframes animateBubble {
 0% {
 margin-top: 1000px;
}
 100% {
 margin-top: -100%;
}
}
 @-moz-keyframes animateBubble {
 0% {
 margin-top: 1000px;
}
 100% {
 margin-top: -100%;
}
}
 @keyframes animateBubble {
 0% {
 margin-top: 1000px;
}
 100% {
 margin-top: -100%;
}
}
 @-webkit-keyframes sideWays {
 0% {
 margin-left:0px;
}
 100% {
 margin-left:50px;
}
}
 @-moz-keyframes sideWays {
 0% {
 margin-left:0px;
}
 100% {
 margin-left:50px;
}
}
 @keyframes sideWays {
 0% {
 margin-left:0px;
}
 100% {
 margin-left:50px;
}
}
/* ANIMATIONS */

.x1 {
    -webkit-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: -5%;
    top: 5%;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
}
.x2 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 5%;
    top: 80%;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
}
.x3 {
    -webkit-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 10%;
    top: 40%;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
}
.x4 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    -moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 20%;
    top: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}
.x5 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 30%;
    top: 50%;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
}
.x6 {
    -webkit-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 50%;
    top: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
}
.x7 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 65%;
    top: 70%;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
}
.x8 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    -moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 80%;
    top: 10%;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}
.x9 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 90%;
    top: 50%;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
}
.x10 {
    -webkit-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 80%;
    top: 80%;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}
/* OBJECTS */

.bubble {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
    box-shadow: 0 20px 30px rgb(99 126 255 / 20%), inset 0px 10px 30px 5px rgb(121 214 220);
    height: 200px;
    position: absolute;
    width: 200px;
}
.bubble:after {
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,0.5)), color-stop(70%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgb(77 129 229 / 50%) 0%, rgb(46 89 222 / 0%) 70%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 20px 30px rgb(155 17 255 / 30%);
    content: "";
    height: 180px;
    left: 10px;
    position: absolute;
    width: 180px;
}
.coin-bg {
    height: 181px;
    position: absolute;
    left: -7%;
    top: 5%;
}
.coin-bg2 {
    height: 100px;
    position: absolute;
    right: 6%;
    bottom: 15%;
}
.coin-bg2 .coin-flip {
    animation: fly 1.5s ease-in-out 0s infinite alternate;
}
.coin-flip {
    width: 180px;
    height: 180px;
    left: 0;
    right: 0;
    margin: auto;
    transform-style: preserve-3d;
    position: absolute;
    animation: 1.5s ease-in-out 0s infinite alternate;
}
.coin-flip img {
    width: 236px;
}
.coin-heads, .coin-tails {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: circle(46%);
}
.coin-heads {
    animation: flip-head 1s linear 0s infinite alternate;
}
.coin-tails {
    animation: flip-tail 1s linear 0s infinite alternate;
}
 @keyframes fly {
 0% {
top: 100%;
}
 100% {
top: 0%;
}
}
 @keyframes flip-head {
 0%, 100% {
transform: rotateX(0deg);
}
 50% {
transform: rotateX(180deg);
}
}
 @keyframes flip-tail {
 0%, 100% {
transform: rotateX(180deg);
}
 50% {
transform: rotateX(0deg);
}
}

@media(max-width: 1024px) {
.ico-all img {
    height: 100px;
}
.ico-3 {
    left: 2%;
}
.ico-4 {
    right: 2%;
}
.ico-6 {
    left: 2%;
}
}

@media(max-width: 999px) {
.tnc-web {
/* display: none; */
}
.tnc-mobile {
    display: block;
    position: relative;
    z-index: 1;
}
.how-text2 {
    top: -2%;
    font-size: 16px;
    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: 27px;
    top: 31%;
}
button.btn-claim img {
    max-width: 70%;
}
.bubble {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
    height: 200px;
    position: absolute;
    width: 200px;
    transform: scale(0.3);
}
.ico-all img {
    height: 100px;
}
.ico-1 {
    top: 10%;
    left: 1%;
}
.how-text p {
    font-size: 3vw;
    width: 80%;
}
.how-text2 ol {
    padding: 0px;
    padding-top: 30px;
    margin: 0px;
}
}

@media(max-width: 767px) {
.time-wrap {
    background: url("../images/date-bg.png") no-repeat center;
    height: 101px;
    bottom: 0%;
    position: relative;
}
.deco, .ico-all {
    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;
    margin-top: 3%;
}
.token-wrap-in {
    width: auto;
    bottom: 0%;
}
h3 {
    font-size: 7vw;
}
.event-wrapper {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 30px;
    display: flex;
    margin-top: 0px;
}
.treasure-box img {
    display: block;
    margin: 0px auto;
}
.btn-claim img {
    width: 70%;
}
.tnc-wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
    gap: 0px;
}
.how-text2 {
    top: 0%;
    font-size: 16px;
    padding-top: 20px;
    margin-top: -30px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.tnc-web {
/* display: none; */
}
.tnc-mobile {
    display: block;
    position: relative;
    z-index: 1;
}
.how-text {
    font-size: 20px;
    width: 100%;
    left: auto;
    padding: 0px;
    background-size: 100%;
    margin-top: -4%;
    height: 150px;
}
}

@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: 100%;
    padding: 10px 10px;
    margin: 0px;
    right: 0px;
    background-size: 100%;
    height: 110px;
}
h3 {
    font-size: 10vw;
}
.event-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1100px;
    margin: 10px auto;
    margin-bottom: 20px;
}
.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.html") no-repeat;
 background-size: 100%;
 transform-style: preserve-3d;
 backface-visibility: visible;
}
}
