
h2{
font-family: "lores-12", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 2.5rem;
}

a{
    font-family: "lores-12", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;  
    text-decoration: none;
    color: black;
}

p, ol,em,button{
font-family: "urbana", sans-serif;
font-weight: 300;
font-style: normal;
font-size: 1.5rem;
}
h3{
    font-family: "urbana", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 1.5rem;
}

.desktop{
    margin: 0 auto;
}

nav ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    transition: 0.3ms;
}

.mobile{
    display: none;
    margin-top: 20px;
    margin-left: 20px;
}

.mobile img{
    max-width: 10%;
}
nav ul li{
    image-rendering: pixelated;
    list-style: none;
    scale: 1;
    transition: 300ms;
    display: block;
}

.Banner{
    position: relative;
    margin: 0 auto;
    margin-bottom: 80px;
    max-width: 1200px;
}

.Banner em{
    display: block;
    max-width: 30%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;

}

.spaceinvader1{
    image-rendering: pixelated;
    position: absolute;
    top: 40%;
    left: 10px;
    rotate: 10deg;
    z-index: 1;
    width: 15%;
    animation: idleMovement 4s infinite alternate steps(3);;
}

.spaceinvader2{
    image-rendering: pixelated;
    position: absolute;
    bottom: 180px;
    right: 30px;
    width: 15%;
    animation: idleMovement 4s infinite alternate steps(3);;
}


.Green_robot{
    image-rendering: pixelated;
    position: absolute;
    bottom: -70px;
    right: 50px;
    rotate: 10deg;
    z-index: 1;
    width: 12%;

}

.bolt1{
    image-rendering: pixelated;
    position: absolute;
    top: 10px;
    left: 30px;
    width: 15%;
    rotate: -15deg;
    animation: rotatingTick 2s infinite steps(1); /* Ticking effect with 10 steps */
}

.bolt2{
    image-rendering: pixelated;
    position: absolute;
    top: -80px;
    right: 30px;
    width: 15%;
    rotate: 15deg;
    animation: rotatingTick 2s infinite steps(1); /* Ticking effect with 10 steps */
}

.Bannerlogo{
    display: block;
    max-width: 50%;
    margin: 0 auto;
    margin-top: 60px;
}

.fade_top{
    image-rendering: pixelated;
    height: 150px;
    background-image: url("../assets/Fade.png");
    background-repeat: repeat-x;
    background-size: 400px;
    background-position-y: -249px;

}
.fade_bottom{
    image-rendering: pixelated;
    height: 150px;
    background-image: url("../assets/Fade.png");
    background-repeat: repeat-x;
    background-size: 400px;
    background-position-y: -249px;
    transform: rotate(180deg);
}

.toekomstcode_background{
    background-color: black;
    padding: 20px;
    margin: 0 auto;
    
}

.toekomstcode_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
    margin-top: 50px;
}

.toekomstcode_tekst{
    max-width: 60%;
}

.toekomstcode_tekst p{
    margin-top: 20px;
    margin: 0 auto;
}

.toekomstcode_tekst em{
    display: block;
    margin-top: 20px;
}

.toekomstcode{
 color: white;
 font-family: lores;
 margin: 0 auto;
}

.codebelangrijk{
    margin: 0 auto;
    margin-top: 120px;
}

.codebelangrijk_flex img{
    height: 80%;
}

.codebelangrijk h2{
    width: fit-content;
    margin: 0 auto;
}

.codebelangrijk_flex{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.codebelangrijk_tekst{
    margin-top: 1%;
    max-width: 500px;
}

ol{
    margin-top: 20px;
    list-style:decimal
}

ol li{
    margin-top: 20px;
    margin-bottom: 20px;
}


@keyframes idleMovement {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(30px);
    }
}

@keyframes rotatingTick {
    0%, 100% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(15deg);
    }
}

video{
    max-width: 1200px;
}

.video  {
    margin: 0 auto;
    position: relative;
}

