.text-overlay{display:inline-block;position:relative;animation:clip-text .4s ease-in-out .5s forwards;&:before{content:"";display:block;background-color:rgb(196,14,111);position:absolute;inset:0;animation:clip-cover .4s ease-in-out .5s forwards;animation-delay:.9s}}@keyframes clip-text{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}@keyframes clip-cover{0%{clip-path:inset(0 0 0 0)}to{clip-path:inset(0 0 0 100%)}}.showAfterDelay{opacity:0;animation:showAfterDelay 0s ease-in .5s forwards}@keyframes showAfterDelay{to{opacity:1}}.reveal-text{clip-path:inset(0 0 0 0)}