{"id":8,"date":"2026-04-11T18:42:08","date_gmt":"2026-04-11T18:42:08","guid":{"rendered":"https:\/\/lilreaper.fun\/?page_id=8"},"modified":"2026-04-11T19:11:28","modified_gmt":"2026-04-11T19:11:28","slug":"elementor-8","status":"publish","type":"page","link":"https:\/\/lilreaper.fun\/","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-d0234fb e-con-full e-flex e-con e-parent\" data-id=\"d0234fb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-56a43ee elementor-widget elementor-widget-html\" data-id=\"56a43ee\" 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>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Lil Reaper ($Reaper) | Don't Fear the Dip<\/title>\r\n    \r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Darker+Grotesque:wght@300;400;600;800;900&display=swap\" rel=\"stylesheet\">\r\n    \r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.2\/css\/all.min.css\">\r\n\r\n    <style>\r\n        \/* CSS VARIABLES *\/\r\n        :root {\r\n            --bg-dark: #050505;\r\n            --text-main: #e0e0e0;\r\n            --text-muted: #888888;\r\n            --accent: #ffffff;\r\n            --glass-bg: rgba(20, 20, 20, 0.4);\r\n            --glass-border: rgba(255, 255, 255, 0.08);\r\n            --glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.7);\r\n        }\r\n\r\n        \/* GLOBAL STYLES *\/\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n            font-family: 'Darker Grotesque', sans-serif;\r\n        }\r\n\r\n        body {\r\n            background-color: var(--bg-dark);\r\n            color: var(--text-main);\r\n            overflow-x: hidden;\r\n            line-height: 1.2;\r\n        }\r\n\r\n        h1, h2, h3 {\r\n            font-weight: 500;\r\n            text-transform: uppercase;\r\n            letter-spacing: 2px;\r\n            color: var(--accent);\r\n        }\r\n\r\n        a { text-decoration: none; color: inherit; }\r\n\r\n        \/* PARTICLES BACKGROUND *\/\r\n        #particles-js {\r\n            position: fixed;\r\n            width: 100vw;\r\n            height: 100vh;\r\n            top: 0;\r\n            left: 0;\r\n            z-index: 999;\r\n            pointer-events: none;\r\n        }\r\n\r\n        \/* GLASSMORPHISM UTILITY *\/\r\n        .glass-panel {\r\n            background: var(--glass-bg);\r\n            backdrop-filter: blur(12px);\r\n            -webkit-backdrop-filter: blur(12px);\r\n            border: 1px solid var(--glass-border);\r\n            box-shadow: var(--glass-shadow);\r\n            border-radius: 16px;\r\n            padding: 2.5rem;\r\n            position: relative;\r\n            z-index: 5;\r\n        }\r\n\r\n        \/* BUTTONS (UPDATED: Smaller text, wider spacing) *\/\r\n        .btn {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            gap: 8px;\r\n            padding: 8px 20px;\r\n            font-size: 0.9rem; \/* Diperkecil *\/\r\n            font-weight: 700;\r\n            border-radius: 8px;\r\n            border: 1px solid var(--glass-border);\r\n            background: rgba(255,255,255,0.05);\r\n            color: var(--accent);\r\n            backdrop-filter: blur(5px);\r\n            cursor: pointer;\r\n            transition: all 0.3s ease;\r\n            text-transform: uppercase;\r\n            letter-spacing: 1.5px;\r\n        }\r\n\r\n        .btn i { font-size: 1rem; }\r\n\r\n        .btn:hover {\r\n            background: rgba(255,255,255,0.15);\r\n            transform: translateY(-2px);\r\n            box-shadow: 0 0 15px rgba(255,255,255,0.1);\r\n        }\r\n\r\n        \/* NAVBAR *\/\r\n        nav {\r\n            position: fixed;\r\n            top: 0; width: 100%;\r\n            padding: 20px 50px;\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: center;\r\n            z-index: 100;\r\n            transition: all 0.3s ease;\r\n        }\r\n        nav.scrolled {\r\n            background: rgba(5, 5, 5, 0.8);\r\n            backdrop-filter: blur(15px);\r\n            border-bottom: 1px solid var(--glass-border);\r\n            padding: 15px 50px;\r\n        }\r\n        .logo { font-size: 2rem; font-weight: 500; letter-spacing: 1px; }\r\n        .nav-links { display: flex; gap: 15px; }\r\n\r\n        \/* SECTIONS COMMON *\/\r\n        section {\r\n            position: relative;\r\n            width: 100%;\r\n            padding: 100px 50px;\r\n            z-index: 5;\r\n            min-height: 100vh;\r\n            display: flex;\r\n            flex-direction: column;\r\n            justify-content: center;\r\n        }\r\n\r\n        \/* MEDIA BACKGROUNDS *\/\r\n        .media-bg {\r\n            position: absolute;\r\n            top: 0; left: 0;\r\n            width: 100%; height: 100%;\r\n            object-fit: cover;\r\n            z-index: -2;\r\n        }\r\n        .overlay {\r\n            position: absolute;\r\n            top: 0; left: 0;\r\n            width: 100%; height: 100%;\r\n            z-index: -1;\r\n        }\r\n\r\n        \/* TEXT SCRAMBLE DATA ATTRIBUTE FIX (Prevents height jump) *\/\r\n        .scramble-text {\r\n            display: inline-block;\r\n            min-height: 1.2em; \r\n        }\r\n\r\n        \/* HERO SECTION *\/\r\n        .hero {\r\n            align-items: center;\r\n            justify-content: flex-end;\r\n            padding-bottom: 50px;\r\n        }\r\n        .hero-overlay {\r\n            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);\r\n        }\r\n        .hero-content {\r\n            text-align: center;\r\n            max-width: 800px;\r\n            position: relative;\r\n            z-index: 10;\r\n        }\r\n        .hero h1 { font-size: 5rem; line-height: 1; margin-bottom: 10px; text-shadow: 0 0 20px rgba(0,0,0,0.8); }\r\n        .hero p { font-size: 1.5rem; margin-bottom: 30px; font-weight: 400; color: #ccc; }\r\n        .ca-box {\r\n            font-family: monospace;\r\n            font-size: 1rem;\r\n            letter-spacing: 1px;\r\n            background: rgba(0,0,0,0.6);\r\n            padding: 10px 20px;\r\n        }\r\n        .ca-box span { color: var(--text-muted); }\r\n\r\n        \/* ABOUT SECTION *\/\r\n        .about { background: #000; min-height: auto; padding-top: 50px;}\r\n        .about-grid {\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 50px;\r\n            align-items: center;\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n        }\r\n        .about-img img { width: 100%; border-radius: 16px; border: 1px solid var(--glass-border); filter: grayscale(50%) contrast(1.2); }\r\n        .about-content h2 { font-size: 3.5rem; margin-bottom: 20px; }\r\n        .about-content p { font-size: 1.2rem; margin-bottom: 20px; color: #bbb; }\r\n\r\n        \/* PHILOSOPHY SECTION *\/\r\n        .philosophy { align-items: center; }\r\n        .phil-overlay {\r\n            background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,1) 100%);\r\n        }\r\n        .philosophy-content { text-align: center; max-width: 1000px; margin: 0 auto; }\r\n        .philosophy h2 { font-size: 3.5rem; margin-bottom: 40px; }\r\n        .cards-container {\r\n            display: grid;\r\n            grid-template-columns: repeat(3, 1fr);\r\n            gap: 30px;\r\n            margin-top: 40px;\r\n        }\r\n        .glass-card h3 { font-size: 1.5rem; margin-bottom: 15px; border-bottom: 1px solid var(--glass-border); padding-bottom: 10px;}\r\n        .glass-card p { font-size: 1.1rem; color: #aaa; text-align: left;}\r\n\r\n        \/* ROADMAP SECTION *\/\r\n        .roadmap { background: #000; align-items: center; }\r\n        .roadmap h2 { font-size: 3.5rem; margin-bottom: 60px; text-align: center; }\r\n        .timeline {\r\n            position: relative;\r\n            max-width: 800px;\r\n            width: 100%;\r\n            margin: 0 auto;\r\n        }\r\n        .timeline::before {\r\n            content: ''; position: absolute; top: 0; left: 50px; height: 100%; width: 2px;\r\n            background: var(--glass-border);\r\n        }\r\n        .timeline-item { position: relative; margin-bottom: 50px; padding-left: 100px; }\r\n        .timeline-item::before {\r\n            content: ''; position: absolute; left: 42px; top: 20px; width: 18px; height: 18px;\r\n            background: #fff; border-radius: 50%; box-shadow: 0 0 10px #fff;\r\n        }\r\n        .timeline-item ul { list-style: none; color: #bbb; font-size: 1.2rem; margin-top: 15px;}\r\n        .timeline-item ul li { margin-bottom: 10px; position: relative; padding-left: 20px;}\r\n        .timeline-item ul li::before { content: '\u2022'; position: absolute; left: 0; color: #fff;}\r\n\r\n        \/* CTA SECTION *\/\r\n        .cta { align-items: center; text-align: center; min-height: 70vh;}\r\n        .cta-overlay { background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); }\r\n        .cta h2 { font-size: 4rem; margin-bottom: 20px; }\r\n        .cta p { font-size: 1.5rem; margin-bottom: 40px; max-width: 600px; }\r\n        .cta-buttons { display: flex; gap: 20px; justify-content: center; }\r\n\r\n        \/* FOOTER *\/\r\n        footer {\r\n            background: #000; border-top: 1px solid var(--glass-border);\r\n            padding: 40px 50px; text-align: center; position: relative; z-index: 10;\r\n        }\r\n        .footer-socials { font-size: 1.5rem; margin-bottom: 20px; display: flex; justify-content: center; gap: 20px;}\r\n        .footer-socials a:hover { color: #fff; text-shadow: 0 0 10px #fff; }\r\n        footer p { font-size: 1rem; color: var(--text-muted); max-width: 600px; margin: 0 auto; }\r\n\r\n        \/* RESPONSIVE *\/\r\n        @media (max-width: 768px) {\r\n            nav { padding: 15px 20px; flex-direction: column; gap: 15px; }\r\n            section { padding: 80px 20px; }\r\n            .hero h1 { font-size: 3.5rem; }\r\n            .about-grid, .cards-container { grid-template-columns: 1fr; }\r\n            .timeline::before { left: 20px; }\r\n            .timeline-item { padding-left: 60px; }\r\n            .timeline-item::before { left: 12px; }\r\n            .ca-box { flex-direction: column; font-size: 0.85rem;}\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <div id=\"particles-js\"><\/div>\r\n\r\n    <nav id=\"navbar\">\r\n        <div class=\"logo\">LIL REAPER<\/div>\r\n        <div class=\"nav-links\">\r\n            <a href=\"#\" class=\"btn\"><i class=\"fa-brands fa-x-twitter\"><\/i> Twitter<\/a>\r\n            <a href=\"#\" class=\"btn\"><i class=\"fa-solid fa-chart-line\"><\/i> Live Chart<\/a>\r\n        <\/div>\r\n    <\/nav>\r\n\r\n    <section class=\"hero\">\r\n        <video class=\"media-bg\" autoplay loop muted playsinline>\r\n            <source src=\"https:\/\/lilreaper.fun\/wp-content\/uploads\/2026\/04\/LIL-REAPER-BG1.mp4\" type=\"video\/mp4\">\r\n        <\/video>\r\n        <div class=\"overlay hero-overlay\"><\/div>\r\n        \r\n        <div class=\"hero-content\">\r\n            <h1>\r\n                <span class=\"scramble-text\" data-text=\"DON't FEAR THE DIP.\">DON't FEAR THE DIP.<\/span><br>\r\n                <span class=\"scramble-text\" data-text=\"REAP THE HARVEST.\">REAP THE HARVEST.<\/span>\r\n            <\/h1>\r\n            <button class=\"btn ca-box\" onclick=\"copyCA()\">\r\n                <span>CA:<\/span> <b id=\"contract-address\">NULL<\/b>\r\n                <i class=\"fa-regular fa-copy\"><\/i>\r\n            <\/button>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"about\" id=\"about\">\r\n        <div class=\"about-grid\">\r\n            <div class=\"about-img glass-panel\" style=\"padding: 10px;\">\r\n                <img decoding=\"async\" src=\"https:\/\/lilreaper.fun\/wp-content\/uploads\/2026\/04\/Asset-6.png\" alt=\"Lil Reaper Brotherhood\">\r\n            <\/div>\r\n            <div class=\"about-content\">\r\n                <h2 class=\"scramble-text\" data-text=\"INTO THE DARK FOREST, TOGETHER\">INTO THE DARK FOREST, TOGETHER<\/h2>\r\n                <p>The Web3 space is an unforgiving dark forest. It is vast, deeply unpredictable, and for fresh wallets just entering the trenches, it can be downright terrifying. Endless FUD, sudden market dumps, and the constant pressure of FOMO can shake even the strongest conviction.<\/p>\r\n                <p>Enter <b>Lil Reaper<\/b>.<\/p>\r\n                <p>We wear the cloak not to bring an end, but to mark a new beginning. $Reaper is a community-driven movement built on the philosophy that every market whale was once a plankton. We are here to guide you through the labyrinth of the blockchain, cure your paper hands, and help you secure the bags you truly deserve.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"philosophy\">\r\n        <video class=\"media-bg\" autoplay loop muted playsinline>\r\n            <source src=\"https:\/\/lilreaper.fun\/wp-content\/uploads\/2026\/04\/LIL-REAPER-BG2.mp4\" type=\"video\/mp4\">\r\n        <\/video>\r\n        <div class=\"overlay phil-overlay\"><\/div>\r\n\r\n        <div class=\"philosophy-content\">\r\n            <h2 class=\"scramble-text\" data-text=\"DEATH TO FUD. LIFE TO FREEDOM.\">DEATH TO FUD. LIFE TO FREEDOM.<\/h2>\r\n            <p style=\"font-size: 1.3rem; color: #ccc;\">Why wander the blockchain alone when you can walk with the Order?<\/p>\r\n            \r\n            <div class=\"cards-container\">\r\n                <div class=\"glass-panel glass-card\">\r\n                    <h3 class=\"scramble-text\" data-text=\"SANCTUARY FOR FIRST-CYCLERS\">SANCTUARY FOR FIRST-CYCLERS<\/h3>\r\n                    <p>No portfolio is too small, no question is too basic. We replace the toxic \"DYOR and cry\" mentality with actual mentorship. The run to the moon is a marathon, and Lil Reaper is your steadfast guide.<\/p>\r\n                <\/div>\r\n                <div class=\"glass-panel glass-card\">\r\n                    <h3 class=\"scramble-text\" data-text=\"THE GREAT EQUALIZER\">THE GREAT EQUALIZER<\/h3>\r\n                    <p>Underneath the hood, the blockchain treats us all the same. Whether you bring meme magic, an analytical mind, or the patience of a bear-market survivor, $Reaper unites us all.<\/p>\r\n                <\/div>\r\n                <div class=\"glass-panel glass-card\">\r\n                    <h3 class=\"scramble-text\" data-text=\"THE PATIENT HARVEST\">THE PATIENT HARVEST<\/h3>\r\n                    <p>We don't chase green wicks blindly. We focus on conviction, patience, and strategic diamond-handing. We wait in the shadows for the perfect moment to strike.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"roadmap\">\r\n        <h2 class=\"scramble-text\" data-text=\"THE SCROLL OF SHADOWS\">THE SCROLL OF SHADOWS<\/h2>\r\n        <div class=\"timeline\">\r\n            <div class=\"timeline-item glass-panel\">\r\n                <h3 class=\"scramble-text\" data-text=\"PHASE 1: THE AWAKENING\">PHASE 1: THE AWAKENING<\/h3>\r\n                <ul>\r\n                    <li>Fair Launch ($Reaper)<\/li>\r\n                    <li>Gathering the Order (Community Building & Raiding)<\/li>\r\n                    <li>The \"Trench Guide\" Initiative (Essential survival scrolls for fresh wallets)<\/li>\r\n                <\/ul>\r\n            <\/div>\r\n            <div class=\"timeline-item glass-panel\">\r\n                <h3 class=\"scramble-text\" data-text=\"PHASE 2: THE HARVEST\">PHASE 2: THE HARVEST<\/h3>\r\n                <ul>\r\n                    <li>CoinGecko & CoinMarketCap Listings<\/li>\r\n                    <li>Strategic Alliances with Web3 Mentors<\/li>\r\n                    <li>Unlocking the Lil Reaper Meme Forge (Community art, lore expansion)<\/li>\r\n                <\/ul>\r\n            <\/div>\r\n            <div class=\"timeline-item glass-panel\">\r\n                <h3 class=\"scramble-text\" data-text=\"PHASE 3: THE AFTERLIFE\">PHASE 3: THE AFTERLIFE<\/h3>\r\n                <ul>\r\n                    <li>Tier-1 & Tier-2 CEX Listings<\/li>\r\n                    <li>The Reaper's Inner Sanctum (Exclusive alpha access for holders)<\/li>\r\n                    <li>Global dominance of the meme-sphere.<\/li>\r\n                <\/ul>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"cta\">\r\n        <img decoding=\"async\" class=\"media-bg\" src=\"https:\/\/lilreaper.fun\/wp-content\/uploads\/2026\/04\/Asset-7.png\" alt=\"Reaper Background\">\r\n        <div class=\"overlay cta-overlay\"><\/div>\r\n        \r\n        <div class=\"glass-panel\" style=\"max-width: 800px; margin: 0 auto; background: rgba(0,0,0,0.6);\">\r\n            <h2 class=\"scramble-text\" data-text=\"READY TO CROSS OVER?\">READY TO CROSS OVER?<\/h2>\r\n            <p>The blockchain waits for no one. Grab your scythe, put on your cloak, and let\u2019s navigate the underworld of DeFi together.<\/p>\r\n            <div class=\"cta-buttons\">\r\n                <a href=\"#\" class=\"btn\"><i class=\"fa-brands fa-telegram\"><\/i> Join Telegram<\/a>\r\n                <a href=\"#\" class=\"btn\"><i class=\"fa-solid fa-coins\"><\/i> Buy $Reaper<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <footer>\r\n        <div class=\"footer-socials\">\r\n            <a href=\"#\"><i class=\"fa-brands fa-x-twitter\"><\/i><\/a>\r\n            <a href=\"#\"><i class=\"fa-brands fa-telegram\"><\/i><\/a>\r\n            <a href=\"#\"><i class=\"fa-brands fa-discord\"><\/i><\/a>\r\n        <\/div>\r\n        <p>Disclaimer: The crypto trenches are highly volatile. $Reaper is a community-driven meme token. Always conduct your own research and reap responsibly.<\/p>\r\n        <p style=\"margin-top: 10px;\">&copy; 2026 Lil Reaper Brotherhood. All rights reserved.<\/p>\r\n    <\/footer>\r\n\r\n    <script src=\"https:\/\/cdn.jsdelivr.net\/particles.js\/2.0.0\/particles.min.js\"><\/script>\r\n    \r\n    <script>\r\n        \/\/ 1. SCROLL NAVBAR\r\n        window.addEventListener('scroll', function() {\r\n            const navbar = document.getElementById('navbar');\r\n            if (window.scrollY > 50) navbar.classList.add('scrolled');\r\n            else navbar.classList.remove('scrolled');\r\n        });\r\n\r\n        \/\/ 2. COPY CONTRACT ADDRESS\r\n        function copyCA() {\r\n            const caText = document.getElementById(\"contract-address\").innerText;\r\n            navigator.clipboard.writeText(caText).then(() => {\r\n                alert(\"Contract Address Copied to Clipboard!\");\r\n            }).catch(err => console.error('Failed to copy: ', err));\r\n        }\r\n\r\n        \/\/ 3. TEXT SCRAMBLE EFFECT (Hacker\/Glitch Effect)\r\n        const letters = \"ABCDEFGHIJKLMNOPQRSTUVWXYZ!@#$%^&*()_+<>{}[]\";\r\n        const textElements = document.querySelectorAll('.scramble-text');\r\n        \r\n        const observerOptions = {\r\n            threshold: 0.5 \/\/ Animasi mulai saat elemen 50% terlihat di layar\r\n        };\r\n\r\n        const textObserver = new IntersectionObserver((entries) => {\r\n            entries.forEach(entry => {\r\n                if(entry.isIntersecting) {\r\n                    scrambleText(entry.target);\r\n                    \/\/ Hapus komentar dibawah ini jika ingin animasi hanya berjalan 1 kali saja\r\n                    \/\/ textObserver.unobserve(entry.target); \r\n                }\r\n            });\r\n        }, observerOptions);\r\n\r\n        textElements.forEach(el => textObserver.observe(el));\r\n\r\n        function scrambleText(element) {\r\n            let iteration = 0;\r\n            const originalText = element.getAttribute(\"data-text\");\r\n            clearInterval(element.interval);\r\n\r\n            element.interval = setInterval(() => {\r\n                element.innerText = originalText.split(\"\").map((letter, index) => {\r\n                    if(index < iteration || letter === \" \") {\r\n                        return originalText[index];\r\n                    }\r\n                    return letters[Math.floor(Math.random() * letters.length)];\r\n                }).join(\"\");\r\n\r\n                if(iteration >= originalText.length){\r\n                    clearInterval(element.interval);\r\n                }\r\n                iteration += 1 \/ 2; \/\/ Semakin kecil angka pembagi, semakin lambat acakannya\r\n            }, 30);\r\n        }\r\n\r\n        \/\/ 4. PARTICLES.JS (Efek abu\/debu terbang)\r\n        particlesJS('particles-js', {\r\n            \"particles\": {\r\n                \"number\": { \"value\": 80, \"density\": { \"enable\": true, \"value_area\": 800 } },\r\n                \"color\": { \"value\": \"#888888\" },\r\n                \"shape\": { \"type\": \"circle\" },\r\n                \"opacity\": { \"value\": 0.5, \"random\": true, \"anim\": { \"enable\": true, \"speed\": 1, \"opacity_min\": 0.1, \"sync\": false } },\r\n                \"size\": { \"value\": 3, \"random\": true, \"anim\": { \"enable\": false } },\r\n                \"line_linked\": { \"enable\": false }, \r\n                \"move\": { \"enable\": true, \"speed\": 1.5, \"direction\": \"top\", \"random\": true, \"straight\": false, \"out_mode\": \"out\", \"bounce\": false }\r\n            },\r\n            \"interactivity\": {\r\n                \"detect_on\": \"canvas\",\r\n                \"events\": { \"onhover\": { \"enable\": true, \"mode\": \"bubble\" }, \"onclick\": { \"enable\": true, \"mode\": \"repulse\" }, \"resize\": true },\r\n                \"modes\": { \"bubble\": { \"distance\": 200, \"size\": 4, \"duration\": 2, \"opacity\": 1, \"speed\": 3 }, \"repulse\": { \"distance\": 200, \"duration\": 0.4 } }\r\n            },\r\n            \"retina_detect\": true\r\n        });\r\n    <\/script>\r\n<\/body>\r\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>Lil Reaper ($Reaper) | Don&#8217;t Fear the Dip LIL REAPER Twitter Live Chart DON&#8217;t FEAR THE DIP. REAP THE HARVEST. CA: NULL INTO THE DARK FOREST, TOGETHER The Web3 space is an unforgiving dark forest. It is vast, deeply unpredictable, and for fresh wallets just entering the trenches, it can be downright terrifying. Endless FUD, [&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:\/\/lilreaper.fun\/index.php\/wp-json\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lilreaper.fun\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lilreaper.fun\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lilreaper.fun\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lilreaper.fun\/index.php\/wp-json\/wp\/v2\/comments?post=8"}],"version-history":[{"count":7,"href":"https:\/\/lilreaper.fun\/index.php\/wp-json\/wp\/v2\/pages\/8\/revisions"}],"predecessor-version":[{"id":24,"href":"https:\/\/lilreaper.fun\/index.php\/wp-json\/wp\/v2\/pages\/8\/revisions\/24"}],"wp:attachment":[{"href":"https:\/\/lilreaper.fun\/index.php\/wp-json\/wp\/v2\/media?parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}