.sigmaweb-btn35 .elementor-button {
  text-shadow: -2px 2px 5px #fd3084;
  background-color: transparent;
  box-shadow:
    0 0 0px 1px #f11271,
    0 0 10px 2px #fd3084,
    inset 0 0 0px 1px #f11271,
    inset 0 0 10px 2px #fd3084;
  transition: 100ms;
}

.sigmaweb-btn35 .elementor-button:hover {
  box-shadow:
    0 0 0px 1px #f11271,
    0 0 10px 2px #fd3084,
    inset 0 0 0px 1px #f11271,
    inset 0 0 30px 2px #fd3084;
  text-shadow: 0 0 10px #fd3084;
  transform: translateY(-5px);
}

.sigmaweb-btn35 .elementor-button:active {
  box-shadow:
    0 0 0px 1px #f11271,
    0 0 25px 2px #fd3084,
    inset 0 0 0px 1px #f11271,
    inset 0 0 30px 2px #fd3084;
  transform: translateY(1px);
}