.footer{background-color:#121212;color:#e0e0e0;padding:2rem 0;position:relative;bottom:0;width:100%;text-align:center}.footer-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.footer-text{font-size:1rem;margin-bottom:1rem}body{background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);font-family:Poppins,sans-serif;color:white;text-align:center;overflow-x:hidden}.home-wrapper:before{content:"";position:fixed;width:100%;height:100%;background:url(/particles.gif);opacity:.2;z-index:-1}.header{margin-top:100px;text-align:center}.logo{font-size:60px;font-weight:700;text-transform:uppercase;letter-spacing:4px;background:linear-gradient(90deg,#ff00ff,#ff4500,#ff8c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:textFlow 2s linear infinite alternate}@keyframes textFlow{0%{background-position:0}to{background-position:100%}}.tagline{font-size:22px;font-weight:300;opacity:.8;text-shadow:0 0 15px rgba(255,0,255,.7);animation:neonBlink 1.5s infinite alternate}@keyframes neonBlink{0%{opacity:.7}to{opacity:1}}.register{margin-top:50px}.buttons{display:flex;justify-content:center;gap:20px;margin-top:20px}.register-btn{background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.3);padding:15px 30px;font-size:18px;border-radius:12px;color:white;cursor:pointer;transition:all .4s ease-in-out;backdrop-filter:blur(15px);position:relative;overflow:hidden}.register-btn:hover{background:rgba(255,0,255,.4);box-shadow:0 0 15px rgba(255,0,255,.8);transform:translateY(-3px)}.register-btn:active{transform:scale(.9)}.register-btn:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(45deg,#ff00ff,#ff4500);opacity:0;transition:opacity .3s ease-in-out}.register-btn:hover:before{opacity:.3}.about-content{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin-top:1rem;flex-wrap:wrap}.about-image,.about-text{flex:1;min-width:300px}.about-text p{font-size:1.1rem;line-height:1.6}.img1{width:90%;height:auto;border-radius:10px;margin-top:10px;margin-left:10px;margin-bottom:10px;border:15px solid rgb(164,106,222);object-fit:cover}.video{width:50%;height:auto;margin-left:400px;margin-bottom:30px}.additional{display:flex;justify-content:center;align-items:center;gap:2rem;margin:3rem 0;flex-wrap:wrap}.comp,.influ{text-align:center;font-size:1.5rem;flex:1;background-color:aliceblue;color:black;border-radius:50px 50px;padding:50px}.arrow-container{display:flex;flex-direction:column;gap:1rem;align-items:center}.arrow{transition:transform .3s ease}.arrow.left{transform:rotate(180deg)}.flow{margin:10px 10px 10px 30vw;border-radius:10px;border:10px solid black}@media (max-width:768px){.logo{font-size:40px}.register-btn{font-size:16px;padding:12px 25px}.about{padding:15px}.video{margin-left:30px;height:200px;width:auto}.comp,.influ{text-align:center;font-size:1.5rem;flex:1;background-color:aliceblue;color:black;border-radius:50px 50px;padding:10px}.flow{margin:10px 10px 10px 10vw;border-radius:10px;border:10px solid black;width:300px}}