* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    height: 300vh;
    overflow-x: hidden;
}

@font-face {
    font-family: "myFirstFont";
    src: url("./media/VCR_OSD_MONO_1.ttf");
}

@font-face {
    font-family: "courierSTD";
    src: url("./media/Courier\ Std\ Medium.otf");
}


/* intro / video on scroll */

section {
    height: 100vh;
}

.intro {
    height: 100vh;
}

.intro video {
    height: auto;
    width: 100%;
    overflow: hidden;
    z-index: -2;
}

.intro h1 {
    position: absolute;
    top: 60%;
    left: 26%;
    padding-left: 5vw;
    font-family: "SERIF";
    line-height: .88;
    transform: translate(-50%, -50%);
    font-size: 120px;
    color: #f4f4f2;
    margin: 2rem 0;
}

.intro img {
    position: absolute;
    top: 85%;
    left: 3.5%;
    overflow: hidden;
    max-width: 85%;
    height: auto;
}

.intro p {
    position: absolute;
    top: 73.5%;
    left: 3.7%;
    font-family: "myFirstFont";
    padding-top: 3em;
    display: block;
    margin-block-start: 1em;
    margin-inline-start: 0px;
    color: #f4f4f2;
}

.logo {
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 65px;
}

.logo:hover {
    cursor: pointer;
}

.logo img {
    max-width: 50px;
}


/* scroll insentive */

#bm {
    position: absolute;
    width: 120px;
    z-index: 1;
    left: 46vw;
    top: 15%;
}


/* Comparison Swipe */

.comparisonSection {
    position: relative;
    min-width: 100vw;
}

.comparisonImage {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.afterImage-2,
.afterImage {
    position: absolute;
    overflow: hidden;
    top: 0;
    transform: translate(100%, 0px);
}

.afterImage img {
    transform: translate(-100%, 0px);
}

.afterImage-2 img {
    transform: translate(-100%, 0px);
}

.comparisonImage img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}


/* footer */

footer {
    position: relative;
    margin: 0 auto;
    text-align: left;
    text-transform: uppercase;
    color: var(--clr-acc);
    padding: 20px 0;
    font: 12px/24px VCR_OSD_MONO_1;
    background-color: black;
}

footer p {
    margin-top: 15px;
}

footer span {
    display: block;
    font-size: 12px;
    margin: 0 20px 5px 20px;
    font: VCR_OSD_MONO_1;
    color: #f4f4f2;
}

footer a {
    display: inline-block;
    margin: 0 20px;
    transition: color 1s cubic-bezier(.25, 1, .25, 1);
    text-decoration: none;
    color: #868686;
    font-family: "courierSTD";
}

footer a:hover {
    color: lightgrey;
}


/* parallax-animation */

.parallax-container {
    height: 100vh;
}

.parallax-container img {
    width: 100%;
    position: absolute;
    height: 110vh;
    z-index: -1;
}

.paraPiece {
    margin-top: -10vh;
    overflow: hidden;
}

.bg1 {
    padding-top: -15px;
    min-width: 100vw;
    min-height: 110vh;
}

.podest {
    min-height: 120vh;
}

.text {
    position: relative;
    z-index: 4;
    background-color: transparent;
}

.sellPoint h2,
h3 {
    position: absolute;
    font-family: "courierSTD";
    color: #f4f4f2;
    font-size: 50px;
}

.sellPoint h3 {
    font-size: 34.75px;
}


/* button */

.callToAction {
    position: absolute;
    color: white;
    font-family: "courierSTD";
    font-size: 35.7px;
    padding: 10px;
    padding-left: 75px;
    padding-right: 75px;
    background-color: transparent;
    border: solid #FFFFFF 3px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    z-index: 5;
    transition: 0.25s;
}

.callToAction:hover {
    background: white;
    border: solid white 3px;
    text-decoration: none;
    color: black;
}


/* media queries */

