@font-face {
    font-family: 'Morguns';
    src: url('../fonts/Morguns-Condensed.ttf');
}

html{
    scroll-behavior: smooth;
}

*{
    margin: 0;
    padding: 0;
    font-family: Morguns;
}

body{
    display: flex;
    flex-direction: column;
    background-color: black;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

/* THUIS CONTAINER */


.thuis-container{
    border: 1px solid;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 10px;
}

.thuis-container > div{
    border: 1px solid;
}

.logo{
    grid-column: 3 span;
    padding: 20px;
    padding-left: 40px;
}

.menubalk{
    grid-column: 6 span;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.menubalk span{
    vertical-align: middle;
    line-height: 1;
    margin: 5px;
    color: white;
}

.menubalk a{
    text-decoration: none;
    font-size: 36px;
    color: white;
}

.menubalk a:hover, .menubalk span:hover{
    color: #ADFF00;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropbtn:hover, .dropbtn:hover span, .dropdown-content {
    color: #ADFF00;
}

.dropdown .dropbtn {
    cursor: pointer;
    font-size: 36px;  
    border: none;
    outline: none;
    background-color: inherit;
    display: flex;
    align-items: center;
    color: white;
}

.dropbtn:hover, .dropbtn:hover span{
    color: #ADFF00;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: black;
    min-width: 150px;
    z-index: 10;
 
}

.dropdown-content a {
    float: none;
    color: white;
    padding: 10px 3px;
    margin: 0;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 24px;
}

.dropdown-content a:hover {
    color: #ADFF00;
}

.show {
    display: block;
}

.foto{
    grid-column:  1 / span 12;
    display: flex;
    justify-content: center;  
    align-items: flex-end;
}

.foto img{
    display: block;
    height: auto;
}

.clip-mask{
    position: absolute;
    z-index: -1;
    display: block;
    height: auto;
    transform: translateX(-30px);
}

.hoofd-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tekst-container{
    display: grid;
    justify-content: center;
    align-content: center;
    margin: auto;
    z-index: 1;
    position: absolute;
    color: white;
}

.hoofd-container > div{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.intro-tekst{
    font-size: 64px;
}

.naam{
    font-size: 400px;
     -webkit-text-stroke-width: 5px;
     -webkit-text-stroke-color: white;
     color: transparent;
}

.achternaam-leeftijd {
    display: flex;
    align-items: center;
    font-size: 36px;
    transform: translateY(-40px);
}

.achternaam, .leeftijd {
    padding: 0 10px;
    color: white;
}

.lijn {
    flex-grow: 1;
    height: 1px;
    background-color:white;
    margin: 0 10px;
}

/* ONDER BROKEN LIJN */


.onderbroken-lijn{
    width: 100%;
    display: flex;
    min-height: 1px;
    flex-grow: 1;
    border-top: 3px dashed #4FCD5A;
}

/* OVER MIJ */


.overmij-container{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    color: white;
    height: 100vh;
}

.overmij-container > div{
    display: grid;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: center;
    height: auto;
}

.vlinder{
    grid-column: span 5;
}

.voorstellen {
    grid-column: 6 / span 6; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    margin-top: 60px; 
    margin-left: 70px;
}

.box-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; 
    margin-top: 20px; /
}

.voorstel-titel{
    font-size: 70px;
    margin-bottom: 20px;
}
.voorstel-tekst{
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 25px;
}

.box{
    width: 350px;
    height: 350px;
    background-color: black;
    border: 5px solid #ADFF00;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.box:hover{
    background-color: #ADFF00;
}

.box-titel{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 29px;
    opacity: 1; 
    transition: opacity 0.2s ease;
}

.box-tekst{
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: 0; 
    color: black;
    font-size: 25px;
}

.box:hover .box-titel{
    opacity: 0;
}

.box:hover .box-tekst{
    opacity: 1;
}

.diploma{
    top: 40px;
    left: 20px;
}

.vaardigheden{
    top: 60px;
    left: 100px;
}
.interesses{
   top: 40px;
   left: 40px;
}

.box-tekst.vaardigheden h1,
.box-tekst.interesses h1 {
    font-size: 50px;
    margin-left: 0px; /* Aanpassen naar de gewenste waarde om naar links te schuiven */
}





/* ONDERBROKEN LIJN TWEEDE PAGINA */


.onderbroken-lijn.tweede-pagina{
    margin-top: 280px;
    margin-bottom: 50px;
}

/* SCROLL TEKST */


.scroll-tekst {
    font-size: 40px;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    position: relative;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    height: 50px;
    align-items: center;
}

.scroll-tekst > div {
    display: flex;
    gap: 40px;
    animation: scroll 25s linear infinite;
}

span {
    color: #ADFF00;
    margin-right: 20px;
}

.wit{
    color: aliceblue;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* PERSOONLIJKE PROJECT */


.persoonlijk-project {
  padding: 10px;
  margin: 10px;
  font-family: Morguns;
  margin-top: -100px;
  margin-left: 30px;
}

.project-kolommen {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  margin-top: 200px;
}

.kolom-1 p{
    display: inline-block;
    margin-left: 80px;
}
.kolom-1 {
  flex: 1;
}

.kolom-2 {
  flex: 0 0 40%;
}

.project-nummer {
  font-size: 300px;
  -webkit-text-stroke: #ADFF00;
  -webkit-text-stroke-width: 2px;
  color: transparent;
}

.naam-project {
  font-size: 150px;
  margin-top: -155px;
  margin-left: 80px;
  color: white;
}

.project-reflectie {
  text-align: right;
  font-size: 150px;
  margin-top: 110px;
  margin-right: 20px;
  color: white;
}

.persoonlijk-project a {
  color: #ADFF00;
  display: inline-block;
}



.project-afbeeldingen{
    display: flex;
    justify-content: center;
}

.details-afbeeldingen{
    display: flex;
    gap: 10px;
    justify-content: center;
}

.details-afbeeldingen img{
    width: 200px;
    margin-top: 50px;
}
/* PROJECT CLAUDY */


.project-container{
    color: white;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    transform: translateY(40px);
    height: 85vh;
}

.kolom-links, .kolom-rechts{
    height: 55vh;
}

.kolom-links{
    grid-column: span 6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.kolom-rechts{
    grid-column: span 6;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.project{
    font-size: 250px;
    color: #ADFF00;   
}

.project-naam{
    font-size: 250px;
    position: absolute;
    transform: translateY(140px) translateX(130px);
    -webkit-text-stroke: white;
    -webkit-text-stroke-width: 2px;
    color: transparent;
}

.slideshow-container {
    position: relative;
    max-width: 100%;
    margin: auto;
    text-align: center; 
    overflow: hidden; 
    margin-top: -100px;
}

.slideshow-inhoud {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
}

.slides {
    display: none; 
    text-align: center;
    position: relative; 
}

.slides img {
    max-width: 100%; 
    height: auto; 
    display: block; 
    margin: auto; 
}

.slides:nth-child(3) img {
    position: relative; 
    top: 40px;
    right: 13%; 
}

.dot-container {
    text-align: center; 
    position: absolute; 
    bottom: 10px; 
    width: 100%;
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0 5px; 
    border: 1px solid #ADFF00;
    border-radius: 50%; 
    display: inline-block; 
    transition: background-color 0.6s ease; 
}

.active {
    background-color: #ADFF00; 
}

.fade {
    animation-name: fade; 
    animation-duration: 1.5s; 
}

@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1} 
}



.raster-container{
    position: relative;
    width: fit-content;
}

.raster{
    display: block;
}

.afbeelding-1, .afbeelding-2, .video{
    position: absolute;
}

.afbeelding-1{
    top: 30px;
    left: 10px;
}

.afbeelding-2{
    top: 265px;
    left: 10px;
}

.video{
    top: 30px;
    right: 10px;
}















/* VERSLAG CONTAINER */


.verslag-container{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 90px auto;
}

.verslag-container > div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}

.verslag-titel{
    color: transparent;
    font-size: 100px;
    -webkit-text-stroke-width: 2px ;
    -webkit-text-stroke-color: white;
    margin-right: 30px;
    position: relative;
    padding-left: 20px;
    text-align: center;
}

.verslag-tekst{
    color: white;
    font-size: 30px;
    flex: 1;
}

.verslag-tekst a{
    color: #ADFF00;
}

.verslag-titel.rechts{
    order: 1;
    margin-left: 30px;
    margin-right: 20px;
}

.verslag-titel:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%; 
    transform: translateY(-60%);
    width: 10px; 
    height: 90%; 
    background-color: #ADFF00; 
    text-align: center;
}


@media (max-width: 900px){
    .thuis-container{
        grid-template-columns: 1fr;
        
    }
    .menubalk, .menubalk a{
        display: flex;
        align-items: center;
        padding: 10px 2px;
    }

    .menubalk span{
        line-height: 1;
        vertical-align: middle;
        margin: 5px;
    }

    .logo{
        padding: 10px;
        display: flex;
        justify-content: center;
    }

    .naam{
        font-size: 250px;
        -webkit-text-stroke-width: 2px;
   }

   .overmij-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 20px;
        margin-top: 450px;
    }
    
    .voorstellen {
        grid-column: span 12; 
        margin-top: 20px;
        margin-left: 0; 
    }

    .box {
        width: 100%; 
        max-width: 350px; 
        margin: 0 auto 20px;
    }

    .onderbroken-lijn.tweede-pagina{
        margin-top: 400px;
    }
    .project-container{
        grid-template-columns: repeat(1, 1fr);
   }

    .kolom-links, .kolom-rechts{
        height: auto;
   }

    .project, .project-naam{
        font-size: 200px;
  }

    .project-naam{
        transform: translateY(110px) translateX(-8px);
  }

    .project-doel{
        font-size: 20px;
        height: 20vh;
  }

  .verslag-container > div{
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
  }
  
  .verslag-titel{
        margin-right: 0;
        margin-bottom: 10px;
  }

  .verslag-titel.rechts{
        text-align: left;
        order: -1;
  }

  .verslag-tekst{
        font-size: 24px;
  }
   
}



