/* --------------------- Kleuren --------------------- */
:root {
  --oranje: #387F6D;
  --bright-color: #23FFC7;
  --licht-oranje: #ADE0D1;

  --dark-green: #183826;
  --mid-green: #40c77a;
  --bright-green: #23FFC7;
  --light-green: #c7dbd0;
  --bg-green: #f4f8f5;

  --margin: 150px 0;
}

body{
    background-color: var(--bg-green)
}

/* --------------------- Fonts --------------------- */
  

h1{
  font-family: "Faculty Glyphic", sans-serif;
  font-weight: 400;
  font-style: normal;

  font-size: 2.5em;
  color: var(--dark-green);
}

h2{
    font-family: "Faculty Glyphic", sans-serif;
  font-weight: 400;
  font-style: normal;

  font-size: 1.3em;;
  text-transform: uppercase;
  color: var(--dark-green);
}

p{
    font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-style: normal;

  font-size: 1em;
  color: var(--dark-green);
}

a{
    font-family: "Inter Tight", sans-serif;
    font-weight: 400;
  font-style: normal;

  color: unset;
  text-decoration: none;
  font-size: 1.2em;
}

a:hover{
  color: var(--gold);
  text-decoration: underline;

}

b{
    font-weight: 500;
}


/* --------------------- Algemeen --------------------- */

.container{
  width: 80vw;
  margin-left: 10vw;
}


/* --------------------- btn --------------------- */
.btn {
    padding: 10px 20px;
    border: 1px solid white;
    border-radius: 5px;
    width: fit-content;
    white-space: nowrap; /* Voorkomt dat de inhoud afbreekt naar een nieuwe regel */
    font-weight: 400;
}

.btn.filled {
    background-color: var(--bright-green);
    color: var(--dark-green);
    border: 1px solid var(--bright-green);
}

.btn.transparent {
    color: white;
    font-weight: 400 !important;
}

  .line {
    margin: 0px !important;
    border-left: 1px solid white; /* De lijn tussen tekst en pijl */
    margin-right: 10px;
    width: 10px !important;
    height: 50px !important; /* Ruimte tussen de lijn en de pijl */
    opacity: 0.3;
    position: relative;
  }

  .line::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.5px; /* Gebruik een kleine breedte zoals 0.5px */
    background-color: white;
  }

  .arrow {
    display: inline-flex;
    align-items: center;
    margin-left: 10px; /* Geen extra ruimte nodig */
    margin-right: 20px;
  }

  .arrow svg {
    transition: transform 0.3s ease;
    transform-origin: left; /* Houd de transformatie gecentreerd */
  }

  .btn:hover .arrow svg {
    transform: scaleX(1.15); /* Pijl wordt langer bij hover */
      transform-origin: left; /* Houd de transformatie gecentreerd */
      transition: transform 0.3s ease;
  }

  .btns.hor{
    display: flex;
    gap: 20px;
    flex-direction: row !important;
    justify-content: flex-start !important;
  }

/* --------------------- section header - logo --------------------- */

