

:root{
   
    box-sizing: border-box;

}




/*----- Reset Style ------ */

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;
    
}
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;
}

a {
    color: inherit;
    font-family: inherit;
    text-decoration: none;
}


*, *:after, *:before {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
            -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
}

img{
  user-select: none;
}

/*-------- fonts ------*/


@font-face {
    font-family: "IRANYekanX-ExtraBold";
    src: url('fonts/IRANYekanX-ExtraBold.woff2') format('truetype');

}

@font-face {
    font-family: "IRANYekanX-Bold";
    src: url('fonts/IRANYekanX-Bold.woff2') format('truetype');

}

@font-face {
    font-family: "IRANYekanX-Regular";
    src: url('fonts/IRANYekanX-Regular.woff2') format('truetype');
}

@font-face {
    font-family: "IRANYekanX-Light";
    src: url('fonts/IRANYekanX-Light.woff2') format('truetype');

}


.fade {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  .show {
    opacity: 1;
  }
/* -------- Container -------- */

.container {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 16px;
}

@media (min-width: 576px) {
    .container {
        width: 540px;
        padding: 0 0;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}
@media (min-width: 1300px) {
    .container {
        width: 1240px;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1320px;
    }
}



/* main styels */


body{
    font-family: 'IRANYekanX-Regular';
    background: #FAFAFA;
    position: relative;
    overflow-x:hidden ;
}

.back-chart__shape{
    position: absolute;
    top: 500px;
    right: 0;
    width: 916px;
    height: 539px;
    border-radius: 916px;
    opacity: 0.4;
    background:  #D9F2E5;
    filter: blur(75px);
    z-index: -1;
}
.chart__shape{
    width: 503px;
    height: 273px;
    opacity: 0.5;
    position: absolute;
    top: 700px;
    right: 50px;
    z-index: -1;
}
.header-back__shape{
    position: absolute;
    top: -600px;
    left: -120px;
    width: 737.21px;
    height: 828.661px;
    transform: rotate(35.827deg);
    flex-shrink: 0;
    border-radius: 828.661px;
    opacity: 0.4;
    background:  #F7E0C8;
    filter: blur(75px);
    z-index: -1;
}

.acorn-right__top{
    position: absolute;
    right: -60px;
    top: 140px;
    z-index: -1;
    width: 202px;
    height: 192px;

}
.acorn-right__top img{
    width: 100%;
    height: 100%;
    
}


.hero-right__shape{
    position: absolute;
    left: 0;
    width: 320.092px;
    height: 363.674px;
    z-index: -1;
    top: 600px;
    fill: linear-gradient(326deg, rgba(246, 247, 249, 0.00) 9.31%, #ECEDF2 100.06%);
}
.table__shape{
     position: absolute;
    left: 0;
    top: 0;
    width: 1117.314px;
height: 1812.719px;
z-index: -2;
}


.acron2{
    position: absolute;
    top: 1200px;
    left: 4%;
    width: 84px;
height: 85.256px;
z-index: -2;

}
.ef-1{
    position: absolute;
    width: 232px;
    height: 313px;
    flex-shrink: 0;
    top: 1490px;
    right: 0;
    z-index: -2;
}
.table-2{
    position: absolute;
    right: 0;
    bottom: 130px;
    z-index: -2;
}









/* header */

header{
    position: fixed;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
    width: 100%;
    height: 80px;
}
header.scrolled {
background: rgba(245, 234, 222, 0.50);
box-shadow: 0px 4px 20px 0px rgba(21, 89, 65, 0.15);
backdrop-filter: blur(7.5px);
}

.header__wrapper {
    display: flex;
    padding: 8px 0;
    align-items: center;
    justify-content: space-between;
  
}

.header-logo__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 16px;
}
.header__logo {
    width: 64px;
height: 64px;
}
.header-logo__text {
    color: #22795C;
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 800;
line-height: 40px; 
}
.header__menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-menu__item {
    display: flex;
width: 195px;
height: 48px;
padding: 8px 8px 8px 16px;
justify-content: flex-start;
align-items: center;
gap: 8px;
transition: all .3s ease-in-out;

}
.menu-item__svg {
    width: 24px;
    height: 24px;
    transition: all .3s ease-in-out;

}
.header-menu__item:hover .menu-item__text{
    color: #319874;
}
.header-menu__item:hover .menu-item__svg{
    color: #319874;
}

.menu-item__text {
		font-family: "IRANYekanX-Bold";
    color: #656E89;
text-align: right;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 30px; 
transition: all .3s ease-in-out;

}   

.header-login__btn {
    display: flex;
padding: 5px 16px;
justify-content: center;
align-items: center;
border-radius: 8px;
background:  #D9F2E5;
color:  #319874;
text-align: center;
	font-family: "IRANYekanX-Bold";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 30px; 
transition: all .3s ease-in-out;
}

.header-login__btn:hover {
    color: #fff;
    background:#319874 ;
}

.header-login__btn--mobile{
    display: none;
width: 36px;
height: 36px;
padding: 2px 4px;
justify-content: center;
align-items: center;
gap: 8px;
flex-shrink: 0;
aspect-ratio: 1/1;
border-radius: 2000px;
background: var(--Netural-100, #ECEDF2);
}

.header__menu--mobile{
    display: none;
    align-items: center;
    justify-content: center;

}
.header-login__btn--mobile__svg{
    width: 19px;
height: 22px;
flex-shrink: 0;
aspect-ratio: 19/22;
}


.nav-menu {
    position: fixed;
    /* display: none; */
    top: 0;
    right: -280px;
    bottom: 0;
    width: 280px;
    border-radius: 20px 0px 0px 20px;
    border-bottom: 0.2px solid #4F4F4F;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    padding: 20px;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    z-index: 50;
}

.nav-menu--open {
    right: 0;
}
.nav-menu__inner {
    position: relative;
    width: 100%;
    height: 100%;
}


.nav-menu__close {
       position: absolute;
    left: 0;
    top: 0;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 51;
    width: 20px;
    height: 20px;
}
.nav-menu__line-close {
    display: block;
    position: relative;
    width: 100%;
    height: 0.3rem;
    border-radius: 5rem;
    background-color: transparent;
    position: relative;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.nav-menu__line-close::before, .nav-menu__line-close::after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 0.3rem;
    border-radius: 5rem;
    background-color: #22795C;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.nav-menu__line-close::before {
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
    top: -10px;
}
.nav-menu__line-close::after {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
    top: 10px;
}

.nav-menu__background {
    display: none;
    opacity: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 49;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nav-menu__background--open {
    display: block;
    opacity: 0.75;
}





.nav-menu__logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    padding-top: 10px;
}
.nav-menu__logo span{
    color: #22795C;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
}


.header-menu__item--mobile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
    gap: 5px;
}
.menu-item__svg--mobile {
    width: 20px;
    height: 20px;
}
.menu-item__text--mobile {
	font-family: "IRANYekanX-Bold";
     color: #656E89;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
}












/*--------------- main -----------*/

.hero__wrapper {
    padding-top: 120px;
}
.hero__inner{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-text__wrapper {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 32px;

}
.home-banner-text {
    color: #3B3F51;
text-align: right;
font-size: 42px;
font-style: normal;
font-weight: 800;
line-height: 56px; 
font-family: "IRANYekanX-ExtraBold";
}
.before_type_writting {
   
}
.output {
     color:#319874;
font-size: 42px;
font-style: normal;
font-weight: 800;
line-height: 56px;
}
.cursor {
}
.wrtitting-title {
}
.after_type_writting {
      color: #3B3F51;
text-align: right;
font-size: 42px;
font-style: normal;
font-weight: 800;

line-height: 56px; 
}
.hero__subtitle {
    color:  #656E89;
text-align: right;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 30px; /* 187.5% */
}
.hero-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}
.hero__link--report {
    display: flex;
padding: 11px 48px;
justify-content: center;
align-items: center;
border-radius: 12px;
background: #F2D4B6;
box-shadow: 0px 15px 25px -5px rgba(178, 107, 45, 0.15);
color: var(--Secondary-800, #B26B2D);
text-align: center;
font-family: "IRANYekanX-ExtraBold";
font-size: 18px;
font-style: normal;
font-weight: 800;
line-height: 34px; 
transition: all .3s ease-in-out;

}
.hero__link--report:hover {
    color: #F2D4B6;
    background: #B26B2D;
}
.hero__link--signup {
    display: flex;
    padding: 11px 48px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background:  #319874;
    box-shadow: 0px 15px 25px -5px rgba(18, 51, 41, 0.08);
    color:  #FFF;
text-align: center;
font-family: "IRANYekanX-ExtraBold";

font-size: 18px;
font-style: normal;
font-weight: 800;
line-height: 34px; 
transition: all .3s ease-in-out;

}
.hero__link--signup:hover {
    color:  #319874;
    background:  #D9F2E5;

}
.hero-img__wrapper{     
    flex-basis: 50%;

}
.hero__img {
    width: 100%;

}
.hero__img--mobile{
	display: none;
	width: 100%;
}

.hero-shape__right{
    position: absolute;
    width: 6px;
    height: 64px;
    border-radius: 100px;
    background:  #F2D4B6;
      top: 50%;
    transform: translate(-50%);
    right: -48px;
}
.hero-shape__left{
    position: absolute;
    width: 6px;
    height: 64px;
    background:  #F2D4B6;
    border-radius: 100px;
   top: 50%;
    transform: translate(-50%);
    left: -48px;
}




/* logos section */


.logos__wrapper {
    position: relative;
}
.logos__inner {
}
.section__header {
    color:  #3B3F51;
    font-family:'IRANYekanX-ExtraBold' ;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;  
    margin-bottom: 48px;
}

.mySwiper1 {
    height: 170px;
    position: static !important;
    padding-top: 48px !important;
	margin-top: -40px;
}
.logo__wrapper{
      position: relative;
  display: inline-block;
  overflow-y: visible;
}
.logos__wrapper--mobile{
	display: none;
}
.logo__item {
    width: 100%;
    height: 100%;
    object-fit: contain;

}
.logo__name{
      position: absolute;
  top: -35px;
  left: 50%;
  transform: translate(-50%);
  padding: 0 12px;
 color:  #FFF;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 40px; /* 285.714% */
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 4px;
background:  #3B3F51;
width: auto;
overflow: visible;
  white-space: nowrap;
  display: none !important;
}
.logo__wrapper:hover .logo__name {
  opacity: 1;
}
.logo__name--shape{
    width: 8px;
height: 8px;
position: absolute;
bottom: -4.5px;
background: #3B3F51;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    overflow: visible;
}
.swiper-button-next {
    border-radius: 100px !important;
    background: rgba(255, 255, 255, 0.50) !important;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px !important;
    width: 48px !important;
    height: 48px !important;
    transition: all .3s ease-in-out;
    left: -35px !important;
    margin-top: 40px !important;
}
.swiper-button-prev {
    border-radius: 100px !important;
    background: rgba(255, 255, 255, 0.50) !important;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px !important;
    width: 48px !important;
    height: 48px !important;
transition: all .3s ease-in-out;
right: -35px !important;
margin-top: 40px !important;
}

.swiper-button-prev:hover ,
.swiper-button-next:hover {

    background:rgba(148, 148, 148, 0.5) !important;

}


.swiper-button-next:after ,
.swiper-button-prev:after {
    display: none;
}





/* why-us wrapper */


.why-us__wrapper {
    margin-top: 80px;

}
.why-us__container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.why-us__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
	flex-wrap: wrap;
}
.why-us__mobile--wrapper{
    display: none ;
      width: 100%;
  max-width: 100%;
  max-height: 100vh;

  min-height: 0;
  min-width: 0;
}
.why-us__item {
    display: flex ;
    flex-shrink: 0;
    user-select: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    transition: all .3s ease-in-out;
    padding: 16px 16px 32px 16px;
    flex-basis: 23%;
}
.why-us__item:hover {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 16px 24px 0px rgba(18, 51, 41, 0.10);
}
.why-us__item:hover .why-us__title {
    
    color: #22795C;
}

.why-us__icon {
    margin-bottom: 8px; 
    width: 96px;
    height: 96px;
}
.why-us__title {
    color:  #656E89;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    line-height: 35px; /* 166.667% */
    transition: all .3s ease-in-out;
		font-family: "IRANYekanX-ExtraBold";

}
.why-us__subtitle {
    color:  #454B5F;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    letter-spacing: -0.8px;
    height: 120px;

}
.why-us__subtitle--mobile{
   color:  #3B3F51;
text-align: center;

font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 214.286% */
letter-spacing: -0.42px;
}
.why-us__btn{
    color:  #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 34px; /* 188.889% */
    border-radius: 12px;
    background:  #319874;
font-family: "IRANYekanX-ExtraBold";
    box-shadow: 0px 15px 25px -5px rgba(18, 51, 41, 0.08);
    display: flex;
    padding: 11px 48px;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
    margin-top: 64px;
}

.why-us__btn:hover{
    color: #319874;
    background: #D9F2E5;
}


/* services section */



.services__wrapper {
    margin-top: 80px;
    position: relative;
    margin-bottom: 40px;
}   

.services__inner {
}
.services-tabs {
    margin-top: 40px;
    display: flex;
    width: 100%;
padding: 16px 18px;
align-items: center;
gap: 12px;
border-radius: 100px;
background:  #FFF;
box-shadow: 0px 8px 24px 0px rgba(18, 51, 41, 0.10);
margin-bottom: 64px;
}
.services-tab {
    display: flex;
height: 48px;
flex-direction: column;
justify-content: center;
color:  #545B75;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 35px; /* 218.75% */
flex-basis: 25%;
cursor: pointer;
transition: all .3s ease-in-out;
border-radius: 100px;
}
.services-tab--active {
    display: flex;
height: 48px;
justify-content: center;
color: #22795C;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 800;
line-height: 35px; /* 218.75% */
background:  #D9F2E5;

}
.services-content {
    display: none;
 
    position: relative;
    transition: all .3s ease-in-out;
}

.services-content--active{
       display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}




.services-content__img {
    flex-basis: 50%;
    height: 600px;

}
.services-content__des {
    flex-basis: 50%;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.services-content__title--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.services-content__title--shpae{
    width: 6px;
height: 32px;
    border-radius: 100px;
background:  #319874;
}
.services-content__title {
    color:  #22795C;
text-align: right;


font-size: 27px;
font-style: normal;
font-weight: 700;
line-height: 35px; /* 129.63% */
}
.services-content__subtitle {
    color:  #3B3F51;
text-align: right;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 187.5% */
}
.services-content__dots {
    width: 68px;
height: 66px;
opacity: 0.7;
position: absolute;
left: 0;
top: 32px;

}


.dots__img--services{
    position: absolute;
    bottom: 0;
    right: -26px;
}

.services-right__shape{
    position: absolute;
    left: -70px;
    z-index: -2;
    width: 328.774px;
height: 328.774px;
top: 40px;
}

.services-left__shape{
    position: absolute;
    z-index: -2;
    right: -40px;
    width: 202px;
height: 192px;
top: 300px;
}





/* inv section */


.inv__wrapper {
    position: relative;
}

.inv__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 64px;
}
.inv__item {
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.inv-item__number {
    color:  #3B3F51;
    text-align: right;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: 46px; 
}
.inv-item__text {
    color:  #656E89;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px; 
}

.inv-right__shape{
    position: absolute;
    top: -120px;
    left: 0;
    width: 232px;
height: 313px;
}

.inv-right__acron{
    position: absolute;
    left: 0;
    top: 100px;
}



.inv-bot__wrapper {
    border-radius: 16px;
background:  #FFF2E5;

    box-shadow: 0px 6px 12px -1px rgba(18, 51, 41, 0.08);
    display: flex;
    position: relative;
    align-items: center;
    gap: 64px;
    justify-content: space-between;
    padding: 32px 123px 40px 24px;
    overflow-y: hidden;
    margin-bottom: 90px;

}
.inv-bot__img {
    width: 142px;
height: 142.692px;
    position: absolute;
    bottom: 20px;
    right: -50px;
}
.inv-bot__text--wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 26px;
}
.inv-bot__title {
    color:  #22795C;
text-align: right;


font-family:'IRANYekanX-ExtraBold';
font-size: 27px;
font-style: normal;
font-weight: 700;
line-height: 35px; 
}
.inv-bot__subtitle {
    color: #656E89;
text-align: right;

font-family: 'IRANYekanX-Bold';
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 26px;
}
.bot-inv__btn {
    display: inline-flex;
padding: 11px 48px;
justify-content: center;
align-items: center;
border-radius: 12px;
background:  #319874;
font-family: "IRANYekanX-ExtraBold";
transition: all .3s ease-in-out;
box-shadow: 0px 15px 25px -5px rgba(18, 51, 41, 0.08);
color: #FFF;
text-align: center;


font-family: 'IRANYekanX-ExtraBold';
font-size: 18px;
font-style: normal;
font-weight: 800;
line-height: 34px; 
z-index: 2;
white-space: nowrap;

}

.bot-inv__btn:hover {
     color: #319874;
    background: #D9F2E5;

}
.inv-bot__back--shape {
    position: absolute;
    left: -70px;
    bottom:0;
    transform: translate(50%);
    z-index: 1;
}




/* comment section */


.comment__wrapper {
    position: relative;
    background: linear-gradient(179deg, #184B3C 0.68%, #237157 99.17%);
}
.comment__title {
    color: #ECEDF2;
text-align: center;
  padding-top: 64px;
font-family: 'IRANYekanX-ExtraBold';
font-size: 32px;
font-style: normal;
font-weight: 800;
line-height: 40px; 
z-index: 10;
position: relative;
}
.comment__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 60px;
        padding-bottom: 164px;

}
.comment__item {
    display: flex;
padding: 16px;
flex-direction: column;
align-items: flex-start;
gap: 16px;
border-radius: 16px;
background:  #F6F7F9;
z-index: 2;

box-shadow: 0px 25px 50px -12px rgba(18, 51, 41, 0.15);
}
.comment-item__top {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.comment__logo {
    width: 64px;
height: 61.268px;
}
.comment-text__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}
.comment__name {
    color:  #22795C;
text-align: right;

font-family: 'IRANYekanX-Bold';
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 187.5% */
}
.comment__nickname {
    color: #656E89;
text-align: right;


font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 26px; 
}
.comment__nickname span{
    color: #454B5F;
}

.comment__content {
    color: #3B3F51;
text-align: right;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 30px; 

padding: 0px 16px 0px 8px;

align-self: stretch;
}
.comment-top__shape {
    width: 96px;
height: 96px;
position: absolute;
right: 0;
top: 24px;
}
.comment-bot__shape {
    width: 96px;
height: 96px;
position: absolute;
bottom: 24px;
left: 0;
}
.comment-right__shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 503px;
height: 273px;
}

.comment-left__table{
     position: absolute;
    bottom: 0;
    left: 0;
    width: 496px;
height: 560px;
}

.comment-inner__mobile{
    display: none;
    padding-bottom: 48px;
}

.mySwiper3{
    padding-bottom: 48px !important;
 
}
.mySwiper3 .swiper-wrapper {

  align-items: stretch; 
}

.swiper-pagination{

}
.swiper-pagination-bullet{
    width: 12px !important;
height: 12px !important;
background:  #144033 !important;
opacity: 1 !important;
}
.comment-item__mobile{
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
   border-radius: 16px;
background:  #F6F7F9;
padding: 16px !important;
	height: auto !important;
/* Drop Shadow/XXLarge */
box-shadow: 0px 25px 50px -12px rgba(18, 51, 41, 0.15);
}

.swiper-pagination-bullet-active{
    background:  #FFF !important;
filter: drop-shadow(0px 0px 8px rgba(31, 119, 88, 0.20));
}

/* que section */


.que__wrapper{
    padding-top: 80px;
    position: relative;
    padding-bottom: 120px;
}

    .accordion {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 24px;
    }

    .accordion-item {
      transition: background .3s ease-in-out;
      width: 100%;
      
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
 
    border-radius: 12px;
    border: 1px solid  #B2B7C7;
	overflow: hidden;
    }

    .accordion-header {
      border-radius: 12px;
    background:  #F6F7F9;
    display: flex;
     padding: 14px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    cursor: pointer;
    transition: background .3s ease-in-out;
    }
    .accordion-header__title{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 16px;
        color:  #545B75;
         transition: all .3s ease-in-out;
text-align: right;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 35px; /* 218.75% */
    }
    .accordion-header__svg{
        width: 32px;
height: 32px;
flex-shrink: 0;
    }

    .accordion-icon {
      transition: all 0.3s ease-in-out;
        
      transform: rotate(0deg);
    }

    .accordion-header.active .accordion-icon {
      transform: rotate(180deg);
    }

    .accordion-content {
	
       max-height: 0;
	   overflow: hidden;
	  opacity: 0;
      visibility: hidden;
      background-color: #fff;
	  color:  #3B3F51;
	text-align: right;
     transition: all 0.3s ease;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	padding: 0 16px ;
	line-height: 21px; /* 150% */
    }
    .accordion-item.active{
border: 1px solid  #B2B7C7;
background:  #FFF;
    }
    .accordion-item.active .accordion-header{
        background: #fff;
        border: none;
        
    }
    .accordion-item.active .accordion-header__title{
    color:  #22795C;
text-align: right;

font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 35px; /* 218.75% */
    }

     .accordion-item.active .accordion-content {
	 opacity: 1;
	 visibility: visible;
	 margin-bottom: 16px;

    }




.accordion-icon {
  transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}

    .que-top__shape{
        position: absolute;
        left: 0;
        top: -250px;
        z-index: -2;
        border-radius: 916px;
        opacity: 0.5;
        background:  #FFF2E5;
        filter: blur(75px);
        width: 916px;
        height: 539px;
        transform: rotate(-42.913deg);

    }




    /* footer */

footer{
    background:  #1B614C;
    padding-top: 40px;
    padding-bottom: 33px;
    position: relative;
    overflow: hidden;
}

.footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    z-index: 3;
}
.footer-right__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
    flex-basis: 33%;
    
}
.footer-links__wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 26px;
    width: 100%;
}
.footer-links__title {
    color:  #53B48E;
text-align: right;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 187.5% */
}
.footer__links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.footer-links__right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
}
.footer__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color:  #ECEDF2;
text-align: right;

