.footer-dark {
  background: rgb(35,35,35);
}

.footer-dark a:hover {
  text-decoration: none;
}

.footer-dark {
  color: #fff;
}

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

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

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

.footer-dark ul a {
  color: var(--bs-gray-500);
  text-decoration: none;
  transition: all .3s;
}

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

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

.footer-dark .item.social > a {
  font-size: 30px;
  text-shadow: 0px 0px 2px #000;
  width: 46px;
  height: 46px;
  display: inline-block;
  border-radius: 5px;
  color: #ffffff;
  background-color: #2558d7;
  transition: all .3s;
  box-shadow: .5px .5px 1px #000;
}

.footer-dark .item.social > a {
  margin: 0 10px;
}

.footer-dark .item.social > a:hover {
  opacity: 1;
  box-shadow: 0 0 6px 2px #ffffff;
  transition: all .3s;
  color: #eeeeee;
}

.footer-dark .copyright {
  text-align: center;
  color: #2558d7;
  font-size: 13px;
  margin-bottom: 0;
  position: relative;
}

.footer-dark h3 {
  font-weight: 700;
  text-shadow: 0px 0px 3px #000;
}

#btop-but:before {
  position: absolute;
  content: "";
  background: #000;
  width: 25px;
  height: 25px;
  top: 2px;
  right: 2px;
  z-index: -1;
}

#btop-but {
  position: fixed;
  bottom: 2px;
  right: 5px;
  font-size: 34px;
  line-height: 30px;
  height: 35px;
  z-index: 9999;
  transition: all .3s;
  opacity: .5;
}

#btop-but a {
  color: #0d6efd !important;
}

