body {
  margin: 0;
  padding: 0;
  display: flex;
  font-family: "Inter", Times, serif;
}

.footer {
  margin-top: 1%;
  display: flex;
  flex-direction: column;
  background-color: #5a819f;
  color: black;
  padding: 50px 20px;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 16px;
}

.footer-block {
  flex: 1 1 250px;
  min-width: 200px;
  margin: 10px 0;
  box-sizing: border-box;
  font-size: 16px;
}

.footer-logo img {
  max-height: 60px;
  object-fit: contain;
}

.footer-link {
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-icon {
  margin-right: 10px;
  color: black;
  font-size: 16px;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.footer-social .slinger-icon-circle {
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: #5a819f;
  color: #black;
  border-radius: 20%;
  font-family: 'Times New Roman', serif;
  font-weight: bold;
  text-decoration: none;
}

.footer-social a {
  margin-left: 20px;
  color: black;
  text-decoration: none;
  font-size: 16px;
}

.footer-social a i {
  margin-right: 5px;
  font-size: 28px;
}

.footer-block a {
  margin-top: 10px;
  font-size: 22px;
  white-space: nowrap;
  text-decoration: none;
  color: black;
}

.footer-block p {
  max-width: 320px;
  margin-top: 10px;
  font-size: 20px;
  color: black;
}

@media (max-width: 1080px) and (orientation: portrait) {
  .footer-container {
    flex-direction: column;
    text-align: center;
    align-items: center;
    flex-wrap: nowrap;
  }

  .footer-block {
    flex: 1 1 100%;
    max-width: 100%;
    font-size: 2rem;
    white-space: nowrap;
  }

  .footer-block p i {
    font-size: 30px;
  }

  .footer-block p {
    font-size: 1.5rem;
    max-width: 100%;
  }

  .footer {
    margin-top: 100px;
    font-size: 2rem;
    padding: 60px 45px;
  }

  .footer-logo img {
    height: 60px;
    object-fit: contain;
  }

  .footer-link {
    font-size: 2rem;
    margin-bottom: 10px;
    white-space: nowrap;
  }

  .footer-social a i {
    font-size: 1rem;
  }

  .footer-icon {
    margin-right: 20px;
  }

  .footer-social {
    gap: 45px;
    margin-top: 40px;
    font-size: 1.5rem;
    white-space: nowrap;
  }

  .footer-block a {
    margin-top: 5px;
    font-size: 1.5rem;
    white-space: nowrap;
  }

  .footer-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
  }

  .footer-social .slinger-icon-circle {
    font-size: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    background-color: #5a819f;
    color: #black;
    border-radius: 20%;
    font-family: 'Inter', serif;
    font-weight: bold;
    text-decoration: none;
  }

  .footer-social a {
    color: black;
    text-decoration: none;
    font-size: 16px;
  }

  .footer-social a i {
    font-size: 2rem;
  }
}

@media (max-width: 1080px) and (orientation: landscape) {
  .footer-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: left;
  }

  .footer {
    font-size: 1.5rem;
    padding: 40px 20px;
    margin-top: 50px;
  }

  .footer-logo {
    font-size: 1.8rem;
  }

  .footer-link {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .footer-social a {
    font-size: 1.5rem;
  }

  .footer-icon {
    font-size: 1.5rem;
    margin-right: 10px;
  }

  .footer-social {
    gap: 20px;
    margin-top: 20px;
    font-size: 1.5rem;
  }

  .footer-block {
    flex: 1 1 45%;
    max-width: 45%;
    font-size: 1.5rem;
  }

  .footer-block a {
    margin-top: 5px;
    font-size: 1.5rem;
  }

  .footer-block p {
    margin-top: 5px;
    font-size: 1.5rem;
  }

  .footer-block p i {
    font-size: 24px;
  }

  .footer-block .slinger-icon-square {
    font-size: 3rem;
    border-radius: 5px;
  }
}