@media (max-width: 1600px) {
    .intro h1 {
        position: absolute;
        top: 65vh;
        left: 29vw;
        width: 100%;
        padding-left: 24vw;
        font-family: "SERIF";
        line-height: .88;
        transform: translate(-50%, -50%);
        font-size: 110px;
        color: #f4f4f2;
        margin: 2rem 0;
    }
    .parallax-container img {
        width: 100%;
        position: absolute;
        height: 110vh;
        z-index: -1;
    }
    .paraPiece {
        margin-top: -10vh;
        overflow: hidden;
    }
    .bg1 {
        padding-top: -15px;
        min-width: 100vw;
        min-height: 110vh;
    }
    .podest {
        min-height: 120vh;
    }
    .text {
        position: relative;
        z-index: 4;
        background-color: transparent;
    }
    .sellPoint h2,
    h3 {
        top: -6vh;
        position: absolute;
        font-family: "courierSTD";
        color: #f4f4f2;
        font-size: 45px;
    }
    .sellPoint h3 {
        font-size: 29.75px;
        padding-left: 7px;
    }
    .callToAction {
        margin-top: 50px;
        left: -13.3vw;
        position: absolute;
        color: white;
        font-family: "courierSTD";
        font-size: 35.7px;
        padding: 10px;
        padding-left: 75px;
        padding-right: 75px;
        background-color: transparent;
        border: solid #FFFFFF 3px;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        z-index: 5;
        transition: 0.25s;
    }
}

