
  * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
    }

   body,html {
    height: 100%;
    width: 100%;
    background-color: rgb(193,56,66);
    color: white;
    font-family: "Yomogi", Arial, Helvetica, sans-serif, cursive;
    font-weight: 400;
    font-style: normal;
    z-index: 1;
    /*padding-bottom: 500px; */
  }

.frame {
  padding-bottom: 40px; 
}


.dropbtn {
 position: relative;
  background-color: transparent;
  background-image: url('Images/Menu_Normal.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent; 
  width: 60px;  
  height: 60px;  
  border: none;
  cursor: pointer;
  padding: 0%; 
  margin: 60%;
   z-index: 3;
}


.dropdown {
  position: relative;
  display: inline-block;
  z-index: 8;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f0e3b9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 8;
  top: 95px;  
  left: 50px;
}


.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  z-index: 8;
}


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


.dropdown:hover .dropdown-content {display: block;}


.dropdown:hover .dropbtn {background-image: url('Images/Menu_Hover.svg');}

h1 {
      margin-top: 150px;
      position: relative;
      top: -110px;
      font-size: 80px;
      
      text-align: center;
     
      z-index: 3;
      margin-bottom: 60px;
      opacity: 0;
      transform: translateY(-150px);
  
  
      animation: slideInFromTop 0.5s ease-out forwards;
      animation-delay: 0.1s; 
  }
  
.titel-container {
  text-align: center;
  position: relative;
      top: -110px;
  
}

.projectTit {
  display: inline-block;
  font-size: 80px;
  border-bottom: 5px solid #ffffff;

  margin: 20px 20px 0px;   
  padding: 20px 20px 0px; 
  margin-top: 10%;

  opacity: 0;
  transform: translateY(-10px);
  animation: slideInFromTop 0.3s ease-out forwards;
  animation-delay: 0.1s;
}

.game {
  margin-top: -90px; 
  display: flex;
  justify-content: center;
  align-items: center;
}

.game-wrapper {
  width: 100%;
  max-width: 960px;
  aspect-ratio: 960 / 600;
}

.spel {
  width: 100%;
  height: 100%;
  border: 0;
}


  

/* About page CSS */

.logoabut {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vh;
}

.logoabut img{
  width: 400px; 
  height: 400px; 
  object-fit: cover; 
  margin-top: 100px;

  opacity: 0;
  transform: translateY(-50px);
  
  
  animation: slideInFromTop 0.5s ease-out forwards;
  animation-delay: 0.1s; 
}

.aboutContainer {
  padding: 40px 20px;
  border: 3px solid #fcfcfc;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  max-width: 1500px;
  width: 90%; /* Houdt het responsief */
  margin: 0 auto; /* Centreert */
  margin: 0 auto;
  margin-top: 250px;
}
.aboutRow {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  position: relative; 
  text-align: center;
}

.contentBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 40%;
}


.aboutRow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 👈 Centreert perfect */
  height: 60%;
  width: 3px;
  background-color: #ffffff; /* of jouw gewenste kleur */
  z-index: 15; /* zorg dat hij achter de content blijft */
}

#About {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 1rem;
}

.abutt {
  max-width: 700px;      /* bepaalt hoe breed de tekst mag zijn */
  width: 100%;
  margin-bottom: 2.5rem;
  text-align: center;    /* of left als je dat mooier vindt */
}

.titel {
  margin-top: 50px;
  font-size: 38px;
  text-decoration: underline;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translateX(10px);
  animation: slideInFromRight 0.5s ease-out forwards;
  animation-delay: 0.1s;
}

.tekstblok {
  font-size: 1.5rem;
  
  opacity: 0;
  transform: translateX(10px);
  animation: slideInFromRight 0.5s ease-out forwards;
  animation-delay: 0.1s;
}

.abutt ul {
    list-style: disc;
    list-style-position: inside;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
   
}

