@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;
    text-align: center;
    box-shadow: #00d5ff29 0 0 24px 4px;
    vertical-align: middle;
}
*,
footer .social-list ul {
    padding: 0;
}
@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;
}
:root {
    --lnd-primary: #031f63;
    --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: #010728;
}
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,
header .menu-toggle {
    position: relative;
}
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);
}
a,
a:hover {
    text-decoration: none;
}
img {
    height: auto;
}
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: #010728;
    padding: 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;
}
header {
    z-index: 4;
    padding: 2rem 0;
    width: 100%;
    max-width: 500px;
}
header .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
    color: #fff;
}
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;
    z-index: 99999;
    line-height: 26px;
}
.hero,
header .menu {
    height: 100vh;
    top: 0;
}
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;
    left: 50%;
    transform: translate(-50%, 0);
    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/hero-bg2.webp) center bottom/100% auto no-repeat;
    left: 0;
    z-index: 2;
    margin-top: -7rem;
}
.hero h2 {
    margin-top: 8rem;
}
.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, #8392f9, #86a6ff, #9cc8fe, #bccfff, #dbddff, #f3eeff, #f7f0ff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero .items .text-box,
.introduce .methodology .section-title {
    background-color: #ffffff1a;
    backdrop-filter: blur(32px);
    color: #fff;
}
.hero .request-button a {
    display: inline-block;
    background: linear-gradient(to right, #41d8ff, #0094b8);
    color: #fff;
    line-height: 24px;
}
.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;
    width: auto;
    margin: 0 8px;
}
.introduce {
    background-color: #070e34;
    padding: 3rem 0 1rem;
}
.features,
.features .accardion-wrapper {
    background-color: #fff;
    border-radius: 12px;
}
.introduce .methodology {
    position: relative;
    overflow: hidden;
}
.introduce .methodology p {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
}
.introduce .methodology .section-title {
    display: block;
    text-align: center;
    border-radius: 16px;
    padding: 24px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    margin: 0 10px;
}
.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: "";
}
.features {
    padding: 3rem 0;
}
.advantages,
.compare {
    background-color: #070e34;
}
.faq .head,
.features .head {
    cursor: pointer;
}
.features .accardion-wrapper {
    padding: 16px;
    margin-top: 16px;
}
.advantages .shadow-bg,
.compare .shadow-bg {
    top: 690px;
    left: 0;
    background: url(../images/shadow.webp) bottom center/contain no-repeat;
    transform: scaleX(2) scaleY(5) translate(0, -60px);
    height: 300px;
    position: relative;
    content: "";
}
.features .accardion-wrapper:first-child {
    margin-top: 0;
}
.features .accardion-wrapper img {
    width: 88px;
    height: 88px;
}
.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%;
}
.faq .accardion-wrapper .toggle i,
.features .accardion-wrapper .toggle i {
    color: #0598bc;
    cursor: pointer;
    vertical-align: middle;
}
.features .accardion-wrapper .text-wrapper {
    margin-top: 16px;
    border-top: 1px solid #ececec;
}
.features .accardion-wrapper .text-wrapper p {
    margin-top: 10px;
    padding: 8px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
}
.features .accardion-wrapper .text-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.compare {
    overflow-x: hidden;
    padding: 3rem 0;
}
.compare .shadow-bg {
    width: 100%;
}
.compare .container {
    margin-top: -340px;
}
.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 {
    overflow: hidden;
    padding: 1rem 0 3rem;
}
.advantages .shadow-bg {
    z-index: 0;
    width: 100%;
}
.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: #0598bc1a;
    border-radius: 16px;
    padding: 32px 24px;
}
.advantages .slogan-box p {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
}
.advantages .call-box .background {
    background: url(../images/call-box.webp) center/cover no-repeat;
    border-radius: 12px;
    padding: 1rem;
}
.advantages .call-box strong {
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #fff;
}
.advantages .call-box span {
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #fff;
}
.advantages .call-box a {
    display: block;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.5px;
    color: #0598bc;
    background-color: #fff;
    padding: 10px 16px;
    margin: 12px 6px;
}
.methods-table {
    padding: 2rem 0 0;
    margin-top: 3rem;
}
.methods-table .table {
    position: relative;
    padding: 1rem 0;
    overflow: hidden;
    overflow-x: auto;
    direction: rtl;
}
.methods-table .table-item {
    background-color: #fff;
    border-radius: 16px;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 24px;
}
.methods-table .table-header {
    direction: rtl;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    padding: 24px;
    background-color: #a6efff80;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.methods-table .table-header strong {
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: #0598bc;
}
.methods-table .table-row {
    direction: rtl;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    padding: 12px 24px;
}
.methods-table .table-row div {
    border-radius: 16px;
    text-align: center;
    width: 70%;
    align-content: center;
}
.methods-table .table-row .row-title {
    width: 30%;
    background-color: transparent;
    color: #505050;
    font-weight: 700;
}
.methods-table .table-row .row-content {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: right;
}
.testimonials {
    margin: 3rem 0;
    background-color: #010728;
}
.testimonials .box-wrapper {
    background-color: #f5f5f5;
    background: linear-gradient(to bottom, #272c48, #292f4a, #2e3751, #35445a);
    padding: 16px;
    border-radius: 16px;
    width: 300px;
}
.testimonials .box-wrapper .name {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #52b6ef;
}
.testimonials .box-wrapper .field {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #a5a5a5;
}
.testimonials .box-wrapper p {
    margin-top: 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
}
.testimonials-video {
    margin-top: 4rem;
}
.testimonials-video .flex-wrapper {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
}
.testimonials-video .box-wrapper {
    width: 80%;
    margin: 0 16px;
}
.testimonials-video .box-wrapper span {
    color: #fff;
}
.testimonials-video video {
    width: 100%;
    min-width: 300px;
    max-width: 100%;
    border-radius: 16px;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.faq {
    position: relative;
    padding: 4rem 0 1rem;
    content: "";
    background-image: url(../images/shadow-faq.webp);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    width: 100%;
    height: max-content;
}
.sticky-call,
.sticky-call-2 {
    max-width: 500px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
}
.faq .accardion-wrapper {
    padding: 24px 16px;
    border-bottom: 1px solid #ececec;
}
.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 .text-wrapper {
    display: none;
    margin-top: 8px;
}
.faq .accardion-wrapper .text-wrapper p {
    padding: 8px;
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
}
.map {
    background: url(../images/map.webp) center/cover no-repeat;
    padding: 3rem 1rem;
    margin-top: 3rem;
}
.map .box-wrapper {
    background-color: #fff;
    border-radius: 16px;
    padding: 1.5rem;
}
.map .box-wrapper span i {
    margin-left: 4px;
}
.map .box-wrapper a {
    font-size: 14px;
    width: fit-content;
    color: #22395e;
    border: 1px solid #22395e;
    padding: 1rem 1.5rem;
    border-radius: 32px;
}
.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;
}
.map .box-wrapper a i {
    margin-left: 4px;
    vertical-align: middle;
}
footer {
    background-color: #22395e;
    padding: 48px 24px;
    margin-bottom: 80px;
    color: #fff;
}
footer .main-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
}
footer .info > div,
footer .main-subltitle {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}
footer .segment-title {
    color: #52b6ef;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}
footer .info > div {
    margin-top: 8px;
}
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;
}
.sticky-call {
    width: 100%;
    background-color: #919caf45;
    backdrop-filter: blur(15px);
    padding: 16px 12px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.sticky-call .call-button {
    display: block;
    width: 50%;
    margin-left: 6px;
}
.sticky-call .call-button a {
    display: block;
    color: #0598bc;
    background-color: #fff;
    text-align: center;
    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;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
}
.sticky-call .whatsapp-button a,
.sticky-call-2 .call-button a {
    display: block;
    width: 100%;
    color: #fff;
    background-color: #00ae00;
    text-align: center;
    line-height: 20px;
}
.sticky-call .whatsapp-button {
    display: block;
    margin-left: 12px;
}
.sticky-call .whatsapp-button a {
    border-radius: 4rem;
    padding: 15px 12px;
    margin-right: 6px;
}
.sticky-call .whatsapp-button a i {
    vertical-align: middle;
    font-size: 1.25rem;
}
.sticky-call-2 {
    width: 100%;
    padding: 12px;
}
.sticky-call-2 .call-button {
    display: block;
    width: 100%;
    margin-left: 12px;
}
.sticky-call-2 .call-button a {
    border-radius: 1rem;
    padding: 18px 12px;
}
