@import url('https://fonts.googleapis.com/css2?family=Radio+Canada:ital,wght@0,300..700;1,300..700&display=swap');
*{
    padding: 0;
    margin: 0;
    font-family: "Radio Canada", sans-serif;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
.navbar {
        position: sticky;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        padding: 10px 20px;
        z-index: 2;
        height: 150px;
    }
.logo {
        margin-right: 20px;
    }

    .centertekst{
        line-height: 2;
    }
.nav-links {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        height: 80vh;
        max-height: 3000px;
        
    }
.nav-links a:hover{
    opacity: 0.7;
}

.nav-links a {
        font-size: 25px;
        color: #000;
        text-decoration: none;
        padding: 14px 16px;
        margin: 0 5px; 

    }

    .nav-links{
        list-style: none;

    }
    .dropdown {
        position: relative;
        display: inline-block;
        z-index: 3;
        margin-right:50px;
        top: 45px;
        min-height: 150px;
        height: 100%;
    }
 
.dropbtn {
        background-color: transparent;
        border: none;
        cursor: pointer;
    }
 
.dropdown-content {
        display: none;
        position: absolute;
        background-color: #333;
        min-width: 55px;
        z-index: 1;
        height: 100%;
    }
 
.dropdown-content img {
        width: 55px;
        padding: 9px 8px;
        display: block;
        text-align: left;
    }
 
.dropdown:hover .dropdown-content {
        display: block;
    }
.vlag{
    width: 55px;
}

    /*eerste-sectie*/

    .korte-inleiding {
        display: flex;
        min-height: 100vh;
        background: linear-gradient(340deg, #0099cc, #006699);
        background-size: cover;
        justify-content: space-around;
        align-content: space-between;
        align-items: center;
        border-radius: 0 0 40% 40%;    
        position: relative; 
        animation: SlideUp1 1s linear infinite;
        animation-play-state: paused;
        animation-delay: calc(var(--scroll) * -1.5s);
        animation-iteration-count: 1;
        animation-fill-mode: both;
        margin: 0 auto;
        z-index: 1;
    }

    .title {
        margin-bottom: auto;
        position: absolute;
        left: auto;
        top: 3%;
        font-size: 34px;
        color: #fff;
    }
    


    .logo{
        width: 10%;
    }

.button{
    scale: 130%;
    background-color: rgb(102, 117, 233);
    color: #fff;
    padding: 2px 7px;
    border-radius: 10%;
    margin-top: 3%;
    text-decoration: none;
}

.afb-alinea1{
    width: 30%;
}

.eerste-tekst {
    display: flex;
    justify-content:center;
    align-items: center;
    gap: 30px;
    flex-direction: column;
    margin-left: 50px;
    width: 40%;
    color: #fff;
    font-size: 20px;
    font-family: Agbalumo;
    
}
.schermen-alinia1{
    width: 30%;
}

  /*personeel-sectie*/

  .personeel{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    position: relative;
    font-family: Agbalumo;
    margin-top: -300px;
    animation: Fade 2s linear infinite;
        animation-play-state: paused;
        animation-delay: calc(var(--scroll) * -3s);
        animation-iteration-count: 1;
        animation-fill-mode: both;
  }
.none{
    all: unset;
    width:100%;
}
.popup {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}
.popup-content {
    background-color: white;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888888;
    width: 30%;
    font-weight: bolder;
}
.popup-content button {
    display: block;
    margin: 0 auto;
}
.show {
    display: block;
}
  .personeels-leden{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 22%;
    font-size: small;
    text-align: center;
    transition: 1s;
  }

  .icoontje{
    width: 240px;
    border-radius:50% 50%;
    border:solid #000 2px;
  }

  /*extra-info-sectie*/

  .extra-info {
    background: linear-gradient(140deg, #0099cc, #006699);
    color: #fff;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    padding: 0 2%;
    font-family: Agbalumo;
    height: 100vh;
    position: relative;
    animation: SlideUp2 2s linear infinite;
        animation-play-state: paused;
        animation-delay: calc(var(--scroll) * -2s);
        animation-iteration-count: 1;
        animation-fill-mode: both;
        z-index: 1;

}

.schermen {
    width: 50%;
}

footer{
    position:relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer-items{
    display: flex;
    flex-direction: row;
    justify-content: center;
    
    
}
.info-home{
  font-size: 130%;
}

.logo-footer{
    width: 10%;
}

.centertext{
    line-height: 1.5;
}

.display-center{
    line-height: 1.5;
}

/*Annimaties*/
footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: white
  }
  .producten-page footer{
    background: linear-gradient(340deg, #0099cc, #006699);
  } 
  .producten-page .footer-inhoud{
    color: #fff;
  }

  .producten-page .footer-inhoud a{
    color: #fff;
  }

  .footerouterbox{
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-bottom:30px;
  }

  .footer-inhoud{
    display: flex;
    align-items: baseline;
    scale: 120%;
    gap: 100px;
    margin-top: 20px;
    margin-bottom: 32px;
    color: black;
    
  }
  .footer-inhoud a{
    color: black;
    padding-bottom: 20px;
  }
  .footer-inhoud i{
    font-size: 18px;
    margin-left: 15px;
  }
  .footer-1 p{
    font-size: 12px;
    margin: 5px 0px 5px 0px;
  }
  .footer-1 a{
    font-size: 12px;
  }

  /* ------ P R O D U C T E N  P A G I N A ------ */

  .landing-product{
    background-image: url(https://i.imgur.com/ORKl2p0.png);
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.7);
    height: 370px;
    position: relative;

    
  }

  .text-product-top{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000; 
    font-size: 34px; 
    
  }
  .packages-section {
    display: flex;
    justify-content: space-evenly;
    padding: 20px;
    margin-top: 3%;
    margin-bottom: 10%;

}

.package-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    width: 20%;
    border-radius: 8px;
    color: #fff;
}
.custom-pack-link{
    display: flex;
    justify-content: center;
    text-decoration: none;

}
.green-column {
    background-color: #4CAF50;
    
}

.blue-column {
    background-color: #3498db; 
}

.gray-blue-column {
    background-color: #2c3e50; 
}

.packinfo{
    text-align: center;
}
.Prijs {
    font-size: 36px;
}

.yarne {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }

  .alexander,
  .alexandervr {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin: 10px;
    align-items: center;
  }

  .ons-Werk {
    font-size: 60px;
    border-bottom: 5px solid #006699;
    padding-bottom: 10px; 
  }

  .card {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 10px;
    margin: 10px;
    text-align: center;
    border-radius: 10px;
    min-width: 300px;
  }

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

  .border-button {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 23px;
  color: #0058dc;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 10px;
}

.border-button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  border-bottom: 3px solid #006699;
  border-left: 3px solid #006699;
}
.border-button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  border-right: 3px solid #0099cc;
  border-top: 3px solid #0099cc;
}
.Onswerk-title{
display: flex;
margin-left: 7px;
margin-right: 7px;
font-family: "Radio Canada", sans-serif;
}
.Onswerk-tekst{
display: flex;
text-align: justify;
margin-left: 7px;
margin-right: 7px;
}


/*ons team*/

.ons-team {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 50px; 
    background-color: #2c3e50;
  }

  .het-team {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .team-text {
    max-width: 600px; 
    color: #fff;
    font-size: 20px;
  }
  
  .teamfoto {
    max-width: 50%;
    height: auto;
    margin-top: 20px;
  }
  
  .projecten-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .project-img{
    width: 50%;
  }

  .Projecten{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
.teamfoto{
    width: 30px;
}
 /* ------ O V E R   P A G I N A ------ */

 .textmiddle{
    text-align:center;
 }
  
 .modal {
    display:none;
    justify-content:center;
    align-items:center;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow:hidden;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    box-sizing:border-box;
    background: rgb(136, 168, 255, 1);
    background: radial-gradient(circle, rgb(136, 168, 255, 1) 50% 50%, rgb(61, 111, 249) 100%);
    padding: 20px;
    border: 4px solid black;
    margin:auto;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    border-radius: 60px 0px;
    line-height: 1.5;
    width: 40%;
    box-shadow: 10px 10px 10px rgb(255, 255, 255);
    position: absolute;
    animation:slidein;
    animation-duration:1.5s;
}

@keyframes slidein {
    from {
        position:absolute;
        left:50%;  
        transform: translate(-50%,-300%);
    }

    to {
        position:absolute;
        left:50%;  
        transform: translate(-50%,-50%);
    }
  }

.modaltext{
    width:fit-content;
}

.close {
    color: #555;
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #333;
}
  .project{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .button-projecten{
   width: 50%;
  }
  
  .footer-producten{
    background-color: #006699;
  }

  .projecten-section{
    margin-bottom: 10%;
  }
.over-container1{
    display: flex;
    width: 80%;
    flex-direction: column;
    gap: 50px;
    margin: 0 auto;
    margin-top: 50px;
}
.over-container1-1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 250px;
    background: linear-gradient(340deg, #0099cc, #006699);
    width: 100%;
    max-width: 1200px;
}
.over-container1-2{
    flex-direction: row-reverse;
    display: flex;
    height: 250px;
    background: linear-gradient(340deg, #0099cc, #006699);
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
}
.anim1{
    opacity: 0;
    position: relative;
    animation: SlideRight 1s;
    animation-fill-mode: forwards; 
}
.anim2{
    opacity: 0;
    position: relative;
    animation: SlideLeft 1s;
    animation-delay:0.5s ;
    animation-fill-mode: forwards; 
}
.anim3{
    opacity: 0;
    position: relative;
    animation: SlideRight 1s;
    animation-delay:1s ;
    animation-fill-mode: forwards; 
}
.over-container2kleur{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(140deg, #0099cc, #006699);
    margin-top: 150px ;
    padding: 50px 0px 50px 0px;
}
.over-container2{
    display: flex;
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
    gap: 50px;
}
.over-container2-1{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.over-container2-2{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    width: 66%;

    margin: 0 auto;
}
.over-container2-3{
    display: flex;
    flex-direction: row;
    width: 33%;
    justify-content: center;

}
.over-vakje1{
    display: flex;
    width: 45%;
    box-shadow:0px 0px 10px 10px white;
    background-color: white;
    border-radius: 100%;
    margin:0px;
    padding:0px;
    transition: 0.4s;
}
.over-img{
    width: 100%;
    transform: scale(0.7);
}
.over-imgjs{
    width: 100%;
    transform: scale(0.75);
}
.over-vakje2{
    display: flex;
    width: 90%;
    box-shadow:0px 0px 10px 10px white;
    background-color: white;
    border-radius: 100%;
    transition: 0.4s;
}
.over-vakje2:hover{
    transform: scale(0.95);
    transition: 0.4s;
    cursor:pointer;
}
.over-vakje1:hover{
    transform: scale(0.95);
    transition: 0.4s;
    cursor:pointer;
}
.over-container1-1-2{
    display: flex;
    max-width: 25%;
    justify-content: left;
}
.over-container1-1-3{
    display: flex;
    max-width: 25%;
    justify-content: right;
}
.over-container1-1-1{
    display: flex;
    width: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.persoonimages{
    height: 95%;
    box-shadow:0px 0px 5px 5px rgb(4, 176, 185);
    margin: 6.5px;
    transition: 0.4s;
    } 
.persoonimages:hover{
    transform: scale(0.95);
    transition: 0.4s;
}
.persoonstekst{
    width: 80%;
    color:white;
    line-height: 1.6;
}

 /* ------ C O N T A C T   P A G I N A ------ */

.contacteermain{
    display:flex;
    justify-content:space-around;
}

.map{
    width: 400px;
    height: 700px;
}

.contacteerform{
    max-width:600px;
    height:800px;
}

.contacteersection{
    display:flex;
    flex-direction:column;
    margin-top:20%;
    gap:15px;
}
.contacttitel {
    font-size: 30px;
    background: linear-gradient(to left, rgb(68, 176, 253), rgb(7, 47, 97));
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contacteertextarea{
    resize:none;
    width:30%;
    border:black solid 1px;
    min-width:500px;
    max-height:300px;
    padding:5px;
}

.inputdivnaam{
    display:flex;
    justify-content:space-between;
}

.inputnaam{
    width:45%;
}

.contacteerinput{
    padding:5px;
    height:30px;
     border: none; /* Verwijder standaard border */
    border-bottom: 1px solid black;
}

.formsend{
    height:40px;
    background-color:darkblue;
    border: none;
    color:white;
    font-size:20px;
    min-width:30%;
}

.formsendbox{
    display:flex;
    justify-content:center;
    align-items:center;
}
.up{
    box-sizing:border-box;
    position: fixed;
    bottom: 6%;
    right: 2.5%;
    z-index: 10;
    color: rgb(0, 255, 234);
    height:36px;
    border-radius:50% 50%;
}

.w3-content {
    max-width: 900px;
  }
  
  .mySlides {
    width: 100%;
  }
  
  .demo {
    width: 100%;
    cursor: pointer;
  }
  
  .w3-row-padding {
    width: 100%;
    display: flex;
  }
  
  .w3-col {
    width: 33.33%;
  }
  
  .w3-section {
    margin-top: 16px;
  }
  
  .w3-opacity {
    opacity: 0.6;
  }
  
  .w3-hover-opacity-off:hover {
    opacity: 1;
  }
  
  .kleinereletters{
    font-size:13px;
  }

  .ons-werk{
    display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      margin-bottom: 100px;
  }
  
  .onswerk-title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 160px;
    text-align: center;
    margin: auto;
    white-space: nowrap;
    padding-bottom: 40px;
  }
  
  .onswerk-title:before {
    background-color: #c50000;
    content: '';
    display: block;
    height: 3px;
    width: 95px;
    margin-bottom: 5px;
  }
  
  .onswerk-title:after {
    background-color: #c50000;
    content: '';
    display: block;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 95px;
    margin-left: 110px;
    margin-bottom: 0.25em;
}
  

/*Annimaties*/
/*Animaties*/
    /*Korte Inleiding*/
        .Slidedowncontainer{
            position: relative;
            animation: SlideDown 1s;
        }

        @keyframes SlideDown{
            0%   {top: -600px;}
            100% {top:  0px;}
        }
        @keyframes SlideUp1{
            0%   {top: 0px;}
            100% {top: -600px;}
        }
    /*Personeel*/
        @keyframes Fade{
            0%   {opacity: 0;}
            25% {opacity: 1;}
            50% {opacity: 1;}
            75% {opacity: 1;}
            100% {opacity: 0;}
        }
        @keyframes Fade2{
            0%   {opacity: 0;}
            12% {opacity: 1;}
        }
    /*extra-info*/
        @keyframes SlideUp2{
            0%   {margin-top: 0px;}
            33%  {margin-top: 0px;}
            100% {margin-top: -400px;}
        }
        @keyframes SlideRight{
            0%   {left: -500px; opacity:0;}
            100% {left: 0px; opacity:1;}
        }
        @keyframes SlideLeft{
            0%   {right: -500px; opacity:0;}
            100% {right: 0px; opacity:1;}
        }
        
