.tussenskills {
  margin-top: 0;
}

.navContainer {
  color: aqua;
  height: 5rem;
  display: inline-block;
  text-align: right;
}

#zijbar {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #0000003a;
  height: 5rem;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}

.img-thumbnail {
  opacity: 30%;
}

.landingspage {
  position: relative;
  top: 5rem;
  left: 0;
  right: 0;
  height: 100vh;
  background-image: url('../img/pluh2.png');
  background-size: cover;
  background-position: center;
}

.landingspage .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.4;
}

.textOverlay{position:absolute;inset:0}

.text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.text h5 {
  color: #fff;
  font-size: 4rem;
  font-weight: lighter;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  margin: 0;

}

.text h6 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: lighter;
  margin: 0;
  text-transform: uppercase;
  font-style: italic;
  text-align: right;
  margin-top: -0.5rem;
  margin-right: -2rem;
}

#Foto_zelf {
  width: 65%;
  height: 70%;
  margin-top: 10rem;
  display: inline-block;
}

.about_text {
  margin-top: 15rem;
  font-size: 2rem;
}


#gedreven {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

#gedreven:hover {
  transition: 0.5s;
  opacity: 0.5;
}

#muziek {
  color: #000;
  text-decoration: none;
}

#fl,#python,#css_,#html_{max-width:6rem}

html {
  scroll-behavior: smooth;
}

.html_img, .html_img2, .card-skills, .Projecten_card {
  text-align: center;
  background-color: #ffffff00 !important;
}

.card-header {
  text-align: center;
}

.Projecten_card {
  border: 0px !important;
  display: inline-block !important;
  max-width: 23% !important;
  margin-right: 1% !important;
}

.spinner_1 {
  text-align: center;
}

.modal_list {
  list-style-type: square;
}

.card_modal {
  display: inline-block !important;
  margin-left: 0%;
  padding: 0%;
}

.img_modal {
  height: 20rem;
  width: 100% !important;
}


.carousel_img {
  height: 500px;
  max-height: 100%;
  max-width: 80%;
  opacity: 0.7;
  margin: 0 auto;
}

footer {
  background-color: antiquewhite;
  padding-bottom: 50px;
}

#Contact {
  font-size: xx-large;
  text-align: center;
}

#Contact2 {
  font-size: large;
  text-align: center;
}

.caption_tekst {
  color: rgb(255, 255, 255) !important;
  font-size: large !important;

}

.detail_faq {
  background-color: #e9e9e927;
}

.summary_faq {
  background-color: #ffffff00;
  border-style: solid;
  border-width: 1px;
}

