@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;
}

  /* Hero section */
.hero {
  background-image: url('../img/HeroImgMobile.jpg');
  background-size: cover;
  background-repeat: no-repeat;
    
  height: 100vh;
  padding: 2rem;
  
  display: flex;
  align-items: flex-start;

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

}

.hero-text p {
  flex: 1;
  margin: 0.5rem 0;
  padding-bottom: 1rem;
  color: #fff;
}

.hero h1 {
  margin: 0 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  gap: .8rem;
}

.hero h1 .highlight {
  font-family: "Celinda", serif;
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
}

.cursor {
  display: inline-block;
  width: 3px;              /* dikte van het lijntje */
  height: 1.2em;             /* hoogte gelijk aan de tekst */
  background-color: #fff;  /* kleur van het lijntje */
  margin-left: 4px;
  vertical-align: bottom;
  animation: blink 0.7s steps(1) infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.hero h1 .mediumH1 {
  font-family: "Circular std Bold", sans-serif;
  font-size: clamp(1.8rem, 4vw, 2rem);
  margin-top: 0.3rem;
}

.hero h1 .smallH1 {
  font-family: "Circular std Bold", sans-serif;
  font-size: clamp(1.4rem, 3.5vw, 1.5rem);
}

.description {
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.hero-buttons {
  height: 50px;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}

.hero-buttons a img {
  width: 30px;
  vertical-align: middle;
}

.btn {
  padding: 0.7rem 1.2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  align-items: center;
  display: inline-block;
}

.btn.primary {
  background: rgba(255, 255, 255, 0.2); /* transparant wit */
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  backdrop-filter: blur(8px); /* maakt achtergrond wazig */
  -webkit-backdrop-filter: blur(8px); /* Safari */
  transition: all 0.3s ease;
  font-size: 1.1rem;
}

.btn.primary:hover {
  background: rgba(255, 255, 255, 0.4);
}

.btn.secondary {
  background: rgba(255, 255, 255, 0.2); /* transparant wit */
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
    backdrop-filter: blur(8px); /* maakt achtergrond wazig */
  -webkit-backdrop-filter: blur(8px); /* Safari */
  transition: all 0.3s ease;
    font-size: 1.1rem;
}

.btn.secondary:hover {
  background: rgba(255, 255, 255, 0.4);
}

.hero-socials {
  display: flex;
  gap: 1rem;
}

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

.hero-socials img:hover {
  transform: scale(1.1);
  filter: none;
}

.hero-img {
  flex: 1;
  display: flex;
  justify-content: center;
}

.hero-img img {
  max-width: 60%;
  height: auto;
  margin-top: 1.5rem;
  border-radius: 12px;
}

/* Over mij + Hard skills naast elkaar */
.about-section {
  padding: 3rem 2rem;
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.about-text {
  flex: 1;
}

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

.about-text p {
  font-family: "Circular std Book", sans-serif;
  line-height: 1.6;
  max-width: 600px;
}

.soft-skills {
  margin-top: 1rem;
  padding-left: 0;
}

.soft-skills li {
  margin-bottom: 0.5rem;
  font-family: "Circular std Book", sans-serif;
  font-size: 1rem;
  list-style-type: none;
}





/* Hard Skills */
.skills-section {
  flex: 1;
}

.skills-section h2 {
  font-family: "Celinda", serif;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.skills-intro {
  font-family: "Circular std Book", sans-serif;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.skills-container {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.skill {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

.skill-info {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 180px;
  font-family: "Circular std Bold", sans-serif;
}

.skill-info img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.skill-bar {
  flex-grow: 1;
  height: 12px;
  background: #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.skill-level {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #ff901a, #f67011);
  border-radius: 10px;
  transition: width 1.8s ease-in-out, background 0.3s ease;
}

/* Hover effect */
.skill:hover .skill-level {
  background: linear-gradient(90deg, #ffb347, #ff901a);
}

/* Responsief layout */
@media (min-width: 900px) {
  .about-content {
    flex-direction: row;
    align-items: flex-start;
  }

  .about-text p {
    max-width: 90%;
  }

  .skills-section {
    padding-left: 2rem;
  }
}




/* Projects */
.projects {
  font-family: "Celinda", serif;
  font-size: 1.4rem;
  padding: 2rem 1rem;
  margin: 1rem;
}

.projects h2 {
  padding: 0.75rem;
  color: #111;
  text-align: left;
}

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

/* Klikbare kaarten */
.project-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
  font-family: "Circular std Bold", sans-serif;
  cursor: pointer;
}

.project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.project-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  background: #f9f9f9;
}

.card-content {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-content h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: #111;
}

.card-content p {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 16px;
}

.card-buttons {
  display: flex;
  gap: 10px;
}

.btn {
  background: #ff901a;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 0.9rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn:hover {
  background: #e67e00;
  transform: scale(1.05);
}

.btn-outline {
  background: transparent;
  border: 1px solid #ff901a;
  color: #ff901a;
}

.btn-outline:hover {
  background: #ff901a;
  color: #fff;
}

/* Coming soon kaart */
.coming-soon {
  opacity: 0.8;
  cursor: default;
}
.coming-soon:hover {
  transform: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}




/* Contact */
.contact {
  font-family: "Celinda", serif;
  font-size: 1.4rem;
  padding: 2rem;
  max-width: 1200px;
  color: #111;
}

.contact h2 {
  font-family: "Celinda", serif;
  font-size: 2rem;
  color: #000;
  margin-bottom: 2rem;
  text-align: left;
}

/* Wrapper met contactgegevens + quote naast elkaar */
.contact-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Contact info links */
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.contact-item .icon {
  background-color: #FF901A;
  padding: 0.5rem;
  border-radius: 50%;
}

.contact-item img {
  width: 28px;
  height: 28px;
}

/* Quote rechts */
.contact-quote {
  flex: 1;
  font-family: "Celinda", serif;
  font-style: italic;
  color: #333;
  line-height: 1.6;
  border-left: 4px solid #FF901A;
  padding-left: 1rem;
  max-width: 450px;
}

.contact-quote .author {
  display: block;
  font-style: normal;
  color: #777;
  margin-top: 0.5rem;
  font-size: 0.9rem;
}


/*Footer*/

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

.footer-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
}

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

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

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

.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: #FF901A;
}

/* 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;
}


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

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

  .hero-text {
    flex: 1;
  }

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

}

/* Desktop */
@media (min-width: 1024px)  {
  
  .hero {
    background-image: url('../img/HeroImg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
    min-height: 100vh;
    padding: 0rem 4rem;
    margin: 0 auto;
    
    flex-direction: row;          
    justify-content: space-between;
    align-items: center;
    text-align: left;             
  }
  
  .hero-text {
    flex: 1;
  }
  
  .hero-text p {
    max-width: 500px; /* op desktop */
    width: 100%;      /* mobiel past het zich aan */
  }
  
  .skills-section {
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
  }
  
  .skills {
    flex: 1;
  }

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

  .contact-info {
    flex: 1;
  }

  .contact-quote {
    flex: 1;
  }
  
  
  .footer-content {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 25px;
  }
  
}

