html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
}

.container {
  margin: 0px auto;
  width: 90%;
  max-width: 1440px;
}

.angel-text {
  font-family: "Jua";
}

footer {
  padding: 50px 0px;
  background-color: #4b13aa;
}

footer .container {
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}

footer .container .footer-text h4 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 25px;
}

footer .container .footer-text p {
  font-size: 16px;
  font-weight: 400;
}

footer .container .footer-links h4 {
  font-size: 18px;
  font-weight: bolder;
  padding-bottom: 20px;
}

footer .container .footer-links a {
  font-size: 15px;
  font-weight: 300;
  color: white;
}

footer .container .footer-links li {
  margin-bottom: 15px;
}

footer .container .social-links button {
  height: 45px;
  padding: 0 20px;
  width: fit-content;
  border: 1px solid transparent;
  background-color: white;
  color: black;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
}

footer .container .social-links .social-links-icons {
  padding-top: 30px;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
}

.copyright-area {
  height: 50px;
  padding: 24px 0;
  display: flex;
  align-items: center;
  background-color: #5f2db3;
}

.copyright-area p {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: 400;
}