/* EASTER EGG */


.checkbutton-foto {
    position: relative;
    width: 400px;
    height: 400px; /* Zorg ervoor dat de afmetingen goed zijn afgestemd op je behoeften */
}

.checkvierkant {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    display: none; /* Verberg het checkvierkant in het begin */
    background-color: #ffec34; /* Vervang wit met de gewenste achtergrondkleur */
   
    text-align: center;
}

.checkvierkant img {
    margin-top: 50px; /* Pas aan om de positie van het checkicoon in het vierkant aan te passen */
}

.check-icoon{
    display: flex;
    align-items: center;
    justify-content: center;
}


.auto-container {
    position: relative;
    display: inline-block;
    margin-bottom: 20px; 
}

#auto1, #auto2, #auto3 {
    display: block;
    width: 400px;
}

.koplamp {
    width: 30px;
    height: 30px;
    background-color: transparent;
    position: absolute;
    border-radius: 50%;
}

.auto1-links {
    top: 45%; 
    left: 15%; 
}

.auto1-rechts {
    top: 45%; 
    right: 15%;
}

.auto2-links {
    top: 37%; 
    left: 35%; 
}

.auto2-rechts {
    top: 37%; 
    right: 19%;
}

.auto3-links {
    top: 46%; 
    left: 21%;
}

