@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

footer p {
  margin: 3px 0;
  font-family: IBM Plex Sans Arabic;
}
footer {
  width: 100%;
  height: max-content;
  background-color: black;
  color: white;
  font-family: IBM Plex Sans Arabic;
  font-weight: 200;
  font-size: 12px;
  font-style: normal;
  max-width: 100%;
  padding: 20px 0 20px 0;
}
footer p span {
  direction: ltr;
}
footer .footer-container {
  /* gap: 146px; */
  display: flex;
  flex-direction: row;
  /* padding: 20px; */
}

@media (min-width: 600px) {
  footer .footer-container .social-links {
    gap: 20px;
  }
}

footer .footer-container .social-links {
  margin-top: 18px;
  display: flex;
  align-items: center;
}
footer .footer-container .social-links a:nth-child(1)::before,
footer .footer-container .social-links a:nth-child(2)::before,
footer .footer-container .social-links a:nth-child(3)::before {
  position: relative;
}

footer .footer-container .social-links .footer-facebook {
  content: url("./images/uil_facebook.svg");
}
footer .footer-container .social-links .footer-insta {
  content: url("./images/uil_instagram.svg");
}
footer .footer-container .social-links .footer-tiktok {
  content: url("./images/ic_baseline-tiktok.svg");
}
footer .footer-container .social-links .footer-snap img {
  width: 24px;
  height: 28.5px;
}
footer .footer-container .social-links .footer-linkedin img {
  width: 40px;
  height: 40.5px;
}
footer .footer-container .social-links .footer-youtube img {
  width: 30px;
  height: 30.5px;
}

footer .footer-container .contact-details {
  flex: 1;
  display: flex;
  flex-direction: column;
}
footer .footer-container .contact-details img {
  width: 83px;
  height: 65px;
}
footer .footer-container .contact-details a {
  text-decoration: none;
  color: white;
}
footer .footer-container #address {
  margin-block: 10px;
  font-family: IBM Plex Sans Arabic;
}
footer .quick-links a {
  display: block;
  margin-block: 6px;
  text-decoration: none;
  color: white;
  font-family: IBM Plex Sans Arabic;
}
footer .quick-links {
  width: 116px;
  flex: 1;
  min-width: auto;
}
footer .quick-links h4 {
  /* width: 200px; */
  font-family: IBM Plex Sans ArabicBold;
  font-size: 20px;
}

hr {
  width: 100%;
}

footer .copy_rights {
  font-size: 10px;
  font-weight: 300;
  box-sizing: border-box;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
}
footer .developed_by {
  position: relative;
  padding-block: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.developed_by p {
  font-family: IBM Plex Sans Arabic;
  text-align: end;
  margin: 0;
  width: 60px;
}
/* @media (max-width: 500px) {
  footer .footer-container {
    gap: 20px;
    justify-content: space-between;
    flex-direction:column;
  }
} */
