* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;text-decoration: none;
}
:root {
    --bodyBg:hsl(221 52% 12% / 1);
    --bgOne: #0f162f;
    --bgTwo: #020415;
    /*///*/
    /*--bodyBg: #070707;*/
    /*--bgOne: #151515;*/
    /*--bgTwo: #262626;*/
    --bgThree: #5c5c5c;
    --bgMix: rgba(134, 134, 134, 0.1);
    --bgMixTwo: rgba(0, 0, 0, 0.6);
    --bgModal: #252525;
    --borderColor: rgba(145, 145, 145, 0.2);
    --colorText: #fff;
    --colorGold: #b9a278;
    --colorGoldTwo: rgba(185, 162, 120, 0.16);
    --colorBright: #999;
    --colorBlue: #4f8bfd;
    --colorRed: #d04b44;
    --colorOrange: #f1a34f;
    --colorGreen: #20a058;
    --colorWhite: white;
    --colorBlack: #444;
    --colorBrown: #cc7e5e;
    --spacing: .25rem;
}

@font-face {
    font-family: 'fasele';
    font-style: normal;
    font-weight: 200;
    font-stretch: normal;
    src: url('fonts/Farsi/Artin-Sharp-Regular.ttf') format('woff');
}

@font-face {
    font-family: 'fasele-l';
    font-style: normal;
    font-weight: 200;
    font-stretch: normal;
    src: url('fonts/Farsi/Artin-Bold.ttf') format('woff');
}
i {
    font-size: 22px;
    vertical-align: middle;
}
i {
    font-style: normal;
    font-family: ficon;
    font-size: 24px;
}
body {
    font-family: 'fasele';
    direction: rtl;
    margin: 0;
    padding: 0;
    scrollbar-width: thin;
    scrollbar-color: #0031A2 #f1f1f1;
    background: var(--bodyBg);
    color: var(--colorText);
}
a {
    color: var(--colorText);
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
}
header{
    padding: 20px 0;
    display: flex;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 11111;
}
.menu{
    padding: 5px;
    border-radius: 50px;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: var(--bgMix);
    backdrop-filter: blur(10px);
    box-shadow: inset 0 0 0 1px var(--borderColor);
}

