{"id":10,"date":"2026-06-16T16:38:38","date_gmt":"2026-06-16T16:38:38","guid":{"rendered":"https:\/\/flamy.space\/?page_id=10"},"modified":"2026-06-16T17:11:24","modified_gmt":"2026-06-16T17:11:24","slug":"elementor-10","status":"publish","type":"page","link":"https:\/\/flamy.space\/","title":{"rendered":"Elementor #10"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"10\" class=\"elementor elementor-10\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3fd1be1 e-con e-atomic-element e-flexbox-base e-d29e41a \" data-id=\"3fd1be1\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"3fd1be1\">\n    \t\t<div class=\"elementor-element elementor-element-07dbc8e elementor-widget elementor-widget-html\" data-id=\"07dbc8e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style> @import url('https:\/\/fonts.googleapis.com\/css2?family=Syne:wght@700;800&family=Outfit:wght@300;400;600;900&display=swap'); :root { --flame: #FF4D00; --gold: #FFC700; --dark: #050505; --glass: rgba(255, 255, 255, 0.02); --border: rgba(255, 255, 255, 0.08); } * { margin: 0; padding: 0; box-sizing: border-box; cursor: none; } body { background: var(--dark); color: #fff; font-family: 'Outfit', sans-serif; overflow-x: hidden; -webkit-font-smoothing: antialiased; } #custom-cursor { width: 20px; height: 20px; background: var(--flame); border-radius: 50%; position: fixed; pointer-events: none; z-index: 9999; mix-blend-mode: difference; transition: transform 0.1s ease; } #cursor-glow { width: 300px; height: 300px; background: radial-gradient(circle, rgba(255,77,0,0.15) 0%, transparent 70%); position: fixed; pointer-events: none; z-index: 9998; transform: translate(-50%, -50%); } nav { position: fixed; top: 0; width: 100%; padding: 30px 60px; z-index: 1000; display: flex; justify-content: space-between; align-items: center; transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); } nav.scrolled { padding: 15px 60px; background: rgba(5,5,5,0.8); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); } .nav-links { display: flex; gap: 40px; align-items: center; } .nav-links a { text-decoration: none; color: #fff; font-weight: 600; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; transition: 0.3s; } .nav-links a:hover { color: var(--flame); } .btn-main { background: var(--flame); padding: 16px 32px; border-radius: 2px; font-weight: 900; letter-spacing: 1px; color: #fff; text-decoration: none; position: relative; overflow: hidden; transition: 0.4s; border: none; display: inline-flex; align-items: center; gap: 10px; } .btn-main:hover { transform: scale(1.05); box-shadow: 0 0 40px rgba(255,77,0,0.4); } section { position: relative; min-height: 100vh; width: 100%; display: flex; align-items: center; overflow: hidden; } \/* Hero *\/ #hero { background: url('https:\/\/flamy.space\/wp-content\/uploads\/2026\/06\/bg1-scaled.jpeg') center\/cover no-repeat; flex-direction: column; justify-content: center; } .hero-logo-main { width: 500px; max-width: 80vw; filter: drop-shadow(0 0 50px rgba(255,77,0,0.3)); margin-bottom: -50px; z-index: 5; transform: scale(1.1); animation: heroFloat 8s ease-in-out infinite; } .hero-title { font-family: 'Syne', sans-serif; font-size: clamp(4rem, 12vw, 12rem); line-height: 0.8; text-transform: uppercase; text-align: center; position: relative; z-index: 4; pointer-events: none; } .hero-sub { font-size: 18px; max-width: 500px; text-align: center; margin: 30px auto; opacity: 0.7; letter-spacing: 1px; } \/* Feature *\/ #feature { background: url('https:\/\/flamy.space\/wp-content\/uploads\/2026\/06\/bg2-scaled.jpeg') center\/cover no-repeat; padding: 0 10%; } .feature-content { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; width: 100%; } .feat-img-wrap { position: relative; } .feat-img-wrap img { width: 120%; filter: drop-shadow(0 0 80px rgba(255,199,0,0.2)); } .feat-text h2 { font-family: 'Syne', sans-serif; font-size: 80px; line-height: 0.9; margin-bottom: 30px; } .feat-text p { font-size: 20px; opacity: 0.6; margin-bottom: 40px; border-left: 2px solid var(--flame); padding-left: 30px; } \/* Cinematic Section *\/ #cinema { background: url('https:\/\/flamy.space\/wp-content\/uploads\/2026\/06\/bg3-scaled.jpeg') center\/cover no-repeat; justify-content: center; text-align: center; } .giant-tag { position: absolute; font-family: 'Syne', sans-serif; font-size: 30vw; opacity: 0.03; white-space: nowrap; font-weight: 900; } \/* Dynamic Section *\/ #dynamic { background: url('https:\/\/flamy.space\/wp-content\/uploads\/2026\/06\/bg4-scaled.jpeg') center\/cover no-repeat; padding: 100px 5%; } .dynamic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; width: 100%; } .card { background: var(--glass); border: 1px solid var(--border); padding: 60px 40px; backdrop-filter: blur(20px); transition: 0.5s; } .card:nth-child(2) { margin-top: 80px; border-color: var(--flame); } .card:hover { background: rgba(255,77,0,0.05); transform: translateY(-20px); } .card h3 { font-family: 'Syne', sans-serif; font-size: 32px; margin-bottom: 20px; color: var(--gold); } \/* Footer *\/ #finale { background: url('https:\/\/flamy.space\/wp-content\/uploads\/2026\/06\/bg5-scaled.jpeg') center\/cover no-repeat; flex-direction: column; justify-content: center; text-align: center; } .ca-container { background: #fff; color: #000; padding: 25px 50px; font-weight: 900; font-size: 20px; display: inline-flex; align-items: center; gap: 20px; margin: 50px 0; clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%); cursor: pointer; transition: 0.3s; } .ca-container:hover { transform: scale(1.05); background: var(--gold); } .glow-layer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at 50% 50%, rgba(255,77,0,0.1) 0%, transparent 80%); pointer-events: none; } @keyframes heroFloat { 0%, 100% { transform: translateY(0) scale(1.1); } 50% { transform: translateY(-30px) scale(1.15); } } .reveal { opacity: 0; transform: translateY(50px); transition: 1.2s cubic-bezier(0.16, 1, 0.3, 1); } .reveal.active { opacity: 1; transform: translateY(0); } @media (max-width: 968px) { nav { padding: 20px; } .feature-content { grid-template-columns: 1fr; text-align: center; } .dynamic-grid { grid-template-columns: 1fr; } .card:nth-child(2) { margin-top: 0; } } <\/style> <div id=\"custom-cursor\"><\/div> <div id=\"cursor-glow\"><\/div> <nav id=\"navbar\"> <img decoding=\"async\" src=\"https:\/\/flamy.space\/wp-content\/uploads\/2026\/06\/logo.png\" height=\"50\"> <div class=\"nav-links\"> <a href=\"#\">X \/ Twitter<\/a> <a href=\"#\">Telegram<\/a> <a href=\"#\" class=\"btn-main\">BUY $FLAMY<\/a> <\/div> <\/nav> <section id=\"hero\"> <div class=\"glow-layer\"><\/div> <img decoding=\"async\" src=\"https:\/\/flamy.space\/wp-content\/uploads\/2026\/06\/logo.png\" class=\"hero-logo-main\"> <h1 class=\"hero-title\">STAY<br><span style=\"color:var(--flame)\">WARM.<\/span><\/h1> <p class=\"hero-sub\">The most optimistic fire spirit in the Web3 space. A community-driven beacon of positive energy.<\/p> <div class=\"ca-container\" onclick=\"copyCA()\"> <span>CA: 0xFLAMY...IGNITE<\/span> <small style=\"font-size: 10px; opacity: 0.5;\">(CLICK TO COPY)<\/small> <\/div> <\/section> <section id=\"feature\"> <div class=\"feature-content\"> <div class=\"feat-text reveal\"> <h2 style=\"color:var(--gold)\">CRAFTED<br>FOR IMPACT<\/h2> <p>We've ditched the generic templates. $FLAMY is a premium digital asset designed for those who value art, community, and the heat of the bull market.<\/p> <a href=\"#\" class=\"btn-main\">EXPLORE THE FLAME<\/a> <\/div> <div class=\"feat-img-wrap reveal\"> <img decoding=\"async\" src=\"https:\/\/flamy.space\/wp-content\/uploads\/2026\/06\/featured2.png\" alt=\"Flamy Art\"> <\/div> <\/div> <\/section> <section id=\"cinema\"> <div class=\"giant-tag\">POSI-VIBES<\/div> <div style=\"z-index: 10; max-width: 800px; padding: 40px;\" class=\"reveal\"> <h2 style=\"font-family:'Syne'; font-size: 100px; line-height: 1;\">ALWAYS<br>GLOWING.<\/h2> <p style=\"font-size: 24px; margin-top: 30px; opacity: 0.8; letter-spacing: 4px;\">A NEW ERA OF MEME CULTURE<\/p> <\/div> <\/section> <section id=\"dynamic\"> <div class=\"dynamic-grid\"> <div class=\"card reveal\"> <h3>01. SPARK<\/h3> <p>Fair launch mechanics designed to ignite organic growth from the first second of combustion.<\/p> <\/div> <div class=\"card reveal\"> <h3>02. BLAZE<\/h3> <p>Aggressive marketing and creative storytelling that separates us from the standard noise.<\/p> <\/div> <div class=\"card reveal\"> <h3>03. INFERNO<\/h3> <p>Ecosystem expansion where $FLAMY becomes the central sun of a new playful Web3 galaxy.<\/p> <\/div> <\/div> <\/section> <section id=\"finale\"> <div class=\"glow-layer\"><\/div> <div class=\"reveal\"> <img decoding=\"async\" src=\"https:\/\/flamy.space\/wp-content\/uploads\/2026\/06\/logo.png\" height=\"150\" style=\"margin-bottom: 40px;\"> <h2 style=\"font-family:'Syne'; font-size: 8vw;\">BE THE FIRE.<\/h2> <div class=\"ca-container\" onclick=\"copyCA()\"> <span>0xFLAMY...IGNITE<\/span> <\/div> <div class=\"nav-links\" style=\"justify-content: center; margin-top: 40px;\"> <a href=\"#\">DEXTOOLS<\/a> <a href=\"#\">DEXSCREENER<\/a> <a href=\"#\">COINGECKO<\/a> <\/div> <\/div> <\/section> <script> const cursor = document.getElementById('custom-cursor'); const glow = document.getElementById('cursor-glow'); document.addEventListener('mousemove', (e) => { cursor.style.left = e.clientX + 'px'; cursor.style.top = e.clientY + 'px'; glow.style.left = e.clientX + 'px'; glow.style.top = e.clientY + 'px'; }); window.addEventListener('scroll', () => { const nav = document.getElementById('navbar'); if (window.scrollY > 100) nav.classList.add('scrolled'); else nav.classList.remove('scrolled'); document.querySelectorAll('.reveal').forEach(el => { const rect = el.getBoundingClientRect(); if (rect.top < window.innerHeight * 0.8) el.classList.add('active'); }); }); function copyCA() { navigator.clipboard.writeText(\"0xFLAMY7777777777777777777777777777777\"); const btn = event.currentTarget; const originalText = btn.innerHTML; btn.innerHTML = \"COPIED TO CLIPBOARD!\"; setTimeout(() => btn.innerHTML = originalText, 2000); } \/\/ Initial check document.addEventListener('DOMContentLoaded', () => { document.querySelectorAll('.reveal').forEach(el => { const rect = el.getBoundingClientRect(); if (rect.top < window.innerHeight) el.classList.add('active'); }); }); <\/script>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>X \/ Twitter Telegram BUY $FLAMY STAYWARM. The most optimistic fire spirit in the Web3 space. A community-driven beacon of positive energy. CA: 0xFLAMY&#8230;IGNITE (CLICK TO COPY) CRAFTEDFOR IMPACT We&#8217;ve ditched the generic templates. $FLAMY is a premium digital asset designed for those who value art, community, and the heat of the bull market. EXPLORE [&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-10","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/flamy.space\/index.php?rest_route=\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/flamy.space\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/flamy.space\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/flamy.space\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/flamy.space\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=10"}],"version-history":[{"count":37,"href":"https:\/\/flamy.space\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":57,"href":"https:\/\/flamy.space\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions\/57"}],"wp:attachment":[{"href":"https:\/\/flamy.space\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}