/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root{
    --itemWidth : calc(100vw/12);
    counter-reset: item;
    --pink: #FF6CC4;
    --blue: #3F71D4;
}
span.boldItalic {
    font-style: italic;
    font-weight: 700;
}
.paddingL{
    padding-left: calc(var(--itemWidth) * 4);
    padding-right: calc(var(--itemWidth) * 4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.paddingLL{
    padding-left: calc(var(--itemWidth) * 3);
    padding-right: calc(var(--itemWidth) * 3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.paddingLLL{
    padding-left: calc(var(--itemWidth) * 2);
    padding-right: calc(var(--itemWidth) * 2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.italic {
    font-style: italic;
}
/*=============HERO SECTION================*/
section.aboutHeroSection {
    position: relative;
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    overflow: hidden;
}
.aboutHeroSectionWrap{
    position: relative;
    width: 100%;
    height: 100%;
}
.shuffleMediaWrapper {
    position: absolute;
    width: calc(Var(--itemWidth)*2);
    height: calc(Var(--itemWidth)*2);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.shuffleMediaItems {
    width: 100%;
    height: 100%;
}
.heroSectionAboutTitle {
    position: absolute;
    width: calc(var(--itemWidth)*2);
    top: 50%;
    -webkit-transform: translate(calc(-50% - var(--itemWidth)*2 - 3rem),-50%);
    -ms-transform: translate(calc(-50% - var(--itemWidth)*2 - 3rem),-50%);
    transform: translate(calc(-50% - var(--itemWidth)*2 - 3rem),-50%);
    left: 50%;
    text-align: right;
    z-index: 0;
}
.heroSectionAboutTitle h1 {
    margin: 0;
    font-size: 2.125rem;
    font-weight: 500;
}
canvas#shuffleMedia {
    width: 100%;
    height: 100%;
}
.heroSectionAboutInfo {
    position: absolute;
    right: var(--spaceX);
    width: calc(var(--itemWidth) * 3);
    bottom: 5rem;
    z-index: 3;
    padding: 1.5rem;
    border-radius: 30px;
    /* From https: //css.glass */
    background: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.heroSectionAboutInfo p strong {
    text-transform: capitalize;
}
.heroSectionAboutInfo p {
    color: var(--black);
    font-size: 0.875rem;
    line-height: 1.4;
}
span.highlight {position: relative;display: inline-block;z-index: 1}
span.highlight::before {
    content: '';
    position: absolute;
    bottom: 9px;
    left: 50%;
    height: 0.563rem;
    width: 106%;
    background-color: var(--yellow);
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.heroSectionSlogan {
    position: absolute;
    left: var(--spaceX);
    bottom: 0;
    z-index: 2;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    mix-blend-mode: hard-light;
    width: calc(100% - var(--spaceX) * 2);
}
#aboutVideoContainer{
    position: fixed;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
}
video#heroVideoAbout,#aboutVideoContainer img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.heroSectionSlogan p {
    color: var(--yellow);
    font-variation-settings: 'wdth' 120,'wght' 200;
    font-size: clamp(16px,8vw,141px);
    white-space: nowrap;
    line-height: 70vh;
    text-transform: uppercase;
    letter-spacing: -7px;
    font-weight: 700;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-align: center
}
.heroSectionSlogan p:last-child {
    font-size: clamp(16px,11vw,200px);
    line-height: 100vh;
}

.heroSectionSlogan p:last-child span {
    line-height: normal;
    /* display:inline-block; */
    width: 100%;
    text-align: center;
    padding-right: 29px;
}
/*=============HERO SECTION================*/
/*=============MAKING EFFECT===============*/
section.makingEffectContainer {
    position: relative;
    width: 100%;
    display: block;
    margin-top: 8rem;
    margin-bottom: 9rem;
}
section.makingEffectContainer h2 {
    margin-bottom: 1.813rem;
}
section.makingEffectContainer .blur-text {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 2rem;
    line-height: 1.4;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
span.yellowHighlight {
    font-weight: 900;
    position: relative;
    z-index: 1;
}

span.yellowHighlight::before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 9px;
    height: .875rem;
    left: 0;
    background-color: var(--yellow);
    z-index: -1;
}
section.aboutDokmehContainer {
    position: relative;
    margin-top: 10rem;
    margin-left: var(--itemWidth);
}

section.aboutDokmehContainer .blur-text.blur-text--3 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
}
section.aboutDokmehContainer,section.makingEffectContainer {
    width: calc(var(--itemWidth)* 4);
}
section.makingEffectContainer {
    margin-right: var(--itemWidth);
    margin-left: auto;
}
/*=============MAKING EFFECT===============*/
/*=============ABOUT CONTAINER===============*/
section.aboutContainer {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 6.188rem 0;
    background-color: var(--yellow);
    overflow: hidden;
}
section.aboutContainerMedia {
    height: 80vh;
}
section.aboutContainerMedia img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
section.aboutFeaturesContainer {
    position: relative;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 2.375rem;
    padding-bottom: 7.625rem;
}
.featureWrap span.title {
    font-size: .875rem;
    font-weight: 400;
}
.featureWrap .features-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .875rem;
    -moz-column-gap: .875rem;
    column-gap: .875rem;
    margin: 5px 0;
}
.featureWrap .features-item p {
    font-size: 4rem;
    font-weight: 600;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: var(--font-en-MartianMono);
}
.featureWrap .features-item .features-item-media {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
section.servicesContainer {
    position: relative;
    padding-left: var(--spaceX);
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-bottom: 17rem;
    padding-right: var(--spaceX);
    z-index: 2;
}
section.servicesContainer h2 {
    padding-left: calc(var(--itemWidth) * 3);
    margin: 0;
}
.title_item {
    font-size: 4rem;
    font-weight: 500;
}
section.servicesContainer .list__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 46% 100px 1fr;
    grid-template-columns: 46% 100px 1fr;
    font-family: var(--font-en-MartianMono);
}

section.servicesContainer .list__item span.number::before {
    content: counter(item, decimal-leading-zero);
    counter-increment: item;
    font-weight: 500;
    padding: 4px;
    line-height: .875rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .875rem;
    z-index: 1;
    top: 2px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
section.servicesContainer .list__item span.number::after {
    content:'';
    width: 100%;
    background: var(--black);
    position: absolute;
    height: 100%;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    top: 0;
    z-index: 0;
}
section.servicesContainer .list__item span.number {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
section.servicesContainer .list__item:hover span.number::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
section.servicesContainer .list__item:hover span.number::before {
    color: var(--white);
}
.servicesWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
span.list__item-col::before {
    content: "";
    width: 100%;
    background: var(--black);
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    top: 0px;
}

.list__item:hover span.list__item-col::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

span.list__item-col {
    padding: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .875rem;
    display: inline;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    height: 1.5rem;
    font-family: var(--font-en-MartianMono);
}

.list__item:hover span.list__item-col {
    color: var(--white);
}

/*=============ABOUT CONTAINER===============*/
/*============MEMBERS CONTAINER==============*/
section.membersContainer {
    position: relative;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.25rem;
    z-index: 1;
}

.scrolling-wrap,
.scrolling-wrap .comm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.scrolling-wrap {
    overflow: hidden;
    white-space: nowrap;
    z-index: 0;
}
.scrolling-wrap .comm {
    font-size: 28rem;
    -webkit-animation: scroll 100s linear infinite;
    animation: scroll 100s linear infinite;
    cursor: pointer;
    margin: 0;
}
.scrolling-wrap .comm div {
    font-weight: 400;
    letter-spacing: -0.15rem;
    white-space: pre;
    margin: 0;
    color: #FFFA00;
    text-transform: capitalize;
    font-style: italic;
}
.scrolling-wrap .comm div:before {
    content: "";
    -webkit-text-stroke: 0#000;
    color: var(--yellow);
    display: inline-block;
    margin: 0 2rem;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

section.membersContainer .text-wrap.scrolling-wrap {
    position: absolute;
    left: 0;
    top: -21rem;
    pointer-events: none;
}
section.membersContainer.Founders .text-wrap.scrolling-wrap {
    top: -22rem;
}
.memberWrap {
    position: relative;
    width: 100%;
    display: block;
    height: 40vh;
    z-index: 1;
}

.memberMedia {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.memberMedia img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.memberMedia img:first-child{
    z-index: 0;
}
.memberMedia img:last-child{
    opacity: 0;
    z-index: 1;
}
.memberWrap:hover .memberMedia img:last-child{
    opacity: 1;
}
.memberInfo {
    position: absolute;
    left: 0;
    padding: 0.813rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
}
.title_item p {
    text-transform: capitalize;
    color: var(--white);
    line-height: normal;
}

.memberInfo .position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.memberInfo .position span {
    text-align: right;
    font-family: var(--font-en-MartianMono);
    color: var(--white);
    font-size: .875rem;
    font-weight: 300;
    display: block;
}
.memberWrap::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #C84545;
    mix-blend-mode: difference;
    z-index: 1;
}

.memberInfo,.memberWrap::before {
    height: 85%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
}
.memberWrap:hover .memberInfo, .memberWrap:hover::before {
    opacity: 1;
}

.memberWrap:hover .memberMedia {
    /*-webkit-filter: grayscale(1) brightness(1.5);*/
    /*filter: grayscale(1) brightness(1.5);*/
}
section.membersContainer.Founders {
    margin-top: 16.938rem;
    z-index: 0;
}
section.membersContainer.Founders .memberMedia {
    -webkit-filter: none;
    filter: none;
}
/*============MEMBERS CONTAINER==============*/
/*============AWARDS CONTAINER==============*/
section.awardsContainer {
    position: relative;
    padding-left: var(--spaceX);
    margin-top: 4rem;
    padding-right: var(--spaceX);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    grid-gap: 2rem;
}

section.awardsContainer h2 {
    margin: 0;
    padding-left: calc(var(--itemWidth)* 3);
}
.awardsWrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2.625rem;
}
.awardsWrap .awardsHeader sup {
    top: -1rem;
    font-size: .875rem;
    font-weight: 700;
}
.awardsBody .list__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 46% .3fr 1fr 1.5rem;
    grid-template-columns: 46% .3fr 1fr 1.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.awardsWrap .awardsHeader {
    margin-bottom: 1.688rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 46% 1fr;
    grid-template-columns: 46% 1fr;
}
.awardsWrap .awardsHeader img {
    height: 1.25rem;
}
.awardsWrap:last-child .awardsHeader img {
    -webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
}
.list__item span.arrow-link::before {
    content: '';
    width: 100%;
    background: var(--black);
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    top: 0;
}

.list__item:hover span.arrow-link::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.list__item span.arrow-link {
    padding: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1.5rem;
    height: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list__item span.arrow-link img {
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.list__item:hover span.arrow-link img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
/*============AWARDS CONTAINER==============*/
/*==============SLOGAN MEDIA================*/
section.aboutWrapperMedia {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-top: 8.125rem;
}
section.aboutWrapperMedia img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/*==============SLOGAN MEDIA================*/
/*================SLIDESHOW=================*/
.mySlides {display: none;}
.slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
    height: 90vh;
}
.fade {
    -webkit-animation: fade .5s ease-in-out forwards;
    animation: fade .5s ease-in-out forwards;
}

@-webkit-keyframes fade {
    from {opacity: .5}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .5}
    to {opacity: 1}
}
section.aboutSlideshowContainer {
    position: relative;
    width: 100%;
    display: block;
    margin: 6.375rem 0;
    overflow: hidden;
}

section.aboutSlideshowContainer .text-wrap.scrolling-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    mix-blend-mode: difference;
}

.slideshow-container .mySlides {
    width: 100%;
    height: 100%;
}

.slideshow-container .mySlides img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
section.aboutSlideshowContainer .text-wrap.scrolling-wrap .comm div {
    color: var(--yellow);
}
/*================SLIDESHOW=================*/
/*===============ABOUT VIDEO================*/
section.aboutVideoContainer {
    position: relative;
    width: 100%;
    height: 80vh;
}
section.aboutVideoContainer video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}
.videoContainer {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
}
h2.videoSlogan {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20vw;
    white-space: nowrap;
    color: var(--yellow);
    mix-blend-mode: difference;
    z-index: 1;
    margin: 0;
}
.heroPlayIcon,#isIranVideoContainer .playVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background: var(--yellow);
    padding: .65rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    -webkit-box-shadow: 0 0 0 rgba(255, 230, 0, 0.4);
    box-shadow: 0 0 0 rgba(255, 230, 0, 0.4);
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,230,0, 0.4);
        box-shadow: 0 0 0 0 rgba(255,230,0, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255,230,0, 0);
        box-shadow: 0 0 0 30px rgba(255,230,0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,230,0, 0);
        box-shadow: 0 0 0 0 rgba(255,230,0, 0);
    }
}
@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,230,0, 0.4);
        box-shadow: 0 0 0 0 rgba(255,230,0, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255,230,0, 0);
        box-shadow: 0 0 0 30px rgba(255,230,0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,230,0, 0);
        box-shadow: 0 0 0 0 rgba(255,230,0, 0);
    }
}
.heroPlayIcon:hover,#isIranVideoContainer .playVideo:hover {
    background-color: rgba(255,230,0,.50);
}
.heroPlayIcon .outerObject,#isIranVideoContainer .playVideo .outerObject{
    width: 100%;
    height: 100%;
    -webkit-animation: rotate 10s linear infinite;
    animation: rotate 10s linear infinite;
    pointer-events: none;
}
@-webkit-keyframes rotate{
    to{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes rotate{
    to{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
.heroPlayIcon .innerObject,#isIranVideoContainer .playVideo .innerObject{
    position: absolute;
    width: 5rem;
    height: 5rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.heroPlayIcon .outerObject img,#isIranVideoContainer .playVideo .outerObject img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.heroPlayIcon .innerObject img,#isIranVideoContainer .playVideo .innerObject img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.heroPlayIcon.pause .innerObject img:first-child {
    opacity: 0;
}
.heroPlayIcon.pause .innerObject img.pauseBlack {
    opacity: 1;
}
img.playBlack {}
img.pauseBlack {
    opacity: 0;
}
img.playYellow {
    opacity: 0;
}
img.pauseYellow {
    opacity: 0;
}
#isIranVideoContainer {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

#isIranVideoContainer .videoPoster {
    position: relative;
    width: 100%;
    height: 100%;
}

#isIranVideoContainer .videoPoster img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/*===============ABOUT VIDEO================*/
/*===============EMBED VIDEO================*/
.aboutTwoColumnWrapper {
    position: relative;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 3.625rem;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    grid-gap: 2rem;
}
section.aboutEmbedVideoContainer {
    position: relative;
    width: 100%;
    display: block;
    margin-top: 9rem;
}
section.makingEffectContainer .blur-text:last-child {
    margin: 0;
}
.aboutTwoColumnWrapper h2 {
    margin: 0;
}
.contentWrap p {
    margin-bottom: 1rem;
}
.embedVideoWrapper {
    width: 100%;
    position: relative;
    height: 100vh;
}
.embedVideoWrapper iframe {
    width: 100%;
    height: 100%;
}
.contentWrap span.yellowHighlight::before {
    height: 100%;
    bottom: 0;
}
section.aboutCalenderContainer {
    margin-top: 9rem;
}
/*===============EMBED VIDEO================*/
/*===============GALLERY SECTION================*/
.galleryOverlayBack {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.galleryOverlayBack img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
section.aboutGalleryContainer {
    position: relative;
    width: 100%;
    margin-top: 9rem;
}

.galleryWrapper {
    position: relative;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.25rem;
}

.galleryWrap {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 32vh;
}

.galleryMedia {
    width: 100%;
    height: 100%;
}

.galleryMedia img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.galleryWrap .playVideo {
    position: absolute;
    width: 5rem;
    height: 5rem;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255, 230, 0, .95);
    border-radius: 50%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: .35rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    -webkit-animation: pulse2 2s infinite;
    animation: pulse2 2s infinite;
    -webkit-box-shadow: 0 0 0 rgba(255, 230, 0, 0.4);
    box-shadow: 0 0 0 rgba(255, 230, 0, 0.4);
}
@-webkit-keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,230,0, 0.4);
        box-shadow: 0 0 0 0 rgba(255,230,0, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255,230,0, 0);
        box-shadow: 0 0 0 15px rgba(255,230,0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,230,0, 0);
        box-shadow: 0 0 0 0 rgba(255,230,0, 0);
    }
}
@keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,230,0, 0.4);
        box-shadow: 0 0 0 0 rgba(255,230,0, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255,230,0, 0);
        box-shadow: 0 0 0 15px rgba(255,230,0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,230,0, 0);
        box-shadow: 0 0 0 0 rgba(255,230,0, 0);
    }
}
.galleryWrap:hover .playVideo{
    background: rgba(255, 230, 0, .5);
}
.galleryWrap .playVideo .outerObject {
    width: 100%;
    height: 100%;
    -webkit-animation: rotate 10s linear infinite;
    animation: rotate 10s linear infinite;
}

