.glitch-effect{position:relative;display:inline-block;}.glitch-effect::before{content:attr(data-text);position:absolute;top:0px;left:0px;width:100%;height:100%;}.glitch-effect::after{content:attr(data-text);position:absolute;top:0px;left:0px;width:100%;height:100%;}.glitch-effect::before{left:2px;text-shadow:rgb(255, 0, 193) -2px 0px;clip:rect(44px, 450px, 56px, 0px);animation-duration:3s;animation-timing-function:linear;animation-delay:0s;animation-iteration-count:infinite;animation-direction:alternate-reverse;animation-fill-mode:none;animation-play-state:running;animation-name:glitch;animation-timeline:auto;animation-range-start:normal;animation-range-end:normal;}.glitch-effect::after{left:-2px;text-shadow:rgb(0, 255, 249) -2px 0px, rgb(255, 0, 193) 2px 2px;clip:rect(44px, 450px, 56px, 0px);animation-duration:2s;animation-timing-function:linear;animation-delay:0s;animation-iteration-count:infinite;animation-direction:alternate-reverse;animation-fill-mode:none;animation-play-state:running;animation-name:glitch;animation-timeline:auto;animation-range-start:normal;animation-range-end:normal;}.floating-text{animation-duration:3s;animation-timing-function:ease-in-out;animation-delay:0s;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:none;animation-play-state:running;animation-name:float;animation-timeline:auto;animation-range-start:normal;animation-range-end:normal;}#supernovaCanvas{z-index:0;}.relative-content{z-index:10;}@keyframes glitch{0%{transform:translate(0px);}20%{transform:translate(-3px, 3px);}40%{transform:translate(-3px, -3px);}60%{transform:translate(3px, 3px);}80%{transform:translate(3px, -3px);}100%{transform:translate(0px);}}@keyframes float{0%, 100%{transform:translateY(0px);}50%{transform:translateY(-20px);}}@media (max-width: 768px){.glitch-effect{font-size:2.5rem !important;}.hero-content{padding-top:4rem;}}