@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: #fff url("../images/bg1.jpg")no-repeat top center;
    background-size: cover;
    position: relative;
}
body::-webkit-scrollbar {
    width: 1px;
}

body::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
    background-color: #888;
}
body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 37%);
    z-index: 0;
}

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;
    position: relative;
    z-index: 1;
}
.ink-1 {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden; /* Prevents the image from being visible outside the boundary */
    display: inline-block; /* Keeps the div size to the image size */
    z-index: 10;
    animation-delay: 2s;
}

.ink-1 img {
    display: block; /* Removes bottom space/gap */
    width: 100%; /* Ensure it scales to the container's width */
    opacity: 0; /* Start with the image fully transparent */
    animation: revealFromTop  0.1s linear 1.5s forwards; /* Adjust time as needed */
}

@keyframes revealFromTop {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
        opacity: 0;
    }
    50% {
        clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
        opacity: 0.6; /* Reaches full opacity at the halfway point */
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        opacity: 0.7; /* Fades to 0.2 opacity at the end */
    }
}

.ink-2 {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden; /* Ensures content outside this area is not shown */
    display: inline-block; /* Maintains the div size according to the content size */
    z-index: 10;
    animation-delay: 2s;
}

.ink-2 img {
    display: block;
    width: 100%;
    opacity: 0; /* Start with the image fully transparent */
    animation: revealFromTop2  0.1s linear 2s forwards; /* Adjusted total duration and delay */
}

@keyframes revealFromTop2 {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
        opacity: 0;
    }
    50% {
        clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
        opacity: 0.6; /* Reaches full opacity at the halfway point */
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        opacity: 0.7; /* Fades to 0.2 opacity at the end */
    }
}

.ink-3 {
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    animation-delay: 2s;
    display: inline-block;
    z-index: 10;
}

.ink-3 img {
    display: block;
    width: 100%;
    opacity: 0;  /* Explicit initial opacity */
    animation: fadeInAndReveal  0.1s linear 2s forwards;
}

@keyframes fadeInAndReveal {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
        opacity: 0;
    }
    50% {
        clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
        opacity: 0.6;
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        opacity: 0.7;
    }
}


.deco {
    position: absolute;
}

.max-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.top-sec {
    /* background-size: 100%; */
    /* position: relative; */
    text-align: center;
    padding: 0 0 45px;
    /* z-index: 0; */
}

.top-title {
    position: relative;
    margin: 0 auto;
    z-index: 10;
}

.logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 8%;
    max-width: 23%;
    margin: 0 auto;
}

.sub-title-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2%;
    max-width: 42%;
    margin: 0 auto;
}

.date-img {
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px 0;
    bottom: -40px;
    max-width: 42%;
    margin: 0 auto;
    background: url(../images/Date-frame.png)no-repeat center;
    background-size: 100% 100%;
    font-size: 23px;
    font-weight: 600;
    text-shadow: 2px 2px 3px #000;
}

.deco.object-1 {
    left: 20%;
    top: 64%;
    max-width: 17%;
    animation: float 1.8s ease-in-out infinite;
    z-index: 22;
}

.deco.object-2 {
    left: 23%;
    bottom: 12%;
    max-width: 20%;
    animation: float 2s ease-in-out infinite;
    z-index: 23;
}

.deco.object-3 {
    right: 15%;
    top: 60%;
    max-width: 20%;
    animation: float 3s ease-in-out infinite;
    z-index: 22;
}

.deco.object-4 {
    max-width: 20%;
    animation: float 4s ease-in-out infinite;
    top: 30%;
    left: 18%;
    z-index: 22;
}

.deco.object-5 {
    max-width: 20%;
    animation: float 4s ease-in-out infinite;
    top: 30%;
    right: 18%;
    z-index: 22;
}

@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: 26px;
    font-weight: 500;
    margin-bottom: 35px;
    color: #000;
}

.event-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1100px;
    margin: 40px auto;
}

.treasure-box {
    position: relative;
    cursor: pointer;
    transition: 0.2s;
}

.treasure-box:hover {
    filter: brightness(1.06) drop-shadow(0 0 3px #00ffff);
    transform: scale(1.01);
    transition: 0.2s;
}

.terms-wrapper {
    background: url(../images/tnc-base.png) no-repeat center;
    background-size: 100%;
    /* max-width: 800px; */
    margin: 0 auto;
    min-height: 280px;
    padding: 2rem;
    font-size: 15px;
    position: relative;
    z-index: 20;
}

.terms-wrapper .model {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 100%;
}

ul.terms {
    text-align: left;
    padding-left: 6rem;
    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;
    z-index: 0;
}

@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;
}

