/* Minification failed. Returning unminified contents.
(321,17): run-time error CSS1038: Expected hex color, found '#fff0'
(343,66): run-time error CSS1038: Expected hex color, found '#fff0'
(343,71): run-time error CSS1019: Unexpected token, found ' '
(343,71): run-time error CSS1042: Expected function, found ' '
(343,71): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(481,40): run-time error CSS1038: Expected hex color, found '#fff0'
(481,45): run-time error CSS1019: Unexpected token, found ' '
(481,45): run-time error CSS1042: Expected function, found ' '
(481,45): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(487,44): run-time error CSS1038: Expected hex color, found '#fff0'
(487,49): run-time error CSS1019: Unexpected token, found ' '
(487,49): run-time error CSS1042: Expected function, found ' '
(487,49): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
*,
*::before,
*::after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #34567e
}

html {
    overflow-x: hidden;
}


@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-align: right;
    direction: rtl;
    font-family: IRANYekanXVF;
    font-size: 14px;
    line-height: initial;
    color: #2A2D53;
    background-color: #fff
}


.progress {
    position: fixed;
    top: -150%;
    left: 0;
    display: block;
    background-color: #fff;
    width: 100%;
    height: 100%;
    transition: all 300ms ease-in;
    opacity: 0;
    z-index: 1120;
}

.is-loading .progress {
    top: 0;
    opacity: 1;
}


#loading-box {
    width: 80px;
    height: 80px;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

@keyframes animation {
    0% {
        stroke-dasharray: 1 98;
        stroke-dashoffset: -105;
        stroke: #34567e;
    }

    50% {
        stroke-dasharray: 80 10;
        stroke-dashoffset: -160;
        stroke: #FF5F55;
    }

    100% {
        stroke-dasharray: 1 98;
        stroke-dashoffset: -300;
        stroke: #c91210;
    }
}

#spinner {
    transform-origin: center;
    animation-name: animation;
    animation-duration: 1.5s;
    animation-timing-function: cubic-bezier;
    animation-iteration-count: infinite;
}
/*.progress {
    position: relative;
    height: 10px;
    width: 1110%;
    border: 10px solid #f4a261;
    border-radius: 15px;
}

    .progress .color {
        position: absolute;
        background-color: #ffffff;
        width: 0px;
        height: 10px;
        border-radius: 15px;
        animation: progres 4s infinite linear;
    }*/
.container {
    width: 95%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-left: auto;
    margin-right: auto;
}

.container-desktop {
    padding-right: 0;
    padding-left: 0;
    width: 100% !important;
}

@media (min-width: 576px) {
    .container {
        max-width: 95%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 94%;
    }

    .container-desktop {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}


header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px #00000026;
    height: 50px;
    z-index: 100;
}

.menu-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-nav {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    background-color: #fff;
    width: 300px;
    height: 100vh;
    position: fixed;
    z-index: 5;
    right: -330px;
    top: 0;
    box-shadow: 0 0 10px #00000089;
    transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
}

.menu-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-color: #00000071;
    display: none;
}

.menu-nav.active {
    right: 0;
}

    .menu-nav.active + .menu-shadow {
        display: block;
    }

.menu-nav ul {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    list-style: none;
    gap: 0;
    margin: 0;
    padding: 15px 0 0 0;
    width: 100%;
}

    .menu-nav ul li {
        width: 100%;
        border-bottom: 1px solid #eee
    }

        .menu-nav ul li:last-child {
            border-bottom: none
        }

        .menu-nav ul li a {
            color: #333;
            font-size: 13px;
            width: 100%;
            padding: 10px 15px;
            display: inline-block;
        }

        .menu-nav ul li.active a {
            color: #000;
            font-weight: bold
        }

.menu-box .nav-logo-link {
    margin-right: auto;
    display: none;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}


    .menu-box .nav-logo-link .nav-logo {
        width: 130px;
        height: 34px;
    }

.menu-box .btn-menu {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 35px;
    height: 35px;
    border: none;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
}

.side-emi {
    max-width: 100% !important;
}

.intro {
    margin-top: 48px;
    position: relative;
}

.emi-flex {
    display: flex;
    justify-content: start;
    align-items: center;
    z-index: 3;
}

.intro .emi-icon {
    z-index: 3;
    max-width: 30%;
    width: 200px;
    margin: 20px 0;
    display: none;
}

.emi-icon-2 {
    display: block;
    margin: 10px auto;
}

.intro .back-image {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    z-index: 1;
    width: 100%;
    object-fit: cover;
}