body {
  margin: 0;
  padding: 0;
  background: linear-gradient(120deg,
      #292170,
      #4d46a0,
      #52528d,
      #9312cf);
  background-size: 400% 400%;
  animation: gradientMove 18s ease infinite;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

body::before {
  content: "";
  position: fixed;
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
  background: radial-gradient(circle at 30% 40%, rgba(166, 54, 192, 0.3), transparent 40%),
    radial-gradient(circle at 70% 60%, rgba(0, 255, 255, 0.15), transparent 40%);
  z-index: -1;
  animation: floatGlow 25s linear infinite;
}

@keyframes floatGlow {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(1.1);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

.tussentitel:hover {
  transform: rotate(0.1deg);
  opacity: 0.89;
  transition: 0.2s;
}


#Foto_zelf:hover {
  transform: rotate(360deg);
  scale: 0;
  opacity: 0;
  transition: 30s ;
}

.offcanvas {
  overflow: hidden;
  background-color: transparent;
  background: linear-gradient(to left, #e606069c, rgba(145, 1, 255, 0.514));
}

.offcanvas:after {
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
  top: -2rem;
  right: 0;
  bottom: -2rem;
  left: 0;
  background-image: linear-gradient(to left, #ffffff5d, rgba(145, 1, 255, 0.539));
  animation: rotate-gradient linear 60s infinite;
}


@keyframes rotate-gradient {
  to {
    transform: rotate(360deg)
  }
}

.snelNaarTekst {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.5em
}

/* danku W3 schools */
.snelNaarTekst:hover {
  transition: 0.5s ease-in-out;
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }

  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}

.carousel-control-prev,
.carousel-control-next {
  background-color: #000;
}

body::-webkit-scrollbar {
  display: none;
}

.offcanvas-body::-webkit-scrollbar {
  display: none;
}

.particles {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.particles span {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  animation: floatParticle 18s linear infinite;
}

@keyframes floatParticle {
  0% {
    transform: translateY(100vh) scale(0.5);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    transform: translateY(-10vh) scale(1.2);
    opacity: 0;
  }
}


#MusicPlayer button {
  margin: 0 0.5rem;
  font-weight: bold;
}

.music-player {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  z-index: 9999;
  font-family: 'Arial', sans-serif;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s ease;
  opacity: 1;
}

.music-player.hidden {
  opacity: 0.2;
}

.music-player audio {
  width: 100%;
}

.music-player .music-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
}

.music-player button {
  font-size: 0.8rem;
  padding: 0.2rem 0.5rem;
}


#scrollHint{
position:fixed;
bottom:1rem;
left:50%;
transform:translateX(-50%);
color:#fff;
font:1rem Arial,sans-serif;
text-align:center;
z-index:1050;
pointer-events:none;
transition:opacity .5s
}

#scrollHint .arrow {
  font-size: 2rem;
  display: block;
  margin-top: 0.2rem;
  animation: bounce 1s infinite alternate;
}

@keyframes bounce {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-6px);
  }
}

#scrollHint.hidden,#musicHint.hidden{opacity:0}

#musicHint {
  position: fixed;
  bottom: 9rem;
  right: 6rem;
  color: #fff;
  font-size: 0.9rem;
  font-family: 'Arial', sans-serif;
  text-align: center;
  z-index: 1035;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

#musicHint .arrow {
  font-size: 1.2rem;
  display: block;
  margin-top: 0.2rem;
  animation: bounce 1s infinite alternate;
}

.btn-secondary {
  margin-bottom: 1rem;
  width: 70%;
  margin-left: 15%;
  border-radius: 12px;
  padding: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  background: linear-gradient(135deg, rgba(145, 1, 255, 0.514), #e606069c);
  border: none;
  transition: all 0.3s ease !important;
}

.btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255,78,80,0.4) !important;
}

.taalskills{
  margin-left: 1rem;
  margin-top: 1rem;
  size: 850%;
  animation: bounce 0.5s infinite alternate;
  display: inline-block;
}

@keyframes benedending{
  0%{
    opacity: 0;
    transform: translateY(-200px) scale(0.9);
  }

  100%{
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
}

header{
  animation: benedending 2s;
}

@keyframes fadeding{
  from{scale: 0.3; opacity: 0;}
  to{scale: 1; opacity: 1;}
}

.imgeffect{
  animation: fadeding linear;
  animation-timeline: view();
  animation-range:entry 0px 300px;
}

@keyframes fadeding2{
  from{scale: 1; opacity: 1;}
  to{scale: 0.3; opacity: 0;}
}

.imgeffect2{
  animation: fadeding2 linear;
  animation-timeline: view();
  animation-range-start: contain;
  animation-range-end: cover;
}

.caption_tekst2{
  transform: translateY(-550%);
}

.spatie{
  margin: 150%;
}

.taal2{
  position: sticky;
  top: 5rem;
  margin-left: 1%;

}

.linkTekst{
  color: #fff;
}

#terminalOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.96);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

#terminalWindow {
  width: 80%;
  height: 80%;
  background: black;
  color: #00ff66;
  border: 2px solid #00ff66;
  padding: 1rem;
  font-family: monospace;
  overflow-y: auto;
}

#terminalInput {
  background: transparent;
  border: none;
  outline: none;
  color: #00ff66;
  width: 100%;
  font-family: monospace;
}

.taalcontainer{
    border-radius: 0.3rem;
}

#Contact,#Contact2,.snelNaarTekst{
  font-family:'Times New Roman',Times,serif;
}

