body {
    background: #000;
}

body .loaded #mouse a {
    opacity: 0.2;
}

.fp-bg {
    color: #fff;
}

/* Menu */
#menu #sideMenu {
    background: rgba(0, 0, 0, 0);
}

#menu #sideMenu:hover,
#menu #sideMenu.toggleON {
    background: rgba(0, 0, 0, 0.2);
}

body.fp-viewing-Intro #menu #sideMenu ul {
    opacity: 0.2;
    transition: all 0.3s ease-in-out;
}

#menu #sideMenu ul {
    opacity: 0.4;
    transition: all 0.3s ease-in-out;
}

body.fp-viewing-Intro #menu #sideMenu:hover ul,
body.fp-viewing-Intro #menu #sideMenu.toggleON ul {
    opacity: 1;
    left: 150px;
}

#menu #sideMenu ul li a span span {
    z-index: 1;
    background: #fff;
}

#menu #sideMenu #ig i,
#menu #sideMenu #ig p,
#menu #sideMenu ul li a p,
#menu #projectMenu ul li a p {
    color: #fff;
}

#menu #projectMenu ul {
    opacity: 0.7;
}

#menu #projectMenu ul li a {
    opacity: 1;
}

.workInProgress {
    display: flex;
    width: 100%;
    z-index: 2;
    margin-bottom: 30px;
}

.workInProgress p {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    padding: 5px 12px;
    width: fit-content;
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.7) !important;
    margin: 0 auto !important;
    text-transform: uppercase;
    font-size: 13px !important;
    letter-spacing: .3px;
}

.workInProgress .langContent {
    width: 100%;
    display: flex;
    justify-content: center;
}

.workInProgress .langContent p {
    width: fit-content !important;
}

#mouse .dark {
    display: none;
}

body .loaded #mouse {
    opacity: 0.5;
    filter: blur(0);
    transition-delay: 0s;
}

body.fp-viewing-Intro .loaded #mouse {
    transition-delay: 1.5s;
    opacity: 0.75;
}

body.fp-viewing-ZetaID #menu #projectMenu,
body.fp-viewing-NextProject #menu #projectMenu,
body.fp-viewing-NewProject #menu #projectMenu,
body.fp-viewing-ZetaID #langSwitch,
body.fp-viewing-NextProject #langSwitch,
body.fp-viewing-NewProject #langSwitch {
    opacity: 0;
    transform: translateX(-80px);
    transition: all 0.3s ease-in-out;
}

#introProject {
    position: absolute;
    margin: 0 auto;
    width: 100vw;
    bottom: 10vh;
    opacity: 1;
    z-index: 11111 !important;
    opacity: 0;
    filter: blur(25px);
    transition: all 1.2s ease-in-out;
    transform: scale(0.9);
}

#introProject img {
    width: 25vw;
    filter: grayscale(0) blur(0px);
    transition: .5s;
}

body.fp-viewing-Intro .loaded #introProject {
    opacity: 1;
    filter: blur(0);
    z-index: 1;
    transform: scale(1);
    transition: all 1.2s 0.5s ease-in-out;
}

#logoMenu {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99999999999999999999999999999;
    opacity: 1;
    filter: blur(0);
    display: flex;
    transition: all 1.2s ease-in-out;
    overflow: hidden;
}

#logoMenu img {
    margin: 10px;
    height: 20px;
}

body.fp-viewing-Intro #logoMenu {
    opacity: 0;
    filter: blur(25px);
    transition: all 0.5s 0.75s ease-in-out;
    z-index: 1;
    transform: scale(1.2);
}

/*** elementsProject **/
#elementsProject {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
}

.elementsCanvas {
    position: absolute;
    z-index: 222;
    top: 50%;
    right: 50%;
    width: 177.78vh;
    height: 56.25vw;
    max-width: 100vw;
    max-height: 100vh;
    object-fit: revert;
    transform: translate(50%, -50%);
}

.elementsCanvas p {
    color: #757575;
    text-align: left;
    margin: 0;
    font-size: 16px;
}

.elementsCanvas [id*="elementsSection"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.elementsCanvas .element {
    position: absolute;
    z-index: 100;
    opacity: 0;
    filter: blur(25px);
    transition: all 1s ease-in-out;
}

.elementsCanvas div .element {
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    padding: 25px 35px;
    border-radius: 5px;
    color: #fff;
    text-align: left;
    height: fit-content;
}

.elementsCanvas div .element h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

.projectEnd .fp-bg {
    height: 0px;
}

.projectEnd .logoEndCanvas {
    height: 100vh;
    position: absolute;
    display: flex;
    width: 100%;
    align-items: center;
}

.projectEnd .logoEndCanvas .logoEnd img {
    position: relative;
    height: 150px;
    margin: 0 auto
}

.nextProject {
    height: 350px;
}

body.fp-viewing-NextProject .logoEndCanvas,
body.fp-viewing-NewProject .logoEndCanvas {
    height: calc(100vh - 350px) !important;
    transition: all .7s ease-in-out;
}

body.fp-viewing-NextProject .logoEnd,
body.fp-viewing-NewProject .logoEnd {
    transform: translate(0px, 350px);
    transition: all .7s ease-in-out;
}

body.fp-viewing-ZetaID .logoEndCanvas {
    height: calc(100vh - 0px) !important;
    transition: all .7s ease-in-out;
}

body.fp-viewing-ZetaID .logoEnd {
    transform: translate(0px, 0px);
    transition: all .7s ease-in-out;
}

body.fp-viewing-ZetaID #mouse {
    position: absolute;
    bottom: -60px;
    opacity: 0;
    filter: blur(5px);
    z-index: 1;
    transition-delay: 0.2s;
    transition: all 0.5s ease-in-out;
}

