.footer .btn.btn-social {
  margin-right: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #596780;
  border: 1px solid #0000001a;
  border-radius: 40px;
  transition: 0.3s;
}
.footer {
  color: #596780;
}
.footer .btn.btn-social:hover {
  color: var(--primary-color);
}
.footer .btn.btn-link {
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
  color: #596780;
  font-weight: normal;
  transition: 0.3s;
}
.footer .btn.btn-link:hover {
  color: var(--primary-color);
  box-shadow: none;
}
.footer .copyright {
  padding: 16px 0;
  font-size: 14px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}
.footer .copyright a {
  color: #000 !important;
  font-weight: 500;
}
.footer .copyright a:hover {
  color: var(--primary-color);
}
.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #1a202c63;
}
.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.footer,
.footer .row,
.footer .footer-menu,
.footer .copyright {
  opacity: 0;
  transform: translateY(50px);
}
