/*
 Theme Name:   Kadence Child Theme
 Theme URI:    https://uzairulhasan.com
 Description:  Kadence Child Theme
 Author:       Uzair
 Author URI:   https://uzairulhasan.com
 Template:     kadence
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         child-theme
 Text Domain:  kadencechildtheme
*/

/* Your custom CSS starts here */


         .button {background-image: linear-gradient(to right, #EB71FF 0%, #049ADA  100%) !important}
         .button {
            margin: 10px;
            transition: 1s all;
            background-size: 200% auto;
            color: white;            
          }

          .button:hover {
            background-position: left center; /* change the direction of the change here */
/* 			  background-image: linear-gradient(to right, #049ADA 0%, #EB71FF  100%) !important; */
            color: #fff;
            text-decoration: none;
          }
         
.uzz-glass-card {

  /* background: rgba(255, 255, 255, 0.28); */
  /* background: linear-gradient(141deg,rgba(105, 59, 147, 0.53) 0%, rgba(161, 58, 255, 0.53) 100%); */
  background: radial-gradient(circle,rgba(105, 59, 147, 0.1) 0%, rgba(161, 58, 255, 0.1) 100%);

  backdrop-filter: blur(37px);
  -webkit-backdrop-filter: blur(57px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 
    -5px -5px 20px 32px rgba(0, 0, 0, 0.1),
    
    
    inset 0 0 6px 3px #372d34;
  position: relative;
  overflow: hidden;
  cursor:pointer;
}




.card-heading {
  position:absolute !important;
  top: 42%;
      left: 0%;
    width: 143%;
    transition: all 1s cubic-bezier(0.99, 0.11, 0.25, 0.65);
    text-align: left !important;
  
}
.uzz-glass-card:hover .card-heading{
  left: -13%;
}