/* ################################################################################ //
// ########################     Contact Page Styles     ############################# //
// ################################################################################ */
/*#########################          Imports          ##############################*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "CrashFont";
  src: url("../../../fonts/Crashnumberinggothic-MAjp.ttf");
  font-weight: normal;
  font-style: normal;
}
/*########################         Default Styles     ############################## */
/*############################################################################
##########################     Starter Section     ###########################
############################################################################*/
.contact-section {
  min-height: 90dvh;
  background: #5f9e69;
  background: radial-gradient(circle, #e7e7e7 32%, #e7e7e7 100%);
}
.contact-section .contact-row .contact-column .contact-container-inside {
  padding-top: 100px;
}
.contact-section .contact-row .contact-column .contact-container-inside .contact-header {
  color: rgb(22, 22, 22);
  font-family: Georgia, "Times New Roman", Times, serif;
}
.contact-section .contact-row .contact-column .contact-container-inside .description {
  font-size: 18px;
  color: rgba(63, 63, 63, 0.685);
  font-family: Georgia, "Times New Roman", Times, serif;
}
.contact-section .contact-row .contact-column .contact-container-inside .wpcf7 {
  width: 80%;
  max-width: 1400px;
  margin: 20px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-section .contact-row .contact-column .contact-container-inside .wpcf7 .top, .contact-section .contact-row .contact-column .contact-container-inside .wpcf7 .middle {
  width: 100%;
  gap: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-section .contact-row .contact-column .contact-container-inside .wpcf7 .top p, .contact-section .contact-row .contact-column .contact-container-inside .wpcf7 .middle p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 16px;
  width: 48%;
  margin: 0% !important;
  padding: 0% !important;
  height: max-content;
}
.contact-section .contact-row .contact-column .contact-container-inside .wpcf7 .top p label, .contact-section .contact-row .contact-column .contact-container-inside .wpcf7 .middle p label {
  width: 100%;
  margin: 0% !important;
  padding: 0% !important;
  height: max-content;
}
.contact-section .contact-row .contact-column .contact-container-inside .wpcf7 .top p label input, .contact-section .contact-row .contact-column .contact-container-inside .wpcf7 .middle p label input {
  border: none;
  background-color: rgba(250, 250, 250, 0.363);
  font-size: 18px;
  padding: 10px 5px;
}
.contact-section .contact-row .contact-column .contact-container-inside .wpcf7 p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-section .contact-row .contact-column .contact-container-inside .wpcf7 p .message {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 16px;
}
.contact-section .contact-row .contact-column .contact-container-inside .wpcf7 p .message textarea {
  border: none;
  background-color: rgba(245, 245, 245, 0.363);
  font-size: 18px;
  padding: 10px 5px;
}
.contact-section .contact-row .contact-column .contact-container-inside .wpcf7 p .wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  justify-self: center;
  border: none;
  color: white;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 16px;
  background-color: #5f9e69;
  width: 50%;
  margin-top: 20px;
  padding: 10px;
  position: relative;
  transition: 0.4s ease all;
  border: 1px solid #5f9e69;
}
.contact-section .contact-row .contact-column .contact-container-inside .wpcf7 p .wpcf7-submit:hover {
  background-color: rgba(131, 131, 131, 0.363);
  color: black;
  border: 1px solid #5f9e69;
}
.contact-section .contact-row .contact-column .contact-container-inside .wpcf7 p .wpcf7-spinner {
  display: none !important;
}
.contact-section .contact-row .contact-column .contact-container-inside .wpcf7 p .wpcf7-submit.has-spinner {
  border: none;
  color: white;
  position: relative;
}
.contact-section .contact-row .contact-column .contact-container-inside .wpcf7 p .wpcf7-submit.has-spinner:hover {
  color: black;
}
.contact-section .contact-row .contact-column .contact-container-inside .wpcf7 p .wpcf7-submit:focus {
  border: none;
}
.contact-section .contact-row .contact-column .contact-container-inside .wpcf7 .wpcf7-response-output {
  border: none;
  background-color: rgba(223, 223, 223, 0.363);
  font-size: 16px;
  color: red;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  margin: 32px 0px 16px 0px !important;
  padding: 10px !important;
}

@media (max-width: 778px) {
  .contact-section .contact-container .contact-row .contact-column .contact-container-inside {
    padding-top: 0px;
  }
  .contact-section .contact-container .contact-row .contact-column .contact-container-inside .contact-header {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .contact-section .contact-container .contact-row .contact-column .contact-container-inside .description {
    padding-bottom: 10px;
    margin-bottom: 0px;
    text-align: center;
  }
  .contact-section .contact-container .contact-row .contact-column .contact-container-inside .wpcf7 {
    width: 90%;
  }
  .contact-section .contact-container .contact-row .contact-column .contact-container-inside .wpcf7 .wpcf7-form {
    width: 100%;
  }
  .contact-section .contact-container .contact-row .contact-column .contact-container-inside .wpcf7 .wpcf7-form .top, .contact-section .contact-container .contact-row .contact-column .contact-container-inside .wpcf7 .wpcf7-form .middle {
    flex-direction: column;
  }
  .contact-section .contact-container .contact-row .contact-column .contact-container-inside .wpcf7 .wpcf7-form .top p, .contact-section .contact-container .contact-row .contact-column .contact-container-inside .wpcf7 .wpcf7-form .middle p {
    width: 100%;
  }
  .contact-section .contact-container .contact-row .contact-column .contact-container-inside .wpcf7 .wpcf7-form p .wpcf7-form-control {
    width: 100%;
  }
}

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