/* Start Footer */
footer {
  background-color: var(--bg-container-dark);
  margin-top: 150px;
}
.footer-banner {
  background-image: url(https://storage.perfectcdn.com/1847ba/4nu4k7wwfrpbd6pq.svg);
  background-repeat: no-repeat;
  background-position: top right;
  border-radius: 58px;
  background-color: var(--main-color);
  padding: 35px 90px 35px;
  min-height: 289px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -150px;
}

.arabic-version .footer-banner {
  background-position: top left;
}
.footer-banner h5 {
  font-size: 48px;
  font-weight: 600;
  color: #000;
  text-align: right;
  margin-bottom: 20px;
}
.arabic-version .footer-banner h5 {
  text-align: right;
}
.footer-banner a {
  background-color: var(--bg-container-dark);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 0 50px;
  border-radius: 30px;
  line-height: 58px;
  text-decoration: none;
}
.footer-mid {
  padding: 90px 0 70px;
  text-align: center;
}
.footer-mid p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 30px;
}
.social-links {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.social-links li a {
  background-color: var(--main-color);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
.social-links li {
  margin: 0 4px;
}
.footer-bottom .container {
  border-top: 1px solid #353535;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-bottom a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.footer-bottom a i {
  color: var(--main-color);
  margin-right: 5px;
}
.arabic-version .footer-bottom a i {
  margin-left: 5px;
  margin-right: 0;
}
.footer-bottom p {
  text-align: right;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.arabic-version .footer-bottom p {
  text-align: left;
}
.footer-brand img {
  width: 270px;
  display: block;
  margin: 0 auto 20px;
}
.footer-mid .footer-nav {
  list-style: none;
}
.footer-mid .footer-nav a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.footer-mid .footer-nav a:hover {
  color: var(--main-color);
}
@media (max-width: 991px) {
  .footer-top .footer-banner {
    background-image: none;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footer-top .footer-banner h5 {
    text-align: center;
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .footer-banner {
    padding: 0;
  }
  .footer-top .footer-banner h5 {
    text-align: center;
    font-size: 24px;
  }
}
@media (max-width: 425px) {
  .footer-mid .footer-nav {
    flex-direction: column;
  }
}
/* End Footer */