body.fp-viewing-NewProject #mouse {
    bottom: 30px;
    opacity: 0.25;
    filter: blur(0);
    transition-delay: 0s;
}

body.fp-viewing-NewProject #mouse {
    opacity: 0;
}

body.fp-viewing-ZetaID #projectVideos,
body.fp-viewing-ZetaID #elementsProject,
body.fp-viewing-NextProject #projectVideos,
body.fp-viewing-NextProject #elementsProject,
body.fp-viewing-NewProject #elementsProject,
body.fp-viewing-NewProject #elementsProject {
    display: none;
}

body.fp-viewing-ZetaID #sideMenu,
body.fp-viewing-NextProject #sideMenu,
body.fp-viewing-NewProject #sideMenu,
body.fp-viewing-ZetaID #sideMenu #logoMain,
body.fp-viewing-NextProject #sideMenu #logoMain,
body.fp-viewing-NewProject #sideMenu #logoMain {
    filter: blur(25px) !important;
    right: -120px !important;
    opacity: 0;
    transition: all 500ms ease-in-out !important;
}

body.fp-viewing-Intro #logoMenu {
    transition-delay: .2s;
}

body.fp-viewing-Intro #logoMenu,
body.fp-viewing-ZetaID #logoMenu,
body.fp-viewing-NextProject #logoMenu,
body.fp-viewing-NewProject #logoMenu {
    filter: blur(25px);
    left: -120px;
    opacity: 0;
    transition: all 500ms ease-in-out;
}

#zProject video {
    top: 50%;
    right: 50%;
    width: 177.78vh;
    height: 56.25vw;
    max-width: 100vw;
    max-height: 100vh;
    object-fit: revert;
    background: #000;
    transform: translate(50%, -50%);
    transition: right 0.6s, transform 0.6s;
    transition-delay: 1.5s;
}

#zProject .next {
    display: flex;
    justify-content: center;
    height: 165px;
    width: 165px;
    margin: 0 auto;
    overflow: hidden;
}

#zProject .next video {
    position: absolute;
    top: 52px;
    height: 165px;
    width: 165px;
    right: unset;
    opacity: 0;
    transform: scale(0.8);
    transition: all 1s ease-in-out;
    transition-delay: 0s;
}

#zProject .next img {
    position: absolute;
    height: 25px;
    top: 250px;
    opacity: 0;
    transform: scale(0.8);
    transition: all 1s ease-in-out;
    transition-delay: 0s;
}

body.fp-viewing-NextProject #zProject .next video,
body.fp-viewing-NewProject #zProject .next video {
    top: 2px;
    opacity: 1;
    transform: scale(1);
    transition: all 1.5s ease-in-out;
    transition-delay: 0.2s;
}

body.fp-viewing-NextProject #zProject .next img,
body.fp-viewing-NewProject #zProject .next img {
    top: 200px;
    opacity: 1;
    transform: scale(1);
    transition: all 1s ease-in-out;
    transition-delay: 0.5s;
}

.logoEnd {
    width: 100vw;
    transition: 1700ms;
}

.logoEnd h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 30px;
    opacity: 0;
    filter: blur(25px);
    transition: all 0.4s ease-in-out;
}

body.fp-viewing-ZetaID #zProject .logoEnd h3,
body.fp-viewing-NextProject #zProject .logoEnd h3,
body.fp-viewing-NewProject #zProject .logoEnd h3 {
    opacity: 1;
    filter: blur(0px);
    transition: all 1.5s ease-in-out;
    transition-delay: 0.1s;
}

body.fp-viewing-ZetaID #mouse,
body.fp-viewing-NextProject #mouse,
body.fp-viewing-NewProject #mouse {
    opacity: .2;
}

body.fp-viewing-ZetaID #mouse .light,
body.fp-viewing-NextProject #mouse .light,
body.fp-viewing-NewProject #mouse .light {
    display: unset;
}

body.fp-viewing-ZetaID #mouse .dark,
body.fp-viewing-NextProject #mouse .dark,
body.fp-viewing-NewProject #mouse .dark {
    display: none;
}


.logoEnd img {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    padding-bottom: 30px;
    opacity: 0;
    width: unset;
    filter: blur(25px);
    transition: all 0.4s ease-in-out;
}

