/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p {
  color: #2b2b37;
}

.see-project-text{
  color: #d5796b;
}

body {
  font-family: 'Soleil', sans-serif;
  background-color: #FDFAF7;
  margin: 0;
}

#home br {
  display: block; /* Zorg ervoor dat <br> als een blok wordt weergegeven (standaardgedrag) */
}

* {
  cursor: none !important; /* Verberg de standaard cursor overal */
}

/* Verberg de custom cursor op touch-apparaten */
@media (pointer: coarse) {
  .custom-cursor {
      display: none !important; /* Verberg de cursor bij touch-apparaten */
  }
}


/*--------------------------------------------------------------
# HOME
--------------------------------------------------------------*/

.divForLandingsPage {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 32px 200px 140px; /* top padding op 0 gezet */
}

#home {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 1000px;
}

#home h3 {
  font-family: 'Soleil', sans-serif;
  font-weight: 700;
  font-size: 48px; /* was kleiner, nu groot zoals in screenshot */
  line-height: 1.3; /* goede spacing */
  max-width: 850px;
}

.portfolioButtonsHomePage {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.portfolioButtonsHomePage button {
  border: 2px solid #2b2b37;
  border-radius: 999px;
  font-family: 'Soleil', sans-serif;
  font-size: 32px; /* iets groter voor betere balans */
  line-height: 32px; /* dit helpt voor verticale alignment */

  font-weight: 350;
  padding-top: 10px;
  padding-bottom: 12px;
  padding-left: 21px;
  padding-right: 21px;
  background: none;
  cursor: none;
}

.portfolioButtonsHomePage button {
  color: #2b2b37; /* of je gewenste kleur */
  -webkit-tap-highlight-color: transparent;
  -webkit-text-fill-color: #2b2b37; /* <- VOOR SAFARI-iOS fix */
  -webkit-user-select: none; /* voorkomt ook blauw highlighten op lang drukken */
  user-select: none;
  text-decoration: none;
}

.portfolioButtonsHomePage button:focus {
  outline: none;
}

.portfolioButtonsHomePage button:hover {
  /* Wanneer de knop gehoverd wordt, verander de cursorkleur */
  cursor: none; /* Houd de aangepaste cursor in plaats van de standaard cursor */
}




/* Hover-effect op de naam Joey */
.hover-name {
  position: relative;
  text-decoration: underline;
  cursor: none;
  color: #2b2b37; /* Zorg ervoor dat de kleur van de link hetzelfde blijft als de omringende tekst */

}

.hover-name a {
  text-decoration: none; /* Verwijder de onderstreping */
  color: #2b2b37; /* Zorg ervoor dat de kleur van de link hetzelfde blijft als de omringende tekst */
}

.hover-name a:visited {
  color: #2b2b37; /* Zorg ervoor dat de kleur hetzelfde blijft na het klikken */
}

.hover-name a:active {
  color: #2b2b37; /* Zorg ervoor dat de kleur hetzelfde blijft wanneer de link wordt ingedrukt */
}

/* De pop-up is standaard verborgen */
.popup {
  display: none;  /* Standaard verborgen */
  position: absolute;
  top: 30px;  /* Pas dit aan voor meer of minder afstand van de naam */
  left: 0;
  width: 200px;  /* Pas de grootte van de afbeelding aan */
  height: auto;
  border-radius: 0px;
  z-index: 10;
}

/* De afbeeldingen in de pop-up worden in een 'carousel' weergegeven */
.popup-image {
  display: none;  /* Standaard verborgen */
  width: 100%;  /* Pas de grootte aan zoals je wilt */
  height: auto;
  border-radius: 0px;
}

/* De actieve afbeelding wordt zichtbaar */
.popup-image.active {
  display: block;  /* Alleen de actieve afbeelding wordt zichtbaar */
}



/* END HOME */
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99999;
  text-decoration: none;
}
.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #2b2b37;
  color: #fff;
  transition: all 0.2s;
}

.back-to-top i:hover {
  background: #2b2b37;
  color: #fff;
  text-decoration: none !important;
}

.top-icon a:hover {
  background: #2b2b37;
  color: #fff;
  text-decoration: none !important;
}


