/* Menu */
#menu #projectMenu ul {
    opacity: 0.4;
}

body.fp-viewing-Headphone #menu #projectMenu:hover ul li:nth-child(1) a p,
body.fp-viewing-Headphone2 #menu #projectMenu:hover ul li:nth-child(1) a p,
body.fp-viewing-Charging #menu #projectMenu:hover ul li:nth-child(2) a p,
body.fp-viewing-LowBat #menu #projectMenu:hover ul li:nth-child(3) a p,
body.fp-viewing-Speaker #menu #projectMenu:hover ul li:nth-child(4) a p,
body.fp-viewing-Sketch #menu #projectMenu:hover ul li:nth-child(5) a p,
body.fp-viewing-Turntable #menu #projectMenu:hover ul li:nth-child(6) a p,
#menu #projectMenu ul li a:hover p {
    color: #9a71ff !important;
    opacity: 1;
}

#menu #projectMenu ul li a span span {
    background: #9a71ff;
    border-color: #9a71ff;
}

body.fp-viewing-Headphone #menu #projectMenu ul li:nth-child(1) a span span,
body.fp-viewing-Headphone2 #menu #projectMenu ul li:nth-child(1) a span span,
body.fp-viewing-Charging #menu #projectMenu ul li:nth-child(2) a span span,
body.fp-viewing-LowBat #menu #projectMenu ul li:nth-child(3) a span span,
body.fp-viewing-Speaker #menu #projectMenu ul li:nth-child(4) a span span,
body.fp-viewing-Sketch #menu #projectMenu ul li:nth-child(5) a span span,
body.fp-viewing-Turntable #menu #projectMenu ul li:nth-child(6) a span span {
    width: 10px;
    height: 10px;
    background: rgba(154, 113, 255, 0);
    border-width: 2px;
}

#langSwitch .checkLayer {
    background-color: rgba(154, 113, 255, 0) !important;
}

#langSwitch:hover .checkLayer {
    background-color: rgba(154, 113, 255, 1) !important;
}

body.fp-viewing-LowBat #headerLogo,
body.fp-viewing-Sketch #headerLogo {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.35s;
}

body.fp-viewing-LowBat #headerLogo-white,
body.fp-viewing-Sketch #headerLogo-white {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
}

body.fp-viewing-Headphone .loaded #introProject {
    opacity: 0;
    filter: blur(50px);
    transition: all 0.75s ease-in-out;
    transform: scale(0.85);
    bottom: 15vh;
}


.ip-header .ip-loader svg path.ip-loader-circle {
    stroke: #9a71ff;
}

/* button-plus */
.button-plus {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-table;
    position: relative;
    text-align: center;
    color: #e6e6e6;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    box-shadow: 0 0 0 0 transparent;
    transition: all 0.2s ease-in;
    animation: pulsate-fwd 6s ease-in-out infinite both;
    animation-play-state: paused;
}

@keyframes pulsate-fwd {
    0% {
        opacity: 0.5;
        transform: scale(0.75);
        box-shadow: 0 0 5px 0 rgba(154, 113, 255, 1);
    }

    20% {
        opacity: 0.5;
        transform: scale(0.75);
        box-shadow: 0 0 5px 0 rgba(154, 113, 255, 1);
    }

    60% {
        opacity: 1;
        transform: scale(1);
        box-shadow: 0 0 10px 0 rgba(154, 113, 255, 1);
    }

    100% {
        opacity: 0.5;
        transform: scale(0.75);
        box-shadow: 0 0 5px 0 rgba(154, 113, 255, 1);
    }
}

.button-plus:hover {
    color: #000 !important;
    box-shadow: 0 0 30px 0 rgba(230, 230, 230, 0.5);
    transition: all 0.2s ease-out;
    transform: scale(0.8);
    animation-play-state: paused !important;
    opacity: 1 !important;
    transition: opacity 1s ease-in-out;
}

.button-plus:hover::before {
    animation: shine 0.5s 0s linear;
}

.button-plus:active {
    box-shadow: 0 0 0 0 transparent;
    transition: box-shadow 0.2s ease-in;
}

.button-plus:before {
    display: block;
    width: 0;
    height: 86%;
    position: absolute;
    top: 7%;
    left: 0%;
    opacity: 0;
    background: #000;
    box-shadow: 0 0 15px 3px #000;
    transform: skewX(-20deg);
}

.button-plus i {
    font-size: 12px;
    padding: 6px 6.75px;
    transition: all 0.2s ease-in;
}

.button-plus:hover i {
    transform: scale(0.1);
}

body#ekoProject .button-plus {
    color: #9a71ff;
}

body#ekoProject .button-plus:hover {
    box-shadow: 0 0 30px 0 rgba(154, 113, 255, 0.5);
    background-color: #9a71ff;
}

@keyframes shine {
    from {
        opacity: 0;
        left: 0%;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
        left: 100%;
    }
}

#ekoProject #sectionCharging .fp-bg,
#ekoProject #sectionLowBat .fp-bg {
    display: flex;
    justify-content: center;
}

#ekoProject #sectionSketch .fp-bg {
    background-color: #fff;
}

body.fp-viewing-Sketch #menu #sideMenu #headerLogo,
body.fp-viewing-LowBat #menu #sideMenu #headerLogo {
    opacity: 1;
    transition-delay: 0s;
}

