.typing-slider{font-weight:700;text-align:center;white-space:nowrap;color:#ffd700;width:100%;overflow:hidden;text-shadow:0 0 18px #BB33CE;border-bottom:1px solid #ffd700}.typing-slider p{position:relative;display:inline;font-size:0;text-transform:uppercase;letter-spacing:0;animation:slide 15s step-start infinite}.typing-slider p::after{content:"";position:absolute;top:0;right:0;bottom:0;border-left:3px solid #000;background-color:#000;animation:typing 5s infinite,cursor 3s infinite}.typing-slider p:nth-child(1){animation-delay:0}.typing-slider p:nth-child(1)::after{animation-delay:0;animation-timing-function:steps(100),step-end}.typing-slider p:nth-child(2){animation-delay:5s}.typing-slider p:nth-child(2)::after{animation-delay:5s;animation-timing-function:steps(100),step-end}.typing-slider p:nth-child(3){animation-delay:10s}.typing-slider p:nth-child(3)::after{animation-delay:10s;animation-timing-function:steps(100),step-end}@keyframes cursor{from,to{border-color:transparent}50%{border-color:#000}}@keyframes typing{from{width:100%}90%,to{width:0}}@keyframes slide{33.3333333333%{font-size:clamp(12px,3.7vw,90px);letter-spacing:3px}to{font-size:0;letter-spacing:0}}