.elementor-widget-urbantaxi_animated_heading .urbantaxi-animated-heading {
  text-transform: uppercase;
  background-clip: text;
  background-size: 500% auto;
  animation-name: textShine;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  text-align: center;
	opacity: unset;
	-webkit-text-stroke-color: unset !important;
	-webkit-text-stroke-width: 0px !important;
	background: transparent !important;
	font-family: Lexend !important;
  font-size: 145px;
  font-weight: 800;
}

@keyframes textShine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
