* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
figure {
  margin: 0;
}
img{
	max-width:100%;
}
body {
  font-family: 'Helvetica Neue', sans-serif;
  color: #fff;
  background-color: #f7f5ed;
}
.stBtn{
	background:#7e1e19;
	border-radius:17px;
	color:#f7f5ed;
	font-weight:bold;
	display:inline-block;
	padding:4px 35px;
	text-decoration:none;
	text-transform:uppercase;
}
.hero-section{
	
}
 .dropdown{
	 display: flex;
	 margin-bottom:-7rem;
	 padding:1.4rem;
  justify-content: flex-start;
  position:relative;
  z-index:5;
 }

.dropbtn{
	display:none;
}
.dropdown nav {
  display: flex;
  gap: 2.9rem;
}

.dropdown a {
  background-color: #fdfcf5;
  color: #7b1e1e;
  text-decoration: none;
  font-weight: bold;
  padding: 0.5rem 2.3rem;
  border-radius: 999px;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  transition: background 0.3s;
  text-transform:uppercase;
}

.dropdown a:hover {
  background-color: #eee5d8;
}

/* HERO SECTIE */
.hero-section {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.hero-text {
  position: absolute;
  bottom: 170px;
  left: 80px;
  max-width: 45%;
}

.hero-text h1 {
  font-size: 3.5vw;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
}

.hero-text p {
  font-size: clamp(14px, 1.5vw, 24px);
  ;
  line-height: 1.5;
  color: #f0f0f0;
}

.hero-image {
  width: 100vw;
  object-fit: cover;
  display: block;
}

.hero-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left:20px;
  width: 100%;
  height: 200px;
  clip-path: ellipse(150% 100% at 50% 100%);
  z-index: 1;
}

/* Responcive */
@media (max-width: 900px) {
  .hero-section {
    flex-direction: column;
    align-items: center;
    padding: 8rem 1.5rem 2rem;
    height: auto;
  }

  .hero-text {
    max-width: 50%;
    margin-bottom: 2rem;
  }

  .hero-image {
    width: 100%;
    height: auto;
  }
}

#projects {
  padding: 4rem 2rem;
  background-color: #faf8f1;
}

#projects h2 {

  text-align: center;
  margin-bottom: 2rem;
  font-size: 2rem;
}

.project-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  list-style: none;
  padding: 80px 20px;
  margin: 0;
}

.project-grid li {
  flex: 0 1 40%;
}
.project-grid li figcaption{
	padding: 20px 5px;
}



figcaption {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  letter-spacing: 1px;
}
figcaption span{
	display:inline-block;
	text-align:right;
	width:48%;
}
figcaption a {
  display: inline-block;
  padding: 5px 25px;
  border: 2px solid #6c0e0e;
  color: #6c0e0e;
  text-decoration: none;
  font-size: 0.85rem;
  border-radius: 20px;
  transition: background 0.3s ease;
  text-align:right;
}
figcaption h3{
	color:#000;
	display:inline-block;
	text-align:left;
	width:50%;
}
figcaption a:hover {
  background-color: #6c0e0e;
  color: white;
}

/*Project Greenwise page*/
body {
  margin: 0;
  font-family: 'Helvetica Neue', sans-serif;
  
}

.project-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.project-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 3rem;
}

.project-header h1 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}

