.footer {
  height: fit-content;
  width: 100%;
  background: #2e383e;
  padding: 100px 0 50px;
  display: flex;
  align-items: center;

  flex-direction: column;
  gap: 100px;
}
.footer-container-row-no2-m {
  display: none;
}
.footer h2 {
  font-size: 36px;
  color: white;
  font-weight: 900;
}
.footer-container {
  height: fit-content;
  display: flex;
  width: 80%;
  justify-content: space-between;
  gap: 50px;
}

.footer-content {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.footer-content-socials {
  /* display: flex;
  height: fit-content;
  gap: 40px;
  width: fit-content; */

  /* display: none; */
}

.footer-content-socials svg {
  color: white;
  height: 25px;
  width: 25px;
  transition: all 0.3s;
}
.footer-content-socials svg:hover {
  color: rgb(144, 144, 154);
}
.footer-content-socials a {
  width: fit-content !important;
}
.fter-socials {
  height: 25px;
  display: flex;
  gap: 40px;
}
.fter-socials svg {
  height: 100% !important;
  width: 25px;
  color: white !important;
  transition: all 0.3s;
}
.fter-socials svg:hover {
  color: rgb(144, 144, 154) !important;
}
.footer-container-row-no1 p {
  font-size: 20px;
  line-height: 185%;
  color: white;
  margin-bottom: 50px;
  width: 90%;
}

.footer-data {
  display: flex;
  gap: 10px;
}
.footer-data p {
  color: #3f8cfd;
}
.footer-container-row-no2 {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.footer-container-row-no2 a {
  text-decoration: none;
  color: white;
}

.footer-container-row-no2 h4 {
  color: #3f8cfd;
  font-size: 12px;
}
.footer-container-row-no2 p {
  font-size: 20px;
  line-height: 185%;
  color: white;
  margin: 10px 0 40px;
  font-size: 12px;
  width: 60%;
}
.footer-container-row-no2 span {
  font-size: 12px;
  font-weight: 400;
  color: white;
}
.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form {
  display: flex;
  flex-direction: column;
  width: 440px;
}
.input-container input {
  height: 40px;
  width: 100%;
  border-radius: 2px;
  outline: none;
  border: none;
  padding: 0.5rem 1rem;
}
.input-container::placeholder {
  color: #2e383e;
}
.textarea-container textarea {
  width: 100%;
  border-radius: 2px;
  outline: none;
  border: none;
  padding: 0.5rem 1rem;
  resize: none;
  font-size: 14px;
}
.form button {
  border-radius: 2px;
  height: 40px;
  width: 100%;
  background: #3f8cfd;
  color: white;
  outline: none;
  border: none;
  cursor: pointer;
}
.form button:hover {
  box-shadow: 0px 27px 103px -51px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0px 27px 103px -51px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0px 27px 103px -51px rgba(255, 255, 255, 0.75);
}
.error-message {
  margin-top: 3px;
  font-size: 12px;
  color: red;
}
.footer-terms {
  display: flex;
  gap: 20px;
}
.footer-terms a {
  font-size: 14px;
}

@media (min-width: 1920px) {
  .footer-container {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .footer-container-row-no1 p {
    font-size: 15px;
  }
}
@media (max-width: 900px) {
  .footer {
    padding: 70px 0 10px;
    gap: 70px;
  }
  .footer-container {
    flex-direction: column;
  }
  .footer-content {
    width: 100%;
  }
  .footer-container-row-no1 {
    width: 100%;
  }
  .footer-container-row-no1 p {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .form {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
  }
  .footer-container-row-no2 {
    display: none;
  }
  .footer-container-row-no2-m {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  .footer-container-row-no2-m a {
    color: white;
    text-decoration: none;
  }
  .footer-container-row-no2-m h4 {
    color: #3f8cfd;
    font-size: 12px;
  }
  .footer-container-row-no2-m p {
    font-size: 20px;
    line-height: 185%;
    color: white;
    margin: 0;
    font-size: 12px;
    width: 100%;
    text-align: center;
  }
  .footer-data {
    align-items: center;
    justify-content: center;
  }
  .fter-socials {
    display: none;
  }
  .footer-content-socials {
    display: none;
  }
  .hero-content-socials-m {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  .hero-content-socials-m svg {
    color: white;
    height: 20px;
    width: 20px;
  }
  .footer-terms {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-container-row-no2-m span {
    font-size: 10px;
    text-align: center;
    color: white;
  }
}
