.contact-header {
  background: #B4B5B7;
  width: 100%;
  height: 100%;
}

.image-container {
  display: block;
  position: absolute;
  width: 500px;
  height: 500px;
  overflow: hidden;
  border-radius: 99999px;
  scale: 125%;
  margin-left: 32px;
  top: 0;
  padding: 16px;
}

.header-title {
  display: block;
  color: black;
  font-weight: bold;
  font-size: 44px;
  position: absolute;
  right: 0;
  font-family: "Futura Extra BT", serif;
  margin-top: 150px;
  margin-right: 300px;
  align-self: center;
}

.image-header {
  position: relative;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 99999px;
}

.image-border-right {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background-color: #C7392F;
}

.image-border-left {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  right: 0;
  background-color: #231F20;
}

.wave-header {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 100px !important;
  object-fit: cover;
}

.header-title-section {
  padding-top: 25px;
  color: black;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  font-family: "Futura Extra BT", serif;
  align-self: center;
  margin-bottom: 0;
}

.sitemap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sitemap a {
  color: black;
  font-size: 20px;
  font-family: "Futura Md BT", serif;
}

.sitemap a:hover {
  color: #C7392F;
}

.sitemap a:nth-child(3) {
  border-bottom: 1.5px black solid;
}

.chevron-right {
  width: 24px;
  height: 24px;
}

.contact-text {
  width: 100%;
  color: black;
  padding-top: 16px;
  font-family: "Futura Md BT", serif;
  font-size: 22px;
  text-align: center;
}

.section-form-map {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.contact-image-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}

.contact-section {
  margin-bottom: 150px;
}

.contact-form {
  width: 60%;
}

.contact-form input {
  font-family: "Futura Md BT", serif;
  padding: 1.5rem;
  border-radius: 10px;
}

.contact-form textarea {
  font-family: "Futura Md BT", serif;
  padding: 1.5rem;
  height: 190px;
  border-radius: 10px;
  border: 2px black solid;
}

.grid {
  display: grid;
}

.forms {
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.forms textarea {
  grid-column: 1 / -1;
}

.btn-submit-form {
  display: flex;
  gap: 2rem;
  font-size: 18px;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 16px;
  border-radius: 10px;
  background: #231F20;
}

.chevron-right {
  text-align: center;
  alignment: center;
}

@media only screen and (max-width: 300px) {
  .image-container {
    width: 130px !important;
    height: 130px !important;
    top: 80px !important;
    margin-left: 12px !important;
    padding: 8px;
  }

  .header-title {
    width: 32px;
    white-space: pre-wrap !important;
    font-size: 16px !important;
    margin-top: 55px !important;
    margin-right: 55px !important;
  }
}

@media only screen and (max-width: 600px) {
  .image-container {
    width: 180px;
    height: 180px;
    top: 48px;
    margin-left: 32px;
    padding: 8px;
  }

  .header-title {
    width: 32px;
    font-size: 16px;
    white-space: pre-wrap;
    margin-top: 55px;
    margin-right: 75px;
  }

  .section-form-map {
    flex-direction: column-reverse;
  }

  .section-form-map iframe {
    width: 100%;
  }

  .contact-form {
    width: 100%;
  }

  .forms {
    grid-template-columns: 1fr;
  }

  .header-title-section {
    font-size: 24px;
  }

  .sitemap a {
    font-size: 16px;
  }

  .contact-text {
    font-size: 18px;
  }
}

@media only screen and (min-width: 601px) {
  .image-container {
    width: 180px;
    height: 180px;
    top: 48px;
    margin-left: 32px;
    padding: 8px;
  }

  .header-title {
    width: 32px;
    font-size: 16px;
    margin-top: 55px;
    margin-right: 80px;
  }

  .wave-header {
    margin-top: 60px;
  }

  .section-form-map {
    flex-direction: column-reverse;
  }

  .section-form-map iframe {
    width: 100%;
  }

  .contact-form {
    width: 100%;
  }

  .forms {
    grid-template-columns: 1fr;
  }
}

@media only screen and (min-width: 690px) {
  .image-container {
    width: 240px;
    height: 240px;
    top: 48px;
    margin-left: 32px;
    padding: 8px;
  }

  .header-title {
    font-size: 32px;
    margin-top: 55px;
    margin-right: 175px;
  }
}

@media only screen and (min-width: 768px) {
  .image-container {
    width: 280px;
    height: 280px;
    top: 20px;
    margin-left: 32px;
    padding: 8px;
  }

  .header-title {
    width: 200px;
    font-size: 24px;
    margin-top: 120px;
    margin-right: 32px;
  }
}

@media only screen and (min-width: 992px) {
  .image-container {
    width: 300px;
    height: 300px;
    margin-left: 32px;
  }

  .header-title {
    font-size: 44px;
    white-space: nowrap;
    margin-top: 110px;
    margin-right: 280px;
  }
}

@media only screen and (min-width: 1200px) {
  .image-container {
    width: 380px;
    height: 380px;
    margin-left: 32px;
  }

  .header-title {
    font-size: 44px;
    white-space: nowrap;
    margin-top: 100px;
    margin-right: 300px;
  }

  .section-form-map {
    display: flex;
    flex-direction: row;
  }

  .section-form-map iframe {
    width: 100%;
  }

  .contact-form {
    width: 100%;
  }

  .forms {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 1800px) {
  .image-container {
    width: 500px;
    height: 500px;
    margin-left: 32px;
  }

  .header-title {
    font-size: 44px;
    white-space: nowrap;
    margin-top: 150px;
    margin-right: 400px;
  }
}