.project-header p {
  max-width: 600px;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.back-button {
  background-color: #7b1e1e;
  color: white;
  text-decoration: none;
  padding: 0.5rem 1.2rem;
  border-radius: 999px;
  font-weight: bold;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  transition: background 0.3s;
}

.back-button:hover {
  background-color: #5c1818;
}

.project-gallery {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.main-image img {
  width: 100%;
  border-radius: 0.25rem;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.image-grid img {
  width: 100%;
  border-radius: 0.25rem;
  display: block;
}

/* Aboud me */
.about-container {
background: url("../../images/Vector_about_me.png") no-repeat right top;
  background-size: 100%;
}
.about-container figure{
	  padding:150px 140px 50px;
	  vertical-align:bottom;
}
.about-container figure > div{
	display:inline-block;
	width: 47%;
}
.about-container figure img{
	border-radius:0 120px 0 0;
	vertical-align:bottom;
}
.about-text {
  padding:20px 0px 0px 175px;
  color: white;
  display:inline-block;
  width: 47%;
}

.about-text p {
  line-height: 1.6;
  text-align: justify;
  padding-bottom:20px;
}

.about-text .button {
  background-color: rgb(255, 255, 255);
  color: #8B1F1F;
  display:inline-block;
  border-radius: 1rem;
  font-weight: bold;
  margin-top:20px:
}
.aboutMeStyle{
	font-size:30px;
	font-weight:bold;
	letter-spacing:5px;
	margin:20px 0;
	text-transform:uppercase;
}



/* Tekstblok */
#about article {
  color: white; /* Tekst staat op de rode vorm */
  
}

/* CV-knop */
.button {
  padding: 0.4rem 1.9rem;
  border-radius: 1rem;
  font-weight: bold;
  text-decoration: none;
}

.footer {
	background: url("../../images/background_footer.png") no-repeat right top;
	background-size: 100% 100%;
  padding: 20px 0 10px;
}

.footer-shape {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.footer-text .soc{
	display: flex;
    flex-direction: row;
    font-size: 30px;
    text-align: center;
padding:40px 80px 20px;
}
.footer-text .soc > a{
	    flex: 50%;
}
.footer-text {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #000;
}


.footer-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* zorgt dat het responsief blijft */
  gap: 2rem;
  padding:50px 10px 10px 50px;
  position: relative;
  z-index: 1;
  color: white;
}

/* Logo */
.footer-text img {
  max-width: 100px;
}
.footer-text .soc img{
  width:58px;
}
/* Navigatie */
.footer-text {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding:0;
}
.contact-wr{

	text-align:left;
}
.contact-wr a{
		margin-left:70px;
}
.footer-text ul {
  text-transform:uppercase;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.footer-text li {

}

.footer-text a {
  text-decoration: none;
  color: white;
  
}
.copy-right{
	font-size:10px;
	padding:8px;
}
/* Adres */
.footer-text address {
  font-style: normal;
}

/* Email als link */
.footer-text address a {
  color: white;
}


.footer-text a.footer-contact-btn {
  background-color: #f6f3eb;
  color: #7a1d17;
  font-size:12px;
  letter-spacing:2px;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  text-transform:uppercase;
}


.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
  gap: 0.9rem;
  color: white;
  min-width: 180px;
}

.footer-contact h3 {
  margin: 0;
  white-space: nowrap;
}

.footer-contact p {
  margin: 0;
  
}

.footer-contact a {
  color: white;
  text-decoration: none;
}

.footer-text > * {
  flex: 1;
}
.prodPage.project-grid {
	gap:6rem;
}
.prodPage.project-grid li {
	flex: 0 1 24%;
}
.productInfo{
	display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    list-style: none;
    padding: 20px 20px 40px;
    margin: 0;
}
.productInfo > *{
	color:black;
	line-height: 1.6;
	    flex: 0 1 42%;
}
.productInfo p{
	letter-spacing:2px;
	padding:0 6rem;
}
.imageWr{
		display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    justify-content: center;
    list-style: none;
    padding: 25px 20px 20px;
    margin: 0;
	text-align:center;
}
.imageWr > a{
	flex: 0 1 42%;
	
}
.tit{
	color:black;
	font-weight:bold;
	padding-left:8rem;
	text-transform:uppercase;
}
.skills{
	padding-top:65px;
	padding-bottom:120px;
}
.skills .row{
	color:black;
	display:flex;
	flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
    list-style: none;
    padding:50px 50px 0 50px;
    margin: 0;
}
.skills img{
	width:230px;
}
.skills p{
	padding:0 0 4px 2px;
	text-transform:uppercase;
}
.contactForm{
	background: url("../../images/Vector_contact.png") no-repeat left top;
	background-size:100%;
	padding-bottom:30px;
}
.contactForm input:focus::placeholder{
	opacity: 0;
}
.contactForm .row{
	color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 38rem;
    justify-content: center;
	line-height:35px;
    list-style: none;
    padding: 50px 50px 0 50px;
    margin: 0;
	align-items: flex-end;
}
.contactForm input{
	font-size:11px;
	margin-bottom:20px;
	padding:9px;
	width:300px;
}
.contactForm textarea{
	font-size:12px;
	height:200px;
	padding:6px;
	width:300px;
}
.contactForm textarea:focus::placeholder{
	opacity: 0;
}
.contactForm button{
	background-color: #f6f3eb;
	border:none;
    color: #7a1d17;
	font-size:12px;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    font-weight: bold;
	letter-spacing:2px;
	text-transform:uppercase;
}
.contactForm .wrBtn{
	padding-top:20px;
	text-align:right;
}
.contactForm .col img{
width:55px;
}
.contactForm .col .soc{
	padding-top:30px;
}
.contactForm .col .soc *{
	vertical-align:bottom;
}
.contactForm a{
	color:#fff;
	text-decoration:none;
}
.contactForm h4{
	font-size:25px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:5px;
	padding-bottom:15px;
}
.textUnder{
	font-size:42px;
	text-align:center;
	padding:100px;
}
.textUnder h3{
	color:#7e1e19;
	display:inline-block;
	font-weight:bold;
	line-height:55px;
		letter-spacing:4px;
	text-align:left;
	text-transform:uppercase;
}
/* responcive*/
@media (max-width: 1080px){
	.about-container figure img{
	border-radius:0 0px 0 0;
	}
	.about-container figure {
		padding:20px;
		vertical-align:middle;
	}
	.about-container figure > *{
		vertical-align:middle;
	}
	.about-container .about-text {
		padding:20px;
	}
	.about-container{
		background:#7E1E19;
	}
	 .footer{
	  background: #7E1E19;
  }

	  .footer-text .soc img {
	  margin:0 15px;
	  border-radius:25px;
  }
  .contact-wr a {
    margin-left: 0px;
}
.hero-section {
    padding: 0rem 0rem 2rem;
  }
  .productInfo {
	  display:block;
	  text-align:center;
	   }
	   .contactForm .row {
		       gap: 15rem;
	   }
	   .project-grid li *{
		   vertical-align:top;
	   }
}
@media (min-width: 1220px){
	.dropdown{
		padding: 5rem 0 0 5rem;
	}
}
@media (max-width: 768px) {
	.project-grid li,
.prodPage.project-grid li	{
		flex: 0 1 80%;
	}
	
	.about-container figure {
		padding:0;
	}
.about-container figure > div,
.about-container figure .about-text{
	display:block;
	text-align:center;
	width:100%;
}
.about-text p{
	text-align:center;
}
  .footer-text {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-contact,
  .footer-text nav,
  .footer-text nav ul {
    align-items: center;
    text-align: center;
  }

  .footer-text nav {
    flex-direction: column;
  }
  .footer-text .soc{
	  padding:0;
  }
  /****** menu *****/
 .dropdown {
	 display:inline-block;
position:absolute;
right:0;
top:0;
   z-index: 2;
}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	background-color: #7e1e19;
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  right:0;
  top:50px;
  z-index: 1;
}
.dropdown button{
	background:none;
	border:none;
}
/* Links inside the dropdown */
.dropdown-content a {
	border-radius:0;
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropbtn img{
	width:30px;
}
.dropdown a{
	background-color: #7e1e19;
}
.dropdown a:hover{
	background-color: #7e1e19;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
.dropdown .dropdown-content{
		display:none;
	}
	.dropbtn{
		display:block;
	}
	.contactForm{
		background:#7e1e19;
	}
	    .contactForm .row {
			gap:3rem;
		}
		.hero-text{
			bottom:20px;
			left:20px;
		}
		figcaption > *{
			vertical-align:middle;
		}
		figcaption > span{
			width:43%;
		}
		figcaption a{
			white-space: nowrap;
		}
		.textUnder {
			padding:10px;
		}
		figcaption h3 {
			display:block;
			padding-bottom:10px;
			text-align:center;
			width:100%;
		}
		.project-grid figcaption{
			text-align:center;
		}
		    figcaption > span{
				text-align:center;
				width:100%;
			}
			.imageWr{
				gap:1rem;
			}
			.productInfo p {
				padding:1rem;
			}
}

/* Alleen voor de thanks pagina */
body.thanks-page {
  background-color: #7E1E19;
  color: #F7F5ED;
  text-align: center;
  padding: 100px 20px;
}

body.thanks-page h1 {
  font-size: 3rem;       
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
}

body.thanks-page p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

body.thanks-page a.go-back-button {
  background-color: #7e1e19;
  color: #f7f5ed;
  border-radius: 999px;
  padding: 0.5rem 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #f7f5ed;
  display: inline-block;
  transition: background-color 0.3s ease, color 0.3s ease;
}

body.thanks-page a.go-back-button:hover {
  background-color: #f7f5ed;
  color: #7e1e19;
}

.go-back-button {
  background: #f7f5ed;
  border-radius: 17px;
  color: #7e1e19;
  font-weight: bold;
  display: inline-block;
  padding: 4px 35px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.go-back-button:hover {
  background-color: #7e1e19;
  color: #f7f5ed;
}


