
:root {
    font-size: 16px;
    --light-green: #31C48D;
    --dark-green: #057A55;
    --bg-dark-green: #00ab76;
    --header-dark-green: #057a55cc;
    --text-color: #3E3F66;
    --purple: #6f42c1;
    --light-purple: #F6F4FE;
    --white: #ffffff;
    --blur-white: #ffffffe6;
    --link-hover: #202020;
    --border-color: #eae8f5;
    --bg-box-one: #f6f5ff;
    --bg-box-two: #f2faff;
    --bg-box-three: #fff2fc;
    --bg-box-four: #e9fffe;
    --box-shadow-color: #EDE9FE;
    --blue-box-shadow: #492cc0;
    --faq-icon: #839BC0;
    --black: #202020;
    --black-border: #313131;
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/iranyekanweblight.woff2") format("woff2");
    src: url("../fonts/iranyekanwebregular.eot");
    src: url("../fonts/iranyekanwebregular.eot") format("embedded-opentype"),
    url("../fonts/iranyekanweblight.woff2") format("woff2"),
    url("../fonts/iranyekanwebregular.woff") format("woff"),
    url("../fonts/iranyekanwebregular.ttf") format("truetype");
}

@font-face {
    font-family: icoFont;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/icofont.woff2) format("woff2"),
    url(../fonts/icofont.woff) format("woff");
}
[class*=" icofont-"],
[class^="icofont-"] {
    font-family: icoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;

}

.icofont-site:before {
    content: "\e902";
    color: var(--white);
}
.icofont-email:before {
    content: "\e903";
    color: var(--white);
}
.icofont-minus:before {
    content: "\e900";
}
.icofont-plus:before {
    content: "\e901";
}
.icofont-instagram:before {
    content: "\ed46";
}
.icofont-linkedin:before {
    content: "\ed4d";
}


