/*!
Template :	ICOCrypto @by Softnio
Theme	 :  Default
* Version	 :	2.0.0
* Updated	 :	03/08/2022
*/
/*! WRITE YOUR CUSTOM STYLE **/

.animate-charcter
{
  
  background-image: linear-gradient(
    -225deg,
    #2affaf  0%,
    #fff800 29%,
    #fff800 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 2s linear infinite;
  display: inline-block;
      font-size: 2.5rem;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

@media (max-width: 992px) {
    
    .animate-charcter
{
  
  background-image: linear-gradient(
    -225deg,
    #2affaf  0%,
    #fff800 29%,
    #fff800 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 2s linear infinite;
  display: inline-block;
      font-size: 1.7rem;
}

}
