.text-animation {
  overflow: hidden;
  transform: translateZ(0);
  .chars {
    border: 1px solid rgba(0, 0, 0, 0);
  }
}

.text-animation,
.text-rotation {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
}

.text-animation,
.text-rotation,
.chars {
  transform: translateZ(0);
}

.text-rotation {
  transform-style: preserve-3d;
  .chars {
    transform: perspective(1000px);
  }
}

/* .elementor-button {
	.elementor-button-content-wrapper,
	span {
		overflow: hidden;
	}
	text-shadow: 0px 1.2em 0px;
} */