.back-to-top i:focus {
    background-color: #2b2b37;
    color: #fff;
    text-decoration: none !important;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sidenav {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding-top: 30px;
  border-right: 2px solid #2b2b37;
}

.nav {
  position: absolute;
  bottom: 0;
  padding-bottom: 150px;
  display: block !important;
  
}

.nav a {
padding: 6px 6px 6px 40px;
text-decoration: none;
font-size: 21px;
color: #2b2b37;
display: block !important;

}


.nav-icon {
position: absolute;
bottom: 0;
display: block !important;
padding: 0px 0px 60px 40px;
text-decoration: none;
color: #2b2b37;

}

.nav-icon a{
  color: #2b2b37;
  padding-left: 4px;
}

.nav-icon a:hover{
  color: #2b2b37;
  text-decoration: none;
}

.nav-icon a:focus {
color: #2b2b37;
}

.navh1 {
padding: 6px 6px 6px 40px;
text-decoration: none;
font-size: 25px;
color: #2b2b37;
display: block;
text-decoration: bold;
position: absolute;
}

.navh1 a{
  color: #2b2b37 !important;
  text-decoration: none;
}

.sidenav a:hover {
color: #2b2b37;
}

.nav a:focus {
color: #2b2b37;
}


/* end navbar */

#home img {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s;
}


/*--------------------------------------------------------------
# WORK
--------------------------------------------------------------*/

.koppelteken{
  white-space: nowrap; /* Voorkomt dat het koppelteken breekt en laat de woorden samengevoegd blijven */
}

.video-fluid {
    height: 308px; /* Maintain aspect ratio */
    max-width: 100%;
    top: 0;
    
  }

#work {
  padding: 20px;
  padding-bottom: 150px;
  border-bottom: 2px solid #2b2b37;
  padding-left: 140px;
  padding-right: 140px;
}
#work h2 {
    padding-top: 50px;
    padding-bottom: 10px;
    padding-right: 50px;
    font-size: 62px;
    margin-bottom: 0px;
    line-height: 42px;
}

#work h3 {
    padding-bottom: 84px;
    padding-right: 50px;
    margin-top: 0px;
}


/* navigation button top */
.buttonsOfPortfolio {
  text-align: right;
}

.buttonsOfPortfolio button {
  display: inline-block; /* Display buttons inline */
  margin-left: 10px; /* Adjust this value to control the space between buttons */
  margin-bottom: 41px;

  /* styling */
  background: none;
  border-radius: 40px;
  border: 2px solid #2b2b37;
  font: normal normal normal 18px/23px 'Soleil', sans-serif;
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  color: #2b2b37;
}

.hide-on-mobile {
  border: none !important;
  }

/* portfolio individual item */
.portfolioItem {
  border-top: 2px solid #2b2b37;
  display: flex; /* Use flexbox for layout */
}

.knop-expand{
  border-top: 2px solid #2b2b37;
  display: flex; /* Use flexbox for layout */
}

.knopje{
  padding-top: 25px;
}

.portfolioItemLeftSide {
  /* Remove float and set a flex-grow property to allow it to take space */
  flex-grow: 1;
  padding: 10px; /* Add some spacing for better alignment */
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 25.5px;
  margin-bottom: 25.5px;
}

.portfolioItemTitle {
  width: 240px;
}

.portfolioItemTitle p{
  font: normal normal bold 32px/35px 'Soleil', sans-serif;
  margin-top: 0px;
}

.portfolioItemButtons{
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Align buttons to the left */
}

.portfolioItemButtons button {
  display: block; /* Display buttons inline */
  margin-top: 7px; 

  /* styling */
  background: none;
  border-radius: 40px;
  border: 2px solid #2b2b37;
  font: normal normal normal 18px/23px 'Soleil', sans-serif;
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  color: #2b2b37;
  cursor: none;
}

.portfolioItemPicture {
  margin-right: 15px; /* Add some margin to separate from the date */
  margin-top: 25.5px;
  margin-bottom: 25.5px;
}

.portfolioItemPicture img {
  height: 308px; /* Maintain aspect ratio */
}

.portfolioItemDate {
  width: 113px;
  font: normal normal normal 32px/35px 'Soleil', sans-serif;
  text-align: right;
  margin-top: 25.5px;
  margin-bottom: 25.5px;
}

.portfolioItemDate p {
  margin: 0px;
}

#expandButton {
 /* styling */
 background: #2b2b37;
 border-radius: 40px;
 color: #FDFAF7;
 border: 2px solid #2b2b37;
 border-color: #2b2b37;
 font: normal normal normal 18px/23px 'Soleil', sans-serif;
 padding-top: 5px;
 padding-bottom: 9px;
 padding-left: 15px;
 padding-right: 15px;
}

#expandButton:hover {
  background-color: #d5796b; /* Rode achtergrond bij hover */
  border: 2px solid #2b2b37;
}

.portfolioItems a{
  text-decoration: none;
}

/* end WORK */

/*--------------------------------------------------------------
# CONTACT
--------------------------------------------------------------*/

#contact {
    padding: 20px;
    padding-left: 140px;
}
#contact h2 {
  font-size: 62px;
}

/*--------------------------------------------------------------
# Mail
--------------------------------------------------------------*/
.mail{
    padding: 50px;
    padding-left: 0px;
    padding-bottom: 150px;
    float: left;
}

