:root {
    --maison1: #E20613;
    --maison2: #000000;
    --maison3: #F0F0F0;
    --maison4: #D9D9D9;
}


/*
html {
    scroll-behavior: smooth;
}
    */

body {
    background-color: var(--maison2);
    color: var(--maison3);
    font-size: 2vw;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--maison1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: all 0.5s ease;
}

.preloader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40vw;
    mix-blend-mode: screen;
}

#preloader-vid {
    width: 50vw;
    mix-blend-mode: screen;
}

.preloader-finish {
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
}

.preloader-short {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--maison1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 990;
    transition: all 0.5s ease;
    opacity: 1;
}

.preloader-short-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 10vw;
    mix-blend-mode: screen;
}

#preloader-short-img {
    width: 10vw;
    mix-blend-mode: screen;
}

.preloader-short-finish {
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
}

.preloader-short-start {
    opacity: 1;
    transition: all 0.5s ease;
}

p {
    display: block;
    margin-block-start: 0.2vw;
    margin-block-end: 0.2vw;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    mix-blend-mode: difference;
}

a {
    color: var(--maison3);
    text-decoration: none;
}

.settings-dialog {
    position: absolute;
    width: 50vw;
    height: 50vh;
    background: #000;
}

.mag-button {
    width: 20vw;
    height: 2vw;
    background-color: var(--maison1);
    color: var(--maison3);
    mix-blend-mode: normal;
    border-radius: 2vw;
    text-decoration: none;
    font-size: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms ease;
    font-weight: 400;
}

.mag-button:hover {
    mix-blend-mode: difference;
    width: 20vw;
    height: 2.4vw;
    background-color: var(--maison3);
    color: var(--maison2);
    transition: all 200ms ease;
    font-weight: 600;
}

.button {
    width: 10vw;
    height: 2vw;
    background-color: var(--maison1);
    color: var(--maison3);
    mix-blend-mode: normal;
    border-radius: 2vw;
    text-decoration: none;
    font-size: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms ease;
    font-weight: 400;
    margin: 0.28vw 0;
}

.button:hover {
    width: 10.2vw;
    height: 2.4vw;
    margin: 0 0;
    background-color: var(--maison3);
    color: var(--maison2);
    transition: all 200ms ease;
    font-weight: 600;
    border: solid 0.1vw;
    mix-blend-mode: difference;
}

.button-arrow {
    mix-blend-mode: normal;
    width: 1.2vw;
    height: 1.2vw;
    rotate: -45deg;
    transition: all 200ms ease;
}

.mag-button .button-arrow {
    mix-blend-mode: normal;
}

.button:hover .button-arrow {
    transform: rotate(45deg);
    transition: all 200ms ease;
    mix-blend-mode: difference;
}

.mag-button:hover .button-arrow {
    transform: rotate(45deg);
    transition: all 200ms ease;
    mix-blend-mode: difference;
}

.logo {
    width: 17vw;
    mix-blend-mode: difference;
    position: fixed;
    padding: 2.3vw;
}

.logo-container {
    display: flex;
    justify-content: center;
}

.nav-container {
    animation: fade-in 2s ease;
    display: flex;
    justify-content: center;
    color: var(--maison3);
    mix-blend-mode: difference;
    gap: 12vw;
    bottom: 0;
    font-size: 1.5vw;
    padding: 2vw 1vw;
    position: sticky;
    top: 0;
    z-index: 2;
    transition: all 0.4s;
    transition-timing-function: ease;
}

.nav-name {
    text-decoration: none;
}

.hero-vid {
    height: 100vh;
    width: 100vw;
    padding: 0;
    margin: 0;
    object-fit: cover;
    z-index: -1;
    background-color: #D9D9D9;
}

#hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    mix-blend-mode: normal;
    opacity: 100%;
        pointer-events: none;
}