.controls button{
background: none;
border: black 2px solid;
border-radius: 10px;
color: black;
max-width: 20%;
}

.progressbar{
    height: 40px;
    background-color: black;
    border-radius: 10px;
    margin-top: 40px;
}

.controls{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-content: center;
    width: 90%;
    opacity: 0;
    transition: 100ms;
}

.progress-container{
    width: 50%;
    height: 20px;
    border-radius: 10px;
}

.video:hover .controls{
opacity: 1;
}

.video-section {
    margin: 0 auto;
    max-width: 1200px;
    margin-top: 100px;
}
.video-section p{
    max-width: 50%;
}

.video_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.video_flex img{
    image-rendering: pixelated;
    max-width: 15%;
}

.workshop-section{
    margin: 0 auto;
    margin-top: 200px;
    max-width: 1200px;
    margin-bottom: 200px;
}

.workshop_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1000px;
}

.workshop_tekst p{
    margin-top: 20px;
    max-width: 500px;
    margin-bottom: 130px;

}


.button{
    display: block;
    background-size: fit-content;
    overflow: visible;
    height: 100px;
    width: 400px;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 25px;
    margin: 0 auto;
    transition: 200ms;
}

.Orange{
    background-image: url("../assets/Button_orange.png");
}
.Green{
    background-image: url("../assets/Button_green.png");
}
.Blue{
    background-image: url("../assets/Button_blue.png");
}


.button:hover{
    scale: 1.1;
}

footer{
    text-align: center;
    background-color: black;
    padding-bottom: 20px;
}

.footer_flex{
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    justify-content: space-between;
}

.footer_flex img{
    width: 30%;
}


.footer_flex ul{
    width: 50% !important;
    display: flex;
    justify-content: space-between;
}

.footer_flex ul li a{
    color: white;
}


.letscode{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.letscode p{
    margin-top: 50px;
}

.workshops_flex{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    margin-top: 200px;
    margin-bottom: 100px;

}

.workshops_flex h2, .workshops_flex h3, .workshops_flex img{
    margin-top: 10px;
}

.gallerij{
    text-align: center;
    margin-top: 200px;
    margin-bottom: 100px;
}


.wrapper { 
    width: 80%; 
    position: relative; 
    margin: 0 auto;
    margin-top: 20px;
  
} 
  
.wrapper i { 
    height: 50px; 
    width: 50px; 
    background: rgb(118, 233, 118); 
    text-align: center; 
    line-height: 50px; 
    border-radius: 50%; 
    cursor: pointer; 
    position: absolute; 
    top: 50%; 
    font-size: 1.25 rem; 
    transform: translateY(-50%); 
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23); 
    z-index: 100;
  
} 
  
.wrapper i:first-child { 
    left: -22px; 
  
} 
  
.wrapper i:last-child { 
    right: -22px; 
  
} 
  
.wrapper .carousel { 
    display: grid; 
    grid-auto-flow: column; 
    grid-auto-columns: calc((100% / 3) - 12px); 
    gap: 16px; 
    overflow-x: auto; 
    scroll-snap-type: x mandatory; 
    scroll-behavior: smooth; 
    scrollbar-width: 0; 
    margin: 0 auto;
} 
  
.carousel::-webkit-scrollbar { 
    display: none; 
    margin: 0 auto;
} 
  
.carousel :where(.card, .img) { 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin: 0 auto;
} 
  
.carousel.dragging { 
    scroll-snap-type: none; 
    scroll-behavior: auto; 
} 
  
.carousel.no-transition { 
    scroll-behavior: auto; 
} 
  
.carousel.dragging .card { 
    cursor: grab; 
    user-select: none; 
} 
  
.carousel .card { 
    scroll-snap-align: start; 
    height: 340px; 
    list-style: none; 
    background: #fff; 
    border-radius: 8px; 
    display: flex; 
    cursor: pointer; 
    width: 98%; 
    padding-bottom: 15px; 
    align-items: center; 
    justify-content: center; 
    flex-direction: column; 
} 
  