.header.logo .container{
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

/* --------------------- section 1 - Video --------------------- */
.sectie1-video{
  aspect-ratio: 16 / 9;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  position: relative;
  background-color: black;
  position: fixed;
  z-index: 1;
  top: 0px;
}

.sectie1-video video{
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.8;
}

.sectie1-video-titel{
    position: absolute;
    bottom: 100px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    color: white;
}

.sectie1-video-titel h1{
    color: white;
    font-size: 4.5em;
    line-height: 1em;
}

.sectie1-video-titel p{
    color: white;
    font-size: 6em;
    line-height: 1.4em;
}


.sectie1-video-socials a{
    display: inline-flex;
    color: white;
}

.sectie1-video-socials{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sectie1-video-socials img{
    margin-right: 10px;
}

.sectie1-video-titel.container div{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.sectie1-video-titel.container p{
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: 30px;
}

/* --------------------- section 2 - Header --------------------- */
.sectie.introtekst{
    background-color: var(--bg-green);
    padding: 200px 0px 100px 0px;
    position: relative;
    z-index: 2;
    margin-top: 100vh;
    border-radius: 50px 50px 0px 0px;
}

.sectie.introtekst svg{
    color: var(--mid-green);
}

.intro-big{
    font-size: 3em;
    line-height: 1.2em;
    font-weight: 500;
    margin: 0 auto;
    width: 60vw;
    text-align: center;
    font-family: "Faculty Glyphic", sans-serif;
}

.introtekst.item svg{
    width: 50px;
    margin-bottom: 15px;
}

.introtekst.item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 50px;
}
.introtekst.content{
    margin: 0 auto;
    width: 50vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    gap: 100px;
}


/* --------------------- section Diensten --------------------- */
.sectie.diensten{
    background-color: var(--bg-green);
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
}

.diensten.container{
    padding: 100px 0px 50px 0px;
    border-top: 1px solid black;
}

.diensten.content{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.diensten.item{
    background-color: var(--dark-green);
    padding: 50px;
    border-radius: 20px;
}

.diensten.item h2{
    margin-bottom: 15px;
    color: var(--bright-green);
}

.diensten.item p{
    color: var(--light-green);
}

/* --------------------- section - Tekst foto --------------------- */
.sectie.full-image{
    background-color: var(--bg-green);
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
    padding-top: 20px;
}
.sectie.full-image img{
width: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
border-radius: 30px;
}

.sectie.full-image video{
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 30px;
    }
/* --------------------- section - Tekst foto --------------------- */
.sectie.tekst-foto{
    background-color: var(--bg-green);
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
    padding-top: 20px;
}

.tekst-foto.container{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
}

.tekst-foto.item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    aspect-ratio: 16 / 9;
}

.tekst-foto.item h1{
    margin-bottom: 15px;
}

/* --------------------- section 2 - Header --------------------- */

.sectie2{
  margin-bottom: 10vw;
  background-color: white;
  position: relative;
  z-index: 2;
}

.sectie2 .foto-box.container img{
  aspect-ratio: 16 / 7;
  object-fit: cover;
}


/* --------------------- section 3 - Contact --------------------- */

.sectie3{
    background-color: var(--bg-green);
    position: relative;
    z-index: 2;
    padding-bottom: 100px;
}


.sectie3 h2{
    margin-bottom: 15px;
  }

  .sectie3 h1{
    margin-bottom: 30px;
  }

.contact.container{
  padding: 75px;
  width: 80vw;
  margin: 0 auto;
  background-color: var(--dark-green);
  border-radius: 20px;
  color: var(--bright-green);
}

.contact h1{
  color: var(--bright-green)
}

.contact.item p:last-child{
  margin-bottom: 0px;
}
  

.blok-bg{
    position: absolute;
    top: -40px;
    right: 0px;
    width: 50%;
    height: 50px;
    object-fit: cover;
    object-position: top;
}


.vertical-line-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.vertical-line {
    width: 1px;
    height: 100%;
    background-color: black;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.sectie3 .contact.item img{
    display: inline-block;
    width: 20px;
    margin-right: 10px;
    vertical-align: bottom;
}

/* --------------------- Laad scherm --------------------- */

/* --------------------- Fontchange scherm --------------------- */

/* --------------------- Mediaquerries --------------------- */

@media screen and (max-width: 1500px) {
}

@media screen and (max-width: 1050px) {
.diensten.content{
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.intro-big{
  font-size: 2.5em;
}

.tekst-foto.container{
    grid-template-columns: 1fr 1fr;
}

.sectie1-video-titel{
    grid-template-columns: 1fr;
}

.sectie1-video-titel h1{
  padding-bottom: 20px;
  font-size: 3.5em;
}
}

@media screen and (max-width: 750px) {
.intro-big{
  font-size: 1.8em;
}
      .sectie1-video-titel h1 {
        font-size: 2.8em;
    }

    .titel.container p {
    font-size: 1em;
}

.tekst-foto.container {
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .diensten.content{
    grid-template-columns: 1fr;
    gap: 20px;
}

.full-image.container{
  width: 100vw;
  margin-left: 0px;
}

.sectie.full-image video {
    border-radius: 0px;
}

.sectie.tekst-foto.item.tekst{
  order: 1;
}

.sectie.tekst-foto.item.foto{
  order: 2;
}
}


@media screen and (max-width: 450px) {


}