/**===Header***/
.scroll-animation-container-desktop {
    position: sticky;
    height: 100vh;
    top: 0;
    left: 0;
}

.scroll-animation-container-desktop img.animated {
    position: absolute;
    display: none;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    height: 100%;
    width: 100%;
    max-width: 1920px;
    object-fit: contain;
    object-position: center center;
}

.scroll-animation-container-mobile {
    position: sticky;
    height: 100vh;
    top: 0;
    left: 0;
    margin-bottom: 30vh;
}

.scroll-animation-container-mobile img.animated {
    position: absolute;
    display: none;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center center;
}
#header-about {
    height: 210vh;
    position: relative;
}


.header-static-animation h1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    font-size: 2.5rem;
    width: 80vw;
    text-align:  center;
}
@media (min-width: 355px) {
    .header-static-animation h1 {
        font-size: 3rem;
        width: 60vw;
        top: calc(5% + 60px);
    }
}

@media (min-width: 768px) {
    .header-static-animation h1 {
        font-size: 4rem;
        width: 60vw;
        top: calc(80px + 10%);
    }
}
@media (min-width: 1360px) {
    .header-static-animation h1 {
        font-size: 6rem;
        width: 60vw;
        top: calc(80px + 5%);
    }
}

.animation-overlay-effect {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
}

.animation-overlay-effect .animation-overlay {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    height: 100%;
    width: 100%;
    max-width: 1920px;
    object-fit: contain;
    object-position: center center;
}

.animation-overlay-img-desktop {
    display: none;
}

.animation-overlay-img-mobile {
    display: inline-block;
}

@media (min-width: 768px) {
    .animation-overlay-img-desktop {
        display: inline-block;
    }
    
    .animation-overlay-img-mobile {
        display: none;
    }
}


.header-product-name {
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    z-index: 99;
    font-family: 'Roboto Slab', Sans-serif;
    text-shadow: 0 -2px 3px rgb(177 191 201 / 50%);

}

.header-frame {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    height: 100vh;
    width: 100%;
    max-width: 1920px;
    object-fit: contain;
    object-position: center center;
}

.about-content {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0rem;
    left: 0;
    display: flex;
    align-items: center;
    padding-bottom: 0;
}
@media (min-width: 375px) {
    .about-content {
        padding-bottom: 5vh;
    }
}

@media (min-width: 390px) {
    .about-content {
        padding-bottom: 15vh;
    }
}

@media (min-width: 410px) {
    .about-content {
        padding-bottom: 20vh;
    }
}

@media (min-width: 480px) {
    .about-content {
        padding-bottom: 20vw;
    }
}
@media (min-width: 768px) {
    .about-content {
        padding: 4rem;
        min-height: 100vh;
        bottom: 0;
    }
}

/**===FOOTER===**/
footer .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer nav ul {
    list-style: none;
    display: flex;
    padding: 0
}

footer nav ul li {
    display: inline-block;
    margin: 0 10px
}

footer nav ul li a {
    color: #fff
}

/**===community-tested===**/

.optimisation-slider .optimisation-slide img {
    width: 100%;
}

.testimonial-slider .slick-list {
    overflow: hidden;
    width: 100%;
}

.testimonial-img {
    position: relative;
    margin-bottom: -3rem;
    z-index: 3;
}
/**===BUY Section===**/
.product-container {
    display: flex;
    justify-content: center;
}
.product-box {
    max-width: 420px
}

.product-box .card {
    padding-top: 7.5rem
}

.product-box .product-img {
    bottom:-10rem;
}


/**===Content & Size ===**/
.content-section {
    min-height: 120vh;
    clip-path: inset(0);
}

.content-fixed {
    position: fixed;
    width: calc(100% - 40px);
    max-height: 90vh;
    top: calc( 50% + 30px);
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 520px) {
    .content-fixed {
        width: 70%;
    }
}
@media (min-width: 768px) {
    .content-fixed {
        width: calc(100% - 40px);
    }
}


@media (min-width: 1360px) {
    .content-fixed {
        top:50%;
    }
}

.content-absolute-box {
    position: relative;
    padding-bottom: 156%
}

.content-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

span.lux-height {
    right: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

span.lux-width {
    left: 50%;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
}

span.lux-usbc {
    position: absolute;
    bottom: 40%;
    left: -5px;
    width: 35%;
}
/*
span.lux-led {
    position: absolute;
    top: 10%;
    right: 0;
}*/

.lux-leds {
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.lux-led-array {
    display: flex;
}

.lux-led-array>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
    width: 33.3333%;
}

.lux-led-array>div>img {
    width: 40%;
    max-width: 35px;

}

.lux-led-array>div>span {
    font-size: .75em;
    line-height: 1.3em;
    text-align: center;
    display: block;
    margin-top: 5px;
}


.lux-led small {
    line-height: 1.5em;
    display: block;
}

@media (min-width:480px) {
    .lux-leds {
        top: 0;
        width: 80vw;
    }
}
@media (min-width:768px) {

    .content-fixed {
        width: 53vh;
    }    
    
    .lux-leds {
        width: 50vw;
        top: -5%
    }

    span.lux-usbc {
        position: absolute;
        bottom: 35%;
        left: -10px;
        width: 35%;
    }
}

@media (min-width: 996px) {
    .lux-led-array {
        margin-top: 10px
    }
    .lux-led-array>div>img {
        max-width: 40px;    
    }
}

@media (min-width: 1360px) {
    .lux-leds {
        top: 0;
        width: 35vw;
        max-width: 580px;
    }

}

.flexikon-link {
    max-width: 450px;
}

.manual-download {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.manual-download .manual-icon {
    width: 60px;
}

.manual-download .manual-text {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}

.manual-download a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.icon-download {
    height: 25px;
    width: 25px;
    margin-right: 10px;
}