.card .img { 
    background: green; 
    width: 145px; 
    height: 145px; 
    border-radius: 50%; 
  
} 
  
.card .img img { 
    width: 140px; 
    height: 140px; 
    object-fit: cover; 
    border-radius: 50%; 
    border: 4px solid #fff; 
} 
  
.card h2 { 
    font-weight: 500; 
    font-size: 1.56rem; 
    margin: 30px 0 5px; 
} 
  
.card span { 
    color: #6a6d78; 
    font-size: 1.31rem; 
  
} 
  
@media screen and (max-width: 900px) { 
    .wrapper .carousel { 
        grid-auto-columns: calc((100% / 2) - 9px); 
  
    } 
} 
  
@media screen and (max-width: 600px) { 
    .wrapper .carousel { 
        grid-auto-columns: 100%; 
  
    } 
}

a h2{
    text-decoration: underline;
    font-size: 2rem;
}

button{
    scale: 0.6;
    font-size: 50px;
    background: none;
    border: none;
    margin-left: -50px !important;
}

button:hover{
    scale:0.6 !important; 
}

button p{
    font-size: 40px;
    margin-bottom: 30px;
}

.spaceinvader3{
        image-rendering: pixelated;
        position: absolute;
        top: 100px;
        left: -150px;
        rotate: 10deg;
        z-index: 1;
        width: 12%;
        animation: idleMovement 4s infinite alternate steps(3);;
}

.spaceinvader4{
    image-rendering: pixelated;
    position: absolute;
    right: 0%;
    bottom: -150px;
    rotate: 10deg;
    z-index: 1;
    width: 12%;
    animation: idleMovement 4s infinite alternate steps(3);
}

.bolt3{
    image-rendering: pixelated;
    position: absolute;
    top: -80px;
    left: calc(100% - 20%);
    width: 15%;
    rotate: -15deg;
    animation: rotatingTick 2s infinite steps(1); /* Ticking effect with 10 steps */
}

.contact_section{
    width: 1200px;
    margin: 0 auto;
    margin-top: 10%;
    margin-bottom: 10%;
    display: flex;
    justify-content: space-between;
}

.contact_tekst{
    width: 400px;
}

.contact_tekst p{
    margin-top: 30px;
}

.contact_tekst h2{
    text-align: center;
    margin-bottom: 30px;
}


@media screen and (max-width: 1200px) {
    .Banner, .toekomstcode_flex, .codebelangrijk_flex, .video, video, body, .workshop-section, .video-section, .controls, .letscode, .workshops_flex, .contact_section{
        width: 100%;
    }

    .toekomstcode_flex, .codebelangrijk_flex, .video-section, .letscode, .contact_tekst, .workshop_tekst, .workshop-section img{
        width: 80%;
        margin-left: 40px;
    }

    
    .map{
        scale: 80%;
    }

    body{
        overflow-x: hidden;
    }
   .desktop, .video_flex img, .controls{
        display: none;
    }

    .progress-container{
        width: 20%;
    }

    html{
        font-size: 10px;
    }
    .toekomstcode_flex, .codebelangrijk_flex, .footer_flex, .workshop_flex, .workshops_flex,.contact_section{
        flex-wrap: wrap;
    }

    .toekomstcode_flex img, .codebelangrijk_flex img{
        max-width: 60%;
        margin-bottom: 30px;
    }   

    .workshops_flex{
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    }

    .mobile{
        display: block;
    }

    .button{
        scale: 0.7;
    }

    a h2{
        font-size: 3rem;
    }    
    main{
        margin-top: 80px;
    }

    .footer_flex img{
        width: 80%;
        margin: 0 auto;
    }

    .footer_flex{
        margin: 0 auto;
        text-align: center;
    }

    .footer_flex ul{
        width: 80% !important;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }
}