body.fp-viewing-Sketch #menu #sideMenu #headerLogo-white,
body.fp-viewing-LowBat #menu #sideMenu #headerLogo-white {
    opacity: 0;
    transition-delay: 0s;
}

body.fp-viewing-Sketch #menu #sideMenu #ig i,
body.fp-viewing-LowBat #menu #sideMenu #ig i,
body.fp-viewing-Sketch #menu #sideMenu #ig p,
body.fp-viewing-LowBat #menu #sideMenu #ig p,
body.fp-viewing-Sketch #menu #sideMenu ul li a p,
body.fp-viewing-LowBat #menu #sideMenu ul li a p,
body.fp-viewing-Sketch #menu #projectMenu ul li a p,
body.fp-viewing-LowBat #menu #projectMenu ul li a p,
body.fp-viewing-Sketch #sectionProject h2,
body.fp-viewing-LowBat #sectionProject h2 {
    color: #000;
}

body.fp-viewing-Sketch #menu #sideMenu ul li a span span,
body.fp-viewing-LowBat #menu #sideMenu ul li a span span {
    background: #000;
}

body.fp-viewing-Sketch #menu #sideMenu,
body.fp-viewing-LowBat #menu #sideMenu {
    background: rgba(255, 255, 255, 0);
}

body.fp-viewing-Sketch #menu #sideMenu:hover,
body.fp-viewing-LowBat #menu #sideMenu:hover,
body.fp-viewing-Sketch #menu #sideMenu.toggleON,
body.fp-viewing-LowBat #menu #sideMenu.toggleON {
    background: rgba(255, 255, 255, 0.2);
}

body.fp-viewing-Headphone #sectionProject h2:nth-child(1),
body.fp-viewing-ChargingPins #sectionProject h2:nth-child(1),
body.fp-viewing-Charging #sectionProject h2:nth-child(2),
body.fp-viewing-LowBat #sectionProject h2:nth-child(3),
body.fp-viewing-Speaker #sectionProject h2:nth-child(4),
body.fp-viewing-Sketch #sectionProject h2:nth-child(5),
body.fp-viewing-Turntable #sectionProject h2:nth-child(6) {
    transform: translateX(0%);
    clip-path: inset(0 0 0 0%);
    opacity: 1;
}


body.fp-viewing-Headphone #elementsProject .elementsCanvas #elementsSection1,
body.fp-viewing-ChargingPins #elementsProject .elementsCanvas #elementsSection2 {
    opacity: 1;
    transition: all 1s ease-in-out;
}

body.fp-viewing-Headphone .elementsCanvas #elementsSection1 .element,
body.fp-viewing-ChargingPins .elementsCanvas #elementsSection2 .element {
    opacity: 1;
    filter: blur(0);
    transition: all 1.2s .7s ease-in-out;
}

.elementsCanvas #elementsSection1 .element {
    top: unset;
    bottom: 15vh;
    left: unset;
}

.elementsCanvas #elementsSection2 .element {
    top: unset;
    bottom: 23vh;
    left: 19vw;
}


#shadow {
    background:
        linear-gradient(0deg,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 0.8) 5%,
            rgba(0, 0, 0, 0) 15%,
            rgba(0, 0, 0, 0) 85%,
            rgba(0, 0, 0, 0.8) 95%,
            rgba(0, 0, 0, 1) 100%);
    position: fixed;
    top: 50%;
    right: calc(50% - 1px);
    width: 177.78vh;
    max-width: 100vw;
    height: calc(56.25vw + 10px);
    transform: translate(50%, -50%) scale(1.5);
    z-index: 1111;
    opacity: 0;
    transition: opacity .5s;
    display: none;
}

body.fp-viewing-Intro #shadow {
    display: revert;
    opacity: 1;
    transition-delay: 0s !important;
    transition: all 0s;
}

body.fp-viewing-Headphone #shadow {
    display: revert;
    height: 100vh !important;
    opacity: 0;
    transition-delay: 0s !important;
    transition: all 0s;
}


/* Tablet landscape */
@media screen and (max-width: 1180px) and (orientation: landscape) {
    .elementsCanvas #elementsSection1 .element {
        bottom: 50px;
    }

    .elementsCanvas #elementsSection2 .element {
        top: unset;
        bottom: 15vh;
        left: 13vw;
    }

    #sectionCharging .fp-bg img,
    #sectionLowBat .fp-bg img {
        object-fit: cover !important;
    }
}

/* Tablet portrait */
@media screen and (max-width: 850px) and (orientation: portrait) {
    #sectionIntro .fp-bg video {
        transform: translate(50%, -50%) scale(1.5)
    }

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

    .elementsCanvas #elementsSection2 .element {
        top: unset;
        bottom: 4vh;
        left: 35vw;
    }

    #sectionCharging .fp-bg img,
    #sectionLowBat .fp-bg img {
        object-fit: contain !important;
        transform: scale(1.5);
    }
}

/* Phone landscape */
@media screen and (max-width: 700px) and (orientation: landscape) {
    .elementsCanvas #elementsSection2 .element {
        bottom: 12vh;
    }
}

/* Phone portrait */
@media screen and (max-width: 500px) and (orientation: portrait) {
    .elementsCanvas #elementsSection1 .element {
        bottom: -10px;
    }

    .elementsCanvas #elementsSection2 .element {
        bottom: -16vh;
        left: 15vw;
    }
}