.btn-style1{background:transparent;border-radius:40px;display:inline-block;overflow:hidden;padding:3px;position:relative}.btn-style1:before{background:conic-gradient(#6b21e8 0deg,#9b59f5 60deg,#c084fc 120deg,#e0b4ff 180deg,#c084fc 240deg,#9b59f5 300deg,#6b21e8 1turn);content:"";height:600%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(0deg);width:600%}.btn-style1:hover:before{animation:smooth-spin 1s linear infinite;color:#000}@keyframes smooth-spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.btn-style1 a{align-items:center;background:#fff;border:1px solid #000;border-radius:37px;color:#281638;display:flex;gap:15px;line-height:1;padding:17px 25px;position:relative;z-index:1}.btn-style1:hover a{color:#000}.btn-style1 a .arrow{display:inline-flex!important;margin:0!important;position:relative;transition:transform .2s ease}.btn-style1:hover a .arrow{transform:translateX(8px)}.btn-style1 a .arrow path{transition:stroke .2s ease}.btn-style1:hover a .arrow path{stroke:#000}