.pulse-layer{position:absolute;top:50%;left:50%;width:27px;height:27px;border-radius:50%;z-index:-1;transform:translate(-50%,-50%);animation:pulse-animation 2s ease-out infinite}.pulse-1{background-color:rgba(96,46,237,.6);animation-delay:0s}.pulse-2{background-color:rgba(96,46,237,.5);animation-delay:.5s}.pulse-3{background-color:rgba(96,46,237,1);animation-delay:1s}@keyframes pulse-animation{0%{transform:translate(-50%,-50%) scale(1);opacity:.8}to{transform:translate(-50%,-50%) scale(2.5);opacity:0}}.heroWrapper{position:relative}.carousel{animation:slideBg 10s linear infinite}.buttonArea:hover~.carousel{animation-play-state:paused}@keyframes slideBg{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}