@import url("https://fonts.googleapis.com/css2?family=Zain:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,300;1,400&display=swap");
@font-face {
  font-family: "Vazir";
  font-weight: normal;
  src: url("../fonts/Vazir.398b39dd0060.ttf") format("truetype");
}
@font-face {
  font-family: "Vazir";
  font-weight: bold;
  src: url("../fonts/Vazir-Bold.8cea4a726814.ttf") format("truetype");
}
.contactus {
  padding: 1% 4%;
  font-family: "Vazir", serif;
  font-weight: 700;
  font-size: 2.1875rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.contactus-right-section, .contactus-left-section {
  width: 50%;
  font-weight: 400;
}
@media screen and (max-width: 1600px) {
  .contactus-right-section, .contactus-left-section {
    width: 100%;
    margin-top: 2rem;
    padding: 0 !important;
  }
}
.contactus-right-section {
  display: flex;
  flex-direction: column;
  gap: 7rem;
}
.contactus-right-section svg {
  cursor: default;
}
.contactus-right-section .address {
  width: 100%;
}
.contactus-right-section .phones {
  display: flex;
  flex-wrap: wrap;
}
.contactus-right-section .location {
  display: flex;
  flex-wrap: wrap;
}
.contactus-right-section .right {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .contactus-right-section .right {
    width: 100%;
  }
}
.contactus-right-section .naghshe {
  width: 100%;
  text-align: center;
}
.contactus-right-section .naghshe img {
  width: 85%;
  object-fit: cover;
  border-radius: 5px;
}
.contactus .left {
  display: flex;
  flex-direction: column;
  direction: ltr;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .contactus .left {
    width: 100%;
  }
}
.contactus .left .link-details {
  text-decoration: none;
  color: black;
}
@media screen and (max-width: 500px) {
  .contactus .left .link-details {
    font-size: smaller;
  }
}
.contactus .left .link-details:hover {
  color: #FF6B35 !important;
}
.contactus .email {
  display: flex;
  flex-wrap: wrap;
}

section {
  display: flex;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1600px) {
  section {
    flex-direction: column;
  }
}

.contactus-left-section {
  padding: 2rem 10rem;
}
.contactus-left-section .contactus-form {
  width: 100%;
  text-align: center;
}
.contactus-left-section .contactus-form-button {
  font-size: 1.5rem;
  font-family: "Vazir", serif;
  background-color: #FF6B35;
  border-radius: 0.3125rem;
  border: none;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
}
.contactus-left-section .contactus-form form {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.contactus-left-section .contactus-form form .contactus-form-input {
  width: 100%;
  background-color: transparent;
  font-family: "Vazir", serif;
  height: 2rem;
  font-size: 20px;
  padding: 0.25rem 0.5rem;
  border-radius: 0.3125rem;
  border-color: black;
}
@media screen and (max-width: 770px) {
  .contactus-left-section .contactus-form form .contactus-form-input {
    width: auto;
  }
}
.contactus-left-section .contactus-form form .contactus-form-input::placeholder {
  color: var(--c, gray);
}
.contactus-left-section .contactus-form form .contactus-form-input:hover {
  border-color: #FF6B35;
}
.contactus-left-section .contactus-form form .contactus-form-input input:focus {
  border-color: #FF6B35;
}
.contactus-left-section .contactus-form form textarea {
  height: 200px !important;
}
.contactus-left-section .contactus-form #contactus-form-title {
  font-size: 1.17em;
  font-weight: 700;
}

#id_hcaptcha {
  text-align: right;
}

.alert {
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  width: 100%;
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.style-left {
  flex-direction: row !important;
  gap: 5rem;
  text-decoration: underline;
}

@media (max-width: 1000px) {
  .maps-book {
    width: 100%;
  }
}

/*# sourceMappingURL=contactus.css.78d95aad41dd.map */
