@font-face {
  font-family: "Celinda";
  src: url("../fonts/Celinda-Regular.woff2") format("woff2"),
       url("../fonts/Celinda-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Circular std Bold";
  src: url("../fonts/Circular/CircularStd-Bold.woff2") format("woff2"),
       url("../fonts/Circular/CircularStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Circular std Book";
  src: url("../fonts/Circular/CircularStd-Book.woff2") format("woff2"),
       url("../fonts/Circular/CircularStd-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}


/* Mobile standaard */
body {
    margin: 0;
    font-family: 'Circular std Book', sans-serif;
    font-size: 1rem;

      overflow-x: hidden;
  }

p{
  font-family: 'Circular std Book', sans-serif;
  font-size: 1rem;
}
  
  
  
  
  body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #222;
  }

  .project-hero {
    text-align: center;
    padding: 2rem;
    background: #f9f9f9;
  }
  
  .project-hero img {
    width: 50%;
    margin-top: 1rem;
    border-radius: 12px;
  }
  
  .project-section {
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 1rem;
  }
  
  .project-section h2 {
    font-family: "Celinda", serif;
    font-size: 2rem;
    color: #000;
    margin-bottom: 1rem;
  }
  
  .project-section h3 {
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    color: #000;
  }
  
  .project-section img {
    max-width: 100%;
    margin: 1rem 0;
    border-radius: 8px;
  }
  
  .project-footer {
    text-align: center;
    padding: 2rem;
    background: #0f0f14;
  }
  
  .project-footer a {
    color: #fff;
    text-decoration: none;
  }

  .project-footer a:hover {
    color: #f97316;
  }

  /* Vias project */
  
  .project-hero-vias {
    background-image: url('../img/Vias/viasHeroImg.png');
    background-size: cover;
    background-repeat: no-repeat;
      
    height: 60vh;
    padding: 2rem;
    
    display: flex;
    align-items: flex-start;
  
      padding-bottom: 2rem;
      justify-content: flex-start;
  
  }
  
  .hero-text {
    max-width: 800px;
    margin: 0;
    text-align: left;
    padding-top: 5rem;
  }
  
  .hero-text h1 {
    font-family: "Celinda", serif;
    color: #fff;
    font-size: 2.5rem;
    margin: 0;
    max-width: 600px;
    line-height: 1.2;
  }
  
  .hero-text p {
    font-family: "Circular std Bold", sans-serif;
    color: #fff;
    font-size: 1.2rem;
    margin-top: 0.5rem;
    font-weight: normal;
    max-width: 600px;
  }
  
  .project-details {
    color: white;
  }

  .project-section video {
    max-width: 50%;
    border-radius: 8px;
  }


/* Project Autoworld */

.project-hero-autoworld {
  background-image: url('../img/Autoworld/AutoworldHeroImg.png');
  background-size: cover;
  background-repeat: no-repeat;
    
  height: 60vh;
  padding: 2rem;
  
  display: flex;
  align-items: flex-start;

    padding-bottom: 2rem;
    justify-content: flex-start;

}

.contributors {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
  color: #fff;
}

.hero-text h2 {
  font-family: "Celinda", serif;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.contributors li {
  margin-bottom: 0.5rem;
}

.contributors a {
  text-decoration: none;
  color: #fff;
}
.contributors a:hover {
  font-weight: bold;
  color: #f97316; /* oranje accent */
}



iframe {
  width: 100%;
  height: 315px;
  border: none;
  border-radius: 8px;
  margin-top: 1rem;
}

/*Give a damn*/
.project-hero-gad {
  background-image: url('../img/Giveadamn/GADHeroImg.png');
    background-size: cover;
  background-repeat: no-repeat;
    
  height: 60vh;
  padding: 2rem;
  
  display: flex;
  align-items: flex-start;

    padding-bottom: 2rem;
    justify-content: flex-start;

}

/*Foodtruck*/
/* simpele gallery grids */
.gallery { display:grid; gap:1rem; }
.grid-2 { grid-template-columns:1fr; }
.grid-3 { grid-template-columns:1fr; }
@media (min-width: 700px){
  .grid-2 { grid-template-columns:1fr 1fr; }
  .grid-3 { grid-template-columns:repeat(3, 1fr); }
}

/* before/after compare slider */
.compare {
  position: relative;
  max-width: 980px;
  margin: 1rem auto;
}

.project-footer { text-align:center; padding:2rem; background:#0f0f14; }
.project-footer a { color:#fff; text-decoration:none; }

/* Fotografie */
.photography {
  padding: 3rem 1rem;
  text-align: center;
}

.photography h2 {
  font-family: "Celinda", serif;
  font-size: 2rem;
  color: #f97316;
  margin-bottom: 1rem;
}

.photography p {
  max-width: 650px;
  margin: 0 auto 2rem;
  color: #333;
  line-height: 1.6;
  font-family: "Circular std Book", sans-serif;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

.photo-grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.photo-grid img:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
  z-index: 20000;
  flex-direction: column;
}

.lightbox.active {
  display: flex;
}

.lightbox-img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(255,255,255,0.3);
}

.close-lightbox,
.prev-photo,
.next-photo {
  position: absolute;
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  z-index: 10;
}

.close-lightbox {
  top: 20px;
  right: 40px;
}

.prev-photo {
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.next-photo {
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

/*Footer*/
.footer {
  background-color: #0f0f14; /* donkergrijs/zwart */
  color: #fff;
  margin: 0;
}

.footer-content {
      padding: 2rem;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Logo */
.footer-logo h2 {
  font-size: 1.8rem;
  font-weight: bold;
}

.footer-logo span {
  color: #f97316; /* oranje accent */
}

/* Quick links */
.footer-links h3,
.footer-socials h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  text-decoration: none;
  color: #ddd;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #f97316;
}

/* Socials */
.social-icons {
  display: flex;
  gap: 1rem;
}

.social-icons img {
  width: 30px;
  height: 30px;
  transition: transform 0.3s, filter 0.3s;
}

.social-icons img:hover {
  transform: scale(1.1);
  filter: none; /* originele kleur bij hover */
}

/* AI Photography Grid */
.ai-photography {
  padding: 2rem;
  font-family: "Circular std Book", sans-serif;
}

.ai-photography h2 {
  font-family: "Celinda", serif;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.ai-photography p {
  max-width: 800px;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.ai-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.ai-item img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ai-item img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* AI Lightbox */
.ai-lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
  color: white;
}

.ai-lightbox.active {
  display: flex;
}

.ai-lightbox-content {
  display: flex;
  gap: 2rem;
  max-width: 80%;
  width: 100%;
  align-items: center;
}

.ai-lightbox-left img {
  max-width: 45vw;
  max-height: 80vh;
  border-radius: 10px;
  object-fit: contain;
}

.ai-lightbox-right {
  max-width: 40%;
  font-size: 1rem;
  line-height: 1.5;
  color: #f0f0f0;
  font-family: "Circular std book", sans-serif;
  overflow-y: auto;
  max-height: 80vh;
}

.ai-close-lightbox {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 2rem;
  cursor: pointer;
  color: white;
  transition: 0.3s;
}

.ai-close-lightbox:hover {
  color: #f97316;
}

.ai-prev-photo,
.ai-next-photo {
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  transition: 0.3s;
  padding: 10px;
}

.ai-prev-photo:hover,
.ai-next-photo:hover {
  color: #f97316;
}


/* Buttons */
.ai-close-lightbox,
.ai-prev-photo,
.ai-next-photo {
  position: absolute;
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  transition: 0.3s;
}

.ai-close-lightbox {
  top: 20px;
  right: 30px;
}

.ai-prev-photo { left: 5%; }
.ai-next-photo { right: 5%; }

.ai-prev-photo:hover,
.ai-next-photo:hover,
.ai-close-lightbox:hover {
  color: #ff901a;
}

/* Fade animation */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.97); }
  to { opacity: 1; transform: scale(1); }
}



/* Tablet */
  @media (min-width: 768px) and (max-width: 1023px) {
    .container {
      flex-direction: row;
    }

      .hero {
    flex-direction: row; /* zet tekst en foto naast elkaar */
    justify-content: space-between;
    align-items: center;
  }

  .hero-text {
    flex: 1; /* neemt beschikbare ruimte */
  }

  .hero-img {
    flex: 0 0 250px; /* vaste breedte voor foto */
    margin-top: 0;   /* verwijder margin van mobile */
  }

  .hero-img img {
    width: 100%;
    max-width: 250px;
  }
      .footer-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  }
  
/* Desktop */
@media (min-width: 1024px) {

      .footer-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

