body {
    background: url(/images/bg-pattern.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#contact .wrapper {
  max-width: 1418px;
  padding: 0px 20px;
  margin: 0px auto;
}
#contact .wrapper .page-location h3 {
  font-family: "BakbakOne";
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 129%;
  letter-spacing: -0.07em;
  color: #ffffff;
  margin: 0px;
}
#contact .wrapper .page-location span {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: rgba(203, 203, 203, 0.49);
}
#contact .wrapper .page-location span a {
  color: rgba(203, 203, 203, 0.49);
}
#contact .wrapper .contact-information {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
}
#contact .wrapper .contact-information div:last-child .contact-info-item {
  text-align: end;
}
#contact .wrapper .contact-information .title h3 {
  font-family: "BakbakOne";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: -1px;
  color: #ffffff;
  flex: none;
  order: 0;
  flex-grow: 0;
}
#contact .wrapper .contact-information .contact-info-item span {
  font-family: "SofiaPro";
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: #bdbdbd;
  flex: none;
  order: 1;
  flex-grow: 0;
}
#contact .wrapper .contact-information .contact-info-item span:first-child {
  font-weight: 900;
}
#contact .wrapper .contact-information .contact-info-item span a {
  color: #bdbdbd;
}
#contact .wrapper .contact-information .social-media {
  display: flex;
  justify-content: end;
  gap: 20px;
  margin-top: 57px;
}
#contact .wrapper .contact-information .social-media img {
  background: #b5ead9;
  border-radius: 8px;
  width: 24px;
  height: 24px;
  padding: 8px;
}
#contact .wrapper .contact_form-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact .wrapper .contact_form-icons .contact-form form {
  display: grid;
  max-width: 486px;
  width: 486px;
}
#contact .wrapper .contact_form-icons .contact-form form h3 {
  font-family: "BakbakOne";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: -1px;
  color: #ffffff;
  margin-bottom: 12px;
}
#contact .wrapper .contact_form-icons .contact-form form input {
  width: 94.5%;
  margin-bottom: 20px;
  height: 62px;
  background: #094d36;
  border-radius: 6px;
  border: 0px;
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #bdbdbd;
  padding-left: 24px;
}
#contact .wrapper .contact_form-icons .contact-form form input:hover {
  border: 0px;
  outline: 0px;
}
#contact .wrapper .contact_form-icons .contact-form form div {
  display: flex;
  gap: 24px;
}
#contact .wrapper .contact_form-icons .contact-form form div input {
  width: 50%;
  margin-bottom: 20px;
  height: 62px;
  background: #094d36;
  border-radius: 6px;
  border: 0px;
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #bdbdbd;
  padding-left: 24px;
}
#contact .wrapper .contact_form-icons .contact-form form textarea {
  width: 486px;
  height: 144px;
  background: #094d36;
  border-radius: 6px;
  border: 0px;
  text-align: start;
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #bdbdbd;
  padding-left: 24px;
  margin-bottom: 20px;
}
#contact .wrapper .contact_form-icons .contact-form form textarea:hover {
  border: 0px;
  outline: 0px;
}
#contact .wrapper .contact_form-icons .contact-form form .robot-send-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact .wrapper .contact_form-icons .contact-form form .robot-send-button .btn-submit {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  border: 0px;
  width: 174px;
  height: 62px;
  background: #5dd6ad;
  border-radius: 6px;
  cursor: pointer;
  padding-left:0px;
}
#contact .wrapper .contact_form-icons .contact-icons {
    position: relative
}
#contact .wrapper .contact_form-icons .contact-icons img {
    text-align: center;
}
#contact .wrapper-two .title {
  max-width: 1418px;
  padding: 0px 20px;
  margin: 0px auto;
}
#contact .wrapper-two .title h3 {
  font-family: "BakbakOne";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: -1px;
  color: #ffffff;
  margin-top: 86px;
  margin-bottom: 20px;
}
#contact .wrapper-two .map {
  display: flex;
}
#contact .wrapper-two .map iframe {
  width: 100%;
  height: 500px;
}

@media (max-width: 1100px) {
  #contact .wrapper .contact_form-icons .contact-icons {
    row-gap: 45px;
  }
  #contact .wrapper .contact_form-icons .contact-icons img {
    width: 350px;
  }
}
@media (max-width: 992px) {
  #contact .wrapper .page-location h3 {
    font-size: 38px;
  }
  #contact .wrapper .contact_form-icons {
    display: block;
  }
  #contact .wrapper .contact_form-icons .contact-form {
    margin-bottom: 50px;
  }
  #contact .wrapper .contact_form-icons .contact-form form {
    max-width: unset;
    width: 100%;
    margin: 0px auto;
  }
  #contact .wrapper .contact_form-icons .contact-form form h3 {
    font-size: 36px;
  }
  #contact .wrapper .contact_form-icons .contact-form form input {
    height: 52px;
    margin-bottom: 10px;
    width: 95.5%;
  }
  #contact .wrapper .contact_form-icons .contact-form form div input {
    height: 52px;
    margin-bottom: 10px;
    gap: 4px;
  }
  #contact .wrapper .contact_form-icons .contact-form form textarea {
    width: 95%;
  }
  #contact .wrapper .contact_form-icons .contact-form form .robot-send-button .btn-submit {
    width: 134px;
    height: 44px;
  }
  #contact .wrapper .contact_form-icons .contact-icons {
    justify-items: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .banner-background {
    margin-bottom: 57px;
  }
}
@media (max-width: 576px) {
  #contact .wrapper .page-location h3 {
    text-align: center;
    font-size: 36px;
  }
  #contact .wrapper .page-location .location {
    text-align: center;
  }
  #contact .wrapper .contact-information {
    display: block;
  }
  #contact .wrapper .contact-information div:last-child .contact-info-item {
    text-align: start;
  }
  #contact .wrapper .contact-information .title h3 {
    font-size: 24px;
  }
  #contact .wrapper .contact-information .social-media {
    justify-content: center;
    margin-top: 27px;
  }
  #contact .wrapper .contact_form-icons .contact-form form h3 {
    margin-top: 27px;
    font-size: 24px;
  }
  #contact .wrapper .contact_form-icons .contact-form form input {
    width: 93%;
  }
  #contact .wrapper .contact_form-icons .contact-form form div {
    gap: 6px;
  }
  #contact .wrapper .contact_form-icons .contact-form form div input {
    width: 93%;
  }
  #contact .wrapper .contact_form-icons .contact-form form textarea {
    width: 93%;
  }
  #contact .wrapper .contact_form-icons .contact-form form .robot-send-button {
    display: block;
    text-align: center;
  }
  #contact .wrapper .contact_form-icons .contact-form form .robot-send-button .btn-submit {
    margin-top: 20px;
  }
  #contact .wrapper .contact_form-icons .contact-icons {
    grid-template-columns: 1fr 1fr;
  }
  #contact .wrapper-two .title h3 {
    font-size: 24px;
    margin-top: 36px;
  }
}
@media (max-width: 350px) {
  #contact .wrapper .contact_form-icons .contact-form form div {
    display: block;
  }
}/*# sourceMappingURL=contact.css.map */