

/** Generated by FG **/

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir.eot');
    src: url('../fonts/Vazir.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Vazir.woff2') format('woff2'),
        url('../fonts/Vazir.woff') format('woff'),
        url('../fonts/Vazir.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-Bold.eot');
    src: url('../fonts/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Vazir-Bold.woff2') format('woff2'),
        url('../fonts/Vazir-Bold.woff') format('woff'),
        url('../fonts/Vazir-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-Light.eot');
    src: url('../fonts/Vazir-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Vazir-Light.woff2') format('woff2'),
        url('../fonts/Vazir-Light.woff') format('woff'),
        url('../fonts/Vazir-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-Medium.eot');
    src: url('../fonts/Vazir-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Vazir-Medium.woff2') format('woff2'),
        url('../fonts/Vazir-Medium.woff') format('woff'),
        url('../fonts/Vazir-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-Thin.eot');
    src: url('../fonts/Vazir-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Vazir-Thin.woff2') format('woff2'),
        url('../fonts/Vazir-Thin.woff') format('woff'),
        url('../fonts/Vazir-Thin.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-Black.eot');
    src: url('../fonts/Vazir-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Vazir-Black.woff2') format('woff2'),
        url('../fonts/Vazir-Black.woff') format('woff'),
        url('../fonts/Vazir-Black.ttf') format('truetype');
    font-weight: 900;
}

