@charset "UTF-8";
a,
body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
small,
span,
strong,
ul {
    font-family: iranyekanx;
}
form,
img,
input,
select,
textarea {
    max-width: 100%;
    transition: 0.2s;
}
a,
a:hover,
body,
form,
img,
input,
li,
select,
textarea,
ul {
    transition: 0.2s;
}
.hero .request-button a,
.introduce .methodology .request-button a {
    border-radius: 48px;
    font-size: 0.9rem;
    padding: 16px 30px;
    box-shadow: #00d5ff29 0 0 24px 4px;
    text-align: center;
    vertical-align: middle;
}
.sticky-button,
.sticky-button a,
a,
a:hover {
    text-decoration: none;
}
@font-face {
    font-family: iranyekanx;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/iranyekanx/IRANYekanX-Regular.ttf");
}
@font-face {
    font-family: iranyekanx;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/iranyekanx/IRANYekanX-DemiBold.ttf");
}
@font-face {
    font-family: iranyekanx;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/iranyekanx/IRANYekanX-Bold.ttf");
}
@font-face {
    font-family: iranyekanx;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/iranyekanx/IRANYekanX-Black.ttf");
}
* {
    margin: 0;
    padding: 0;
}
:root {
    --lnd-primary: #3a0540;
    --lnd-primary-light: #aac1fc4d;
    --lnd-secondary: #0598bc;
    --lnd-secondary-light: #0598bc1a;
    --lnd-black: #1e1e1e;
    --lnd-white: #ffffff;
    --lnd-gray-light: #f7f5f5;
    --lnd-gray: #eeeeee;
}
body {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    background-color: #2c0430;
}
body::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    content: "";
    background-image: url(../images/grid.webp);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
}
.hero,
header {
    position: relative;
}
.hero .fixed,
header .menu {
    left: 50%;
    transform: translate(-50%, 0);
}
p {
    line-height: 2rem;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 0.9rem;
}
li,
ul {
    list-style: none;
    margin: 0;
}
button:focus,
input:focus,
select:focus {
    outline: 0;
    transition: 0.2s;
}
a {
    color: var(--ava-black);
}
img {
    height: auto;
}
.banner-2,
hr {
    margin: 2rem 0;
}
.rtl {
    direction: rtl;
}
.ltr {
    direction: ltr;
}
.section-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.text-box {
    background-color: var(--lnd-primary-light);
    color: #3a0540;
    padding: 8px 12px;
    border-radius: 8px;
}
.text-box .text {
    font-size: 12px;
    line-height: 16px;
    width: fit-content;
}
.sticky-call .call-button a i,
.sticky-call .request-button a i,
.sticky-call-2 .call-button a i,
.text-box i {
    vertical-align: middle;
}
.svg-icon {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}
.svg-icon.whatsapp {
    background: url(../images/icons/whatsapp.png) center/contain no-repeat;
}
.svg-icon.phone {
    background: url(../images/icons/call.png) center/contain no-repeat;
}
header {
    z-index: 4;
    padding: 2rem 0;
    width: 100%;
    max-width: 500px;
}
header .title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}
header .title strong {
    font-weight: 900;
}
header .menu-toggle {
    cursor: pointer;
    background-color: #cecece33;
    padding: 0.5rem;
    margin: 0 auto auto 0;
    display: block;
    height: 36px;
    width: 36px;
    border-radius: 40px;
    align-self: flex-end;
    position: relative;
    z-index: 99999;
    line-height: 26px;
}
header .menu-toggle i {
    margin: 0;
    font-size: 1rem;
    line-height: 1rem;
    color: #fff;
}
header .menu-toggle i.fa-close {
    position: fixed;
    top: 42px;
    left: calc(50% - 225px);
    color: #464646;
}
@media (max-width: 500px) {
    header .menu-toggle i.fa-close {
        left: 25px;
    }
}
header .menu {
    display: none;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    z-index: 3;
    padding: 2rem 0;
    border-top: 1px solid #ccc;
}
header .menu ul li {
    line-height: 2rem;
    margin-bottom: 1rem;
    font-size: 14px;
    font-weight: 600;
}
.hero {
    background: url(../images/hero3.webp) center top/cover no-repeat;
    height: 103vh;
    top: 0;
    left: 0;
    z-index: 2;
    margin-top: -7.2rem;
}
.hero h2 {
    margin-top: 6rem;
}
.hero .title {
    font-size: 30px;
    font-weight: 800;
    line-height: 48px;
}
.hero .title.normal-title {
    color: var(--lnd-primary);
}
.hero .title.gradient-title {
    background: -webkit-linear-gradient(right, #c1b0e0, #ccb6f0, #c9aef1, #c5a9f1, #c5a5f2, #c5a0f5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero .request-button a {
    display: inline-block;
    background: linear-gradient(to right, #41d8ff, #0094b8);
    color: #fff;
    line-height: 24px;
}
.hero p {
    font-size: 12px;
    font-weight: 400;
    padding: 0 10px;
    line-height: 21px;
}
.hero .items {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
}
.hero .items::-webkit-scrollbar {
    display: none;
}
.hero .items .text-box {
    display: inline-block;
    backdrop-filter: blur(32px);
    background-color: #ffffff1a;
    color: #fff;
    width: auto;
    margin: 0 8px;
}
.hero .fixed {
    position: absolute;
    bottom: 1rem;
    width: 90%;
}
.hero .fixed .notice {
    color: #c2bbc5;
    vertical-align: middle;
    font-size: 12px;
}
.hero .fixed .notice i {
    vertical-align: middle;
    margin-left: 3px;
}
.introduce {
    background-color: #3a0540;
    background: linear-gradient(to bottom, #552966, #451e46, #3e1b3e, #1c1220);
}
.introduce .service-items {
    position: relative;
    z-index: 3;
}
.introduce .service-items .item {
    background: url(../images/services_item_bg.webp) right bottom/cover no-repeat;
    padding: 12px;
    border-radius: 16px;
    width: 100%;
}
.introduce .service-items .item strong {
    margin-top: 12px;
}
.introduce .methodology {
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}
.introduce .methodology p {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
}
.compare .section-title,
.faq .section-title,
.introduce .methodology .section-title,
.testimonials-video .section-title {
    display: block;
    text-align: center;
    backdrop-filter: blur(32px);
    background-color: #ffffff1a;
    color: #fff;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    margin: 0 10px;
}
.testimonials-video .section-title {
    border-radius: 0;
    font-size: 14px;
    line-height: 28px;
}
.introduce .methodology .request-button a {
    display: inline-block;
    background: #fff;
    color: #1aafde;
    line-height: 24px;
}
.introduce .methodology .shadow-bg-1 {
    position: absolute;
    top: 60px;
    left: 0;
    background: url(../images/shadow.webp) top center/contain no-repeat;
    transform: scale(2) translate(-40px, 0);
    width: 100%;
    height: 300px;
    content: "";
    z-index: 0;
}
.banner-1 {
    background: #3a0440;
    padding: 100px 0;
}
.banner-1 .banner-wrapper {
    padding: 16px;
    background: #9a5b9d6e;
    border-radius: 16px;
    backdrop-filter: blur(9px);
}
.features,
.features .accardion-wrapper {
    background-color: #fff;
    border-radius: 12px;
}
.banner-1 .banner-wrapper .title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.banner-1 .banner-wrapper .title .seprated {
    color: #41d8ff;
}
.banner-1 .banner-wrapper p,
footer .main-subltitle {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}
.banner-1 .banner-wrapper .button {
    box-shadow: 0 0 24px 4px #00d5ff29;
    color: #41d8ff;
    padding: 16px 32px;
    background-color: #fff;
    border-radius: 32px;
    width: fit-content;
    margin: 3rem auto 0;
}
.features {
    padding: 0;
}
.faq .head,
.features .head {
    cursor: pointer;
}
.features .accardion-wrapper {
    padding: 0;
    margin-top: 3rem;
}
.advantages .shadow-bg,
.compare .shadow-bg {
    top: 690px;
    background: url(../images/shadow.webp) bottom center/contain no-repeat;
    transform: scaleX(2) scaleY(5) translate(0, -60px);
    height: 300px;
    position: relative;
    content: "";
    left: 0;
}
.features .accardion-wrapper.special {
    background: url(../images/solu_bg.webp) center/cover no-repeat;
    padding: 30px 0 0;
    margin-top: 2rem;
}
.features .accardion-wrapper.special .title {
    background: -webkit-linear-gradient(right, #ffa3d3, #ffa1dc, #ff92d6, #ffb2c1, #ffadc3, #ffa6cf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
}
.features .accardion-wrapper.special p,
.testimonials-video .box-wrapper span {
    color: #fff;
}
.features .accardion-wrapper img {
    width: 88px;
    height: 88px;
}
.features .solu-image {
    width: 100%;
    object-fit: contain;
    border-radius: 12px;
}
.features .accardion-wrapper .title,
.map .box-wrapper strong {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.faq .accardion-wrapper .toggle,
.features .accardion-wrapper .toggle {
    width: 10%;
}
.features .accardion-wrapper .toggle i {
    color: #0598bc;
    cursor: pointer;
    vertical-align: middle;
}
.features .accardion-wrapper .text-wrapper {
    margin-top: 1rem;
}
.features .accardion-wrapper .text-wrapper p {
    margin-top: 6px;
    padding: 0 16px;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 0;
}
.features .accardion-wrapper .text-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 2rem;
}
.compare {
    overflow-x: hidden;
    background: linear-gradient(to bottom, #2c0430, #451e46, #3e1b3e, #1c1220);
    padding: 3rem 0;
}
.compare .shadow-bg,
.compare .twentytwenty-container {
    width: 100%;
}
.banner img,
.compare .twentytwenty-overlay {
    border-radius: 16px;
}
.compare .box-wrapper img {
    border-radius: 12px;
    width: 100%;
}
.compare .box-wrapper .title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    display: block;
    margin-top: 8px;
    margin-right: 8px;
    color: #fff;
}
.advantages {
    background-color: #2c0430;
    overflow: hidden;
    padding: 1rem 0 3rem;
}
.testimonials,
footer {
    background-color: #3a0540;
}
.advantages .sup-title {
    font-weight: 400;
}
.advantages .section-title {
    font-size: 21px;
}
.advantages .shadow-bg {
    z-index: 0;
    width: 100%;
}
.advantages video {
    width: 100%;
    border-radius: 12px;
}
.advantages .container {
    position: relative;
    z-index: 4;
    margin-top: -300px;
}
.advantages img {
    border-radius: 12px;
    display: block;
    margin: 0 auto;
}
.advantages .box-wrapper {
    border-radius: 16px;
    background-color: #ffffff4d;
    backdrop-filter: blur(32px);
    color: #fff;
    padding: 12px 16px;
}
.advantages .box-wrapper .text {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
.advantages .box-wrapper i {
    color: #0598bc;
    font-size: 1.5rem;
    vertical-align: middle;
    margin-left: 12px;
}
.advantages .content {
    text-align: justify;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
}
.advantages .slogan-box {
    background-color: #3a05401a;
    border-radius: 16px;
    padding: 32px 24px;
}
.advantages .slogan-box p {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
}
.call-banner .call-box .background {
    background: url(../images/edit/edit5.webp) center/cover no-repeat;
    border-radius: 12px;
    padding: 1rem;
}
.call-banner .call-box strong {
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #fff;
}
.call-banner .call-box span {
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #fff;
}
.call-banner .call-box a {
    display: block;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.5px;
    color: #fff;
    background-color: #00000059;
    padding: 10px 16px;
    margin: 12px 6px;
}
.testimonials {
    margin: 3rem 0;
}
.testimonials .box-wrapper {
    background-color: #f5f5f5;
    background: #ffffff4d;
    padding: 16px;
    border-radius: 16px;
    width: 300px;
}
.testimonials .box-wrapper .name {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.testimonials .box-wrapper .field {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #e6e6e6ee;
}
.testimonials .box-wrapper p {
    margin-top: 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
}
.testimonials-video {
    padding: 2rem 0;
    background: url(../images/testimonials-bg.webp) center/cover no-repeat;
    border-radius: 0;
}
.banner,
.steps {
    padding: 3rem 0;
}
.testimonials-video video {
    width: 100%;
    min-width: 300px;
    max-width: 100%;
    border-radius: 0;
    object-fit: cover;
}
.banner {
    background-color: #4f1e55;
}
.banner-2 .banner-wrapper {
    background: linear-gradient(215deg, #c645ccb2, #f2b1f3b2);
    padding: 24px;
    border-radius: 16px;
}
.banner-2 .banner-wrapper strong {
    font-size: 16px;
    line-height: 32px;
}
.banner-2 .banner-wrapper .button {
    margin: 1.5rem auto;
    display: inline-block;
    background-color: #25d366;
    border-radius: 32px;
    padding: 16px 20px;
    box-shadow: 0 0 24px 4px #00d5ff29;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.banner-2 .banner-wrapper .button .svg-icon {
    margin-left: 4px;
    width: 24px;
    height: 24px;
}
.banner-2 .banner-wrapper span {
    font-size: 12px;
}
.steps {
    background: linear-gradient(to bottom, #1c1220, #3e1b3e, #4f1e55);
}
.call-buttons,
.faq {
    background-color: #4f1e55;
}
.steps .title strong {
    font-size: 20px;
    font-weight: 800;
}
.steps .box-wrapper {
    background-color: #fff;
    border-radius: 12px;
    padding: 8px 12px;
}
.steps .box-wrapper img {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: 6px;
}
.steps .box-wrapper span {
    font-size: 14px;
    font-weight: 600;
}
.faq {
    position: relative;
    padding: 0 0 1rem;
    content: "";
    width: 100%;
    height: max-content;
}
.faq .accardion-wrapper {
    padding: 24px 16px;
    border-bottom: 1px solid #500059;
}
.faq .accardion-wrapper .title {
    width: 90%;
}
.faq .accardion-wrapper .title strong {
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
}
.faq .accardion-wrapper .title span {
    font-size: 11px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}
.faq .accardion-wrapper .toggle i {
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
}
.faq .accardion-wrapper .text-wrapper {
    display: none;
    margin-top: 8px;
}
.faq .accardion-wrapper .text-wrapper p {
    padding: 8px;
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
}
.call-buttons {
    padding: 2rem 0 4rem;
}
.call-buttons a {
    background-color: #ffffff26;
    padding: 14px 24px;
    border-radius: 12px;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
footer .main-title,
footer .segment-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}
.call-buttons a .svg-icon,
.map .box-wrapper span i {
    margin-left: 4px;
}
.map {
    background: url(../images/map.webp) center/cover no-repeat;
    padding: 3rem 1rem;
    border-radius: 16px;
}
.map .box-wrapper {
    background-color: #fff;
    border-radius: 16px;
    padding: 1.5rem;
}
.map .box-wrapper a {
    font-size: 14px;
    width: fit-content;
    color: #3a0540;
    border: 1px solid #3a0540;
    padding: 1rem 1.5rem;
    border-radius: 32px;
}
.sticky-call,
.sticky-call-3 {
    max-width: 500px;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    backdrop-filter: blur(15px);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    z-index: 99;
    bottom: 0;
}
.sticky-call .call-button a,
.sticky-call .request-button a {
    width: 100%;
    border-radius: 48px;
    font-size: 0.9rem;
    padding: 18px 12px;
    box-shadow: #00d5ff29 0 0 24px 4px;
    text-align: center;
}
.map .box-wrapper a i {
    margin-left: 4px;
    vertical-align: middle;
}
footer {
    padding: 48px 24px;
    margin-bottom: 80px;
    color: #fff;
}
footer .segment-title {
    color: #fff;
}
footer .info > div {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
}
footer .social-list ul {
    padding: 0 0 12px;
}
footer .social-list ul li {
    display: inline-block;
    font-size: 1.5rem;
    margin: 0 6px;
}
footer .social-list ul li a {
    display: block;
}
footer .social-list ul li a i {
    background-color: #919caf33;
    border-radius: 100%;
    padding: 13px;
    width: 48px;
    height: 48px;
    vertical-align: middle;
}
footer .copy-right {
    border-top: 1px solid #2c0031;
    padding-top: 12px;
    margin-top: 22px;
    font-size: 12px;
}
.sticky-call {
    width: 100%;
    background-color: #919caf45;
    padding: 16px 12px;
}
.sticky-call .call-button {
    display: block;
    width: 50%;
    margin-left: 6px;
}
.sticky-call .call-button a {
    display: block;
    color: #3a0540;
    background-color: #fff;
    line-height: 20px;
}
.sticky-call .request-button {
    display: block;
    width: 50%;
}
.sticky-call .request-button a {
    display: inline-block;
    background: linear-gradient(to right, #41d8ff, #0094b8);
    color: #fff;
    line-height: 20px;
    vertical-align: middle;
}
.sticky-call .whatsapp-button a,
.sticky-call-2 .call-button a,
.whatsapp-wrapper .whatsapp-button a {
    width: 100%;
    color: #fff;
    background-color: #00ae00;
    line-height: 20px;
}
.sticky-call .whatsapp-button {
    display: block;
    margin-left: 12px;
}
.sticky-call .whatsapp-button a {
    display: block;
    border-radius: 4rem;
    padding: 15px 12px;
    text-align: center;
    margin-right: 6px;
}
.sticky-call .whatsapp-button a i {
    vertical-align: middle;
    font-size: 1.25rem;
}
.sticky-call-2 {
    width: 100%;
    max-width: 500px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    padding: 12px;
}
.sticky-call-2 .call-button {
    display: block;
    width: 100%;
    margin-left: 12px;
}
.sticky-call-2 .call-button a {
    display: block;
    border-radius: 1rem;
    padding: 18px 12px;
    text-align: center;
}
.sticky-call-3 {
    width: 100%;
    background-color: #3a044005;
    padding: 16px 12px;
}
.sticky-button {
    background-color: #00d084;
    box-shadow: 0 0 24px 4px #00d5ff15;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    padding: 16px 24px;
    width: 100%;
    z-index: 99;
}
.sticky-button a {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    color: #fff;
    display: block;
    font-size: 1rem;
}
.sticky-button a.left {
    left: 0;
}
.sticky-button a.right {
    right: 0;
}
.sticky-button:hover {
    background-color: #2e9433;
}
.sticky-button i {
    vertical-align: middle;
    font-size: 1.2rem;
    margin-left: 5px;
    animation: 2s ease-in-out infinite shake;
}
.whatsapp-wrapper {
    position: sticky;
    bottom: 114px;
    left: 10px;
    text-align: left;
    z-index: 99999;
}
.whatsapp-wrapper .whatsapp-button a {
    display: inline;
    border: 2px solid #fff;
    text-align: left;
    border-radius: 4rem;
    padding: 16px 15px;
    margin-right: 6px;
}
.whatsapp-wrapper .whatsapp-button {
    display: inline;
    margin-left: 12px;
    text-align: left;
}
.whatsapp-wrapper .whatsapp-button a i {
    vertical-align: middle;
    font-size: 1.8rem;
}
@keyframes shake {
    0%,
    100%,
    25% {
        transform: translateX(0);
    }
    15%,
    5% {
        transform: translateX(-5px);
    }
    10%,
    20% {
        transform: translateX(5px);
    }
}
.features .accardion-wrapper.special .numbered-list{counter-reset:feature-item;padding:0 16px;margin:0;text-align:right;direction:rtl;list-style:none}.features .accardion-wrapper.special .numbered-list li{position:relative;padding-right:44px;margin-bottom:12px;color:#fff;line-height:28px;text-align:right}.features .accardion-wrapper.special .numbered-list li:before{counter-increment:feature-item;content:counter(feature-item);position:absolute;right:0;top:0;width:28px;height:28px;border-radius:50%;border:1px solid #ffffff33;background:#ffffff1a;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:12px}.features .accardion-wrapper.special .numbered-list li:last-child{margin-bottom:0}
