@keyframes gradient-reveal{0%{background-position:0 0;background-size:0% 100%}to{background-position:0 0;background-size:100% 100%}}.bg-gradient-reveal{background-image:linear-gradient(#94012f,#151515);background-position:bottom;background-repeat:no-repeat;background-size:0% 100%}.animate-gradient-reveal{animation:2s forwards gradient-reveal}
