@font-face {
    font-family: defectica;
    src: url('../asset/fonts/Defectica.otf');
}

/* @font-face {
    font-family: "Defectica";
    src: url('../fonts/defectica.woff2') format('woff2'),
         url('..asset/fonts/defectica.woff') format('woff'),
         url('../asset/fonts/Defectica.otf') format('truetype');
} */



/* effecten  */


.hidden {
    opacity: 0;
    filter: blur(10px);
    transform: translateX(-100%);
    transition: all 1s;
  }
  

  
  .show {
    opacity: 1;
    filter: blur(0px);
    transform: translateX(0);
  }
  
  @media (prefers-reduced-motion) {
    .hidden {
      transition: none;
    }
  }


body {
    margin: 0;
    height: auto;
    overflow-x: hidden;

  

}


/* header */

header{
    background-image: url('../asset/background-header.png');
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
   
    
}


.header-balk {

    height: 100px;
    width: 99%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;



   
    
}
.naam-header {
    color: #FFF;
    font-family: Defectica;
    font-size: 21.6px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.logo {
   width: 100%;
}




.foto-container {
    position: relative;
    width: 100%;
    height: 100%; /* Zorgt ervoor dat de container de volledige hoogte van de header vult */
}

.foto-tijn {
    position: absolute;
    bottom: 10.5%; /* Houdt de onderkant van de foto vast aan de onderkant van de container */
    left: 50%; /* Centreert de foto horizontaal */
    transform: translateX(-50%); /* Corrigeert de horizontale centrering */
    max-width: 50%; /* Beperkt de breedte van de foto */
    height: auto; /* Houdt de verhoudingen van de foto intact */
    z-index: 4;
}


.grote-naam-tijn {
    height: auto;
    /* width: 62%; */
    width: clamp(50%, 59%, 90%);
   
    margin: 0 auto;
    position: absolute;
    /* top: 45%; */
    top: clamp(30%, 45%, 50%);
    left: 54%;
    transform: translate(-50%, -50%);
    z-index: 2;

}
.jaartal {
    color: #FFF;
        font-family: Defectica;
    /* font-size: 1.35rem; */
    font-size: clamp(1rem, 1.35rem, 2rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}
.big-naam-scroll-cont {
    display: flex;
    justify-content: center;
    /* gap: 15rem; */
    gap: clamp(2rem, 10vw, 15rem);
    
}
.big-naam-scroll-text {
    color: #FFF;
font-family: Defectica;
font-size: clamp(1rem, 9vw, 10rem);
font-style: normal;
font-weight: 400;
line-height: normal;
/* letter-spacing: 21px; */
letter-spacing: clamp(5px, 2vw, 21px);  

display: flex;
justify-content: center;


}



.stock-ticker {
    position: absolute;
    bottom: 2%;
    left: 0;
    width: 100%; /* Maak het element schermbreed */
    font-family: Defectica;
    color: #FFF;
    font-size: 2vw; /* Responsieve fontgrootte */
    padding-block: 8px; 
    user-select: none;
    display: flex;
    gap: 4rem;
    overflow: hidden; /* Verberg content buiten het zichtbare gebied */
}

.stock-ticker ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 4rem;

    /* Breedte aanpassen aan content */
    width: max-content; 
    animation: scroll 20s linear infinite;
}

.about-me {
    height: 100vh;
    width: 100%;

    display: flex;
    align-items: center;
}

.about-me-cont
{ width: 70%;
    height: 399px;
    margin: 0 auto;

    display: flex;




}
.line {
    margin-left: 10px;
    height: 100%;
    width: 2px;
    background-color: black;
}

.about-titel {
    color: #000;

font-family: Defectica;
font-size: 64px;
font-style: normal;
font-weight: 400;
line-height: normal;

margin-top: 50px;
margin-left: 20px;
   
}


.about-text {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    width: 60%;
    margin-top: 20px;
    margin-left: 20px;
 

}

.aboutme-logo {
    margin-top: 25%;
    width: 5%;

    
}

.skills {
    height: 132vh;
    width: 100%;
    background-color: #000;
    background-image: url('../asset/foto-srilanka.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width: 100%;
    height:132vh;
    position: absolute;
    z-index: 0;
}

.skills-cont {
    display: flex;
    flex-wrap: wrap;
   justify-content: center;
    width: 60%;
    height: 75%;
    gap: 20px;
    z-index: 1;
   
}
.skill-box {
    max-width: 357.015px;
    width: 100%;
    height: auto;
    background-color: black;
    border-radius: 28.167px;
}
.skill-box:nth-child(1) {
    transition-delay: 100ms;
}
.skill-box:nth-child(2) {
    transition-delay: 300ms;
}
.skill-box:nth-child(3) {
    transition-delay: 500ms;
}
.skill-width {


    max-width:768.956px;
    width:768.956px;
  
}
.skills-titel {
    color: #FFF;
font-family: Defectica;
font-size: 33.8px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: 20px;
margin-left: 20px;

}

.experience-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: 90%;
    width: 100%;


}


.flex-start {
    justify-content: flex-start;
}
.experience {
    width: 33%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.experience:nth-child(2) {
    width: 10%;
}


.nummer {
    color: #FFF;
text-align: center;
font-family: Defectica;
font-size: 169.68px;
font-style: normal;
font-weight: 400;
line-height: normal;

}
.total {
    color: rgba(255, 255, 255, 0.55);
text-align: center;
font-family: Defectica;
font-size: 30.542px;
font-style: normal;
font-weight: 400;
line-height: normal;



}

.white-line{
    margin-left: 10px;
    margin-bottom: 25px;
    height: 85%;
    width: 2px;
    background-color: white;
}
.line-extra {
    margin-left: 25px;
    margin-top: 5px;
    height: 80%;
    width: 2px;
    background-color: rgb(255, 255, 255);
}


.education-text-cont {
    margin-bottom: 20px;
    width: 200px;
    height: 80%;
    /* background-color: rgba(0, 255, 255, 0.339); */

}
.education-text { 
    /* background-color: pink; */
    width: 100%;
    height: 50px;
    margin-top: 20px;


}
.education-title{

    color: #FFF;
text-align: center;
font-family: Inter;
font-size: 13.574px;
font-style: normal;
font-weight: 300;
line-height: normal;

}



.education-subtitle {
    color: #FFF;
text-align: center;
font-family: Inter;
font-size: 10.181px;
font-style: normal;
font-weight: 200;
line-height: normal;

}
.margin-top-50 {
    margin-top: 50px;
}
.margin-top-10 {
    margin-top: 15px;
    text-align: left;
}


.software-skill {
    height: 100vh;
    width: 100%;
  
    display: flex;
    align-items: center;
    justify-content: center;



}
.software-skill-cont {
    /* background-color: purple; */
    height: 80%;
    width: 60%;
}

.software-skill-cont2 {
    margin-top: 5%;
    width: 100%;
    height: 80%;
    /* background-color: yellow; */
    display: flex;
    gap: 100px;



}
.skills-section {
    /* background-color: green; */
    width: 40%;
}

.software-skills-box {
   
    width: 100%;
    height: 10vh;
    margin-top: 1rem;
    margin-left: 1.5rem;
    display: flex;
    gap: 20px;
    transition-delay: 500ms;
}

.software-text {
    color: #000;
font-family: Inter;
font-size: 25px;
font-style: normal;
font-weight: 200;
line-height: normal;
margin-top: 0.3em;
}
.software-slider-cont {
    margin-top: 15px;
    margin-left: 5px;
}

.software-subtitle {
    color: #000;
font-family: Inter;
font-size: 11px;
font-style: normal;
font-weight: 200;
line-height: normal;

}
.my-branding {
    height: 100vh;
    width: 100%;
    background: linear-gradient(180deg, #252525 39.84%, #000 100%);
    display: flex;
    justify-content: center;	
    align-items: center;
    gap: 20px

}
.my-branding-cont {
    width: 40%;
    height: 80%;

}
.titel-branding {
    color: #FFF;
font-family: Defectica;
font-size: 64px;
font-style: normal;
font-weight: 400;
line-height: normal;
transition-delay: 100ms;

}
.subtitel-branding {
    color: #FFF;
font-family: Inter;
font-size: 40px;
font-style: normal;
font-weight: 200;
line-height: normal;
transition-delay: 300ms;
}
.font-display-cont {
    display: flex;
    width: 100%;
    margin-top: 100px;
    height: 20%;
    
 
    align-items: center;
    gap: 100px;
    transition-delay: 500ms;
    margin-left: 0px;
}
.font-display-type {
    color: #FFF;
font-family: Defectica;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.font-display-type2  {
    color: #FFF;
font-family: Inter;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.font-name{
    color: #FFF;
    font-family: Defectica;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.font-name2{
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.font-review {
    color: #FFF;
    font-family: Defectica;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.font-review2 {
    color: #FFF;
font-family: Inter;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
    
    
    
    
}
.color-titel {
    color: #FFF;
font-family: Inter;
font-size: 40px;
font-style: normal;
font-weight: 200;
line-height: normal;
margin-top:80px ;
transition-delay: 600ms;

}
.color-display {
    margin-top: 50px;
    gap: 10px;
    display: flex;
}
.colors {
    width: 120px;
    height: 120px;
    border-radius: 22.584px;
background: #FFF;
}
.branding-logo-titel {
    margin-top: 75px;
    color: #FFF;
font-family: Inter;
font-size: 48px;
font-style: normal;
font-weight: 200;
line-height: normal;
display: flex;
align-items: center;
justify-content: center;
transition-delay:700ms;
}
.logo-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    
    margin-top: 30px;
    width: 95%;

}
.logo-branding {
    width: 50%;
    height: 50%;
    transition-delay:800ms;
}
.color1 {
    transition-delay: 900ms;
}
.color2 {
    background: #9D9D9D;
    transition-delay:1100ms;
}
.color3 {
    background: #5B5B5B;
    transition-delay: 1300ms
}
.color4 {
    background: #161616;
    transition-delay: 1500ms;
}
.color5 {
    border: 1.23px solid #FFF;
    transition-delay: 1700ms;

    background: #000;
}

.stock-item-tijn {
    height:  130vh;
    width: 100%;
    background-image: url('../asset/stock-img-tijn.png');
    background-size: cover;
    background-repeat: no-repeat;


}
.portfolio-showcase {
    height: auto;
    width: 100%;
    /* background-color: #888888; */
    display: flex;
    justify-content: center;
    margin-bottom: 20vh;

  

}

.more-button {
    background: linear-gradient(135deg, #000000, #383838);
    border: none;
    border-radius: 50px;
    color: #fff;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 20px;
    outline: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.more-button:hover {
    background: linear-gradient(135deg, #000000, #333333);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.more-button:active {
    transform: translateY(1px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.portfolio-showcase-titel {
    color: #000;
font-family: Defectica;
font-size: 64px;
font-style: normal;
font-weight: 400;
line-height: normal;

}



.showcase-cont   {
    width: 60%;
    height: 85%;
    margin-top: 10%;
    /* background-color: red; */
}

.inleiding-cont {
    margin-top: 30vh;
    width: 100%;
    height: 40%;
    /* background-color: pink; */
}

.inleidng-info {
    width: 100%;
    /* height: 431px; */
    margin: 0 auto;
    /* background-color: yellow; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
   
}

.inleiding-text-box {
    /* background-color: green; */
    width: 50%;
}

.showcase-inleiding-titel {
    color: #000;
font-family: Inter;
font-size: 40px;
font-style: normal;
font-weight: 200;
line-height: normal;

}
.showcase-inleiding-subtite {
    color: #000;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 100;
line-height: normal;
}
.showcase-paragraaf {

    color: #000;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 120.95%; /* 19.352px */
letter-spacing: 0.48px;
margin-top: 20px;
width: 100%;
max-width: 276px;


}

.show-case-gallerij {
    width: 100%;
    height: 400px;
    /* background-color: blue; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20%;


}
.showcase-thumb {
    width: calc(33.33% - 20px); /* Drie thumbs per rij met ruimte ertussen */
    max-width: 400px; /* Maximale grootte */
    height: auto; /* Houdt aspect ratio intact */

}
.showcase-thumb:nth-child(1) {
    transition-delay: 400ms;
}
.showcase-thumb:nth-child(2) {
    transition-delay: 600ms;
}
.showcase-thumb:nth-child(3) {
    transition-delay: 800ms;
}

.img-showcase-thumb1 {
    max-width: 100%;
    height: 60%;
    width: 40%;
    transition-delay: 300ms;




}
    
footer {
    max-width: 100%;
    height: auto;
    /* height: 237vh; */
    background: linear-gradient(180deg, #252525 39.84%, #000 100%);
    display: flex;
    justify-content: center;	
    align-items: center;
    flex-direction: column;
}


  .footer-cont {
    width: 50%;
    height: auto;
    display: flex;
    gap: 20px;
    
    margin-top: 20%;
   
  }




    /* Animatie slider test */
    
#content {
    text-align: center;
    padding: 2rem;
    /* background-color: black; */
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: -5%;
}

#image-track-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

#image-track {
    display: flex;
    gap: 2vmin;
    user-select: none; /* Prevent image highlighting */
}

#image-track > .image {
    width: 35vmin; /* Adjusted size */
    height: 45vmin; /* Adjusted size */
    object-fit: cover;
    object-position: center;
}








.logo-display {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    padding: 10px;
  
    /* margin-bottom: 200px; */
}
  .logo-display img {
    max-width: 90%;
  }
.logo-img-displ {
    width: 300px;
    height: 300px;

    display: flex;
    justify-content: center;
    align-items: center;
 

    

}
.displ-text {
    color: #FFF;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: normal;
}

.display-text-cont {
    display: flex;
   
    height: 10px;
    width: 100%;
    gap: 15%;
    justify-content: center;
    align-items: center;


    margin-bottom: 200px;

}
.columoff {
    flex-wrap: nowrap;
}





.shadow-ani {
    width: 100%;
    margin-top: 100px;
    /* height: 1000px; */
   

}






.container {
    position: relative;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 300px;
    height: 300px;
    /* background-color: blue; */
  
  }
  
  .circle-container {
    max-width: 600px;
    width: 100%;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

  
  }
  
  .svg-container {
    width: 100%;
    max-width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: anim 5s linear infinite;
  }
  
  
  
  .shadow-container {
    width: 50px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
    animation: shadow 5s linear infinite;
  }
  
  .circle-container:nth-child(1) .svg-container {
    animation-delay: 0s;
  }
  
  .circle-container:nth-child(2) .svg-container {
    animation-delay: -3.3s;
  }
  
  .circle-container:nth-child(3) .svg-container {
    animation-delay: -6.6s;
  }
  
  .circle-container:nth-child(1) .shadow-container {
    animation-delay: 0s;
  }
  
  .circle-container:nth-child(2) .shadow-container {
    animation-delay: -3.3s;
  }
  
  .circle-container:nth-child(3) .shadow-container {
    animation-delay: -6.6s;
  }
  
  @keyframes anim {
    0% {
        transform-origin: 400% 50%;
        transform: rotate(0deg);
    }
    50% {
        transform-origin: 400% 50%;
        transform: rotate(360deg);
    }
    50.1% {
        transform-origin: -300% 50%;
        transform: rotate(0deg);
    }
    100% {
        transform-origin: -300% 50%;
        transform: rotate(-360deg);
    }
  }
  
  @keyframes shadow {
    0% {}
    12.5% {
        transform: translate(100px) scale(0.6);
    }
    25% {
        transform: translate(220px);
    }
    37.5% {
        transform: translate(100px) scale(1.4);
    }
    50% {
        transform: translate(0px);
    }
    62.5% {
        transform: translate(-100px) scale(0.6);
    }
    75% {
        transform: translate(-220px);
    }
    87.5% {
        transform: translate(-100px) scale(1.4);
    }
    100% {
        transform: translate(0px);
    }
  }
  
  .shadow {
    width: 50%;
   
  }
  
  .Tijn-logo {
  
    width: 75px;
    
  }
  








  .mobile-gallery-container {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    background-color: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 10%;
   opacity: 0;
}

.mobile-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
}

.mobile-gallery img {
    width: auto;
    height: auto;
    max-width: 100%;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.gallery img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Fullscreen modal */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 8px;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: white;
    cursor: pointer;
}

.modal-close:hover {
    color: #ff5757;
}









/* 
project pages */
.project-header {
    height: 20vh;
    background-image: url("../asset/background-header.png");
}

.portfolio-showcase-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px 40px;
    background-color: #f5f5f5;
}

.showcase-content {
    display: flex;
    flex-direction: row;
    gap: 10%;
    max-width: 1200px;
    width: 100%;
}

.text-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;



}

.showcase-title {
    font-size: 3rem;
    font-family: Defectica;

    font-style: normal;
    font-weight: 400;
    line-height: normal;
 
}
.showcase-subtitle {
    
    font-family: Inter;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    margin-bottom: 15px;
}
.showcase-description{
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 120.95%; /* 19.352px */
    letter-spacing: 0.48px;
    margin-top: 10px;
    width: 100%;
    max-width: 50%;

}

.showcase-image-container {
    flex: 1;
    margin-top: 10%;
}

.showcase-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.color-display-2 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px; /* Ruimte tussen de beschrijving en de kleurvlakken */
}

.color-box {
    width: 50px;  /* Breedte van elk kleurvlak */
    height: 50px; /* Hoogte van elk kleurvlak */
    border-radius: 10px;  /* Afgeronde hoeken */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Optioneel: schaduw voor diepte */
}

.portfolio-showcase-grid {
    height: 100vh; /* Zorgt ervoor dat de hoogte van de container altijd 100% van de viewporthoogte is */
    width: 100vw; /* Zorgt ervoor dat de breedte van de container altijd 100% van de viewportbreedte is */
    padding: 40px 20px;
    background-color: #ffffff;
    display: flex;
    justify-content: center; /* Zorg ervoor dat de grid zelf ook gecentreerd is */
    align-items: center; /* Optioneel: centeren van de inhoud verticaal */
}

.grid-container {
    display: flex;
    gap: 40px; /* Vergroot de gap tussen de foto's */
    justify-content: center; /* Centraal uitlijnen */
    width: 100%; /* Maak de grid-container breed genoeg om de foto's goed te positioneren */
    max-width: 80%; /* Optioneel: maximum breedte voor de container */
}

.grid-image {
    width: 30%; /* Stel de breedte van de afbeeldingen vast op 30% van de container */
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}


.project-full-screen-picture {
    height: 130vh; /* Grote hoogte voor grotere schermen */
    width: 100%;
    background-image: url('../asset/Project-1/marchmello-mockup.png');
    background-size: cover; /* Zorgt ervoor dat de afbeelding de container vult */
    background-position: center center; /* Centraal uitlijnen */
    background-repeat: no-repeat;
    background-size: contain;

  
}

.project-full-screen-picture2 {
    height: 130vh; /* Grote hoogte voor grotere schermen */
    width: 100%;
    background-image: url('../asset/Project-2/mockup-bus-poster.png');
    background-size: cover; /* Zorgt ervoor dat de afbeelding de container vult */
    background-position: center center; /* Centraal uitlijnen */
    background-repeat: no-repeat;
    background-size: contain;

  
}

.project-full-screen-picture3 {
    height: 130vh; /* Grote hoogte voor grotere schermen */
    width: 100%;
    background-image: url('../asset/Project-3/fullscreenpic.png');
    background-size: cover; /* Zorgt ervoor dat de afbeelding de container vult */
    background-position: center center; /* Centraal uitlijnen */
    background-repeat: no-repeat;
    background-size: contain;

  
}
.terug-button {
    background: linear-gradient(135deg, #000000, #383838);
    border: none;
    border-radius: 75px; /* 50px × 1.5 */
    color: #fff;
    padding: 18px 45px;  /* 12px × 1.5 en 30px × 1.5 */
    font-size: 27px;     /* 18px × 1.5 */
    font-weight: bold;
    cursor: pointer;
    margin-top: 30px;    /* 20px × 1.5 */
    outline: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.2); /* iets groter */
    display: flex;
    justify-content: center;
}
.back-button-box {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20%
}
@media (max-width: 1241px) {
    .show-case-description {
        max-width: 100%;

    }
    .showcase-content {
        flex-direction: column;
        gap: 40px;
   
    }
    
    .text-content {
        align-items: center;
    }
  

   
}

/* Media query voor kleinere schermen */
@media (max-width: 768px) {
 
    .text-content, .showcase-image-container {
        width: 100%;
    }

    .showcase-title {
        font-size: 2rem;
    }

    .color-display-2 {
        justify-content: left;
    }

    .color-box {
        width: 40px;  /* Kleinere kleurvlakken voor kleinere schermen */
        height: 40px;
    }

    .portfolio-showcase-grid {
        height: auto; /* Maakt de hoogte van de grid flexibel bij kleinere schermen */
        padding: 20px; /* Verklein de padding voor kleinere schermen */
    }

    .grid-container {
        flex-direction: column;
        gap: 10px; /* Verklein de gap voor mobiele weergave */
        justify-content: center;
        align-items: center; /* Zorg ervoor dat de foto's ook verticaal gecentreerd zijn */
        max-width: 100%; /* Zorg ervoor dat de grid-container niet breder wordt dan het scherm */
    }

    .grid-image {
        width: 80%; /* Maak de afbeeldingen groter voor kleinere schermen */
    }
    .project-full-screen-picture,.project-full-screen-picture2, .project-full-screen-picture3 {
        height: 80vh; /* Verminder de hoogte voor kleinere schermen */
        background-size: cover; /* Zorgt ervoor dat de afbeelding nog steeds de container vult */
        background-position: center center; /* Blijf de afbeelding centreren */
        margin-bottom: 0vh; /* Verwijder de extra marge onder de afbeelding */
    }
}

@media (max-width: 480px) {
    .showcase-description {
        max-width: 100%;
    }

    .showcase-title {
        font-size: 1.5rem;
    }
    .color-box {
        width: 30px;  /* Nog kleinere kleurvlakken voor de kleinste schermen */
        height: 30px;
    }

    .grid-image {
        width: 90%; /* Maak de afbeeldingen nog groter op de kleinste schermen */
    }
    .project-full-screen-picture,.project-full-screen-picture2, .project-full-screen-picture3  {
        height: 60vh; /* Pas de hoogte aan voor kleinere telefoons */
        background-position: center center;
        margin-bottom: 0vh;
      /* Zorg ervoor dat de afbeelding binnen de ruimte past zonder bijsnijden */
    }
}






























 @keyframes scroll {
    to {
        transform: translateX(calc(-100% - 20px));
    }

}


/* media screen quaerys  */

@media screen and (max-width: 1650px) {


    .showcase-thumb {
        width: 250px;
        height: 250px;
    }
    .img-showcase-thumb1 {
        max-width: 100%;
        height: 60%;
    width: 40%;
    }
     #image-track {
        display: none;
    }
    #content {
        display: none;
    }
    
     .mobile-gallery-container {
        display: show;
     }
     .mobile-gallery-container {
        margin-top: 50px;
        opacity: 1;
     }

  
   .display-text-cont {
    gap: 17%;
   }
        

  
 


}

@media screen and (max-width: 1500px) {
  
    .foto-tijn {
        bottom: 11.5%;
        
     
    }
    .grote-naam-tijn {
        width: 65%;
        top: 50%;
    }
    .big-naam-scroll-cont {
        gap: 10rem;
    }
    
.aboutme-logo {
    margin-top: 25%;
    width: 10%;

    
}
.skills-cont {
    gap: 15px;
}
.show-case-gallerij  {
    margin-top: 50px;
    flex-direction: column;
    height: 800px;
}

.showcase-thumb {
    width: 230px;
    height: 230px;
}
.display-text-cont {
    gap: 19%;
   }
        





}
@media screen and (max-width: 1380px) {
  
    .display-text-cont {
        gap: 20%;
       }
  
}

@media screen and (max-width: 1200px) {
    .aboutme-logo {
        margin-top: 40%;
        width: 10%;
    
        
    }
    .set-1 {
        width: 48%;
    }

    .my-branding {
        flex-direction: column;
        height: 175vh;
    }
    .titel-branding {
        margin-top: 150px;
    }
    .branding-logo-titel {
        margin-top: 150px;
    }
    .img-showcase-thumb1 {
        max-width: 100%; /* Past zich aan op basis van de breedte van de container */
        height: auto;    /* Houdt de aspectratio intact */
        max-height: 100vh; /* Voorkomt dat de afbeelding te hoog wordt */
    }
    .display-text-cont {
        gap: 25%;
       }
 


    

  
}

@media screen and (max-width: 1100px) {
    .header-balk {
        width: 95%;
    }
   .logo {
        width: 75%;
   }
    .naam-header {
        font-size: 15px;
    }

    header {
        height: 50vh;
    }
    .foto-tijn {
        bottom: 23%;
        max-width: 45%;
    }
    .grote-naam-tijn {
        top: 20%;
        width: 75%;
    }


    
.stock-ticker {

    bottom: 50%;
    font-size: 2em;


}
.stock-ticker ul {
 
    gap: 3rem;

   
}
.aboutme-logo {
    margin-top: 40%;
    width: 20%;

    
}
.stock-item-tijn {
    height:  100vh;



}
.display-text-cont {
    gap: 17%;
   }
   .logo-img-displ {
    width: 200px;
    height: 200px;

}
}
@media screen and (max-width: 1000px) {
    .display-text-cont {
        gap: 20%;
       }

  
}
@media screen and (max-width: 900px) {
    .aboutme-logo {
        margin-top: 60%;
        width: 30%;
    
        
    }
    .font-klein {
        font-size: 30px;
    }
    .software-skill-cont2  {
        flex-direction: column;
        gap: 0px;
    }
    .software-skill {
        height: 150vh;
    }
    .inleidng-info {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .show-case-gallerij {
        margin-top: 30%;
    }
    .display-text-cont {
        gap: 22%;
       }
       .svg-container {
   
        max-width: 30px;
        height: 30px;

    
       }





  
}
@media screen and (max-width: 800px) {
    
    .foto-tijn {
        max-width: 60%;
    }
    .grote-naam-tijn {
        top: 20%;
       

    }
    .jaartal {
        font-size: 1rem;}

    .big-naam-scroll-cont {
            gap: 6rem;
        }
                
    .stock-ticker {

        font-size: 2em;




    }
    .aboutme-logo {
        margin-top: 65%;
        width: 30%;
    
        
    }
    .set-1 {
        width: 100%;
    }
    .skills {
        height: 150vh;
    }
    .gradient {
        height: 150vh;
    }
 
  
  .nummer {
    font-size: 150px;
  }
    .total {
        font-size: 25px;
    }

    .stock-item-tijn {
        height:  80vh;
    }
    .show-case-gallerij {
        margin-top: 50%;
    }
    .inleiding-text-box {
        width: 75%;
    }
    .img-showcase-thumb1 {
        height: 80%;
        width: 60%; /* Voorkomt dat de afbeelding te hoog wordt */
    }
    .display-text-cont {
        gap: 28%;
       }

}
@media screen and (max-width: 650px) {

    .aboutme-logo {
        margin-top: 80%;
        width: 50%;
    
        
    }
    .nummer {
        font-size: 130px;
      }
        .total {
            font-size: 20px;
        }
    
        .logo-branding {
            width: 200px;
        }

        .stock-item-tijn {
            height:  60vh;
        }

        .titel-branding {
            font-size: 35px;
            
        }
       .display-text-cont {
        gap: 28%;
       }
  
        .svg-container {
   
            max-width: 25px;
            height: 25px;
    
        
           }

           .shadow-ani {
            width: 80%;
            }



            @keyframes shadow {
                0% {}
                12.5% {
                    transform: translate(100px) scale(0.6);
                }
                25% {
                    transform: translate(170px);
                }
                37.5% {
                    transform: translate(100px) scale(1.4);
                }
                50% {
                    transform: translate(0px);
                }
                62.5% {
                    transform: translate(-100px) scale(0.6);
                }
                75% {
                    transform: translate(-170px);
                }
                87.5% {
                    transform: translate(-100px) scale(1.4);
                }
                100% {
                    transform: translate(0px);
                }
              }

    
}
@media screen and (max-width: 600px) {
    .foto-tijn {
        max-width: 80%;
    }
    .jaartal {
        font-size: 0.8rem;}
        
  
        .aboutme-logo {
            display: none;
        
            
        }

        .about-titel {
    
        
   
        margin-left: 50px;
           
        }
        
        
        .about-text {
           
           
            margin-left: 50px;
         
        
        }
        .line {
        
            margin-top: 25px;
        
      
        }
        .about-titel {
            font-size: 50px;
        }

        .font-display-cont {
            gap: 20px;
        }

        .my-branding-cont  {
            margin-left: -30px;
        }
        .stock-item-tijn {
            display: none;
        }
        .show-case-gallerij {
            margin-top: 75%;
        }
        .img-showcase-thumb1 {
            max-width: 100%; /* Past zich aan op basis van de breedte van de container */
            height: auto;    /* Houdt de aspectratio intact */
            max-height: 100vh; /* Voorkomt dat de afbeelding te hoog wordt */
        }
        .showcase-inleiding-titel {
            font-size: 30px;
        }
        .portfolio-showcase-titel   {
            font-size: 50px;
        }

        .titel-branding {
            font-size: 30px;
            
        }
        .display-text-cont {
            gap: 20%;
           }
      




}
@media screen and (max-width: 430px) {
    .foto-tijn {
        max-width: 100%;

    }
    .jaartal {
        font-size: 0.8rem;}

    .big-naam-scroll-cont {
            gap: 6rem;
    }
  .grote-naam-tijn {
        width: 85%;
       

    }

        
.stock-ticker {
   
    bottom: 50%;
    font-size:1em;
 


}
.font-display-cont {
    margin-left:  -50px;
  }
.about-titel {
    
        
   
    margin-left: 50px;
       
    }
    
    
    .about-text {
       
       
        font-size: 14px;
     
    
    }

    .my-branding-cont {
        margin-left: -40px;
    }

    .titel-branding {
        font-size: 50px;
    }
    .subtitel-branding {
    
        font-size: 30px;
   
    }

    .logo-branding {
        width: 80%;
 

    }
    .inleiding-cont{
        margin-top: 60%;
            height: auto;
    
    }
    .portfolio-showcase-titel {
        font-size:40px;
        margin-left: 25px;
    }
    .branding-logo-titel {
        margin-top: 250px;
    }
    .show-case-gallerij {
        margin-top: 85%;
    }
    .img-showcase-thumb1 {
        width: 80%;
    }

    .titel-branding {
        font-size: 22px;
        
    }
    .shadow-ani {
        display: none;
        
    }
   .displ-text {
   font-size: 16px
   }
   .total {
    font-size: 15px;
}
.nummer {
    font-size: 100px;
}
.margin-top-10 {
    margin-top: 10px;
    text-align: center;





}
.portfolio-showcase {
    height: 200vh;
}
.software-skill {
    justify-content: flex-start;	
  };
  .logo-display img {
    max-width: 75%;
  }
  .logo-display  {
    gap: 40px;
  }
  .software-subtitle {
    display: none;
  }
  
  .software-text {
    font: 23px;
   }

};







/* 
hover */
.skill-box, .colors, .showcase-thumb,.img-showcase-thumb1 {
    transition: transform 0.15s ease-out, box-shadow 0.15s ease-out;
  }
  
  .skill-box:hover, .colors:hover,.img-showcase-thumb1:hover {
    transform: translateY(-15px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }

  .logo-img-displ:hover {
    transform: translateY(-15px);


  }


  




  .spline-responsive-holder {
    width: 100%;
    height: 100vh; /* neemt hele viewporthoogte */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000; /* optioneel, voor contrast */
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  
  .spline-viewer {
    width: 100%;
    height: 100%;
    max-width: 100vw;
    max-height: 100vh;
    aspect-ratio: 16 / 9;
    border: none;
  }
  
  @media (max-width: 430px) {
    .spline-responsive-holder {
      height: calc(100vh - 330px);
    }
  
  
  }