/* R E S E T */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
::-webkit-scrollbar {
  display: none;
}
a {
    text-decoration: none;
}
/* R E S E T */
* {
    direction: rtl;
}
body {
    background-color: #fff;
    overflow-x: hidden;
}
::-moz-selection { /* Code for Firefox */
    color: #171717;
    background: #FFC71A;
  }
  
  ::selection {
    color: #171717;
    background: #FFC71A;
  }
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0);
    z-index: 5;
  }
  .navCtr {
    width: 100%;
    max-width: 1920px;
    margin-top: 64px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .navLogo img {
    width: 48px;
    transform: none;
    transition: transform 0.4s cubic-bezier(.5,0,.24,1);
  }
  .navLogo a {
    display: inline-block;
    transform-origin: 50% 50%;
  }
  .navLogo a:hover img {
    transform: scale(0.9) rotate(10deg);
  }
  .navMenu ul li {
    float: right;
    margin: 0 28px;
  }
  .navMenu ul li a {
    font-family: "bakh", tahoma;
    color: #171717;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.02em;
    position: relative;
    transition: color 0.35s cubic-bezier(.5,0,.24,1);
  }
  .navMenu ul li a:hover {
    color: #63C514;
  }
  .navMenu ul li a::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 0;
    bottom: -8px;
    height: 2px;
    background-color: #63C514;
    transform: translateX(-50%);
    transition: width 0.35s cubic-bezier(.5,0,.24,1);
  }
  .navMenu ul li a:hover::after {
    width: 50%;
  }
  .navBtn a {
    display: flex;
    align-items: center;
    border: 2px #63C514 solid;
    border-radius: 100px;
    padding: 10px 14px;
    position: relative;
    overflow: hidden;
  }
  .navBtn img {
    width: 16px;
    margin-left: 8px;
  }
  .navBtn span {
    font-family: "kalameh", arial;
    color: #171717;
    font-size: 16px;
    font-weight: 300;
  }
  .navBtn a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    bottom: 0;
    right: 0;
    background-color: #63C514;
    transition: top 0.3s cubic-bezier(.5,0,.24,1);
    z-index: 3;
  }
  .navBtn a::after {
    content: 'ورود / ثبت نام';
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translate(0, 150%) scale(0.9);
    font-family: "kalameh", arial;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    transition: transform 0.4s cubic-bezier(.5,0,.24,1);
    z-index: 3;
  }
  .navBtn a:hover::before {
    top: 0;
  }
  .navBtn a:hover::after {
    transform: translate(0, -51%) scale(1);
  }
  .navBtnHide {
    visibility: hidden;
  }
  .navBtnShow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transform: none;
    transition: transform 0.3s cubic-bezier(.5,0,.24,1);
  }
  .navBtn a:hover .navBtnShow {
    transform: translateY(-100%) scale(0.8);
  }
  .heroBg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100vw;
    height: 120vh;
    background: url(images/heroBg.png) no-repeat center center;
    background-size: cover;
    mask-image: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
  }
  .hero {
    margin: 240px auto 0;
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 4;
  }
  .heroVer {
    font-family: "kalameh", arial;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    margin: auto;
  }
  .heroVer span {
    position: absolute;
    left: 137px;
    top: 0;
    background-color: #5FC60F;
    display: inline-block;
    padding: 16px;
    border-radius: 56px 56px 56px 0;
  }
  .heroTitle {
    position: relative;
    margin-top: 24px;
    font-family: "kalameh", arial;
    font-size: 128px;
    font-weight: 700;
    padding: 56px 0 0;
    margin-bottom: 8px;
  }
  .heroTitleFx, .heroTitleFx2, .heroTitleFx3 {
    left: 0;
    right: 0;
    text-align: center;
    top: 56px;
    position: absolute;
    font-family: "kalameh", arial;
    font-size: 128px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 192, 26, 0.4);
    background: none;
    z-index: 1;
    -webkit-text-fill-color: transparent;
    transform-origin: 50% 50%;
  }
  .heroTitleFx2 {
    -webkit-text-stroke-color: rgba(255, 192, 26, 0.2);
  }
  .heroTitleFx3 {
    -webkit-text-stroke-color: #FFC71A;
  }
  .heroTitle h1 {
    display: inline-block;
    position: relative;
    z-index: 2;
    background: -webkit-linear-gradient(56deg, rgba(95,198,15,1) 40%, rgba(75,172,0,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 24px;
  }
  .heroTag {
    font-family: "kalameh", arial;
    color: #171717;
    font-size: 48px;
    font-weight: 300;
  }
  .heroSlogan {
    margin-top: 56px;
    font-family: "kalameh", arial;
    color: #171717;
    font-size: 32px;
    font-weight: 300;
    line-height: 148%;
  }
  .heroRoad {
    position: absolute;
    bottom: 160px;
    left: 0;
    width: 100vw;
  }
  .heroRoad img {
    width: 100vw;
  }
  .where {
    width: 100%;
    max-width: 1920px;
    margin: 80px auto 0;
    display: flex;
    justify-content: space-between;
  }
  .whereInfo {
    width: 40%;
    flex-wrap: wrap;
    align-content: center;
  }
  .whereVid {
    width: 50%;
    position: relative;
  }
  .whereVid img {
    position: absolute;
    left: -20%;
    top: 0;
    width: 150%;
    pointer-events: none;
  }
  .sectionTitle img {
    width: 80px;
  }
  .sectionTitle h3 {
    font-family: "kalameh", arial;
    color: #63C514;
    font-size: 32px;
    font-weight: 500;
    margin-top: -32px;
  }
  .whereTitle {
    padding-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .whereP p {
    font-family: "bakh", tahoma;
    color: #171717;
    font-size: 16px;
    font-weight: 300;
    line-height: 164%;
  }
  .whereLogo a img {
    filter: none;
    transform-origin: 0 50%;
    transform: scale(1.2);
    transition: filter 0.3s cubic-bezier(.5,0,.24,1);
  }
  .whereLogo a:hover img {
    filter: grayscale(100%);
  }
  .whereBtn {
    margin-top: 32px;
  }
  .whereBtn a {
    font-family: "kalameh", arial;
    color: transparent;
    font-size: 18px;
    font-weight: 300;
    border: 2px solid #FEC71A;
    padding: 13px 18px;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  .whereBtn a::after {
    content: 'درباره ما';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 150%;
    bottom: 0;
    right: 0;
    background-color: #FEC71A;
    z-index: 2;
    color: #171717;
    transition: top 0.4s cubic-bezier(.5,0,.24,1);
  }
  .whereBtn a:hover::after {
    top: 0;
  }
  .whereBtn a::before {
    content: 'بیشتر بدانید';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    right: 0;
    color: #171717;
    transition: top 0.4s cubic-bezier(.5,0,.24,1);
  }
  .whereBtn a:hover::before {
    top: -150%;
  }
  .whereVidHld {
    overflow: hidden;
    border-radius: 48px;
    position: relative;
  }
  .props {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1920px;
    margin: 240px auto 0;
    position: relative;
  }
  .prop {
    border: 1px solid #D9D9D9;
    border-radius: 48px 0 48px 48px;
    width: calc(20% - 32px);
    background-color: rgba(255, 255, 255, 0.8);
    height: 100px;
    overflow: hidden;
    position: relative;
  }
  .propSvg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24%;
  }
  .propBlack {
    margin-top: 48px;
    font-family: "kalameh", arial;
    color: #171717;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }
  .propGreen {
    margin-top: 16px;
    font-family: "kalameh", arial;
    color: #63C514;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
  }
  .path {
    overflow: hidden;
    width: 100vw;
    position: relative;
    left: 0;
    right: 0;
    padding-bottom: 24px;
    height: 900px;
    cursor: grab;
  }
  .pathHolder {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 80px
  }
  .pathItem {
    width: 560px;
    background-color: #fff;
    margin: 0 28px;
    border: 2px solid #E4E4E4;
    border-radius: 80px 0 80px 80px;
    overflow: hidden;
    -webkit-box-shadow: 0px 59px 62px -67px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 59px 62px -67px rgba(0,0,0,0.75);
    box-shadow: 0px 59px 62px -67px rgba(0,0,0,0.75);
  }
  .pathItemPic img {
    width: 100%;
  }
  .pathItemTitle {
    margin: 32px 0;
  }
  .pathItemTitle h3 {
    font-family: "kalameh", arial;
    color: #171717;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
  }
  .chip {
    display: inline-block;
    font-family: "bakh", tahoma;
    color: #171717;
    font-size: 16px;
    font-weight: 300;
    background-color: #FFFCF3;
    border: 1px solid #FEC71A;
    border-radius: 50px;
    padding: 6px 8px 4px;
  }
  .pathItemChips {
    text-align: center;
  }
  .pathItemChips .chip {
    margin: 0 6px;
  }
  .chipOff {
    background-color: #F2FFE8;
    border: 1px solid #63C514;
  }
  .pathItemTeacherTitle {
    display: inline-block;
    margin-top: 40px;
    font-family: "bakh", tahoma;
    color: #171717;
    font-size: 16px;
    font-weight: 300;
    background-color: #E4E4E4;
    border-radius: 58px 58px 0 58px;
    padding: 8px 12px;
    margin-right: 96px;
  }
  .pathItemTeacher {
    border: 2px solid #E4E4E4;
    border-radius: 200px;
    margin: 0 auto 48px;
    width: 416px;
    overflow: hidden;
    display: flex;
    padding: 16px;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
  }
  .pathItemTeacherPhoto img {
    border-radius: 100%;
    width: 80px;
  }
  .pathItemTeacherInfoName h6 {
    font-family: "kalameh", arial;
    color: #171717;
    font-size: 24px;
    font-weight: 300;
    display: inline-block;
  }
  .pathItemTeacherInfo {
    margin-right: 24px;
  }
  .pathItemTeacherInfoJob {
    margin-top: 16px;
  }
  .pathItemTeacherInfoJob span {
    font-family: "bakh", tahoma;
    color: #888888;
    font-size: 16px;
    font-weight: 300;
  }
  .pathItemTeacherInfoName a {
    display: inline-block;
    background-color: #E4E4E4;
    border-radius: 100%;
    padding: 4px 4px 1px;
    margin-right: 8px;
    transition: background-color 0.3s cubic-bezier(.5,0,.24,1);
  }
  .pathItemTeacherInfoName a img {
    width: 16px;
  }
  .pathItemTeacherInfoName a:hover {
    background-color: #FEC71A;
  }
  .pathItemBtn a {
    text-align: center;
    width: 416px;
    background-color: #63C514;
    border-radius: 100px;
    font-family: "bakh", tahoma;
    color: transparent;
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin: 0 auto 40px;
    padding: 14px 0;
    position: relative;
    overflow: hidden;
  }
  .pathItemBtn a::after {
    content: 'مشاهده جزئیات دوره';
    background-color: #FEC71A;
    position: absolute;
    left: 0;
    top: 150%;
    right: 0;
    bottom: 0;
    color: #171717;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: top 0.4s cubic-bezier(.5,0,.24,1);
  }
  .pathItemBtn a::before {
    content: 'اطلاعات بیشتر';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: top 0.4s cubic-bezier(.5,0,.24,1);
  }
  .pathItemBtn a:hover::after {
    top: 0;
  }
  .pathItemBtn a:hover::before {
    top: -150%;
  }
  .road {
    height: 32px;
    background-color: #f8fcf5;
    border: #63C514 solid;
    border-width: 2px 0 2px 2px;
    width: 100vw;
    margin-top: -4px;
    display: flex;
    align-items: center;
    /* mask-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 8%); */
  }
  .roadLines {
    width: 100vw;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%2363C514FF' stroke-width='4' stroke-dasharray='9%2c 14' stroke-dashoffset='14' stroke-linecap='butt'/%3e%3c/svg%3e");
    height: 2px;
  }
  .roadPoints {
    display: flex;
    justify-content: space-between;
    padding: 0 80px;
  }
  .roadPointsItemCircle {
    background-color: #f8fcf5;
    border: 2px solid #63C514;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    font-family: "kalameh", tahoma;
    color: #63C514;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .roadPointsItemLine {
    width: 2px;
    height: 48px;
    background-color: #63C514;
    display: inline-block;
  }
  .roadPointsItemDate {
    font-family: "kalameh", tahoma;
    color: #A0A0A0;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 21px;
    padding-right: 8px;
  }
  .roadPointsItemSign {
    text-align: center;
    width: 32px;
  }
  .roadPointsItem {
    display: flex;
    align-items: flex-end;
    width: 560px;
    justify-content: center;
    text-align: center;
  }
  .roadCtr {
    position: relative;
    width: 100vw;
    overflow: hidden;
    margin-top: 200px;
    height: 160px;
  }
  .roadHld {
    position: absolute;
    top: 0;
    left: 0;
  }
  .roadPointsDisable .roadPointsItemCircle {
    border: 2px solid #bdbdbd;
    background-color: #f4f4f4;
    color:#bdbdbd;
  }
  .roadPointsDisable .roadPointsItemLine {
    background-color: #bdbdbd;
  }
  .pathDisable {
    filter: grayscale(85%);
    transform-origin: center center;
    transform: scale(0.95);
  }
  .facts {
    width: 100%;
    max-width: 1920px;
    margin: 80px auto;
    position: relative;
  }
  .expand {
    width: 100%;
    background-color: #FBFBFB;
    border: 1px solid #CACACA;
    border-radius: 80px;
    overflow: hidden;
    height: 81px;
    cursor: pointer;
    margin-bottom: 24px;
    transition: background-color 0.3s cubic-bezier(.5,0,.24,1), border 0.3s cubic-bezier(.5,0,.24,1);
  }
  .expand:hover {
    background-color: #fff !important;
    border: 1px solid #63C514 !important;
  }
  .expandTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 48px;
  }
  .expandR {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .expandR img {
    margin-left: 24px;
    width: 32px;
  }
  .expandR {
    color: #171717;
  }
  .expandR h4 {
    font-family: "kalameh", tahoma;
    font-size: 24px;
    font-weight: 500;
  }
  .expandL {
    transform-origin: 50% 50%;
  }
  .expandL img {
    width: 24px;
  }
  .expandContent {
    margin: 32px 0;
  }
  .expandBulletCircle {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #63C514;
    margin-left: 16px;
  }
  .expandBulletText {
    font-family: "bakh", tahoma;
    color: #171717;
    font-size: 18px;
    font-weight: 300;
  }
  .expandBullet {
    margin: 24px 48px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .expandContent p {
    margin: -24px 48px 0;
    font-family: "bakh", tahoma;
    color: #171717;
    font-size: 16px;
    line-height: 160%;
    font-weight: 300;
    width: 80%;
  }
  .factsBg {
    margin-top: -440px;
    pointer-events: none;
  }
  .teachers {
    width: 100%;
    max-width: 1920px;
    margin: 80px auto;
  }
  .teachersHld {
    width: 100%;
    border: 1px solid #E4E4E4;
    border-radius: 96px 0 96px 96px;
    margin-top: 64px;
    background: url(images/teachersBg.svg) no-repeat left center;
    position: relative;
  }
  .teachersHldItem, .teachersHldItemFake {
    padding: 56px;
    display: flex;
    align-items: center;
    pointer-events: none;
  }
  .teachersHldItem {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
  }
  .teachersHldItemFake {
    opacity: 0;
  }
  .teachersHldItemPhoto {
    margin-left: 56px;
  }
  .teachersHldItemPhoto img {
    width: 320px;
    border-radius: 56px 0 56px 56px;
  }
  .teachersHldItemInfoName {
    font-family: "kalameh", tahoma;
    font-size: 40px;
    font-weight: 500;
    color: #171717;
  }
  .teachersHldItemInfoJob {
    font-family: "bakh", tahoma;
    color: #6D6D6D;
    font-size: 18px;
    font-weight: 300;
    line-height: 160%;
    margin: 24px 0 16px;
  }
  .teachersHldItemInfoLinkedin img {
    width: 32px;
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(.5,0,.24,1);
  }
  .teachersHldItemInfoLinkedin img:hover {
    opacity: 0.5;
  }
  .teachersHldItemInfoPointsItem {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 1px solid #FEC71A;
    margin-left: 8px;
  }
  .teachersHldItemInfoPoints {
    display: flex;
    margin-top: 40px;
  }
  .teachersHldItemInfoPointsItemActive {
    background-color: #FEC71A;
  }
  .feedbacks {
    width: 100%;
    max-width: 1920px;
    margin: 200px auto 64px;
  }
  .feedbacksCtr {
    width: 100vw;
    overflow: hidden;
    position: relative;
    margin-bottom: 80px;
  }
  .feedbacksHld {
    overflow: hidden;
  }
.feedbacksItemTop {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.feedbacksItemTopPhoto {
  margin-left: 16px;
}
.feedbacksItemTopPhoto img {
  width: 72px;
  border-radius: 24px 0 24px 24px;
}
.feedbacksItemTopDetails h6 {
  font-family: "kalameh", tahoma;
  font-size: 18px;
  font-weight: 500;
  color: #171717;
  margin-bottom: 8px;
}
.feedbacksItemTopDetails span {
  font-family: "bakh", tahoma;
  color: #8F8F8F;
  font-size: 16px;
  font-weight: 300;
}
.feedbacksItemP {
  padding-right: 88px;
  font-family: "bakh", tahoma;
  color: #171717;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  margin-top: 16px;
}
.feedbacksItem {
  width: 600px;
  background-color: #F4F4F4;
  border-radius: 72px 0 72px 72px;
  padding: 32px 56px;
  margin: 0 24px;
  float: right;
}
.feedbacksBtn {
  width: 100%;
  max-width: 1920px;
  margin: 64px auto;
}
.feedbacksBtn a {
  font-family: "kalameh", arial;
  color: transparent;
  font-size: 18px;
  font-weight: 300;
  border: 2px solid #FEC71A;
  padding: 13px 18px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.feedbacksBtn a::after {
  content: 'تصاویر و دیدگاه ها';
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 150%;
  bottom: 0;
  right: 0;
  background-color: #FEC71A;
  z-index: 2;
  color: #171717;
  transition: top 0.4s cubic-bezier(.5,0,.24,1);
}
.feedbacksBtn a:hover::after {
  top: 0;
}
.feedbacksBtn a::before {
  content: 'بازخورد های بیشتر';
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  right: 0;
  color: #171717;
  transition: top 0.4s cubic-bezier(.5,0,.24,1);
}
.feedbacksBtn a:hover::before {
  top: -150%;
}
.sponsors {
  width: 100%;
  max-width: 1920px;
  margin: 200px auto;
}
.sponsorsLogos {
  margin-top: 72px;
  display: flex;
  justify-content: space-between;
}
.sponsorsLogos img {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(.5,0,.24,1);
}
.sponsorsLogos a:hover img {
  opacity: 0.5;
}
.sponsorsBg {
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 360px;
  margin-top: -300px;
  pointer-events: none;
}
.sponsorsBg img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.support {
  background-color: #63C514;
  height: 500px;
  overflow: hidden;
  position: relative;
  padding-bottom: 260px;
}
.supportVector {
  text-align: center;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-content: flex-end;
}
.supportBg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.supportBg img {
  width: 100%;
  mix-blend-mode: multiply;
}
.supportTitle {
  font-family: "kalameh", arial;
  color: #FFFFFF;
  font-size: 40px;
  text-align: center;
  margin-top: 72px;
}
.supportText {
  font-family: "bakh", tahoma;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  margin: 24px 0 40px;
  text-align: center;
}
.supportCtr {
  position: relative;
  z-index: 1;
}
.supportField {
  text-align: center;
  margin-top: 16px;
}
.supportField input {
  width: 480px;
  font-family: "bakh", tahoma;
  color: #171717;
  font-size: 16px;
  font-weight: 300;
  background-color: rgba(255,255,255,0.4);
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 12px 28px;
  transition: background-color 0.3s cubic-bezier(.5,0,.24,1), border 0.3s cubic-bezier(.5,0,.24,1);
}
.supportField input:hover {
  background-color: rgba(255,255,255,0.6);
}
.supportField input::placeholder{
  color: #171717;
  opacity: 1;
}
.supportField input:focus {
  outline: none;
  background-color: rgba(255,255,255,0.9);
  border: 2px solid #FEC71A;
}
.supportBtn {
  text-align: center;
  margin-top: 24px;
}
.supportBtn button {
  font-family: "kalameh", arial;
  color: transparent;
  font-size: 18px;
  font-weight: 300;
  border: 2px solid #fff;
  padding: 11px 18px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}
.supportBtn button::after {
  content: 'ارسال';
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 150%;
  bottom: 0;
  right: 0;
  background-color: #63C514;
  z-index: 2;
  color: #fff;
  transition: top 0.4s cubic-bezier(.5,0,.24,1);
}
.supportBtn button:hover::after {
  top: 0;
}
.supportBtn button::before {
  content: 'با من تماس بگیر!';
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  right: 0;
  color: #171717;
  transition: top 0.4s cubic-bezier(.5,0,.24,1);
}
.supportBtn button:hover::before {
  top: -150%;
}
.faq {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 200px;
}
.faqBg {
  text-align: left;
  width: 100%;
}
.faqBg img {
  height: 300px;
}
.faq .sectionTitle {
  margin-top: -80px;
}
.faqCtr {
  margin-top: 72px;
}
.faq .expandR h4 {
  font-family: "bakh", tahoma;
  font-size: 18px;
  font-weight: 400;
}
.footer {
  background-color: #2C2C2C;
}
.footerCtr {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 72px 0;
}
.footerR {
  display: flex;
  align-items: center;
}
.footerR img {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(.5,0,.24,1);
}
.footerR a:hover img {
  opacity: 0.6;
}
.footerInfoItem {
  display: flex;
  margin: 16px 0;
}
.footerInfoItem img {
  margin-left: 16px;
  width: 16px;
}
.footerInfoItem span {
  font-family: "kalameh", arial;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  align-items: center;
  transition: color 0.3s cubic-bezier(.5,0,.24,1);
}
.footerLine {
  margin: 0 48px;
  width: 1px;
  height: 75px;
  background-color: #fff;
  mask: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}
.footerL {
  display: flex;
  align-items: center;
}
.footerInfoItem a:hover span {
  color: #FEC71A;
}
.footerSocialIcons img {
  width: 24px;
}
.footerSocialIcons {
  display: flex;
}
.footerSocialIcons a {
  margin: 0 16px;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(.5,0,.24,1);
}
.footerSocialIcons a:hover {
  opacity: 0.6;
}
.footerSocialText {
  font-family: "kalameh", arial;
  color: #FEC71A;
  font-size: 16px;
  font-weight: 500;
  margin-top: 16px;
}
.footerSocial {
  text-align: center;
}
.copyright {
  background-color: #63C514;
}
.copyrightCtr {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 16px 0 32px;
}
.copyrightCtrLogo {
  height: 64px;
  overflow: hidden;
}
.copyrightCtr img {
  transform: none;
  transition: transform 0.3s cubic-bezier(.5,0,.24,1);
}
.copyrightCtrText {
  font-family: "bakh", tahoma;
  font-size: 16px;
  font-weight: 300;
  color: #171717;
  display: flex;
  align-items: center;
}
.copyrightCtr a:hover img {
  transform: translateY(-50%);
}
.loading {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #63C514;
  z-index: 100;
}
.loadingOver {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #50a30c;
  z-index: 99;
}
.loadingOver2 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #3e7e0a;
  z-index: 98;
}
.lottie {
  width: 160px;
  margin: 0 auto;
}
.loadingText {
  font-family: "kalameh", arial;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  margin-top: -8px;
}
.loadingCtr {
  text-align: center;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}
.navMobile {
  display: none;
  width: 24px;
  position: fixed;
  right: 40%;
  top: 10px;
  transform: translateX(50%);
  cursor: pointer;
}
.mobileMenu {
  position: fixed;
  z-index: 500;
  right: -120%;
  top: 0;
  bottom: 0;
  width: 90vw;
  background-color: #63C514;
  font-family: "bakh", tahoma;
  font-size: 20px;
  font-weight: 300;
  padding: 0 24px;
}
.mobileMenu li {
  margin: 24px 0;
}
.mobileMenu a {
  color: #171717;
}
.mobileMenuClose {
  margin-top: 32px;
  cursor: pointer;
}
.mobileMenuClose img {
  width: 48px;
}
.calc {
  width: 100%;
  max-width: 1920px;
  margin: 232px auto 80px;
}
.calcText {
  font-family: "bakh", tahoma;
  font-size: 16px;
  font-weight: 300;
  color: #171717;
  margin-top: 24px;
}
.calcSwitch {
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.calcSwitchHld {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 32px;
  margin: 0 8px;
}

.calcSwitchHld input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.calcSwitchSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #FEC71A;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 100px;
}

.calcSwitchSlider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 3px;
  bottom: 1px;
  background-color: #FEC71A;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 100px;
}


.calcSwitchHld input:focus + .calcSwitchSlider {
  box-shadow: 0 0 1px #2196F3;
}

.calcSwitchHld input:checked + .calcSwitchSlider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}
.calcSwitch span {
  font-family: "bakh", tahoma;
  font-size: 18px;
  font-weight: 300;
  color: #171717;
}
.calcTable {
  margin-top: 24px;
}
.calcRow {
  border: 1px solid #B0B0B0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  margin-top: -1px;
}

.calcRow:first-child {
  border-radius: 24px 24px 0 0;
}
.calcRowR {
  display: flex;
}
.calcRowR input {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 2px solid #FEC71A;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  transition: .2s;
}
.calcRowR input:checked {
  background-color: #FEC71A;
}
.calcRowRCheck {
  position: relative;
}
.calcRowRCheck img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -9px);
  width: 16px;
  pointer-events: none;
}
.calcRowR span {
  font-family: "kalameh", arial;
  color: #171717;
  font-size: 24px;
  font-weight: 300;
  margin-right: 16px;
}
.calcRowL span {
  font-family: "kalameh", arial;
  color: #171717;
  font-size: 24px;
  font-weight: 300;
}
.calcTotal {
  background-color: #F8FFF2;
  border-color: #63C514;
  border-radius: 0 0 24px 24px;
  padding-bottom: 32px;
}
.calcTotal .calcRowL {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.calcTotal .calcRowL span {
  text-decoration: line-through;
  font-size: 16px;
}
.calcRowL1 {
  display: flex;
  align-items: center;
}
.calcRowL1Off {
  background-color: #FFFCF3;
  font-family: "bakh", tahoma;
  font-size: 16px;
  font-weight: 300;
  color: #171717;
  border: 1px solid #FEC71A;
  padding: 6px 8px 3px;
  border-radius: 100px;
  margin-left: 16px;
}
.calcRowL2 {
  font-family: "kalameh", arial;
  font-size: 32px;
  font-weight: 500;
  color: #63C514;
  margin-top: 12px;
}
.loan {
  width: 100%;
  max-width: 1920px;
  margin: 120px auto;
}
.loanTable, .checkoutForm form {
  margin-top: 40px;
}
.loanRow1, .loanRow2 {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #B0B0B0;
}
.loanRow1 {
  border-bottom: 0;
}
.loanTable {
  display: flex;
}
.loanCol {
  width: -webkit-fill-available;
}
.loanRow1 {
  font-family: "bakh", tahoma;
  font-size: 16px;
  font-weight: 300;
  color: #171717;
}
.loanRow2 b {
  font-family: "bakh", tahoma;
  font-size: 24px;
  font-weight: 400;
  color: #171717;
}
.loanRow2 span {
  font-family: "bakh", tahoma;
  font-size: 16px;
  font-weight: 300;
  color: #63C514;
  margin-top: 4px;
}
.loanRow2 {
  flex-direction: column;
}
.loanCol:first-child .loanRow1 {
  border-radius: 0 32px 0 0;
}
.loanCol:first-child .loanRow2 {
  border-radius: 0 0 32px 0;
}
.loanCol:last-child .loanRow1 {
  border-radius: 32px 0 0 0;
}
.loanCol:last-child .loanRow2 {
  border-radius: 0 0 0 32px;
}
.checkoutForm {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 120px;
}
.checkoutFormRow {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.checkoutFormRow input {
  width: 46%;
  font-family: "bakh", tahoma;
  font-size: 16px;
  font-weight: 300;
  color: #171717;
  padding: 16px 32px;
  border-radius: 100px;
  border: 2px solid #E1E1E1;
  transition: border 0.3s cubic-bezier(.5,0,.24,1);
}
.checkoutFormRow input:hover {
  border: 2px solid #b6b6b6;
}
.checkoutFormRow input:focus {
  border: 2px solid #63C514;
  outline: none;
}

.checkoutFormSubmit {
  text-align: center;
  background-color: #63C514;
  border-radius: 100px;
  font-family: "bakh", tahoma;
  color: transparent;
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin: 40px auto;
  padding: 18px 0;
  position: relative;
  width: 160px;
  overflow: hidden;
}
.checkoutFormSubmit::after {
  content: 'برو به درگاه';
  background-color: #FEC71A;
  position: absolute;
  left: 0;
  top: 150%;
  right: 0;
  bottom: 0;
  color: #171717;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: top 0.4s cubic-bezier(.5,0,.24,1);
}
.checkoutFormSubmit::before {
  content: 'پرداخت';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: top 0.4s cubic-bezier(.5,0,.24,1);
}
.checkoutFormSubmit:hover::after {
  top: 0;
}
.checkoutFormSubmit:hover::before {
  top: -150%;
}
.alert {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}
.alert span {
  font-family: "kalameh", arial;
  font-size: 64px;
  font-weight: 500;
  color: #63C514;
}
.alertBtn1 {
  text-align: center;
  background-color: #63C514;
  border-radius: 100px;
  font-family: "bakh", tahoma;
  color: transparent;
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-left: 32px;
  padding: 18px 0;
  position: relative;
  width: 200px;
  overflow: hidden;
}
.alertBtn1::after {
  content: 'مشاهده دروس';
  background-color: #FEC71A;
  position: absolute;
  left: 0;
  top: 150%;
  right: 0;
  bottom: 0;
  color: #171717;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: top 0.4s cubic-bezier(.5,0,.24,1);
}
.alertBtn1::before {
  content: 'مشاهده پنل کاربری';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: top 0.4s cubic-bezier(.5,0,.24,1);
}
.alertBtn1:hover::after {
  top: 0;
}
.alertBtn1:hover::before {
  top: -150%;
}

.alertBtn2 {
  text-align: center;
  background-color: #fff;
  border: 2px solid #63C514;
  border-radius: 100px;
  font-family: "bakh", tahoma;
  color: transparent;
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 18px 0;
  position: relative;
  width: 200px;
  overflow: hidden;
}
.alertBtn2::after {
  content: 'صفحه اصلی';
  background-color: #63C514;
  position: absolute;
  left: 0;
  top: 150%;
  right: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: top 0.4s cubic-bezier(.5,0,.24,1);
}
.alertBtn2::before {
  content: 'بازگشت به خانه';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #63C514;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: top 0.4s cubic-bezier(.5,0,.24,1);
}
.alertBtn2:hover::after {
  top: 0;
}
.alertBtn2:hover::before {
  top: -150%;
}
.alertBtns {
  display: flex;
  justify-content: center;
  margin-top: 72px;
}
.alertError .alertBtn1::before {
  content: 'تلاش مجدد';
}
.alertError .alertBtn1::after {
  content: 'پرداخت دوباره';
}
.alertError span {
  color: #DF1010;
}
.cHero, .pHero {
    margin: 0 auto;
    position: relative;
    left: 0;
    top: 0;
    width: 100vw;
    max-width: 1920px;
    height: 100vh;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cHeroR {
  margin-top: 24px;
}
.cHeroRTitle {
  font-family: "kalameh", arial;
  color: #63C514;
  font-size: 64px;
  font-weight: 500;
}
.cHeroRSlogan {
  font-family: "bakh", tahoma;
  color: #171717;
  font-size: 24px;
  font-weight: 300;
  margin-top: 40px;
}
.cHeroRBtn1 {
  display: flex;
  align-items: center;
  margin-top: 56px;
}
.cHeroRBtn2 {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.cHeroRBtn1 a {
  text-align: center;
  background-color: #fff;
  border: 2px solid #FEC71A;
  border-radius: 100px;
  font-family: "bakh", tahoma;
  color: transparent;
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 18px 0;
  position: relative;
  width: 160px;
  overflow: hidden;
}
.cHeroRBtn1 a::after {
  content: 'خرید تکی';
  background-color: #FEC71A;
  position: absolute;
  left: 0;
  top: 150%;
  right: 0;
  bottom: 0;
  color: #171717;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: top 0.4s cubic-bezier(.5,0,.24,1);
}
.cHeroRBtn1 a::before {
  content: 'خرید این درس';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #171717;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: top 0.4s cubic-bezier(.5,0,.24,1);
}
.cHeroRBtn1 a:hover::after {
  top: 0;
}
.cHeroRBtn1 a:hover::before {
  top: -150%;
}
.cHeroRBtnText {
  font-family: "bakh", tahoma;
  color: #7E7E7E;
  font-size: 18px;
  font-weight: 300;
  margin-right: 24px;
}

.cHeroRBtn2 a {
  text-align: center;
  background-color: #fff;
  border: 2px solid #63C514;
  border-radius: 100px;
  font-family: "bakh", tahoma;
  color: transparent;
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 18px 0;
  position: relative;
  width: 160px;
  overflow: hidden;
}
.cHeroRBtn2 a::after {
  content: 'با تخفیف';
  background-color: #63C514;
  position: absolute;
  left: 0;
  top: 150%;
  right: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: top 0.4s cubic-bezier(.5,0,.24,1);
}
.cHeroRBtn2 a::before {
  content: 'خرید کلی';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #171717;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: top 0.4s cubic-bezier(.5,0,.24,1);
}
.cHeroRBtn2 a:hover::after {
  top: 0;
}
.cHeroRBtn2 a:hover::before {
  top: -150%;
}
.cHeroRChips {
  margin-top: 72px;
}
.cTeacher {
  border: 1px solid #63C514;
  width: 500px;
  border-radius: 96px 0 96px 96px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.cTeacherTitle {
  padding: 14px 18px 16px;
  font-family: "kalameh", arial;
  color: #63C514;
  font-size: 18px;
  font-weight: 300;
  border: 1px solid #63C514;
  border-radius: 32px 0 32px 32px;
  display: inline-block;
}
.cTeacherCtr1 {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.cTeacherPhoto {
  margin-top: 24px;
}
.cTeacherPhoto img {
  border-radius: 100%;
  width: 160px;
}
.cTeacherName {
  font-family: "kalameh", arial;
  color: #171717;
  font-size: 32px;
  font-weight: 500;
  margin-top: 16px;
}
.cTeacherJob {
  font-family: "bakh", tahoma;
  color: #707070;
  font-size: 18px;
  font-weight: 300;
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.cTeacherJob a {
  margin-right: 10px;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(.5,0,.24,1);
}
.cTeacherJob a:hover {
  opacity: 0.6;
}
.cTeacherJob img {
  width: 32px;
}
.cTeacherQs {
  display: flex;
  justify-content: space-between;
  width: 64%;
  margin: 32px auto 0;
  font-family: "bakh", tahoma;
  color: #CECECE;
  font-size: 48px;
  font-weight: 300;
}
.cTeacherQ {
  width: 69%;
  margin: -16px auto 0;
  font-family: "bakh", tahoma;
  color: #171717;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  line-height: 150%;
}
.cTeacherDots {
  display: flex;
  justify-content: center;
  margin: 32px 0;
}
.cTeacherDotsDot {
  margin: 0 4px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #D9D9D9;
}
.cTeacherDotsDotActive {
  background-color: #FEC71A;
}
.cTeacherBg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.cP {
  width: 100%;
  max-width: 1920px;
  margin: 200px auto;
  font-family: "bakh", tahoma;
  color: #171717;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}
.cP p {
  width: 40%;
}
.cProps {
  width: 100%;
  max-width: 1920px;
  margin: 80px auto;
  display: flex;
  justify-content: space-between;
}
.cProp {
  text-align: center;
  width: calc(25% - 32px);
  border: 1px solid #D9D9D9;
  border-radius: 64px 0 64px 64px;
  position: relative;
  overflow: hidden;
}
.cPropBlack {
  font-family: "kalameh", arial;
  color: #171717;
  font-size: 18px;
  font-weight: 300;
  margin-top: 56px;
}
.cPropGreen {
  font-family: "kalameh", arial;
  color: #63C514;
  font-size: 56px;
  font-weight: 500;
  margin-top: 16px;
}
.cPropBg {
  position: absolute;
  right: 0;
  bottom: -10%;
  width: 100%;
}
.cProp:first-child .cPropBlack {
  margin-top: 0;
  margin-top: 24px;
}
.cProp:first-child .cPropBlack:first-child {
  margin-top: 32px;
}
.cProp:first-child .cPropGreen {
  font-size: 24px;
}
.bulletSec {
  width: 100%;
  max-width: 1920px;
  margin: 200px auto;
}
.bulletSecItem {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.bulletSecItemText {
  background-color: #FAFAFA;
  border: 1px solid #D9D9D9;
  width: -webkit-fill-available;
  border-radius: 100px;
  font-family: "bakh", tahoma;
  color: #171717;
  font-size: 16px;
  font-weight: 300;
  padding: 16px 32px;
  margin-right: 24px;
  position: relative;
}
.bulletSecCtr {
  margin-top: 48px;
}
.bulletSecItem img {
  width: 18px;
}
.cVid {
  width: 1000px;
  margin: 200px auto;
}
.cVidTitle {
  font-family: "kalameh", arial;
  color: #171717;
  font-size: 24px;
  font-weight: 300;
  background-color: #FEC71A;
  padding: 16px 24px;
  display: inline-block;
  border-radius: 40px 40px 0 40px;
  margin-right: 72px;
}
.cVidVid {
  border-radius: 72px;
  overflow: hidden;
}
.cert {
  width: 80%;
  max-width: 1200px;
  margin: 80px auto;
}
.certSec {
  border-radius: 100px 0 100px 100px;
  background: linear-gradient(21deg, rgba(97,197,19,1) 52%, rgba(254,199,26,1) 100%);
  display: flex;
  align-items: center;
  padding: 120px 80px;
  position: relative;
  overflow: hidden;
}
.certSecBg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(images/heroBg.png) no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  z-index: 0;
  pointer-events: none;
}
.certSecR, .certSecL {
  width: 100%;
  position: relative;
  z-index: 1;
}
.certSecR img {
  width: 100%;
}
.certSecLTitle {
  font-family: "kalameh", arial;
  color: #fff;
  font-size: 56px;
  font-weight: 500;
  line-height: 150%;
}
.certSecLP {
  font-family: "bakh", tahoma;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  margin-top: 24px;
}
.certSecL {
  margin-right: 64px;
}
.certVec1 {
  transform: translateY(10px);
}
.certVec2 {
  display: flex;
  justify-content: flex-end;
  transform: translateY(-10px);
}
.bulletSecItemText a {
  color: #346a09;
  transition: color 0.3s cubic-bezier(.5,0,.24,1);
}
.bulletSecItemText a:hover {
  color: #63C514;
}
.bulletSecItemTextH {
  position: absolute;
  left: -1px;
  top: -1px;
  height: 100%;
  background-color: #fff;
  border: 1px solid #FEC71A;
  border-radius: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.cPlat {
  width: 80%;
  max-width: 1200px;
  margin: 80px auto 160px;
  border: 4px solid #63C514;
  border-radius: 100px 0 100px 100px;
  padding: 40px 56px;
  position: relative;
}
.cPlatTitle {
  font-family: "kalameh", arial;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  display: inline-block;
  background-color: #63C514;
  padding: 20px 20px 24px;
  border-radius: 48px 32px 0 48px;
}
.cPlatH {
  font-family: "kalameh", arial;
  color: #171717;
  font-size: 40px;
  font-weight: 300;
  margin-top: 48px;
}
.cPlatP {
  font-family: "bakh", tahoma;
  color: 171717#fff;
  font-size: 16px;
  font-weight: 300;
  margin-top: 32px;
  line-height: 150%;
  width: 60%;
}


.cPlatBtn a {
  text-align: center;
  background-color: #fff;
  border: 2px solid #63C514;
  border-radius: 100px;
  font-family: "kalameh", arial;
  color: transparent;
  font-size: 18px;
  font-weight: 300;
  display: block;
  padding: 18px 0;
  position: relative;
  width: 180px;
  overflow: hidden;
  margin: 40px 0 16px;
}
.cPlatBtn a::after {
  content: 'و مشاهده لینک';
  background-color: #63C514;
  position: absolute;
  left: 0;
  top: 150%;
  right: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: top 0.4s cubic-bezier(.5,0,.24,1);
}
.cPlatBtn a::before {
  content: 'ورود به پنل کاربری';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #171717;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: top 0.4s cubic-bezier(.5,0,.24,1);
}
.cPlatBtn a:hover::after {
  top: 0;
}
.cPlatBtn a:hover::before {
  top: -150%;
}
.cPlatBg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.cPlatBg img {
  height: 80%;
}
.cPlatH span {
  color: #63C514;
}
.sazmani {
  width: 80%;
  max-width: 1200px;
  margin: 160px auto 0;
  border: 4px solid #63C514;
  border-radius: 100px 0 100px 100px;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 520px;
  background: url(images/heroBg.png) no-repeat;
  background-size: cover;
}
.sazmaniTitle {
  font-family: "kalameh", arial;
  color: #171717;
  font-size: 40px;
  font-weight: 500;
}
.sazmaniP {
  font-family: "bakh", tahoma;
  color: #171717;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  margin-top: 32px;
  width: 84%;
}
.sazmaniR img {
  height: 530px;
}


.sazmaniBtn a {
  text-align: center;
  background-color: #fff;
  border: 2px solid #63C514;
  border-radius: 100px;
  font-family: "kalameh", arial;
  color: transparent;
  font-size: 18px;
  font-weight: 300;
  display: block;
  padding: 16px 0;
  position: relative;
  width: 280px;
  overflow: hidden;
  margin-top: 32px;
}
.sazmaniBtn a::after {
  content: 'ورود به صفحه ثبت نام سازمانی';
  background-color: #63C514;
  position: absolute;
  left: 0;
  top: 150%;
  right: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: top 0.4s cubic-bezier(.5,0,.24,1);
}
.sazmaniBtn a::before {
  content: 'ورود به صفحه ثبت نام سازمانی';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #171717;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: top 0.4s cubic-bezier(.5,0,.24,1);
}
.sazmaniBtn a:hover::after {
  top: 0;
}
.sazmaniBtn a:hover::before {
  top: -150%;
}
.sazmaniL {
  margin-right: 48px;
}
.sazmaniBg {
  margin: 0 auto;
  text-align: center;
}
.sazmaniBg img {
  width: 80%;
  max-width: 1200px;
}
.cReady {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cReadyR h3 {
  font-family: "kalameh", arial;
  color: #63C514;
  font-size: 64px;
  font-weight: 500;
}
.cReadyR span {
  font-family: "kalameh", arial;
  color: #171717;
  font-size: 24px;
  font-weight: 300;
  margin-top: 40px;
  display: inline-block;
}
.cTeacherSlideFake {
  position: relative;
  opacity: 0;
  pointer-events: none;
}
.cTeacherSlide {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.pHeroR1 {
  font-family: "kalameh", arial;
  color: #63C514;
  font-size: 64px;
  font-weight: 500;
}
.pHeroR2 {
  font-family: "kalameh", arial;
  color: #63C514;
  font-size: 96px;
  font-weight: 700;
  margin-top: 24px;
}




.pHeroRBtn a {
  text-align: center;
  background-color: #fff;
  border: 2px solid #63C514;
  border-radius: 100px;
  font-family: "kalameh", arial;
  color: transparent;
  font-size: 18px;
  font-weight: 300;
  display: block;
  padding: 16px 0;
  position: relative;
  width: 200px;
  overflow: hidden;
  margin-top: 80px;
}
.pHeroRBtn a::after {
  content: 'ورود به پنل ثبت نام';
  background-color: #63C514;
  position: absolute;
  left: 0;
  top: 150%;
  right: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: top 0.4s cubic-bezier(.5,0,.24,1);
}
.pHeroRBtn a::before {
  content: 'ورود به پنل ثبت نام';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #171717;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: top 0.4s cubic-bezier(.5,0,.24,1);
}
.pHeroRBtn a:hover::after {
  top: 0;
}
.pHeroRBtn a:hover::before {
  top: -150%;
}
.pHeroL img {
  height: 70vh;
}
.pPer {
  width: 100vw;
  max-width: 1920px;
  margin: 120px auto;
  border: 2px solid #63C514;
  border-radius: 48px 0 48px 48px;
  font-family: "kalameh", arial;
  color: #171717;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  padding: 64px 0;
  vertical-align: middle;
  background: url(images/pPer.png) no-repeat right center #fff;
}
.pPer b {
  color: #63C514;
  font-size: 64px;
  font-weight: 500;
  display: inline-block;
  margin: 0 16px;
  vertical-align: middle;
}






.calcBtn a {
  text-align: center;
  background-color: #63C514;
  border-radius: 100px;
  font-family: "kalameh", arial;
  color: transparent;
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding: 16px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 24px;
}
.calcBtn a::after {
  content: 'بــــــــزن بـــــــریم!';
  background-color: #FEC71A;
  position: absolute;
  left: 0;
  top: 150%;
  right: 0;
  bottom: 0;
  color: #171717;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: top 0.4s cubic-bezier(.5,0,.24,1);
}
.calcBtn a::before {
  content: 'تایید دروس و ثبت نام';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: top 0.4s cubic-bezier(.5,0,.24,1);
}
.calcBtn a:hover::after {
  top: 0;
}
.calcBtn a:hover::before {
  top: -150%;
}

.pQest {
  width: 100vw;
  max-width: 1920px;
  margin: 120px auto;
  border: 2px solid #63C514;
  border-radius: 100px 0 100px 100px;
  padding: 48px 72px;
  box-sizing: border-box;
  position: relative;
}
.pQestBg {
  position: absolute;
  left: 72px;
  top: 0;
}
.pQestBg img {
  height: 160px;
}
.pQestTitle {
  font-family: "kalameh", arial;
  color: #63C514;
  font-size: 32px;
  font-weight: 500;
}
.pQestP {
  font-family: "bakh", tahoma;
  color: #171717;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  margin-top: 24px;
}
.pQestP p {
  width: 64%;
}
.pQestBullets {
  margin-top: 48px;
}
.pQestBullet {
  font-family: "bakh", tahoma;
  color: #171717;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  align-items: center;
  margin: 16px 0;
}
.pQestBullet img {
  width: 16px;
}
.pQestBullet p {
  margin-right: 16px;
}

.pChart {
  width: 100vw;
  max-width: 1920px;
  margin: 160px auto;
}
.pChartCtr {
  border: 2px solid #63C514;
  border-radius: 100px 0 100px 100px;
  padding: 48px 72px;
  box-sizing: border-box;
  margin-top: 48px;
  height: 400px;
}
.conHero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 1920px;
  margin: 240px auto 120px;
}

.conHeroRTitle {
  font-family: "kalameh", arial;
  color: #63C514;
  font-size: 48px;
  font-weight: 500;
}
.conHeroRP {
  font-family: "bakh", tahoma;
  color: #171717;
  font-size: 16px;
  font-weight: 300;
  margin-top: 40px;
  line-height: 156%;
  width: 38%;
}
.conContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 1920px;
  margin: 0 auto 120px;
}
.conContentR, .conContentL {
  border: 2px solid #63C514;
  background-color: #fff;
  border-radius: 88px 0 88px 88px;
  width: 48%;
  -webkit-box-shadow: 0px 59px 62px -67px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 59px 62px -67px rgba(0,0,0,0.75);
  box-shadow: 0px 59px 62px -67px rgba(0,0,0,0.75);
}
.conContentTitle {
  background-color: #F0F9E8;
  font-family: "kalameh", arial;
  color: #63C514;
  font-size: 24px;
  font-weight: 300;
  border: 2px solid #63C514;
  display: inline-block;
  border-radius: 88px 0 88px 88px;
  padding: 20px 24px;
  transform: translate(2px, -2px);
}
.conContentCtr {
  margin: 32px auto 64px;
}
.conContentCtrItem {
  border-radius: 100px;
  border: 2px solid #DADADA;
  width: 80%;
  margin: 16px auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.conContentCtrItemIcon {
  width: 48px;
  height: 48px;
  background-color: #F0F9E8;
  border: 2px solid #63C514;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-2px, 0);
}
.conContentCtrItemIcon img {
  width: 24px;
}
.conContentCtrItemText {
  font-family: "bakh", tahoma;
  color: #171717;
  font-size: 18px;
  font-weight: 300;
  margin-left: 16px;
  margin-right: 16px;
}
.conContentCtrItemText a {
  color: #171717;
  transition: color 0.3s cubic-bezier(.5,0,.24,1);
}
.conContentCtrItemText a:hover {
  color: #63C514;
}
.conMapTitle {
  width: 100vw;
  max-width: 1920px;
  margin: 200px auto 0;
  font-family: "kalameh", arial;
  color: #171717;
  font-size: 32px;
  font-weight: 500;
}
.conMap {
  width: 100vw;
  height: 500px;
  background-color: #ECECEC;
  margin-top: 56px;
}
.aHeroR {
  line-height: 150%;
}
.aHeroL img {
  height: 50vh;
}
.sanayeBtn a::before {
  content: 'ورود به صفحه معرفی به صنایع';
}
.sanayeBtn a::after {
  content: 'ورود به صفحه معرفی به صنایع';
}
.aContent {
  width: 100vw;
  max-width: 1920px;
  margin: 120px auto;
}
.aSection {
  margin: 120px auto;
}
.aSectionTitle {
  font-family: "kalameh", arial;
  color: #63C514;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 16px;
}
.aSectionP {
  font-family: "bakh", tahoma;
  color: #171717;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  width: 70%;
}
.aSectionBullet {
  margin: 24px 0;
  display: flex;
  align-items: center;
}
.aSectionBullet {
  font-family: "bakh", tahoma;
  color: #171717;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}
.aSectionBullet span {
  margin-right: 16px;
}

.spPBtn a {
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  font-family: "kalameh", arial;
  border: 2px solid #63C514;
  color: transparent;
  font-size: 18px;
  font-weight: 300;
  display: block;
  padding: 16px 0;
  position: relative;
  width: 224px;
  overflow: hidden;
  margin-top: 24px;
}
.spPBtn a::after {
  content: 'دانلود PDF پروپوزال';
  background-color: #63C514;
  position: absolute;
  left: 0;
  top: 150%;
  right: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: top 0.4s cubic-bezier(.5,0,.24,1);
}
.spPBtn a::before {
  content: 'دانلود PDF پروپوزال';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #171717;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: top 0.4s cubic-bezier(.5,0,.24,1);
}
.spPBtn a:hover::after {
  top: 0;
}
.spPBtn a:hover::before {
  top: -150%;
}
.spBullets {
  margin-top: 80px;
}
.spQestTitle {
  margin-top: 24px;
}
.spForm .checkoutFormSubmit {
  width: 174px;
}
.spForm .checkoutFormSubmit::before {
  content: 'با من تماس بگیر!';
}
.spForm .checkoutFormSubmit::after {
  content: 'با من تماس بگیر!';
}
.coProps {
  width: 100vw;
  max-width: 1920px;
  margin: 120px auto 200px;
}
.coPropsCtr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 72px;
}
.coProp {
  width: 23%;
  border: 2px solid #63C514;
  overflow: hidden;
  border-radius: 48px 0 48px 48px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 59px 62px -67px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 59px 62px -67px rgba(0,0,0,0.75);
  box-shadow: 0px 59px 62px -67px rgba(0,0,0,0.75);
}
.coPropTitle {
  font-family: "bakh", tahoma;
  color: #171717;
  font-size: 24px;
  font-weight: 500;
  background-color: #FEC71A;
  display: inline-block;
  padding: 10px 16px;
  border-radius: 100px;
  margin: 32px auto;
}
.coPropP {
  font-family: "bakh", tahoma;
  color: #171717;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.coPropVec {
  transform: translateY(8px);
}
.coPropVec img {
  width: 100%;
}
.coPropP a {
  color: #63C514;
  font-weight: 500;
  transition: color 0.2s cubic-bezier(.5,0,.24,1);
}
.coPropP a:hover {
  color: #FEC71A;
}
.iHeroL img {
  height: 50vh;
}
.iHeroBtn a {
  width: 224px;
}
.iHeroBtn a::before {
  content: 'ثبت نام به عنوان حامی';
}
.iHeroBtn a::after {
  content: 'ثبت نام به عنوان حامی';
}
.iFaq {
  margin-top: 320px;
}
.iSponsorCtr {
  width: 100vw;
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  align-items: center;
}
.iSponsorCtrRVid {
  width: 700px;
  overflow: hidden;
  border-radius: 36px;
}
.iSponsorCtrLLogo img {
  height: 72px;
}
.iSponsorCtrLTitle {
  font-family: "kalameh", arial;
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: 150%;
  margin: 24px 0;
}
.iSponsorCtrLP {
  font-family: "bakh", tahoma;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  width: 60%;
}
.iSponsorCtrL {
  margin-right: 72px;
}
.iSponsorDark .iSponsorCtrLTitle, .iSponsorDark .iSponsorCtrLP {
  color: #171717;
}