@font-face {
  font-family: 'BrushScriptCustom';
  src: url('../css/BrushScriptStd.otf');
}

.titel {
  font-family: 'BrushScriptCustom' !important;
  font-size: 4rem;
  text-align: left;
  color: #fff;
  text-shadow: 8px 2px 12px rgba(166, 54, 192, 0.29);
  padding: 0;
  border: 0;
}

.tussentitel {
  font-family: 'BrushScriptCustom'!important;
  font-size: 4rem;
  text-align: center;
  color: #000;
  text-shadow: 8px 2px 12px rgba(167, 54, 192, 0.068);
  margin-top: 6rem;
  padding: 0;
  border: 0;
  background-color: rgba(169, 169, 169, 0.1);
}



/* =========================
   MOBILE RESPONSIVE FIXES
   ========================= */

@media (max-width: 768px) {

  .titel {
    font-size: 2rem;
    text-align: center;
    width: 100%;
  }

  .tussentitel {
    font-size: 2.5rem;
    margin-top: 3rem;
  }

  .navContainer {
    width: 100%;
  }

  #zijbar {
    top: 1rem;
    right: 1rem;
  }

  .about_text {
    margin-top: 2rem;
    font-size: 1.2rem;
    text-align: center;
  }

  #Foto_zelf {
    width: 90%;
    height: auto;
    margin-top: 2rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .Projecten_card {
    max-width: 95% !important;
    width: 95% !important;
    display: block !important;
    margin: 1rem auto !important;
  }

  .img_modal {
    height: auto;
    max-height: 250px;
    object-fit: cover;
  }

  .carousel_img {
    width: 100%;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
  }

  .caption_tekst {
    font-size: 0.9rem !important;
  }

  .caption_tekst2 {
    transform: none;
  }

  .music-player {
    right: 0.5rem;
    left: 0.5rem;
    bottom: 0.5rem;
    width: auto;
    max-width: none;
  }

  .music-player button {
    font-size: 0.75rem;
  }

  .taalskills {
    margin: 1rem auto;
    text-align: center;
    display: block;
  }

  .taal2 {
    position: static;
    margin: 1rem 0;
    text-align: center;
  }

  .spatie {
    margin: 1rem;
  }

  #scrollHint,
  #musicHint {
    display: none;
  }

  #terminalWindow {
    width: 95%;
    height: 90%;
  }

  .snelNaarTekst:hover {
    font-size: 1.5rem;
  }

  .text h5 {
    font-size: 2.5rem;
    text-align: center;
  }

  .text h6 {
    font-size: 1rem;
    margin-right: 0;
    text-align: center;
  }

  .offcanvas {
    width: 85% !important;
  }

  #Over .row {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .Over_tekst,
  .Over_img {
    width: 100%;
    text-align: center;
  }

  .about_text {
    font-size: 1.2rem;
    margin-top: 1rem;
    padding: 0 1rem;
    text-align: center;
    display: block;
  }

  #Foto_zelf {
    width: 80%;
    max-width: 250px;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .music-player{
    position: fixed; 
    bottom: 0.5rem;
    right: 0.5rem !important;
    left: auto;
    padding: 0.4rem 0.6rem;
    max-width: 220px;
    font-size: 0.8rem;
  }

  .music-player audio{
    width: 200px;
    height: 30px;
  }

  .music-player .music-buttons{
    gap: 0.25rem;
    margin-top: 0.25rem;
  }

  .music-player button{
    font-size: 0.7rem;
    padding: 0.15rem 0.4rem;
  }

  #currentSong{
    font-size: 0.7rem;
    word-break: break-word;
  }

  #musicHint{
    display:none;
  }
}


@media (max-width: 480px) {

  .music-player{
    max-width: 180px;
    padding: 0.3rem 0.5rem;
  }

  .music-player audio{
    width: 160px;
    height: 25px;
  }

  .music-player button{
    font-size: 0.65rem;
    padding: 0.1rem 0.3rem;
  }

  #currentSong{
    font-size: 0.6rem;
  }
}