@import url(https://fonts.googleapis.com/css2?family=Fredoka:wght@600;700&display=swap);*{box-sizing:border-box;margin:0;padding:0}body,html{background:#1a3c34;color:#fff;font-family:Fredoka,sans-serif;scroll-behavior:smooth}.App{overflow-x:hidden}.navbar{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a3c34e6;display:flex;justify-content:space-between;padding:1.5rem 2rem;position:fixed;top:0;transition:background .3s ease,padding .3s ease;width:100%;z-index:1000}.navbar.scrolled{background:#000c;padding:1rem 2rem}.logo{height:auto;width:100px}.nav-links{display:flex;gap:2rem}.nav-links a{color:#fff;font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:#a9ba9d}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:6px;position:relative}.hamburger span{background:#fff;height:3px;transition:all .3s ease;width:30px}.hamburger.open span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.close-icon{color:#fff;cursor:pointer;font-size:2rem}@media (max-width:768px){.nav-links{align-items:center;background:#1a3c34f2;display:none;flex-direction:column;height:100vh;justify-content:center;position:fixed;right:0;top:0;width:100vw;z-index:999}.hamburger,.nav-links.open{display:flex}.og-cards{flex-direction:column}}.hero{align-items:center;background:linear-gradient(135deg,#1a3c34,#4a704a);display:flex;justify-content:center;min-height:100vh;padding:12rem 2rem 6rem;position:relative;text-align:center}.hero-content{margin:auto;max-width:900px;z-index:2}.hero-title{color:#fff;font-size:4.5rem;line-height:1.1;margin-bottom:1rem;text-shadow:0 0 20px #fff6}.hero-tagline{color:#a9ba9d;font-size:1.8rem;font-weight:600;margin-bottom:2.5rem;text-shadow:0 0 10px #a9ba9d80}.hero-coin{align-items:center;border-radius:50%;box-shadow:0 0 30px #a9ba9d80;display:flex;height:250px;justify-content:center;margin:3rem auto;overflow:hidden;width:250px}.coin-image{height:100%;object-fit:cover;width:100%}.hero-stats{display:flex;font-size:1.5rem;font-weight:600;gap:3rem;justify-content:center;margin-bottom:3rem}.hero-stats p{color:#fff;margin:0}.hero-stats span{color:#a9ba9d;font-weight:700;text-shadow:0 0 5px #a9ba9db3}.hero-button{background:#a9ba9d;border:none;border-radius:40px;color:#1a3c34;cursor:pointer;display:inline-block;font-family:Fredoka,sans-serif;font-size:1.5rem;font-weight:700;padding:1.2rem 3rem;text-decoration:none;transition:background .3s ease,transform .3s ease,box-shadow .3s ease}.hero-button:hover{background:#8a9a7d;box-shadow:0 0 15px #a9ba9d99;transform:scale(1.05)}.scroller{background:#4a704a;overflow:hidden;padding:2rem 0}.scroller-track{animation:scroll 20s linear infinite;display:flex;gap:3rem}.scroller-track.reverse{animation-direction:reverse}.scroller-item{align-items:center;display:flex;gap:1.5rem}.scroller-item img{border:2px solid #a9ba9d;border-radius:50%;height:50px;transition:transform .3s ease;width:50px}.scroller-item:hover img{transform:scale(1.1)}.scroller-item span{color:#a9ba9d;font-size:1.2rem;font-weight:700;text-shadow:0 0 5px #a9ba9d80}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.about{background:#1a3c34;padding:6rem 2rem;text-align:center}.section-inner{margin:auto;max-width:800px}.about h2{color:#a9ba9d;font-size:3rem;margin-bottom:2rem;text-shadow:0 0 10px #a9ba9d99}.about-image{border-radius:15px;box-shadow:0 10px 20px #0000004d;margin:2rem auto;max-width:500px;transition:transform .3s ease;width:100%}.about-image:hover{transform:scale(1.03)}.about p{color:#fff;font-size:1.3rem;line-height:1.8;text-shadow:0 0 5px #ffffff4d}.ogs{background:#4a704a;padding:6rem 2rem;text-align:center}.ogs h2{color:#a9ba9d;font-size:3rem;margin-bottom:3rem;text-shadow:0 0 10px #a9ba9d99}.og-cards{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:auto;max-width:1200px}.og-card{background:#1a3c34cc;border-radius:25px;box-shadow:0 10px 30px #0000004d;padding:2.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:280px}.og-card:hover{box-shadow:0 15px 40px #a9ba9d66;transform:translateY(-10px)}.og-card img{border:3px solid #a9ba9d;border-radius:50%;height:100px;margin-bottom:1.5rem;transition:transform .3s ease;width:100px}.og-card:hover img{transform:scale(1.1)}.og-card h3{color:#a9ba9d;font-size:1.5rem;margin-bottom:1rem;text-shadow:0 0 5px #a9ba9db3}.og-card p{color:#fff;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;text-shadow:0 0 3px #fff6}.og-card a{background:#a9ba9d;border-radius:20px;color:#1a3c34;font-size:1rem;font-weight:700;padding:.7rem 1.5rem;text-decoration:none;transition:background .3s ease,transform .3s ease}.og-card a:hover{background:#8a9a7d;transform:scale(1.05)}.community{background:#1a3c34;padding:6rem 2rem;text-align:center}.community h2{color:#a9ba9d;font-size:3rem;margin-bottom:3rem;text-shadow:0 0 10px #a9ba9d99}.community-links{display:flex;gap:2rem;justify-content:center;margin:auto;max-width:900px}.community .card{background:#4a704acc;border-radius:20px;box-shadow:0 10px 20px #0000004d;padding:2.5rem;text-align:center;transition:transform .3s ease;width:300px}.community .card:hover{transform:translateY(-10px)}.card h3{color:#a9ba9d;font-size:1.8rem;margin-bottom:1rem;text-shadow:0 0 5px #a9ba9db3}.card p{color:#fff;font-size:1.2rem;line-height:1.6;margin-bottom:1.5rem;text-shadow:0 0 3px #fff6}.card a{background:#a9ba9d;border-radius:20px;color:#1a3c34;font-size:1.1rem;font-weight:700;padding:.8rem 1.8rem;text-decoration:none;transition:background .3s ease,transform .3s ease}.card a:hover{background:#8a9a7d;transform:scale(1.05)}.footer{background:#4a704a;border-top:1px solid #a9ba9d33;padding:3rem 2rem;text-align:center}.footer-content{margin:auto;max-width:800px}.footer-logo{margin-bottom:1rem;transition:transform .3s ease;width:120px}.footer-logo:hover{transform:scale(1.1)}.footer p{color:#fff;font-size:1.1rem;margin-bottom:1rem;text-shadow:0 0 3px #fff6}.footer-links{display:flex;gap:2rem;justify-content:center;margin-top:1rem}.footer-links a{color:#a9ba9d;font-weight:600;text-decoration:none;transition:color .3s ease,transform .3s ease}.footer-links a:hover{color:#8a9a7d;transform:scale(1.1)}@media (max-width:768px){.navbar{padding:1rem}.logo{width:80px}.nav-links a{font-size:1rem}.hero{min-height:80vh;padding:8rem 1rem 4rem}.hero-title{font-size:2.8rem}.hero-tagline{font-size:1.3rem}.hero-coin{height:150px;width:150px}.hero-stats{flex-direction:column;font-size:1.2rem;gap:1.5rem}.hero-button{font-size:1.2rem;padding:.9rem 2.5rem}.about,.community,.ogs{padding:4rem 1rem}.about h2,.community h2,.ogs h2{font-size:2.2rem}.about-image{max-width:300px}.about p,.card p,.og-card p{font-size:1rem}.og-cards{flex-direction:column}.og-card{margin:0 auto;max-width:300px;width:100%}.community-links{align-items:center;flex-direction:column}.card{max-width:300px;width:100%}.footer{padding:2rem 1rem}.footer-logo{width:100px}}@media (min-width:1200px){.hero-title{font-size:5.5rem}.hero-tagline{font-size:2.2rem}.hero-coin{height:300px;width:300px}.hero-stats{font-size:1.8rem}.about h2,.community h2,.ogs h2{font-size:3.5rem}.about-image{max-width:600px}}
/*# sourceMappingURL=main.a742d213.css.map*/