body,main{
    background: var(--bgColLight);
}
body.dark,main.dark{
    background: var(--bgColDark);
}





/* header */
header{
    height: 100vh;
    position: relative;
}
.headerImg{
    z-index: -10;
    height: 100vh;
    width: 100%;
    background: url(../pic/bricks.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100vh;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
}
.headerSvg,
.headerSvgMobile{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -9;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headerSvg>svg,
.headerSvgMobile>svg{
    width: 100%;
}
.headerSvgMobile{
    display: none;
}






.sthdtj0{fill:#82368C;}
.sthdtj1{fill:#009FE3;}
.sthdtj2{fill:none;stroke:#82368C;stroke-width:5;stroke-miterlimit:10;}
.sthdtj3{display:none;fill:none;stroke:#82368C;stroke-width:5;stroke-miterlimit:10;}
.sthdtj4{fill:none;stroke:#FFFFFF;stroke-width:1.5;stroke-miterlimit:10;}
.sthdtj5{fill:#FFFFFF;}
.sthdtj6{fill:#FFED00;}
.sthdtj7{fill:none;stroke:#FFED00;stroke-width:9;stroke-miterlimit:10;}
.sthdtj8{fill:none;stroke:#FFFFFF;stroke-width:4;stroke-miterlimit:10;}
#zard_2_{
    display: none;
}
#taj path:nth-of-type(1),
#taj path:nth-of-type(2),
#taj path:nth-of-type(3){
    animation: tajine 3s steps(1) infinite;
}
#taj path:nth-of-type(4){
    animation: tajineSefid 3s steps(1) infinite;
}
#popper_1_{
    filter: url(#blurHighOther);
}
#popperTwo{
    filter: url(#blueLowOther);
}
#zard_1_{
    filter: url(#tajBlurOne);
}
#zardTwo{
    filter: url(#tajBlurTwo);
}
#zardThree{
    filter: url(#tajBlurThree);
}
#squares>*:nth-of-type(2n-1){
    animation: squaresAnimation 7s linear infinite;
}
#squares>*:nth-of-type(2n){
    animation: squaresAnimation 5s linear 1s infinite;
}
@keyframes tajine{
    0%,100%{
        opacity: 1;
    }
    70%{
        opacity: 0;
    }
}
@keyframes tajineSefid{
    0%,100%{
        stroke: #FFFFFF;
        stroke-width: 4.5;
    }
    70%{
        stroke: #444;
        stroke-width: 5;
        opacity: 0.3;
    }
}
@keyframes squaresAnimation{
    0%,100%{
        transform: translateY(0px);
    }
    33%{
        transform: translateY(2%);
    }
    66%{
        transform: translateY(-2%);
    }
}

.headerText.per{
    position: absolute;
    right: 3em;
    top: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 49%;
}
.headerText.eng{
    position: absolute;
    left: 3em;
    top: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 47%;
}
.headerText h1,
.headerText p{
    text-shadow: 0px 0px 5px #222,
                 0px 0px 9px #222,
                 0px 0px 15px #222;
}
.headerTextSmallInner,
.headerTextBigInner{
    color: var(--bgColLight);
    
}
.headerTextBig{
    font-size: 2.7em;
    font-weight: 900;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.5em;
}
.per .headerTextBig{
    margin-bottom: 0.5em;
}
.headerTextBig span{
    color: gold;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.headerTextBig span::before{
    content: '';
    position: absolute;
    width: 85%;
    height: 50%;
    top: -30%;
    left: 7.5%;
    background: url(../pic/shahSpanSvg.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.headerTextSmall{
    width: 60%;
    display: flex;
    align-items: center;
}
.headerTextSmallInner h1{
    font-weight: bold;
    font-size: 1.1em;
}
.headerButtons.per{
    position: absolute;
    bottom: 20vh;
    right: 3em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 25%;
}
.headerButtons.eng{
    position: absolute;
    bottom: 20vh;
    left: 3em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 25%;
}
.headercustomerLog,
.headeremployeeLog{
    font-weight: bold;
    color: white;
    width: 9em;
    height: 3em;
    border-radius: 5px;
    background-color: teal;
    transition: 0.17s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headercustomerLog,
.headeremployeeLog{
    font-size: 0.85em;
}
.headercustomerLog:active,
.headercustomerLog:hover,
.headeremployeeLog:active,
.headeremployeeLog:hover{
    transform: scale(1.05);
    filter: hue-rotate(90deg);
}
.socialIcons{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: absolute;
}
.socialIcons.eng{
    bottom: 3em;
    right: 3em;
}
.socialIcons.per{
    bottom: 3em;
    left: 3em;
}
.socialIcons div{
    width: 2.5em;
    height: 2.5em;
    margin-top: 0.9em;
    filter: grayscale(1) invert(1);
    transition: 0.3s;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.socialIcons div:hover{
    filter: grayscale(0) invert(0);
    transform: scale(1.05);
}
.telegram{
    background: url(../pic/telegram.svg);
}
.whatsapp{
    background: url(../pic/whatsapp.svg);
}
.twitter{
    background: url(../pic/twitter.svg);
}
.instagram{
    background: url(../pic/instagram.svg);
}

/* header */

/* section1 */
.explain{
    height: 20em;
    min-height: 35vh;
    width: 100%;
    background: var(--purpDark);
    color : var(--bgColLight);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 2em 5em;
}
.explain.dark{
    background: var(--blueDark);
}

.explainText{
    width: 70%;
}
.explainText h2{
    font-size: 2em;

    font-weight: 900;
    text-shadow: 0px 0px 1px #000;
}
.explainText p{
    /* text-align: justify; */
    font-weight: bold;
    margin-top: 1em;
    text-shadow: 0px 0px 1px #000;
    line-height: 1.9em;
}
.explainAnimation {
    width: 30%;
    height: 100%;
    transform: scale(0.63);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dots{
    width: 100%;
    position: relative;
    transform-style: preserve-3d;
}

.dots .dot {
    position: relative;
    width: 12px;
    height: 12px;
    background: var(--blueDark);
    border-radius: 50%;
    margin: 5px 0;
    left: 46%;
    border: 1px solid var(--blueDark);
    transform-style: preserve-3d;
}
.dark .dots .dot {
    background: var(--blueDark);
    border: 2px solid var(--purpDark);
}

.dot-1 {
    animation: dot 1016.9491525424ms ease-in-out infinite;
}
.dot-2 {
    animation: dot 1034.4827586207ms ease-in-out infinite;
}
.dot-3 {
    animation: dot 1052.6315789474ms ease-in-out infinite;
}
.dot-4 {
    animation: dot 1071.4285714286ms ease-in-out infinite;
}
.dot-5 {
    animation: dot 1090.9090909091ms ease-in-out infinite;
}
.dot-6 {
    animation: dot 1111.1111111111ms ease-in-out infinite;
}
.dot-7 {
    animation: dot 1132.0754716981ms ease-in-out infinite;
}
.dot-8 {
    animation: dot 1153.8461538462ms ease-in-out infinite;
}
.dot-9 {
    animation: dot 1176.4705882353ms ease-in-out infinite;
}
.dot-10 {
    animation: dot 1200ms ease-in-out infinite;
}
.dot-11 {
    animation: dot 1224.4897959184ms ease-in-out infinite;
}
.dot-12 {
    animation: dot 1250ms ease-in-out infinite;
}
.dot-13 {
    animation: dot 1276.5957446809ms ease-in-out infinite;
}
.dot-14 {
    animation: dot 1304.347826087ms ease-in-out infinite;
}
.dot-15 {
    animation: dot 1333.3333333333ms ease-in-out infinite;
}
.dot-16 {
    animation: dot 1363.6363636364ms ease-in-out infinite;
}
.dot-17 {
    animation: dot 1395.3488372093ms ease-in-out infinite;
}
.dot-18 {
    animation: dot 1428.5714285714ms ease-in-out infinite;
}
.dot-19 {
    animation: dot 1463.4146341463ms ease-in-out infinite;
}
.dot-20 {
    animation: dot 1500ms ease-in-out infinite;
}
@keyframes dot {
    0%, 100% {
        transform: translate3d(50px, 0, 0px) scale(2);
    }
    50% {
        transform: translate3d(-50px, 0, 0px) scale(2);
    }
}
/* section2 */
main{
	padding: 0 !important;
}
.traits{
    color: var(--bgColDark);
}
.traits.dark{
    color: var(--bgColLight);
}
.traits{
    width: 100%;
    height: 100vh;
    padding: 2em 5em;
    position: relative;
}
.whyUs{
    width: 100%;
    align-items: center;
    padding: 0 0 0.2em 0;
    font-weight: bold;
    font-size: 1.5em;
    transition: all 0.5s;
}
.whyUsSmall{
    width: 100%;
    align-items: center;
    padding: 0.5em 5em 2em 5em;
    opacity: 0.65;
    padding: 0 0 0.2em 0;
    transition: all 0.5s;
}
.typing{
    font-size: 2em;
    font-weight: 900;
    position: absolute;
    top: calc(53% - 2.5em);
}
.per.typing{
    right: 2.5em;
}
.eng.typing{
    left: 2.5em;
}

.typingThingy{
    animation: typingThingy 0.9s linear infinite;
}
#typed-strings{
    display: none;
}

.traitsDetail>p{
    transition: all 1s ease-out;
    opacity: 0;
    position: absolute;
    top: 53%;
    width: 40%;
    transform: translateY(60%);
}
.traitsDetail>p.per{
    right: 5em;
}
.traitsDetail>p.eng{
    left: 5em;
}
.traitsDetail>p.specialDetail{
    opacity: 1;
    transform: translateY(0);
}
.traitsPics>div{
    width: 40%;
    height: 60%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: all 1s ease-in-out;
    filter: drop-shadow(3px 3px 0px rgba(0,0,0, 1)) drop-shadow(-3px -3px 0px rgba(0,0,0,1)) drop-shadow(30px 10px 0px gold) drop-shadow(-10px -10px 0px rgb(155, 138, 41)) drop-shadow(-8px 8px 0px rgb(196, 167, 3));
}
.traitsPics.per>div{
    left: 3em;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.traitsPics.eng>div{
    right: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.traitsPics>div>img{
    clip-path: url(#svgPath);
    width: 800px;
    height: 500px;
    transition: all 0.3s ease-in;
}
.traitsPics.per>div>img{
    transform-origin: right;
}
.traitsPics.per>div>img{
    transform-origin: left;
}
.traitsPics>div.specialPic{
    transform: translateY(-50%) scale(1);
}
.endelText{
    background: var(--blueDark);
    color: var(--bgColLight);
    padding: 1em 2em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    min-width: fit-content;
    transition: all 0.5s;
}
.endelText:hover{
    filter: hue-rotate(100deg);
}
#endelSvg{
    position: absolute;
    width: 100%;
    max-height: 100%;
    left: 50%;
    transform-origin: center;
    bottom: .5em;
    transition: opacity 0.5s;
    transform: translateX(-50%);
}
.sttrts0 {fill:var(--bgColDark);}
.sttrts1 {fill:var(--bgColLight);}
.sttrts1.dark {fill:var(--bgColDark);}
.sttrts0.dark {fill:var(--bgColLight);}
@keyframes typingThingy{
    0%,100%,27%,63%{
        opacity: 1;
    }
    30%,60%{
        opacity: 0;
    }
}
/* section2 */


/* section3 */
.customers{
    width: 100%;
    height: 42em;
    padding: 2em 5em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.customersText{
    color: var(--bgColDark);
}
.customersText.dark{
    color: var(--bgColLight);
}
.customersHeading{
    text-align-last: center !important;
    font-size: 1.5em;
    margin-bottom: 0.7em;
    font-weight: 900;
}
.customersdetail{
    text-align-last: center !important;
    text-align: center !important;
    font-size: 1.1em;
}
.customersPics{
    height: 32em;
    width: 32em;
    max-width: 85vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: 1em;
}
.customersPics div{
    width: 25%;
    height: 25%;
    background-position: center !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    filter: grayscale(100%);
    opacity: 0.05;
    transition: all 0.1s;
}
.customersPics div:nth-child(1){
    background: url(../pic/brands/golestan-removebg-preview.png);
}.customersPics div:nth-child(2){
    position: relative;
    background: url(../pic/brands/logo.png);
}.customersPics div:nth-child(3){
    background: url(../pic/brands/renault.png);
}.customersPics div:nth-child(4){
    background: url(../pic/brands/sabanet.png);
}.customersPics div:nth-child(5){
    background: url(../pic/brands/sirang.png);
}.customersPics div:nth-child(6){
    background: url(../pic/brands/somaye.png);
}.customersPics div:nth-child(7){
    background: url(../pic/brands/yekoyek.png);
}.customersPics div:nth-child(8){
    background: url(../pic/brands/zar.png);
}.customersPics div:nth-child(9){
    background: url(../pic/brands/zarin.png);
}.customersPics div:nth-child(10){
    background: url(../pic/brands/asiatech-removebg-preview.png);
}.customersPics div:nth-child(11){
    background: url(../pic/brands/amethyst.png);
}.customersPics div:nth-child(12){
    background: url(../pic/brands/badr.png);
}.customersPics div:nth-child(13){
    background: url(../pic/brands/behpard-removebg-preview.png);
}.customersPics div:nth-child(14){
    background: url(../pic/brands/farmand.png);
}.customersPics div:nth-child(15){
    background: url(../pic/brands/pakshoo-removebg-preview.png);
}.customersPics div:nth-child(16){
    background: url(../pic/brands/ramak.png);
}
.customersPics div:nth-child(2)::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    border-radius: 40%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../pic/brands/logo.png) var(--bgColLight);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
/* section3 */
/* section4 */
.sectionParticles{
    width: 100%;
    height: 100vh;
    position: relative;
}
#particles-js{
    width: 100%;
    height: 100%;
}
.particlesText{
    color: var(--bgColDark);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5em;
    font-size: 2em;
    font-weight: 900;
}
.particlesText.dark{
    color: var(--bgColLight);
}
.shebEndel{
    background: var(--blueDark);
    color: var(--bgColLight);
    padding: 1em 2em;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    min-width: fit-content;
    transition: all 0.5s;
}
@media screen and (max-width: 768px){
    /* header */
    .headerSvgMobile{
        display: flex;
    }
    .headerSvg{
        display: none;
    }
    .headerImg{
        overflow: hidden;
        background-size: 1300px 100vh;
    }
    .sthdtjmb0{fill:#82368C;}
	.sthdtjmb1{fill:#009FE3;}
	.sthdtjmb2{fill:none;stroke:#82368C;stroke-width:3;stroke-miterlimit:10;}
	.sthdtjmb3{fill:none;stroke:#FFFFFF;stroke-miterlimit:10;}
	.sthdtjmb4{fill:#FFFFFF;}
	.sthdtjmb5{fill:#FFED00;}
	.sthdtjmb6{fill:none;stroke:#FFED00;stroke-width:9;stroke-miterlimit:10;}
	.sthdtjmb7{fill:none;stroke:#FFFFFF;stroke-width:6;stroke-miterlimit:10;}
    #zardTwo{
        filter: url(#mbtajBlurOne);
    }
    #zardThree{
        filter: url(#mbtajBlurTwo);
    }
    #zard_2_{
        filter: url(#mbtajBlurThree);
    }
    #popper_2_{
        filter: url(#mbblurHighOther);
    }
    #popperTwo{
        filter: url(#mbblueLowOther);
    }
    #squares>*:nth-of-type(2n-1){
        animation: squaresAnimation 17s linear infinite;
    }
    #squares>*:nth-of-type(2n){
        animation: squaresAnimation 15s linear 1s infinite;
    }
  
    #taj path:nth-of-type(1),
    #taj path:nth-of-type(2),
    #taj path:nth-of-type(3){
    animation: tajine 3s steps(1) infinite;
    }
    #taj path:nth-of-type(4){
    animation: tajineSefid 3s steps(1) infinite;
    }
    .headerText.per{
        right: 0;
        top: 13%;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 0 3em 0 3em;
    }
    .headerText.eng{
        left: 0;
        top: 13%;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 0 3em 0 3em;
    }
    .headerTextBig{
        font-size: 1.9em;
        font-weight: 900;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        line-height: 1.5em;
    }
    .headerTextSmall{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .headerButtons.per{
        flex-direction:column;
        bottom: 7vh;
    }
    .headerButtons.eng{
        flex-direction:column;
        bottom: 7vh;
    }
    .headerText.per::before{
        content: '';
        width: 90%;
        height: 120%;
        right: 0;
        top: -10%;
    }
    .headerText.per::after{
        content: '';
        width: 90%;
        height: 120%;
        right: 0;
        top: -10%;
    }
    .headerText.eng::before{
        content: '';
        width: 90%;
        height: 120%;
        left: 0;
        top: -10%;
    }
    .headerText.eng::after{
        content: '';
        width: 90%;
        height: 120%;
        left: 0;
        top: -10%;
    }
    .headercustomerLog{
        margin-bottom: 1em;
    }
    .socialIcons.eng{
        bottom: 3em;
        right: 1.8em;
    }
    .socialIcons.per{
        bottom: 3em;
        left: 1.8em;
    }
    .socialIcons div{
        width: 1.6em;
        height: 1.6em;
        margin-top: 0.5em;
        filter: grayscale(1) invert(1);
        transition: 0.3s;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    /* section1 */
    .explain::after,
    .explain::before,
    .explainAnimationOne{
        display: none;
    }
    .explain{
        height: 70vh;
        min-height: initial;
        max-height: 30em;
        position: relative;
        padding: initial;
    }
    .explainText h2{
        line-height: 1.2em;
    }
    .explainText{
        width: 100%;
        padding: 0 3em;
        margin-bottom: 6em;
    }
    .explainText p{
        font-size: 0.9em;
        line-height: 1.5em;
        text-align: initial;

    }
    .explainAnimationTwo{
        opacity: 1;
        width: 80%;
        height: 20%;
        transform: rotateZ(90deg) scale(0.7);
        position: absolute;
        bottom: 1em;
        left: 10%;
        z-index: 2;
    }
    .dots{
        animation: none;
        width: initial;
        height: initial;
    }
    .explainText h2.per::after{
        content: '';
        width: 6vh;
        height: 6vh;
        bottom: -3vh;
        left: 9vh;
    }
    .explainText h2.eng::after{
        content: '';
        width: 6vh;
        height: 6vh;
        bottom: -3vh;    
        right: 9vh;
    }
    /* section1 */

    /* section2 */
    .traitsPics>div{
        top: 75%;
    }
    .traitsPics.per>div{
        left: 0;
    }
    
    .traitsPics.eng>div{
        right: 0;
        justify-content: flex-start;
        width: 100%;
    }
    
    .traitsPics>div>img{
        clip-path: url(#svgPath);
        width: 800px;
        height: 500px;
        transition: all 0.3s ease-in;
    }
    .traitsPics.eng>div>img{
        transform-origin:left ;
    }
    .traits{
        padding: 3em 5em;
    }
    .typing{
        font-size: 1.5em;
        font-weight: 900;
        position: absolute;
        top: calc(30% - 2.5em);
        max-width: calc(100% - 3em);
    }
    .per.typing{
        right: 2em;
    }
    .eng.typing{
        left: 2em;
    }
    .traitsDetail>p{
        top: 30%;
        width: calc(100% - 6em);
        transform: translateY(60%);
    }
    .traitsDetail>p.per{
        right: 3em;
    }
    .traitsDetail>p.eng{
        left: 3em;
    }
    .whyUs,
    .whyUsSmall{
        display: none;
    }
    /* section2 */
    /* section3 */
    .customers{
        width: 100%;
        height: 42em;
        padding: 2em 3em;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-between;
    }
    /* section3 */
}