@font-face {
    font-family: 'Manrope';
    src: url('../font/Manrope-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}



html {
    font-size: 16px;
    font-family: 'Vazir','Manrope';
}

body {
    /* background: #282323; */
    background: #1e1916;
    /* font-family: 'Futura Bk BT', Arial, Helvetica, sans-serif; */
    letter-spacing: 0;
    color: #717171;
}

::selection {
    background: transparent;
}

::-moz-selection {
    background: transparent;
}

a {
    color: white;
    text-decoration: none;
}

button:focus {
    outline: none !important;
    border: none !important;
}

.fadeIncontent {
    display: none;
}

.team-image {
    width: 28%;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 1.2s ease !important;
    -o-transition: height 1.2s ease !important;
    transition: height 1.2s ease !important;
}

.desktop .h_iframe-aparat_embed_frame {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 95%;
    margin: 0px auto;
}

.mobile .h_iframe-aparat_embed_frame {
    position: relative;
}

.h_iframe-aparat_embed_frame .ratio {
    display: block;
    width: 100%;
    height: auto;
}

.h_iframe-aparat_embed_frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 40px;
    margin-top: -25px;
    margin-left: -20px;
}

@media (min-width: 992px) {
    * {
        cursor: none !important;
        outline: none;
        -webkit-touch-callout: none;
        /* iOS Safari */
        -webkit-user-select: none;
        /* Safari */
        -khtml-user-select: none;
        /* Konqueror HTML */
        -moz-user-select: none;
        /* Old versions of Firefox */
        -ms-user-select: none;
        /* Internet Explorer/Edge */
        user-select: none;
    }

    .desktop {
        display: block;
        overflow: hidden;
    }

    .mobile {
        display: none;
    }

    body #magicMouseCursor {
        position: fixed;
        width: 10px;
        height: 10px;
        border: 1px solid #9C9895;
        border-radius: 50%;
        z-index: 99999999;
        left: 0;
        top: 0;
        transition: transform 0.07s, width 0.3s, height 0.3s;
        pointer-events: none;
    }

    body #magicMouseCursor.cursor-square {
        border-radius: 0;
    }

    body #magicPointer {
        height: 10px;
        width: 10px;
        top: 0;
        left: 0;
        position: fixed;
        background: #9C9895;
        border: 1px solid #9C9895;
        border-radius: 50%;
        pointer-events: none;
        transition: background 0.4s, width 0.4s, height 0.4s, box-shadow 0.4s;
    }

    body #magicPointer.is-hover {
        background: red;
    }

    body #magicPointer.pointer-blur {
        height: 35px;
        width: 35px;
        background: none;
        border: 1px solid #9C9895;
    }

    body #magicPointer.pointer-overlay {
        height: 35px;
        width: 35px;
        background: transparent;
    }

    body #magicPointer.pointer-owl-carousel {
        height: 75px;
        width: 75px;
        border: none !important;
        -webkit-transition: background .5s ease-in-out;
        transition: background .1s ease-in-out;
    }

    body #magicPointer.pointer-owl-carousel.left {
        background: transparent url('../images/icons/left-arrow.svg') no-repeat center center;
        background-size: 50px 50px;
        filter: brightness(0) invert(1);
    }

    body #magicPointer.pointer-owl-carousel.right {
        background: transparent url('../images/icons/right-arrow.svg') no-repeat center center;
        background-size: 50px 50px;
        filter: brightness(0) invert(1);
    }

    body #magicPointer.pointer-owl-carousel.disabled {
        opacity: 0.5;
    }

    .desktop .accordion-item:last-of-type .accordion-collapse {
        border: none;
    }

    .desktop section.desktop, .each-section {
        height: 78vh;
        min-height: 78vh;
        max-height: 78vh;
        position: relative;
        padding: 0px;
    }

    .desktop .container-fluid {
        padding: 0px 4.5%;
        /* padding: 0px 9.5%; */
    }

    .desktop .header-box {
        height: 15vh;
        min-height: 15vh;
        max-height: 15vh;
        position: relative;
    }

    .desktop .header-box .point-right {
        width: 4px;
        height: 4px;
        background: #988344;
        top: 7vh;
        padding: 0px;
        margin: 0px;
        position: absolute;
        margin-left: -4px;
    }

    .desktop .header-box .point-right:nth-child(1) {
        left: 0px;
    }

    .desktop .header-box .point-right:nth-child(2) {
        left: 20%;
    }

    .desktop .header-box .point-right:nth-child(3) {
        left: 40%;
    }

    .desktop .header-box .point-right:nth-child(4) {
        left: 60%;
    }

    .desktop .header-box .point-right:nth-child(5) {
        left: 80%;
    }

    .desktop .header-box .point-right:nth-child(6) {
        left: 100%;
    }

    .desktop .each-section .content-box {
        height: 78vh;
        min-height: 78vh;
        max-height: 78vh;
        position: relative;
    }

    .desktop .padding-content-box-major {
        padding: 0 2vw;
        position: relative;
        min-height: 77.99vh;
    }

    .desktop .padding-content-box-minor {
        padding: 0 0.9vw;
    }

    /* .desktop .each-section .content-box .img-background {
        background-size: contain !important;
        width: 90%;
        height: 100%;
        position: absolute;
        left: 5%;
        z-index: -1;
        opacity: 0;
    } */
    .desktop .each-section .content-box .img-background {
        background-size: cover !important;
        width: 100%;
        height: 100%;
        position: absolute;
        /* left: 5%; */
        z-index: -1;
        opacity: 0;
    }


    .desktop .each-section .content-box .border-right {
        width: 1px;
        height: 100%;
        background: #3C3735;
        position: absolute;
        right: 0;
        top: 0;
    }

    .desktop .each-section .content-box .border-left {
        width: 1px;
        height: 100%;
        background: #3C3735;
        position: absolute;
        left: 0;
        top: 0;
        display: none;
    }

    .desktop .each-section .content-box .border-white {
        width: 1px;
        height: 0px;
        background: #FFFFFF;
        position: absolute;
        right: 0;
        top: 100%;
    }

    .desktop .each-section:first-child .content-box .border-left {
        display: block;
    }

    .desktop .bio-text {
        margin-left: 30%;
        text-align: justify;
    }

    /* section one selected */
    .desktop.section1-selected .each-section:nth-child(1) {
        flex: 1;
    }

    .desktop.section1-selected .each-section:nth-child(2), .desktop.section1-selected .each-section:nth-child(3), .desktop.section1-selected .each-section:nth-child(4) {
        display: none;
    }

    .desktop.section1-selected .each-section:nth-child(5) {
        flex: 4;
    }

    .desktop.section1-selected .each-section:nth-child(1) .content-box .img-background, .desktop.section1-selected .each-section:nth-child(5) .content-box .img-background, .desktop.section1-selected .each-section:nth-child(5) .content-box .section-title {
        opacity: 0;
        display: none;
    }

    .desktop.section1-selected .content-box.selected-section .section-title {
        top: -12.2%;
        right: 0;
        letter-spacing: 0px;
        margin-top: 0px;
        transform: translateX(-14%);
    }

    .desktop.section2-selected .content-box.selected-section .section-title {
        top: -12.2%;
        right: 0;
        letter-spacing: 0px;
        margin-top: 0px;
        transform: translateX(-17%);
    }

    .desktop.section3-selected .content-box.selected-section .section-title {
        top: -12.2%;
        right: 0;
        letter-spacing: 0px;
        margin-top: 0px;
        transform: translateX(-22%);
    }

    .desktop.section4-selected .content-box.selected-section .section-title {
        top: -12.2%;
        right: 0;
        letter-spacing: 0px;
        margin-top: 0px;
        transform: translateX(-13%);
    }

    .desktop.section1-selected .content-box.selected-section .border-white, .desktop.section2-selected .content-box.selected-section .border-white, .desktop.section3-selected .content-box.selected-section .border-white, .desktop.section4-selected .content-box.selected-section .border-white, .desktop.section5-selected .content-box.selected-section .border-white {
        height: 0%;
        top: 0;
    }

    .desktop.section1-selected .header-box .point-right:not(.selected):not(.first-child), .desktop.section2-selected .header-box .point-right:not(.selected):not(.first-child), .desktop.section3-selected .header-box .point-right:not(.selected):not(.first-child), .desktop.section4-selected .header-box .point-right:not(.selected):not(.first-child), .desktop.section5-selected .header-box .point-right:not(.selected):not(.first-child) {
        width: 28px;
        margin-left: -28px;
        left: 100%;
    }

    .desktop.section1-selected .content-box.selected-section .border-left, .desktop.section2-selected .content-box.selected-section .border-left, .desktop.section3-selected .content-box.selected-section .border-left, .desktop.section4-selected .content-box.selected-section .border-left, .desktop.section5-selected .content-box.selected-section .border-left {
        display: block;
    }

    /* section one selected */
    /* section two selected */
    .desktop.section2-selected .each-section:nth-child(2) {
        flex: 2;
    }

    .desktop.section2-selected .each-section:nth-child(1), .desktop.section2-selected .each-section:nth-child(3), .desktop.section2-selected .each-section:nth-child(4) {
        display: none;
    }

    .desktop.section2-selected .each-section:nth-child(5) {
        flex: 3;
    }

    .desktop.section2-selected .each-section:nth-child(2) .content-box .img-background, .desktop.section2-selected .each-section:nth-child(5) .content-box .img-background, .desktop.section2-selected .each-section:nth-child(5) .content-box .section-title {
        opacity: 0;
        display: none;
    }

    /* section two selected */

    .desktop.section3-selected .each-section:nth-child(3) {
        flex: 3;
    }

    .desktop.section3-selected .each-section:nth-child(1), .desktop.section3-selected .each-section:nth-child(2), .desktop.section3-selected .each-section:nth-child(4) {
        display: none;
    }

    .desktop.section3-selected .each-section:nth-child(5) {
        flex: 1;
    }

    .desktop.section3-selected .each-section:nth-child(3) .content-box .img-background, .desktop.section3-selected .each-section:nth-child(5) .content-box .img-background, .desktop.section3-selected .each-section:nth-child(5) .content-box .section-title {
        opacity: 0;
        display: none;
    }

    .desktop.section4-selected .each-section:nth-child(4) {
        flex: 4;
    }

    .desktop.section4-selected .each-section:nth-child(1), .desktop.section4-selected .each-section:nth-child(2), .desktop.section4-selected .each-section:nth-child(3) {
        display: none;
    }

    .desktop.section4-selected .each-section:nth-child(5) {
        flex: 2;
        /* flex: 1; */
    }

    .desktop.section4-selected .each-section:nth-child(4) .content-box .img-background, .desktop.section4-selected .each-section:nth-child(5) .content-box .img-background, .desktop.section4-selected .each-section:nth-child(5) .content-box .section-title {
        opacity: 0;
        display: none;
    }

    .desktop.section5-selected .each-section:nth-child(4) {
        flex: 4;
    }

    .desktop.section5-selected .each-section:nth-child(1), .desktop.section5-selected .each-section:nth-child(2), .desktop.section5-selected .each-section:nth-child(3) {
        display: none;
    }

    .desktop.section5-selected .each-section:nth-child(5) {
        flex: 1;
    }

    .desktop.section5-selected .each-section:nth-child(5) .content-box .img-background, .desktop.section5-selected .each-section:nth-child(4) .content-box .img-background, .desktop.section5-selected .each-section:nth-child(4) .content-box .section-title {
        opacity: 0;
        display: none;
    }

    .desktop.section5-selected .each-section:nth-child(5) .content-box .section-title {
        top: -12.2%;
        left: 0;
        letter-spacing: 0px;
        margin-top: 0px;
        transform: translateX(10%);
    }

    .desktop .section-content, .desktop #scroll1, .desktop #scroll2 {
        height: 78vh;
    }

    .desktop .have-lang {
        height: 74vh !important;
        overflow: hidden;
    }

    .desktop .overall {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        right: 0px;
        background: #282323;
        z-index: 100;
        display: none;
    }

    .desktop .footer-box {
        height: 7vh;
        min-height: 7vh;
        max-height: 7vh;
        position: relative;
    }

    .desktop h1.logo {
        /* color: #988344;
	font-size: 0.9rem;
	display: inline;
	font-weight: 100;
	letter-spacing: 0;
	position: relative;
	top: 5.5vh;
	width: auto;
	height: 20px;
	padding: 0px 0px 0px 5px;
	z-index: 100; */

        color: #988344;
        font-size: 0.9rem;
        margin: auto;
        /* display: inline; */
        /* font-weight: 100; */
        letter-spacing: 0;
        position: relative;
        top: -13px;
        /* width: auto; */
        height: 20px;
        padding: 0px 0px 0px 5px;
        /* z-index: 100; */
        text-align: center;
    }

    .desktop .logo>img {
        display: inline;
    }


    .desktop h2.section-title {
        position: absolute;
        color: #9C9895;
        text-transform: uppercase;
        font-size: 0.9rem;
        letter-spacing: 0.2rem;
        font-weight: normal;
        /* font-weight:bold; */
        top: 50%;
        right: 50%;
        white-space: nowrap;
        margin-top: -16px;
        text-align: center;
        transform: translateX(50%);
    }

    .desktop .content-box.last-child h2.section-title {
        right: auto;
        left: 50%;
        transform: translateX(-50%);

    }



    .desktop .projects-grid {
        margin-right: -1vw;
        margin-left: -1vw;
        position: relative;
    }

    .desktop .projects-grid .each-project {
        padding-left: 1vw;
        padding-right: 1vw;
        margin-bottom: 1.2vw;
    }

    .desktop .projects-grid .each-project .project-image a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .desktop .projects-grid .each-project .project-image img {
        opacity: 1;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .desktop .projects-grid .each-project:hover .project-image img {
        opacity: 0.7;
    }

    .desktop .projects-grid .each-project .project-desc {
        padding-right: 0px;
    }

    .desktop .projects-grid .each-project .project-desc h3 {
        color: white;
        font-size: 1rem;
        margin-bottom: 1vw;
    }

    .desktop .projects-grid .each-project .project-desc h3 a {
        color: white;
        font-size: 1rem;
        text-decoration: none;
    }

    .desktop .projects-grid .each-project .project-desc ul {
        padding: 0px;
        list-style: none;
        color: #9C9895;
        font-size: 0.8rem;
        margin: 0px;
    }

    .desktop #projectMenu .accordion-header .accordion-button {
        color: white;
        padding: 0px;
        border: none;
        margin-bottom: 0.5vw;
        text-transform: uppercase;
        font-size: 1.04rem;
    }

    .desktop #projectMenu .accordion-header .accordion-button:not(.collapsed) {
        background-color: transparent;
    }

    .desktop #projectMenu .accordion-header .accordion-button:after {
        display: none !important;
    }

    .desktop #projectMenu .accordion-body {
        padding: 0;
        padding-top: 0.53vw;
        padding-bottom: 1vw;
    }

    .desktop #projectMenu .accordion-body ul {
        list-style: none;
        color: #9C9895;
        padding: 0px;
        font-size: 0.84rem;
        margin: 0;
    }

    .desktop #projectMenu .accordion-body ul li {
        margin-bottom: 3px;
    }

    .desktop #projectMenu .accordion-body ul li a {
        color: #9C9895;
        text-decoration: none;
        transition: all 0.5s ease-in-out;
    }

    .desktop #projectMenu .accordion-body ul li a:hover, .desktop #projectMenu .accordion-body ul li a.mixitup-control-active {
        color: white;
    }

    .desktop .collapsing {
        -webkit-transition-property: height, visibility;
        transition-property: height, visibility;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .desktop .project-slide {
        width: 100%;
        height: 78vh;
    }

    .desktop .project-slide img {
        object-fit: contain;
        height: 78vh;
    }

    .desktop .project_id {
        margin-bottom: 3vh;
        border-bottom: 1px solid #3C3735;
        padding-bottom: 5px;
    }

    .desktop .project_id .title_project_id {
        color: #B7B4B5;
    }

    .desktop .english-content .project_id ul {
        margin: 0px !important;
        padding: 0px !important;
        list-style: none !important;
        color: #9C9895 !important;
        font-size: 0.9rem !important;
        max-height: 109px;
        overflow: hidden;
    }

    .desktop .farsi-content .project_id ul {
        margin: 0px !important;
        padding: 0px !important;
        list-style: none !important;
        color: #9C9895 !important;
        font-size: 0.95rem !important;
        max-height: 109px;
        overflow: hidden;
    }

    .desktop .english-content .project_id .toggle_more {
        color: #9C9895;
        text-decoration: none;
        font-size: 0.8rem;
        display: block;
        text-align: right;
    }

    .desktop .farsi-content .project_id .toggle_more {
        color: #9C9895;
        text-decoration: none;
        font-size: 0.8rem;
        display: block;
        text-align: left;
    }

    .desktop .fortext {
        bottom: 2.5vh;
        left: 0.9vw;
        width: calc(100% - 1.7vw);
    }

    .desktop .project_id .toggle_more:hover {
        color: #ffffff;
        text-decoration: none;
    }

    .desktop .english-content {
        position: relative;
    }

    .desktop .farsi-content {
        direction: rtl;
        text-align: justify;
        font-family: 'Vazir', sans-serif;
        position: relative;
        display: none;
    }

    .desktop .english-content h2, .desktop .farsi-content h2 {
        color: #FFFFFF;
        font-size: 1rem;
        margin-bottom: 3vh;
        position: relative;
    }

    .desktop .farsi-content h2 {
        font-size: 1rem;
    }

    .desktop .english-content p {
        color: #9C9895;
        font-size: 0.9rem;
        text-align: justify;
        margin: 0px;
    }

    .desktop .farsi-content p {
        color: #9C9895;
        font-size: 0.9rem;
        text-align: justify;
        margin: 0px;
    }

    .desktop a.changelang {
        color: #9C9895;
        font-size: 0.8rem;
        text-decoration: none;
        position: absolute;
        right: 10px;
        bottom: 0px;
    }

    .desktop a.changelang:hover {
        color: #FFFFFF;

    }

    .desktop .controler-icons-holder {
        width: 23px;
        position: fixed;
        /* position: absolute; */
        top: 50%;
        right: -40px;
        margin-top: -50px;
        height: 100px;
    }

    .desktop .controler-icons-holder.right-side {
        left: auto;
        right: -40px;
    }

    .desktop .controler-icons-holder a {
        display: block;
        margin-bottom: 0.9rem;
    }

    .desktop .controler-icons-holder a:hover, .desktop .controler-icons-holder a.active {
        filter: brightness(0) invert(1);
    }

    .desktop .controler-icons-holder .social-menu {
        margin-top: 3rem;
        display: none;
    }

    .desktop .design-grid {
        margin-right: -0.3vw;
        margin-left: -0.3vw;
        position: relative;
    }

    .desktop .design-grid .each-design {
        padding-left: 0.3vw;
        padding-right: 0.3vw;
        margin-bottom: 0.6vw;
    }

    .desktop .design-grid .each-design a img {
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
    }

    .desktop .design-grid .each-design a:hover img, .desktop .design-grid .each-design a.active img {
        opacity: 0.7;
    }

    .desktop .design-grid .each-design h3 {
        text-align: center;
        line-height: 20px !important;
    }

    .desktop .design-grid .each-design h3 a, .desktop .design-grid .each-design h3 a:hover {
        color: white;
        font-size: 0.9rem;
    }

    .desktop h3.contact-title {
        font-size: 1rem;
        color: white;
    }

    .desktop p.contact-desc {
        font-size: 0.8rem;
        color: #9C9895;
        margin-bottom: 15px;
    }

    .desktop p.contact-desc a, .desktop p.contact-desc a:hover {
        color: #9C9895;
    }

    .desktop .contact-social {
        margin-top: 25px;
    }

    .desktop .contact-social a, .desktop .contact-social a:hover {
        display: block;
        margin-bottom: 8px;
        color: #9C9895;
        font-size: 0.9rem;
    }

    .desktop .contact-social a img {
        margin-right: 5px;
    }

    .desktop .english-content ul, .desktop .farsi-content ul {
        list-style: none;
        color: #9C9895;
        padding: 0px;
        font-size: 0.8rem;
    }

    .desktop #accordionTeams {
        margin: 0px 15%;
    }

    .desktop .each-team {
        width: 100%;
        color: #9C9895;
        text-decoration: none;
        border-top: 1px solid #3C3735;
        padding: 0.5rem 0;
        display: flex;
        flex-wrap: nowrap;
    }

    .desktop #accordionTeams .accordion-item:last-child .each-team {
        border-bottom: 1px solid #3C3735;
    }

    .desktop #accordionTeams .accordion-body {
        padding: 0px 0px 15px 0px;
    }

    .desktop .each-team:hover, .desktop .each-team:not(.collapsed) {
        color: white;
    }

    .desktop .each-team-row {
        position: relative;
        margin-bottom: 20px;
    }

    .desktop .all-team-row {
        margin-left: calc(var(--bs-gutter-x)/ -4);
        margin-right: calc(var(--bs-gutter-x)/ -4);
    }

    .desktop .each-team-col {
        padding: calc(var(--bs-gutter-x)/ 4);
    }

    .desktop .each-team-row .team-title, .desktop .each-team-col .team-title {
        font-size: 0.9rem;
        color: white;
        margin: 10px 0px 0px 0px;
        text-align: center;

    }

    .desktop .each-team-row .team-rank, .desktop .each-team-col .team-rank {
        font-size: 0.8rem;
        color: #A09C9E;
        margin: 0px;
    }

    .desktop .each-team-row .team-email, .desktop .each-team-col .team-email {
        text-align: right;
        font-size: 0.9rem;
        color: #A09C9E;
        margin: 0px;
        position: absolute;
        bottom: 0px;
        right: 1rem;
    }

    .desktop .each-team-row .team-email a, .desktop .each-team-row .team-email a:hover, .desktop .each-team-col .team-email a, .desktop .each-team-col .team-email a:hover {
        color: #A09C9E;
    }

    .desktop .each-team-row .team-desc {
        position: relative;
        padding-bottom: 20px;
        font-size: 0.9rem;
    }

    .desktop #scroll2 .mCSB_outside+.mCSB_scrollTools {
        left: -1px;
    }

    /* scrollbar position: outside */
    .desktop #scroll1 .mCSB_outside+.mCSB_scrollTools {
        right: 0px;
        left: auto;
    }

    /* scrollbar position: outside */
}