@media (max-width: 1580px) {
    .intro {
        position: relative;
        min-width: 100vw;
    }
    .video-container {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .video-container video {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .intro h1 {
        position: absolute;
        top: 70%;
        left: 30vw;
        width: 100%;
        padding-left: 24vw;
        font-family: "SERIF";
        line-height: .88;
        transform: translate(-50%, -50%);
        font-size: 110px;
        color: #f4f4f2;
        margin: 2rem 0;
    }
    .intro img {
        position: absolute;
        top: 90%;
        left: 60px;
        overflow: hidden;
        max-width: 70%;
        height: auto;
    }
    .intro p {
        position: absolute;
        top: 80%;
        left: 62px;
        line-height: 15px;
        font-family: "myFirstFont";
        margin-block-start: 1em;
        margin-inline-start: 0px;
        color: #f4f4f2;
    }
    .logo {
        position: absolute;
        z-index: 1;
        top: 6%;
        left: 3%;
    }
    .logo img {
        max-width: 50px;
    }
    #bm {
        position: absolute;
        width: 120px;
        z-index: 1;
        left: 85%;
        top: 73%;
    }
    .parallax-container img {
        width: 100%;
        position: absolute;
        height: 110vh;
        z-index: -1;
    }
    .paraPiece {
        margin-top: -10vh;
        overflow: hidden;
    }
    .bg1 {
        padding-top: -15px;
        min-width: 100vw;
        min-height: 110vh;
    }
    .podest {
        min-height: 120vh;
    }
    .text {
        position: relative;
        z-index: 4;
        background-color: transparent;
    }
    .sellPoint h2,
    h3 {
        top: -7rem;
        left: -7rem;
        position: absolute;
        font-family: "courierSTD";
        color: #f4f4f2;
        font-size: 45px;
    }
    .sellPoint h3 {
        font-size: 29.75px;
        padding-left: 7px;
    }
    .callToAction {
        margin-top: 8rem;
        left: -21rem;
        position: absolute;
        color: white;
        font-family: "courierSTD";
        font-size: 35.7px;
        padding: 10px;
        padding-left: 75px;
        padding-right: 75px;
        background-color: transparent;
        border: solid #FFFFFF 3px;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        z-index: 5;
        transition: 0.25s;
    }
    .parallax-container img {
        width: 100%;
        position: absolute;
        height: 110vh;
        z-index: -1;
    }
    .paraPiece {
        margin-top: -10vh;
        overflow: hidden;
    }
    .bg1 {
        padding-top: -15px;
        min-width: 100vw;
        min-height: 110vh;
    }
    .podest {
        min-height: 120vh;
    }
    .text {
        position: relative;
        z-index: 4;
        background-color: transparent;
    }
    .sellPoint h2,
    h3 {
        top: -6vh;
        position: absolute;
        font-family: "courierSTD";
        color: #f4f4f2;
        font-size: 45px;
    }
    .sellPoint h3 {
        font-size: 29.75px;
        padding-left: 7px;
    }
    .callToAction {
        margin-top: 50px;
        left: -13.3vw;
        position: absolute;
        color: white;
        font-family: "courierSTD";
        font-size: 35.7px;
        padding: 10px;
        padding-left: 75px;
        padding-right: 75px;
        background-color: transparent;
        border: solid #FFFFFF 3px;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        z-index: 5;
        transition: 0.25s;
    }
}

@media (max-width: 1135px) {
    .intro h1 {
        position: absolute;
        top: 65%;
        padding-left: 9vw;
        left: 47vw;
        font-family: "SERIF";
        line-height: .88;
        transform: translate(-50%, -50%);
        font-size: 90px;
        color: #f4f4f2;
        margin: 2rem 0;
    }
    .parallax-container img {
        min-width: 100%;
        width: auto;
        position: absolute;
        height: 110vh;
        z-index: -1;
    }
    .paraPiece {
        min-width: 100vw;
        width: 100vw;
        height: auto;
        margin-top: -10vh;
        overflow: hidden;
    }
    .bg1 {
        left: -3rem;
        padding-top: -15px;
        min-width: 100vw;
        min-height: 110vh;
    }
    .podest {
        left: -5.83rem;
        min-height: 120vh;
    }
    .kubik {
        left: -2.8rem;
    }
    .text {
        position: relative;
        z-index: 4;
        background-color: transparent;
    }
    .sellPoint h2,
    h3 {
        top: -9rem;
        left: -7rem;
        position: absolute;
        font-family: "courierSTD";
        color: #f4f4f2;
        font-size: 30px;
    }
    .sellPoint h3 {
        font-size: 19.75px;
        left: -5.83em;
    }
    .callToAction {
        margin-top: 14rem;
        left: -63.5rem;
        position: absolute;
        color: white;
        font-family: "courierSTD";
        font-size: 30px;
        padding: 7px;
        padding-left: 65px;
        padding-right: 65px;
        background-color: transparent;
        border: solid #FFFFFF 3px;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        z-index: 5;
        transition: 0.25s;
    }
}

@media (max-width: 1024px) {
    .intro h1 {
        position: absolute;
        top: 65%;
        padding-left: 9vw;
        font-family: "SERIF";
        line-height: .88;
        transform: translate(-50%, -50%);
        font-size: 90px;
        color: #f4f4f2;
        margin: 2rem 0;
    }
    .intro img {
        position: absolute;
        top: 91%;
        left: 43px;
        overflow: hidden;
        max-width: 65%;
        height: auto;
    }
    .intro p {
        position: absolute;
        top: 81%;
        left: 45px;
        line-height: 15px;
        font-family: "myFirstFont";
        margin-block-start: 1em;
        margin-inline-start: 0px;
        color: #f4f4f2;
    }
    .logo {
        position: absolute;
        z-index: 1;
        top: 5%;
        left: 3%;
    }
    .logo img {
        max-width: 50px;
    }
    #bm {
        position: absolute;
        width: 100px;
        z-index: 1;
        left: 82%;
        top: 80%;
    }
    .parallax-container img {
        min-width: 100%;
        width: auto;
        position: absolute;
        height: 110vh;
        z-index: -1;
    }
    .paraPiece {
        min-width: 100vw;
        width: 100vw;
        height: auto;
        margin-top: -10vh;
        overflow: hidden;
    }
    .bg1 {
        left: -13.1rem;
        padding-top: -15px;
        min-width: 100vw;
        min-height: 110vh;
    }
    .podest {
        left: -17rem;
        min-height: 120vh;
    }
    .text {
        position: relative;
        z-index: 4;
        background-color: transparent;
    }
    .kubik {
        left: -13rem;
    }
    .sellPoint h2,
    h3 {
        top: -4.8rem;
        left: -7rem;
        position: absolute;
        font-family: "courierSTD";
        color: #f4f4f2;
        font-size: 30px;
    }
    .sellPoint h3 {
        font-size: 19.75px;
        left: -5.83em;
    }
    .callToAction {
        margin-top: 14rem;
        left: -63.5rem;
        position: absolute;
        color: white;
        font-family: "courierSTD";
        font-size: 30px;
        padding: 7px;
        padding-left: 65px;
        padding-right: 65px;
        background-color: transparent;
        border: solid #FFFFFF 3px;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        z-index: 5;
        transition: 0.25s;
    }
}