.menu ul li {
    display: inline-block;
    margin: 0 10px;
}
.menu ul li a {
    transition: all 0.3s;
}
.menu ul li svg {
    vertical-align: middle;
}
.logo img{
    width: 50px;
    height: 80px;
}
.bg-blur {
    background: var(--bgMix);
    backdrop-filter: blur(10px);
    box-shadow: inset 0 0 0 1px var(--borderColor);
}
.radius-100 {
    border-radius: 100px;
}
.customers_icon {
    margin-right: 4px;
}
.menu ul {
    flex-grow: 1;
    list-style: none;
}
.btn, .btn-menu {
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    display: inline-flex;
    margin: 5px;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s;
    white-space: nowrap;
}
.btn.bg-white {
    box-shadow: 0 10px 10px rgba(255, 255, 255, 0.2);
}
.bg-white {
    background: var(--colorWhite);
}
.black {
    color: var(--colorBlack);
}
.icon-call-1:before {
    content: '\ebcb';
}
/*/////////////////////////////*/
.main-header{
    background: url(image/Layer_1-min-9.png);
    background-position: top right;
    background-repeat: no-repeat;
    opacity: 1;
    padding-top: 160px !important;
}
.header-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(144, 175, 255, 0.2) 0%, rgba(144, 179, 255, 0.15) 20%, rgba(144, 179, 255, 0.1) 40%, rgba(144, 159, 255, 0.05) 60%, rgba(255, 186, 144, 0) 80%, transparent);
    /*background: radial-gradient(circle, rgba(255, 186, 144, 0.2) 0%, rgba(255, 186, 144, 0.15) 20%, rgba(255, 186, 144, 0.1) 40%, rgba(255, 186, 144, 0.05) 60%, rgba(255, 186, 144, 0) 80%, transparent);*/
    transform: translateX(-50%);
    z-index: -2;
    filter: blur(16px);
}
.header-1::after {
    content: "";
    position: absolute;
    top: 100px;
    left: 50%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(19, 30, 91, 0.5) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(16, 23, 59, 0.1) 40%, rgba(16, 22, 64, 0.05) 60%, rgba(0, 0, 0, 0) 80%);
    transform: translateX(-50%);
    z-index: -1;
    filter: blur(15px);
}
.header-1 {
    position: absolute;
    left: 50%;
    top: -130px;
    translate: -50% 0;
    max-width: 1440px;
    height: auto;
}
.header-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
.header-3 {
    position: absolute;
    left: 50%;
    top: -100px;
    translate: -50% 0;
    width: 100%;
    height: 110.93%;
    border: none;
}
p {
    margin: 0;
    padding: 0;
    line-height: 30px;
}
#canvas2 {
    margin: 0 auto;
    display: block;
}
#headerOne {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.pd-td-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.main-header h1 {
    font-size: clamp(2.2rem, 4.5vw, 4.5rem);
}
.center {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.text-center{
    text-align: center;
}
.home-banner-text{
    padding: 10px 14px;
    display: inline-block;
    margin-top: 14px;
}

.type {
    /*color: #0f192f;*/
    font-size: 20px;
    font-weight: 800;
    margin-inline: 7px;
}
#headerTwo {
    margin: 0 auto;
    /*min-width: 1400px;*/
    min-height: 250px;
    /*max-width: 1400px;*/
    max-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.disk-img:before {
    content: "";
    background: conic-gradient(transparent 270deg, #bcd7f7, transparent);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 2 / 2;
    width: 100%;
    animation: shadowRotate 4s linear 0s infinite normal none running;
    z-index: -2;
    border-radius: 300px;
}
.disk-img:after {
    content: "";
    border-radius: inherit;
    position: absolute;
    inset: var(--offset);
    height: calc(100% - 2 * var(--offset));
    width: calc(100% - 2 * var(--offset));
    backdrop-filter: blur(200px);
    z-index: -2;
}
.disk-img {
    --offset: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 29px;
    width: 160px;
    transform: scale(1);
    backface-visibility: hidden;
    overflow: hidden;
    border-radius: 100%;
    height: 160px;
    padding: 1px;
    animation: coinFlip 1s ease-out forwards, anim-shadow 4s steps(40) infinite;
}
.disk-img img {
    border-radius: 100%;
    height: 100%;
    width: 100%;
    filter: drop-shadow(0 0 30px rgba(255, 186, 144, 0.17));
}
.position-relative{
    position: relative;
}
@keyframes coinFlip{
0% {
    transform: scale(0.5);
    opacity: 0;
}

50% {
    opacity: 1;
}

100% {
    transform: scale(1);
    opacity: 1;
}

}
@keyframes anim-shadow{
0% {
    box-shadow: none;
}

40% {
    box-shadow: 0 0 50px rgba(188, 215, 247, 0.4) inset, 0 0 50px rgba(188, 215, 247, 0.4), 0 0 10px rgba(188, 215, 247, 0.4), 0 0 5px rgba(188, 215, 247, 0.4);
}

50% {
    box-shadow: none;
}

100% {
    box-shadow: none;
}

}
@keyframes shadowRotate {
    from {
        transform: translate(-50%, -50%) scale(1.4) rotate(0turn);
    }
    to {
        transform: translate(-50%, -50%) scale(1.4) rotate(1turn);
    }
}
/*//////////*/
.bg-gr {
    background: linear-gradient(20deg, var(--bgOne), var(--bgTwo));
}
.marker-one, .marker-two {
    position: absolute;
    top: -80px;
    width: 100%;
}
.marker-two {
    right: calc(-50% + 25px);
}
.max-w400 {
    max-width: 400px;
}

.z-1 {
    z-index: 1;
}
.basis300 {
    flex-basis: 300px;
}
.grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.relative {
    position: relative;
}
.pd-t-50 {
    padding-top: 50px;
}
.color-bright {
    color: var(--colorBright);
}
.mt-20 {
    margin-top: 20px;
}
.text-justify {
    text-align: justify;
}
.ostwane-img {
    margin: 0 auto;
}
.basis400 {
    flex-basis: 400px;
}

.pd-lr-40 {
    padding-left: 40px;
    padding-right: 40px;
}
.marker-one {
    transform: scaleX(-1);
    left: calc(-50% + 25px);
}
.btn-ostwane {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30%;
}
.bg-blur {
    background: var(--bgMix);
    backdrop-filter: blur(10px);
    box-shadow: inset 0 0 0 1px var(--borderColor);
}
.orange {
    color: var(--colorOrange);
}
.radius-100 {
    border-radius: 100px;
}
.pd-lr-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.pd-td-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.mb-custom{
    margin-bottom: 200px;
}
.mb-custom .pd-td-5 {
    display: inline-block;
}
.title-size-3 {
    font-size: clamp(1.6rem, 4.5vw, 2.5rem);
}
.mt-30 {
    margin-top: 30px;
}
h1, h2, h3, h4, h5 {
    line-height: normal;
    font-weight: 700;
}
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, hr, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
    border: none;
}
.disk-bg {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-top: 15px;
    display: flex;
    justify-content: center;
}
/*//////////*/

.bubble-anim{
    position: relative;
    display: inline-block;
}
/*  */
.bubble-anim {
    position: relative;
    display: inline-block;
}
.bubble {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: var(--colorOrange);
    opacity: 0;
}

@keyframes bubble-animation {
    0% {
        transform: scale(0) translate(0, 0);
        opacity: 1;
    }
    100% {
        transform: scale(1) translate(var(--x), var(--y));
        opacity: 0;
    }
}
.color-bright {
    color: var(--colorBright);
}

.max-w600 {
    max-width: 600px;
}
.basis300 {
    flex-basis: 300px;
}
.m-10 {
    margin: 10px;
}
.text-justify {
    text-align: justify;
}
.hd-tools {
    overflow: hidden;
    background: rgb(113, 113, 113);
    background: linear-gradient(125deg, rgba(110, 110, 110, 0.25) 0%, rgba(110, 110, 110, 0.2) 9%, rgba(110, 110, 110, 0.25) 9%, rgba(110, 110, 110, 0.2) 16%, rgba(110, 110, 110, 0.25) 16%, rgba(110, 110, 110, 0.2) 27%, rgba(110, 110, 110, 0.25) 27%, rgba(110, 110, 110, 0.2) 38%, rgba(110, 110, 110, 0.25) 38%, rgba(110, 110, 110, 0.2) 50%, rgba(110, 110, 110, 0.25) 50%, rgba(110, 110, 110, 0.2) 61%, rgba(110, 110, 110, 0.25) 61%, rgba(110, 110, 110, 0.2) 70%, rgba(110, 110, 110, 0.25) 70%, rgba(110, 110, 110, 0.2) 80%, rgba(110, 110, 110, 0.25) 80%, rgba(110, 110, 110, 0.2) 89%, rgba(110, 110, 110, 0.25) 89%, rgba(110, 110, 110, 0.2) 100%);
}
.bg-gr {
    background: linear-gradient(20deg, var(--bgOne), var(--bgTwo));
}
.radius-30 {
    border-radius: 30px;
}
.m-10 {
    margin: 10px;
}
.basis500 {
    flex-basis: 500px;
}
.pd-30 {
    padding: 30px;
}
.font-size-2-5 {
    font-size: 2.5em;
}
.hd-tools .img {
    transform: rotate(35deg);
    height: 300px;
    max-width: 400px;
    margin-top: 50px;
    filter: grayscale(.8);
    box-shadow: 0 0 0 1px var(--borderColor);
}
#veido-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    filter: hue-rotate(4deg);
}
.border {
    border: 1px solid var(--borderColor);
}
.font-size-2-5 {
    font-size: 2.5em;
}
.radar {
    position: absolute;
    width: 200px;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    animation: rotate 3s linear infinite;
}
.overhide{
    overflow: hidden;
}
.rotate {
    transform: rotate(180deg);
    transition: all 0.5s;
}
@keyframes rotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}
/*/////*/
.features .title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
    /*color: #151212;*/
    text-align: center;
}
.features .title span
{
    color: #7c3aed;
    font-style: italic;
}
.cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-inline: 20px;
}
.card-1 {
    background: #29ff5c;
}