.body {
    margin: 0;
    height: 100vh;
    font-family: iranyekan, sans-serif;
}
html {
    scroll-behavior: smooth;
}
.container {
    max-width: 73.12rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    box-sizing: border-box;
}
#white-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--blur-white);
    z-index: 3;
    transition: opacity 0.8s;
}
#white-overlay.hide {
    opacity: 0;
    display: none;
}
.header {
    width: 100%;
    padding-top: 2.5rem;
    position: absolute;
    padding-bottom: 1rem;
    z-index: 2;
    transition: .4s all;
}
.header-container {
    padding-right: 2rem;
    padding-left: 2rem;
    display: flex;
    align-items: center;
}
.fixed-header-transition {
    position: fixed;
    top: 0;
    right: 0;
    transition: none;
    opacity: 0;
    pointer-events: none;
}
.fixed-header {
    background-color: var(--header-dark-green);
    backdrop-filter: blur(5px);
    padding-top: 1rem;
    opacity: 1;
    transition: .4s all;
    pointer-events: auto;
}
.logo {
    width: 9.3rem;
    vertical-align: middle;
}
.footer-logo {
    margin-bottom: 2.5rem;
}
.navbar {
    display: flex;
    align-items: center;
    column-gap: 2rem;
    margin-right: auto;
    height: fit-content;
}
.navbar-link {
    transition: .5s all;
    text-decoration: none;
    color: var(--white);
    font-weight: 500;
}
.navbar-link:hover {
    color: var(--link-hover);
}
.mobile-navbar-icon {
    margin-right: auto;
    display: none;
}
.mobile-menu-icon {
    height: .25rem;
    background-color: white;
    margin: .25rem 0;
    transition: .35s all;
}
.mobile-navbar-container {
    transition: .35s all;
    max-height: 0;
    overflow: hidden;
}
.mobile-navbar-list {
    background-color: white;
    border-radius: .9rem;
    padding: 1.25rem 1rem;
    margin: 1.6rem .6rem .6rem .6rem;
}
.mobile-navbar-list>a {
    display: block;
    text-decoration: none;
    color: var(--text-color);
    padding: .25rem .6rem;
}
.header-section {
    overflow: hidden;
    background-color: var(--bg-dark-green);
    padding-top: 6.25rem;
}
.header-section-container {
    flex-wrap: wrap;
    column-gap: 1.87rem;
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 73.12rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
    color: var(--white);
}
.banner-shape-one {
    position: absolute;
    top: 12.5rem;
    left: -15%;
    animation: rotate180 10s infinite;
}
.banner-shape-two {
    position: absolute;
    top: 6.25rem;
    right: -10%;
    animation: rotate180 5s infinite;
}
.banner-shape-three {
    position: absolute;
    top: 25rem;
    right: -20%;
    height: 1.62rem;
    animation: rotate180 3s infinite;
}
.header-section-content {
    transform: translateX(-100px);
}
.header-section-content-transform {
    transform: translateX(0);
    transition: 1s all;
}
.h1 {
    line-height: 1.2;
    letter-spacing: -0.046rem;
    font-size: 3.4rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: .5rem;
}
.apps-box-container {
    margin-top: 1.87rem;
    margin-bottom: 1.87rem;
    display: flex;
    align-items: start;
    column-gap: 1.56rem;
}
.header-section-img-box {
    background-color: var(--white);
    padding: .75rem 1.87rem;
    border-radius: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s all;
    height: 3.6rem;
    box-sizing: border-box;
}
.header-section-img-box:hover {
    background-color: var(--purple);
}
.header-section-img-box-link {
    color: white;
    text-decoration: none;
    display: block;
    text-align: left;
}
.header-section-text {
    margin-top: 0;
}
.video-section {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
}
.banner-video {
    height: 40rem;
    width: 19.25rem;
}
.header-section-bottom-image {
    transform: scaleX(-1);
    width: 100%;
    margin-bottom: -.6rem;
}
.features-section {
    overflow: hidden;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    max-width: 73.12rem;
    margin-right: auto;
    margin-left: auto;
}
.h2 {
    line-height: 1.2;
    margin: 0;
    color: var(--dark-green);
    text-align: center;
    font-size: 2.5rem;
}
.color-light-green {
    color: var(--light-green);
}
.features-section-boxes {
    column-gap: 1.25rem;
    padding-right: 1rem;
    padding-left: 1rem;
    box-sizing: border-box;
    margin-top: 4.37rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: var(--text-color);
}
.features-section-column {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    max-width: 21.25rem;
    width: 30%;
}
.features-section-column-left {
    text-align: left;
}
.features-section-box-public-image {
    width: 5rem;
    height: 5rem;
}
.features-section-box-public {
    opacity: 0;
    transition:1s all;
    height: 40%;
    box-sizing: border-box;
    border: solid .06rem var(--border-color);
    padding: 1.87rem;
    border-radius: 1.25rem;
}
.features-section-box-one {
    transform: translateX(-200px);
    background-color: var(--bg-box-one);
}
.features-section-box-two {
    transform: translateX(-200px);
    background-color: var(--bg-box-two);
}
.features-section-box-three {
    transform: translateX(200px);
    background-color: var(--bg-box-three);
}
.features-section-box-four {
    transform: translateX(200px);
    background-color: var(--bg-box-four);
}
.features-section-image-box {
    aspect-ratio: 333/677;
    width: 100%;
    max-width: 20.8rem;
    z-index: 1;
}
.features-section-image {
    width: 100%;
}
.features-section-title {
    line-height: 1.2;
    margin-top: .75rem;
    margin-bottom: .5rem;
    font-size: 1.25rem;
    color: var(--dark-green);
}
.features-section-content {
    line-height: 1.7;
    margin-bottom: 1rem;
}
.start-list-section {
    overflow: hidden;
    background-color: var(--light-purple);
    padding: 5rem 1rem 6.25rem 1rem;
}
.start-list-container {
    justify-content: space-between;
    box-sizing: border-box;
    display: flex;
    max-width: 73.12rem;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
}
.start-list-h2 {
    text-align: right;
}
.w-50-992 {
    width: 50%;
    margin-left: 1.87rem;
}
.start-list-text {
    margin: 0;
    margin-top: .5rem;
    color: var(--text-color);
}
.start-list {
    margin-top: 2.8rem;
    color: var(--text-color);
}
.start-list-item {
    line-height: 1.7;
    list-style: none;
    position: relative;
    margin-bottom: 1.56rem;
}
.start-list-icon {
    position: absolute;
    right: -2.5rem;
    top: .3rem;
}
.start-list-h4 {
    font-size: 1.25rem;
    line-height: 1.2;
    color: var(--dark-green);
    font-weight: 600;
    margin-bottom: .5rem;
    margin-top: 0;
}
.start-list-banner {
    width: 50%;
    position: relative;
}
.white-circle {
    border-radius: 50%;
    background-color: white;
    width: 35.6rem;
    height: 35.6rem;
}
.start-list-images {
    position: absolute;
    display: flex;
    justify-content: center;
    top: .5rem;
    right: .5rem;
}
.start-list-right-images {
    animation: moving-position-animation 6s infinite linear;
}
.start-list-left-images {
    animation: moving-position-animation 6s infinite linear;
    animation-delay: 3s;
    left: 7.18rem;
    text-align: left;
    position: relative;
}
.start-list-image {
    position: absolute;
    left: .3rem;
    top: -1.87rem;
}
.steps-list-container {
    padding: 4.3rem 0;
    margin-top: 6.25rem;
    color: white;
    max-width: 83.75rem;
    margin-right: auto;
    margin-left: auto;
    background-color: var(--light-green);
    border-radius: 1.87rem;
    box-shadow: 0 .25rem 1.87rem var(--box-shadow-color);
}
.steps-list-title {
    color: var(--white);
    margin-bottom: .5rem;
}
.steps-list {
    box-sizing: border-box;
    max-width: 73.12rem;
    margin-right: auto;
    margin-left: auto;
    padding: 1.5rem 1.25rem .5rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.step {
    position: relative;
    text-align: center;
    width: 30%;
    min-width: 15.6rem;
}
.step-section-box {
    transform: translateX(100px);
    opacity: 0;
    transition:1s all;
}
.step-img {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 50%;
    width: 12.5rem;
    height: 12.5rem;
    box-shadow: 0 .25rem .62rem var(--blue-box-shadow);
}
.step-list-num {
    box-sizing: border-box;
    color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    border: solid .12rem var(--light-green);
    position: absolute;
    left: 0;
    top: .62rem;
}
.step-section-box-title {
    transform: translateX(-100px);
    opacity: 0;
    transition:1s all;
}
.step-list-h4 {
    font-size: 1.25rem;
    margin: 1.75rem 0 0;
}
.step-list-text {
    margin: 1.25rem 0 1rem 0;
}
.slider-container {
    overflow: hidden;
    width: 100%;
}
.slider-section {
    text-align: center;
    padding: 6.25rem 0;
    color: var(--text-color);
}
.slider-wrapper {
    overflow: hidden;
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
}
.wrapper .carousel{
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.carousel.no-transition {
    scroll-behavior: auto;
}
.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}
.carousel {
    /*transition: 1s all;*/
    /*scroll-behavior: smooth;*/
}
.slide img {
    user-drag: none;        /* Safari */
    -webkit-user-drag: none; /* Chrome, Safari, old Edge */
    user-select: none;
    pointer-events: none;   /* اختیاری - در صورتی که نیاز به تعامل با عکس نیست */
}
.slide {
    min-width: 13.75rem;
    flex-shrink: 0;
}
.faq-section {
    background-color: var(--light-purple);
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}
.faq-section-container {
    padding: 0 1rem;
    box-sizing: border-box;
    max-width: 73.12rem;
    margin: 0 auto;
}
.faq-section-h2  {
    margin-bottom: 2.5rem;
}
.faq {
    margin-top: 1.25rem;
    padding: 1rem 1.25rem;
    background-color: white;
    border-radius: .75rem;
    box-shadow: 0 .25rem .62rem var(--box-shadow-color);
    transition: .3s all;
    overflow: hidden;
    text-align: justify;
    text-align-last: right;
}
.question {
    column-gap: .62rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--dark-green);
    font-weight: 600;
    font-size: 1.25rem;
    transition: .3s all;
}
.answer {
    opacity: 0;
}
.icon-faq {
    color: var(--faq-icon);
}
.footer {
    overflow: hidden;
    padding: 3rem 0;
    background-color: var(--dark-green);
}
.footer-container {
    padding: 0 1rem;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 73.12rem;
    display: flex;
    justify-content: space-between;
}
.footer-col {
    margin: 0;
    padding: 0;
    color: var(--white);
    list-style: none;
    text-align: right;
}
.footer-li {
    padding-bottom: .6rem;
}
.footer-col-one {
    flex-grow: 3.2;
    padding-bottom: .6rem;
    box-sizing: border-box;
}
.footer-col-two {
    flex-grow: 2
}
.footer-col-three {
    flex-grow: 2.5;
}
.footer-link {
    transition: .6s all;
    display: block;
    padding-bottom: .6rem;
    color: white;
    text-decoration: none;
}
.footer-link:hover {
    color: var(--link-hover);
}
.footer-social {
    box-sizing: border-box;
    color: white;
    text-decoration: none;
    width: 2.3rem;
    height: 2.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: .06rem solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}