body.fp-viewing-ZetaID #zProject .logoEnd img,
body.fp-viewing-NextProject #zProject .logoEnd img,
body.fp-viewing-NextProject #zProject .fp-tableCell {
    opacity: 1;
    filter: blur(0px);
    transition: all 1.5s ease-in-out;
    transition-delay: 0.35s;
}

body.fp-viewing-NewProject #zProject .logoEnd img,
body.fp-viewing-NewProject #zProject .logoEndCanvas,
body.fp-viewing-NewProject #zProject .next,
body.fp-viewing-NewProject #zProject .fp-tableCell,
body.fp-viewing-NewProject #mouse {
    opacity: 0;
    filter: blur(25px);
    transition: all .5s ease-in-out;
    transition-delay: 0;
}


/* Tablet landscape */
@media screen and (max-width: 1180px) and (orientation: landscape) {
    [id*="Project"] .fp-bg img {
        object-fit: contain !important;
    }

    .workInProgress {
        margin-bottom: 20px;
    }

}

/* Tablet portrait */
@media screen and (max-width: 850px) and (orientation: portrait) {
    [id*="Project"] .fp-bg img {
        object-fit: contain !important;
    }

    [id*="Project"] #introProject img {
        width: 40vw;
    }

    [id*="Project"] #introProject .langContent {
        display: flex;
        justify-content: center;
    }

    [id*="Project"] #introProject .langContent p {
        width: 70%;
        margin: 0 auto;
    }

    .workInProgress {
        margin-bottom: 20px;
    }
}

/* Phone landscape */
@media screen and (max-width: 700px) and (orientation: landscape) {
    #introProject {
        bottom: 14vh;
    }

    #projectMenu:hover {
        width: 170px;
    }

    [id*="Project"] #introProject .langContent {
        display: flex;
        justify-content: center;
    }

    [id*="Project"] #introProject .langContent,
    [id*="Project"] .homeSection .langContent {
        margin-top: 15px;
    }

    [id*="Project"] #introProject p {
        font-size: 16px;
        width: 60%;
        margin: 0 auto;
    }

    .elementsCanvas div .element {
        padding: 10px 20px;
    }

    .elementsCanvas p {
        font-size: 14px;
    }

    .elementsCanvas #elementsSection1 .element {
        bottom: 50px;
    }

    .logoEnd h3 {
        font-size: 13px;
        padding-bottom: 20px;
        transition: all .7s ease-in-out !important;
    }

    body.fp-viewing-NextProject .logoEnd,
    body.fp-viewing-NewProject .logoEnd {
        transform: translateY(83vh);
    }

    .projectEnd .logoEndCanvas .logoEnd img {
        height: 120px;
        transition: all .7s ease-in-out !important;
    }

    #zProject .next video {
        top: 52px;
        height: 155px;
        width: 155px;
    }

    body.fp-viewing-NextProject #zProject .next video {
        top: 45px;
        height: 135px;
        width: 135px;
    }

    body.fp-viewing-NextProject #zProject .next img {
        top: 195px;
        height: 20px;
    }

    .nextProject {
        height: 65vh;
    }

    body.fp-viewing-NextProject .projectEnd .logoEndCanvas .logoEnd img,
    body.fp-viewing-NewProject .projectEnd .logoEndCanvas .logoEnd img {
        height: 70px;
        padding-bottom: 0;
        transition-delay: 0s !important;
    }

    body.fp-viewing-NextProject .projectEnd .logoEndCanvas .logoEnd h3,
    body.fp-viewing-NewProject .projectEnd .logoEndCanvas .logoEnd h3 {
        font-size: 11px;
        padding-bottom: 15px;
        transition-delay: 0s !important;
    }

    .workInProgress {
        margin-bottom: 10px;
    }

    .workInProgress p {
        padding: 4px 11px;
        font-size: 12px !important;
    }


}

/* Phone portrait */
@media screen and (max-width: 500px) and (orientation: portrait) {

    #projectMenu:hover {
        width: 170px;
    }

    [id*="Project"] #introProject .langContent,
    [id*="Project"] .homeSection .langContent {
        margin-top: 15px;
    }

    [id*="Project"] #introProject p {
        font-size: 16px;
        margin: 0 auto;
    }

    .elementsCanvas div .element {
        padding: 10px 20px;
    }

    .elementsCanvas p {
        font-size: 14px;
    }

    .elementsCanvas #elementsSection1 .element {
        bottom: -30px;
    }

    .logoEnd h3 {
        font-size: 13px;
        padding-bottom: 20px;
    }

    .projectEnd .logoEndCanvas .logoEnd img {
        height: 120px;
    }

    #zProject .next video {
        top: 52px;
        height: 155px;
        width: 155px;
    }

    body.fp-viewing-NextProject #zProject .next video {
        top: 70px;
    }

    body.fp-viewing-NextProject #zProject .next img {
        top: 240px;
        height: 20px;
    }

    .workInProgress {
        margin-bottom: 10px;
    }

    .workInProgress p {
        padding: 4px 11px;
        font-size: 12px !important;
    }


}