



.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(45deg, #09009f, #00ff95 80%);
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;    */
	
	margin: 0;
	 padding:20px 0 20px 0px;
	
    text-align: left !important;

     background-image: linear-gradient(
    -225deg,
    #00fff0 0%,
    #44107a 29%,
    #00ff95 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 7s linear infinite;
  display: inline-block;
}




.animate-charcter
{
   
 
      font-size: 57px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}