﻿.footer {
  position: relative;
  background-image: url("/assets/images/bg-footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.footer .container-custom {
  position: relative;
  z-index: 2;
}
.footer .container-fluid {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.footer .container-custom {
  width: 100%;
  max-width: 1319.2px;
  margin: 0 auto;
  padding: 0;
}
.footer .footer-item {
  display: flex;
  flex-direction: column;
}
.footer .footer-item h4 {
  text-transform: uppercase;
  font-size: 15px;
  font-family: "fs magistral-bold";
}
.footer .footer-item a {
  line-height: 35px;
  color: #fff;
  transition: 0.5s;
}
.footer .footer-item a:hover {
  color: #007bff;
  letter-spacing: 1px;
}
.footer .footer-item p {
  line-height: 35px;
}
.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
  transition: 0.5s;
}
.footer .footer-item .footer-btn a:hover i {
  color: #007bff;
}
.footer .bottom p {
  text-align: center;
  color: #fff;
  padding: 15px 0;
}
