* {
  margin:0;
  padding:0;
  box-sizing: border-box;
}

html, body{
  width:100vw;
  height:100vh;overflow: hidden;
  height:none;overflow:auto;
  /* font-family: "Neu Montreal"; */
  background-color: white;
  z-index: 99999;
  transition: background-color 0.4s ease, transform 0.4s ease;
}

img{
  z-index: 999;
}

footer{
  width:100vw;
  padding-left: 12vw;
  padding-right: 12vw;
  display: flex;
  flex-direction:row-reverse;
  justify-content: space-between;
  position:fixed;
  bottom: 12px;
  z-index:0;
}

h5 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 15pt;
  font-weight: 400;
  text-transform: capitalize;
}

h6 {
  font-size: 12pt;
  text-transform: none;
}

p{
  text-transform: none;
  font-family:  Helvetica, Arial, sans-serif;
  line-height: 15 pt;
}

.footer-item{

}

.footer-item p{
  color:rgb(0, 0, 0);
  text-transform: none;
  text-align: end;
  line-height: 12px;
  font-size: 8pt;
}

.content-container{
  height:100%;
}

/* The transition frame */
.transition-frame {
  position: fixed;
  top: -100vh; /* Initially outside of view */
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgb(255, 255, 255);
  z-index: 9999;
  pointer-events: none; /* Doesn't block interaction */
  transition: transform 0.9s ease;
}

.transition-slide {
  position: fixed;
  height:100vh;
  width:100vw;
  color:red;
  display:none;
  opacity:0;
  z-index:9998;
}

.content-container > * {
  opacity: 0;
  transform: translateY(-25vh); /* Start 100vh higher */
  transition: opacity 0.6s ease, transform 0.3s ease; /* 0.3s fade-in and slide-in */
}

.content-container.visible > * {
  opacity: 1;
  transform: translateY(0); /* Move to original position */
}

/* Videos Styling - Full Viewport */
#video1, #video2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 9999;
  pointer-events: auto; /* Ensure videos are clickable */
}

/* Hide video2 initially */
#video2 {
  display: none;
}

.logo-container {
  top:0;
  width:150px;
  position:fixed;
  margin-left:10px;
  color:rgb(255, 255, 255);
  font-weight: 500;
  font-size: 17pt;
  margin: 12px 0 0 0px; 
  mix-blend-mode: difference; 
  z-index:99999;
}

.logo-stack{
  top:0;
  width:70px;
  position:fixed;
  margin-left:10px;
  color:rgb(255, 255, 255);
  font-weight: 500;
  font-size: 17pt; 
  margin: 15px 0 0 20px;
  mix-blend-mode: difference; 
  z-index:9;
}

.carousel-items{
  position:fixed;
  bottom:0;
  left:0;
  padding-left: 0vw;
  padding-right:105vw;;
  display:flex;
  gap:5px;
  z-index:999;
  /* opacity: 0;
  transition: opacity 2s ease-in; */
}

.carousel-item{
  height:80px;
  width:80px;
  position: relative;
  object-fit: cover;
  z-index: 1; 
}

