.water-drip{position:fixed;top:-10vh;width:5px;height:20px;background-color:#3b82f6;border-radius:50% 50% 50% 50%/60% 60% 40% 40%;opacity:0;animation:drip linear forwards;animation-duration:var(--duration);animation-delay:var(--delay);left:var(--left);pointer-events:none;z-index:9999}@keyframes drip{0%{transform:translateY(0) scaleY(.8);opacity:0}10%{opacity:.7}to{transform:translateY(110vh) scaleY(1);opacity:0}}