:root {
  --accent: #ff0066;
  --white: #fff;
  --pulse: #962121;
  --orange-gr: linear-gradient(90deg, #f96933 0%, #fad470 100%);
  --blue-gr: linear-gradient(90deg, #53f8a2 0%, #03cffc 100%);
  --purple-gr: linear-gradient(220deg, #db2ca0 0%, #e43c3c 100%);
  --green-gr: linear-gradient(220deg, #07b787 0%, #7ed500 100%);
}

.button-1 {
  display: inline-flex;
  text-align: center;
  background: var(--orange-gr);
  color: var(--white);
  border-radius: 10em;
  font-weight: 600;
  padding: 1em 2em;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--orange-gr);
  box-shadow: 0 0 0 0 var(--orange-gr);
}
.button-1:hover {
  transform: translateY(-4px) translateX(-2px);
  box-shadow: 2px 5px 0 0 var(--accent);
}
.button-1:active {
  transform: translateY(2px) translateX(1px);
  box-shadow: 0 0 0 0 var(--accent);
}

.button-2 {
  padding: 9px 17px;
  border: none;
  outline: none;
  color: #000000;
  background: var(--blue-gr);
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.button-2:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

.button-2:hover,
.button-2:focus {
  color: inherit;
}
.button-2:active {
  color: var(--blue-gr);
}

.button-2:active:after {
  background: transparent;
}

.button-2:hover:before {
  opacity: 1;
}

.button-2:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--blue-gr);
  left: 0;
  top: 0;
  border-radius: 10px;
}

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

.button-3 {
  align-items: center;
  background-color: transparent;
  border: 1px solid rgba(151, 81, 222, 0.497);
  border-radius: 0.25rem;
  box-shadow: rgba(122, 49, 190, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-3:hover,
.button-3:focus {
  border-color: rgba(183, 22, 148, 0.15);
  box-shadow: rgba(117, 15, 128, 0.1) 0 4px 12px;
  color: rgba(154, 24, 161, 0.65);
  transform: translateY(-1px);
}

.button-4 {
  align-items: center;
  background: var(--green-gr);
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto,
    "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell,
    "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  max-width: 480px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s,
    box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s,
    color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.button-4:hover,
.button-4:focus {
  color: #ffffff;
  transform: rotate(4deg);
  box-shadow: 2px 2px 2px rgba(255, 255, 0, 0.726);
}

.button-5 {
  appearance: none;
  background: var(--purple-gr);
  border: 2px solid var(--purple-gr);
  border-radius: 15px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 60px;
  min-width: 0;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
}

.button-5:disabled {
  pointer-events: none;
}

.button-5:hover {
  box-shadow: var(--accent) 0 8px 15px;
  transform: translateY(-2px);
}

.button-5:active {
  box-shadow: none;
  transform: translateY(0);
}