.active-item{
  position:fixed;
  left:15%;
  top:100px;
  height:55vh;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

img{
  width:100%;
  height:100%;
  object-fit: cover;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}



.react-link p{
  /* text-transform: uppercase; */
}

.react-link a{
  font-family:  Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: black; 
  position: relative;
  padding: 2px 0;
}

.react-link a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1.2px;
  line-height: 1px;
  width: 100%;
  background-color: black; 
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.react-link a:hover::after,
.react-link a.active::after {
  transform: scaleX(1);
}

nav{
  position: fixed;
  top: 12px;
  width:100vw;
  z-index:2;
  display:flex;
  justify-content: space-between;
}

.nav-item {
  display:flex;
  gap:100px;
}

.nav-item-left {
  width:auto;
  position:fixed;
  left: 12vw;
  display:flex;
  justify-content: center;
}

.nav-item-left img{
  width:100px;
  height:auto;
}

.nav-item-right {
  position:fixed;
  display: flex;
  padding-top:7px;
  gap: 5vw;
  /* justify-content: end; */
  right:12vw;
}

.nav-item-right p{
  text-transform: uppercase;
}

p{
  /* text-transform: uppercase; */
  line-height: 100%;
  line-height: 12pt;
  font-size: 12px;
}

.galerij-item-wrapper{
  width:70vw;
  display:grid;
  flex-direction: column;
  position:relative;
  padding-top: 15vh;
  padding-left: 15vw;
  padding-bottom: 10vh;
  justify-content: start;
  grid-template-columns: auto auto;
  row-gap: 10vh;
  column-gap: 5vw;;
}

.galerij-info-container {
  width:20vw;
  position:fixed;
  top:30%;
  left:60%;
}

.galerij-item-container {

}

.galerij-item-container .a{
  width: 300px;
  aspect-ratio: 3/2;
}

.gallerij-item{
  width:250px;
  aspect-ratio: 3/2;
}

.galerij-text-container{
  padding-top: 10px;
  width:250px;
}

.galerij-text-container h6{
  text-decoration: none;
  text-transform: none;
  color:black;
  text-decoration: double;
}


.galerij-text-container p{
  font-size: 8pt;
  text-transform: uppercase;
}

.over-wrapper{
  width:100vw;
  display: flex;
  justify-content: center;
}

.over-wrapper-grid{
  padding-top:20vh;
  display:grid;
  grid-template-columns: auto auto;
  column-gap: 3vw;
}

.over-img-container{
  grid-column: 1;
  width:30vw;
  aspect-ratio: 4/5;
  /* position:absolute;
  
  top:20vh;  
  left:20vw; */
}

.over-text-container{
  grid-column: 2;
  /* position: absolute;
  top:30vh;
  left:50vw; */
  width:30vw;
}

.over-text-container p{
  text-transform: none;
  font-size: 12pt;
}

.contact-info-container{
  position: fixed;
  bottom:30%;
  left:20%;
  width:60vw;
}

.contact-info p{
  font-size: 9pt;
  font-family: Helvetica,Arial,  sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 22px;
}

.contact-img-container{
  position:fixed;
  right:6vw;
  bottom:30%;
  width:40vw;
  aspect-ratio: 3/2;
}


@media (orientation: portrait) {

  .active-item{
    width:70vw;
    height: auto !important;
    max-height: 50vh;
  }

  .nav-item{
    gap:35px;
  }

  .nav-item-left {
    left: 4vw;
  }

  .nav-item-right {
    right: 4vw;
  }

  p{
    font-size: 10px;
  }

  .over-text-container{
    /* position:fixed;
    left:10vw;
    top: 8vh; */
  }

  .over-text-container p{
    text-transform: none;
    font-size: 9.5pt;
    grid-column: 1;
    column-width: 1fr;
  }

  .over-img-container{
    width:35vw;
    aspect-ratio: 3/5;
    /* position:absolute;
    bottom:30vh;  
    left:20vw; */
    grid-column:1;
    column-width: 2fr;
  }

  .over-wrapper{
    width:100vw;
    display: flex;
    justify-content: center;
    
  }

  .over-wrapper-grid{
    padding-top:10vh;
    width:80vw;
    justify-content: center;
    position: relative;
    display:grid;
    grid-template-columns: auto;
    row-gap: 3vw;
  }

  .contact-info-container{
    bottom:15%;
    left:20%;
  }

  .contact-img-container{
    position:fixed;
    width:70vw;
    top:10%;
  }

}

/* GALERIJ OPMAAK START */

.gallery-title{
  width:100vw;
  display:flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top:8vh;
  color:rgb(0, 0, 0);
  padding-bottom: 5vh;;
}

.title-container{
  width: 40vw;
  line-height: 12pt;;
}

.gallery-wrapper{
  /* margin-top:20vh; */
  width:100vw;
  display: flex;
  justify-content: center;
}

.gallery{
  width:70%;
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  align-items: center;
  column-gap: 90px;
  row-gap: 100px;
  padding-bottom:20vh;
}

.gallery-item {
  /* width: 25vw;
  aspect-ratio: 1/1; */
  /* width:500px;
  height:500px; */
  display:flex;
  /* border: 2px solid black; */
  width: auto;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  object-fit: contain;
}

.img-small {
  width:100%;
  object-fit: contain;
  /* margin-bottom:50px; */
}

.gallery-nav a{
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 9pt;
}

.gallery-nav-links{
  position:fixed;
  top:49.2%;
  left:1vw;
}

.gallery-nav-rechts{
  position:fixed;
  top:49.2%;
  right:1vw;
}

@media (max-width: 1200px){

  .galerij-item-wrapper{}


  .gallery{
    grid-template-columns: 1fr 1fr;
  }

  .over-wrapper{
      padding-bottom:10vh;
  }

  .over-wrapper-grid{
      row-gap: 3vh;
  }

  .over-text-container{
    width:65vw;
    grid-column: 1;
    grid-row: 2;
  }

  .over-img-container{
    width:40vw;
    aspect-ratio: 4/5;
    /* position:absolute;
    bottom:-80vh;  
    left:20vw; */
  }
}

@media (max-width: 800px){
  .galerij-item-wrapper{
    grid-template-columns: auto;
  }

  .gallery{
    grid-template-columns: 1fr;
  }

  .gallery-nav a{
    font-size: 8pt;
  }

  .gallery-nav-links{
    width:18vw;
    left:4vw;
  }

  .gallery-nav-rechts{
    text-align: end;
    width:18vw;
    right:4vw;
  }

  nav {
    width:100%;
  }

  .nav-item-left {
    padding-left: 1vw;
  }

  .nav-item-right {
    padding-right: 1vw;
  }

  footer{
  padding-left: 4vw;
  padding-right: 4vw;
  bottom: 10px;
  }

  .over-wrapper{
    /* height:150vh; */
    display: flex;
    justify-content: center;
    padding-bottom: 20vh;
  }

  .over-wrapper-grid{
    display:grid;
    grid-template-columns: auto;
    padding-top:10vh;
  }

  .over-text-container{
    /* bottom:-20vh; */
  }

  .over-img-container{
    width:60vw;
    /* bottom:10vh;
    left:35%; */
    aspect-ratio: 4/5;
  }

  .
}

/* .slide {
  height: 80vh;
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
  background-color: #000;
}

.slide > div {
  width: 100%;
  height: 100%;
  background-size: contain;
  position: absolute;
  animation: slide 25s infinite;
  opacity: 0;
}

.slide > div:nth-child(2) {
  animation-delay: 5s;
}
.slide > div:nth-child(3) {
  animation-delay: 10s;
}
.slide > div:nth-child(4) {
  animation-delay: 15s;
}
.slide > div:nth-child(5) {
  animation-delay: 20s;
}

@keyframes slide {
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    transform: scale(1.04);
  }
} */


/* GALERIJ OPMAAK END */


/* OVERLAYER START */

.image-container {
  position: relative;
  display: inline-block;
  width:100%;
  height:100%;
  overflow: hidden; /* Required for object-fit to work as expected */

}

.image-container img {
  display: block;
}

.image-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0); /* Transparent overlay */
  /* Optionally, you can add a hover effect for the overlay */
  transition: background 0.3s ease; /* Smooth transition */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Or your preferred overlay effect */
  z-index: 2; /* Keep the overlay above the image */
  pointer-events: none; /* Prevent overlay from blocking interaction */
}

.image-container:hover .overlay {
  background: rgba(255, 255, 255, 0.5); /* Change the overlay on hover */
}

/* OVERLAYER END */