font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 171.429% */
letter-spacing: 0.14px;
transition: all .3s ease-in-out;
}
.footer-link__svg {
  
width: 20px;
height: 20px;
transition: all .3s ease-in-out;

}
.footer__link:hover {
    color: #F2D4B6;
}
.footer__link:hover .footer-link__svg{
    color: #F2D4B6;
}
.footer-links__left {
        display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
}
.footer-logos {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
}
.footer__logo {
    width: 72px;
height: 72px;
padding: 8px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 12px;
background: rgba(0, 0, 0, 0.20);
transition: all .3s ease-in-out;
z-index: 4;
}
.footer__logo:hover {
    background: rgba(31, 31, 31, 0.2);

}
.footer-mid__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-basis: 33%;
    gap: 23px;
}
.footer-logo__site {
width: 128px;
height: 128px;

flex-shrink: 0;

margin-bottom: 9px;

}
.footer__copy {
    color:  #FFF;
text-align: center;

font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; 
letter-spacing: 0.14px;
}
.footer__copy span{
    color: #F2D4B6;
}
.footer-social__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.footer__social {
    display: flex;
width: 32px;
height: 32px;
padding: 2px;
justify-content: center;
align-items: center;
flex-shrink: 0;
transition: all .3s ease-in-out;
    color: #fff;
}
.footer__social svg{
    height: 100%;

}
.footer__social:hover {
    color: #F2D4B6;
}
.footer-left__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-basis: 33%;
    gap: 16px;
}
.footer-left__title {
    color: #53B48E;
text-align: right;
margin-bottom: 8px;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 30px; 
}
.footer-left__item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    color:  #FFF;
text-align: right;

