title {
    margin-right: 3px;
    color:white
}

.scroll-space {
  height: 800px; /* Pas aan hoeveel scrollruimte je wilt */
}

.icon {
img: url(images/favicon-32x32.png);
  float: right;
  margin-top: 1px;
  margin-right: px;
  padding: 16px;
  scale: 1;
}
label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
}

ul {
      display: flex;
      justify-content: center; /* centers items horizontally */
      list-style: none;
      margin: 0;
      padding: 0;
      border-radius: 20px;
      overflow: hidden;
      background-color: rgb(73, 73, 73);
      position: fixed;
      top: 17px;
      width: 100%;
      z-index: 1000;
      opacity: 0;
  transform: translateY(-20px);
  animation: navbarFadeIn 0.8s ease-out forwards;
}

/* Animatie keyframes */
@keyframes navbarFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


    li {
      float: left;
    }

    li a {
      display: block;
      color: rgb(255, 255, 255);
      padding: 14px 20px;
      text-decoration: none;
    }

    li a:hover {
      background-color: transparent;
    }

    /* Startstijl voor de iconen (begin onzichtbaar en iets naar beneden) */
li {
  opacity: 0;
  transform: translateY(20px);
  animation: navFadeIn 0.8s ease-out forwards;
}

/* Verspreid de animatie per item (optioneel) */
li:nth-child(1) { animation-delay: 0.1s; }
li:nth-child(2) { animation-delay: 0.2s; }
li:nth-child(3) { animation-delay: 0.3s; }
li:nth-child(4) { animation-delay: 0.4s; }

/* De animatie zelf */
@keyframes navFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



    body {
      margin: 0;
      padding-top: 50px; /* adjust depending on navbar height */
      font-family: sans-serif;
      background-color: #ffffff;
    }

    p {
      padding: 20px;
    }

body {
    text-align: left; 
    background-image: url(images/black\ light.jpg); 
    background-color: #ffffff;
    max-width: 1920px;
    max-height: 1080px;
    width: auto;
    height: auto;
    }

p { 
    
    color:rgb(255, 255, 255);
    }
    h1 {
        color:white;
    }
#para1 { 
    color : white
}

ul li a img {
  transition: all 0.3s ease;
}

ul li a img:hover {
  filter: drop-shadow(0 0 5px white) brightness(2.6);
  transform: scale(1.1);
}

.text-card {
  max-width: 800px;
  margin: 100px 0 0 50px;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  backdrop-filter: blur(5px);
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 3s ease-out forwards;
  text-align: left;
}

.text-card:hover {
  box-shadow: 0 0 20px 5px rgba(221, 216, 216, 2.3);
  transform: translateY(-7px);
  transition: all 0.3s ease;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hobby-card {
  max-height: 650px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 12px 16px;
  color: white;
  box-shadow: 0 0 10px rgba(255, 255, 255, 1.2);
  backdrop-filter: blur(10px);
  animation: fadeInUp 1s ease-out;
  max-width: 625px;
  margin: 30px 100px; /* boven, auto (horizontaal centreren), onder */
  text-align: left;
  font-size: 16px;
}

.hobby-card:hover {
  box-shadow: 0 0 20px 5px rgba(221, 216, 216, 2.3);
  transform: translateY(-5px);
  transition: all 0.3s ease;
}




/* Animatie van onder naar boven */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.text-card h1, .text-card p {
  margin-bottom: 16px;
  line-height: 1.6;
}
.spotify-section {
  margin: 100px 5px;
  color: white;
}

.spotify-section h2 {
  font-size: 28px;
  margin-bottom: 30px;
  text-align: left;
}

.playlist-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.playlist-card {
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  transition: transform 3.0s ease, box-shadow 0.3s ease;
  width: 300px;
}

.main-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding: 100px 50px;
  flex-wrap: wrap;
}

.spotify-section {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
  color: white;
}

.spotify-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.playlist-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.playlist-card {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  border-radius: 9px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.playlist-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(255, 255, 255, 2.3);
}


/*dit is voor pop up email */


.popup-overlay {
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.popup-box {
  background-color: #222;
  color: rgb(209, 209, 209);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 1.3);
  text-align: center;
  max-width: 400px;
  width: 80%;
  animation: fadeIn 1.0s ease-out;
}

.popup-button,
.close-btn {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #fdfdfd;
  border: none;
  border-radius: 8px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
}

.popup-button:hover,
.close-btn:hover {
  background-color: #202020;
}

/* Fade-in animatie */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

.video-container {
  width: 500px;               /* vaste breedte voor PC */
  height: 284px;              /* hoogte in 16:9 verhouding */
  margin: 20px;          /* centreren horizontaal + ruimte boven/onder */
  background: #ffffff;           /* zwart vlak voordat de video laadt */
  border-radius: 12px;        /* afgeronde hoeken */
  box-shadow: 0 4px 22px rgba(255, 255, 255, 1.2); /* subtiele schaduw */
  overflow: hidden;           
}

.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;               /* verwijdert iframe rand */
}

/* wereldklok */

:root {
  --bg: #000000;
  --panel: #ffffff;
  --text: #ffffff;
  --muted: #ffffff;
  --accent: #ffffff;
  --ring: rgba(122, 162, 247, 0.35);
  --shadow: 0 6px 24px rgba(0, 0, 0, 1.5);
  --radius: 16px;
}

* { box-sizing: border-box; }
html, body { height: 100%; margin: 0; }
body {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans";
  background: url("images/black light.jpg") no-repeat center fixed;
  background-size: cover;
  color: var(--text);
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 32px 20px 48px;
}

.title { font-size: clamp(20px, 2vw + 12px, 28px); font-weight: 700; margin: 0 0 16px; }
.subtitle { margin: 0 0 28px; color: var(--muted); font-size: 14px; text-align: center; }

.clock-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 900px) { .clock-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .clock-grid { grid-template-columns: 1fr; } }

.clock-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 200px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius);
  padding: 22px 20px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  outline: none;
}
.clock-card::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: 0 0 0 0 var(--ring);
  transition: box-shadow .3s ease;
}
.clock-card:hover { transform: translateY(-2px); }
.clock-card:focus-visible::after, .clock-card:hover::after { box-shadow: 0 0 0 6px var(--ring); }

.city { font-weight: 700; margin-bottom: 12px; font-size: 16px; color: var(--text); }
.tz-label { color: var(--muted); font-size: 12px; margin-top: -4px; }
.time { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; font-size: clamp(32px, 5vw, 48px); line-height: 1; letter-spacing: 1px; margin: 0 0 8px; }
.date { color: var(--muted); font-size: 14px; letter-spacing: .2px; margin: 0; }
