.circular{width:100px;height:100px;animation:1s linear infinite rotate;position:relative}.path{stroke-dasharray:1 200;stroke-dashoffset:0;stroke-linecap:round;stroke:#152361;animation:1.5s ease-in-out infinite dash}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:89 200;stroke-dashoffset:-35px}to{stroke-dasharray:89 200;stroke-dashoffset:-124px}}