font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; 
letter-spacing: 0.14px;
}
.footer-item__svg {
    width: 24px;
height: 24px;
}



.footer__dots{
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 1;
}
.footer-right__shape{
    position: absolute;
    bottom: -20px;
    right: -50px;
    z-index: 1;
	pointer-events: none;

}
.footer-left__shape{
    position: absolute;
    left: -60px;
    top: -20px;
    z-index: 1;
	pointer-events: none;

}
.footer__dots--left{
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 1;
	pointer-events: none;

}










/* tarefeh */


.tarefeh__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 140px;
    padding-bottom: 150px;
}
.tarefeh__title {
    color:  #3B3F51;
text-align: center;

font-family: 'IRANYekanX-ExtraBold';
font-size: 32px;
font-style: normal;
font-weight: 800;
line-height: 40px; 
margin-bottom: 16px;
}
.tarefeh__subtitle {
    color:  #656E89;
text-align: center;
margin-bottom: 52px;

font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 187.5% */
}
.tarefeh-tabs {
    display: flex;
padding: 12px 16px;
justify-content: center;
align-items: center;
gap: 24px;
border-radius: 12px;
border: 1px solid #D6D8E1;
background:  #ECEDF2;

}
.tarefeh-tab {
  
gap: 24px;
border-radius: 8px;
display: flex;
height: 40px;
padding: 0px 8px;
justify-content: center;
align-items: center;
background: transparent;
transition: all .3s ease-in-out; 
cursor: pointer;
}
.tarefeh-tab.active {
    border-radius: 8px;
background:  #656E89;
color:  #FFF;
text-align: center;

font-family: 'IRANYekanX-Bold';
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 26px; /* 144.444% */
}
.tarefeh-content {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding-top: 40px; 
    flex-wrap: wrap;
}
    .tarefeh-content.active {
        display: flex;
    }