.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;
    bottom: 10%;
    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;
}

.floating-object {
    position: relative;
}

.ticket-point {
    background: url(../images/token-space.png)no-repeat center;
    position: relative;
    margin: 0 auto;
    text-align: center;
    min-height: 105px;
    display: flex;
    background-size: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    z-index: 11;
}

.ticket-point span {
    font-size: 2rem;
    width: 100%;
    /* padding-left: 4rem; */
    text-shadow: 1px 1px 5px #000;
}

.ticket-point span strong {
    font-size: 2.5rem;
    color: #ffd200;

}

.tnc-title {
    margin-top: 1rem;
    margin-bottom: 1rem;
}



.falling-leaves {
    position: absolute;
    top: 0;
    bottom: 0;
    /* left: 50%; */
    width: 100%;
    max-width: 100%;
    transform: translate(-50%, 0);

    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;
    }
}

.overlay-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(226, 226, 226, 0) 0%, rgb(255 255 255 / 33%) 100%);
}

.overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 250.625em;
    height: 23.8em;
    background: url(../images/cloud-overlay.png) 0 100% repeat-x;
    -webkit-animation: cloudLoop 80s linear infinite;
    animation: cloudLoop 80s linear infinite;
    z-index: 2;
    pointer-events: none;
    height: 100%;
}

@-webkit-keyframes cloudLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes cloudLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

@media (min-width: 750px) and (max-width: 1024px) {
    .ticket-point{
        max-width: 70%;
    }
    .sub-title-img{
        position: relative;
        max-width: 65%;
    }
    .date-img{
        max-width: 85%;
        position: relative;
        margin-top: -20px;
    }
    .terms-wrapper {
        background-size: 200%;
        padding: 1.5rem;
    }

    .terms-wrapper .model {
        display: none;
    }

    .deco.object-1 {
        left: 0%;
        top: 60%;
    }

    .deco.object-2 {
        left: 0%;
        bottom: 15%;
        max-width: 20%;
        animation: float 2s ease-in-out infinite;
        z-index: 23;
    }

    .deco.object-3 {
        right: 0;
    }

    .deco.object-4 {
        left: 0;
        top: 32%;
    }

    .deco.object-5 {
        right: 0%;
        top: 33%;
    }

    ul.terms {
        padding-left: 1rem;
    }
}

@media(max-width: 767px) {
    .sub-title-img{
        bottom: -10px;
        margin-top: 55px;
        max-width: 100%;
    }
    .date-img{
        max-width: 100%;
        bottom: -70px;
    }
    .ink-1{
        max-width: 100px;
    }
    .ink-2{
        max-width: 100px;
    }
    .ink-2{
        max-width: 100px;
    }
    .deco {
        display: none;
    }

    .how-text {
        font-size: 20px;
    }

    .terms-wrapper {
        background: url(../images/tnc-base.png) no-repeat center;
        background-size: 450%;
        border-radius: 12px;
        box-shadow: inset 0 0 0px 6px rgb(255, 255, 255, 0.2);
        padding: 20px 20px;
    }

    ul.terms {
        padding-left: 1rem;
    }
    .terms-wrapper .model{
        display: none;
    }
}

@media(max-width: 480px) {
    .how-title{
        max-width: 100%;
    }
    .sub-title-img{
        position: relative;
        max-width: 100%;
        margin-top: -20px;
        margin-bottom: 20px;
    }
    .event-wrapper {
        margin-top: 1rem;
    }

    .ticket-point {
        margin-top: 1rem;
    }


    .logo {
        max-width: 28%;
    }

    .title-img {
        margin: 0 -10px;
        height: 60vw;
    }

    .title-img img {
        object-fit: cover;
        height: 100%;
    }

    .date-img {
        bottom: 0;
        max-width: 100%;
        position: relative;
        font-size: 20px;
        line-height: 1;
        margin-top: 10px;
    }

    .terms-wrapper {
        font-size: 14px;
        background-size: 580%;
    }

    .how-title img {
        max-height: 100%;
    }

    .how-text {
        font-size: 18px;
    }
    .ticket-point span{
        font-size: 1.5rem;
    }
    .ticket-point span strong{
        font-size: 2rem;
    }
}