@keyframes water-fill{0%{stroke-dashoffset:-1000}to{stroke-dashoffset:0}}path[class^=Line]{fill:none;stroke-width:2.5;stroke-linecap:round;stroke-dasharray:1000;stroke-dashoffset:-1000;stroke:#cbcbea}path.animate{stroke:#ff3e34;animation:water-fill 2.5s ease forwards}