{"id":8,"date":"2026-05-20T07:43:17","date_gmt":"2026-05-20T07:43:17","guid":{"rendered":"https:\/\/galaxycup.xyz\/?page_id=8"},"modified":"2026-05-20T08:15:10","modified_gmt":"2026-05-20T08:15:10","slug":"elementor-8","status":"publish","type":"page","link":"https:\/\/galaxycup.xyz\/","title":{"rendered":"Elementor #8"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"8\" class=\"elementor elementor-8\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c2886f5 e-con-full e-flex e-con e-parent\" data-id=\"c2886f5\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ae38e72 elementor-widget elementor-widget-html\" data-id=\"ae38e72\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Galaxy Cup | Earth vs The Universe<\/title>\n    <style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Luckiest+Guy&family=Rajdhani:wght@500;700;900&display=swap');\n\n        :root {\n            \/* All-Green Theme *\/\n            --green-neon: #39ff14; \/* Extremely bright lime\/neon green *\/\n            --green-toxic: #bfff00; \/* Yellowish toxic green *\/\n            --green-forest: #006600; \/* Deep dark green *\/\n            --void: #031203; \/* Almost black, tinted green *\/\n        }\n\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        html {\n            scroll-behavior: smooth;\n        }\n\n        body {\n            background-color: var(--void);\n            color: #ffffff;\n            font-family: 'Rajdhani', sans-serif;\n            overflow-x: hidden;\n            line-height: 1.5;\n            -webkit-font-smoothing: antialiased;\n        }\n\n        h1, h2, h3, h4, .comic-font {\n            font-family: 'Luckiest Guy', cursive;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            line-height: 1.1;\n        }\n\n        \/* Subtle Halftone Overlay *\/\n        body::before {\n            content: \"\";\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100vw;\n            height: 100vh;\n            background-image: radial-gradient(rgba(57, 255, 20, 0.04) 1px, transparent 1px);\n            background-size: 4px 4px;\n            pointer-events: none;\n            z-index: 999;\n        }\n\n        \/* Fixed Global Floating Image *\/\n        @keyframes hover-float {\n            0%, 100% { transform: translateY(0); }\n            50% { transform: translateY(-30px); }\n        }\n\n        .fixed-featured-img {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100vw;\n            height: 100vh;\n            object-fit: contain;\n            z-index: 90;\n            animation: hover-float 6s ease-in-out infinite;\n            pointer-events: none;\n            filter: drop-shadow(15px 15px 0px rgba(0, 0, 0, 0.5));\n        }\n\n        \/* Core Sections *\/\n        section {\n            position: relative;\n            width: 100vw;\n            min-height: 100vh;\n            display: flex;\n            align-items: center;\n            padding: 100px 8vw;\n            overflow: hidden;\n            background-size: cover;\n            background-position: center;\n            background-repeat: no-repeat;\n            z-index: 1;\n        }\n\n        \/* Backgrounds *\/\n        .hero { justify-content: flex-start; }\n        \n        .hero-video {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100vw;\n            height: 100vh;\n            object-fit: cover;\n            z-index: -1;\n            pointer-events: none;\n        }\n\n        .alien-vs-earth {\n            background-image: url('http:\/\/aliencup.lol\/wp-content\/uploads\/2026\/05\/bg2.png');\n            justify-content: flex-end;\n        }\n\n        .moments {\n            background-image: url('http:\/\/aliencup.lol\/wp-content\/uploads\/2026\/05\/bg3.png');\n            justify-content: flex-start;\n        }\n\n        .roadmap {\n            background-image: url('http:\/\/galaxycup.xyz\/wp-content\/uploads\/2026\/05\/bg4-scaled.jpeg');\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            padding: 150px 5vw;\n        }\n\n        .final-cta {\n            background-image: url('http:\/\/galaxycup.xyz\/wp-content\/uploads\/2026\/05\/bg5.png');\n            flex-direction: column;\n            justify-content: center;\n            text-align: center;\n        }\n\n        \/* Hard Gradient Transitions *\/\n        .cinematic-transition {\n            width: 100vw;\n            height: 300px;\n            margin: -150px 0; \n            position: relative;\n            z-index: 20;\n            background: linear-gradient(to bottom, transparent, var(--void) 40%, var(--void) 60%, transparent);\n            pointer-events: none;\n        }\n\n        \/* Typography & Layout (No background blurs or colors) *\/\n        .hero-text-wrapper, .content-wrapper-card {\n            position: relative;\n            z-index: 10;\n            max-width: 750px;\n        }\n\n        \/* Heavy Sticker\/Offset Shadow Effect for Readability *\/\n        .hero-title {\n            font-size: clamp(5rem, 12vw, 14rem);\n            color: #ffffff;\n            text-shadow: \n                4px 4px 0px var(--green-forest),\n                8px 8px 0px #000;\n            margin-bottom: 0;\n            line-height: 0.9;\n        }\n\n        .hero-subtitle {\n            font-size: clamp(2rem, 4vw, 3.5rem);\n            color: var(--green-neon);\n            text-shadow: 4px 4px 0px #000, 0 0 15px rgba(0,0,0,0.8);\n            margin-bottom: 30px;\n            margin-top: 10px;\n        }\n\n        .section-title {\n            font-size: clamp(4rem, 8vw, 7rem);\n            color: #ffffff;\n            margin-bottom: 25px;\n            text-shadow: \n                4px 4px 0px var(--green-forest),\n                8px 8px 0px #000,\n                0 0 20px rgba(0,0,0,0.9);\n            line-height: 0.95;\n        }\n\n        .section-text {\n            font-size: 1.8rem;\n            font-weight: 900;\n            color: #ffffff;\n            \/* Removed background and blur completely *\/\n            background: transparent; \n            border-left: 5px solid var(--green-neon);\n            padding-left: 15px;\n            margin-bottom: 25px;\n            \/* Heavy shadows to keep it readable against busy backgrounds *\/\n            text-shadow: \n                2px 2px 0px #000, \n                -1px -1px 0px #000, \n                1px -1px 0px #000, \n                -1px 1px 0px #000,\n                0 4px 15px rgba(0,0,0,1);\n        }\n\n        .highlight {\n            color: var(--green-neon);\n            text-transform: uppercase;\n            font-weight: 900;\n        }\n\n        \/* Chunky, Tactile Buttons *\/\n        .btn-group {\n            display: flex;\n            gap: 25px;\n            flex-wrap: wrap;\n            margin-top: 40px;\n        }\n\n        .btn {\n            font-family: 'Luckiest Guy', cursive;\n            font-size: 2.2rem;\n            padding: 18px 45px;\n            text-transform: uppercase;\n            color: #000;\n            background: var(--green-neon);\n            border: 4px solid #000;\n            cursor: pointer;\n            transition: all 0.1s ease;\n            box-shadow: 8px 8px 0px #000;\n            position: relative;\n            transform: translateY(0);\n        }\n\n        .btn:hover {\n            background: #fff;\n        }\n\n        .btn:active {\n            transform: translate(6px, 6px);\n            box-shadow: 2px 2px 0px #000;\n        }\n\n        .btn-secondary {\n            background: var(--green-forest);\n            color: #fff;\n        }\n\n        .btn-secondary:hover {\n            color: #000;\n        }\n\n        \/* Roadmap without background fills *\/\n        .roadmap-container {\n            width: 100%;\n            max-width: 1200px;\n            display: flex;\n            flex-direction: column;\n            gap: 80px;\n            position: relative;\n            padding-top: 40px;\n        }\n\n        \/* Central Track Line *\/\n        .roadmap-container::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            bottom: 0;\n            left: 50%;\n            width: 8px;\n            background: var(--green-neon);\n            border: 2px solid #000;\n            transform: translateX(-50%);\n            z-index: 0;\n        }\n\n        .roadmap-card {\n            \/* Removed background entirely *\/\n            background: transparent;\n            border: 4px solid var(--green-toxic);\n            padding: 40px 30px;\n            width: 45%;\n            position: relative;\n            z-index: 10;\n            \/* Box shadow forms the structure without filling the background *\/\n            box-shadow: 12px 12px 0px #000;\n            transform: skew(-3deg); \n            transition: transform 0.2s ease;\n        }\n\n        .roadmap-card:hover {\n            transform: skew(0deg) scale(1.03);\n        }\n\n        .roadmap-card:nth-child(odd) {\n            align-self: flex-start;\n            border-color: var(--green-neon);\n        }\n\n        .roadmap-card:nth-child(even) {\n            align-self: flex-end;\n            border-color: var(--green-toxic);\n        }\n\n        \/* Connector Dots *\/\n        .roadmap-card::after {\n            content: '';\n            position: absolute;\n            top: 50%;\n            width: 30px;\n            height: 30px;\n            background: #fff;\n            border: 6px solid #000;\n            border-radius: 50%;\n            transform: translateY(-50%);\n            z-index: 20;\n        }\n        \n        .roadmap-card:nth-child(odd)::after {\n            right: -15%;\n            box-shadow: -4px 4px 0px var(--green-neon);\n        }\n\n        .roadmap-card:nth-child(even)::after {\n            left: -15%;\n            box-shadow: 4px 4px 0px var(--green-toxic);\n        }\n\n        \/* Giant Watermark Numbers *\/\n        .phase-number {\n            position: absolute;\n            top: -40px;\n            right: 20px;\n            font-size: 10rem;\n            font-family: 'Luckiest Guy', cursive;\n            color: transparent;\n            -webkit-text-stroke: 4px #000;\n            text-shadow: 3px 3px 0px var(--green-forest);\n            line-height: 1;\n            z-index: -1;\n            pointer-events: none;\n            transform: skew(3deg);\n        }\n\n        .roadmap-card:nth-child(even) .phase-number {\n            right: auto;\n            left: 20px;\n        }\n\n        .phase-title {\n            font-size: 3.5rem;\n            color: #ffffff;\n            margin-bottom: 25px;\n            text-shadow: 3px 3px 0px #000, 0 0 15px rgba(0,0,0,0.9);\n            transform: skew(3deg); \n        }\n\n        .roadmap-card:nth-child(even) .phase-title { color: var(--green-toxic); }\n        .roadmap-card:nth-child(odd) .phase-title { color: var(--green-neon); }\n\n        .roadmap-list {\n            list-style: none;\n            font-size: 1.6rem;\n            font-weight: 900;\n            transform: skew(3deg);\n        }\n\n        .roadmap-list li {\n            margin-bottom: 15px;\n            padding-left: 40px;\n            position: relative;\n            text-shadow: \n                2px 2px 0px #000, \n                -1px -1px 0px #000, \n                1px -1px 0px #000, \n                -1px 1px 0px #000,\n                0 4px 10px #000;\n            line-height: 1.3;\n        }\n\n        .roadmap-list li::before {\n            content: '\u25ba';\n            position: absolute;\n            left: 0;\n            top: 2px;\n            color: var(--green-neon);\n            font-size: 1.4rem;\n            text-shadow: 2px 2px 0px #000;\n        }\n        .roadmap-card:nth-child(even) .roadmap-list li::before { color: var(--green-toxic); }\n\n        \/* Final CTA (Wrapper styling completely removed) *\/\n        .cta-wrapper {\n            position: relative;\n            z-index: 10;\n        }\n\n        .cta-title {\n            font-size: clamp(4rem, 8vw, 8rem);\n            color: #ffffff;\n            text-shadow: 6px 6px 0px var(--green-forest), 10px 10px 0px #000, 0 0 30px rgba(0,0,0,0.8);\n            margin-bottom: 40px;\n            line-height: 1;\n        }\n\n        \/* Responsive Breakpoints *\/\n        @media (max-width: 1024px) {\n            section { \n                padding: 100px 5vw; \n                justify-content: center !important; \n                text-align: left; \n            }\n            .hero-text-wrapper, .content-wrapper-card { margin: 0 auto; }\n            .btn-group { justify-content: flex-start; }\n            \n            \/* Mobile Roadmap Fixes *\/\n            .roadmap-container::before { display: none; }\n            .roadmap-container { gap: 40px; }\n            .roadmap-card { width: 100%; transform: skew(0); }\n            .roadmap-card:hover { transform: scale(1.02); }\n            .roadmap-card::after { display: none; }\n            .phase-number, .phase-title, .roadmap-list { transform: skew(0); }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <main>\n        <img decoding=\"async\" src=\"http:\/\/aliencup.lol\/wp-content\/uploads\/2026\/05\/make_em_smaller_or_randomly_202605191518-scaled.png\" class=\"fixed-featured-img\" alt=\"Floating Football Legends\">\n\n        <section class=\"hero\">\n            <video autoplay muted loop playsinline class=\"hero-video\">\n                <source src=\"http:\/\/galaxycup.xyz\/wp-content\/uploads\/2026\/05\/galaxycup-bg1.mp4\" type=\"video\/mp4\">\n            <\/video>\n            \n            <div class=\"hero-text-wrapper\">\n                <h1 class=\"hero-title\">GALAXY CUP<\/h1>\n                <div class=\"hero-subtitle comic-font\">EARTH VS THE UNIVERSE<\/div>\n                <div class=\"section-text\">\n                    The ultimate intergalactic football tournament. Earth's greatest legends are teaming up to play the most terrifying aliens in the galaxy.\n                <\/div>\n                <div class=\"btn-group\">\n                    <button class=\"btn\" aria-label=\"Copy Contract Address\">COPY CA<\/button>\n                    <button class=\"btn btn-secondary\" aria-label=\"Join our community\">JOIN THE SQUAD<\/button>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <div class=\"cinematic-transition\"><\/div>\n\n        <section class=\"alien-vs-earth\">\n            <div class=\"content-wrapper-card\">\n                <h2 class=\"section-title\">THE GALAXY<br>TOURNAMENT<\/h2>\n                <div class=\"section-text\">\n                    They didn't come to conquer Earth... they came to ball. The <span class=\"highlight\">Galaxy Cup 2026<\/span> is officially on.\n                <\/div>\n                <div class=\"section-text\">\n                    Can Messi outdribble a 6-armed Martian? Will Ronaldo score a bicycle kick against a cyborg goalkeeper? The fate of the planet will be decided on the pitch!\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <div class=\"cinematic-transition\"><\/div>\n\n        <section class=\"moments\">\n            <div class=\"content-wrapper-card\">\n                <h2 class=\"section-title\">ICONIC<br>BATTLES<\/h2>\n                <div class=\"section-text\">\n                    Witness the craziest football matches ever played in giant space stadiums. \n                <\/div>\n                <div class=\"section-text\">\n                    Expect zero-gravity tackles, explosive speed, alien superpowers, and the greatest human players wearing identical armor to defend our world.\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <div class=\"cinematic-transition\"><\/div>\n\n        <section class=\"roadmap\">\n            <h2 class=\"section-title\" style=\"text-align: center; width: 100%; margin-bottom: 80px;\">TOURNAMENT ROADMAP<\/h2>\n\n            <div class=\"roadmap-container\">\n                \n                <div class=\"roadmap-card\">\n                    <div class=\"phase-number\">01<\/div>\n                    <h3 class=\"phase-title comic-font\">ASSEMBLE THE SQUAD<\/h3>\n                    <ul class=\"roadmap-list\">\n                        <li>Launch the Galaxy Cup token and website<\/li>\n                        <li>Build the Earth defense community<\/li>\n                        <li>DEX Screener updates and early marketing<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"roadmap-card\">\n                    <div class=\"phase-number\">02<\/div>\n                    <h3 class=\"phase-title comic-font\">GROUP STAGES<\/h3>\n                    <ul class=\"roadmap-list\">\n                        <li>CoinMarketCap & CoinGecko Listings<\/li>\n                        <li>Massive football meme campaigns on Twitter<\/li>\n                        <li>First exhibition matches against rival planets<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"roadmap-card\">\n                    <div class=\"phase-number\">03<\/div>\n                    <h3 class=\"phase-title comic-font\">THE FINALS<\/h3>\n                    <ul class=\"roadmap-list\">\n                        <li>Major Centralized Exchange listings<\/li>\n                        <li>Lifting the Giant Galaxy Cup 2026 Trophy<\/li>\n                        <li>Earth becomes the #1 meme token in the universe<\/li>\n                    <\/ul>\n                <\/div>\n\n            <\/div>\n        <\/section>\n\n        <div class=\"cinematic-transition\"><\/div>\n\n        <section class=\"final-cta\">\n            <div class=\"cta-wrapper\">\n                <h2 class=\"cta-title\">READY TO DEFEND EARTH?<\/h2>\n                <button class=\"btn\" style=\"font-size: 3.5rem; padding: 25px 70px;\">JOIN NOW<\/button>\n            <\/div>\n        <\/section>\n    <\/main>\n\n<\/body>\n<\/html>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Galaxy Cup | Earth vs The Universe GALAXY CUP EARTH VS THE UNIVERSE The ultimate intergalactic football tournament. Earth&#8217;s greatest legends are teaming up to play the most terrifying aliens in the galaxy. COPY CA JOIN THE SQUAD THE GALAXYTOURNAMENT They didn&#8217;t come to conquer Earth&#8230; they came to ball. The Galaxy Cup 2026 is [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-8","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/galaxycup.xyz\/index.php?rest_route=\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/galaxycup.xyz\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/galaxycup.xyz\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/galaxycup.xyz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/galaxycup.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8"}],"version-history":[{"count":22,"href":"https:\/\/galaxycup.xyz\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions"}],"predecessor-version":[{"id":39,"href":"https:\/\/galaxycup.xyz\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions\/39"}],"wp:attachment":[{"href":"https:\/\/galaxycup.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}