/* ========== BASIC STYLING========== */
body {
    font-family: 'Titillium Web', sans-serif;
    background-color: #203642;
    margin: 0;
  }
  
  h1, h2, h3, h4, h5 {
    font-family: 'Teko', sans-serif;
    margin: 0;
  }
  
  /* ========== NAVIGATIE ========== */
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: rgba(32, 54, 66, 0.90);
    color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
  }
  
  #logo1 {
    width: 68px;
    height: 40px;
    padding-left: 60px;
  }
  
  #mainnav {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
  }
  
  #mainnav li a {
    color: #EDEADF;
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    transition: color 0.3s ease;
  }
  
  #mainnav li a:hover {
    color: #ff6600;
  }
  
  #socialsnav {
    list-style: none;
    display: flex;
    gap: 15px;
    padding: 0 80px;
    margin: 0;
  }
  
  #hamburger {
    display: none;
    cursor: pointer;
    font-size: 30px;
    padding: 0 50px;
  }
  
  #mobile-nav {
    display: none;
    list-style: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    inset: 0;
    background-color: rgba(32, 54, 66, 0.9);
    z-index: 1000;
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  
  #mobile-nav.active {
    display: flex;
    opacity: 1;
    transform: translateY(0);
  }
  
  #mobile-nav li a {
    color: #fff;
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    margin: 20px 0;
  }
  
  /* ========== RESPONSIVE NAV ========== */
  @media (max-width: 768px) {
    #mainnav,
    #socialsnav {
      display: none;
    }
  
    #hamburger {
      display: block;
    }
  
    #mobile-nav.active {
      display: flex;
    }
  }
/* ===== HERO ===== */
#herohome {
    position: relative;
    width: 100%;
    height: 100vh;  
    padding-top: 75px; 
    background: url('../media/heroweb.jpg') no-repeat center center; 
    background-size: cover; 
    color: #fff; 
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/* Hero Section */
#herohome {
    position: relative;
    width: 100%;
    height: 100vh;  
    padding-top: 75px; 
    background: url('../media/heroweb.jpg') no-repeat center center; 
    background-size: cover; 
    color: #fff; 
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 20%; 
}


#herohome h1 {
    font-size: 100px; 
    font-weight: 700;
    font-family: 'Teko', sans-serif;
    color: #FFF;
    text-align: right;
    line-height: 103px; 
    margin: 0; 
    padding-right: 60px;
}


#herohome p {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Teko', sans-serif;
    color: #FFF;
    line-height: normal;
    margin: 20px 0; 
    text-align: left;
    padding-left: 630px;
}

/* Button styling */
#herohome .button a {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--Gunmetal, #203642); 
    color: white;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    width: 190px;
    height: 47px;
    text-align: center;
    line-height: 47px; 
    transition: background-color 0.3s ease;
}

#herohome .button a:hover {
    background-color: #EDEADF; 
    color: #203642;
}

