#contact #pageHero {
  background: linear-gradient(rgba(0, 0, 0, 0.6431372549), rgba(0, 0, 0, 0.6235294118)), url("../images/finger-g6e9717228_1920.jpg") no-repeat center/cover fixed;
}
#contact .mainAreaWrapper {
  background: linear-gradient(rgba(0, 0, 0, 0.6431372549), rgba(0, 0, 0, 0.6235294118)), url("../images/contact-us-g6893ecf37_1920.jpg") no-repeat center/cover fixed;
}
#contact .mainAreaWrapper .mainArea {
  color: rgba(255, 255, 255, 0.8078431373);
  text-align: center;
  backdrop-filter: blur(0.8em) saturate(180%);
  -webkit-backdrop-filter: blur(1em) saturate(180%);
  padding: 1.2em 1em 2em;
}
#contact .mainAreaWrapper .mainArea h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.9rem;
}
#contact .mainAreaWrapper .mainArea .contactTagline {
  max-width: 600px;
  margin: 0.3em auto;
  font-size: 1.02rem;
  font-family: "Roboto Condensed", sans-serif;
  font-family: "Nunito", sans-serif;
}
#contact .mainAreaWrapper .mainArea .contactTagline span {
  color: #ffffff;
}
#contact .mainAreaWrapper .mainArea .contactWrapper {
  display: flex;
  justify-content: space-between;
  max-width: 970px;
  width: 100%;
  margin: 2em auto 0;
}
#contact .mainAreaWrapper .mainArea .contactWrapper .contactForm {
  width: 60%;
  margin: 0 1em 0 0;
  text-align: left;
}
#contact .mainAreaWrapper .mainArea .contactWrapper .contactForm form {
  padding: 1.6em 1.5em 2em;
  margin: 0 auto;
  box-shadow: 0.1em 0 1.4em 0 rgba(0, 0, 0, 0.8078431373);
  border-radius: 0.4em;
  backdrop-filter: blur(0.8em) saturate(180%);
  -webkit-backdrop-filter: blur(1em) saturate(180%);
}
#contact .mainAreaWrapper .mainArea .contactWrapper .contactForm form h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.12rem;
  margin: 0 0 1.3em;
}
#contact .mainAreaWrapper .mainArea .contactWrapper .contactForm form .inputWrapper {
  margin: 0 0 1.2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.9em;
  position: relative;
  border: 0.13em solid rgba(255, 255, 255, 0.7058823529);
  padding: 0.6em 1em;
}
#contact .mainAreaWrapper .mainArea .contactWrapper .contactForm form .inputWrapper label {
  position: absolute;
  left: 3.1em;
  top: 1.1em;
  color: rgba(0, 0, 0, 0.8078431373);
  font-size: 1.1rem;
  pointer-events: none;
  transition: 0.3s;
  font-family: "Roboto Condensed", sans-serif;
  color: rgba(255, 255, 255, 0.7137254902);
}
#contact .mainAreaWrapper .mainArea .contactWrapper .contactForm form .inputWrapper .activeInput {
  top: -0.67em;
  left: 2.9em;
  font-size: 1rem;
  font-weight: 500;
  z-index: 10;
  padding: 0 0.3em;
  color: rgba(255, 255, 255, 0.8078431373);
}
#contact .mainAreaWrapper .mainArea .contactWrapper .contactForm form .inputWrapper i {
  font-size: 1.2rem;
  font-weight: 300;
  padding: 0 0.3em 0 0.2em;
  border-radius: 0.3em 0 0 0.3em;
  color: rgba(255, 255, 255, 0.7137254902);
}
#contact .mainAreaWrapper .mainArea .contactWrapper .contactForm form .inputWrapper .fa-typewriter {
  font-size: 1.08rem;
}
#contact .mainAreaWrapper .mainArea .contactWrapper .contactForm form .inputWrapper .fa-key {
  font-size: 1.04rem;
}
#contact .mainAreaWrapper .mainArea .contactWrapper .contactForm form .inputWrapper input {
  font-size: 1.099rem;
  width: 100%;
  background: none;
  outline: none;
  border: none;
  padding: 0.6em 0 0.6em 0.6em;
  border-radius: 0 0.3em 0.3em 0;
  font-family: "Roboto Condensed", sans-serif;
  color: rgba(255, 255, 255, 0.8078431373);
}
#contact .mainAreaWrapper .mainArea .contactWrapper .contactForm form .inputWrapper input:focus + label, #contact .mainAreaWrapper .mainArea .contactWrapper .contactForm form .inputWrapper input:valid + label {
  top: -0.67em;
  left: 3.1em;
  font-size: 1rem;
  font-weight: 500;
  z-index: 10;
  padding: 0 0.3em;
  color: transparent;
}
#contact .mainAreaWrapper .mainArea .contactWrapper .contactForm form .textareaWrapper {
  margin: 0 0 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.9em;
  position: relative;
  border: 0.13em solid rgba(255, 255, 255, 0.7058823529);
  padding: 1em 1em;
}
#contact .mainAreaWrapper .mainArea .contactWrapper .contactForm form .textareaWrapper label {
  position: absolute;
  left: 0.9em;
  top: 1em;
  padding: 0;
  color: rgba(255, 255, 255, 0.7137254902);
  font-size: 1.1rem;
  pointer-events: none;
  transition: 0.3s;
  font-family: "Roboto Condensed", sans-serif;
}
#contact .mainAreaWrapper .mainArea .contactWrapper .contactForm form .textareaWrapper textarea {
  width: 100%;
  height: 270px;
  resize: none;
  font-size: 1.099rem;
  width: 100%;
  background: none;
  outline: none;
  border: none;
  border-radius: 0 0.3em 0.3em 0;
  font-family: "Roboto Condensed", sans-serif;
  color: rgba(255, 255, 255, 0.8078431373);
}
#contact .mainAreaWrapper .mainArea .contactWrapper .contactForm form .textareaWrapper textarea::-webkit-scrollbar {
  width: 0.2em;
}
#contact .mainAreaWrapper .mainArea .contactWrapper .contactForm form .textareaWrapper textarea::-webkit-scrollbar-thumb {
  background: rgba(128, 128, 128, 0.6039215686);
  border-radius: 3em;
}
#contact .mainAreaWrapper .mainArea .contactWrapper .contactForm form .textareaWrapper textarea::-webkit-scrollbar-button {
  height: 0.2em;
}
#contact .mainAreaWrapper .mainArea .contactWrapper .contactForm form .textareaWrapper textarea ::-webkit-scrollbar-corner {
  background: blue;
}
#contact .mainAreaWrapper .mainArea .contactWrapper .contactForm form .textareaWrapper textarea:focus + label, #contact .mainAreaWrapper .mainArea .contactWrapper .contactForm form .textareaWrapper textarea:valid + label {
  top: -0.6em;
  left: 2.7em;
  font-size: 1.07rem;
  font-weight: 500;
  z-index: 10;
  padding: 0 0.3em;
  color: transparent;
}
#contact .mainAreaWrapper .mainArea .contactWrapper .contactForm form .submit input[type=submit] {
  color: #ffffff;
  border: none;
  outline: none;
  width: 100%;
  cursor: pointer;
  font-size: 1.09rem;
  padding: 0.95em 0;
  border-radius: 0.6em;
  margin: 0.6em 0 0.5em;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: capitalize;
  background: #1D2671; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #1D2671, #C33764); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#contact .mainAreaWrapper .mainArea .contactWrapper .contactForm form .submit input[type=submit]:disabled {
  background: rgba(172, 171, 171, 0.5960784314);
  box-shadow: none;
  pointer-events: none;
}
#contact .mainAreaWrapper .mainArea .contactWrapper .contactForm form .submit input[type=submit]:disabled:hover {
  background: rgba(172, 171, 171, 0.5960784314);
}
#contact .mainAreaWrapper .mainArea .contactWrapper .contactForm form .submit input[type=submit]:hover {
  background: #1D2671; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #1D2671, #C33764); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#contact .mainAreaWrapper .mainArea .contactWrapper .contactForm form .submit input[type=submit]:active {
  transition: 0.5s ease-in-out;
  transform: scale(0.934);
}
#contact .mainAreaWrapper .mainArea .contactAddress {
  width: 35%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#contact .mainAreaWrapper .mainArea .contactAddress .content {
  box-shadow: 0.1em 0 1.4em 0 rgba(0, 0, 0, 0.8078431373);
  margin: 0 0 1.7em;
  border-radius: 0.4em;
  backdrop-filter: blur(0.8em) saturate(180%);
  -webkit-backdrop-filter: blur(1em) saturate(180%);
  text-align: left;
}
#contact .mainAreaWrapper .mainArea .contactAddress .content:nth-child(1), #contact .mainAreaWrapper .mainArea .contactAddress .content:nth-child(2) {
  padding: 1.6em 1em;
}
#contact .mainAreaWrapper .mainArea .contactAddress .content:nth-child(3) iframe {
  height: 17.6em;
  width: 100%;
  border-radius: 0.4em;
}
#contact .mainAreaWrapper .mainArea .contactAddress .content h4 {
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 500;
  color: #ffffff;
  padding: 0 0 0.8em;
  font-family: "Roboto Condensed", sans-serif;
}
#contact .mainAreaWrapper .mainArea .contactAddress .content .contentText {
  font-size: 0.92rem;
  font-family: "Roboto Condensed", sans-serif;
}
#contact .mainAreaWrapper .mainArea .contactAddress .content .contentAddressText {
  font-size: 0.92rem;
  font-family: "Roboto Condensed", sans-serif;
}

.errorMessage {
  color: red;
  padding: 0 0.3em 0.8em;
  margin: -0.2em 0 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
}

.successMessage {
  color: green;
  padding: 0 0.3em 0.8em 0;
  font-size: 1.03rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
}

@media all and (max-width: 768px) {
  #contact .mainAreaWrapper .mainArea {
    padding: 1em 0.5em;
  }
  #contact .mainAreaWrapper .mainArea .contactWrapper {
    flex-direction: column;
    margin: 2em auto 0;
  }
  #contact .mainAreaWrapper .mainArea .contactWrapper .contactForm {
    width: 100%;
    margin: 0 0 1.7em 0;
  }
  #contact .mainAreaWrapper .mainArea .contactWrapper .contactForm form {
    padding: 1.6em 1em 2em;
  }
  #contact .mainAreaWrapper .mainArea .contactWrapper .contactAddress {
    width: 100%;
    flex-direction: column;
  }
}/*# sourceMappingURL=contact.css.map */