input[type=text], select, textarea {
  width:400px;
  padding: 12px;
  border: 2px solid #2b2b37;
  box-sizing: border-box;
  margin-top: 0px;
  margin-bottom: 16px;
  resize: vertical;
  display: block !important;
}

input:focus { 
  outline: none !important;
  border-color: #2b2b37;
}

textarea:focus { 
  outline: none !important;
  border-color: #2b2b37;
        
}

input[type=email], select, textarea {
  width: 400px;
  padding: 12px;
  border: 2px solid #2b2b37;
  box-sizing: border-box;
  margin-top: 0px;
  margin-bottom: 16px;
  resize: vertical;
  display: block !important;
}

input[type=submit] {
  background-color: #2b2b37;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  color: #FDFAF7;
}
.mail {
  line-height: 40px;
  font-weight: 600;
}
input[type=submit]:hover {
color: #2b2b37;
padding: 10px 18px;
border: 2px solid #2b2b37;
color: #FDFAF7;
}


.naam :active {
    color: #2b2b37;
    border-color: #2b2b37;
}

.knop {
    padding-top: 16px;
}

#contact {
    font-size: 16px;
}

#contact h2 {
  padding: 50px;
padding-left: 0px;
font-size: 62px;
line-height: 42px;
}

.information {
    float: right;
    padding-top: 50px;
    padding-right: 25%;
}

.information h3 {
    font-weight: 600;
    line-height: 0px;
}

.information p {
    padding-bottom: 40px;
}

 /* Stijl voor klikbare e-mailadressen */
 a[href^="mailto"] {
  text-decoration: none; /* Verwijder onderstreping */
}

/* Stijl voor klikbare telefoonnummers */
a[href^="tel"] {
  text-decoration: none; /* Verwijder onderstreping */
}

.contact-icon a {
    color: #2b2b37;
}

.contact-icon a:focus {
    color: #2b2b37;
    text-decoration: none !important;
}

.contact-icon a:hover {
    color: #2b2b37;
    text-decoration: none !important;
}

#name, #email, #message {
  background-color: #FDFAF7;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


#footer {
  background: #2b2b37;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  clear: both;
}


#footer .copyright {
  text-align: center;
  padding-top: 30px;
  clear: both;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  clear: both;
}

#footer a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  clear: both;
}

#footer a:hover {
    color: #d5796b; 
    text-decoration: none;

}


.main {
  margin-left: 300px; /* Same as the width of the sidenav */
}



@media screen and (max-height: 450px) {
    .main {margin-left: 200px;}
  .sidenav {padding-top: 15px; width: 200px;}
  .nav a, .navh1 {font-size: 18px;}
  .nav {padding-bottom: 50px;}
}

@media screen and (max-width: 920px) {
    .main {margin-left: 250px;}
  .sidenav { width: 250px;}
  .nav a, .navh1 {font-size: 18px;}

  #home h3 {
    font-size: 32px;
    line-height: 1.4;
    text-align: center; /* optioneel, als je centrering wil op kleiner scherm */
  }
  
  .portfolioButtonsHomePage button {
    font-size: 24px;
    line-height: 24px;
    padding-top: 7px;
    padding-bottom: 9px;
    padding-left: 18px;
    padding-right: 18px;
  }
}


/*---------------------------------------
   Responsive Mobile         
-----------------------------------------*/
@media (min-width: 650px) { 
    .topnav {
        display: none;
    }
}


@media (max-width: 1410px){
  #about .about-img{
    float: unset;
  }

  
}

@media (max-width: 1600px) {
.mail{
    padding: 50px;
    padding-left: 0px;
    padding-bottom: 120px;
    float: none;
}
    
.information {
    float: none;
    padding: 50px;
    padding-left: 0px;
    padding-bottom: 120px;
}

#work{
  padding-left: 0px;
  padding-right: 0px;
}

.knopje{
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

#work h2, #work h3{
  margin-left: 140px;
}
.fullPortfolio{
  width: 100%;
}

.buttonsOfPortfolio {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.buttonsOfPortfolio button {
  font: normal normal normal 16px/20px Soleil;
  margin: 0px;
  margin-bottom: 10px;
}

.portfolioItem {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 20px;
}

.portfolioItemPicture {
  flex: 1;
  margin: 0px;
}

.portfolioItemPicture img{
  height: 100%;
  width: 100%;
}

.portfolioItemLeftSide {
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
}

.portfolioItemButtons {
  align-items: flex-end;
}

.portfolioItemButtons button {
  font: normal normal normal 16px/20px Soleil;
}

.portfolioItemDate {
  font: normal normal 300 16px/18px Soleil;
  margin-top: 20px;
  width: auto;
}

.video-fluid {
  height: auto; /* Maintain aspect ratio */
  max-width: 100%;
  top: 0;
  
}

.divForLandingsPage {
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
}

#home {
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto; /* dit zorgt dat hij in het midden komt van de container */
}

