@font-face {
  font-family: vazir;
  src: url("../fonts/vazir.woff2");
}
:root {
  --cl-primary: #001c3a;
  --cl-orange: #f59300;
  --cl-lightBlue: #a5c7ef;
  --cl-bgbuton: #d4e3ff41;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box !important;
  font-family: vazir !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
.acc_con {
  margin: 0 2rem;
}
.accordion {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.accordion-header button {
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.7rem !important;
}
.accordion-item {
  box-shadow: 0px 12px 24px -4px #919eab1f;
  border-radius: 10px;
  font-size: 2rem !important;
}
.hero {
  background-color: #dce8ff;
}
.section1 {
  place-items: center;
  padding: 18rem 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 2rem;
}
.title-hero {
  color: var(--cl-primary);
  font-size: 3.2rem;
  font-weight: bold;
}
.subTitle-hero span {
  color: var(--cl-orange);
}
.subTitle-hero {
  color: var(--cl-primary);
  font-size: 1.5rem;
  font-weight: 500;
}
.visa_Img {
  position: relative;
}
.img-visa {
  width: 300px;
}
.text-visa-img {
  position: absolute;
  top: 120px;
  right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1rem;
}
.text-visa-img h6 {
  width: 100%;
  color: var(--cl-lightBlue);
  text-align: right;
}
.visa_buttons {
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 1rem;
}
.visa_buttons button:first-child {
  background-color: var(--cl-bgbuton);
  border: 2px solid white;
  color: white;
  border-radius: 10px;
  padding: 0.75rem 1.2rem;
  direction: rtl;
}
.visa_button {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  border-radius: 10px;
  padding: 0.75rem 1.2rem;
  direction: rtl;
}
.price_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.price_text h3 {
  color: var(--cl-orange);
  font-size: 1.5rem;
}
.price_text a {
  text-decoration: none;
  font-size: 2rem;
  padding: 1rem 3rem;
  border-radius: 10px;
  border: none;
  background-color: var(--cl-orange);
  color: white;
}
.visa_site {
  text-align: center;
  margin: 0 1.5rem;
  padding: 5rem 1rem;
  background-color: #f1f3fc;
  border-radius: 25px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.149),
    0 1px 2px 0 rgba(0, 0, 0, 0.302);
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
.visa_site h2 {
  line-height: 1.2;
  font-size: 2.8rem;
  font-weight: bold;
}
.visa_site_sites {
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
}
.future_visa {
  padding: 2rem;
  margin-top: 5rem;
  display: flex;
  gap: 3rem;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
}
.future_visa h1 {
  font-size: 2.5rem;
  text-align: center;
  font-weight: bolder;
  line-height: 1.5;
}
.future_visa_Img img {
  text-align: center;
  width: 20rem;
}
.future_visa_content {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 5rem;
}
.future_visa .future_list_item {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  font-size: 2rem;
  padding: 0.5rem 0;
}
.future_visa .future_list_item img {
  width: 0.9rem;
}
.buy {
  text-align: center;
  margin: 4rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.buy h1 {
  font-size: 4rem;
}
.buy h1 span {
  font-weight: bold;
  padding-bottom: 0.3rem;
  border-bottom: 4px solid #f59300;
  color: #f59300;
}
.buy_inset h2 {
  font-size: 3rem;
}
.buy_inset p {
  font-size: 2.5rem;
}
.tell_buy {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .section1 {
    flex-direction: row;
    padding: 22.5rem 1.2rem;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
  .visa_site {
    margin: 0 5rem;
  }
  .visa_site_sites {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    column-gap: 1rem;
  }
  .site h3 {
    font-size: 2rem;
  }
  .site img {
    width: 16rem;
  }
  .title-hero {
    font-size: 3.5rem;
  }
  .subTitle-hero {
    font-size: 1.7rem;
  }
  .future_visa h1 {
    font-size: 3rem;
  }
  .future_visa_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.5rem;
  }
  .future_visa_list .future_list_item {
    font-size: 2.2rem;
    padding: 0.5rem 0;
  }
  .future_visa_Img img {
    width: 30rem;
  }
  .acc_con {
    margin: 0 5rem;
  }
  .accordion-header button {
    font-size: 2rem !important;
  }
  .buy h1 {
    font-size: 5rem;
  }
  .buy_inset h2 {
    font-size: 4rem;
  }
  .buy_inset p {
    font-size: 3rem;
  }
  .tell_buy {
    font-size: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .section1 {
    gap: 5rem;
  }
  .title-hero {
    font-size: 4.5rem;
  }
  .subTitle-hero {
    font-size: 2.1rem;
  }
  .visa_site_sites {
    column-gap: 4rem;
  }
  .site img {
    width: 100%;
  }
  .site h3 {
    font-size: 2.3rem;
  }
  .visa_site {
    margin: 0 8rem;
  }
  .future_visa_content {
    flex-direction: row-reverse;
    gap: 1rem;
    align-items: center;
    justify-content: center;
  }
  .future_visa h1 {
    font-size: 3.5rem;
    font-weight: bolder;
  }
  .future_visa_list {
    column-gap: 1.5rem;
  }
  .future_visa_content .future_list_item {
    font-size: 2rem;
    padding: 0.75rem 0;
  }
  .acc_con {
    margin: 0 10rem;
  }
}
@media screen and (min-width: 1200px) {
  .section1 {
    gap: 6rem;
    padding: 11rem 1.2rem;
  }
  .title-hero {
    font-size: 4.5rem;
  }
  .subTitle-hero {
    font-size: 2.5rem;
  }
  .visa_Img {
    display: flex;
    img {
      width: 600px;
    }
  }
  .text-visa-img {
    position: absolute;
    top: 260px;
    right: 20px;
    display: flex;
    justify-content: center;
    padding: 0 3rem;
    flex-direction: column;
    row-gap: 3rem;
  }
  .text-visa-img h6 {
    color: var(--cl-lightBlue);
    font-size: 2.2rem;
    text-align: right;
  }
  .price_text {
    margin-top: auto;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    h3 {
      color: var(--cl-orange);
      font-size: 2rem;
    }
    button {
      padding: 1.25rem 4rem;
      border-radius: 10px;
      border: none;
      background-color: var(--cl-orange);
      color: white;
    }
  }
  .visa_buttons button:first-child {
    background-color: var(--cl-bgbuton);
    border: 2px solid white;
    color: white;
    border-radius: 10px;
    padding: 1.2rem 1.2rem;
    direction: rtl;
    width: 15rem;
  }
  .visa_button {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    border-radius: 10px;
    padding: 1.2rem 1.2rem;
    direction: rtl;
    width: 15rem;
  }
  .visa_site {
    margin: 0 20rem;
  }
  .future_visa_Img img {
    width: 35rem;
  }
  .future_visa_list .future_list_item {
    padding: 1rem 0;
    font-size: 2.3rem;
  }
}
