.primary-btn::before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg , lime #04091E, yellow);
    /* position: absolute;/ */

}