.abutt li {
    font-size: 28px;
    margin-bottom: 16px;
}

 
.Wiebenik {
  display: flex;
  flex-direction: column;  
  align-items: center;     
  text-align: center;     
  gap: 20px;               
  max-width: 400px;        
  margin: 0 auto;          
  padding: 0px;
}



.teamfoto img {
  margin-top: 50px;
  max-width: 80%;         
  height: auto;
  border-radius: 250px; 
   border: 3px solid #f1eeee;    
  box-shadow: 0 4px 10px rgba(0,0,0,0.15); 
}

.sectionWrapper {
  max-width: 1750px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

/* Titels */
.draaititel h2,
.wishieTitel h2,
.pissTitle h2,
.LaurensTitle h2 {
  font-size: 36px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 10px;
  padding-left: 5px;
  border-bottom: 2px solid #ccc;
  display: inline-block;
}

.subtitel h2 {
  text-align: left;
  margin-bottom: 10px;
  padding-left: 5px;
  border-bottom: 2px solid #ccc;
  display: inline-block;
}

.draaititel a,
.wishieTitel a,
.pissTitle a,
.LaurensTitle a {
  color: inherit;
  text-decoration: none;
}

.draaititel a:hover,
.wishieTitel a:hover,
.pissTitle a:hover,
.LaurensTitle a:hover {
  font-size: 40px;
  color: #dfec94;
}

/* Rijen */
.draaiRow,
.WishieRow,
.pissRow,
.LaurensRow {
  display: flex;
  align-items: flex-start; /* Belangrijk: blokken bovenaan uitlijnen */
  justify-content: space-between;
  gap: 60px;
  padding: 20px;
  position: relative;
  opacity: 0;
  transform: translateX(0px);
  animation-delay: 0.1s;
}

.draaiRow {
  margin-top: 50px;
  top: -50px;
  animation: slideInFromRight 0.5s ease-out forwards;
}

.WishieRow {
  margin-top: 50px;        /* Gelijk aan draaiRow */
  margin-bottom: 0;        /* Gelijk aan draaiRow */
  flex-direction: row-reverse;
  animation: slideInFromLeft 0.5s ease-out forwards;
}

.pissRow {
  margin-top: 50px;        
  margin-bottom: 0;        
  animation: slideInFromRight 0.5s ease-out forwards;
}

.LaurensRow {
  margin-top: 50px;        /* Gelijk aan draaiRow */
  margin-bottom: 0;        /* Gelijk aan draaiRow */
  flex-direction: row-reverse;
  animation: slideInFromLeft 0.5s ease-out forwards;
}

/* Tekst */
.tekstblok1,
.tekstblok2,
.WishieRow .tekstblok1,
.WishieRow .tekstblok2 {
  font-size: 1.2rem;
}

/* Infoblokken */
.infoblok,
.WishieRow .infoblok {
  border: 3px solid #eeeeee;
  border-radius: 10px;
  padding: 30px;              /* Gelijk in beide */
  flex: 1;
  max-width: 60%;
  box-sizing: border-box;
}

/* Binnenmarges afvlakken */
.infoblok * {
  margin-top: 0;
  margin-bottom: 0.8rem;
}

/* Afbeeldingen */
.imageblok,
.imagewishie,
.imagepiss,
.imageLaurens {
  flex-basis: 35%;
  max-width: 100%;
  position: relative;
}

/* Slider wrapper */
.wishieslider,
.image-slider,
.pissSlider,
.LaurensSlider {
  width: 500px;
  height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Slider image */
.sliderImage {
  width: 500px;
  height: 400px;
  object-fit: cover;
  border: 5px solid #eeeeee;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: block;
}

/* Navigatiepijlen */
.image-slider img.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(87, 87, 87, 0.39);
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  user-select: none;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.image-slider img.arrow:hover {
  transform: translateY(-50%) scale(1.1);
}

.image-slider img.arrow.left {
  left: 10px;
}

.image-slider img.arrow.right {
  right: 10px;
}

/* Bottom bar CSS */

 .bottom-bar {
  position: fixed;           
  bottom: 20px;              
  left: 50%;                 
  transform: translateX(-50%); 
  
  width: 90%;                
  height: 50px;              
  background-color: #992b2b;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgb(114, 19, 25);
  z-index: 1000;
  
  display: flex;
  justify-content: space-between;
  align-items: center;       
  padding-right: 30px;       

}

.social-icons {
  display: flex;
  gap: 10px; /* Ruimte tussen de iconen */
}

.social-icons img {
  width: 40px;
  height: 40px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
  display: block;
}

.social-icons img:hover {
  transform: scale(1.2);
  opacity: 0.8;
}

.pages {
  display: flex;
  gap: 20px;
  justify-content: flex-start; 
  align-items: center;  
  margin-left: 20px;       
}

.bottom-bar .pages a {
  text-decoration: none; 
  color: inherit;         
}

.bottom-bar .pages a h6 {
  color: #f9f9f9;
  font-size: 20px;
  text-decoration: none;
  margin: 0;             
  line-height: 1;         
  display: block; padding-left: 10px;       
  border-left: 3px solid #f9f9f9; 
}


.bottom-bar .pages a:first-child h6 {
  border-left: none;
  padding-left: 0;
}

.pages a h6:hover {
  transform: scale(1.2);
  opacity: 0.8;
}

.bottom-spacer {
    height: 100px; 
    margin-bottom: 250px;
}

/* Animations */

@keyframes slideInFromTop {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInFromRight {
   from {
    transform: translateX(50px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes slideInFromLeft {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes Fadein {
  to {
    opacity: 1;
    
  }
}

@media (max-width: 768px) {

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

section,
  main {
    min-height: auto !important;
    height: auto !important;
  }

.bottom-spacer {
    display: none;
  }

h1 {
      
      font-size: 65px;
  
      transform: translateY(-250px);
  
  
      animation: slideInFromTop 0.5s ease-out forwards;
      animation-delay: 0.1s; 
  }

.projectTit {
 
  font-size: 65px;
  border-bottom: 5px solid #ffffff;

 margin-top: 30%;

  opacity: 0;
  transform: translateY(0px);
  animation: slideInFromTop 0.3s ease-out forwards;
  animation-delay: 0.1s;
}


.abutt {
  max-width: 700px;      
  width: 80%;
  margin-bottom: 2.5rem;
  text-align: center;    
}

.tekstblok {
  font-size: 18px;
  
}

.abutt li {
    font-size: 18px;
    margin-bottom: 16px;
}

 
.Wiebenik {            
  max-width: 300px;        
}



.teamfoto img {
  margin-top: 10px;
  max-width: 80%;         
}


.bottom-bar {
    position: fixed;
    bottom: 20px;
    left: 10px;
    right: 10px;
    transform: none;
    width: auto;
    height: 40px;
    padding-right: 20px;
  }


.social-icons {
  gap: 5px; 
}

.social-icons img {
  width: 20px;
  height: 20px;
}

.pages {
  gap: 10px;
  margin-left: 10px;       
}


.bottom-bar .pages a h6 {
  font-size: 12px;
  margin: 0;             
  line-height: 1;         
  display: block; padding-left: 10px;       
  border-left: 3px solid #f9f9f9; 
}




  .draaiRow,
  .WishieRow,
  .pissRow,
  .LaurensRow {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .infoblok,
  .WishieRow .infoblok,
  .pissRow .infoblok,
  .LaurensRow .infoblok {
    max-width: 100%;
  }

  .imageblok,
  .imagewishie,
  .imagepiss,
  .imageLaurens {
    max-width: 100%;
  }

  .image-slider,
  .wishieslider,
  .pissSlider,
  .LaurensSlider {
    width: 100%;
    max-width: 400px;
    height: auto;
  }

  .sliderImage {
    width: 100%;
    height: auto;
  }

  .image-slider img.arrow {
    width: 30px;
    height: 30px;
  }


  
}