.footer-social-li {
    display: flex;
    align-items: center;
    column-gap: .6rem;
    margin-top: 1.25rem;
}
.footer-h3 {
    font-size: 1.25rem;
    margin:0 0 2.5rem 0;
}
.footer-col-iphone,.footer-col-android {
    cursor: pointer;
    width: 10.9rem;
    box-shadow: .06rem .25rem .6rem -.12rem rgba(0,0,0,0.5);
    border-radius: .75rem;
    background-color: var(--link-hover);
    padding: .75rem .6rem;
    display: inline-block;
    box-sizing: border-box;
    height: 3.6rem;
    transition: .5s all;
    text-align: center;
}
.footer-col-android:hover, .footer-col-iphone:hover {
    background-color: white;
}
.footer-col-iphone-li {
    margin-top: 1.25rem;
}
.footer-app-li {
    display: flex;
    flex-direction: column;
    row-gap: .9rem;
    column-gap: .9rem;
}
.copy-right-section {
    background-color: var(--black);
    padding: 1.25rem 0;
    border-top: var(--black-border) solid .06rem;
}
.copy-right-container {
    column-gap: 1.25rem;
    row-gap: 1.25rem;
    flex-wrap: wrap;
    padding: 0 1rem;
    color: var(--white);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.go-to-top {
    transition: .4s all;
    position: fixed;
    left: 1.8rem;
    bottom: 4.6rem;
    cursor: pointer;
    transition: .5s all;
    opacity: 0;
}
.go-to-top:hover {
    bottom: 5rem;
}
.translate-x.animate {
    transform: translateX(0);
    opacity: 1;
    transition:
            opacity 1.5s ease-in .1s,
            transform 1.5s ease-out;
}
.translate-y {
    transform: translateY(100px);
    opacity: 0;
    transition:1s all;
}
.translate-y.animate {
    transform: translateY(0);
    opacity: 1;
    transition:
            opacity 1.5s ease-in .1s,
            transform 1.5s ease-out;
}
.opacity {
    opacity: 0;
    transition:1s all;
}
.opacity.animate {
    opacity: 1;
    transition:1.5s opacity;
}
.noselect {
  user-select: none;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE/Edge */
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

@keyframes rotate180 {
    50% {
        transform: rotate(-180deg);
    }
}

@keyframes moving-position-animation {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}



/* error pages */
.error-page-bg {
    height: 100%;
    background-color: var(--light-green);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 150px;
    color: var(--white);
}

.error-page-content {
    font-size: 2rem;
}

.error-page-bg a {
    color: var(--light-purple);
}

@media screen and (max-width: 1200px) {
    .step {
        width: fit-content;
    }

    .start-list-left-images {
        left: 10rem;
    }

    .start-list-images {
        top: -2.25rem;
        right: -1.25rem;
    }

    .white-circle {
        width: 29.3rem;
        height: 29.3rem;
    }

    .features-section {
        padding-top: 3.12rem;
        padding-bottom: 3.12rem;
    }

    .h1 {
        font-size: 2.8rem;
    }

    .container {
        max-width: 60rem;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .video-section {
        justify-content: end;
    }

    .w-50 {
        min-width: unset;
    }

    .navbar {
        column-gap: 1.25rem;
    }
}

@media screen and (max-width: 992px) {
    .steps-list {
        column-gap: 1.25rem;
        row-gap: 1.25rem;
        justify-content: center;
    }

    .start-list-h2 {
        font-size: 1.8rem;
    }

    .start-list-banner {
        min-width: 31.25rem;
        margin-top: 6.25rem;
    }

    .w-50-992 {
        margin-left: unset;
        width: unset;
    }
    .start-list-container {
        flex-direction: column;
        align-items: center;
    }
    .features-section-box-public {
        height: 45%;
        padding: 1rem;
    }

    .features-section-column {
        width: unset;
        row-gap: 1.25rem;
    }

    .features-section-box-public>div {
        font-size: .87rem;
    }

    .features-section-title {
        margin-top: .25rem;
    }

    .features-section-image-box {
        max-width: 15.6rem;
    }

    .features-section-image {
        object-fit: contain;
    }


    .apps-box-container {
        justify-content: center;
    }


    .mobile-navbar-icon {
        display: block;
        cursor: pointer;
    }

    .mobile-navbar-icon>:nth-child(1) {
        width: 1.8rem;
        position: relative;
    }

    .mobile-navbar-icon>:nth-child(2) {
        width: 1.5rem;
    }

    .mobile-navbar-icon>:nth-child(3) {
        width: 1.87rem;
    }

    .navbar {
        display: none;
    }

    .banner-video {
        height: 32.37rem;
        width: 15.62rem;
    }

    .header-section-container {
        column-gap: .6rem;
    }

    .header-section-content {
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 800px) {
    .slider-section {
        padding: 1.87rem 0;
    }
    .footer-h3 {
        margin:0 0 1rem 0;
    }
    .footer-container {
        row-gap: 3.75rem;
        column-gap: 2rem;
        flex-wrap: wrap;
    }

    .footer-col-four {
        margin-right: auto;
        margin-left: auto;
    }

    .footer-app-li {
        flex-direction: row;
    }

    .footer-col {
        flex-grow: unset;
    }

    .answer, .fs-14-800 {
        font-size: .8rem;
    }

    .fs-16-800 {
        font-size: 1rem;
    }

    .faq-section-h2 {
        font-size: 1.5rem;
    }

    .features-section-h2, .steps-list-title, .slider-title, .faq-section-h2 {
        font-size: 1.8rem;
    }

    .features-section-boxes {
        margin-top: 1.8rem;
        flex-direction: column-reverse;
        align-items: center;

    }
    .features-section-image-box {
        width: 75%;
        max-width: 20.8rem;
        order: 2;
    }

    .features-section-column {
        margin-top: 1.25rem;
        width: 100%;
        max-width: 27.5rem;
        order: 1;
        text-align: center;
    }

    .go-to-top {
        left: 10px;
        bottom: 0;
    }
}

@media screen and (max-width: 576px) {
    .start-list-images {
        right: 20%;
        top: unset;
    }
    .start-list-right-images {
        width: 50%;
        object-fit: cover;
    }
    .w-576-70 {
        width: 70%;
    }

    .start-list-left-images {
        left: 25%;
    }

    .white-circle {
        width: 21.8rem;
        height: 21.8rem;
    }
    .start-list-banner {
        justify-content: center;
        display: flex;
    }

    .features-section {
        padding-top: 1.8rem;
        padding-bottom: 1.8rem;
    }

    .features-section-h2, .steps-list-title, .slider-title, .faq-section-h2 {
        font-size: 1.5rem;
    }

    .header-section-img-box {
        height: unset;
        padding: .6rem 1.25rem;
    }

    .header-section-img-box>img {
        height: 1.5rem;
    }

    .banner-video {
        height: 28.5rem;
        width: 13.75rem;
    }

    .h1 {
        font-size: 1.8rem;
    }
    .header-section-content>p {
        font-size: .8rem;
    }

    .header-section-container {
        margin-top: 1.25rem;
    }
}

@media screen and (max-width: 490px) {
    .copy-right-container {
        font-size: .8rem;
    }
    .footer-col-iphone,.footer-col-android {
        width: 9rem;
    }
    .footer-container {
        row-gap: .75rem;
    }

    .footer-col-two,.footer-col-three {
        display: none;
    }

    .footer-col-one {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-col-four {
        width: 100%;
    }

    .footer-col-one>.footer-li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        order: 2;
    }

    .footer-social-li {
        margin-right: auto;
        align-items: start;
        margin-top: unset;
        order: 1;
    }

    .footer-logo {
        margin-bottom: 1.25rem;
    }
}