
@import url('https://fonts.googleapis.com/css2?family=Bangers&display=swap');
@import url('https://use.typekit.net/wmj8oga.css');

body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    color: #0d0d0d;
    background: #ffffff;
}

/* -------------------------------------------------------
   HEADER
------------------------------------------------------- */
header {
    background: #4d5cb5;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
    color: white;
}

header img {
    height: 65px;
}

header nav ul {
    display: flex;
    gap: 40px;
    list-style: none;
}

header nav a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

/* -------------------------------------------------------
   HERO SECTION
------------------------------------------------------- */

#hero {
    background: #3bb3d8;
    position: relative;
    height: 300px;
    padding: 100px 10%;
    overflow: hidden;
}
#hero .hero_text{
    position: absolute;
    right: 30%;
}
#hero h1 {
    font-family: 'Bangers', cursive;
    font-size: 56px;
    line-height: 1.1;
    color: #0d0d0d;
    width: 450px;
}

#hero p {
    width: 420px;
}


#hero .button {
    background: #5560d6;
    padding: 12px 25px;
    border-radius: 20px;
    text-decoration: none;
    color: white;
    display: inline-block;
    margin-top: 20px;
}

/* Mouse mascotte */
.mouse {
    position: absolute;
    right: 60%;
    top: 50px;
    height: 500px;
}
/* Alien creature */
.creature {
    position: fixed;

    right: 0;
    top: 550px;
    height: 25%;
}

/* Blasts */
.blast_1 {
    position: absolute;
    right: 23%;
    top: 10%;
    height: 80px;
}

.blast_2 {
    position: absolute;
    right: 5%;
    top: 34%;
    height: 80px;
}

/* -------------------------------------------------------
   FAVORIETE KOEKJE
------------------------------------------------------- */
article {
    background-color: #3bb3d8;
    position: relative;
    padding: 120px 10%;
}

.arcade_img {
    width: 45%;
    border-radius: 40px;
}

#favo_koekje {
    background: white;
    padding: 40px;
    width: 350px;
    position: absolute;
    right: 10%;
    top: 180px;
    border-radius: 35px;
}

#favo_koekje h2 {
    font-family: 'Bangers';
    font-size: 38px;
}

/* Koekjes aan de zijkant */
.koekje_1, .koekje_2, .koekje_3 {
    position: absolute;
    width: 200px;
}

.koekje_1 {
    left: -30px;
    top: 0px;
}
.koekje_2 {
    right: 20%;
    top: 500px;
}
.koekje_3 {
    left: 30%;
    width: 50%;
}




/* -------------------------------------------------------
   WAAROM ONZE KOEKJES?
------------------------------------------------------- */

#onze_koekjes {
    background: #ffffff;
    padding: 120px 0;
    text-align: center;
}

#onze_koekjes h2 {
    font-family: 'Bangers';
    font-size: 42px;
}

#onze_koekjes ul {
    display: flex;
    justify-content: center;
    gap: 120px;
    margin-top: 60px;
    list-style: none;
}

#onze_koekjes li img {
    height: 70px;
    display: block;
    margin: 0 auto 20px auto;
}

/* -------------------------------------------------------
   EXTRA PLEZIER OP DE DOOS
------------------------------------------------------- */

#extra_plezier {
    background: #3bb3d8;
    padding: 140px 10%;
    display: flex;
    align-items: center;
    gap: 70px;
}
#extra_plezier section{
   position: absolute;
   right:20%;
    width: 30%;
}
#extra_plezier section p{
    color: white;
}
#extra_plezier h2 {
    font-family: 'Bangers';
    font-size: 40px;
}

.kleurplaat {
    width: 500px;
    border-radius: 20px;
}
.mousehead{
     position: absolute;
    width: 400px;
    right: 75%;
    top: 420px;
}

/* -------------------------------------------------------
   BAKERIJ SECTION
------------------------------------------------------- */

#bakerij {
    background: white;
    padding: 140px 10%;
    display: flex;
    gap: 60px;
    align-items: center;
}

#bakerij h2 {
    font-family: 'Bangers';
    font-size: 40px;
 

}


#bakerij img {
    width: 40%;
    border-radius: 25px;
}

/* -------------------------------------------------------
   SMAKEN
------------------------------------------------------- */

#smaken {
    padding: 180px 0;
    text-align: center;
}

#smaken h2 {
    font-family: 'Bangers';
    font-size: 40px;
    margin-bottom: 40px;
}

#smaken ul {
    display: flex;
    justify-content: center;
    gap: 80px;
    list-style: none;
}

#smaken img {
    width: 210px;
    border-radius: 16px;
}

/* -------------------------------------------------------
   FORM
------------------------------------------------------- */

#form {
    background: #f2d660;
    padding: 140px 10%;
    text-align: center;
}
#form p{
   padding-top: 20px;
    margin: auto;
    width: 250px;
}

#form h2 {
    font-family: 'Bangers';
    font-size: 42px;
}

#form form {
    margin-top: 40px;
}

#form input[type="text"],
#form input[type="email"] {
    padding: 12px;
    width: 260px;
    border-radius: 15px;
    border: 2px solid #333;
    margin: 10px 20px;
}
#form .checkbox 
{
display: block;
margin: auto;

}

#form button {
    margin: auto;
    margin-top: 20px;
    padding: 10px 25px;
    background: #4c5bcd;
    border: none;
    color: white;
    border-radius: 15px;
   
    
}


/* -------------------------------------------------------
   FOOTER
------------------------------------------------------- */

footer {
    background: #1d2846;
    color: white;
    padding: 60px 10%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

footer img {
    height: 70%;
    position: relative;
    bottom: 50%;
}

footer a {
    color: white;
    display: block;
    text-decoration: none;
    margin-top: 4px;
}


/* -------------------------------------------------------
   RESPONSIVE
------------------------------------------------------- */

@media (max-width: 1100px) {
    #onze_koekjes ul {
        flex-direction: column;
        gap: 40px;
    }

    #extra_plezier {
        flex-direction: column;
        text-align: center;
    }

    #bakerij {
        flex-direction: column;
    }

    #smaken ul {
        flex-direction: column;
    }

    .mouse {
        height: 300px;
        right: 5%;
    }
}

@media (max-width: 780px) {
    header {
        flex-direction: column;
        padding: 20px;
        height: auto;
    }

    #hero {
        height: auto;
        padding-bottom: 200px;
    }

    .mouse {
        position: static;
        display: block;
        margin: 30px auto;
    }

    #favo_koekje {
        position: static;
        width: 100%;
        margin-top: 40px;
    }

    .arcade_img {
        width: 100%;
    }

    .koekje_1, .koekje_2, .koekje_3 {
        display: none;
    }
}

