.hero-section{position:relative;overflow:hidden;height:100vh;background-color:#120024;z-index:0}.hero-section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background-image:url(https://grainy-gradients.vercel.app/noise.svg);background-repeat:repeat;background-size:200px 200px;opacity:.05;mix-blend-mode:soft-light;animation:noiseShift 12s linear infinite}@keyframes noiseShift{0%{background-position:0 0}to{background-position:100px 100px}}.blob{position:fixed;top:0;left:0;width:900px;height:900px;pointer-events:none;transform:translate(-50%,-50%);z-index:1;background:radial-gradient(circle,#ec489940,#a855f733 35%,#6b21a826 60%,#0000);filter:blur(100px);opacity:1;mix-blend-mode:lighten;border-radius:50% 45% 55% 50%/50% 55% 45% 50%;transition:border-radius 4s ease-in-out;animation:moveNoise 12s infinite linear}
