



.textchang {
    position: absolute;
    margin: auto; height:70px;
    top: 170px;
    bottom: 0;
	margin:1px 0 0 1px;

   /* filter: url(#smooth) blur(0.6px);  */
}

#text1,
#text2 {
    position: absolute; width:600px;    
    display: inline-block;
    font-family: "Bebas Neue", sans-serif;
    font-size: 80px;
	 background: -webkit-linear-gradient(65deg, #ababad, #ffffff 85%);
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;    
	
	margin: 0;
	 padding:20px 0 20px 0px;
	
    text-align: left !important;

    
}




.animate-charcter
{
   
 
      font-size: 57px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}


