.btn-primary{
    
background: linear-gradient(90deg,rgba(125, 186, 253, 1) 0%, rgba(71, 139, 210, 1) 15%, rgba(3, 35, 122, 1) 100%);
}
    
.new-bgcolor{
    background: linear-gradient(90deg,rgba(125, 186, 253, 1) 0%, rgba(71, 139, 210, 1) 15%, rgba(3, 35, 122, 1) 100%);
}
    

.text-gradient-new {
            /* 1. Apply the requested background gradient */
            background: linear-gradient(90deg, rgba(125, 186, 253, 1) 0%, rgba(71, 139, 210, 1) 15%, rgba(3, 35, 122, 1) 100%);
            
            /* 2. Clip the background strictly to the text shape */
            -webkit-background-clip: text;
            background-clip: text;
            
            /* 3. Make the actual text fill transparent so the background shows through */
            -webkit-text-fill-color: transparent;
            color: transparent; /* Fallback */
            
        }
     
.blur-back{
    color:#3a7fda;
    background:#ffffff63;
}        

