@import url(https://db.onlinewebfonts.com/c/f39856659d533c25ce3152affa1e5796?family=Gulax);

@font-face {
    font-family: 'Gulax';
    src:
        url('/assets/fonts/Gulax-Regular.woff') format('woff'),
        url('/assets/fonts/Gulax-Regular.ttf') format('truetype');
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

body {
    position: relative;
}

a,
h1,
h2,
h3,
h5 {
    text-decoration: none;
    font-family: 'Gulax', sans-serif;
    color: black;
}

h1 {
    font-size: calc(1.5rem + 8vw);
}

h2 {
    font-size: calc(0.7rem + 5vw);
}

h3 {
    font-size: calc(0.5rem + 3vw);
    margin-bottom: 30px;
}

h4,
p {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
}

h4 {
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}

h5 {
    margin-bottom: 25px;
}

p {
    max-width: 60%;
    line-height: 1.4;
}

div {
    height: 100%;
}

.white {
    color: white;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(80px + 10vw);
    height: calc(20px + 5vh);
    font-size: calc(1.2rem + 1vw);
    margin-top: 30px;
    color: white;
}

.flexbox {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    img {
        max-width: 40%;
        height: auto;
        object-fit: contain;
    }

    p,
    h3,
    h4 {
        padding-right: 4vh;
    }

    p {
        padding-left: 10vw;
    }
}

.gridbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 15vh;
    gap: 10%;
    align-items: center;
    justify-items: center;

    img {
        max-width: 90%;
    }

    a {
        background-color: #62BB7D;
    }
}

.navigeer {
    p,
    h3,
    h4,
    h5 {
        padding-right: 5vh;
    }
}

.gridbox.workshop2,
.flexbox.workshop1 {
    padding-top: 0;
    padding-bottom: 0;
}

.flexbox.workshop1 {
    padding-top: 5vh;
}

.workshop1 h5 {
    padding-right: 30px;
}

.textCenter {
    padding-top: 10vh;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 30px;

    img {
        margin-left: 50px;
        width: 110px;
    }

    ul {
        display: flex;
        gap: 10%;
        width: 600px;
        justify-content: center;
        font-size: calc(0.6rem + 1vw);
    }
}

.codingFuture {
    position: relative;

    img {
        width: 100%;
    }

    h1,
    h2,
    a {
        position: absolute;
        left: 10%;
    }

    h1 {
        top: 45%;
    }

    h2 {
        top: 35%;
    }

    a {
        top: 65%;
        background-color: rgba(82, 157, 180, 0.75);
        left: 15%;
        height: 40px;
        font-size: calc(1rem + 1vw);
        padding-bottom: 5px;
    }
}

.video {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #323232;
    padding-bottom: 8vh;

    h3 {
        margin-top: 8vh;
    }

    p {
        width: 45%;
        padding-bottom: 5%;
    }

    .video-container {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;

        video {
            display: block;
            border-radius: 40px;
            max-width: 80%;
        }

        .knop {
            position: absolute;
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
            height: 65px;
            width: 65px;
            opacity: 0.5;
            border-radius: 50%;
            font-size: 2rem;
            border: none;
            outline: none;
        }

        img {
            position: absolute;
            transform: translate(-50%, -50%);
            top: 50%;
            left: 10%;
            width: 15vw;
            min-width: 160px;
            height: auto;
        }
    }
}

.about {
    position: relative;
    background-color: #323232;
    display: flex;

    a {
        background-color: rgba(201, 112, 204, 0.70);
    }

    .text {
        display: flex;
        align-items: center;
        flex-direction: column;
        height: 100%;
    }

    .ster {
        position: absolute;
        top: 4%;
        left: 2%;
        width: 50px;
    }
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5vh;
    padding-bottom: 5vh;
    gap: 10vw;

    h3 {
        font-size: calc(0.3rem + 2vw);
        max-width: 400px;
        margin-bottom: 20px;
    }

    p {
        line-height: 1.6;
    }

    .next {
        display: flex;
        flex-direction: row;
    }

    .icons {
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }

    .input {
        display: flex;
        flex-direction: column;
    }

    input {
        background-color: lightgrey;
        border: none;
        height: 40px;
        margin-top: 2%;
        font-size: 1em;
        padding-left: 20px;
    }

    a {
        background-color: #cd9126;
        width: calc(70px + 2vw) !important;
        height: calc(10px + 5vh) !important;
        cursor: pointer;
        font-size: calc(0.4rem + 1vw) !important;
    }
}

.ontdek {
    height: 100%;
    width: 100%;
    padding-top: 5vh;
    padding-left: 9vw;

    h3 {
        width: 50vw;
    }
}

.downloadButton {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh;

    .download {
        background-color: #cd9126;
        font-size: calc(0.6rem + 1.1vw) !important;
        text-align: center;
        width: 20vw;
    }
}

.gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    h3 {
        padding-bottom: 2vh;
    }

    .gallery-slide {
        max-width: 85vw;
        height: auto;
    }

    .swiper img {
        width: 100%;
        height: auto;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        content: "";
    }

    .swiper-button-prev img,
    .swiper-button-next img {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1024px) {
    p {
        max-width: 80%;
    }

    .navigation {
        flex-direction: column;
        gap: 30px;

        img {
            cursor: pointer;
        }
    }

    .flexbox {
        flex-direction: column;
        padding-top: 10vh;
        padding-bottom: 5vh;

        div {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        img {
            min-width: 350px;
            margin-top: 8%;
        }

        p {
            padding-left: 10vw;
        }
    }

    .codingFuture a {
        height: 30px;
        top: 58%;
        padding-top: 5px;
    }

    .video p {
        width: 80%;
    }

    .gridbox {
        grid-template-columns: 1fr;
        padding: 0;
        gap: 5%;
        margin-top: 5%;

        img {
            min-width: 350px;
        }
    }

    .margin {
        margin-bottom: 100px;
    }

    .textCenter {
        grid-area: 1 / 1 / 2 / 2;
        margin-top: 0;
        padding-top: 0;
        text-align: center;
    }

    .about {
        padding-top: 10vh;
        padding-bottom: 10vh;

        .aboutImg {
            display: none;
        }
    }

    .toekomst {
        padding-right: 80px;
    }

    .ontdek {
        padding-left: 13vw;
    }

    .downloadButton .download {
        width: 40vw;
    }

    footer {
        flex-direction: column;
        gap: 30px;

        .next {
            flex-direction: row;
        }

        .contact {
            width: 50vw;
        }
    }
}