@font-face {
  font-family: "YekanBakhBold";
  src: url("/fonts/YekanBakh-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "YekanBakhExtraBlack";
  src: url("/fonts/YekanBakh-ExtraBlack.woff2") format("woff2");
}

@font-face {
  font-family: "YekanBakhExtraBold";
  src: url("/fonts/YekanBakh-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "YekanBakhLight";
  src: url("/fonts/YekanBakh-Light.woff2") format("woff2");
}
@font-face {
  font-family: "YekanBakhRegular";
  src: url("/fonts/YekanBakh-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "YekanBakhFaNumRegular";
  src: url("/fonts/YekanBakhFaNum-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "YekanBakhFaNumBold";
  src: url("/fonts/YekanBakhFaNum-Bold.woff2") format("woff2");
}
body {
  background-color: #fff;
  color: #222c59;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  transition: 1s;
  direction: rtl;
  font-size: 11pt;
  font-family: "YekanBakhRegular";
}
p {
  font-size: 11pt;
  font-family: "YekanBakhRegular";
}
a {
  text-decoration: none;
  color: #222c59;
  cursor: pointer;
}
a:hover {
  color: #222c59;
}
li {
  list-style: none;
}
h1 {
  font-size: 18pt;
  font-family: "YekanBakhExtraBold";
  line-height: 30pt;
  margin-bottom: 0;
}
h2 {
  font-size: 16pt;
  line-height: 28pt;
  font-family: "YekanBakhBold";
  margin-bottom: 0;
  padding-bottom: 0;
}
h3 {
  font-size: 15pt;
  font-family: "YekanBakhBold";
}
h4 {
  font-size: 15pt;
  font-family: "YekanBakhBold";
}
ul {
  padding: 0;
}
.container-main {
  width: calc(100% - 100px) !important;
  margin: 0 auto;
}
.text-green{
  color: #429a07;
}
.font-bold-num {
  font-family: "YekanBakhFaNumBold";
  font-size: 12pt;
}
.menu-bar-holder {
  padding: 10px 0;
  justify-content: space-between;
}
.menu-bar ul {
  margin: 0;
  padding: 0;
}
.menu-bar ul li {
  margin: 0 10px;
}
.menu-bar ul li a {
  font-size: 12pt;
}
.logo-holder {
  display: flex;
  align-items: center;
}
.logo-holder img {
  width: 200px;
  object-fit: contain;
  margin-left: 10px;
}
.social-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.phone-number-holder {
  border-bottom: solid 2px #429a07;
  color: #429a07;
  display: block;
  margin-bottom: 5px;
  padding: 0 5px 5px 5px;
}
.phone-number-holder:hover {
  color: #429a07;
}
.phone-number-holder i {
  font-size: 18px;
  margin-right: 3px;
  font-weight: bold;
}
.header {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.cta-info {
  width: 80%;
}
.img-arrow {
  position: absolute;
  top: -35px;
  left: 105px;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  width: 100%;
  max-width: 180px;
  border-radius: 12px;
  height: 45px;
  font-size: 12pt;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.7s;
}
.btn-green {
  background: #429a07;
  color: #fff;
}
.btn-cta {
  margin-right: 20px;
  margin-top: 20px;
}
.title-icon {
  margin-top: -20px;
  margin-left: 6px;
}
.text-yellow {
  color: #ffd02c;
}
/* نوار سبز پشت کارت */
.green-bar {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 200px;
  background: #429a07;
  transform: translateY(-50%);
  z-index: 0;
}

.notice-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  padding: 40px;
  width: 100%;
  max-width: 80%;
  transform: rotate(-2deg); /* کمی مورب */
  margin: 0 auto;
  z-index: 1;
}
.notice-inner {
  transform: rotate(2deg); /* کمی مورب */
}
.notice-content {
  width: calc(60% - 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.notice-content h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  position: relative;
}

.notice-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.notice-image {
  width: calc(40% - 30px);
}

.notice-image img {
  width: 100%;
  border-radius: 10px;
}
.line-up,
.line-down {
  background-color: #429a07;
  height: 1px;
  width: 100px;
}
.space-line-holder .line-up, .space-line-holder
.line-down {
  width: 200px;
}
.line-up {
  margin: 5px 20px 0 0;
}
.space-line-holder .line-up {
  margin: 5px 50px 0 0;
}
.line-down {
  margin: 5px 0 0 0;
}

.btn-yellow {
  background-color: #ffb400;
  color: #333;
}
.notice-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 25px;
  border-radius: 5px;
  height: 5px;
}
.swiper-pagination-bullet-active {
  background: #429a07 !important;
}
.feature-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.feature-title h3 {
  margin-bottom: 0;
  font-size: 12pt;
}
.feature-title i {
  font-size: 10px;
  margin-left: 5px;
  color: #ffb400;
}
.feature-slide {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 12px;
  padding: 20px;
  margin: 20px 0;
}
.feature-slide img {
  border-radius: 12px;
  width: 100%;
  margin-bottom: 20px;
}

.chevron-btn {
  width: 40px;
  height: 34px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #429a07;
  border-radius: 5px;
  margin: 0 5px;
  font-size: 17px;
}
.chevron-btn i {
  margin-top: 3px;
}
.swiper-button-disabled {
  background: #429a0799 !important;
}
.video-holder {
  width: 60%;
  min-height: auto;
  background-color: #555;
}
.slider-space-holder {
  width: calc(40% - 30px);
  position: relative;
}
.space-slider {
  width: 100%;
  height: 200px;
}
.space-slider img {
  width: 100%;
}
.mySwiper3{ 
  width: 300px;
  height: 350px;
}
.mySwiper3 .chevron-holder{
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 99;;
}
.mySwiper3 .chevron-holder .button-next{
  right: -30px;
}
.mySwiper3 .chevron-holder .button-prev{
  left: -30px;
}
.mySwiper3 .swiper-slide {
  display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 18px;
  overflow: hidden;
  border-radius: 10px;
}
.mySwiper3 .chevron-btn {
  position: absolute;
}
.mySwiper3 .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.space-info-holder i{
  color: #ffb400;
}
.video-holder{
  overflow: hidden;
  border-radius: 10px;
}
.goals-left-holder{
  width: 40%;
  position: absolute;
  left: 0;
  top: -90px;
}
.goals-right-holder{
  width: calc(60% - 30px);
}
.goal-item{
  display: flex;
  align-items: flex-start;
  margin: 15px 0;
}
.goal-item i{
  color: #ffb400;
  font-size: 15px;
  margin-left: 5px;
}
.goals-box{
  background: #368204;
background: linear-gradient(360deg,rgba(54, 130, 4, 1) 0%, rgba(73, 170, 7, 1) 100%);
  padding: 20px;
  border-radius: 12px;
}
.goals-list-li{
  display: inline-block;
  margin: 15px 0;
  padding: 10px;
  border-bottom: dashed 2px #ffb400;
}
.goals-list-li i{
  color: #ffb400;
  margin-left: 5px;
  font-size: 14px;
  display: inline-block;
}
.goals-list-li p{
  margin-bottom: 0;
  color: #fff;
  display: inline-block;
}
.circle-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  color: #ffb400;
}
.circle-2{
  font-size: 20px;
}
.goals-box-ul{
  margin-top: -15px;
}
.line-holder{
  height: 100%;
  margin-left: 4px;
}
.line-2{
  background-color: #368204;
  width: 2px;
  height: calc(100% - 100px);
  margin: 0 4px;
}
.line{
  background-color: #368204;
  width: 2px;
  height: calc(100% - 200px);
  margin:  0 4px;
}
.goals-list-box{
  display: flex;
}
.bg-img-teacher{
  width: 100%;
  height: 300px;
  transform: rotate(5deg);
  border-radius: 12px;
  background-color: #E3F0DA;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-img-teacher img{
  width: 95%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  overflow: hidden;
  transform: rotate(-5deg);
}
.teacher-info{
  background-color: #429A07;
  color: #fff;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  position: relative;
  z-index: 99;
  margin: -30px auto 0 auto;
  width: calc(100% - 40px);
  transform: rotate(-4deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.teacher-info-inner{
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(4deg);
}
.teacher-info-inner p{
  border-bottom: dashed 2px #ffb400;
  text-align: center;
  padding-bottom: 5px;
}
.teacher-part .chevron-holder{
  top: 40%;
  position: absolute;
  z-index: 99;
  width: 100%;
}
.teacher-part .chevron-holder .button-prev{
  left: 0;
  position: absolute;
}
.blog-card{
  border-radius: 12px;
}
.blog-card img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.blog-title{
  display: flex;
  align-items: center;
}
.blog-title h3{
  font-size: 12pt;
  margin-bottom: 0;
}
.blog-title i{
  font-size: 12px;
  color: #ffb400;
  margin-left: 5px;
}
.info-blog-card{
  padding: 15px;
}
.blog-card{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  overflow: hidden;
}
.calender-holder{
  color: rgb(131, 131, 131);
  display: flex;
  align-items: center;
  font-family: "YekanBakhFaNumBold" ;
}
.calender-holder i{
  margin-left: 5px;
}
.blog-card .btn-green{
  font-size: 11pt!important;
  height: 40px;
  max-width: 150px;
}
.btn:hover{
  color: #fff;
  background: #49ac08;
}
.blog-title{
  margin-bottom: 10px;
}
.gallery-card{
  border-radius: 12px;
  overflow: hidden;
  height: 200px;
}
.gallery-card img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mySwiper6 .chevron-holder{
  top: 45%;
  position: absolute;
  z-index: 99;
  width: 100%;
}
.mySwiper6 .chevron-holder .button-prev{
  left: 0;
  position: absolute;
}
.footer-title{
  margin-bottom: 10px;
}
.footer-title i{
  color: #429a07;
  margin-left: 5px;
  font-size: 12px;
}
.footer-title h2{
  margin-bottom: 0;
  font-size: 13pt;
}
.footer-info{
  padding-bottom: 10px;
  border-bottom: dashed 2px #429a07;
}
.footer-row-info{
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.footer-row-info p{
  margin-bottom: 0;
}
.footer-row-info b{
  margin-left: 5px;
}
.footer-row-info i{
  color: #429a07;
  margin-left: 5px;
  font-size: 8px;
}
.footer-subtitle{
  padding-bottom: 10px;
  border-bottom: dashed 2px #429a07;
  text-align: center;
  font-size: 12pt;
}
.footer-link-row{
  display: flex;
  align-items: center;
}
.footer-link-row i{
  color: #429a07;
  font-size: 8px;
  margin-left: 5px;
}
.end-footer{
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
}
.end-footer a{
  color: #ffb400;
}
.menu-bar-li{
    padding: 5px;
    border-bottom: solid 2px #fff;
    transition: 0.7s all;
}
.menu-bar-li:hover {
    border-bottom: solid 2px #429a07;
}
.menu-bar-li:hover a{
    color: #429a07;
}
.icon-bar{
    display:none;
}

.cover {
    background-color: #00000099;
    width: 0;
    height: 100%;
    z-index: 1001;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
}

.side-body ul {
    display: flex;
    flex-direction: column;
}

    .side-body ul li {
        padding: 10px 0;
    }

        .side-body ul li a {
            font-size: 11pt;
        }

.side-menu {
    width: 280px;
    position: fixed;
    z-index: 999;
    right: -280px;
    height: 100vh;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 1s;
    background:#fff;
}

.side-body {
    padding: 10px 20px;
    background:#429a07;
    color: #fff;
    height: 100%;
}

.side-menu-header {
    padding: 20px 30px 30px 30px;
    display: flex;
    justify-content: center;
}

.logo-side {
    width: 180px;
    margin-top: 20px;
}

.close {
    position: absolute;
    top: 15px;
    left: 15px;
    cursor: pointer;
    color: #ffa41c;
    font-size: 18px;
}
.side-body .menu-bar-li{
    border-bottom: none;
}
.side-body .menu-bar-li a {
    color: #fff;
}

.single-img {
    width: 100%;
    object-fit: contain;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
}
.blog-card{
    display: block;
}

.blog-holder {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.main-blog {
    width: calc(100% - 400px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

    .main-blog img {
        width: 100%;
    }

    .main-blog a {
        color: #009966;
    }

    .main-blog h1 {
        font-size: 16pt;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .main-blog .blog-img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        margin-bottom: 20px;
    }

.side-blog {
    width: 380px;
    border-radius: 10px;
    border: solid 1px #c9c9c9;
    padding: 15px;
}

.blog-text {
    text-align: justify;
    line-height: 20pt;
}

.blog-side-title {
    margin: 0;
    font-size: 13pt;
    padding-bottom: 15px;
    border-bottom: solid 1px #e2e2e2;
}

.side-blog-row {
    display: flex;
    padding: 15px 0;
    border-bottom: solid 1px #e2e2e2;
    align-items:center;
}
.map-holder{
    height: 300px;
}

    .side-blog-row:last-child {
        border-bottom: none;
    }

    .side-blog-row h3 {
        font-weight: 700;
        font-size: 9pt;
        width: calc(100% - 85px);
    }

    .side-blog-row img {
        width: 80px;
        height: 80px;
        border-radius: 5px;
        object-fit: cover;
        margin-left: 5px;
    }

    .side-blog-row i {
        font-size: 12px;
        margin-left: 5px;
        color: #a7a7a7;
    }

    .side-blog-row p {
        font-size: 9pt;
        line-height: 18pt;
        text-align: justify;
        margin-bottom: 0;
    }
.btn-download-android {
    background: #ffb400;
    color: #333;
    margin: 0 10px;
    display: flex;
    align-items: center;
    width: 200px;
    max-width: 200px !important;
}
    .btn-download-android:hover{
        background: #ffb400;
    }
    .btn-kheradyar {
        background: #fff;
        display: flex;
        margin: 0 10px;
        align-items: center;
        width:200px;
        max-width: 250px!important;
    }
        .btn-kheradyar:hover{
            background:#fff;
            color:#429a07;
        }
        .btn i {
            margin-left: 5px;
        }
.software-holder {
    background: linear-gradient(360deg,rgba(54, 130, 4, 1) 0%, rgba(73, 170, 7, 1) 100%);
    padding:20px;
    border-radius: 20px;
    color:#fff;
}
.software-title {
    text-align: center;
    margin-bottom: 30px;
    padding: 10px;
    border-bottom: dashed 2px #ffb400;
    display: inline-block;
}
.software-holder img{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
}
.software-holder .right-box, .software-holder .left-box {
    width: 50%;
}
.gallery-card{
    position: relative;
}
    .gallery-card h3 {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        background: #00000099;
        color: #fff;
        height: 45px;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12pt;
    }
@media screen and (max-width: 1024px) {
    .menu-bar{
        display:none;
    }
    .icon-bar {
        display: inline-block;
        font-size: 14pt;
        margin-left: 10px;
        margin-top: 8px;
    }
    .logo-holder img{
        width: 150px;
    }
    .container-main {
        width: calc(100% - 30px) !important;
    }
    .school-space{
        flex-direction: column!important;
    }
    .slider-space-holder{
        width: 100%;
        margin-bottom: 20px;
    }
    .video-holder{
        width: 100%;
    }
  
}
@media screen and (max-width:768px) {
   .img-arrow{
       left: 0!important;
   }

    h1 {
        font-size: 16pt;
    }

    h2 {
        font-size: 14pt;
    }

    h3 {
        font-size: 12pt;
    }

    h4 {
        font-size: 12pt;
        font-family: "YekanBakhBold";
    }
    .notice-slide{
        display: flex!important;
        flex-direction: column!important;
    }
    .notice-image{
        margin-bottom: 20px;
        width: 100%;
        max-width: 300px;
    }
    .notice-content {
        width: 100%;
    }
    .goals-left-holder, .goals-right-holder {
        width: 100%;
    }

    .goals-left-holder {
        position: unset !important;
        margin-top: 10px;
    }
        .goals-left-holder .line-holder {
            display: none!important;
        }
    .mySwiper3{
        width: 250px;
    }
    .goals-list-li {
        display: flex;
    }
    .software-holder .right-box, .software-holder .left-box {
        width: 100%;
        margin: 20px 0;
    }
}
 @media screen and (max-width: 400px) {
        body {
            font-size: 9pt;
        }
    .btn-green{
        margin: 0 auto;
        margin-top: 20px;
    }
    .mySwiper3 {
        width: 200px;
    }
    .end-footer {
        background-color: #333;
        color: #fff;
        text-align: center;
        padding: 10px 0;
        font-size: 8pt;
        margin-top: 20px;
    }
 }
