.draw-path{fill:none;stroke:#ff4500;stroke-width:10px}.animate .draw-path{animation:1s forwards drawLine}.animate .delay-1{animation-delay:.3s}.animate .delay-2{animation-delay:.6s}@keyframes drawLine{to{stroke-dashoffset:0}}.draw-path{animation:1.5s forwards drawLine}.btn{border-radius:9999px;position:relative;overflow:hidden}.btn:before{content:"";background:#fff;border-radius:9999px;width:40px;height:40px;transition:all .5s;position:absolute;right:16px}.btn:hover:before{width:120%;height:120%;top:-10%;right:-10%}
