.footer-dark .bg {
  background-color: rgb(7,17,22);
  background: linear-gradient(to bottom, rgb(17,27,42) 0%,rgb(7,17,22) 5%,rgb(7,17,22) 100%);
  padding: 30px 15px 20px 15px;
}

.footer-dark {
  color: #b08dd6;
  background-color: #000000;
}

.footer-dark .phone {
  color: #b08dd6;
  transition: all .3s;
  font-weight: 700;
  font-size: 28px;
}

.footer-dark .phone:hover {
  color: #9273b3;
  transition: all .3s;
  text-decoration: none;
}

.footer-dark h3 {
  margin-top: 0;
  text-align: center;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.4;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .footer-dark ul {
    margin-bottom: 24px;
  }
}

.footer-dark ul a {
  color: #b08dd6;
  text-decoration: none;
  transition: all .3s;
}

.footer-dark ul a:hover {
  color: #eed9ff;
  transition: all .3s;
}

.footer-dark li {
  margin-bottom: 12px;
}

.footer-dark .item:not(.social) {
  text-align: center;
}

.footer-dark .item.text p {
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
  padding-top: 24px;
}

.footer-dark .item.social > a {
  font-size: 30px;
  text-shadow: 0px 0px 2px black;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin: 4px 8px;
  color: #958ad6;
  background-color: #1e2528;
  transition: all .3s;
  box-shadow: .5px .5px 1px rgb(0,0,0);
}

.footer-dark .item.social > a:hover {
  opacity: 1;
  box-shadow: 0 0 8px 1px #ff00ff;
  transition: all .3s;
  color: #eed9ff;
}

.footer-dark .copyright {
  text-align: center;
  color: #9273b3;
  padding-top: 24px;
  font-size: 13px;
  margin-bottom: 0;
}

