#contact_us {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

#contact_us .hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
}

#contact_us .hero form .title {
  position: relative;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 41 57 / var(--tw-text-opacity));
  font-family: "wondershine", serif;
  font-size: 36px;
  line-height: 1;
}

#contact_us .hero form .input_fields {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

#contact_us .hero form .input_fields .fields {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

#contact_us .hero form .input_fields .fields label {
  --tw-text-opacity: 1;
  color: rgb(0 41 57 / var(--tw-text-opacity));
  font-weight: 600;
  font-size: 20px;
}

#contact_us .hero form .input_fields .fields input, #contact_us .hero form .input_fields .fields textarea {
  border: none;
  border-bottom: 1px solid;
  border-bottom-color: rgb(0 41 57 / 0.3);
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 41 57 / var(--tw-text-opacity));
  outline-width: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  font-size: 20px;
}

#contact_us .hero form .input_fields .fields input::-moz-placeholder, #contact_us .hero form .input_fields .fields textarea::-moz-placeholder {
  font-weight: 400;
  color: rgb(0 41 57 / 0.5);
  font-size: 18px;
}

#contact_us .hero form .input_fields .fields input::placeholder, #contact_us .hero form .input_fields .fields textarea::placeholder {
  font-weight: 400;
  color: rgb(0 41 57 / 0.5);
  font-size: 18px;
}

#contact_us .hero form .input_fields .fields input:focus, #contact_us .hero form .input_fields .fields textarea:focus {
  background-color: rgb(0 41 57 / 0.1);
  padding-left: 0.5rem;
}

#contact_us .hero form .input_fields .fields input:focus::-moz-placeholder, #contact_us .hero form .input_fields .fields textarea:focus::-moz-placeholder {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 41 57 / var(--tw-text-opacity));
}

#contact_us .hero form .input_fields .fields input:focus::placeholder, #contact_us .hero form .input_fields .fields textarea:focus::placeholder {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 41 57 / var(--tw-text-opacity));
}

#contact_us .hero form .input_fields .fields textarea {
  height: 200px;
}

#contact_us .hero form .btn_wrapper .big_btn {
  border-width: 0px;
  background-color: rgb(0 41 57 / 0.9);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
  outline-width: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  border-radius: 0;
}

#contact_us .hero form .btn_wrapper .big_btn:hover {
  opacity: 0.9;
}

#contact_us .hero .info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#contact_us .hero .info .links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

#contact_us .hero .info .links svg {
  width: 1.5rem;
  fill: rgb(0 41 57 / 0.8);
  min-width: 24px;
}

#contact_us .hero .info .links a {
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(0 41 57 / var(--tw-text-opacity));
  text-decoration-line: none;
  font-size: 20px;
}

#contact_us .hero .info .links a.link {
  padding: 0px;
}

#contact_us .hero .info .links a.link:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  height: 0.125rem;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 41 57 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

#contact_us .hero .info .links a.link:hover:after {
  width: 100%;
  background-color: rgb(0 41 57 / 0.8);
}

#contact_us .hero .info .links.social_links svg {
  width: 2.25rem;
}

#contact_us .hero .info .location {
  height: 100%;
  overflow: hidden;
}

#contact_us .hero .info .location iframe {
  height: 100%;
}

@media (max-width: 992px) {
  #contact_us .hero {
    gap: 1.5rem;
  }

  #contact_us .hero form .title {
    font-size: 28px;
  }

  #contact_us .hero form .title:before {
    height: 0.125rem;
    width: 0.75rem;
  }

  #contact_us .hero form .input_fields {
    margin-top: 2rem;
  }

  #contact_us .hero form .input_fields .fields label {
    font-size: 18px;
  }

  #contact_us .hero form .input_fields .fields input, #contact_us .hero form .input_fields .fields textarea {
    font-size: 18px;
  }

  #contact_us .hero form .input_fields .fields textarea {
    height: 180px;
  }

  #contact_us .hero .info .links {
    margin: 0px;
    flex-direction: row;
  }

  #contact_us .hero .info .links a {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  #contact_us .hero {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2.5rem;
  }

  #contact_us .hero form .btn_wrapper .big_btn {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 16px;
  }

  #contact_us .hero .info .location {
    height: 360px;
  }
}

@media (max-width: 567px) {
  #contact_us .hero form .input_fields {
    margin-top: 1.5rem;
  }

  #contact_us .hero form .input_fields .fields {
    gap: 0.5rem;
  }

  #contact_us .hero form .input_fields .fields input, #contact_us .hero form .input_fields .fields textarea {
    border-radius: 0.375rem;
    padding: 0.75rem;
  }

  #contact_us .hero .info .location {
    height: 320px;
  }
}

/*# sourceMappingURL=contact-us.css.map */