/* Note:- As the Figma file is designed on Desktop approach, so does the Website and the styles below are Desktop First Approach. */

.footer-container {
  width: 100%;
  background: rgba(3, 46, 21, 1);
}
.footer-section {
  width: 100%;
  max-width: 1327px;
  margin: 104.28px auto 0;
  padding: 75.52px 79.69px 93.73px 81px;
}
.footer-website-logo {
  font-weight: 700;
  font-size: 42.32px;
  line-height: 100%;
  letter-spacing: 0%;
  height: 73px;
  color: rgba(255, 255, 255, 1);
  width: 100%;
}
.footer-links-container {
  display: flex;
  align-items: center;
  gap: 40.45px;
}
.footer-links-list-one,
.footer-links-list-two,
.footer-links-list-three {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.footer-link-item {
  list-style: none;
  width: 171.24px;
  height: 37.18px;
  display: flex;
  align-items: center;
}
.footer-navigation-link:link,
.footer-navigation-link:visited {
  text-decoration: none;
  font-family: Oxanium;
  font-weight: 300;
  font-size: 14.16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  position: relative;
}
.footer-navigation-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 1);
  transition: all 0.3s ease-in-out;
}
.footer-navigation-link:hover::after {
  width: 100%;
}
.footer-social-icon {
  width: 20.2px;
  height: 20.2px;
  margin-right: 14.16px;
}
.links-and-newsletter-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-letter-block {
  width: 505.5px;
  height: 149px;
}
.news-letter-guiding-text {
  font-weight: 700;
  font-size: 16.18px;
  line-height: 150%;
  color: rgba(254, 243, 228, 1);
}
.news-letter-subscribe-container {
  display: flex;
  align-items: center;
  gap: 16.18px;
  margin: 24.54px 0 16.18px;
}
.email-input {
  width: 365px;
  height: 48.27px;
  border: 1.01px solid rgba(255, 255, 255, 1);
  padding: 12.14px;
  background-color: transparent;
  color: rgba(255, 255, 255, 1);
  outline: none;
}
.email-input::placeholder {
  font-weight: 300;
  font-size: 16.18px;
  line-height: 150%;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
}
.subscribe-button {
  flex-grow: 1;
  font-weight: 700;
  font-size: 16.18px;
  line-height: 150%;
  color: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: rgba(101, 59, 9, 1);
  align-self: stretch;
}
.terms-agree-text {
  font-family: Oxanium;
  font-weight: 300;
  font-size: 12.14px;
  line-height: 150%;
  color: rgba(255, 255, 255, 1);
}
.privacy-policy {
  font-weight: 300;
  font-size: 12.14px;
  line-height: 150%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  cursor: pointer;
}
/* ---------------Tablet Orientation---------------- */
@media (min-width: 426px) and (max-width: 768px) {
  .footer-section {
    margin: 100px auto 0;
    padding: 60px 20px;
    flex-direction: column;
  }
  .footer-website-logo {
    font-size: 36px;
    height: 80px;
    text-align: center;
  }
  .footer-links-container {
    flex-direction: column;
    gap: 0px;
  }
  .footer-navigation-link::after {
    display: none;
  }
  .footer-links-container li a {
    margin: 0 auto;
  }
  .footer-navigation-link {
    text-decoration: underline !important;
    text-decoration-color: white;
  }
  .links-and-newsletter-block {
    flex-direction: column;
    gap: 40px;
  }
  .news-letter-block {
    width: 100%;
    height: fit-content;
  }
  .news-letter-guiding-text {
    font-size: 14px;
    text-align: center;
  }
  .news-letter-subscribe-container {
    gap: 10px;
    margin: 20px auto 16px;
    max-width: 450px;
  }
  .email-input {
    width: 70%;
    height: 40px;
  }
  .email-input::placeholder {
    font-size: 14px;
  }
  .subscribe-button {
    font-size: 14px;
  }
  .terms-agree-text {
    text-align: center;
  }
}

/* ---------------Mobile Orientation---------------- */
@media (max-width: 426px) {
  .footer-section {
    margin: 100px auto 0;
    padding: 60px 20px;
    flex-direction: column;
  }
  .footer-website-logo {
    font-size: 36px;
    height: 80px;
    text-align: center;
  }
  .footer-links-container {
    flex-direction: column;
    gap: 0px;
  }
  .footer-navigation-link::after {
    display: none;
  }
  .footer-links-container li a {
    margin: 0 auto;
  }
  .footer-navigation-link {
    text-decoration: underline !important;
    text-decoration-color: white;
  }
  .links-and-newsletter-block {
    flex-direction: column;
    gap: 40px;
  }
  .news-letter-block {
    width: 100%;
    height: fit-content;
  }
  .news-letter-guiding-text {
    font-size: 14px;
    text-align: center;
  }
  .news-letter-subscribe-container {
    gap: 10px;
    margin: 20px 0 16px;
  }
  .email-input {
    width: 70%;
    height: 40px;
  }
  .email-input::placeholder {
    font-size: 14px;
  }
  .subscribe-button {
    font-size: 14px;
  }
  .terms-agree-text {
    text-align: center;
  }
}