@media (max-width: 960px) {
    .intro h1 {
        position: absolute;
        top: 58%;
        padding-left: 6vw;
        left: 47vw;
        font-family: "SERIF";
        line-height: .88;
        transform: translate(-50%, -50%);
        font-size: 73px;
        color: #f4f4f2;
        margin: 2rem 0;
    }
    .intro img {
        position: absolute;
        top: 87%;
        left: 3.5vw;
        overflow: hidden;
        max-width: 70%;
        height: auto;
    }
    .intro p {
        position: absolute;
        top: 72%;
        padding-top: 5vh;
        left: 31px;
        line-height: 15px;
        font-size: 13px;
        font-family: "myFirstFont";
        margin-block-start: 1em;
        margin-inline-start: 0px;
        color: #f4f4f2;
    }
    .logo {
        position: absolute;
        z-index: 1;
        top: 3.1%;
        left: 3.1%;
    }
    .logo img {
        max-width: 55px;
    }
    #bm {
        position: absolute;
        width: 100px;
        z-index: 1;
        left: 82%;
        top: 80%;
    }
    .parallax-container img {
        position: absolute;
        height: 110vh;
        z-index: -1;
    }
    .paraPiece {
        left: 0;
        margin-top: -10vh;
        overflow: hidden;
    }
    .bg1 {
        padding-top: -15px;
        min-width: 100vw;
        min-height: 110vh;
    }
    .podest {
        left: -2.65rem;
        min-width: 100%;
        min-height: 120vh;
    }
    .text {
        position: relative;
        z-index: 4;
        background-color: transparent;
    }
    .sellPoint h2,
    h3 {
        top: -11rem;
        left: -7rem;
        position: absolute;
        font-family: "courierSTD";
        color: #f4f4f2;
        font-size: 30px;
    }
    .sellPoint h3 {
        margin-top: -1rem;
        font-size: 19.75px;
        left: -5.83em;
    }
    .callToAction {
        margin-top: 17.5rem;
        left: -63.5rem;
        position: absolute;
        color: white;
        font-family: "courierSTD";
        font-size: 30px;
        padding: 7px;
        padding-left: 65px;
        padding-right: 65px;
        background-color: transparent;
        border: solid #FFFFFF 3px;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        z-index: 5;
        transition: 0.25s;
    }
}

