@font-face {
  font-family: "IRANSans";
  src: url("./fonts/IRANSansWeb.woff") format("woff"),
    url("./fonts/IRANSansWeb.woff2") format("woff2"),
    url("./fonts/IRANSansWeb_Bold.woff") format("woff"),
    url("./fonts/IRANSansWeb_Bold.woff2") format("woff2"),
    url("./fonts/IRANSansWeb_Medium.woff") format("woff"),
    url("./fonts/IRANSansWeb_Medium.woff2") format("woff2");

  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "IRANSans";
  line-height: 1.8;
  direction: rtl;
  background-color: white;
  width: 98%;
  overflow-x: hidden;
  height: 100vh;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  direction: rtl;
  font-family: "IRANSans";
}
.main {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.container1 {
  display: flex;
  width: 100%;
}
.samanepic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  gap: 40px;
  align-items: center;
  padding: 60px;
}
.samanediv {
  display: flex;
  width: 50%;
  gap: 40px;
  align-items: center;
  padding: 60px;
}
.h1 {
  font-size: 70px;
  color: #02315b;
  text-align: center;
  font-weight: 900;
}
.paragraf {
  font-size: 25px;
  font-weight: 500;
  color: #0a0b50cc;
  text-align: center;
  padding-inline: 40px;
}
.pic {
  height: 650px;
}
.btn {
  display: flex;
  justify-content: center;
  gap: 10px;
  background-color: #0662b7;
  width: 250px;
  height: 90px;
  border: none;
  border-radius: 5px;
  color: white;
  font-size: 25px;
  font-weight: 900;
  cursor: pointer;
  align-items: center;

}
.container2 {
  padding: 60px;
}
.p2-1 {
  text-align: center;
  padding-inline: 200px;
  font-size: 25px;
  font-weight: 600;
  color: #0a0b50cc;
}
.p2-2 {
  text-align: center;
  padding-inline: 200px;
  font-size: 25px;
  font-weight: 600;
  color: #0a0b50cc;
}
.jadval {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 40px;
  background-color: #f4fcff;
}
.jadval > div {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 10px;
  width: 362px;
  height: 250px;
  box-shadow: 10px 10px #08608f;
}
.container3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.h2 {
  font-size: 70px;
  width: 60%;
  text-align: center;
  font-weight: 700;
  color: #0a0b50cc;
}
.img1 {
  width: 50px;
}
.h3 {
  color: #02315b;
  font-weight: 700;
  font-size: 23px;
}
.container4 {
  display: flex;
  background-color: #f2f2f2;
  padding: 60px;
}
.img2 {
  height: 300px;
}
.rightdiv {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 50%;
}
.leftpic {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ertebathead {
  display: flex;
  align-items: center;
  gap: 30px;
}
.img3 {
  width: 50px;
}
.h4 {
  font-size: 40px;
  color: #02315b;
}
.p3 {
  width: 95%;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  color: #0b1438;
}
.container5 {
  display: flex;
  padding: 60px;
}
.righttpic {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leftdiv {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 50%;
  padding-right: 50px;
}
.h5 {
  font-size: 40px;
  width: 58%;
  text-align: center;
  color: #02315b;
}
.p4 {
  font-size: 25px;
  font-weight: 600;
  color: #0b1438;
}
@media (max-width: 1024px) {
  .container1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .samanediv {
    display: none;
  }
  .samanepic {
    width: 100%;
  }
  .p2-1 {
    padding-inline: 100px;
  }
  .h2 {
    width: 90%;
  }
  .jadval {
    grid-template-columns: auto auto;
  }
  .container4 {
    flex-direction: column;
    padding: 30px;
    align-items: center;
    gap: 70px;
  }
  .rightdiv {
    width: 80%;
  }
  .container5 {
    flex-direction: column;
    padding: 30px;
    align-items: center;
    gap: 70px;
  }
  .leftdiv {
    width: 80%;
    padding-right: 0px;
  }
}
@media (max-width: 800px) {
  .container1 {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .samanepic,
  .samanediv {
    width: 100%;
    padding: 20px 40px;
  }
  .h1 {
    font-size: 50px;
  }
  .samanediv {
    display: none;
  }
  .p2-1 {
    padding-inline: 0px;
  }
  .h4 {
    font-size: 25px;
  }
  .h2 {
    width: 90%;
    font-size: 30px;
  }
  .jadval {
    grid-template-columns: auto;
  }
  .jadval > div { 
    width: 470px;
  }
  .p2-2 {
    padding-inline: 0px;
    font-size: 20px;
    width: 80%;
  }
  .container4,
  .container5 {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .container2 {
    padding: 30px;
  }
  .rightdiv,
  .leftpic,
  .righttpic,
  .leftdiv {
    width: 100%;
  }
  .leftdiv {
    padding-right: 0px;
  }
  .img2 {
    height: 200px;
  }
  .h5 {
    font-size: 30px;
  }
  .p4 {
    font-size: 22px;
    width: 80%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .jadval>div{
    width: 320px;
  }
}