.card {
    width: 23%;
    position: relative;
    padding: 12px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 0 0 9px rgb(41 49 67 / 46%);
}
.card-1 .circle {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 8px solid rgba(124, 58, 237, 0.4);
    opacity: 0.5;
}
.card .icon {
    width: 60px;
    height: 60px;
    background: #ffffffcc;
    backdrop-filter: blur(4px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.card-2 {
    background: #6d28d9;
    color: #fff;
}
.card-2 .blur {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    filter: blur(20px);
}
.card-3 .grid {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 90px;
    height: 90px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}
.card-3 {
    background: #facc15;
}
.card-3 .grid::before, .card-3 .grid::after {
    content: "";
}
.card-3 .grid div, .card-3 .grid::before, .card-3 .grid::after {
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
}
.card-4 {
    background: #fa15b9;
}

/*///*/

.csr-line {
    border-color: var(--colorOrange);
    border-style: dashed;
    border-top-width: 1.6px;
    border-bottom: 0;
    flex-grow: 1;
    width: .5px;
    height: .1px;
    position: relative;
    flex: 1;
    opacity: 0.4;
}
.me-\[1px\] {
    margin-inline-end: 1px;
}
.csr-step {
    margin-inline: calc(var(--spacing) * 2);
    margin-bottom: calc(var(--spacing) * 0);
}
.csr-step {
    font-size: 18px;
    height: calc(var(--spacing) * 10);
    margin-bottom: calc(var(--spacing) * 1);
    width: calc(var(--spacing) * 10);
    border-width: 1px;
    border-radius: 338px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.lg\:w-full {
    width: 100%;
}
/*////*/

.world{
    height: 20rem;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(../assets/image/world.svg);
    background-size: contain;
    background-color: var(--bgMixTwo);
}
/*///*/
.portfolio-box{
    /*padding: 12px;*/
}

.bg-custom {
    background: linear-gradient(125deg,
    rgba(110, 110, 110, 0.25) 0%,
    rgba(110, 110, 110, 0.2) 9%,
    rgba(110, 110, 110, 0.25) 9%,
    rgba(110, 110, 110, 0.2) 16%,
    rgba(110, 110, 110, 0.25) 16%,
    rgba(110, 110, 110, 0.2) 27%,
    rgba(110, 110, 110, 0.25) 27%,
    rgba(110, 110, 110, 0.2) 38%,
    rgba(110, 110, 110, 0.25) 38%,
    rgba(110, 110, 110, 0.2) 50%,
    rgba(110, 110, 110, 0.25) 50%,
    rgba(110, 110, 110, 0.2) 61%,
    rgba(110, 110, 110, 0.25) 61%,
    rgba(110, 110, 110, 0.2) 70%,
    rgba(110, 110, 110, 0.25) 70%,
    rgba(110, 110, 110, 0.2) 80%,
    rgba(110, 110, 110, 0.25) 80%,
    rgba(110, 110, 110, 0.2) 89%,
    rgba(110, 110, 110, 0.25) 89%,
    rgba(110, 110, 110, 0.2) 100%);
    backdrop-filter: blur(10px);
}
.portfolio-box .image{
    width: 100%;
    height: 350px;
    position: relative;
    transition: .3s;
    overflow: hidden;
}
.portfolio-box .image:hover .product-name{
    height: 110px;
    transition: .6s;
    background: rgb(34 42 59 / 85%);
    filter: blur(0px);
    color: var(--colorOrange);
    bottom: 0;
}
.portfolio-box .image .product-name{
    position: absolute;
    right: -1px;
    left: -1px;
    bottom: -70px;
    padding: 8px;
    border-radius: 11px;
    height: 50px;
    transition: .6s;
    background: rgb(34 42 59 / 85%);
    filter: blur(1px);
    overflow: hidden;
    border: 2px solid rgb(34 42 59 / 85%);
}
.portfolio-box .image:hover img{
    filter: grayscale(0);
    transition: 0.4s;
}
.portfolio-box .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(.8);
    transition: 0.4s;
    border-radius: 12px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    color: #fff;
    background-color: rgba(1, 122, 234, 0.24);
    /*background-color: var(--colorOrange);*/
    padding: 20px;
    border-radius: 5px;
    background-size: 10px;
}

/*//*/
footer{

}
footer .image{
    height: 50px;
    width: 50px;
}

/* 📱 موبایل */
@media (max-width: 640px) {
    .menu , .btn-menu{
        display: none;
    }
    .header-1::after ,.header-1::before{
        width: 100%;
    }
    .cards{
        flex-direction: column;
    }
    .card {
        width: 100%;
        margin: 10px 0;
    }
    .hd-tools{
        flex-direction: column;
    }
    .world{
        height: unset;
        background-position: center;
        background-size: auto;
    }
    .grid-item{
        flex-direction: column;
    }
    .ostwane-img {
        display: none;
    }
    .power{
        flex-direction: column;
    }
    .container{
        overflow-x: hidden;
    }
    .ostwane-box{
        display: none;
    }
    .basis300 {
        flex-basis: 390px;
    }
    .mb-custom .pd-td-5 {
        display: inline-block;
    }
    .Products{
        flex-direction: column;
    }
    .Products .basis300 {
        flex-basis: max-content;
        text-align: center;
    }
    .steps .flex-col{
        flex-direction: column;
        gap: 18px;
    }
    .phone-none{
        display: none !important;
    }
    .d-lg-none .csr-line{
        display: none !important;
    }
    .gap-4{
        gap: 4px;
        display: flex;
    }
   .steps .mt-2, .steps .my-2 {
         margin-top: 0rem !important;
    }

    .steps .mb-1,.steps .my-1 {
         margin-bottom: 0rem !important;
    }
}

/* 📱 موبایل بزرگ */
@media (min-width: 641px) and (max-width: 768px) {

}

/* 📱 تبلت */
@media (min-width: 769px) and (max-width: 1024px) {
}

/* 💻 لپ‌تاپ */
@media (min-width: 1025px) and (max-width: 1280px) {
}

/* 🖥 دسکتاپ بزرگ */
@media (min-width: 1281px) {
}