.eb-garamond {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.poppins {
  font-family: "poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.contact-form input[type='text'],
input[type='email'],
textarea {
  background-color: #F3F3F3;
  margin-bottom: 25px;
  padding: 20px 250px 20px 20px;
  border-radius: 10px;
  color: #414040"

}

.contact-form textarea {
  padding: 20px 250px 100px 20px;
}

.contact-form-button {
  padding: 15px 100px 15px 100px;
  border-radius: 10px;
  color: white;
  background-color: #B68C5A;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}

.contact-cards {
  height: 80%;
}

footer {
  background-color: black;
  color: #CFCFCF;
}

.footer-content {
  width: auto;
  height: auto;
  text-align: center;
  padding: 50px 400px;
}
.footer-subtitle {
  font-size: 14px;
  margin-top: 10px;
}
.footer-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding-top: 15px;
}
@media screen and (max-width:576px) {
  header,section{
    margin:0px 100px;
  }
  nav{
    margin-bottom: 50px;
  }
  .banner{
    padding: 100px;
  }
}