.hero-spacer {
    margin: 1vw 0 2vw 0;
    width: 100vw;
    height: 60vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.hero-spacer-left {
    width: 95vw;
    padding-left: 15vw;
    padding-right: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}

.hero-spacer-right {
    width: 95vw;
    padding-right: 15vw;
    padding-left: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-progress {
    width: 0.5vw;
    background-color: var(--maison3);
    height: 60vh;
}

.scroll-down {
    position: absolute;
    top: 60vh;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 2vw;
    height: 3.2vw;
    mix-blend-mode: difference;
}

.mouse {
    width: 3px;
    padding: 0.5vw 0.8vw;
    height: 2vw;
    border: 2px solid var(--maison3);
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}

.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: var(--maison3);
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

.nav-name {
    transition: all 0.3s;
    transition-timing-function: ease;
}

.nav-name:hover {
    font-weight: 800;
    transition: all 0.3s;
    transition-timing-function: ease;
}

.mission {
    width: 100vw;
    padding-top: 12vh;
    margin-bottom: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 3vw;
    opacity: 1;
}

.mission-l {
    width: 70vw;
}

.catch {
    font-size: 1.5vw;
}

.question {
    font-size: 2vw;
}

.sdiv1 {
    opacity: 0;
    transition: all 0.3s;
    transition-timing-function: ease;
}

.sdiv2 {
    opacity: 0;
}

.sdiv3 {
    opacity: 0;
}

.sdiv4 {
    opacity: 0;
}

.sdiv1v {
    opacity: 0;
    transition: all 0.3s;
    transition-timing-function: ease;
}

.sdiv2v {
    opacity: 0;
}

.sdiv3v {
    opacity: 0;
}

.sdiv4v {
    opacity: 0;
}

.services {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services-top {
    width: 100vw;
    height: auto;
    margin-bottom: -30vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.services-top-v {
    width: 100vw;
    height: auto;
    margin-bottom: -30vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    overflow: hidden;
}

.services-bottom {
    margin-top: 2vw;
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    opacity: 0;
}

.services-bottom-v {
    margin-top: 2vw;
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    opacity: 0;
}

.end-p {
    font-size: 1.4vw;
}

.services-left-col {
    margin-top: 50vh;
    width: 95vw;
    height: 355vh;
    padding-left: 15vw;
    padding-right: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}

.services-right-col {
    margin-top: 50vh;
    width: 95vw;
    height: 355vh;
    padding-right: 15vw;
    padding-left: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services-progress {
    width: 0.5vw;
    background-color: var(--maison3);
    height: 0vh;
}

.service-title {
    font-size: 2vw;
    font-weight: 600;
    margin-bottom: 1vw;
}

.service-description {
    font-size: 1.4vw;
}

.service-left-div {
    height: 90vh;
}

.service-left-div-v {
    height: auto;
    margin-top: 10vw;
    margin-bottom: 10vw;
}

.service-right-div {
    height: 90vh;
}

.service-right-div-v {
    height: auto;
    width: 80vw;
}

.services-center {
    display: flex;
    flex-direction: column;
    width: 100vw;
    align-items: center;
    justify-content: center;
    margin-bottom: 3vw;
    opacity: 0;
}

.services-center-v {
    display: flex;
    flex-direction: column;
    width: 100vw;
    align-items: center;
    justify-content: center;
    margin-bottom: 3vw;
    opacity: 0;
}

.projects {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--maison2);
}

.projects-spacer-top {
    margin: 2vw 0;
    width: 100vw;
    height: 50vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.projects-spacer-mid {
    margin-top: 2vw;
    margin-bottom: 1vw;
    width: 100vw;
    height: 50vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.projects-spacer-mid2 {
    margin-top: 2vw;
    margin-bottom: 2vw;
    width: 100vw;
    height: 30vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.projects-spacer-bottom {
    margin-top: 2vw;
    width: 100vw;
    height: 50vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.projects-progress-top {
    width: 0.5vw;
    background-color: var(--maison3);
    height: 0vh;
}

.projects-progress-mid {
    width: 0.5vw;
    background-color: var(--maison3);
    height: 0vh;
}

.projects-progress-mid2 {
    width: 0.5vw;
    background-color: var(--maison3);
    height: 0vh;
}

.projects-progress-bottom {
    width: 0.5vw;
    background-color: var(--maison3);
    height: 0vh;
}

.projects-spacer-left {
    width: 95vw;
    padding-left: 15vw;
    padding-right: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}

.projects-spacer-right {
    width: 95vw;
    padding-right: 15vw;
    padding-left: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.marquee {
    width: 100vw;
    --gap: 6vw;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    align-items: center;
    gap: var(--gap);
    pointer-events: none;
}

.marquee2 {
    margin-top: -6vh;
    width: 100vw;
    --gap: 6vw;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    align-items: center;
    gap: var(--gap);
    pointer-events: none;
}

.marquee__content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scrollm 40s linear infinite;
    overflow: hidden;
    pointer-events: none;
}

.marquee__content2 {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scrollm2 40s linear infinite;
}

.client-logo {
    height: 10.7vw;
}

.cl1 {
    width: 12vw;
}

.cl2 {
    width: 8vw;
}

.cl3 {
    width: 12vw;
}

.cl4 {
    width: 7.3vw;
}

.cl5 {
    width: 14.7vw;
}

.cl6 {
    width: 8.7vw;
}

.cl7 {
    width: 9.3vw;
}

.cl8 {
    width: 13.3vw;
}

.cl9 {
    width: 16vw;
}

.cl10 {
    width: 13.3vw;
}

@keyframes scrollm {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

@keyframes scrollm2 {
    from {
        transform: translateX(calc(-100% - var(--gap)));
    }
    to {
        transform: translateX(0);
    }
}

.magazine-spacer-top {
    width: 100vw;
    height: 40vh;
    margin-bottom: 3vw;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.magazine-progress-top {
    width: 0.5vw;
    background-color: var(--maison3);
    mix-blend-mode: difference;
    height: 0vh;
}

.magazine-spacer-bottom {
    width: 100vw;
    height: 50vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.magazine-progress-bottom {
    width: 0.5vw;
    background-color: var(--maison3);
    mix-blend-mode: difference;
    height: 0vh;
}

.magazine-spacer-left {
    width: 95vw;
    padding-left: 15vw;
    padding-right: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}

.magazine-spacer-right {
    width: 95vw;
    padding-right: 15vw;
    padding-left: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-spacer-top {
    width: 100vw;
    height: 40vh;
    margin-bottom: 3vw;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.about-progress-top {
    width: 0.5vw;
    background-color: var(--maison3);
    mix-blend-mode: difference;
    height: 0vh;
}

.about-spacer-bottom {
    width: 100vw;
    height: 50vh;
    margin-bottom: 3vw;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.about-progress-bottom {
    width: 0.5vw;
    background-color: var(--maison3);
    mix-blend-mode: difference;
    height: 0vh;
}

.about-spacer-left {
    width: 95vw;
    padding-left: 15vw;
    padding-right: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}

.about-spacer-right {
    width: 95vw;
    padding-right: 15vw;
    padding-left: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.magazine {
    background-color: var(--maison4);
    display: flex;
    width: 100vw;
    height: auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.mag-logo {
    width: 30vw;
    mix-blend-mode: difference;
    overflow: hidden;
    pointer-events: none;
}

.magazine-p {
    text-align: center;
}

.mag-posts {
    margin-top: 1.5vw;
    display: flex;
    width: 80vw;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.mag-card {
    width: 20vw;
    height: 27vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin: 1vw;
    padding: 1vw;
    background-color: var(--maison2);
    border-radius: 2vw;
    overflow: hidden;
    pointer-events: none;
}

.mag-img-canvas {
    background-color: var(--maison4);
    height: 13.5vw;
    width: 20vw;
    border-radius: 1vw;
    margin-bottom: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    pointer-events: none;
}

.mag-img {
    width: 16vw;
    overflow: hidden;
    pointer-events: none;
}

.mag-title {
    font-size: 1.5vw;
    font-weight: bold;
}

.mag-subt {
    font-size: 1.3vw;
}

.mag-p {
    font-size: 0.9vw;
}

.about {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
}

.about-img {
    width: 35vw;
}

.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    margin-bottom: 20vw;
}

.spacer {
    height: 200vh;
    width: 100vw;
    border: 2px#E20613;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.footer-left {
    width: 40vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 3vw;
}

.footer-right {
    width: 40vw;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 3vw;
    padding-right: 3vw;
    font-size: 1vw;
}

.footer-container {
    padding-top: 2vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
    z-index: 5;
}

.footer {
    position: relative;
    padding-bottom: 30vh;
    overflow: hidden;
}

.footer-logo {
    width: 10vw;
}

.footer-left-text {
    font-size: 1vw;
}

.footer-col {
    display: flex;
    flex-direction: column;
}

.footer-col-text:hover {
    cursor: hand;
    text-decoration: underline;
}

#footer-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: -2;
    mix-blend-mode: screen;
    opacity: 4%;
}

#mission-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: top;
    z-index: -2;
    mix-blend-mode: normal;
    opacity: 4%;
}

#mag-video {
    position: absolute;
    width: 100%;
    object-fit: fill;
    object-position: top;
    z-index: 0;
    mix-blend-mode: exclusion;
    opacity: 100%;
}

#services-video {
    position: absolute;
    width: 100%;
    object-fit: fill;
    object-position: center;
    z-index: 0;
    mix-blend-mode: screen;
    opacity: 40%;
}

#projects-video {
    margin-top: 11vw;
    position: absolute;
    width: 100%;
    object-fit: cover;
    z-index: 0;
    mix-blend-mode: normal;
    opacity: 4%;
}

.about-l {
    width: 50vw;
}

ul {
    list-style: none;
    padding-left: 0;
}

.qc-small {
    font-size: 1vw;
    margin-bottom: -0.2vw;
    margin-top: 1vw;
    font-weight: 600;
}

.qc-small-mail {
    font-size: 1vw;
}

.qc-small-mail:hover {
    cursor: hand;
    text-decoration: underline;
}

.d-logo {
    width: 11.5vw;
    mix-blend-mode: difference;
    position: fixed;
    padding: 1.9vw;
    transform: translateX(-270%);
}

.d-logo-container {
    display: flex;
    justify-content: center;
}

.d-nav-container {
    animation: fade-in 2s ease;
    display: flex;
    justify-content: center;
    color: var(--maison3);
    mix-blend-mode: difference;
    gap: 6vw;
    bottom: 0;
    font-size: 1vw;
    padding: 3.3vw 1vw;
    position: sticky;
    top: 0;
    z-index: 2;
    transition: all 0.4s;
    transition-timing-function: ease;
}

#nav-active-element {
    background-color: var(--maison3);
    color: var(--maison2);
    border-radius: 2vw;
    padding: 0.5vw 1vw;
    margin-top: -0.5vw;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1vw;
    justify-content: center;
    margin: 0 auto;
}

.project {
    border-radius: 1vw;
    padding: 0;
    width: 22vw;
    height: auto;
    transition: all 0.4s;
    box-shadow: 0vw 0vw 0.5vw #2d2d2d;
}

.project:hover {
    transform: scale(1.03);
    transition: all 0.4s;
    box-shadow: 0vw 0vw 1vw #3e3e3e;
}

.featured-projects {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90vw;
    padding: 5vw;
    gap: 1vw;
}

.all-projects {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 98vw;
    padding: 1vw;
    gap: 1vw;
}

.pj-thumbnail {
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
    width: 21.6vw;
    height: 12.15vw;
    padding: 0.2vw 0.2vw 0vw 0.2vw;
    margin-bottom: -1vw;
}

.pj-title {
    font-size: 1vw;
    mix-blend-mode: normal;
    text-align: center;
    padding: 0vw 0.3vw 0vw 0.3vw;
    text-decoration: none;
    font-weight: 600;
    color: #03045e;
}

.pj-tag-space {
    display: flex;
    margin-top: 0.3vw;
    padding-bottom: 0.8vw;
    justify-content: center;
    gap: 0.5vw;
}

.pj-tag {
    padding: 0.2vw 1vw 0.3vw 1vw;
    border-radius: 1vw;
    font-size: 0.8vw;
    text-align: center;
    width: auto;
    align-items: center;
}

.pj-circle {
    height: 0.5vw;
    width: 0.5vw;
    border-radius: 100%;
    display: inline-block;
    background-color: #E20613;
    margin-right: 0.2vw;
}

.category-filter {
    display: flex;
    flex-direction: row;
    margin-left: 4.6vw;
    font-size: 1.5vw;
}

.category-button {
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    border-radius: 1vw;
    font-size: 0.8vw;
    text-align: center;
    align-items: center;
    transition: all 0.3s ease;
    background: none;
    border: none;
    color: var(--maison3);
    padding: 0.4vw 0.8vw;
    font-size: 1vw;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
}

#category-buttons button:hover {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.active-category {
    border: 2px solid #f0f0f0;
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.cf {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90vw;
    padding: 0vw 5vw 0vw 5vw;
    text-align: center;
}

.cf-button {
    width: 15vw;
    height: 3vw;
    background-color: var(--maison1);
    color: var(--maison3);
    mix-blend-mode: normal;
    border-radius: 2vw;
    text-decoration: none;
    font-size: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms ease;
    font-weight: 400;
    margin: 0.28vw 0;
    animation-name: cf-button-animation;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

@keyframes cf-button-animation {
    0% {
        transform: scale(100%);
    }
    50% {
        transform: scale(110%);
    }
    100% {
        transform: scale(100%);
    }
}

.cf-button:hover {
    background-color: var(--maison3);
    color: var(--maison2);
    transition: all 200ms ease;
    border: solid 0.1vw;
    mix-blend-mode: difference;
}

.cf-button-arrow {
    mix-blend-mode: normal;
    width: 1.2vw;
    height: 1.2vw;
    rotate: -45deg;
    transition: all 200ms linear;
}

.cf-button:hover .cf-button-arrow {
    transform: rotate(45deg);
    margin-bottom: 0;
    transition: all 200ms ease;
    mix-blend-mode: difference;
}

.qc {
    font-size: 2vw;
    margin-bottom: -0.2vw;
    margin-top: 1vw;
    font-weight: 600;
    color: red;
    mix-blend-mode: normal;
}

.qc-mail {
    font-size: 1.8vw;
}

.qc-mail:hover {
    cursor: hand;
    text-decoration: underline;
}

.d-services {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
}

.d-service {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
}

.service-top {
    width: 90vw;
    margin-left: 5vw;
    height: auto;
    mix-blend-mode: normal;
}

.service-vid {
    background-blend-mode: difference;
    z-index: 0;
}

.service-bottom {
    width: 100vw;
    height: auto;
}

.menu-button {
    display: none;
}

.m-nav-container {
    display: none;
}

.m-nav-name {
    display: none;
}

.magazine-c {
    background-color: rgb(230, 0, 0);
    color: white;
    padding: 0.5vw 1vw;
    border-radius: 1vw;
    mix-blend-mode: normal;
}

.services-top-v {
    display: none;
}

.hidden {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.visible {
    display: flex;
    opacity: 1;
    transition: opacity 0.5s ease;
}


/*
@media only screen and (hover: none) and (pointer: coarse) {
    body.no-scroll {
        overflow: hidden;
    }
    .nav-container {
        display: none;
    }
    .logo {
        width: 40vw;
        margin-top: 3.5vw;
        z-index: 5;
    }
    .hb {
        width: 10vw;
        margin: 0 auto;
    }
    .menu-button {
        display: flex;
        position: fixed;
        align-items: center;
        justify-content: center;
        mix-blend-mode: difference;
        transform: translate(86vw, 6vw);
        z-index: 5;
        opacity: 0;
    }
    .scroll-down {
        display: none;
    }
    .mobile-menu {
        display: none;
        background-color: var(--maison4);
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3;
        transform: translateY(-100%);
    }
    .m-nav-container {
        display: none;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3;
        transform: translateY(-100%);
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 25vw;
        margin-left: 5vw;
    }
    .m-nav-name {
        display: flex;
        font-size: 10vw;
        mix-blend-mode: difference;
        color: var(--maison2);
        transition: all 200ms linear;
        margin-bottom: 3vw;
    }
}
*/

@media only screen and (max-width: 1366px) and (max-width: 992px) {
    body.no-scroll {
        overflow: hidden;
    }
    .nav-container {
        display: none;
    }
    .logo {
        width: 40vw;
        margin-top: 3.5vw;
        z-index: 5;
    }
    .hb {
        width: 10vw;
        margin: 0 auto;
    }
    .menu-button {
        display: flex;
        position: fixed;
        align-items: center;
        justify-content: center;
        mix-blend-mode: difference;
        transform: translate(86vw, 6vw);
        z-index: 5;
        opacity: 0;
    }
    .scroll-down {
        display: none;
    }
    .mobile-menu {
        display: none;
        background-color: var(--maison4);
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3;
        transform: translateY(-100%);
    }
    .m-nav-container {
        display: none;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3;
        transform: translateY(-100%);
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 25vw;
        margin-left: 5vw;
    }
    .m-nav-name {
        display: flex;
        font-size: 10vw;
        mix-blend-mode: difference;
        color: var(--maison2);
        transition: all 200ms linear;
        margin-bottom: 3vw;
    }
    /* ONOINOINOINONONOINIONOIIONOINOIOIN
    OINSOINFOIUNOINOINSOINFOINOINOI*/
}


/* MID MOBILE */

@media only screen and (max-width: 992px) {
    #preloader-short-img {
        width: 40vw;
    }
    .catch {
        font-size: 3vw;
    }
    .question {
        font-size: 5vw;
        font-weight: bold;
    }
    .service-title {
        font-size: 7vw;
    }
    .service-description {
        font-size: 5vw;
    }
    .end-p {
        font-size: 4.5vw;
    }
    .button {
        width: 80vw;
        height: 7vw;
        border-radius: 7vw;
        font-size: 3.7vw;
        transition: all 200ms ease;
        font-weight: 400;
        margin-bottom: 2vw;
    }
    .button:hover {
        width: 80vw;
        height: 7vw;
        border-radius: 7vw;
        font-size: 3.7vw;
        transition: all 200ms ease;
        font-weight: 400;
    }
    .button-arrow {
        width: 5vw;
        height: 5vw;
        rotate: -45deg;
        transition: all 200ms ease;
    }
    .button:hover .button-arrow {
        transform: rotate(45deg);
        transition: all 200ms ease;
    }
    .cf-button {
        width: 80vw;
        height: 7vw;
        border-radius: 7vw;
        font-size: 3.7vw;
        transition: all 200ms ease;
        font-weight: 400;
        margin: 2vw 0;
    }
    .marquee {
        width: 100vw;
        --gap2: 20vw;
        height: 60vw;
        position: relative;
        display: flex;
        overflow: hidden;
        user-select: none;
        align-items: center;
        gap: var(--gap2);
        pointer-events: none;
    }
    .marquee2 {
        width: 100vw;
        --gap2: 20vw;
        height: 60vw;
        position: relative;
        display: flex;
        overflow: hidden;
        user-select: none;
        align-items: center;
        gap: var(--gap2);
        pointer-events: none;
    }
    .marquee__content {
        flex-shrink: 0;
        display: flex;
        justify-content: space-around;
        gap: var(--gap2);
        min-width: 100%;
        animation: scrollm 40s linear infinite;
        overflow: hidden;
        pointer-events: none;
    }
    .marquee__content2 {
        flex-shrink: 0;
        display: flex;
        justify-content: space-around;
        gap: var(--gap2);
        min-width: 100%;
        animation: scrollm2 40s linear infinite;
    }
    .client-logo {
        height: 30vw;
    }
    .cl1 {
        width: 48vw;
    }
    .cl2 {
        width: 32vw;
    }
    .cl3 {
        width: 48vw;
    }
    .cl4 {
        width: 29.2vw;
    }
    .cl5 {
        width: 45vw;
    }
    .cl6 {
        width: 45vw;
    }
    .cl7 {
        width: 37.2vw;
    }
    .cl8 {
        width: 43.2vw;
    }
    .cl9 {
        width: 64vw;
    }
    .cl10 {
        width: 53.2vw;
    }
    #services-video {
        position: absolute;
        width: 100%;
        object-fit: fill;
        object-position: center;
        z-index: 0;
        mix-blend-mode: screen;
        opacity: 40%;
    }
    #projects-video {
        margin-top: 40vw;
        position: absolute;
        height: 100vw;
        object-fit: cover;
        z-index: 0;
        mix-blend-mode: normal;
        opacity: 4%;
        overflow: hidden;
    }
    #mag-video {
        width: 100%;
    }
    .mission-l {
        width: 100vw;
    }
    .hero-spacer {
        margin: 1vw 0 2vw 0;
        width: 100vw;
        height: 60vh;
    }
    .mission {
        width: 100vw;
        padding-top: 25vh;
        margin-bottom: 2vw;
    }
    .footer-left {
        width: 100vw;
        flex-direction: column;
        justify-content: flex-start;
        padding-left: 3vw;
        margin-bottom: 5vw;
    }
    .footer-right {
        width: 100vw;
        flex-direction: column;
        justify-content: flex-end;
        gap: 3vw;
        padding-left: 5vw;
        font-size: 5vw;
    }
    .footer-container {
        padding-top: 2vw;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    .footer {
        position: relative;
        padding-bottom: 30vh;
        padding-top: 5vw;
        overflow: hidden;
    }
    .footer-logo {
        width: 25vw;
    }
    .footer-left-text {
        font-size: 4vw;
    }
    .footer-col {
        flex-direction: column;
        margin-top: 5vw;
    }
    .footer-col-text {
        cursor: hand;
        text-decoration: underline;
        font-size: 5vw;
    }
    .qc-small {
        font-size: 5vw;
        margin-bottom: -0.2vw;
        margin-top: 1vw;
        font-weight: 600;
    }
    .qc-small-mail {
        font-size: 5vw;
        text-decoration: underline;
    }
    ul {
        list-style: none;
        margin-top: 0;
    }
    .mag-logo {
        width: 90vw;
    }
    .magazine-p {
        font-size: 5vw;
    }
    .mag-posts {
        flex-direction: column;
    }
    .mag-card {
        width: 90vw;
        height: 135vw;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        margin: 1vw;
        padding: 1vw;
        background-color: var(--maison2);
        border-radius: 8vw;
        overflow: hidden;
        pointer-events: none;
    }
    .mag-img-canvas {
        background-color: var(--maison4);
        height: 60vw;
        width: 85vw;
        border-radius: 5vw;
        margin-left: 2.5vw;
        margin-top: 2.5vw;
        margin-bottom: 5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        pointer-events: none;
    }
    .mag-img {
        width: 70vw;
        overflow: hidden;
        pointer-events: none;
    }
    .mag-title {
        font-size: 6vw;
        font-weight: bold;
        margin: 0 3vw 0 3vw;
    }
    .mag-subt {
        font-size: 5vw;
        margin: 5vw 3vw 0 3vw;
    }
    .mag-p {
        font-size: 4vw;
        margin: 5vw 3vw 0 3vw;
    }
    .magazine-c {
        background-color: rgb(230, 0, 0);
        color: white;
        padding: 1vw 2vw;
        border-radius: 2vw;
        mix-blend-mode: normal;
        font-size: 5vw;
        margin-top: 4vw;
        margin-bottom: 5vw;
    }
    body {
        overflow: hidden;
    }
    .sdiv4v {
        padding-left: 5vw;
    }
    .webv {
        margin-bottom: 80vw;
    }
    .about-l {
        width: 80vw;
    }
}


/* SMALL SCREEN */

@media only screen and (max-width: 768px) {}