@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
.footer {
  max-width: 100vw;
  padding: 8rem;
  padding-bottom: 4rem;
  background-color: #101828;
}
@media (max-width: 700px) {
  .footer {
    padding: 8rem 3rem;
  }
}
@media (max-width: 340px) {
  .footer {
    padding: 8rem 1rem;
  }
}
.footer .footer__boxContainer {
  max-width: 100%;
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
@media (max-width: 850px) {
  .footer .footer__boxContainer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1149px) {
  .footer .footer__boxContainer {
    gap: 2rem;
  }
}
@media (max-width: 1119px) {
  .footer .footer__boxContainer {
    gap: 1rem;
  }
}
.footer .footer__boxContainer .footer__boxLeft {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 80%;
}
@media (max-width: 850px) {
  .footer .footer__boxContainer .footer__boxLeft {
    width: 100%;
    align-items: center;
    justify-content: center;
    border-bottom: 3px #3e4451 solid;
  }
}
.footer .footer__boxContainer .footer__boxLeft p {
  margin-bottom: 11rem;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 150.67%;
  color: #D1D1D1;
}
@media (max-width: 850px) {
  .footer .footer__boxContainer .footer__boxLeft p {
    text-align: center;
    font-size: 24px;
    margin-bottom: 5rem;
  }
}
@media (max-width: 500px) {
  .footer .footer__boxContainer .footer__boxLeft p {
    font-size: 1.6rem;
  }
}
.footer .footer__boxContainer .footer__boxLeft .footer__socialMediaContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2vw;
}
@media (max-width: 850px) {
  .footer .footer__boxContainer .footer__boxLeft .footer__socialMediaContainer {
    margin-bottom: 2rem;
  }
}
.footer .footer__boxContainer .footer__boxLeft .footer__socialMediaContainer a {
  padding: 0.5rem;
}
.footer .footer__boxContainer .footer__boxRight {
  height: 80%;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
@media (max-width: 850px) {
  .footer .footer__boxContainer .footer__boxRight {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 550px) {
  .footer .footer__boxContainer .footer__boxRight {
    flex-direction: column;
  }
}
.footer .footer__boxContainer .footer__boxRight .row1,
.footer .footer__boxContainer .footer__boxRight .row2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .footer__boxContainer .footer__boxRight .row1 h6,
.footer .footer__boxContainer .footer__boxRight .row2 h6 {
  text-wrap: nowrap;
  margin-bottom: 4rem;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #98A2B3;
}
.footer .footer__boxContainer .footer__boxRight .row1 a,
.footer .footer__boxContainer .footer__boxRight .row2 a {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 240%;
  color: #D1D1D1;
}
@media (max-width: 450px) {
  .footer .footer__boxContainer .footer__boxRight .row1 a,
  .footer .footer__boxContainer .footer__boxRight .row2 a {
    font-size: 1.6rem;
  }
}
@media (max-width: 850px) {
  .footer .footer__boxContainer .footer__boxRight .row1,
  .footer .footer__boxContainer .footer__boxRight .row2 {
    text-align: center;
  }
}
@media (max-width: 550px) {
  .footer .footer__boxContainer .footer__boxRight .row1 {
    width: 100%;
    border-bottom: 3px solid #667085;
    padding-bottom: 3rem;
  }
}
.footer .footer__boxContainer .footer__boxRight .row2 {
  white-space: nowrap;
  text-wrap: nowrap;
}

.footer__bottomContainer {
  max-width: 100%;
}
.footer__bottomContainer span {
  display: block;
  width: 100%;
  height: 0.3rem;
  background-color: #3e4451;
}
.footer__bottomContainer .footer__content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}
@media (max-width: 850px) {
  .footer__bottomContainer .footer__content {
    flex-direction: column;
    gap: 2rem;
  }
}
.footer__bottomContainer .footer__content .links a {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #98A2B3;
}
@media (max-width: 850px) {
  .footer__bottomContainer .footer__content .links a {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .footer__bottomContainer .footer__content .links a {
    font-size: 1.2rem;
  }
}
.footer__bottomContainer .footer__content .links__secondChild {
  margin: 0 3rem;
  position: relative;
}
.footer__bottomContainer .footer__content .links__secondChild::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.5rem;
  height: 120%;
  width: 2px;
  background-color: #98A2B3;
}
.footer__bottomContainer .footer__content .links__secondChild::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1.5rem;
  height: 120%;
  width: 2px;
  background-color: #98A2B3;
}

.copyRights {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  text-wrap: nowrap;
  white-space: nowrap;
  gap: 2rem;
}
.copyRights * {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #98A2B3;
}
@media (max-width: 850px) {
  .copyRights p {
    text-align: left;
    font-size: 1.4rem;
  }
  .copyRights a {
    text-align: right;
    font-size: 1.4rem;
  }
}
@media (max-width: 500px) {
  .copyRights p {
    font-size: 1.2rem;
  }
  .copyRights a {
    font-size: 1.2rem;
  }
}
@media (max-width: 340px) {
  .copyRights {
    gap: 1.5rem;
  }
}/*# sourceMappingURL=footer.css.map */