body {
    font-family: 'een';
    margin: 0;
    padding: 0;
    background-color: #faeddd;
    color: #333;
    box-sizing: border-box;
}

@font-face {
    font-family: 'LIGHT';
    src: url('./fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
  font-family: 'een';
  src: url('./fonts/TT\ Interphases\ Pro\ Trial\ Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Malisha';
    src: url(fonts/Coolvetica\ Rg.otf);
}

/* Header */
header {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: rgba(251, 234, 213, 0.9);
    font-size: 20px;
    z-index: 100;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

/* Header nav */
header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

header nav ul li {
    margin: 0 15px;
    padding-right: 50px;
}

header nav ul li a {
    font-family: 'een';
    color: rgb(74, 6, 43);
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

header nav ul li a:hover {
    color: #cfaa91;
}

/* Titel Eva Marize */
.Titelnaam {
    font-family: 'Malisha';
    padding-left: 25px;
    font-size: 75px;
    color: #620329;
    margin: 0;
    position: relative;
    transition: all 0.3s ease;
}

header.shrink .Titelnaam {
    font-size: 40px;
}


.Titelnaam p {
    margin-top: 10px;
    font-family: 'een';
    font-size: 20px;
    transition: all 0.3s ease, opacity 0.3s ease;
}


.Titelnaam p span {
    display: inline-block;
    font-size: 15px; 
    font-weight: bold;
    padding: 2px 5px;
    margin: 3px;
    transition: all 0.3s ease;
    cursor: pointer;
}


header.shrink .Titelnaam p,
header.shrink .Titelnaam p span {
    opacity: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
}


header.shrink .Titelnaam p span {
    display:none;
}


.codebol {
    position: absolute;
    top: 50%; 
    padding-left: 200px;
    transform: translateY(-50%); 
    display: flex;
    gap: 5px;
    opacity: 0; 
    pointer-events: none;
    transition: opacity 0.3s ease;
}


header.shrink .codebol {
    opacity: 1;
}

header.hidden {
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}

.codebol img {
    width: 15px;
    height: 15px;
}

.voorpaginafoto {
    width: 100%;
    object-fit: cover;
    display: block;
}

/* Introductie tekstje */
#overmij {
    color: #333;
    padding: 20px 30px;
    text-align: center;
}

.overmijtekst {
    max-width: 900px;
    margin: 0 auto;
}

#overmij p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.Meerinfo {
font-size: 20px;
color: #000000;
}

a span {
    display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #faeddd;
  font-size: 18px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 4s ease;
  pointer-events: none; 
}

.Titelproject {
    font-family: 'Malisha';
    text-align: left;
    padding-left: 50px;
    color: #620329;
    font-size: 50px;
    margin: 0px;

}

.projects {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 20px;
    padding-left: 10%;
    padding-right: 10%;
    object-fit: contain;
}

.container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding-left: 150px;
    padding-right: 150px;
}

.project {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.project img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.overlaay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    backdrop-filter: blur(10px);
    transform: scale(0.9);
    transition: opacity 0.3s ease, transform 0.3s ease-in-out;
}

.overlaay a {
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    transition: transform 0.3s ease, color 0.3s ease;
    text-decoration: none;
}

.project:hover .overlaay {
    opacity: 1;
    transform: scale(1);
}

.project:hover .overlaay  a{
    transform: scale(1.5);
    color: #ffffff;
}

h2{
font-size: 50px;
}

.bolletjes  {
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
gap: 7px;
}

.bolletjes img{
align-items: center;
flex-direction: row;
width: 30px;
height: 30px;
filter: brightness(1);
}

.bolletjes img:hover {
  transform: scale(1.8); 
  filter: brightness(1.8) saturate(1.5);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.bolletjes img.active {
  transform: scale(1.5);
  opacity: 1;
  z-index: 10;
}

.bolletjes img.active-bol {
  transform: scale(1.5);
  filter: brightness(1); /* houdt helderheid normaal */
}

/* Projecten */
.projecten {
    display: flex;
    flex-wrap: wrap;        
    gap: 20px;  
    padding-left: 10%;
    padding-right: 10%;
}

.eenproject {
    flex: 1 1 calc(50% - 20px);  
    box-sizing: border-box;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.eenproject img {
    width: 100%;
    height: 300px; 
    object-fit: cover; 
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

/* Hover-effect op afbeelding */
.eenproject img:hover {
    transform: scale(1.05);
}

.SOCIAL, .GRAPHIC, .CRITICAL, .FASHION, .STORY {
    font-family: 'LIGHT', sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 6px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
}

.CRITICAL { background-color: #ffb1af; color: #ff0400; }
.GRAPHIC { background-color: #caffba; color: #3ae900; }
.FASHION { background-color: #c1efff; color: #00baff; }
.SOCIAL { background-color: #faf690; color: #e7d000; }
.STORY { background-color: #ffd4a9; color: #ff8a05; }

.projecttekst {
    padding: 10px;
    padding-left: 0px;
}

.projecttekst h3 {
    margin: 0 0 10px;
    font-size: 1.5rem;
    color: #4a062b;
}

.projecttekst p {
    margin: 0;
    font-size: 1rem;
    color: #666;
}


.link{
font-weight: 400;
text-decoration: underline;
}

footer{
    text-align: center;
    background-color: faeddd;
    color: #4a062b;
    padding: 1rem 0;
}

.socials{
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.socials img{
padding: 10px;
width: 30px;
height: 30px;
}