WELCOME TO THE SOUND OF THE FUTURE V0.1

THE COUNTDOWN HAS BEGUN…

Days Hours Minutes Seconds
// Set end date (change to your event) var countDownDate = new Date("Dec 19, 2025 22:00:00").getTime(); var x = setInterval(function() { var now = new Date().getTime(); var distance = countDownDate - now; var days = Math.floor(distance / (1000 * 60 * 60 * 24)); var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); var seconds = Math.floor((distance % (1000 * 60)) / 1000); document.getElementById("days").innerHTML = days; document.getElementById("hours").innerHTML = hours; document.getElementById("minutes").innerHTML = minutes; document.getElementById("seconds").innerHTML = seconds; if (distance < 0) { clearInterval(x); document.getElementById("countdown").innerHTML = "Event Live!"; } }, 1000);

THE FUTURE HAS ARRIVED.

A TICKET IS YOUR KEY — UNLOCK A CLUBBING EXPERIENCE UNLIKE ANYTHING YOU’VE SEEN. FOR MONTHS, PEOPLE HAVE TRIED TO GUESS OUR SOUND, AND TONIGHT THE ANSWER FINALLY REVEALS ITSELF. ZAMANA IS WHAT YOU ALLOW IT TO BECOME, A WORLD WHERE THE AUDIENCE SHAPES THE JOURNEY. PHASE 1 AND PHASE 2 LIE IN YOUR HANDS, WHILE PHASE 3 IS OURS — AND IT CHANGES EVERYTHING. LADIES AND GENTLEMEN, WELCOME TO ZAMANA’S OPENING PARTY: 2AM IN NYC EDITION.

/* DEFAULT: MOBILE/TABLET = LEFT */ .cta-section { width: 100%; padding: 20px 15px; margin: 100px 0; text-align: left; box-sizing: border-box; } /* BUTTON */ .cta-button { display: inline-block; background: #000000; color: #ffffff; /* SAFE PADDING FOR MOBILE */ padding: 14px 24px; border-radius: 50px; /* BORDER */ border: 5px solid #ffffff; box-sizing: border-box; /* TEXT */ text-transform: uppercase; font-family: "Helvetica Neue", Arial, sans-serif; font-weight: 900; font-size: clamp(18px, 3vw, 40px); /* Scales but stays safe */ letter-spacing: 0.25em; /* Stylish but controlled */ white-space: nowrap; /* Keeps BUY TICKETS together */ text-decoration: none; line-height: 1; /* LIMIT WIDTH SO IT NEVER GOES OUT */ max-width: 100%; overflow: hidden; /* POP / JUMP ANIMATION */ transition: transform 0.25s cubic-bezier(.25, 1.5, .55, 1), box-shadow 0.25s ease, background 0.25s ease; box-shadow: 0 25px 80px rgba(0, 0, 0, 0.9); } /* HOVER POP EFFECT */ .cta-button:hover { background: #111111; transform: translateY(-10px) scale(1.06); box-shadow: 0 55px 150px rgba(0, 0, 0, 0.95); } /* DESKTOP 1024PX+ = CENTER */ @media (min-width: 1024px) { .cta-section { text-align: center; } }