.icon2{animation:4s linear infinite icon2Anim}@keyframes icon2Anim{0%{stroke-dashoffset:100px}to{stroke-dashoffset:0}}.fancy-button{z-index:0;position:relative;overflow:hidden}.fancy-button:before{content:"";aspect-ratio:1;z-index:-1;background:conic-gradient(#0000 20%,#0ff,red,#0000 20%,#0ff,red,#0000);width:100%;animation:3s ease-in infinite fancy-button-animation;position:absolute;top:-100px;left:0}.hover-transform-reset:hover{transform:none}@keyframes fancy-button-animation{0%{rotate:none}to{rotate:360deg}}