@media (min-width: 992px) and (max-width: 1199px) {
    .desktop .projects-grid .each-project .project-desc h3 {
        font-size: 1rem;
        margin-bottom: 0.9vw;
    }

    .desktop .projects-grid .each-project .project-desc h3 a {
        font-size: 1rem;
    }

    .desktop .projects-grid .each-project .project-desc ul {
        font-size: 0.7rem;
    }

    .desktop #projectMenu .accordion-header .accordion-button {
        font-size: 1rem;
    }

    .desktop .english-content h2 {
        font-size: 0.9rem;
    }

    .desktop .farsi-content h2 {
        font-size: 1rem;
    }

    .desktop .english-content p {
        font-size: 0.85rem;
    }

    .desktop .farsi-content p {
        font-size: 0.9rem;
    }

    .desktop h1.logo {
        font-size: 0.781rem;
    }

    .desktop h2.section-title {
        font-size: 0.781rem;
    }
}

@media (max-width: 991px) {
    .desktop {
        display: none;
    }

    .mobile * {
        cursor: pointer !important;
        outline: none;
    }

    .mobile {
        display: block;
        cursor: pointer !important;
    }

    .mobile .row {
        margin: 0;
    }

    .mobile .bio-text {
        text-align: justify;
    }

    .mobile .container-fluid {
        padding: 0 8vw;
    }

    .mobile .header-box {
        height: 10vh;
        min-height: 10vh;
        max-height: 10vh;
        position: relative;
    }

    .mobile h1.logo {
        color: #988344;
        font-size: 0.95rem;
        font-weight: 100;
        letter-spacing: 0;
        padding: 0px;
        width: 50%;

    }

    .mobile .footer-box {
        height: 5vh;
        min-height: 5vh;
        max-height: 5vh;
        position: relative;
    }

    .mobile .each-section {
        height: 17vh;
        min-height: 17vh;
        max-height: 17vh;
        position: relative;
        padding: 0px;
    }

    .mobile .each-section .content-box {
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        position: relative;
    }

    .mobile h2.section-title {
        position: absolute;
        color: #9C9895;
        text-transform: uppercase;
        font-size: 0.95rem;
        letter-spacing: 0.2rem;
        font-weight: normal;
        opacity: 0;
        left: auto;
        right: auto;
    }

    .mobile .each-section .content-box .border-bottom {
        height: 1px;
        width: 0;
        background: #3C3735;
        position: absolute;
        right: 1%;
        bottom: 0;
        border: none !important;
    }

    .mobile .each-section .content-box .border-top {
        height: 1px;
        width: 0;
        background: #3C3735;
        position: absolute;
        right: 1%;
        top: 0;
        border: none !important;
    }

    .mobile .point-holder {
        width: 8vw;
        height: 100vh;
        position: absolute;
        top: 0;
        right: 0;
    }

    .mobile .point-holder .point-right {
        width: 2px;
        height: 2px;
        background: #988344;
        padding: 0px;
        margin: 0px;
        position: absolute;
        left: 0px;
        z-index: 1;

    }

    .mobile .point-holder .point-right:nth-child(1) {
        top: 10vh;
        margin-top: -1px;
    }

    .mobile .point-holder .point-right:nth-child(2) {
        top: 27vh;
        margin-top: -1px;
    }

    .mobile .point-holder .point-right:nth-child(3) {
        top: 44vh;
        margin-top: -1px;
    }

    .mobile .point-holder .point-right:nth-child(4) {
        top: 61vh;
        margin-top: -1px;
    }

    .mobile .point-holder .point-right:nth-child(5) {
        top: 78vh;
        margin-top: -1px;
    }

    .mobile .point-holder .point-right:nth-child(6) {
        top: 95vh;
        margin-top: -1px;
    }

    .mobile .pointer-link {
        position: absolute;
        width: 60px;
        height: 5vh;
        right: 4vw;
        top: 1vh;
        z-index: 100;
    }

    .mobile .padding-content-box-major {
        padding: 0 2vw;
        position: relative;
        min-height: 70vh;
    }

    .mobile .padding-content-box-minor {
        padding: 0 0.9vw;
    }

    /* section one selected */
    .mobile.section-selected .each-section {
        height: 0px;
        min-height: 0;
        max-height: 0;
    }

    .mobile-main-content {
        display: none;
        margin: 2rem 0 0 0;
        position: relative;
    }

    .mobile.section-selected .mobile-main-content {
        display: block;
    }

    .mobile.section-selected .point-holder .point-right:nth-child(odd) {
        width: 22px;
        top: 4vh;
        left: -22px;
    }

    .mobile.section-selected .point-holder .point-right:nth-child(even) {
        width: 22px;
        top: 5vh;
        left: -22px;
    }

    .mobile.section-selected .content-box:not(.selected-section) .section-title {
        opacity: 0;
    }

    .mobile.section-selected .content-box.selected-section .section-title {
        opacity: 1;
        left: 0;
        top: -1.5vh;
        letter-spacing: 0;
        color: #fff;
    }

    .mobile .projects-grid-mobile {
        margin-right: calc(var(--bs-gutter-x));
        margin-left: calc(var(--bs-gutter-x));
    }

    .mobile .projects-grid-mobile .each-project {
        margin-bottom: 1rem;
        text-align: center;
    }

    .mobile .projects-grid-mobile .each-project .project-image img {
        opacity: 1;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        width: 100%;
    }

    .mobile .projects-grid-mobile .each-project h3 {
        color: white;
        font-size: 0.9rem;
        margin-top: 0.5rem;
    }

    .mobile .projects-grid-mobile .each-project h3 a {
        color: white;
        font-size: 0.9rem;
        text-decoration: none;
    }

    .mobile .english-content .project_id .toggle_more {
        color: #9C9895;
        text-decoration: none;
        font-size: 0.8rem;
        display: block;
        text-align: right;
    }

    .mobile .farsi-content .project_id .toggle_more {
        color: #9C9895;
        text-decoration: none;
        font-size: 0.8rem;
        display: block;
        text-align: left;
    }

    .mobile .fortext {
        bottom: 2.5vh;
        left: 0.9vw;
        width: calc(100% - 1.7vw);
    }

    .mobile .project_id .toggle_more:hover {
        color: #ffffff;
        text-decoration: none;
    }

    .mobile .mobile-filter {
        position: absolute;
        width: 100%;
        z-index: 0;
        background: #1e1916;
        height: 0;
        direction: rtl;
        overflow: hidden;
        z-index: 1000;
    }

    .mobile .filtername {
        /* position: absolute; */
        top: -1.7vh;
        /* left: 80px; */
        /* width: 100%; */
        font-size: 0.85rem;
        margin: 8% 0;
    }

    .mobile .filtername .each_filtername {
        border-left: 1px solid #9C9895;
        padding-left: 10px;
    }

    .mobile #projectMenuMobile {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .mobile #projectMenuMobile .accordion-item .border-bottom {
        height: 1px;
        width: 0;
        background: #3C3735;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .mobile #projectMenuMobile .accordion-item .border-top {
        height: 1px;
        width: 0;
        background: #3C3735;
        position: absolute;
        right: 0;
        top: 0;
    }

    .mobile #projectMenuMobile .accordion-item {
        padding: 25px 0px 15px 0px;
        position: relative;
    }

    .mobile #projectMenuMobile .accordion-header .accordion-button {
        color: white;
        padding: 0px;
        padding-bottom: 10px;
        text-transform: uppercase;
        font-size: 0.9rem;
        text-decoration: none;
        background: transparent !important;
        opacity: 0;
    }

    .mobile #projectMenuMobile .accordion-header .accordion-button:after {
        display: none !important;
    }

    .mobile #projectMenuMobile .accordion-header .accordion-button:not(.collapsed) {
        background-color: transparent;
    }

    .mobile #projectMenuMobile .accordion-body {
        padding: 0;
        padding-top: 0.53vw;
        padding-bottom: 1vw;
    }

    .mobile #projectMenuMobile .accordion-body ul {
        list-style: none;
        color: #9C9895;
        padding: 0px;
        font-size: 0.84rem;
        margin: 0;
    }

    .mobile #projectMenuMobile .accordion-body ul li {
        margin-bottom: 3px;
    }

    .mobile #projectMenuMobile .accordion-body ul li a {
        color: #9C9895;
        text-decoration: none;
        transition: all 0.5s ease-in-out;
    }

    .mobile #projectMenuMobile .accordion-body ul li a:hover, .mobile #projectMenuMobile .accordion-body ul li a.mixitup-control-active {
        color: white;
    }

    .mobile .each-content {
        margin-bottom: 20px;
        text-align: justify;
    }

    .mobile .each-content-image {
        margin-bottom: 20px;
        text-align: center;
    }

    .mobile .project_id .title_project_id {
        color: #B7B4B5;
    }

    .mobile .project_id ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        color: #9C9895;
        font-size: 0.9rem;
    }

    .mobile .project_id {
        margin-bottom: 3vh;
        border-bottom: 1px solid #3C3735;
        padding-bottom: 5px;
    }

    .mobile .project_id .title_project_id {
        color: #B7B4B5;
    }

    .mobile .english-content .project_id ul {
        margin: 0px !important;
        padding: 0px !important;
        list-style: none !important;
        color: #9C9895 !important;
        font-size: 0.9rem !important;
        max-height: 109px;
        overflow: hidden;
    }

    .mobile .farsi-content .project_id ul {
        margin: 0px !important;
        padding: 0px !important;
        list-style: none !important;
        color: #9C9895 !important;
        font-size: 0.95rem !important;
        max-height: 109px;
        overflow: hidden;
    }

    .mobile .english-content {
        position: relative;

    }

    .mobile .farsi-content {
        direction: rtl;
        font-family: 'Vazir', sans-serif;
        position: relative;
        display: none;
    }

    .mobile .english-content h2, .mobile .farsi-content h2 {
        color: #FFFFFF;
        font-size: 1rem;
        margin-bottom: 3vh;
        position: relative;
    }

    .mobile .farsi-content h2 {
        font-size: 1rem;
    }

    .mobile .english-content p {
        color: #9C9895;
        font-size: 0.9rem;
    }

    .mobile .farsi-content p {
        color: #9C9895;
        font-size: 0.9rem;
    }

    .mobile a.changelang {
        color: #9C9895;
        text-decoration: none;
        font-size: 0.9rem;
        position: absolute;
        top: -2vh;
        right: 0;
        z-index: 1;
    }

    .mobile a.changelang:hover {
        color: #FFFFFF;
    }

    .mobile h3.contact-title {
        font-size: 1rem;
        color: white;
    }

    .mobile p.contact-desc {
        font-size: 0.8rem;
        color: #9C9895;
    }

    .mobile .contact-map {
        margin-top: 25px;
        display: block;
    }

    .mobile p.contact-desc a, .mobile p.contact-desc a:hover {
        color: #9C9895;
    }

    .mobile .contact-social {
        margin-top: 25px;
    }

    .mobile .contact-social a, .desktop .contact-social a:hover {
        display: block;
        margin-bottom: 8px;
        color: #9C9895;
        font-size: 0.9rem;
    }

    .mobile .contact-social a img {
        margin-right: 5px;
    }

    .mobile .english-content ul, .mobile .farsi-content ul {
        list-style: none;
        color: white;
        padding: 0px;
        font-size: 0.8rem;
    }

    .mobile #accordionTeamsMobile .row {
        margin-left: calc(var(--bs-gutter-x)/ -2);
        margin-right: calc(var(--bs-gutter-x)/ -2);
    }

    .mobile .each-team {
        width: 100%;
        color: #9C9895;
        text-decoration: none;
        border-top: 1px solid #3C3735;
        padding: 0.5rem 0;
        display: flex;
        flex-wrap: nowrap;
    }

    .mobile #accordionTeamsMobile .accordion-item:last-child .each-team {
        border-bottom: 1px solid #3C3735;
    }

    .mobile #accordionTeamsMobile .accordion-body {
        padding: 0px 0px 15px 0px;
    }

    .mobile .each-team:hover, .desktop .each-team:not(.collapsed) {
        color: white;
    }

    .mobile .each-team-row {
        position: relative;
        margin-bottom: 20px;
    }

    .mobile .all-team-row {
        margin-left: calc(var(--bs-gutter-x)/ -4) !important;
        margin-right: calc(var(--bs-gutter-x)/ -4) !important;
    }

    .mobile .each-team-col {
        padding: calc(var(--bs-gutter-x)/ 4) !important;
    }

    .mobile .each-team-row .team-title, .mobile .each-team-col .team-title {
        font-size: 0.9rem;
        color: white;
        margin: 10px 0px 0px 0px;

    }

    .mobile .each-team-row .team-rank, .mobile .each-team-col .team-rank {
        font-size: 0.8rem;
        color: #A09C9E;
        margin: 0px;
    }

    .mobile .each-team-row .team-email, .mobile .each-team-col .team-email {
        text-align: right;
        font-size: 0.9rem;
        color: #A09C9E;
        margin: 0px;
        position: absolute;
        bottom: 0px;
        right: 1rem;
    }

    .mobile .each-team-row .team-email a, .mobile .each-team-row .team-email a:hover, .mobile .each-team-col .team-email a, .mobile .each-team-col .team-email a:hover {
        color: #A09C9E;
    }

    .mobile .each-team-row .team-desc {
        position: relative;
        padding-bottom: 20px;
    }

    ::selection {
        background: transparent;
    }

    ::-moz-selection {
        background: transparent;
    }
}

@media (min-width: 500px) and (max-width: 1000px) {
    .mobile .logo img {
        width: 46% !important;
        margin: 0 !important;
    }
}


.box_first {
    background: #9b8651 !important;
    width: 5px !important;
    height: 5px !important;
    margin: auto !important;
}

.number_box {
    top: 10% !important;
    border-bottom: 2px solid #9b8651 !important;
    padding: 2% 2% !important;
    font-size: 12pt !important;
}

.box_icon {
    top: 78% !important;
    border: 2px solid #9b8651 !important;
    padding: 0% 2% 2% !important;
    font-size: 24pt !important;
    color: #9b8651 !important;
    border-radius: 100% !important;
    transition: all 0.3s ease-in-out;
    /* زمان و نوع انیمیشن */
}

.each-section:hover .box_icon{
    border: 2px solid #ffffff !important;
    color: #fbfbfb !important;
}