.galleryWrap .playVideo .innerObject {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2rem;
    height: 2rem;
}

.galleryWrap .playVideo .outerObject img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.galleryWrap .playVideo .innerObject img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.contentWrap {
    position: relative;
    z-index: 1;
}
/*===============GALLERY SECTION================*/
/*===============STATEMENT SECTION================*/
section.statementContainer {
    margin-top: 9rem;
    position: relative;
    color: var(--white);
    background-color: var(--black);
    padding: 6.188rem 0;
}
.statementWrapper h3 {
    padding-left: calc(var(--itemWidth)  * 2 - var(--spaceX));
    margin: 10rem 0;
    text-align: right;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
section.statementContainer h2 {
    margin-bottom: 5.938rem;
}
.statementWrapper ol li {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: .4rem;
}
section.statementContainer strong {
    text-transform: uppercase;
}
/*===============STATEMENT SECTION================*/
/*==================JOB POSITION==================*/
section.jobPositionContainer {
    position: relative;
    width: 100%;
    margin-top: 4rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.jobPositionWrapper .list__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(var(--itemWidth)* 5.1) .7fr .8fr 1.5rem calc(var(--itemWidth)* 3);
    grid-template-columns: calc(var(--itemWidth)* 5.1) .7fr .8fr 1.5rem calc(var(--itemWidth)* 3);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
section.jobPositionContainer h2 {
    margin: 0;
    padding-left: calc(var(--itemWidth)* 3);
    padding-right: calc(var(--itemWidth)* 3);
}
/*==================JOB POSITION==================*/
/*================PLAYLIST SECTION=================*/
section.playlistContainer {
    position: relative;
    width: 100%;
    margin-top: 4rem;
}
.playListWrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: .5fr 2rem 1fr;
    grid-template-columns: .5fr 1fr;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    grid-gap: 2rem;
    margin-bottom: 1.25rem;
}
.playlistContent p {
    margin-bottom: 1rem;
}
.playlistEmbed {
    margin-bottom: 2.125rem;
}
.playlistContent span.yellowHighlight::before {
    bottom: 0;
}
p {
    line-height: 1.7;
}
.spotifyNotShowWrap {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
}
.spotifyNotShowWrap img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}
/*================PLAYLIST SECTION=================*/
/*================T-SHIRT=================*/
section.aboutGalleryContainer.tShirt {
    padding: 5.438rem 0;
    background-color: var(--pink);
}
/*================T-SHIRT=================*/
/*================PAST COLLABORATORS=================*/
section.postCollaboratorContainer {
    padding-top: 7.625rem;
    position: relative;
}
section.postCollaboratorContainer h2 {
    text-transform: capitalize;
    padding-left: calc(var(--itemWidth) * 3);
    margin-bottom: 5.25rem;
}
.postCollaboratorWrapper {
    font-size: 2rem;
    line-height: 1.5;
    color: #84986E;
}
/*================PAST COLLABORATORS=================*/
@media only screen and (max-width: 768px){
    :root{
        --itemWidth : 20px;
    }
    .title_item {
        font-size: 3rem;
    }
    .paddingL,.paddingLL,.paddingLLL{
        padding-left: var(--itemWidth);
        padding-right: var(--itemWidth);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    main.wrapper {
        padding-bottom: 6rem;
    }
    main.aboutWrapper {
        overflow-x: hidden;
    }
    /*==============HERO SECTION==============*/
    section.aboutHeroSection{
        height: calc(var(--vh, 1vh) * 100);
    }
    .shuffleMediaWrapper {
        width: calc((100vw/4) * 2);
        height: calc((100vw/4) * 2);
    }
    .heroSectionAboutTitle {
        width: 100%;
        top: 6.5rem;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        right: var(--itemWidth);
    }
    .heroSectionAboutTitle h1 {
        font-size: 2rem;
    }
    .heroSectionSlogan p {
        font-size: clamp(16px, 21vw, 200px);
        letter-spacing: -1px;
        line-height: normal;
        white-space: break-spaces;
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .heroSectionSlogan p:last-child {
        line-height: normal;
        white-space: break-spaces;
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: clamp(16px, 21vw, 200px);
    }
    .heroSectionSlogan p:last-child span {
        padding: 0;
    }
    /*==============HERO SECTION==============*/
    /*==============MAKING EFFECT=============*/
    section.aboutDokmehContainer, section.makingEffectContainer {
        width: 100%;
        margin-left: 0;
        padding: 0 var(--spaceX);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    section.aboutDokmehContainer {
        margin-top: 4rem;
    }
    section.aboutDokmehContainer .blur-text.blur-text--3 {
        font-size: 1.5rem;
        line-height: normal;
    }
    section.makingEffectContainer {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    section.makingEffectContainer .blur-text {
        font-size: 1.5rem;
        line-height: normal;
        margin-bottom: 1.5rem;
    }
    /*==============MAKING EFFECT=============*/
    /*==============ABOUT CONTAINER=============*/
    section.aboutContainer {
        padding: var(--itemWidth) 0;
    }
    section.aboutContainerMedia {
        height: 37vh;
    }
    section.aboutFeaturesContainer {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 3.313rem;
    }
    section.servicesContainer {
        padding-left: calc(var(--itemWidth));
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding-bottom: 10rem;
    }
    section.servicesContainer h2 {
        margin-bottom: 1.938rem;
        padding: 0;
    }
    .servicesWrapper {
        row-gap: .5rem;
    }
    section.servicesContainer .list__item{
        -ms-grid-columns: 50px 1fr;
        grid-template-columns: 50px 1fr;
    }
    section.servicesContainer .list__item span.number::before {
        font-size: .75rem;
    }
    section.servicesContainer .list__item span.blankSpace {
        display: none;
    }
    /*==============ABOUT CONTAINER=============*/
    /*=============MEMBERS CONTAINER=============*/
    section.membersContainer {
        padding: 0;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 0.75rem;
        z-index: 1;
    }
    .memberWrap .memberInfo .name {
        font-size: 2.5rem;
    }
    .memberWrap .memberInfo .name p {
        line-height: normal;
    }
    .memberWrap {
        height: 38vh;
    }
    section.membersContainer .text-wrap.scrolling-wrap {
        top: -8rem;
    }

    .scrolling-wrap .comm {
        font-size: 9.375rem;
    }

    section.membersContainer.Founders .text-wrap.scrolling-wrap {
        top: -9rem;
    }

    section.membersContainer.Founders {
        margin-top: 8.938rem;
        z-index: 0;
    }
    /*=============MEMBERS CONTAINER=============*/
    /*=============AWARDS CONTAINER=============*/
    section.awardsContainer {
        padding-left: var(--itemWidth);
        margin-top: 2.75rem;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .awardsWrapper {
        row-gap: 1.75rem;
    }
    .awardsWrap .awardsHeader {
        margin-bottom: 0.875rem;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .awardsBody .list__item span.blankSpace {
        display: none;
    }
    .awardsWrap .awardsHeader span.blankSpace {
        display: none;
    }
    .awardsBody .list__item {
        -ms-grid-columns: .6fr 1fr 1.5rem;
        grid-template-columns: .6fr 1fr 1.5rem;
    }
    section.awardsContainer h2{
        padding: 0;
    }
    span.list__item-col {
        font-size: 0.75rem;
    }
    section.aboutWrapperMedia {
        margin-top: 2.75rem;
    }
    /*=============AWARDS CONTAINER=============*/
    /*=============SLIDERS CONTAINER=============*/
    section.aboutSlideshowContainer {
        margin: 1.75rem 0;
    }
    .slideshow-container {
        height: 57vh;
    }
    /*=============SLIDERS CONTAINER=============*/
    /*=============VIDEO CONTAINER=============*/
    section.aboutVideoContainer {
        height: 54vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 3rem 0;
    }
    .heroPlayIcon, #isIranVideoContainer .playVideo {
        width: 5.625rem;
        height: 5.625rem;
        padding: .35rem;
    }
    .heroPlayIcon .innerObject, #isIranVideoContainer .playVideo .innerObject {
        width: 2.5rem;
        height: 2.5rem;
    }
    .heroPlayIcon {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .videoContainer {
        position: absolute;
        top: 0;
        left: 0;
    }
    h2.videoSlogan {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    /*=============VIDEO CONTAINER=============*/
    /*=============EMBED VIDEO=============*/
    section.aboutEmbedVideoContainer {
        margin-top: 2.688rem;
    }
    .aboutTwoColumnWrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-bottom: 2.688rem;
        grid-gap: 1.25rem;
    }
    .embedVideoWrapper {
        height: 44vh;
    }
    /*=============EMBED VIDEO=============*/
    /*==========CALENDER SECTION===========*/
    section.aboutCalenderContainer {
        margin-top: 2.688rem;
    }
    section.aboutGalleryContainer {
        margin-top: 2.688rem;
    }
    /*==========CALENDER SECTION===========*/
    /*==========GALLERY SECTION===========*/
    .galleryWrapper {
        -ms-grid-columns: 1fr .875rem 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: .875rem;
    }

    .galleryWrap {
        height: 20vh;
    }

    .galleryWrap .playVideo {
        width: 3rem;
        height: 3rem;
        padding: .15rem;
    }

    .galleryWrap .playVideo .innerObject {
        width: 1.4rem;
        height: 1.4rem;
    }
    /*==========GALLERY SECTION===========*/
    /*==========JOB POSITION===========*/
    section.jobPositionContainer h2 {
        padding: 0;
    }

    .jobPositionWrapper .list__item span.blankSpace {
        display: none;
    }
    .jobPositionWrapper .list__item span.list__item-col {
        padding-left: 0;
    }
    .jobPositionWrapper .list__item {
        -ms-grid-columns: .8fr .7fr 1.5rem;
        grid-template-columns: .8fr .7fr 1.5rem;
    }
    /*==========JOB POSITION===========*/
    /*==========STATEMENT SECTION===========*/
    section.statementContainer {
        margin-top: 2.688rem;
        padding: 3.188rem 0;
    }

    section.statementContainer h2 {
        margin-bottom: 1.938rem;
    }

    .statementWrapper ol li {
        font-size: 1.25rem;
    }
    .statementWrapper h3 {
        margin: 4rem 0;
        width: 100%;
        padding: 0;
    }
    .statementWrapper ol {
        padding-left: 1.2rem;
    }

    /*==========STATEMENT SECTION===========*/
    section.jobPositionContainer {
        padding: 0 var(--itemWidth);
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 1.25rem;
        margin-top: 2.688rem;
    }

    section.playlistContainer {
        margin-top: 2.688rem;
    }

    .playListWrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 1.25rem;
    }

    .playlistContent p {
        margin-bottom: .65rem;
    }

    .playlistEmbed {
        margin-bottom: 1.125rem;
    }

    .contentWrap p {
        margin-bottom: .65rem;
    }

    section.aboutGalleryContainer.tShirt {
        padding: 2.688rem 0;
    }

    section.postCollaboratorContainer {
        padding-top: 2.688rem;
    }

    section.postCollaboratorContainer h2 {
        padding-left: var(--itemWidth);
        margin-bottom: 1.25rem;
    }
    .postCollaboratorWrapper {
        font-size: 1.25rem;
    }
    #isIranVideoContainer .videoPoster {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    #isIranVideoContainer .playVideo {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    #isIranVideoContainer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media only screen and (min-width: 640px) and (max-width: 768px){
    .heroSectionAboutTitle {
        top: 9rem;
    }
    section.aboutFeaturesContainer {
        -ms-grid-columns: 1fr 3.313rem 1fr;
        grid-template-columns: 1fr 1fr;
    }
    section.membersContainer {
        -ms-grid-columns: 1fr 0.75rem 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .memberWrap {
        height: 27vh;
    }
    .slideshow-container {
        height: 47vh;
    }
    section.aboutVideoContainer {
        height: 47vh;
    }
    h2.videoSlogan {
        line-height: normal;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1199px){
    section.aboutContainerMedia {
        height: 32vh;
    }
    :root{
        --itemWidth: calc(100vw/10);
    }
    .postCollaboratorWrapper{
        font-size: 1.5rem;
    }
    .paddingLLL {
        padding-left: var(--itemWidth);
        padding-right: var(--itemWidth);
    }
    .paddingLL {
        padding-left: var(--itemWidth);
        padding-right: var(--itemWidth);
    }
    .title_item {
        font-size: 3rem;
    }
    /*===========HERO SECTION===========*/
    .heroSectionSlogan p {
        font-size: clamp(16px, 15vw, 150px);
        letter-spacing: -5px;
    }
    .heroSectionSlogan p:last-child {
        font-size: clamp(16px, 15vw, 200px);
    }
    /*===========HERO SECTION===========*/
    /*==========MAKING EFFECT==========*/
    section.aboutDokmehContainer {
        margin-top: 6rem;
    }
    section.aboutDokmehContainer .blur-text.blur-text--3,section.makingEffectContainer .blur-text {
        font-size: 1.5rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }

    section.makingEffectContainer {
        margin-top: 4rem;
        margin-bottom: 5rem;
    }
    /*==========MAKING EFFECT==========*/
    /*==========ABOUT CONTAINER==========*/
    section.aboutContainerMedia {
        height: 40vh;
    }

    section.aboutContainer {
        padding: 4.188rem 0;
    }

    .featureWrap .features-item p {
        font-size: 3rem;
    }

    .featureWrap .features-item .features-item-media a img {
        height: .5rem;
    }
    section.servicesContainer h2 {
        padding-left: var(--itemWidth);
    }
    section.servicesContainer .list__item {
        -ms-grid-columns: 36% 60px 1fr;
        grid-template-columns: 36% 60px 1fr;
    }

    section.servicesContainer {
        padding-bottom: 13rem;
    }
    /*==========ABOUT CONTAINER==========*/
    /*==========MEMBERS CONTAINER==========*/
    .scrolling-wrap .comm {
        font-size: 15rem;
    }

    section.membersContainer .text-wrap.scrolling-wrap {
        top: -14rem;
    }

    .memberWrap {
        height: 16vh;
    }

    .memberInfo .name {
        font-size: 2.125rem;
    }

    .memberInfo .name p {
        line-height: normal;
    }

    section.membersContainer.Founders .text-wrap.scrolling-wrap {
        top: -13rem;
    }

    section.membersContainer.Founders {
        margin-top: 11.938rem;
    }
    /*==========MEMBERS CONTAINER==========*/
    /*==========AWARDS CONTAINER==========*/
    section.awardsContainer h2 {
        padding-left: var(--itemWidth);
    }

    .awardsBody .list__item {
        -ms-grid-columns: 36% .4fr 1fr 1.5rem;
        grid-template-columns: 36% .4fr 1fr 1.5rem;
    }
    .awardsWrap .awardsHeader{
        -ms-grid-columns: 36% 1fr;
        grid-template-columns: 36% 1fr;
    }
    /*==========AWARDS CONTAINER==========*/
    /*==========SLIDESHOW CONTAINER==========*/
    .slideshow-container {
        height: 44vh;
    }
    /*==========SLIDESHOW CONTAINER==========*/
    /*==========VIDEO CONTAINER==========*/
    section.aboutVideoContainer {
        height: 45vh;
    }

    .heroPlayIcon, #isIranVideoContainer .playVideo {
        width: 9rem;
        height: 9rem;
        padding: .35rem;
    }

    .heroPlayIcon .innerObject, #isIranVideoContainer .playVideo .innerObject {
        width: 4rem;
        height: 4rem;
    }
    /*==========VIDEO CONTAINER==========*/
    /*==========EMBED VIDEO==========*/
    section.aboutEmbedVideoContainer {
        margin-top: 5rem;
    }
    .embedVideoWrapper {
        height: 45vh;
    }
    /*==========EMBED VIDEO==========*/
    /*==========GALLERY CONTAINER==========*/
    section.aboutCalenderContainer {
        margin-top: 5rem;
    }

    .aboutTwoColumnWrapper {
        margin-bottom: 2.625rem;
    }

    .galleryWrapper {
        grid-gap: .875rem;
    }

    .galleryWrap {
        height: 14vh;
    }

    section.aboutGalleryContainer {
        margin-top: 5rem;
    }
    /*==========GALLERY CONTAINER==========*/
    /*==========STATEMENT CONTAINER==========*/
    section.statementContainer {
        padding: 6.188rem 0;
        margin-top: 9rem;
    }

    section.statementContainer h2 {
        margin-bottom: 2.938rem;
    }

    .statementWrapper ol li {
        font-size: 1.5rem;
    }
    /*==========STATEMENT CONTAINER==========*/
    /*==========JOB CONTAINER==========*/
    section.jobPositionContainer {
        margin-top: 3rem;
    }
    section.jobPositionContainer h2{
        padding-left: var(--itemWidth);
        padding-right: var(--itemWidth);
    }
    .jobPositionWrapper .list__item {
        -ms-grid-columns: calc(var(--itemWidth)* 3.85) .7fr .8fr 1.5rem var(--itemWidth);
        grid-template-columns: calc(var(--itemWidth)* 3.85) .7fr .8fr 1.5rem var(--itemWidth);
    }
    /*==========JOB CONTAINER==========*/
    /*==========PLAYLIST CONTAINER==========*/
    section.playlistContainer {
        margin-top: 3rem;
    }
    /*==========PLAYLIST CONTAINER==========*/
    /*==========COLLABORATOR CONTAINER==========*/
    section.postCollaboratorContainer {
        padding-top: 4.625rem;
    }

    section.postCollaboratorContainer h2 {
        padding-left: calc(var(--itemWidth)* 2);
        margin-bottom: 2.25rem;
    }
    /*==========COLLABORATOR CONTAINER==========*/
}
@media only screen and (min-width: 1200px) and (max-width: 1400px){
    .title_item {
        font-size: 3rem;
    }
    /*==========ABOUT DOKMEH===========*/
    .contentWrap p {
        margin-bottom: .5rem;
    }
    .playlistContent p {
        margin-bottom: .5rem;
    }
    section.aboutDokmehContainer {
        margin-top: 7rem;
    }

    section.aboutDokmehContainer .blur-text.blur-text--3,section.makingEffectContainer .blur-text {
        font-size: 1.5rem;
        line-height: 1.4;
    }
    /*==========ABOUT DOKMEH===========*/
    /*==========MAKING EFFECT===========*/
    section.makingEffectContainer {
        margin-top: 4rem;
        margin-bottom: 7rem;
    }
    section.makingEffectContainer .blur-text {
        margin-bottom: 1rem;
    }
    /*==========MAKING EFFECT===========*/
    /*==========ABOUT CONTAINER===========*/
    section.aboutContainerMedia {
        height: 73vh;
    }

    section.aboutContainer {
        padding: 4.188rem 0;
    }

    .featureWrap .features-item p {
        font-size: 3rem;
    }

    section.aboutFeaturesContainer {
        padding-bottom: 5.625rem;
    }

    section.servicesContainer .list__item {
        -ms-grid-columns: 46% 50px 1fr;
        grid-template-columns: 46% 50px 1fr;
    }
    /*==========ABOUT CONTAINER===========*/
    /*==========MEMBERS CONTAINER===========*/
    .scrolling-wrap .comm {
        font-size: 18rem;
    }

    section.membersContainer .text-wrap.scrolling-wrap {
        top: -15rem;
    }

    section.servicesContainer {
        padding-bottom: 13rem;
    }
    .memberWrap{
        height: 36vh;
    }
    section.membersContainer {
        grid-gap: .875rem;
    }

    .memberInfo .name {
        font-size: 2.5rem;
    }

    .memberInfo .name p {
        line-height: normal;
    }

    .memberInfo .position span {
        font-size: .7rem;
    }

    section.membersContainer.Founders .text-wrap.scrolling-wrap {
        top: -16rem;
    }

    section.membersContainer.Founders {
        margin-top: 14.938rem;
    }
    /*==========MEMBERS CONTAINER===========*/
    .awardsBody .list__item {
        -ms-grid-columns: 46% .4fr 1fr 1.5rem;
        grid-template-columns: 46% .4fr 1fr 1.5rem;
    }

    span.list__item-col {
        font-size: .75rem;
    }
    section.servicesContainer .list__item span.number::before{
        font-size: .75rem;
    }
    .heroPlayIcon, #isIranVideoContainer .playVideo {
        width: 9rem;
        height: 9rem;
        padding: .4rem;
    }

    .heroPlayIcon .innerObject, #isIranVideoContainer .playVideo .innerObject {
        width: 4rem;
        height: 4rem;
    }

    .paddingLL {
        padding-left: calc(var(--itemWidth)* 2);
        padding-right: calc(var(--itemWidth)* 2);
    }

    .galleryWrap .playVideo {
        width: 4rem;
        height: 4rem;
        padding: .25rem;
    }

    .galleryWrap .playVideo .innerObject {
        width: 1.5rem;
        height: 1.5rem;
    }

    .galleryWrapper {
        grid-gap: .875rem;
    }

    section.aboutEmbedVideoContainer {
        margin-top: 7rem;
    }

    section.aboutWrapperMedia {
        margin-top: 6.125rem;
    }

    section.aboutCalenderContainer {
        margin-top: 7rem;
    }

    section.aboutGalleryContainer {
        margin-top: 7rem;
    }

    section.statementContainer {
        margin-top: 7rem;
        padding: 4.188rem 0;
    }

    section.statementContainer h2 {
        margin-bottom: 3.938rem;
    }

    .statementWrapper ol li {
        font-size: 1.5rem;
    }

    .statementWrapper h3 {
        margin: 7rem 0;
    }

    section.jobPositionContainer {
        margin-top: 4rem;
    }
    section.jobPositionContainer h2{
        padding-left: calc(var(--itemWidth)* 2);
        padding-right: calc(var(--itemWidth)* 2);
    }
    .jobPositionWrapper .list__item{
        -ms-grid-columns: calc(var(--itemWidth)* 4.8) .5fr .8fr 1.5rem calc(var(--itemWidth)* 2);
        grid-template-columns: calc(var(--itemWidth)* 4.8) .5fr .8fr 1.5rem calc(var(--itemWidth)* 2);
    }
    section.postCollaboratorContainer {
        padding-top: 5.625rem;
    }

    section.postCollaboratorContainer h2 {
        margin-bottom: 2.25rem;
    }

    .postCollaboratorWrapper {
        font-size: 1.5rem;
    }

    main.wrapper {
        padding-bottom: 8rem;
    }
}
@media only screen and (min-width: 1401px) and (max-width: 1600px){
    .contentWrap p {
        margin-bottom: .5rem;
    }
    .playlistContent p {
        margin-bottom: .5rem;
    }
    section.aboutDokmehContainer {
        margin-top: 6rem;
    }

    section.aboutDokmehContainer .blur-text.blur-text--3,section.makingEffectContainer .blur-text {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    section.makingEffectContainer {
        margin-top: 4rem;
        margin-bottom: 7rem;
    }
    section.makingEffectContainer .blur-text {
        margin-bottom: 1rem;
    }

    section.aboutContainer {
        padding: 4.188rem 0;
    }

    section.aboutContainerMedia {
        height: 64vh;
    }

    .featureWrap .features-item p {
        font-size: 3rem;
    }

    .title_item {
        font-size: 3rem;
    }

    section.servicesContainer .list__item {
        -ms-grid-columns: 46% 70px 1fr;
        grid-template-columns: 46% 70px 1fr;
    }

    span.list__item-col {
        font-size: .875rem;
    }

    .scrolling-wrap .comm {
        font-size: 20rem;
    }

    section.membersContainer .text-wrap.scrolling-wrap {
        top: -17rem;
    }

    section.servicesContainer {
        padding-bottom: 14rem;
    }

    .memberWrap {
        height: 35vh;
    }

    .memberInfo .name {
        font-size: 2.5rem;
    }

    .memberInfo .name p {
        line-height: normal;
    }

    .memberInfo .position span {
        font-size: .75rem;
    }

    section.membersContainer.Founders .text-wrap.scrolling-wrap {
        top: -16rem;
    }

    section.membersContainer.Founders {
        margin-top: 12.938rem;
    }

    .awardsBody .list__item {
        -ms-grid-columns: 46% .4fr 1fr 1.5rem;
        grid-template-columns: 46% .4fr 1fr 1.5rem;
    }

    section.aboutWrapperMedia {
        margin-top: 6.125rem;
    }

    section.aboutSlideshowContainer {
        margin: 4.375rem 0;
    }

    .heroPlayIcon, #isIranVideoContainer .playVideo {
        width: 9rem;
        height: 9rem;
        padding: .45rem;
    }

    .heroPlayIcon .innerObject, #isIranVideoContainer .playVideo .innerObject {
        width: 4rem;
        height: 4rem;
    }

    section.aboutEmbedVideoContainer {
        margin-top: 7rem;
    }

    section.aboutCalenderContainer {
        margin-top: 7rem;
    }

    .galleryWrap {
        height: 27vh;
    }

    .galleryWrapper {
        grid-gap: .875rem;
    }

    section.aboutGalleryContainer {
        margin-top: 7rem;
    }

    section.statementContainer {
        margin-top: 7rem;
        padding: 4.188rem 0;
    }

    .statementWrapper ol li {
        font-size: 1.5rem;
    }

    .statementWrapper h3 {
        margin: 7rem 0;
    }

    section.postCollaboratorContainer {
        padding-top: 5.625rem;
    }

    section.postCollaboratorContainer h2 {
        margin-bottom: 3.25rem;
    }

    .postCollaboratorWrapper {
        font-size: 1.5rem;
    }

    main.wrapper {
        padding-bottom: 9rem;
    }
}