.normalBtn{position:relative;background:var(--color-primary);font-weight:500;color:#fff;border:3px solid var(--color-primary);border-radius:8px;box-shadow:0 0 0 var(--color-primary);transition:all .3s ease-in-out;cursor:pointer}.star-1{position:absolute;top:20%;left:20%;width:25px;height:auto;filter:drop-shadow(0 0 0 #fffdef);z-index:-5;transition:all 1s cubic-bezier(.05,.83,.43,.96)}.star-2{top:45%;left:45%;width:15px}.star-2,.star-3{position:absolute;height:auto;filter:drop-shadow(0 0 0 #fffdef);z-index:-5;transition:all 1s cubic-bezier(0,.4,0,1.01)}.star-3{top:40%;left:40%;width:5px}.star-4{top:20%;left:40%;width:8px;transition:all .8s cubic-bezier(0,.4,0,1.01)}.star-4,.star-5{position:absolute;height:auto;filter:drop-shadow(0 0 0 #fffdef);z-index:-5}.star-5{top:25%;left:45%;width:15px;transition:all .6s cubic-bezier(0,.4,0,1.01)}.star-6{position:absolute;top:5%;left:50%;width:5px;height:auto;filter:drop-shadow(0 0 0 #fffdef);z-index:-5;transition:all .8s ease}.normalBtn:hover{background:transparent;color:#fff;box-shadow:0 0 25px var(--color-primary)}.normalBtn:hover .star-1{top:-80%;left:-30%;width:25px}.normalBtn:hover .star-1,.normalBtn:hover .star-2{position:absolute;height:auto;filter:drop-shadow(0 0 10px #fffdef);z-index:2}.normalBtn:hover .star-2{top:-25%;left:10%;width:15px}.normalBtn:hover .star-3{top:55%;left:25%;width:5px}.normalBtn:hover .star-3,.normalBtn:hover .star-4{position:absolute;height:auto;filter:drop-shadow(0 0 10px #fffdef);z-index:2}.normalBtn:hover .star-4{top:30%;left:80%;width:8px}.normalBtn:hover .star-5{top:25%;left:115%;width:15px}.normalBtn:hover .star-5,.normalBtn:hover .star-6{position:absolute;height:auto;filter:drop-shadow(0 0 10px #fffdef);z-index:2}.normalBtn:hover .star-6{top:5%;left:60%;width:5px}.fil0{fill:#fffdef}