@media screen and (max-width: 768px) {
    #herohome {
        background: url('../media/heromobile.jpg') no-repeat center center; 
        background-size: 100%; 
        height: 1900px;
        background-position: top; 
        display: flex;
        flex-direction: column;
        justify-content: flex-start;   
        align-items: flex-end;         
        padding-top: 700px;             
        height: 100vh;
    }

    #herohome h1 {
        padding-top: 0%;
        font-size: 50px; 
        color: #FFF;
        text-align: right;
        font-family: 'Teko', sans-serif;
        font-weight: 700;
        line-height: 60px; 
        margin-bottom: 0px; 
        padding-right: 20px;
    }

    #herohome p {
        font-size: 25px; 
        color: #FFF;
        font-family: 'Teko', sans-serif;
        font-weight: 700;
        line-height: normal;
        padding-right: 20px;
    }

    #herohome .button a {
        width: 160px; 
        height: 40px; 
        font-size: 20px; 
    }
}
/* ===== MY WORK ===== */
#mywork h2 {
    color: var(--Bone, #EDEADF);         
    font-family: 'Teko', sans-serif;    
    font-size: 50px;                   
    font-style: normal;                
    font-weight: 700;                 
    line-height: 1;                    
    padding-top: 59px;
    padding-bottom: 59px;
    padding-left: 60px;
  }  
  
  #mywork {
    padding: 0 60px; 
  }
  
  .carousel-container {
    display: flex;
    height: 80vh;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 10px;
    box-sizing: border-box;
    justify-content: center;
    padding: 0 60px;  
  }
  
  .carousel-item {
    position: relative;
    flex: 0 0 10%; 
    transition: flex 0.5s ease;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    margin-bottom: 10px;
  }
  
  .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none; 
  }
  
  .carousel-item:not(.active)::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    pointer-events: none;
  }
  
  .carousel-item.active {
    flex: 1;
    z-index: 2;
  }
  
  .carousel-item h3 {
    color: #FFF;                    
    font-family: 'Teko', sans-serif; 
    font-size: 40px;                 
    font-style: normal;              
    font-weight: 700;                
    line-height: normal;           
    margin-bottom: 5px;             
    position: absolute;
    bottom: 60px;                    
    left: 20px;
    z-index: 3;
  }
  
  .carousel-item h4 {
    color: #E95C34;                  
    font-family: 'Teko', sans-serif; 
    font-size: 20px;                 
    font-style: normal;              
    font-weight: 700;                
    line-height: normal;            
    margin-bottom: 5px;              
    position: absolute;
    bottom: 45px;                    
    left: 20px;
    z-index: 3;
  }
  
  .carousel-item p {
    color: #FFF;                     
    font-family: 'Titillium Web', sans-serif; 
    font-size: 12px;                  
    font-style: normal;               
    font-weight: 400;                 
    line-height: normal;              
    position: absolute;
    bottom: 16px;                      
    left: 20px;
    z-index: 3;
    padding-right: 20px;
  }
  
  .carousel-item:not(.active) h3,
  .carousel-item:not(.active) h4,
  .carousel-item:not(.active) p {
    display: none;
  }
  
  @media (max-width: 768px) {
    .carousel-container {
      flex-direction: column;
      height: auto;
    }
  
    .carousel-item {
      flex: 0 0 100%;
      height: auto;
    }
  
    .carousel-item h3,
    .carousel-item h4,
    .carousel-item p {
      display: none !important;
    }
  }
  /* ===== PHOTOGRAPHY ===== */
  #photography {
    margin-top: 40px;
    background-color: #EDEADF;
    padding: 0 60px 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
  }
  
  /* Titel bovenaan */
  #photography h2 {
    color: #203642;
    font-family: 'Teko', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    padding-top: 59px;
    padding-bottom: 40px;
    width: 100%;
    text-transform: uppercase;
    padding-left: 60px;
  }
  
  #photography article {
    flex: 1 1 300px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }
  
  #photography article img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
  }
  
  #photography article h3 {
    color: var(--Gunmetal, #203642);
    text-align: center;
    font-family: Teko;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
  }

/* ===== ABOUT ME + SKILS ===== */
.about-wrapper {
    background-image: url("../media/aboutme.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  #aboutme, #myskills {
    padding: 0 60px;  
    box-sizing: border-box;
  }
  
  #aboutme h2 {
    color: #FFF;
    font-family: Teko, sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
    padding-left: 650px;
  }
  
  #myskills h2 {
    color: #FFF;
    font-family: Teko, sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 60px;
    margin-left: 60px;
  }
  
  #aboutme h5 {
    color: #FFF;
    font-family: Teko, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 650px;
    padding-top: 30px;
  }
  
  #aboutme p {
    color: #FFF;
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 650px;
    padding-right: 60px;
  }
  

  #aboutme button {
    background-color: #E95C34;
    color: #FFF;
    font-family: Teko, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-left: 650px;
    margin-top: 30px;
  }

  #download-cv {
    display: inline-block;
    background-color: #E95C34;
    color: #FFF;
    font-family: Teko, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-left: 650px;
    margin-top: 30px;
  }
  
  
  #myskills ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;  
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  #myskills li {
    flex: 1 1 35%;  
    max-width: calc(50% - 20px);  
    box-sizing: border-box;
    margin-left: 60px;
    margin-right: 60px;
  }
  
  .skills {
    color: #203642;
    font-family: Teko, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
  }
  
  #myskills img {
    width: 100%;
    height: auto;
    display: block;
  }
  /* ===== FOOTER ===== */

  footer {
    background-image: url("../media/footer.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 60px;
    gap: 40px;
  }
  
  footer img[alt="logo2"] {
    width: 530.49px;
    height: 323.16px;
    flex-shrink: 0;
    margin-left: 60px;
  }
  
  footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, 60px);
    grid-auto-rows: 60px;
    gap: 20px;
    flex-grow: 1;
    justify-content: right; 
    margin: 100Px;
  }
  
  footer ul li img {
    width: 60px;
    height: 60px;
    display: block;
  }
  

  /* ===== Detail pagina===== */

  #heroprod {
    width: 100%;  
}

