footer {
  padding-top: 10rem;
  background: #061f39;
}

.footer-content {
  padding-bottom: 6rem;
  margin: auto;
  max-width: 159rem;
}

.footer-app-name {
  color: var(--primary);
  font-size: 4.5rem;
  line-height: 4.8rem;
  margin-bottom: 2.5rem;
}

.footer-newsletter {
  margin-bottom: 10rem;
}

.footer-newsletter > label {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: var(--primary);
  margin-bottom: 0.3rem;
  font-weight: 300;
  font-family: "Roboto";
}

.footer-newsletter > div {
  display: flex;
  gap: 1.5rem;
}

.footer-newsletter input {
  width: 40rem;
  height: 5.6rem;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 7px;
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 2rem 1.6rem;
}

.footer-newsletter .btn-primary {
  padding: 2rem 4rem;
  font-size: 1.8rem;
  line-height: 2rem;
}

.footer-links {
  display: flex;
  margin-bottom: 8rem;
}

.footer-links > div {
  flex: 1;
}

.footer-links > div:last-child {
  flex: initial;
}

.footer-links > div > h4 {
  font-size: 2.2rem;
  line-height: 3.1rem;
  color: white;
  font-family: "Poppins";
  margin-bottom: 3.6rem;
  font-weight: 400;
  margin-top: 0;
}

.footer-links > div > a {
  color: #65a3cc;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-family: "Roboto";
  font-weight: 300;
  display: block;
  margin-bottom: 2rem;
  text-decoration: none;
}

.footer-links > div > a.text-underline {
  text-decoration: underline;
}

.footer-imgs {
  display: flex;
  justify-content: space-between;
}

.footer-imgs > div:first-child {
  display: flex;
  gap: 4.8rem;
  align-items: center;
}

.footer-rights {
  font-size: 1.4rem;
  line-height: 1.7rem;
  padding: 1.8rem 0;
  background: #021324;
  text-align: center;
  color: white;
  font-weight: 300;
  font-family: "Roboto";
}

.social-icon {
  cursor: pointer;
}

@media (max-width: 1700px) {
  .footer-content {
    max-width: 133rem;
  }
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  .footer-content {
    max-width: 113rem;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {
  .footer-content {
    max-width: 93rem;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .footer-content {
    max-width: 73rem;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .footer-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .footer-links > div {
    min-width: 45%;
    max-width: 50%;
  }

  .footer-links > div > h4 {
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .footer-links > div > a {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .footer-imgs {
    flex-direction: column;
    gap: 5rem;
    align-items: center;
  }

  .footer-newsletter input {
    width: 100%;
  }

  .footer-newsletter > div {
    flex-direction: column;
  }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}
