@font-face {
  font-family: "irsR";
  src: url(../fonts/IRANSansX-Regular.woff);
}
@font-face {
  font-family: "pinarB";
  src: url(../fonts/Pinar-DS3-Bold.woff2);
}
.top_text {
  margin-top: 120px;
  max-width: 1300px;
}
.top_text,
.bottom_text {
  font-family: "isR";
  direction: rtl;
  padding: 0px 30px;
  text-align: justify;
  text-justify: inter-character;
  /* background-color: #ffc77d; */
  width: 95%;
  border-radius: 30px;

  margin-bottom: 10px;
}
.top_text h1,
h3,
.bottom_text h1,
h3 {
  text-align: right;
}
.bottom_text {
  margin-top: 50px;
  margin-bottom: 50px;
}
.bottom_text h1 {
  margin-bottom: 20px;
  font-family: "pinarB";
  font-size: 20px;
}
.bottom_contact {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #f84002;
  margin-top: 30px;
  color: white;
  padding: 50px 10px;
  border-radius: 20px;
}
.bottom_contact button {
  font-family: "isb";
  background-color: white;
  padding: 10px 40px;
  border: none;
  border-radius: 10px;
  font-family: "pinarB";
  color: #f84002;
  cursor: pointer;
}

.bottom_contact h3 {
  font-size: 18px;
}
.explain_botton {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.explain_botton p {
  background-color: #f84002;
  color: white;
  padding: 7px 20px;
  border-radius: 10px;
  font-family: "pinarB";
}
.explain_botton img {
  position: absolute;
  right: 155px;
}

.main_section {
  display: flex;
  flex-direction: column;
}

.main_section h1,
h3 {
  font-family: "pinarB";
  margin: 10px 0px;
}
.main_section h1 {
  color: #f84002;
  font-size: 22px;
}
.main_section h3 {
  font-size: 20px;
}
.section__container {
  margin-bottom: 20px;
}
.main_section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 587px) {
  .bottom_contact {
    flex-direction: column;
  }
  .bottom_contact button {
    margin-top: 20px;
  }
  .top_text {
    margin-top: 100px;
  }
  .main_section h1 {
    font-size: 22px;
  }
}

@media (max-width: 390px) {
  .top_text {
    padding: 0px 10px;
  }
  h1 {
    font-size: 26px;
  }
  h3 {
    font-size: 16px;
  }
  .bottom_contact h3 {
    font-size: 14px;
  }
}
