* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Vazir";
  src: url(../font/Vazir-Bold.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vazir";
  src: url(../font/Vazir-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vazir";
  src: url(../font/Vazir-Regular.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Vazir";
}

img {
  max-width: 100%;
}

.container {
  max-width: 1200px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
}

.header {
  justify-content: space-between;
  position: fixed;
  width: 100%;
  margin-top: 20px;
  z-index: 100;
}

.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.row {
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
}
.row > * {
  margin-left: -10px;
  margin-right: -10px;
}

a {
  text-decoration: none;
}

nav {
  list-style-type: none;
  display: flex;
}

ul {
  gap: 20px;
  display: flex;
}
ul li {
  list-style: none;
  gap: 20px;
  background-color: rgb(102, 102, 102);
  border-radius: 20px;
  padding: 5px 15px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
ul li.zermeno {
  position: relative;
}
ul li.zermeno ul {
  position: absolute;
  right: -45px;
  background-color: rgba(102, 102, 102, 0.3);
  border-radius: 30px;
  color: rgb(255, 255, 255);
  flex-direction: column;
  gap: 5px;
  width: 160px;
  padding: 7px 10px;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
ul li.zermeno li {
  margin: auto;
  padding: 5px 30px;
}
ul li.zermeno:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
ul li a {
  color: rgb(255, 255, 255);
}

.buttom a {
  background-color: rgb(255, 255, 255);
  padding: 8px 15px;
  border-radius: 20px;
  transition: 0.5;
  color: black;
  transition: 0.5;
  border: 2px solid rgb(0, 0, 0);
}
.buttom a:hover {
  background-color: black;
  color: rgb(255, 255, 255);
}

.logo {
  width: 90px;
  height: 30px;
}

.home_intro {
  padding-top: 150px;
  background-image: url(../img/bak.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}
.home_intro .mhj {
  margin: auto;
  justify-content: center;
  text-align: center;
}
.home_intro .mhj h1 {
  color: rgb(0, 255, 21);
  font-size: 120px;
}
.home_intro .mhj h1 span {
  color: rgb(255, 255, 255);
  font-size: 120px;
}
.home_intro .matn {
  color: rgb(255, 255, 255);
  margin: auto;
  justify-content: center;
  text-align: center;
  margin-top: 25px;
  font-size: 25px;
}
.home_intro .matna {
  color: rgb(255, 255, 255);
  margin: auto;
  justify-content: center;
  text-align: center;
  margin-top: 5px;
  font-size: 25px;
  margin-bottom: 80px;
}

main .section2p {
  padding-top: 70px;
  width: 40%;
  margin: auto;
}
main .section2p a {
  color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
  border-radius: 20px;
  padding: 3px 10px;
  transition: 0.3;
}
main .section2p a:hover {
  background-color: black;
  color: rgb(255, 255, 255);
}
main .section2p h2 {
  font-size: 40px;
  padding-bottom: 20px;
  padding-top: 20px;
  line-height: 40px;
}
main .section2p p {
  font-size: 15px;
  color: rgb(114, 114, 114);
}
main .section2ph {
  padding-top: 70px;
  max-width: 40%;
  margin: auto;
}
main .section2ph img {
  border-radius: 10px;
  width: 400px;
  height: auto;
}
main .section2of {
  padding-top: 30px;
  padding-bottom: 250px;
  width: 100%;
}
main .section2of .w20 {
  width: 20%;
}
main .section2of h1 {
  color: rgb(0, 255, 21);
  font-size: 70px;
}
main .section2of p {
  color: rgb(114, 114, 114);
  font-size: 15px;
}
main .mybox {
  max-width: 100%;
  padding-bottom: 70px;
}
main .mybox .box1 {
  background-color: rgb(0, 255, 21);
  width: 45%;
  padding: 40px 30px;
  border-radius: 10px;
}
main .mybox .box1 h1 {
  font-size: 30px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
main .mybox .box1 h1 li {
  font-size: 20px;
}
main .mybox .box1 p {
  width: 85%;
  font-size: 16px;
}
main .mybox .box2 {
  background-color: rgb(6, 46, 10);
  color: rgb(255, 255, 255);
  width: 45%;
  padding: 40px 30px;
  border-radius: 10px;
}
main .mybox .box2 h1 {
  font-size: 30px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
main .mybox .box2 p {
  width: 85%;
  font-size: 16px;
}
main .mytayp {
  max-width: 100%;
  padding-bottom: 50px;
}
main .mytayp a {
  color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
  border-radius: 20px;
  padding: 5px 10px;
  transition: 0.3;
}
main .mytayp a:hover {
  background-color: black;
  color: rgb(255, 255, 255);
}
main .mytayp h1 {
  padding-top: 12px;
  width: 50%;
  font-size: 40px;
  line-height: 40px;
}
main .mytayp p {
  width: 40%;
  font-size: 20px;
  color: rgb(114, 114, 114);
}
main .section3 {
  text-align: center;
  padding-bottom: 40px;
}
main .section3 a {
  border: 1px solid rgb(0, 0, 0);
  color: rgb(14, 14, 14);
  padding: 10px 20px;
  border-radius: 40px;
  font-size: 20px;
  background-color: rgb(0, 255, 21);
  border: 1px solid rgb(0, 255, 21);
}
main .section3 a:hover {
  color: rgb(0, 255, 21);
  background-color: rgb(53, 53, 53);
}
main .section3 h1 {
  font-size: 70px;
  color: rgb(255, 255, 255);
  padding-bottom: 40px;
  padding-top: 20px;
}
main .section3my {
  width: 100%;
}
main .section3my .section3ph {
  width: 40%;
  padding-top: 100px;
}
main .section3my .section3ph img {
  width: 500px;
  height: 300px;
  border-radius: 10px;
}
main .section3my .section3p {
  width: 40%;
  text-align: start;
  padding-top: 100px;
}
main .section3my .section3p h3 {
  color: rgb(0, 255, 21);
  font-size: 38px;
}
main .section3my .section3p h2 {
  color: rgb(255, 255, 255);
  font-size: 28px;
  padding-bottom: 30px;
  padding-top: 10px;
  line-height: 40px;
}
main .section3my .section3p p {
  color: rgb(114, 114, 114);
  font-size: 18px;
}
main .section4 {
  padding-top: 140px;
  text-align: center;
  margin: auto;
}
main .section4 a {
  border: 1px solid rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  border-radius: 20px;
  padding: 5px 10px;
  transition: 0.3;
}
main .section4 a:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
main .section4 h4 {
  text-align: center;
  margin: auto;
  font-size: 50px;
  padding-top: 15px;
  padding-bottom: 35px;
}
main .section4 .boxmy4 {
  width: 100%;
}
main .section4 .boxmy4 .w25 {
  width: 25%;
}
main .section4 .boxmy4 img {
  border-radius: 10px;
  width: 300px;
  width: 200px;
}
main .section4 .boxmy4 h1 {
  font-size: 25px;
  padding-top: 20px;
}
main .section4 .boxmy4 p {
  font-size: 10px;
  color: rgb(114, 114, 114);
  padding: 7px;
  padding-bottom: 40px;
}

footer .section5 {
  text-align: center;
  margin: auto;
  padding-bottom: 50px;
}
footer .section5 b {
  background-color: rgba(134, 134, 134, 0.5);
  color: rgb(255, 255, 255);
  font-size: 15px;
  border-radius: 30px;
  padding: 5px 15px;
}
footer .section5 h1 {
  color: rgb(255, 255, 255);
  font-size: 60px;
  padding-top: 20px;
}
footer .section5 h1 span {
  color: rgb(0, 255, 21);
}
footer .section5 h2 {
  color: rgb(255, 255, 255);
  font-size: 60px;
  padding-bottom: 30px;
  line-height: 40px;
}
footer .section5 p {
  color: rgb(255, 255, 255);
  font-size: 18px;
  padding-bottom: 60px;
  width: 39%;
  margin: auto;
  text-align: center;
}
footer .section5 a {
  background-color: rgb(0, 255, 21);
  color: rgb(0, 0, 0);
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 20px;
  border: 1px solid rgb(0, 255, 21);
}
footer .section5 a:hover {
  color: rgb(0, 255, 21);
  background-color: rgb(53, 53, 53);
}

@media (max-width: 991px) {
  main .section2of p {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  header ul {
    display: none;
  }
  main .home_intro .mhj h1 {
    font-size: 90px;
  }
  main .home_intro .mhj h1 span {
    font-size: 90px;
  }
  main .home_intro .mhj p {
    font-size: 20px;
  }
  main .section2p a {
    padding: 2px 8px;
    font-size: 10px;
  }
  main .section2p h2 {
    font-size: 23px;
    line-height: 30px;
  }
  main .section2p p {
    font-size: 10px;
  }
  main .section2of h1 {
    font-size: 50px;
  }
  main .section2of p {
    font-size: 10px;
  }
  main .mytayp a {
    padding: 3px 9px;
    font-size: 10px;
  }
  main .mytayp h1 {
    font-size: 32px;
  }
  main .mytayp p {
    font-size: 14px;
  }
  main .mybox .box1 h1 {
    font-size: 25px;
  }
  main .mybox .box1 p {
    font-size: 12px;
  }
  main .mybox .box2 h1 {
    font-size: 25px;
  }
  main .mybox .box2 p {
    font-size: 12px;
  }
  main .section3 a {
    padding: 7px 15px;
    font-size: 15px;
  }
  main .section3 h1 {
    font-size: 50px;
  }
  main .section3 .section3p h3 {
    font-size: 25;
  }
  main .section3 .section3p h2 {
    font-size: 22px;
    line-height: 30px;
  }
  main .section3 .section3p p {
    font-size: 14px;
  }
  main .section4 a {
    padding: 3px 9px;
    font-size: 15px;
  }
  main .section4 h4 {
    font-size: 30px;
  }
  main .section4 .boxmy4 img {
    width: 250px;
    width: 150px;
  }
  main .section4 .boxmy4 h1 {
    font-size: 15px;
  }
  footer .home_intro .section5 b {
    font-size: 13px;
    padding: 5px 10px;
  }
  footer .home_intro .section5 h1 {
    font-size: 40px;
  }
  footer .home_intro .section5 h2 {
    font-size: 40px;
  }
  footer .home_intro .section5 p {
    font-size: 13px;
  }
  footer .home_intro .section5 a {
    padding: 5px 10px;
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  header ul {
    display: none;
  }
  main .home_intro .mhj h1 {
    font-size: 60px;
  }
  main .home_intro .mhj h1 span {
    font-size: 60px;
  }
  main .home_intro .mhj p {
    font-size: 14px;
  }
  main .section2p a {
    padding: 2px 8px;
    font-size: 10px;
  }
  main .section2p h2 {
    font-size: 18px;
    line-height: 20px;
  }
  main .section2p p {
    font-size: 8px;
  }
  main .section2of h1 {
    font-size: 33px;
  }
  main .section2of p {
    font-size: 7px;
  }
  main .mytayp a {
    padding: 2px 7px;
    font-size: 8px;
  }
  main .mytayp h1 {
    font-size: 23px;
    line-height: 30px;
  }
  main .mytayp p {
    font-size: 10px;
  }
  main .mybox .box1 {
    padding: 11px 11px;
  }
  main .mybox .box1 h1 {
    font-size: 17px;
  }
  main .mybox .box1 p {
    font-size: 9px;
  }
  main .mybox .box2 {
    padding: 12px 12px;
  }
  main .mybox .box2 h1 {
    font-size: 17px;
  }
  main .mybox .box2 p {
    font-size: 9px;
  }
  main .section3 a {
    padding: 5px 10px;
    font-size: 13px;
  }
  main .section3 h1 {
    font-size: 40px;
  }
  main .section3 .section3p h3 {
    font-size: 18;
  }
  main .section3 .section3p h2 {
    font-size: 16px;
    line-height: 20px;
  }
  main .section3 .section3p p {
    font-size: 10px;
  }
  main .section3 .section3ph img {
    width: 450px;
    height: 200px;
    border-radius: 10px;
  }
  main .section4 a {
    padding: 2px 7px;
    font-size: 13px;
  }
  main .section4 h4 {
    font-size: 25px;
  }
  main .section4 .boxmy4 img {
    width: 200px;
    width: 100px;
  }
  main .section4 .boxmy4 h1 {
    font-size: 10px;
  }
  main .section4 .boxmy4 p {
    font-size: 6px;
  }
  footer .home_intro .section5 b {
    font-size: 10px;
    padding: 3px 9px;
  }
  footer .home_intro .section5 h1 {
    font-size: 30px;
  }
  footer .home_intro .section5 h2 {
    font-size: 30px;
  }
  footer .home_intro .section5 p {
    font-size: 12px;
  }
  footer .home_intro .section5 a {
    padding: 3px 9px;
    font-size: 13px;
  }
}
@media (max-width: 420px) {
  header ul {
    display: none;
  }
  main .home_intro .mhj h1 {
    font-size: 45px;
  }
  main .home_intro .mhj h1 span {
    font-size: 45px;
  }
  main .home_intro .mhj p {
    font-size: 10px;
  }
  main .section2p a {
    padding: 2px 6px;
    font-size: 7px;
  }
  main .section2p h2 {
    font-size: 16px;
    line-height: 18px;
  }
  main .section2p p {
    font-size: 5px;
  }
  main .section2of {
    padding-bottom: 150px;
  }
  main .section2of h1 {
    font-size: 30px;
  }
  main .section2of p {
    font-size: 6px;
  }
  main .mytayp a {
    padding: 2px 6px;
    font-size: 7px;
  }
  main .mytayp h1 {
    font-size: 16px;
    line-height: 20px;
  }
  main .mytayp p {
    font-size: 8px;
  }
  main .mybox .box1 {
    padding: 11px 11px;
  }
  main .mybox .box1 h1 {
    font-size: 16px;
  }
  main .mybox .box1 p {
    font-size: 6px;
  }
  main .mybox .box2 {
    padding: 11px 11px;
  }
  main .mybox .box2 h1 {
    font-size: 16px;
  }
  main .mybox .box2 p {
    font-size: 6px;
  }
  main .section3 a {
    padding: 5px 10px;
    font-size: 9px;
  }
  main .section3 h1 {
    font-size: 30px;
  }
  main .section3 .section3p h3 {
    font-size: 20px;
  }
  main .section3 .section3p h2 {
    font-size: 13px;
    line-height: 18px;
  }
  main .section3 .section3p p {
    font-size: 7px;
  }
  main .section3 .section3ph img {
    width: 350px;
    height: 150px;
    border-radius: 10px;
  }
  main .section4 a {
    padding: 2px 6px;
    font-size: 9px;
  }
  main .section4 h4 {
    font-size: 20px;
  }
  main .section4 .boxmy4 img {
    width: 180px;
    width: 90px;
  }
  main .section4 .boxmy4 h1 {
    font-size: 8px;
  }
  main .section4 .boxmy4 p {
    font-size: 5px;
  }
  footer .home_intro .section5 b {
    font-size: 9px;
    padding: 3px 9px;
  }
  footer .home_intro .section5 h1 {
    font-size: 25px;
    line-height: 20px;
  }
  footer .home_intro .section5 h2 {
    font-size: 25px;
  }
  footer .home_intro .section5 p {
    font-size: 9px;
  }
  footer .home_intro .section5 a {
    padding: 2px 8px;
    font-size: 11px;
  }
}/*# sourceMappingURL=stayl.css.map */