.custom-btn:after,.custom-btn:before{content:"";position:absolute;top:0;right:0;border-radius:32px}.custom-btn:after{width:100%;height:100%;z-index:-1;transition:all .5s ease}.custom-btn:before{width:45px;height:45px;z-index:0;opacity:0;visibility:hidden;-webkit-animation:pulsecust 1.8s linear infinite;animation:pulsecust 1.8s linear infinite;transition:all .6s ease}.custom-btn.primary:after,.custom-btn.primary:before{background-color:#3f0366}.custom-btn.primary:hover span{color:#3f0366}.custom-btn.secondary:after,.custom-btn.secondary:before{background-color:#eba40c}.custom-btn.secondary:hover span{color:#fff}.custom-btn img{transition:transform .4s ease;transition-delay:.2s}.custom-btn span{transition:all .4s ease}.custom-btn:hover img{transform:translate(10px)}.custom-btn:hover:after{width:45px}.custom-btn:hover:before{opacity:1;visibility:visible}
