.social-button {
  transition: all 0.4s;
  position: fixed;
  right: 30px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background-color: #ffea4a;
  color: #3c3c3a;
  font-size: 24px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition-delay: 1s;
  z-index: 100000;
}
.social-button-open {
  transition-delay: 0s;
  bottom: 15px;
  background-color: #ffea4a;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}
.social-button .social-point {
  transition: all 0.4s;
  opacity: 0;
  width: 0px;
  height: 0px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
  cursor: pointer;
  visibility: hidden;
}
.social-button .social-point:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}
.social-button .social-point:nth-child(2) {
  transition-delay: 0.3s;
  position: absolute;
  right: 40px;
  bottom: 40px;
  background-color: #25d366;
}
.social-button .social-point:nth-child(3) {
  transition-delay: 0.4s;
  position: absolute;
  right: 40px;
  bottom: 40px;
  background-color: #3c3c3a;
}
.social-button .social-point:nth-child(4) {
  transition-delay: 0.5s;
  position: absolute;
  right: 40px;
  bottom: 40px;
  background-color: #1da1f2;
}
.social-button .social-point:nth-child(5) {
  transition-delay: 0.6s;
  position: absolute;
  right: 40px;
  bottom: 40px;
  background-color: #c8232c;
}
.social-button .social-point:nth-child(6) {
  transition-delay: 0.7s;
  position: absolute;
  right: 40px;
  bottom: 40px;
  background-color: #3b5998;
}
.social-button .social-point:nth-child(7) {
  transition-delay: 0.7s;
  position: absolute;
  right: 40px;
  bottom: 40px;
  background-color: #1ea551;
}
.social-button .social-point:nth-child(8) {
  transition-delay: 0.7s;
  position: absolute;
  right: 40px;
  bottom: 40px;
  background-color: #3c3c3a;
}
.social-button-open .social-point-open {
  opacity: 1;
  width: 40px;
  height: 40px;
  visibility: visible;
}
.social-button-open .social-point-open:nth-child(2) {
  right: 5px;
  bottom: 58px;
}
.social-button-open .social-point-open:nth-child(2):hover {
  transition-delay: 0s;
  background-color: #1ea551;
}
.social-button-open .social-point-open:nth-child(3) {
  right: 5px;
  bottom: 105px;
}
.social-button-open .social-point-open:nth-child(3):hover {
  transition-delay: 0s;
  background-color: #3c3c3a;
}
.social-button-open .social-point-open:nth-child(4) {
  right: 5px;
  bottom: 152px;
}
.social-button-open .social-point-open:nth-child(4):hover {
  transition-delay: 0s;
  background-color: #1980bf;
}
.social-button-open .social-point-open:nth-child(5) {
  right: 5px;
  bottom: 198px;
}
.social-button-open .social-point-open:nth-child(5):hover {
  transition-delay: 0s;
  background-color: #c8232c;
}
.social-button-open .social-point-open:nth-child(6) {
  right: 5px;
  bottom: 243px;
}
.social-button-open .social-point-open:nth-child(6):hover {
  transition-delay: 0s;
  background-color: #2f4575;
}
.social-button-open .social-point-open:nth-child(7) {
  right: 5px;
  bottom: 290px;
}
.social-button-open .social-point-open:nth-child(7):hover {
  transition-delay: 0s;
  background-color: #1ea551;
}
.social-button-open .social-point-open:nth-child(8) {
  right: 5px;
  bottom: 335px;
}
.social-button-open .social-point-open:nth-child(8):hover {
  transition-delay: 0s;
  background-color: #3c3c3a;
}