@font-face {
    font-family: vazir;
    src:url('../fonts/vazir/Vazir-Thin.woff2') format('woff2'),
        url('../fonts/vazir/Vazir-Thin.ttf') format('ttf');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: vazir;
    src:url('../fonts/vazir/Vazir-ExtraLight.woff2') format('woff2'),
        url('../fonts/vazir/Vazir-ExtraLight.ttf') format('ttf');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: vazir;
    src:url('../fonts/vazir/Vazir-Light.woff2') format('woff2'),
        url('../fonts/vazir/Vazir-Light.ttf') format('ttf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: vazir;
    src:url('../fonts/vazir/Vazir-Regular.woff2') format('woff2'),
        url('../fonts/vazir/Vazir-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: vazir;
    src:url('../fonts/vazir/Vazir-Medium.woff2') format('woff2'),
        url('../fonts/vazir/Vazir-Medium.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: vazir;
    src:url('../fonts/vazir/Vazir-SemiBold.woff2') format('woff2'),
        url('../fonts/vazir/Vazir-SemiBold.ttf') format('ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: vazir;
    src:url('../fonts/vazir/Vazir-Bold.woff2') format('woff2'),
        url('../fonts/vazir/Vazir-Bold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: vazir;
    src:url('../fonts/vazir/Vazir-ExtraBold.woff2') format('woff2'),
        url('../fonts/vazir/Vazir-ExtraBold.ttf') format('ttf');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: vazir;
    src:url('../fonts/vazir/Vazir-Black.woff2') format('woff2'),
        url('../fonts/vazir/Vazir-Black.ttf') format('ttf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
* {
    font-family: vazir;
    direction: rtl;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #000;
}
body {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow-x: hidden;
    background-color: #f4f7ff;
    font-family: vazir;
}
.text-left {
    text-align: left;
}
.text-justify {
    text-align: justify !important;
}
.fa.outline {
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
}
.navbar {
    padding: 20px 40px 0px 40px;
    border-radius: 0 0 20px 20px;
}
#nav {
    justify-content: center;
}
.headershape {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    box-sizing: border-box;
    height: 500px;
    background-color: #0d6efd12;
    clip-path: ellipse(75% 100% at 65% 0%);
    z-index: -1;
}
.pages-headershape {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    box-sizing: border-box;
    height: 250px;
    background-color: #0d6efd12;
    clip-path: ellipse(75% 100% at 65% 0%);
    z-index: -1;
}
.mobile-app-demo {
    width: 45%;
}
.magic-text {
    color: #1f2db4 !important;
    font-weight: 800;
    font-size: 25px;
    text-shadow: 0px 0px 3px #1f2db485;
}
.card {
    box-shadow: 0 0 15px 0px #1e71fa40;
    border: none;
    height: 265px;
}
.card-header-shape {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    display: block;
    box-sizing: border-box;
    height: 100px;
    background-color: #0d6efd12;
    clip-path: ellipse(53% 135% at 50% -45%);
}
.card-header-shape img {
    width: 80px;
    position: absolute;
    top: 3%;
    right: 50%;
    transform: translate(50%, 3%);
}
.card-body {
    padding: 0 0 10px 0;
}
.card-description {
    padding: 5px 10px;
}
.super-buy-section {
    background-color: #fff;
    padding: 2rem;
    align-items: center;
    border-radius: 100px;
    margin: 40px 0;
}
.super-buy-section .text p {
    margin: 0;
}
.super-buy-section .actions {
    justify-content: space-around;
    display: flex;
}
.page-main-title {
    margin: 5% 0;
}
.agents-section , .affiliate-section , .features-section , .shop-section {
    margin: 10% 0 5% 0;
}
.features-section {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
    margin-top: 100px;
}
.features-section .feature-item {
    align-items: center;
    margin: 30px 0;
}
.features-section .feature-item:nth-child(even) .feature-content {
    flex-direction: row-reverse;
}
.features-section .feature-image {
    padding: 20px;
}
.features-section .feature-image img {
    width: 100%;
    border-radius: 15px;
}
.features-section .feature-description {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    text-align: justify;
    padding: 20px;
    display: flex;
    align-items: center;
}
.table-responsive {
    background-color: #fff;
    border-radius: 15px;
    padding: 1rem 2rem;
}
.table-responsive table thead tr th {
    border-bottom-color: #b9b9b9 !important;
}
.tiny-button {
    padding: 2px 10px;
}
.colleagues-slider img {
    opacity: 0.75;
    margin: 15px;
}

/* Project Process */
.project-process {
    overflow: hidden;
    position: relative;
}
.project-process:before {
    content: "";
    width: 5px;
    height: 70%;
    background: #333;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
}
.project-process .timeline-content:before,
.project-process .timeline:before {
    top: 50%;
    transform: translateY(-50%);
    content: "";
}
.project-process .timeline {
    width: 50%;
    padding-left: 100px;
    float: right;
    position: relative;
}
.project-process .timeline:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #333;
    position: absolute;
    left: -10px;
}
.project-process .timeline-content {
    display: block;
    padding-left: 150px;
    position: relative;
}
.project-process .timeline-content:before {
    width: 90px;
    height: 10px;
    border-top: 7px dotted #333;
    position: absolute;
    left: -92px;
}
.project-process .year {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 100px;
    border-radius: 50%;
    border: 10px solid #f54957;
    font-size: 30px;
    color: #f54957;
    text-align: center;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}
.project-process .year:before {
    content: "";
    border-left: 20px solid #f54957;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    bottom: -13px;
    right: 0;
    transform: rotate(45deg);
}
.project-process .inner-content {
    padding: 20px 0;
}
.project-process .title {
    font-size: 24px;
    font-weight: 600;
    color: #f54957;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.project-process .description {
    font-size: 14px;
    color: #6f6f6f;
    margin: 0 0 5px;
}
.project-process .timeline:nth-child(2n) {
    padding: 0 100px 0 0;
}
.project-process .timeline:nth-child(2n) .timeline-content:before,
.project-process .timeline:nth-child(2n) .year,
.project-process .timeline:nth-child(2n):before {
    left: auto;
    right: -10px;
}
.project-process .timeline:nth-child(2n) .timeline-content {
    padding: 0 150px 0 0;
}
.project-process .timeline:nth-child(2n) .timeline-content:before {
    right: -92px;
}
.project-process .timeline:nth-child(2n) .year {
    right: 0;
}
.project-process .timeline:nth-child(2n) .year:before {
    right: auto;
    left: 0;
    border-left: none;
    border-right: 20px solid #f54957;
    transform: rotate(-45deg);
}
.project-process .timeline:nth-child(2) {
    margin-top: 110px;
}
.project-process .timeline:nth-child(odd) {
    margin: -110px 0 0;
}
.project-process .timeline:nth-child(even) {
    margin-bottom: 80px;
}
.project-process .timeline:first-child,
.project-process .timeline:last-child:nth-child(even) {
    margin: 0;
}
.project-process .timeline:nth-child(2n) .year {
    border-color: #1ebad0;
    color: #1ebad0;
}
.project-process .timeline:nth-child(2) .year:before {
    border-right-color: #1ebad0;
}
.project-process .timeline:nth-child(2n) .title {
    color: #1ebad0;
}
.project-process .timeline:nth-child(3n) .year {
    border-color: #7cba01;
    color: #7cba01;
}
.project-process .timeline:nth-child(3) .year:before {
    border-left-color: #7cba01;
}
.project-process .timeline:nth-child(3n) .title {
    color: #7cba01;
}
.project-process .timeline:nth-child(4n) .year {
    border-color: #f8781f;
    color: #f8781f;
}
.project-process .timeline:nth-child(4) .year:before {
    border-right-color: #f8781f;
}
.project-process .timeline:nth-child(4n) .title {
    color: #f8781f;
}
@media only screen and (max-width: 1200px) {
    .project-process .year {
        top: 50%;
        transform: translateY(-50%);
    }
}
@media only screen and (max-width: 990px) {
    .project-process .timeline {
        padding-left: 75px;
    }
    .project-process .timeline:nth-child(2n) {
        padding: 0 75px 0 0;
    }
    .project-process .timeline-content {
        padding-left: 130px;
    }
    .project-process .timeline:nth-child(2n) .timeline-content {
        padding: 0 130px 0 0;
    }
    .project-process .timeline-content:before {
        width: 68px;
        left: -68px;
    }
    .project-process .timeline:nth-child(2n) .timeline-content:before {
        right: -68px;
    }
}
@media only screen and (max-width: 767px) {
    .project-process {
        overflow: visible;
    }
    .project-process:before {
        height: 100%;
        top: 0;
        left: 0;
        transform: translateX(0);
    }
    .project-process .timeline:before,
    .project-process .timeline:nth-child(2n):before {
        top: 60px;
        left: -9px;
        transform: translateX(0);
    }
    .project-process .timeline,
    .project-process .timeline:nth-child(even),
    .project-process .timeline:nth-child(odd) {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0;
        margin: 0 0 10px;
    }
    .project-process .timeline-content,
    .project-process .timeline:nth-child(2n) .timeline-content {
        padding: 0;
    }
    .project-process .timeline-content:before,
    .project-process .timeline:nth-child(2n) .timeline-content:before {
        display: none;
    }
    .project-process .timeline:nth-child(2n) .year,
    .project-process .year {
        position: relative;
        transform: translateY(0);
    }
    .project-process .timeline:nth-child(2n) .year:before,
    .project-process .year:before {
        border: none;
        border-right: 20px solid #f54957;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        top: 50%;
        left: -23px;
        bottom: auto;
        right: auto;
        transform: rotate(0);
    }
    .project-process .timeline:nth-child(2n) .year:before {
        border-right-color: #1ebad0;
    }
    .project-process .timeline:nth-child(3n) .year:before {
        border-right-color: #7cba01;
    }
    .project-process .timeline:nth-child(4n) .year:before {
        border-right-color: #f8781f;
    }
    .project-process .inner-content {
        padding: 10px;
    }
}

/* Contact */
.contact-section {
    margin-top: 80px;
    background: #fff;
    padding: 20px 10px;
    border-radius: 15px;
}
.contact-section .side-box {
    background: url(../images/contact-form-placeholder.jpg);
    background-position: 80% 65%;
    background-size: cover;
    border-radius: 15px;
    position: relative;
    width: 100%;
    height: 100%;
}
.contact-section .side-box::after {
    content: ' ';
    position: absolute;
    z-index: 2;
    background-color: #00000080;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.contact-section .side-box ul {
    position: absolute;
    z-index: 5;
    background: #fff;
    border-radius: 15px;
    bottom: 5%;
    left: 2.5%;
    width: 95%;
    text-align: left;
    margin: 0;
    padding: 10px 15px;
    list-style: none;
}
.contact-section .side-box ul * {
    direction: ltr !important;
    color: #4e4e4e;
}
.contact-section .side-box ul li a i {
    margin-right: 5px;
}

/* Footer */
footer {
    margin-top: 8rem;
    padding: 3rem 5rem 0.5rem 5rem;
    position: relative;
}
footer .footershape {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    box-sizing: border-box;
    height: 500px;
    background-color: #0d6efd12;
    clip-path: ellipse(75% 100% at 65% 0%);
    z-index: -1;
    transform: rotate(180deg);
}
footer .top {
    display: grid;
    grid-template-columns: 28rem 1fr 1fr 1fr;
    padding: 0 20px;
    margin-bottom: 30px;
}
footer .top .about {
    padding-left: 5rem;
    text-align: justify;
}
footer .top .menu .links-container {
    display: grid;
    grid-template-columns: repeat(2,auto);
    justify-content: inherit;
}
footer .top .menu b {
    color: #1f2db4;
}
footer .top .menu ul li {
    margin: 5px 0;
}
footer .top .menu ul li::marker {
    color: #a8a8a8;
}
footer .top .menu ul {
    padding: 5px 18px;
}
footer .trust {
    display: grid;
    grid-template-columns: repeat(2,auto);
    grid-gap: 1rem;
    justify-content: center;
}
footer .box {
    background: #f8faff;
    border-radius: 100%;
    height: 150px;
    width: 150px;
    display: flex;
}
footer .box img {
    width: 70%;
    display: block;
    margin: auto;
}
footer .middle {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
    padding: 1.5rem 2.4rem;
    position: relative;
    background: #1f2db4;
    color: #fff;
    border-radius: 50px;
}
footer .shape {
    position: absolute;
    right: 50%;
    top: -40px;
    background: #1f2db4;
    width: 150px;
    height: 50px;
    clip-path: ellipse(55% 120% at 50% -45%);
    transform: translate(50%, 0) rotate(180deg);
}
footer .shape i {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translate(50%, 5px) rotate(180deg);
    cursor: pointer;
    font-size: 25px;
    transition: 0.3s all;
}
footer .shape i:hover {
    top: 3px;
    transition: 0.3s all;
}
footer .info strong {
    color: #fbdc00;
}
footer .info p {
    margin: 0;
}
footer .social-media {
    display: grid;
    grid-template-columns: repeat(2,auto);
    justify-content: left;
    grid-gap: 1rem;
}
footer .social-media a {
    width: 2.5rem;
    height: 2.5rem;
    background: hsl(0deg 0% 100% / 18%);
    border-radius: 3rem;
    display: grid;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #fff;
}
footer .bottom {
    text-align: center;
    color: #a8a8a8;
    font-size: 14px;
}
footer .bottom p {
    margin: 0;
}

/* Responsive */
@media (min-width: 0px) and (max-width: 480px) {
    h3 {
        font-size: 15px;
    }
    main.px-5{
        padding-right: 10px !important;
        padding-left: 10px !important;
        overflow-x: hidden;
    }
    .mobile-flex-center {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .headershape {
        clip-path: ellipse(100% 100% at 65% -35%);
    }
    .card-body {
        padding: 0px 10px 10px 0px;
        font-size: 15px;
    }
    .mobile-mx0my15-pxy10 {
        margin: 15px 0 !important;
        padding: 10px !important;
    }
    .navbar-nav {
        padding: 10px;
    }
    .navbar {
        padding: 20px 10px 0px 10px;
    }
    .lead {
        font-size: 15px;
        text-align: justify;
        text-align: center;
    }
    .panel-aside {
        display: none;
    }
    .panel-main {
        min-width: 100%;
        z-index: 3;
        height: calc(100vh - 55px);
        border-radius: 0 0px 20px 20px;
    }
    .panel-mobile-nav {
        display: block;
    }
    .super-buy-section {
        padding: 20px 10px;
        border-radius: 10px;
        margin: 40px auto 20px !important;
    }
    .super-buy-section h5 {
        font-size: 15px;
        text-align: center;
    }
    .super-buy-section button {
        padding: 10px 10px !important;
        font-size: 13px;
        line-height: 10px;
        margin: 0 5px;
    }
    .super-buy-section .actions {
        justify-content: space-around;
        display: flex;
    }
    .features-section .feature-item:nth-child(even) .feature-content {
        flex-direction: row;
    }
    .contact-section {
        margin: 130px 12px 0px 12px !important;
    }
    footer .footershape {
        clip-path: ellipse(100% 100% at 65% 0%);
    }
    footer {
        padding: 10px;
        margin-top: 5rem !important;
    }
    footer .top {
        grid-template-columns: auto;
    }
    footer .box {
        width: 70px;
        height: 70px;
    }
    footer .menu {
        display: none;
    }
    footer .about {
        padding: 0 !important;
    }
    footer .about a img {
        margin-bottom: 10px;
    }
    footer .shape {
        width: 100px;
    }
    footer .bottom {
        font-size: 11px;
    }
    footer .middle {
        display: block;
        padding: 15px;
        border-radius: 15px;
        font-size: 14px;
        text-align: center;
        margin-bottom: 5px !important;
    }
    footer .social-media {
        justify-content: center;
        margin-top: 10px;
    }
}
@media (min-width: 1280px) {
    main {
        max-width: 1280px;
    }
}