.intro .grad {
    width: 100%;
    height: 100%;
    content: ' ';
    background: #fff0;
    background: linear-gradient(0deg, rgba(255,255,255,1) 5%, rgba(237,237,237,1) 40%, rgba(255,255,255,0) 100%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.intro .intro-data {
    position: relative;
    z-index: 3;
    padding: 30px 0;
}

.logo-big {
    width: 180px;
}

.right-hr {
    display: block;
    width: 400px;
    height: 2px;
    background: linear-gradient(270deg,#ff5f55 0%,#ff5f5578 10%, #fff0 100%);
    margin: 15px 0 10px 0
}

#MainH1 {
    font-weight: bolder;
    font-size: 30px;
    margin: 10px 0 5px 0;
}

#MainSubTitle {
    font-size: 20px;
    color: #555;
    font-weight: 500;
}






.title-parent {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}



    .title-parent .back {
        background: #f5f5f5;
        width: 100%;
        height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .title-parent .big-title {
        font-size: 16px;
        font-weight: 800;
        position: relative;
        z-index: 1;
        display: inline-block;
        z-index: 2;
    }

        .title-parent .big-title .main-title {
            position: relative;
            z-index: 2;
            font-size: 26px;
            top: -10px;
            color: #2a2d53;
        }

            .title-parent .big-title .main-title b {
                color: #ff5f55
            }

.box-app {
    padding-top: 50px;
}

.box-download {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

    .box-download a img {
        width: 130px;
    }



.box-features {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    padding-top: 50px;
}

    .box-features .feature-txt {
        width: 100%;
        flex-shrink: 0;
        margin-bottom: 20px;
        padding: 0 10px 0 10px;
    }

    .box-features .feature-img {
        width: 100%;
        padding-top: 10px;
    }

.feature-desk {
    display: none;
    width: initial !important;
    height: initial !important;
}

.feature-mobile {
    display: block;
    width: 100% !important;
    height: initial !important;
}



.feature {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
}

    .feature .num-icon {
        width: 55px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        font-weight: 800;
        font-size: 30px;
        color: #2a2d53
    }

.fade-hr {
    width: 100%;
    display: block;
    height: 1px;
    background: linear-gradient(270deg,#fff0 0%, #2a2d53 50%, #fff0 100%);
    opacity: 0.7;
    margin: 10px;
}

    .fade-hr.orange-hr {
        background: linear-gradient(270deg,#fff0 0%, #ff5f55 50%, #fff0 100%);
    }

.feature-item:last-child .fade-hr {
    display: none;
}


.box_shops, #box_faq {
    padding-top: 50px;
}


.owl-carousel .owl-stage {
    display: flex;
    flex-wrap: nowrap;
}

.shop-item {
    display: block;
    /* background: #f5f5f5; */
    width: 100%;
    border-radius: 10px;
    /* border: 1px solid #ddd; */
    overflow: hidden;
}

    .shop-item .ax-holder {
        margin: 8px 0;
    }


.ax-holder {
    width: 80%;
    position: relative;
    display: block;
}
    .ax-holder:before {
        width: 100%;
        display: block;
        padding-bottom: 100%;
        content: ' ';
    }

    .ax-holder .ax-main {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: contain;
        border-radius:10px;
    }


.faq-box {
    margin-bottom: 40px;
}

    .faq-box .fade-hr {
        margin-bottom: 15px;
    }

.faq-item:last-child .fade-hr {
    display: none;
}

.faq-item .question {
    display: flex;
    justify-content: start;
    align-content: center;
    cursor: pointer;
}

    .faq-item .question p {
        font-size: 15px;
        color: #333;
        margin: 0;
        padding: 0;
    }

    .faq-item .question .ques-icon {
        width: 20px;
        height: 20px;
        color: #ddd;
        margin-left: 5px;
        flex-shrink: 0;
    }

.faq-item .plusmin {
    margin-right: auto;
    flex-shrink: 0;
}

    .faq-item .plusmin:before {
        content: '+';
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        font-size: 25px;
    }

.faq-item.is-open .plusmin:before {
    content: '-';
}

.faq-item.is-open .question .ques-icon {
    color: #ff5f55;
}

.faq-item .answer {
    display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    -ms-transition: max-height 0.8s;
    -o-transition: max-height 0.8s;
    transition: max-height 0.8s;
    color: #888;
    font-size: 13px;
}

.faq-item.is-open .answer {
    max-height: 300px;
}














footer {
    background-color: #fff;
}

    footer .footer-top {
        background-color: #f5f5f5;
        border: 1px solid #ddd;
        border: 1px 0 1px 0;
        padding: 20px 0;
    }

        footer .footer-top .top-footer-items {
            align-items: center;
        }

        footer .footer-top .top-footer-items-desktop {
            display: none;
            justify-content: start;
            flex-wrap: wrap;
        }

        footer .footer-top .top-footer-items-mobile {
            display: flex;
            justify-content: center;
            flex-wrap: nowrap;
            font-size: 16px;
            letter-spacing: 1px;
        }



.top-footer-items-mobile div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .top-footer-items-mobile div .tell {
        font-weight: bold;
        letter-spacing: 2px;
    }

    .top-footer-items-mobile div .footer-email {
        letter-spacing: 2px;
    }

.top-footer-items-mobile .spacer {
    height: 25px;
}

.top-footer-items .tell a {
    font-weight: bold;
    display: inline-block;
    direction: ltr;
    letter-spacing: 2px;
}

.top-footer-items-desktop .footer-email {
    margin-right: auto;
    letter-spacing: 2px;
}

.top-footer-items-desktop address {
    margin: 0;
    font-style: normal;
    line-height: inherit;
}

.spacer {
    display: inline-block;
    width: 2px;
    height: 18px;
    background-color: #c6c6c6;
    margin: 0 15px 0 12px;
}

.copyright {
    text-align: center;
    background: #333;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    padding: 8px 10px;
}



.qr-box {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 0
}

    .qr-box .qr-title {
        font-size: 16px;
        color: #2a2d53;
        font-weight: bold;
        margin-bottom: 15px;
    }

        .qr-box .qr-title b {
            color: #ff5f55
        }

    .qr-box .qr-pic {
        border: 1px solid #2a2d53;
        border-radius: 5px;
        padding: 0;
    }
/* sm */
@media (min-width: 576px) {
    .feature-desk {
        display: block;
    }

    .feature-mobile {
        display: none;
    }

    .box-features .feature-txt {
        width: 50%;
        margin-left: 10%;
        flex-shrink: 0;
        padding: 0;
    }

    .box-features .feature-img {
        width: 40%;
        flex-shrink: 0;
    }

    .box-features img {
        max-width: 100%
    }

    .title-parent.right-desktop {
        justify-content: start;
    }


    .intro .emi-icon {
        display: block;
    }

    .emi-icon-2 {
        display: none;
        margin: 0 auto;
    }
}

/* md */
@media (min-width:768px) {

    .qr-box {
        display: flex;
    }

    header .btn-menu {
        display: none;
    }

    .menu-shadow {
        display: none !important;
    }

    .menu-nav {
        align-items: center;
        flex-direction: row;
        width: initial;
        height: 50px;
        position: initial;
        z-index: 5;
        box-shadow: none;
    }

        .menu-nav ul {
            align-items: center;
            flex-direction: row;
            gap: 10px;
            margin: 0;
            padding: 0;
            width: initial;
        }

            .menu-nav ul li {
                width: initial;
                border-bottom: none
            }

                .menu-nav ul li a {
                    padding: 10px 5px;
                }


    footer .footer-top .top-footer-items-desktop {
        display: flex;
    }

    footer .footer-top .top-footer-items-mobile {
        display: none;
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

    .animated.infinite {
        animation-iteration-count: infinite;
    }

    .animated.repeat-1 {
        animation-iteration-count: 1;
    }

    .animated.repeat-2 {
        animation-iteration-count: 2;
    }

    .animated.repeat-3 {
        animation-iteration-count: 3;
    }

    .animated.delay-1s {
        animation-delay: 0.5s;
    }

    .animated.delay-2s {
        animation-delay: 1s;
    }

    .animated.delay-3s {
        animation-delay: 1.5s;
    }

    .animated.delay-4s {
        animation-delay: 2s;
    }

    .animated.delay-5s {
        animation-delay: 2.5s;
    }

    .animated.faster {
        animation-duration: 0.5s;
    }

    .animated.fast {
        animation-duration:0.8s;
    }

    .animated.slow {
        animation-duration: 2s;
    }

    .animated.slower {
        animation-duration: 3s;
    }

@media print, (prefers-reduced-motion: reduce) {
    .animated {
        animation-duration: 1ms !important;
        transition-duration: 1ms !important;
        animation-iteration-count: 1 !important;
    }

        .animated[class*='Out'] {
            opacity: 0;
        }
}



@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