.auto3-rechts {
    top: 46%; 
    right: 21%; 
}

.nachtmodus-button {
    position: absolute;
    top: -60px; 
    left: 60%;
    transform: translateX(-50%);
    z-index: 1;
}

.toggle {
    display: none; 
}

.toggle-label {
    display: inline-block;
    width: 60px;
    height: 34px;
    background-color: #ccc;
    border-radius: 34px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.2s;
}

.toggle-label::before {
    content: '';
    width: 26px;
    height: 26px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: transform 0.2s;
}

.toggle:checked + .toggle-label {
    background-color: #333;
}

.toggle:checked + .toggle-label::before {
    transform: translateX(25px);
}

.night-mode .koplamp {
    background-color: #fff;
    box-shadow: 0 0 10px 5px yellow;
    filter: blur(4px);
}






/* LEERUITKKOMSTEN  */


.leeruitkomsten-container {
    height: 100vh;
}

.leeruitkomsten-container > div {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-top: 40px;
}

h1,
p,
.leeruitkomst-titel {
    display: flex;
    align-items: center;
    margin-left: 40px;
}

h1 {
    font-size: 60px;
}

.leeruitkomst {
    color: #adff00;
}

.lu-titel {
    -webkit-text-stroke: white;
    -webkit-text-stroke-width: 0.2px;
    color: transparent;
}

p {
    font-size: 25px;
    color: white;
   
}

.leeruitkomst-titel {
    width: 1200px;
    height: 150px;
    margin: auto;
    border: 3px dashed #4FCD5A;
}

.reflectie-bewijs-container {
    width: 1200px;
    margin: auto;
}

.lu-reflectie,
.bewijsstukken {
    height: 500px;
    width: 600px;
    border: 3px dashed #4FCD5A;
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    padding-top: 20px; 
}

.lu-reflectie .reflectie-tekst,
.bewijsstukken .links {
    font-size: 25px; 
    color: white;
    padding-left: 20px; 
    align-self: flex-start; 
    padding-top: 30px;
}

.lu-reflectie .reflectie-tekst {
    flex: 1;
    text-align: left;
}


.bewijsstukken .links {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.links a {
    color: white;
    margin-bottom: 5px;
}

.links a:hover{
    color: #ADFF00;
}

.links a:hover {
    text-decoration: underline;
}

.reflectie-bewijs-container > div {
    color: #adff00;
    font-size: 80px;
    top: -30px;
    text-align: center; 
}

.kolommen{
    display: flex;
    gap: 60px;
}

