.content-01 .frame {
  width: 90%;
  margin: 8% auto;
  text-align: center;
}
.content-01 .frame button {
  margin: 1.25rem;
}
.content-01 .frame .custom-btn {
  width: 150px;
  height: 50px;
  color: var(--color-card);
  border-radius: 5px;
  border: none;
  outline: none;
  padding: 10px 25px;
  font-weight: 500;
  background: transparent;
  background: linear-gradient(145deg, #f0f0f0, #e0e5ec);
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.content-01 .frame .custom-btn:nth-child(1) {
  background: rgb(6, 14, 131);
  background: linear-gradient(0deg, rgb(6, 14, 131) 0%, rgb(12, 25, 180) 100%);
}
.content-01 .frame .custom-btn:nth-child(1):hover {
  background: rgb(0, 3, 255);
  background: linear-gradient(0deg, rgb(0, 3, 255) 0%, rgb(2, 126, 251) 100%);
}
.content-01 .frame .custom-btn:nth-child(2) {
  background: rgb(96, 9, 240);
  background: linear-gradient(0deg, rgb(96, 9, 240) 0%, rgb(129, 5, 240) 100%);
}
.content-01 .frame .custom-btn:nth-child(2)::before {
  height: 0%;
  width: 2px;
}
.content-01 .frame .custom-btn:nth-child(2):hover {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.5), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.4);
}
.content-01 .frame .custom-btn:nth-child(3) {
  background: rgb(0, 172, 238);
  background: linear-gradient(0deg, rgb(0, 172, 238) 0%, rgb(2, 126, 251) 100%);
  width: 150px;
  height: 50px;
  line-height: 47px;
  padding: 0;
  position: relative;
}
.content-01 .frame .custom-btn:nth-child(3)::before, .content-01 .frame .custom-btn:nth-child(3)::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: rgb(2, 126, 251);
  transition: all 0.7s ease;
}
.content-01 .frame .custom-btn:nth-child(3)::before {
  height: 0%;
  width: 2px;
}
.content-01 .frame .custom-btn:nth-child(3)::after {
  height: 2px;
  width: 0%;
}
.content-01 .frame .custom-btn:nth-child(3):hover::before {
  height: 100%;
}
.content-01 .frame .custom-btn:nth-child(3):hover:after {
  width: 100%;
}
.content-01 .frame .custom-btn:nth-child(3) span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.content-01 .frame .custom-btn:nth-child(3) span::before, .content-01 .frame .custom-btn:nth-child(3) span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: rgb(2, 126, 251);
  transition: all 0.7s ease;
}
.content-01 .frame .custom-btn:nth-child(3) span::before {
  height: 0%;
  width: 2px;
}
.content-01 .frame .custom-btn:nth-child(3) span::after {
  height: 2px;
  width: 0%;
}
.content-01 .frame .custom-btn:nth-child(3) span:hover::before {
  height: 100%;
}
.content-01 .frame .custom-btn:nth-child(3) span:hover:after {
  width: 100%;
}
.content-01 .frame .custom-btn:nth-child(3):hover {
  background: transparent;
  box-shadow: none;
  color: #000;
}
.content-01 .frame .custom-btn:nth-child(4) {
  background-color: #4dccc6;
  background-image: linear-gradient(315deg, #4dccc6 0%, #96e4df 74%);
  line-height: 42px;
  padding: 0;
  position: relative;
}
.content-01 .frame .custom-btn:nth-child(4):hover {
  background-color: #89d8d3;
  background-image: linear-gradient(315deg, #89d8d3 0%, #03c8a8 74%);
}
.content-01 .frame .custom-btn:nth-child(4)::before, .content-01 .frame .custom-btn:nth-child(4)::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.9), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.9), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
  transition: all 0.7s ease;
}
.content-01 .frame .custom-btn:nth-child(4)::before {
  height: 0%;
  width: 0.1px;
}
.content-01 .frame .custom-btn:nth-child(4)::after {
  width: 0%;
  height: 0.1px;
}
.content-01 .frame .custom-btn:nth-child(4):hover::before {
  height: 100%;
}
.content-01 .frame .custom-btn:nth-child(4):hover::after {
  width: 100%;
}
.content-01 .frame .custom-btn:nth-child(4) span {
  position: relative;
  width: 100%;
  height: 100%;
}
.content-01 .frame .custom-btn:nth-child(4) span::before, .content-01 .frame .custom-btn:nth-child(4) span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.9), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.9), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
  transition: all 0.7s ease;
}
.content-01 .frame .custom-btn:nth-child(4) span::before {
  width: 0.1px;
  height: 0%;
}
.content-01 .frame .custom-btn:nth-child(4) span::after {
  width: 0%;
  height: 0.1px;
}
.content-01 .frame .custom-btn:nth-child(4) span:hover::before {
  height: 100%;
}
.content-01 .frame .custom-btn:nth-child(4) span:hover::after {
  width: 100%;
}
.content-01 .frame .custom-btn:nth-child(5) {
  width: 150px;
  height: 50px;
  line-height: 46px;
  padding: 0;
  background: rgb(255, 27, 0);
  background: linear-gradient(0deg, rgb(255, 27, 0) 0%, rgb(251, 75, 2) 100%);
  position: relative;
}
.content-01 .frame .custom-btn:nth-child(5):hover {
  color: #f0094a;
  background: transparent;
  box-shadow: none;
}
.content-01 .frame .custom-btn:nth-child(5)::before, .content-01 .frame .custom-btn:nth-child(5)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #f0094a;
  box-shadow: -1px -1px 5px 0px #fff, 7px 7px 20px 0px rgba(0, 0, 0, 0.2), 4px 4px 5px 0px rgba(0, 0, 0, 0.1333333333);
  transition: 400ms ease all;
}
.content-01 .frame .custom-btn:nth-child(5)::after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
.content-01 .frame .custom-btn:nth-child(5):hover::before, .content-01 .frame .custom-btn:nth-child(5):hover::after {
  width: 100%;
  transition: all 0.8s ease;
}
.content-01 .frame .custom-btn:nth-child(6) {
  background: rgb(247, 150, 192);
  background: radial-gradient(circle, rgb(247, 150, 192) 0%, rgb(118, 174, 241) 100%);
  line-height: 47px;
  padding: 0;
  position: relative;
}
.content-01 .frame .custom-btn:nth-child(6)::before, .content-01 .frame .custom-btn:nth-child(6)::after {
  position: absolute;
  content: "";
  height: 0%;
  width: 1px;
  box-shadow: -1px -1px 20px 0px rgb(255, 255, 255), -4px -4px 5px 0px rgb(255, 255, 255), 7px 7px 20px 0px rgba(0, 0, 0, 0.4), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
}
.content-01 .frame .custom-btn:nth-child(6)::before {
  right: 0;
  top: 0;
  transition: all 0.5s ease;
}
.content-01 .frame .custom-btn:nth-child(6)::after {
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
}
.content-01 .frame .custom-btn:nth-child(6):hover {
  background: transparent;
  color: #76aef1;
  box-shadow: none;
}
.content-01 .frame .custom-btn:nth-child(6):hover::before, .content-01 .frame .custom-btn:nth-child(6):hover::after {
  transition: all 0.5s ease;
  height: 100%;
}
.content-01 .frame .custom-btn:nth-child(6) span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.content-01 .frame .custom-btn:nth-child(6) span::before, .content-01 .frame .custom-btn:nth-child(6) span::after {
  position: absolute;
  content: "";
  box-shadow: -1px -1px 20px 0px rgb(255, 255, 255), -4px -4px 5px 0px rgb(255, 255, 255), 7px 7px 20px 0px rgba(0, 0, 0, 0.4), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
}
.content-01 .frame .custom-btn:nth-child(6) span::before {
  left: 0;
  top: 0;
  width: 0%;
  height: 0.5px;
  transition: all 0.5s ease;
}
.content-01 .frame .custom-btn:nth-child(6) span::after {
  right: 0;
  bottom: 0;
  width: 0%;
  height: 0.5px;
  transition: all 0.5s ease;
}
.content-01 .frame .custom-btn:nth-child(6) span:hover::before, .content-01 .frame .custom-btn:nth-child(6) span:hover::after {
  width: 100%;
}
.content-01 .frame .custom-btn:nth-child(7) {
  background: linear-gradient(0deg, rgb(255, 151, 0) 0%, rgb(251, 75, 2) 100%);
  line-height: 47px;
  padding: 0;
  position: relative;
}
.content-01 .frame .custom-btn:nth-child(7)::before, .content-01 .frame .custom-btn:nth-child(7)::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: rgb(251, 75, 2);
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.9), -4px -4px 5px 0px rgba(255, 255, 255, 0.9), 7px 7px 20px 0px rgba(0, 0, 0, 0.2), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.content-01 .frame .custom-btn:nth-child(7)::before {
  height: 0%;
  width: 2px;
}
.content-01 .frame .custom-btn:nth-child(7)::after {
  width: 0%;
  height: 2px;
}
.content-01 .frame .custom-btn:nth-child(7):hover {
  color: rgb(251, 75, 2);
  background: transparent;
}
.content-01 .frame .custom-btn:nth-child(7):hover::before {
  height: 100%;
}
.content-01 .frame .custom-btn:nth-child(7):hover::after {
  width: 100%;
}
.content-01 .frame .custom-btn:nth-child(7) span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.content-01 .frame .custom-btn:nth-child(7) span::before, .content-01 .frame .custom-btn:nth-child(7) span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgb(251, 75, 2);
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.9), -4px -4px 5px 0px rgba(255, 255, 255, 0.9), 7px 7px 20px 0px rgba(0, 0, 0, 0.2), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.content-01 .frame .custom-btn:nth-child(7) span::before {
  width: 2px;
  height: 0%;
}
.content-01 .frame .custom-btn:nth-child(7) span::after {
  height: 2px;
  width: 0%;
}
.content-01 .frame .custom-btn:nth-child(7) span:hover::before {
  height: 100%;
}
.content-01 .frame .custom-btn:nth-child(7) span:hover::after {
  width: 100%;
}
.content-01 .frame .custom-btn:nth-child(8) {
  background-color: #f0ecfc;
  background-image: linear-gradient(315deg, #f0ecfc 0%, #c797eb 74%);
  line-height: 47px;
  padding: 0;
  position: relative;
}
.content-01 .frame .custom-btn:nth-child(8)::before, .content-01 .frame .custom-btn:nth-child(8)::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #c797eb;
  transition: all 0.3s ease;
}
.content-01 .frame .custom-btn:nth-child(8)::before {
  height: 0%;
  width: 2px;
}
.content-01 .frame .custom-btn:nth-child(8)::after {
  height: 2px;
  width: 0%;
}
.content-01 .frame .custom-btn:nth-child(8):hover::before {
  height: 100%;
}
.content-01 .frame .custom-btn:nth-child(8):hover::after {
  width: 100%;
}
.content-01 .frame .custom-btn:nth-child(8):hover {
  background: transparent;
}
.content-01 .frame .custom-btn:nth-child(8) span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.content-01 .frame .custom-btn:nth-child(8) span:hover {
  color: #c797eb;
}
.content-01 .frame .custom-btn:nth-child(8) span::before, .content-01 .frame .custom-btn:nth-child(8) span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #c797eb;
  transition: all 0.3s ease;
}
.content-01 .frame .custom-btn:nth-child(8) span::before {
  width: 2px;
  height: 0%;
}
.content-01 .frame .custom-btn:nth-child(8) span::after {
  width: 0%;
  height: 2px;
}
.content-01 .frame .custom-btn:nth-child(8) span:hover::before {
  height: 100%;
}
.content-01 .frame .custom-btn:nth-child(8) span:hover:after {
  width: 100%;
}
.content-01 .frame .custom-btn:nth-child(9) {
  transform: all 0.3s ease;
  overflow: hidden;
  position: relative;
  background: transparent;
}
.content-01 .frame .custom-btn:nth-child(9)::after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1fd1f9;
  background-image: linear-gradient(315deg, #1fd1f9 0%, #b621fe 74%);
  transition: all 0.3s ease;
}
.content-01 .frame .custom-btn:nth-child(9):hover {
  background: transparent;
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
  color: #fff;
}
.content-01 .frame .custom-btn:nth-child(9):hover::after {
  transform: scale(2) rotate(180deg);
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
}
.content-01 .frame .custom-btn:nth-child(10) {
  background: rgb(22, 9, 240);
  background: linear-gradient(0deg, rgb(22, 9, 240) 0%, rgb(49, 110, 244) 100%);
  color: #fff;
  border: none;
  transition: all 0.3s ease;
  position: relative;
}
.content-01 .frame .custom-btn:nth-child(10):after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  transform: scale(0.1);
}
.content-01 .frame .custom-btn:nth-child(10):hover {
  color: #fff;
  border: none;
  background: transparent;
}
.content-01 .frame .custom-btn:nth-child(10):hover::after {
  background: rgb(0, 3, 255);
  background: linear-gradient(0deg, rgb(2, 126, 251) 0%, rgb(0, 3, 255) 100%);
  transform: scale(1);
}
.content-01 .frame .custom-btn:nth-child(11) {
  border: none;
  background: rgb(251, 33, 117);
  background: linear-gradient(0deg, rgb(251, 33, 117) 0%, rgb(234, 76, 137) 100%);
  color: #fff;
  overflow: hidden;
  position: relative;
}
.content-01 .frame .custom-btn:nth-child(11):hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
}
.content-01 .frame .custom-btn:nth-child(11):before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
.content-01 .frame .custom-btn:nth-child(11):active {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}
@keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.content-01 .frame .custom-btn:nth-child(12) {
  position: relative;
  border: none;
  box-shadow: none;
  width: 150px;
  height: 50px;
  line-height: 47px;
  perspective: 230px;
}
.content-01 .frame .custom-btn:nth-child(12) span {
  background: rgb(0, 172, 238);
  background: linear-gradient(0deg, rgb(0, 172, 238) 0%, rgb(2, 126, 251) 100%);
  display: block;
  position: absolute;
  right: 0px;
  bottom: 3px;
  width: 150px;
  height: 50px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s;
}
.content-01 .frame .custom-btn:nth-child(12) span:nth-child(1) {
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6), -4px -4px 5px 0px rgba(255, 255, 255, 0.6), 7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333), 4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
  transform: rotateX(90deg);
  transform-origin: 50% 50% -20px;
}
.content-01 .frame .custom-btn:nth-child(12) span:nth-child(2) {
  transform: rotateX(0deg);
  transform-origin: 50% 50% -20px;
}
.content-01 .frame .custom-btn:nth-child(12):hover span:nth-child(1) {
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  transform: rotateX(0deg);
}
.content-01 .frame .custom-btn:nth-child(12):hover span:nth-child(2) {
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  color: transparent;
  transform: rotateX(-90deg);
}
.content-01 .frame .custom-btn:nth-child(13) {
  background-color: #89d8d3;
  background-image: linear-gradient(315deg, #89d8d3 0%, #03c8a8 74%);
  border: none;
  z-index: 1;
  position: relative;
}
.content-01 .frame .custom-btn:nth-child(13):after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background-color: #4dccc6;
  background-image: linear-gradient(315deg, #4dccc6 0%, #96e4df 74%);
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6), -4px -4px 5px 0px rgba(255, 255, 255, 0.6), 7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333), 4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
  transition: all 0.3s ease;
}
.content-01 .frame .custom-btn:nth-child(13):hover {
  color: #fff;
}
.content-01 .frame .custom-btn:nth-child(13):hover::after {
  top: 0;
  height: 100%;
}
.content-01 .frame .custom-btn:nth-child(13):active {
  top: 2px;
}
.content-01 .frame .custom-btn:nth-child(14) {
  background: rgb(255, 151, 0);
  border: none;
  z-index: 1;
  position: relative;
}
.content-01 .frame .custom-btn:nth-child(14)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background-color: #eaf818;
  background-image: linear-gradient(315deg, #eaf818 0%, #f6fc9c 74%);
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}
.content-01 .frame .custom-btn:nth-child(14):hover {
  color: #000;
}
.content-01 .frame .custom-btn:nth-child(14):hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}
.content-01 .frame .custom-btn:nth-child(14):hover:active {
  top: 2px;
}
.content-01 .frame .custom-btn:nth-child(15) {
  background: #b621fe;
  border: none;
  z-index: 1;
  position: relative;
}
.content-01 .frame .custom-btn:nth-child(15):after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #663dff;
  border-radius: 5px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.content-01 .frame .custom-btn:nth-child(15):hover {
  color: #fff;
}
.content-01 .frame .custom-btn:nth-child(15):hover::after {
  left: 0;
  width: 100%;
}
.content-01 .frame .custom-btn:nth-child(15):hover:active {
  top: 2px;
}
.content-01 .frame .custom-btn:nth-child(16) {
  border: none;
  color: #000;
  position: relative;
}
.content-01 .frame .custom-btn:nth-child(16)::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6), -4px -4px 5px 0px rgba(255, 255, 255, 0.6), 7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333), 4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
  transition: all 0.3s ease;
}
.content-01 .frame .custom-btn:nth-child(16):hover {
  color: #000;
}
.content-01 .frame .custom-btn:nth-child(16):hover::after {
  left: auto;
  right: 0;
  width: 100%;
}
.content-01 .frame .custom-btn:nth-child(16):active {
  top: 2px;
}/*# sourceMappingURL=lots-of-buttons.css.map */