#home h3 {
  text-align: center;
}



}

@media (max-width: 980px) {
    
#contact, #about {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

#work h2, #work h3 {
  text-align: center;
}

#contact h2 {
  text-align: center;
  margin-left: 0px;
  padding-right: 0px;
}
    
#about h2 {
    text-align: center;
    float: none;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 50px;
}
    
.about-img, .about-text {
    float: none;
}


#about .about-text {
    font-size: 16px;
    line-height: 24px;
    padding-left: 40px;
    padding-right: 40px;
}
    
#about .about-img {
    width: 90%;
    height: auto;
    float: none;
    padding: 0px;
}
#work h2, #work h3 {
  margin-left: 0px;
  padding-right: 0px;
}    


/*contact*/

.mail{
    padding: 50px;
    padding-bottom: 120px;
    float: none;
}
    
.information {
    float: none;
    padding: 20px;
    padding-bottom: 100px;
}
    
input[type=text], select, textarea {
  width:90%;
  margin-left: auto;
  margin-right: auto;
  
}

input[type=email], select, textarea {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
    
#subject {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
    
input[type=submit] {
  margin-left: auto;
  margin-right: auto;
    
}
    
#about p {
    padding-right: 0px;
}


    
}

@media (max-width: 800px) {
  .ImageForLandingsPage{
    display: none;
  }

  .logo img {
    margin-right: 0px;
  }

  .leftSideOfLogo {
    align-items: center;
  }

  .portfolioButtonsHomePage{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .portfolioButtonsHomePage button {
    margin-right: 0px;
  }

  .portfolioButtonsHomePage h3 {
    text-align: center;
  }
}


@media (max-width: 767px) {
    
#beeld {
    padding: 10px;
}
    
#contact, #about {
    text-align: center;
    padding-bottom: 120px;
}
    
#about .about-img {
    width: 90%;
    float: none;
    padding: 0px;
    padding-bottom: 50px;
}

.hide-on-mobile {
  display: none;
}

    
input[type=text], select, textarea {
    width:100%;
}


input[type=email], select, textarea {
    width: 100%;
}
    
#subject {
    width: 100%;
}

.mail{
   
    padding-bottom: 90px;
    float: none;
}
    
.information {
    padding-bottom: 0px;
}

#contact h2, #work h2, #about h2 {
  font-size: 52px;
}

#home br {
  display: none; /* Verberg de <br> tag bij kleinere schermen */
}
    
}


@media (max-width: 650px) {
    
#about, #contact {
    padding-left: 10px;
    padding-right: 10px;
}

#beeld {
    padding-left: 5px;
    padding-right: 5px;
}

#about .about-text {
  padding-left: 20px;
  padding-right: 20px;
}
    
.sidenav {   
    display: none;
}
    
    
.main {
    margin-left: 0px; /* Same as the width of the sidenav */
}
    
#contact h2, #work h2, #about h2 {
    font-size: 52px;
}
    
    #about p {
        padding-bottom: 20px;
    }
  
    #work {
      padding-bottom: 75px;
    }

    #home {
      height: 500px;
    }

}

@media (max-width: 465px){
  .portfolioItemTitle p {
    font: normal normal bold 21px/25px Soleil;
  }
}


@media (max-width: 350px) {
   
#contact h2, #work h2, #about h2 {
    font-size: 40px;
}

#about, #work, #contact, #beeld {
    padding-left: 0px;
    padding-right: 0px;
    
}
    
    
}




/* Clients Carousel Mask */
.clients-carousel-mask {
  position: relative;
  overflow: hidden;
  height: 100px; /* Pas de hoogte aan naar wens */
  border-bottom: 2px solid #2b2b37;
  background-color: #FDFAF7; /* Achtergrondkleur aanpassen indien nodig */
}

/* Clients Carousel */
.clients-carousel {
  display: flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
  animation: fadeIn 2s forwards;
  opacity: 0;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.client-logo {
  display: inline-block;
  padding: 0 40px; /* Voeg padding toe */
  opacity: 0.1;
  filter: grayscale(100%);
}

.client-logo img {
  height: 55px; /* Pas de hoogte aan naar wens */
  object-fit: contain;
}

/* Responsive styling voor mobiele apparaten */
@media (max-width: 768px) {
  .client-logo {
    padding: 0 20px; /* Pas de padding aan voor mobiele apparaten */
    height: 40px;
  }
}


.clients-carousel img {
  visibility: visible;
  opacity: 1;
  transition: none;
}