@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes glow{0%,to{text-shadow:0 0 10px rgba(255,69,0,.5)}50%{text-shadow:0 0 20px rgba(255,69,0,.8),0 0 30px rgba(255,69,0,.4)}}.text-reveal-container{position:relative;overflow:hidden;display:inline-block}.text-reveal-text{display:inline-block;transform:translateY(100%);opacity:0;transition:all .8s ease;filter:blur(3px)}.text-reveal-container.in-view .text-reveal-text{transform:translateY(0);opacity:1;filter:blur(0);animation:glow 2s ease-in-out}.text-reveal-container.in-view .text-reveal-text:first-child{transition-delay:.1s}.text-reveal-container.in-view .text-reveal-text:nth-child(2){transition-delay:.2s}.text-reveal-container.in-view .text-reveal-text:nth-child(3){transition-delay:.3s}@media (max-width:768px){.text-reveal-container.in-view .text-reveal-text{animation:none}}