.button-1 {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #292930;
  background: #ffdc60;
  line-height: 30px;
  text-align: center;
  padding: 7px 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
  cursor: pointer;
  border: none;
  box-shadow: 0px 0px 77px 12px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0px 0px 77px 12px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 77px 12px rgba(0, 0, 0, 0.13);
}

.button-1:before,
.button-1:after {
  content: "";
  background: #5956e9;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.button-1::before {
  top: 0;
  left: 0;
  right: auto;
}

.button-1:after {
  bottom: 0;
  right: 0;
  left: auto;
}

.button-1:hover {
  color: #fff;
  background-color: #57c9da;
}

.button-1:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}

.button-1:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.button-2 {
  text-align: center;
  border-right: 1px solid #ff758f;
  border-bottom: 1px solid #ff758f;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  outline: none;
  background: #b7a8fcdb;
  font-size: 17px;
  padding: 1em 2em;
  border-radius: 0.5em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.5s;
  z-index: 1;
}

.button-2:hover {
  color: #212529;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-top: 1px solid #ff758f;
  border-left: 1px solid #ff758f;
  box-shadow: 1px 1px 0 #f8f9fa, 2px 2px 0 #e9ecef, 3px 3px 0 #fff0f3,
    4px 4px 0 #ffb3c1, 5px 5px 0 #ff4d6d, 6px 6px 0 #6c757d, 7px 7px 0 #a4133c,
    8px 8px 0 #800f2f, 9px 9px 0 #212529;
}

.button-2:active {
  transition: 0s;
  transform: scale(0.93);
}

.button-2::before,
.button-2::after {
  left: 0;
  content: "";
  position: absolute;
  background: #ffccd5;
  z-index: -1;
}

.button-2::before {
  width: 0;
  height: 10%;
  transition: width 0.5s;
}

.button-2:hover::before {
  width: 100%;
}

.button-2::after {
  width: 100%;
  height: 0;
  border-radius: 100%;
  transition: all 0.5s 0.2s;
}

.button-2:hover::after {
  height: 100%;
  border-radius: 0;
}

.button-3 {
  text-align: center;
  display: inline-block;
  padding: 1em 1.6em;
  border: 0;
  transition: all 0.5s ease-in-out;
  font-size: 17px;
  letter-spacing: 0.1rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: rgb(0, 0, 0);
  font-weight: bolder;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 26px;
  box-shadow: 0px 0px 0px 0px rgba(145, 192, 255, 0.5),
    inset -8px -8px 16px 0px rgba(145, 193, 255, 0.973),
    inset 0px 11px 28px 0px rgb(255, 255, 255);
}

.button-3:hover {
  transition: all 0.5s ease-in-out;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 26px;
  box-shadow: 0px 0px 0px 0px rgba(145, 192, 255, 0.5),
    inset 8px -8px 16px 10px rgb(145, 193, 255),
    inset 0px 11px 28px 0px rgb(255, 255, 255);
}

.button-3:active {
  border-radius: 26px;
  box-shadow: 0px 0px 0px 0px rgba(145, 193, 255, 0.822),
    inset -8px -8px 16px 10px #91c0ff99,
    inset 0px 11px 28px 50px rgb(255, 255, 255);
}
.button-4 {
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  font-size: 18px;
  color: #fff;
  background-color: #ff8c00;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}

.button-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 120%;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: rotate(-45deg) translate(-50%, -50%);
  z-index: -1;
}

.button-4:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translate(-50%, -50%) scale(1.2);
}

.button-4 span {
  position: relative;
  z-index: 2;
}

.button-4:hover {
  background-color: #ff5722;
}

.button-5 {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 10px;
  border: 3px black solid;
  box-shadow: 2px 2px 1px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-weight: 700;
  font-size: 17px;
  background-color: #01aaba68;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.button-5::after {
  content: "";
  position: absolute;
  background-color: #199fab;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
  z-index: -1;
}

.button-5:hover::after {
  transform-origin: center;
  transition: all 0.3s ease-in;
  width: 200px;
  height: 200px;
}
