@import url("https://fonts.googleapis.com/css2?family=Michroma&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@300;400;500;600;700&display=swap");
body #contact-form-section .page-col {
  display: flex;
  height: fit-content;
}
body #contact-form-section .page-col #contact-form-col-1 {
  display: flex;
  flex-direction: column;
  height: fit-content;
  align-items: end;
}
body #contact-form-section .page-col #contact-form-col-1 .form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
body #contact-form-section .page-col #contact-form-col-1 .form-group .form-label {
  font-family: "Anek Devanagari", sans-serif;
  font-weight: 600;
  color: #225bb1;
}
body #contact-form-section .page-col #contact-form-col-1 .form-group .input-field {
  all: unset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  font-family: "Anek Devanagari", sans-serif;
  display: block;
  width: 100%;
  border: 1px solid rgba(60, 60, 60, 0.3019607843);
  background-color: rgba(243, 248, 255, 0.1019607843);
  transition: 0.3s;
  box-sizing: border-box;
  color: rgba(60, 60, 60, 0.8);
}
body #contact-form-section .page-col #contact-form-col-1 .form-group .input-field:hover {
  border-color: rgba(34, 91, 177, 0.6);
  box-shadow: 0 0 3px rgba(34, 91, 177, 0.2);
  background-color: rgba(34, 91, 177, 0.1019607843);
  color: rgba(60, 60, 60, 0.8);
}
body #contact-form-section .page-col #contact-form-col-1 .form-group .input-field:active {
  border-color: #225bb1;
  box-shadow: 0 0 5px rgba(34, 91, 177, 0.1019607843);
  background-color: rgba(34, 91, 177, 0.1019607843);
  color: rgba(60, 60, 60, 0.8);
}
body #contact-form-section .page-col #contact-form-col-1 #text-area-group #text-area {
  height: 100%;
}
body #contact-form-section .page-col #contact-form-col-1 .submit-btn {
  width: fit-content;
  font-family: "Anek Devanagari", sans-serif;
  font-weight: 600;
  color: #f3f8ff;
  background-color: #225bb1;
  border: 0;
  transition: 0.3s;
}
body #contact-form-section .page-col #contact-form-col-1 .submit-btn:hover {
  transform: scale(1.05);
}
body #contact-form-section .page-col #contact-form-col-1 .submit-btn:active {
  transform: scale(0.95);
}
body #contact-form-section .page-col #contact-form-col-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 1367px) {
  body #contact-form-section {
    padding: 90px 200px 100px 200px;
  }
  body #contact-form-section #contact-us-title {
    font-size: 34px;
    margin-bottom: 20px;
  }
  body #contact-form-section .page-col {
    gap: 50px;
  }
  body #contact-form-section .page-col #contact-form-col-1 {
    gap: 10px;
    width: 100%;
  }
  body #contact-form-section .page-col #contact-form-col-1 .form-group .form-label {
    font-size: 16px;
    margin: 0px;
  }
  body #contact-form-section .page-col #contact-form-col-1 .form-group .input-field {
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
  }
  body #contact-form-section .page-col #contact-form-col-1 #text-area-group {
    height: 100px;
  }
  body #contact-form-section .page-col #contact-form-col-1 .submit-btn {
    font-size: 20px;
    border-radius: 8px;
    padding: 8px 16px 4px 16px;
  }
  body #contact-form-section .page-col #contact-form-col-2 {
    width: 40%;
  }
  body #contact-form-section .page-col #contact-form-col-2 .contact-us-img {
    width: 100%;
  }
}
@media all and (max-width: 1366px) and (min-width: 1025px) {
  body #contact-form-section {
    padding: 90px 200px 100px 200px;
  }
  body #contact-form-section #contact-us-title {
    font-size: 34px;
    margin-bottom: 20px;
  }
  body #contact-form-section .page-col {
    gap: 30px;
  }
  body #contact-form-section .page-col #contact-form-col-1 {
    gap: 10px;
    width: 100%;
  }
  body #contact-form-section .page-col #contact-form-col-1 .form-group .form-label {
    font-size: 16px;
    margin: 0px;
  }
  body #contact-form-section .page-col #contact-form-col-1 .form-group .input-field {
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
  }
  body #contact-form-section .page-col #contact-form-col-1 #text-area-group {
    height: 100px;
  }
  body #contact-form-section .page-col #contact-form-col-1 .submit-btn {
    font-size: 20px;
    border-radius: 8px;
    padding: 8px 16px 4px 16px;
  }
  body #contact-form-section .page-col #contact-form-col-2 {
    width: 45%;
  }
  body #contact-form-section .page-col #contact-form-col-2 .contact-us-img {
    width: 100%;
  }
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  body #contact-form-section {
    padding: 90px 100px 100px 100px;
  }
  body #contact-form-section #contact-us-title {
    font-size: 34px;
    margin-bottom: 20px;
  }
  body #contact-form-section .page-col {
    gap: 80px;
  }
  body #contact-form-section .page-col #contact-form-col-1 {
    gap: 10px;
    width: 100%;
  }
  body #contact-form-section .page-col #contact-form-col-1 .form-group .form-label {
    font-size: 16px;
    margin: 0px;
  }
  body #contact-form-section .page-col #contact-form-col-1 .form-group .input-field {
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
  }
  body #contact-form-section .page-col #contact-form-col-1 #text-area-group {
    height: 100px;
  }
  body #contact-form-section .page-col #contact-form-col-1 .submit-btn {
    font-size: 20px;
    border-radius: 8px;
    padding: 8px 16px 4px 16px;
  }
  body #contact-form-section .page-col #contact-form-col-2 {
    width: 30%;
    display: none;
  }
  body #contact-form-section .page-col #contact-form-col-2 .contact-us-img {
    width: 100%;
  }
}
@media all and (max-width: 768px) and (min-width: 471px) {
  body #contact-form-section {
    padding: 90px 100px 100px 100px;
  }
  body #contact-form-section #contact-us-title {
    font-size: 34px;
    margin-bottom: 20px;
  }
  body #contact-form-section .page-col {
    gap: 80px;
  }
  body #contact-form-section .page-col #contact-form-col-1 {
    gap: 10px;
    width: 100%;
  }
  body #contact-form-section .page-col #contact-form-col-1 .form-group .form-label {
    font-size: 16px;
    margin: 0px;
  }
  body #contact-form-section .page-col #contact-form-col-1 .form-group .input-field {
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
  }
  body #contact-form-section .page-col #contact-form-col-1 #text-area-group {
    height: 100px;
  }
  body #contact-form-section .page-col #contact-form-col-1 .submit-btn {
    font-size: 16px;
    border-radius: 8px;
    padding: 8px 16px 4px 16px;
  }
  body #contact-form-section .page-col #contact-form-col-2 {
    width: 30%;
    display: none;
  }
  body #contact-form-section .page-col #contact-form-col-2 .contact-us-img {
    width: 100%;
  }
}
@media all and (max-width: 470px) {
  body #contact-form-section {
    padding: 90px 20px 100px 20px;
  }
  body #contact-form-section #contact-us-title {
    font-size: 34px;
    margin-bottom: 20px;
  }
  body #contact-form-section .page-col {
    gap: 80px;
  }
  body #contact-form-section .page-col #contact-form-col-1 {
    gap: 10px;
    width: 100%;
  }
  body #contact-form-section .page-col #contact-form-col-1 .form-group .form-label {
    font-size: 16px;
    margin: 0px;
  }
  body #contact-form-section .page-col #contact-form-col-1 .form-group .input-field {
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
  }
  body #contact-form-section .page-col #contact-form-col-1 #text-area-group {
    height: 100px;
  }
  body #contact-form-section .page-col #contact-form-col-1 .submit-btn {
    font-size: 16px;
    border-radius: 8px;
    padding: 8px 16px 4px 16px;
  }
  body #contact-form-section .page-col #contact-form-col-2 {
    width: 30%;
    display: none;
  }
  body #contact-form-section .page-col #contact-form-col-2 .contact-us-img {
    width: 100%;
  }
}/*# sourceMappingURL=contact-us.css.map */