#heroprod img {
    width: 100%;  
    height: auto;  
}

#herotitel {
    font-size: 100px;  
    font-weight: 700;
    font-family: 'Teko', sans-serif;
    color: #FFF;
    text-align:left;  
    line-height: 103px;  
    margin: 0;  
    padding-left: 60px;  
    margin-top: 20px;  
}



#scroll-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding-bottom: 80px; 
}

#wrapper {
    display: flex;
    width: 100%;
}

#fotos {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    flex-grow: 1;
    height: 100%; 
    width: 50%;
}

#fotos img {
    width: 100%;
    height: auto; 
    max-height: 602px; 
    margin-left: 60px;
}
#fotos {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 40px; 
    flex-grow: 1;
    height: 100%;
    width: 50%;
}


#tekst {
    width: 50%;
    position: sticky;
    top: 0;
    padding-left: 100px;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 80px; 
}

#tekst h5 {
    font-family: 'Teko', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
    margin-right: 60px;
}

.producttitel {
    color: #FFF;
    font-family: 'Teko', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 45px;
    margin: 5px 0;
}

.productp {
    color: #FFF;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    margin: 5px 0;
}

#tekst img {
    width: 100%;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    #scroll-block {
        flex-direction: column;
    }

    #wrapper {
        flex-direction: column;
    }

    #tekst {
        position: static;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px;
    }

    #fotos {
        width: 100%;
        margin-left: 0;
    }

    #fotos img {
        margin-left: 0;
    }
}

#scroll-block .button {
    width: 161px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E95C34; 
    color: #EDE6DC; 
    font-family: 'Teko', sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 20px 0;
    border: none;
    border-radius: 5px; 
}

#scroll-block .button a {
    color: inherit;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#scroll-block .button:hover {
    background-color: #2A2A2A; 
    color: #EDE6DC;
}

#myotherwork {
    text-align: center; 
    margin-top: 60px; 
    margin-bottom: 60px; 
    background: url('../media/otherworkjpg.jpg') no-repeat center center; 
    background-size: 100%; 
    padding: 120px 20px;
}

#myotherwork h2 {
    color: var(--Gunmetal, #203642);
    font-family: 'Teko', sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px; 
    text-align: left;
    margin-left: 60px;
}

.work-images {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px; 
    flex-wrap: wrap; 
}

.work-images img {
    width: 48%; 
    height: 100%; 
    object-fit: cover;
    
}


#myotherwork .button {
    display: flex;
    justify-content: flex-end
;  
    align-items: center;
    height: 47px;
    background-color: #203642; 
    color: #FFF; 
    font-family: 'Teko', sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-decoration: none; 
    border-radius: 5px;
    transition: background-color 0.3s ease; 
}

#myotherwork .button a {
    color: #FFF;
    text-decoration: none;
    width: 100%;  
    height: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
}

#myotherwork .button a:hover {
    background-color: #EDE6DC; 
}

  /* ===== photografie pagina===== */
  /* ===== POL pagina===== */

#heropol img {
    width: 100%;
    height: auto;
    display: block;
}

#boven,
#onder {
    display: flex;
    flex-wrap: wrap;             
    justify-content: center;     
    gap: 40px;                    
    padding: 0 60px;
    margin: 60px 0;
}

#boven img,
#onder img {
    width: 100%;
    max-width: 552.734px;        
    height: auto;
    aspect-ratio: 552.734 / 829;
    object-fit: cover;
    flex-shrink: 0;
}


#midden {
    width: 100%;
    height: 100vh;               
}

#midden img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


 /* ===== LINES pagina===== */

#herolines img {
    width: 100%;
    height: auto;
    display: block;
}


#fotoslines {
    display: flex;
    flex-wrap: wrap;             
    justify-content: center;      
    gap: 60px;                    
    padding: 60px;                
    box-sizing: border-box;
}


