.animate-charcter
{
   /* text-transform:capitalize; */
   background-image: linear-gradient( -225deg, #1f4691 0%, #4274d3 29%, #ff1361 67%, #fea500 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 2s linear infinite;
  /* display: inline-block; */
      /* font-size: 190px; */
}

.animate-charcter2
{
   /* text-transform:capitalize; */
   background-image: linear-gradient( -225deg, #1f4691 0%, #4274d3 29%, #ff1361 67%, #fea500 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 2s linear infinite;
  /* display: inline-block; */
      font-size: 190px;
}




@keyframes textclip {
  to {
    background-position: 200% center;
  }
}


