.elementor .title-effect{font-family:"iransans2";font-weight:600;font-size:36px;color:var(--dark-purple);background: linear-gradient(
      45deg,
      #6A47ED 0%,
      #17012C 25%,
      #BF20FC 50%,
      #17012C 75%,
      #6A47ED 100%
  );

      background-size: 250% auto;

  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
  color: transparent;

  animation: textShine 16s linear infinite;
}

@keyframes textShine {
  to {
      background-position: 250% center;
  }\n}