#fotoslines img {
    width: 100%;
    max-width: 552.734px;         
    height: auto;
    aspect-ratio: 552.734 / 829;
    object-fit: cover;
    flex-shrink: 0;
}


 /* ===== product pagina===== */

#heroprod img {
    width: 100%;
    height: auto;
    display: block;
}

#bovenprod,
#onderprod {
    display: flex;
    justify-content: center;
    padding: 60px;
    box-sizing: border-box;
}

#bovenprod img,
#onderprod img {
    width: 100%;
    max-width: 1151px;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    flex-shrink: 0;
}

#video{
    width: 100%;
    max-width: 1151px;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    flex-shrink: 0;
    padding-left: 60px;
}

#middenprod {
    display: flex;
    flex-wrap: wrap;              
    justify-content: center;
    gap: 60px;
    box-sizing: border-box;
}

#middenprod img {
    width: 100%;
    max-width: 663px;
    aspect-ratio: 221 / 331;
    height: auto;
    object-fit: cover;
    flex-shrink: 0;
}


  #myotherwork2 {
    text-align: center; 
    margin-top: 60px; 
    margin-bottom: 60px; 
    background: url('../media/aboutme2.png') no-repeat center center; 
    background-size: 100%; 
    padding: 120px 20px; 
}

#myotherwork2 h2 {
    color: var(--Gunmetal, #203642);
    font-family: 'Teko', sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px; 
    text-align: left;
    margin-left: 60px;
}

.work-images {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px; 
    flex-wrap: wrap; 
}

.work-images img {
    width: 48%; 
    height: 100%;
    object-fit: cover; 
    
}

#myotherwork2 .button {
  
    display: flex;
    justify-content: flex-end
;  
    align-items: center;
    height: 47px;
    background-color: #203642; 
    color: #FFF; 
    font-family: 'Teko', sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-decoration: none; 
    border-radius: 5px; 
    transition: background-color 0.3s ease; 
}

#myotherwork2 .button a {
    color: #FFF;
    text-decoration: none;
    width: 100%;  
    height: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
}

#myotherwork2 .button a:hover {
    background-color: #EDE6DC; 
}

.button2 {
    display: flex;
    justify-content: flex-end;
    padding: 0 60px; 
    margin-top: 20px;
    box-sizing: border-box;
}

.button2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 161px;
    height: 47px;
    background-color: #E95C34;
    color: #FFF;
    font-family: 'Teko', sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.button2 a:hover {
    color: var(--Gunmetal, #203642);
}

 /* ===== schuffel===== */
#projects {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}


#projects li {
    position: relative;
    width: calc(50% - 15px);
    min-height: 350px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    cursor: pointer;
    border-radius: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}


#projects li a {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;   
    align-items: flex-start;     

    text-decoration: none;
    color: inherit;
    padding-left: 20px;


    z-index: 10;
    
}


#projects li a h3 {
    color: #FFF;                    
    font-family: 'Teko', sans-serif; 
    font-size: 40px;                 
    font-style: normal;              
    font-weight: 700;                
    line-height: normal;           
    margin-bottom: 5px;             
    position: absolute;
    bottom: 60px;                    
    left: 20px;
    z-index: 3;
}

#projects li a h4 {
    color: #E95C34;                  
    font-family: 'Teko', sans-serif; 
    font-size: 20px;                 
    font-style: normal;              
    font-weight: 700;                
    line-height: normal;            
    margin-bottom: 5px;              
    position: absolute;
    bottom: 45px;                    
    left: 20px;
    z-index: 3;
}

#projects li a p {
    color: #FFF;                     
    font-family: 'Titillium Web', sans-serif; 
    font-size: 12px;                  
    font-style: normal;               
    font-weight: 400;                 
    line-height: normal;              
    position: absolute;
    bottom: 16px;                      
    left: 20px;
    z-index: 3;
    padding-right: 20px;
    text-align: left;
}

#projects {
    margin-bottom: 40px; 
}

#projects li {
    min-height: 450px;
}


#projects li:hover {
    transform: scale(1.02);
    transition: transform 0.3s ease;
}


@media screen and (max-width: 768px) {
    #projects li {
        width: 100%;
    }
}
