/* -------------------------------------------- */
/*  Site Footer  */
/* -------------------------------------------- */

.site-footer {
  border-top: 0.5px solid rgba(0, 0, 0, 0.5);

  font-family: var(--font-family-primary);
}
.site-footer .top-section {
  background-color: #fdfdfd;
  color: #0b0b16;

  font-weight: 400;
  font-size: 13px;

  padding: 30px 0;
}
.site-footer .bottom-section {
  background-color: #201f24;
  color: #828ca0;

  font-weight: 400;
  font-size: 13px;

  padding: 15px 0;
}
.site-footer .bottom-section a {
  color: #828ca0;
}
.site-footer a:hover {
  color: var(--primary-color);
}
.site-footer .top-section h6 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;

  color: #828ca0;
}
.site-footer .top-section a {
  color: #0b0b16;

  /* opacity: 0.8; */
}
.site-footer a:hover {
  color: var(--primary-color);
}
