.sigmaweb-btn27 .elementor-button {
  position: relative;
  overflow: hidden;
  transition: .3s;
  z-index: 1;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  display: flex;
}

.sigmaweb-btn27 .elementor-button::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #239F40;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 800ms ease-in-out;
  z-index: -1;
  opacity: 80%;
}

.sigmaweb-btn27 .elementor-button::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #da0000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 800ms ease-in-out;
  z-index: -1;
  opacity: 60%;
}

.sigmaweb-btn27 .elementor-button:hover::after {
  width: 37.5%;
}

.sigmaweb-btn27 .elementor-button:hover::before {
  width: 37.5%;
}