@media (max-width: 620px) {
    .intro h1 {
        position: absolute;
        top: 52%;
        padding-left: 6vw;
        left: 50.5vw;
        font-family: "SERIF";
        line-height: .88;
        transform: translate(-50%, -50%);
        font-size: 56px;
        color: #f4f4f2;
        margin: 2rem 0;
    }
    .intro img {
        position: absolute;
        top: 82%;
        left: 7vw;
        overflow: hidden;
        max-width: 85%;
        height: auto;
    }
    .intro p {
        position: absolute;
        top: 68%;
        padding-top: 5vh;
        left: 7vw;
        line-height: 15px;
        font-size: 15px;
        font-family: "myFirstFont";
        margin-block-start: 1em;
        margin-inline-start: 0px;
        color: #f4f4f2;
    }
    .logo {
        position: absolute;
        z-index: 1;
        top: 7%;
        left: 6.2%;
    }
    .logo img {
        max-width: 50px;
    }
    #bm {
        position: absolute;
        width: 85px;
        z-index: 1;
        left: 40vw;
        top: 20%;
    }
    .parallax-container img {
        position: absolute;
        height: 110vh;
        z-index: -1;
    }
    .paraPiece {
        margin-top: -10vh;
        overflow: hidden;
    }
    .bg1 {
        padding-top: -15px;
        min-width: 100vw;
        min-height: 110vh;
    }
    .podest {
        margin-top: 0;
        left: -1.5em;
        min-width: 100%;
        min-height: 120vh;
    }
    .kubik {
        min-width: 100%;
        margin-top: -5px;
    }
    .text {
        position: relative;
        z-index: 4;
        background-color: transparent;
    }
    .sellPoint h2,
    h3 {
        top: -14.5rem;
        left: -5rem;
        position: absolute;
        font-family: "courierSTD";
        color: #f4f4f2;
        font-size: 25px;
    }
    .sellPoint h3 {
        margin-top: -1rem;
        font-size: 14.75px;
        left: -4.8em;
    }
    .callToAction {
        margin-top: 25.5rem;
        left: -44rem;
        position: absolute;
        color: white;
        font-family: "courierSTD";
        font-size: 24px;
        padding: 7px;
        padding-left: 40px;
        padding-right: 40px;
        background-color: transparent;
        border: solid #FFFFFF 3px;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        z-index: 5;
        transition: 0.25s;
    }
}

@media (max-width: 500px) {
    .intro {
        overflow: hidden;
    }
    .intro h1 {
        position: absolute;
        top: 68%;
        padding-left: 6vw;
        font-family: "SERIF";
        line-height: .88;
        transform: translate(-50%, -50%);
        font-size: 68px;
        color: #f4f4f2;
        margin: 2rem 0;
    }
    .intro img {
        position: absolute;
        top: 94%;
        left: 6vw;
        overflow: hidden;
        max-width: 89.5%;
        height: auto;
    }
    .intro p {
        position: absolute;
        top: 82%;
        padding-top: 5vh;
        left: 6vw;
        line-height: 15px;
        font-size: 14px;
        font-family: "myFirstFont";
        margin-block-start: 1em;
        margin-inline-start: 0px;
        color: #f4f4f2;
    }
    .logo {
        position: absolute;
        z-index: 1;
        top: 3%;
        left: 6.2%;
    }
    .logo img {
        max-width: 65px;
    }
    #bm {
        position: absolute;
        width: 85px;
        z-index: 1;
        left: 39vw;
        top: 46vh;
    }
    .parallax-container img {
        position: absolute;
        height: 110vh;
        z-index: -1;
    }
    .paraPiece {
        margin-top: -10vh;
        overflow: hidden;
    }
    .bg1 {
        padding-top: -15px;
        min-width: 100vw;
        min-height: 110vh;
    }
    .podest {
        margin-top: 0;
        left: -1.5em;
        min-width: 100%;
        min-height: 120vh;
    }
    .kubik {
        min-width: 100%;
        margin-top: 4px;
    }
    .text {
        position: relative;
        z-index: 4;
        background-color: transparent;
    }
    .sellPoint h2,
    h3 {
        top: -16.5rem;
        left: -5rem;
        position: absolute;
        font-family: "courierSTD";
        color: #f4f4f2;
        font-size: 20px;
    }
    .sellPoint h3 {
        margin-top: -1rem;
        font-size: 10.75px;
        left: -6.2em;
    }
    .callToAction {
        margin-top: 28.5rem;
        left: -36rem;
        position: absolute;
        color: white;
        font-family: "courierSTD";
        font-size: 17px;
        padding: 7px;
        padding-left: 35px;
        padding-right: 35px;
        background-color: transparent;
        border: solid #FFFFFF 3px;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        z-index: 5;
        transition: 0.25s;
    }
}