.tarefeh-item__wrapper{
    position: relative ;
    overflow: visible;
}

.tarefeh__item {
    position: relative;
    overflow-y: visible;
    overflow-x: hidden;
    display: flex;
padding: 24px 32px;
flex-direction: column;
align-items: center;
gap: 24px;
border-radius: 20px;
background: linear-gradient(207deg, #FFF2E5 -22.43%, #FFF 30.16%, #D9F2E5 105.99%);

box-shadow: 0px 10px 20px -3px rgba(18, 51, 41, 0.08);
}
.item-num__wrapper {
    display: flex;
padding: 3px 8px 3px 16px;
align-items: center;
gap: 8px;
border-radius: 8px;
background: var(--Secondary-100, #FFF2E5);
}
.item-num__svg {
    width: 19px;
height: 18px;
}
.item-num__text {
    color: #CC8547;
text-align: center;


font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 26px; /* 185.714% */
}
.item-inner__title {
    color:  #319874;
text-align: center;

font-family: 'IRANYekanX-ExtraBold';
font-size: 21px;
font-style: normal;
font-weight: 800;
line-height: 29px; /* 138.095% */
}
.item-inner__price {
     color: var(--Netural-800, #3B3F51);
text-align: right;


font-family: 'IRANYekanX-ExtraBold';
font-size: 32px;
font-style: normal;
font-weight: 800;
line-height: 40px; /* 125% */
}
.item-inner__price span{
    color: var(--Netural-500, #656E89);
text-align: right;


font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 157.143% */
}
.item-inner__btn {
    display: flex;
width: 288px;
padding: 7px 36px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 10px;
background:  #319874;
transition: all .3s ease-in-out;
color:  #FFF;
text-align: center;

/* Paragraph/XXLarge/Bold */
font-family:  "IRANYekanX-Bold";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 34px; /* 188.889% */
box-shadow: 0px 6px 12px -1px rgba(18, 51, 41, 0.08);
}

.item-inner__btn:hover {
background:  #D9F2E5;
color:#319874 ;
}

.item-inner__shape1--2 {
     width: 57.25px;
height: 53.595px;
position: absolute;
right: 6.96px;

top: 53px;
}
.item-inner__shape2--2{
width: 80.738px;
height: 75.585px;
 
position: absolute;
left: 0;
top: 65.079px;
}
.item-inner__shape2 {
    width: 72px;
height: 67.404px;
position: absolute;
left: 0;
bottom: 82.298px;
}
.tarefeh__item--2{
    gap: 16px;
}

.tarefeh__item--2 .item-inner__price {
color:  #CC8547;
text-align: right;

font-size: 32px;
font-style: normal;
font-weight: 800;
line-height: 40px; /* 125% */

}


.tarefeh__item--2 .item-inner__price span{
    color: #D9A36C;

}
.tarefeh__item--plus {
background: var(--grad-800-600, linear-gradient(186deg, #22795C 17.59%, #195241 78.37%));

/* Drop Shadow/Large */
box-shadow: 0px 10px 20px -3px rgba(18, 51, 41, 0.08);
}

.tarefeh__item--plus .item-inner__title {
    color: #FFF;
}

.tarefeh__item--plus .item-inner__price {
    color:  #FFF;
text-align: right;


font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 133.333% */
}

.tarefeh__item--plus .item-inner__btn {

    border-radius: 10px;
    background:  #D9F2E5;
color:  #319874;
text-align: center;


font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 34px; /* 188.889% */
/* Drop Shadow/Medium */
    box-shadow: 0px 6px 12px -1px rgba(18, 51, 41, 0.08);
}


.tarefeh__item--plus .item-inner__btn:hover {
 background:  #fff;
}
.tarefeh__item--plus .item-num__wrapper {
    background:  #B6E4CE;
}
.tarefeh__item--plus .item-num__text {
    color: var(--Primary-800, #195241);
text-align: center;

font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 26px; /* 185.714% */
}

.item-inner__shape1 {
    width: 100px;
height: 93.617px;
position: absolute;
right: 0;
top: 0;
}
.item-inner__off {
    position: absolute;
    border-radius: 100px;
background: var(--tertiary-500, #E74C53);
display: flex;
padding: 3px 8px;
justify-content: center;
align-items: center;
gap: 8px;
position: absolute;
right: 16px;
top: -12px;
z-index: 2;
color:  #FFF;
text-align: right;

font-family: "IRANYekanX-Bold";
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 22px; /* 183.333% */
}
.item-inner__off-price {
    color:  #656E89;
text-align: right;

    margin: -12px 0 -20px 0;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 185.714% */
text-decoration-line: line-through;
}

.footer-logos--mobile{
    display: none;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
}

.inv-bot__back--shape--mobile{
	display: none;
}

@media screen and (max-width: 1400px) {
		.why-us__title{
		height: 70px;
	}
}

@media screen and (max-width: 1200px) {
    .swiper-button-prev {
        right: -20px !important;
    }
    .swiper-button-right {
        left: -20px;
    }

}

@media screen and (max-width: 992px) {
	.hero__img {
    display: none;

}
.hero__img--mobile{
	display: block;
	width: 100%;
}
.why-us__icon {
    margin-bottom: 4px; 
    width: 64px;
    height: 64px;
}
	.why-us__title{
		height: auto;
	}

    .swiper-button-prev , .swiper-button-next {
        display: none !important;
    }
    .header__menu{
        display: none;
    }
    .header-login__btn{
        display: none;
    }
    .header-login__btn--mobile{
        display: flex;
    }
    .header__menu--mobile{
        display: flex;
    }
    .header__logo{
        width: 32px;
        height: 32px;
    }
    .header-logo__text{
        font-size: 18px;
		 font-family: "IRANYekanX-ExtraBold";
    }
    header{
        background: #FFF;
        box-shadow: 0px 15px 25px -5px rgba(18, 51, 41, 0.08);
        height: 64px;
        display: flex;
        align-items: center;
    }
    header.scrolled{
        background: #FFF;
        backdrop-filter: none;
        box-shadow: 0px 15px 25px -5px rgba(18, 51, 41, 0.08);
    }
    .header__menu--mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 10px;
}
.hero__inner{
    flex-direction: column;
    gap: 33px;
}
.home-banner-text{
    text-align: center;
    line-height: 44px;
}
.before_type_writting ,.output, .after_type_writting{
    font-size: 28px;
}
.after_type_writting{
	display: block;
	text-align: center;
}
.hero-text__wrapper{
    align-items: center;
    gap: 16px;
}
.hero__subtitle{
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}


    .hero-img__wrapper {
        max-width: 450px;
    }
    .acorn-right__top{
        display: none;
    }
    .acorn-right__top , .table__shape , .back-chart__shape ,.hero-shape__right , .hero-shape__left{
        display: none;
    }
    .hero-right__shape{
        width: 149.227px;
    height: 169.545px;
    top: 370px;
    }
    .hero__link--report , .hero__link--signup{
    padding: 7px 36px;
    }
    .section__header{
        font-size: 22px;
        margin-bottom: 24px;
    }
    .chart__shape{
        width: 360px;
    height: 800px;
    }
    .acron2 {
        top: 1550px;
    }

  .why-us__inner{
    display: none;
  }

    .services-tabs{
        display: none;
    }
    .services__inner{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 48px;
    }
    .services-content{
          display: flex;
          flex-direction: column;

    align-items: center;
    justify-content: center;
    gap: 24px;
    }
    .services-content__img{
        height: auto;
        width: 100%;
    }
    .inv__inner{
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 24px;
    }
    .inv-bot__wrapper{
        flex-direction: column;
        padding: 24px 8px;
        gap: 24px;
    }
    .inv-bot__text--wrapper{
        gap: 16px;
        align-items: center;
    }
    .inv-bot__title{
        font-size: 20px;
        text-align: center;
    }
    .inv-bot__subtitle{
        font-size: 14px;
        text-align: center;
    }
    .inv-bot__img{
        display: none;
    }
    .bot-inv__btn{
        padding: 5px 24px;
        font-size: 16px;
    }
    .inv-bot__back--shape{
        transform: none;
        display: none;
    }
    .inv-bot__back--shape--mobile{
        display: block;
        left: 0;
        bottom: 0;
        width: 127.268px;
        height: 145.449px;
        position: absolute;

    }
    .acron2{
        display: none;
    }
    .services-left__shape{
        display: none;
    }
    .ef-1 {
        top: 1950px;
    }
    .inv-right__acron{
        display: none;
    }
    .why-us__mobile--wrapper{
        display: block ;
    }
    .why-us__item--mobile{
        /* width: 100%; */
        display: flex;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
		gap: 8px;
		padding: 16px;
    } 
    .why-us__title{
        width: 100%;
		font-size: 16px;
    }
    .footer__inner{
        flex-direction: column;
    }
    .footer-right__wrapper{
        order: 1;
    }
    .footer-left__wrapper {
        order: 2;
    }
    .footer-logos{
        display: none;
    }
    /* .footer-logos--mobile{
        display: flex;
        margin-top: 50px;
    } */
    .footer-mid__wrapper , .footer-right__wrapper , .footer-left__wrapper{
        width: 100%;
    }
    .footer__links{
        gap: 30px;
        justify-content: flex-start;
    }
    .footer__copy{
        font-size: 12px;
    }
    .why-us__wrapper {
        margin-top: 30px;
    }
    .services-content__title{
        font-size: 16px;
    }
    .services-content__subtitle{
        font-size: 14px;
    }
    .comment__title{
        font-size: 20px;
        margin: 32px 0 80px;
    }
    .comment-inner__mobile{
    display: block;
    }
    .comment__inner{
        display: none;
    }
    .tarefeh__title{
        font-size: 22px;
        margin-bottom: 0;
    }
    .tarefeh__subtitle{
        font-size: 14px;
        margin-bottom: 24px;
    }
    .inv-item__number{
        font-size: 32px;
    }
    .inv-item__text{
        font-size: 14px;
    }
    .why-us__btn{
        margin-top: 0;
    }
    .mySwiper2 {
  width: 100%;
  overflow: hidden;
  height: 340px;
}
.mySwiper2 .swiper-slide{
    height: 290px;
         border-radius: 16px;
background:  #FFF;
box-shadow: 0px 16px 24px 0px rgba(18, 51, 41, 0.10);
}
.mySwiper1 {
	display: none !important;
}
.logos__wrapper--mobile{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 24px;
}
	.logo__item{
	width: 100px;
	height: 100px;
}

}


@media screen and (max-width: 500px) {
    .item-num__text{
        font-size: 12px;
    }
    .item-inner__title{
        font-size: 18px;
    }
    .tarefeh__item--plus .item-inner__price{
        font-size: 16px;
    }
    .tarefeh__item--plus .item-inner__btn{
        font-size: 16px;
    }
    .tarefeh__item--2 .item-inner__price{
        font-size: 28px;
    }
    .item-inner__price span{
        font-size: 14px;
    }
    .item-inner__btn{
        font-size: 16px;
    }
    .item-inner__price{
        font-size: 28px;
    }
	.logo__item{
	width: 56px;
	height: 56px;
}
}










.swiper-button-next, .swiper-button-prev {
	top: 43% !important;
}