.button-1 {
  text-align: center;
  align-items: center;
  appearance: none;
  background-color: #ffbf00;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #686875 0 -3px 0 inset;
  box-sizing: border-box;
  color: #36395a;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;

  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding: 13px 16px;
  position: relative;
  text-decoration: none;
  transition: box-shadow 0.15s, transform 0.15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: box-shadow, transform;
  font-size: 18px;
}

.button-1:focus {
  box-shadow: #d6d6e7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #d6d6e7 0 -3px 0 inset;
  color: inherit;
}

.button-1:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #d6d6e7 0 -3px 0 inset;
  transform: translateY(-2px);
  color: inherit;
}

.button-1:active {
  box-shadow: #d6d6e7 0 3px 7px inset;
  transform: translateY(2px);
  color: inherit;
}

.button-2 {
  background-color: #f3c2fb;
  border-radius: 100px;
  box-shadow: rgba(182, 44, 187, 0.2) 0 -25px 18px -14px inset,
    rgba(182, 44, 187, 0.2) 0 1px 2px, rgba(182, 44, 187, 0.2) 0 2px 4px,
    rgba(182, 44, 187, 0.2) 0 4px 8px, rgba(182, 44, 187, 0.2) 0 8px 16px,
    rgba(182, 44, 187, 0.2) 0 16px 32px;
  color: rgb(87, 0, 128);
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto, sans-serif;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-2:hover {
  box-shadow: rgba(149, 44, 187, 0.35) 0 -25px 18px -14px inset,
    rgba(149, 44, 187, 0.25) 0 1px 2px, rgba(149, 44, 187, 0.25) 0 2px 4px,
    rgba(149, 44, 187, 0.25) 0 4px 8px, rgba(149, 44, 187, 0.25) 0 8px 16px,
    rgba(149, 44, 187, 0.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
  color: inherit;
}

.button-3 {
  align-items: center;
  background-color: #fee6e3;
  border: 2px solid #111;
  border-radius: 8px;
  box-sizing: border-box;
  color: #111;
  cursor: pointer;
  display: inline-flex;
  font-family: Inter, sans-serif;
  font-size: 16px;
  justify-content: center;
  line-height: 24px;
  max-width: 100%;
  padding: 7px 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-3:after {
  background-color: #111;
  border-radius: 8px;
  content: "";
  display: block;
  height: 48px;
  left: 0;
  width: 100%;
  position: absolute;
  top: -2px;
  transform: translate(8px, 8px);
  transition: transform 0.2s ease-out;
  z-index: -1;
}

.button-3:hover:after {
  transform: translate(0, 0);
  color: inherit;
}

.button-3:active {
  background-color: #ffdeda;
  outline: 0;
  color: inherit;
}

.button-3:hover {
  outline: 0;
  color: inherit;
}

@media (min-width: 768px) {
  .button-3 {
    padding: 10px 40px;
  }
}

.button-4 {
  background-color: #0078d0;
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu,
    "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  padding: 16px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-4:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

.button-4:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
  color: #fff;
}

@media (min-width: 768px) {
  .button-4 {
    padding: 16px 48px;
  }
}

.button-5 {
  align-items: center;
  background-image: linear-gradient(135deg, #f34079 40%, #fc894d);
  border: 0;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-family: "Codec cold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-5:active {
  outline: 0;
  color: inherit;
}

.button-5:hover {
  outline: 0;
  color: inherit;
}

.button-5 span {
  transition: all 200ms;
  text-align: center;
  line-height: 25px;
}

.button-5:hover span {
  transform: scale(0.9);
  opacity: 0.75;
}

@media screen and (max-width: 991px) {
  .button-5 {
    font-size: 15px;
  }
}
