*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
}
html{
  scroll-behavior: smooth;
}


#container{


    max-width: 700px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 62.5%;
}
p{
 
    font-size: 1.6em;
    font-family: 'Raleway';
    line-height: 165%;
    letter-spacing: 1px;
}
h2{
    font-family: "sofia-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 3em;
    margin-bottom: 1.6em;
    
}



.video-header{
    width: 100%;
    min-height: 100vh;
    object-fit: cover;
}

video{
    object-fit: cover;
    display: block;
    min-height: 100vh;
    
}


.logo{
    width: 80px;
    height: 60px;
    /* background-color: rgb(255, 255, 255); */
    background-image: url(../img/logo.svg);
    background-size: cover ;
}
nav{
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
 
    align-items: center;
    min-height: 8vh;
    background-color: rgba(255, 255, 255, 0.036);
    justify-content: space-between;
    backdrop-filter: blur(15px);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.036);
    padding: 0px 20px;
   
}

.nav-right{
    display: flex;
    width: 40%;
    justify-content: space-around;
}
.nav-right a{
    text-decoration: none;
    position: relative;
    color: white;
    font-size: 2em;
    letter-spacing:2px;
    font-family: 'Raleway';
    font-weight:900;
    transition: 0.3s;
    text-shadow: yellow 2px;
  
}
.nav a:hover{
  transform: scale(1.5);
}



nav a:after{
  content: "";
  position: absolute;
  background-color: black;
  height: 3px;
  width: 0; 
  left: 0;
  bottom: -10px;
  transition: 0.3s;
}

.nav-right a:hover:after{
  width: 100%;
  
} 











.nav-right li{
list-style: none;
}

.burger-menu {

    width: 40px;
    display: none;
    transition: all 0.3s;
    cursor: pointer;
    height: 40px;
    padding-top: 7px;
  }
  .burger-menu .bar {
    transition: all 0.3s;
    height: 2px;
    width: 100%;
    display: block;
    background-color: rgb(4, 4, 4);
  }
  .burger-menu .bar:nth-of-type(2) {
    margin: 8px 0;
  }
  .burger-menu--closed {
    transition-delay: 0.3s;
  }
  .burger-menu--closed .bar {
    float: right;
  }
  .burger-menu--closed .bar:nth-of-type(2) {
    width: 75%;
    transition-property: margin, height, width;
    transition-delay: 0.3s, 0.3s, 0s;
  }
  .burger-menu--closed .bar:nth-of-type(3) {
    width: 50%;
  }
   .burger-menu--closed:hover .bar:nth-of-type(2) {
    width: 100%;
  }
  .burger-menu--closed:hover .bar:nth-of-type(3) {
    width: 100%;
  }
  .burger-menu--opened {
    padding-top: 12px;
  }
   .burger-menu--opened .bar:nth-of-type(1) {
    transform: rotate(45deg);
    transition-delay: 0.3s;
    height: 2px;
  }
  .burger-menu--opened .bar:nth-of-type(2) {
    opacity: 0;
    height: 0;
    margin: -3px;
  }
  .burger-menu--opened .bar:nth-of-type(3) {
    transform: rotate(-45deg);
    transition-delay: 0.3s;
    height: 2px;
  }
  


#about{
    
    font-family: 'glook';
    margin-bottom: 10%;
    /* display: flex;
    flex-wrap: wrap; */
}
.difinition{
    width: 100%;

    padding: 5%;
    
}

.difinition h1{
    font-size: 3em;
    letter-spacing: 1px;
    font-family: 'Raleway';
    color:  rgb(222, 221, 219);
    font-weight: normal;
 
}
.difinition h3{
    font-family: "sofia-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 4em;
    padding:1em 0 1em 0;
    
 
}

.logo-section{
 width: 100%;
 background-color: #010101;
 min-height: 500px;
 background-image: url(../img/Artboard.svg);
 background-size: 60%;
 background-repeat: no-repeat;
 background-position: center;
}
#extra-text{
    display: none;
}
#read-more {
    background-color: #000000;
    color: white;
    letter-spacing: 2px;
    border: none;
    padding: 1em 2em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    margin: 1em 0 0  0;
    cursor: pointer;
    border-radius: 138px 138px 138px 138px;
    transition: all 0.3s linear;
   
  }
 
  .service-h1,.silder-H1{
    font-family: "sofia-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-family: 'Raleway';
    
    width: 100%;
    position: relative;
    padding-bottom: 2%;
    margin-bottom: 10%;
    padding-left: 4%;
    font-size: clamp(4em,4vw,8em);
    
    
   
  }
  .service-h1::after{
    content: "";
    width: 150px;
    height: 2px;
    background-color: black;
    position: absolute;
    display: block;
    margin-top: .3em;
    
  
  }
  .silder-H1::after{
    content: "";
    width: 150px;
    height: 2px;
    background-color: black;
    position: absolute;
    display: block;

  }
  
  
  
  #services{
    width: 100%;
     margin-bottom: 10%;
     
  
  }
  .services-flex{
    width: 100%;
  
   

   
  }
  
  .services-text{
    width: 100%;
    min-height: 500px;
    padding: 5%;
  }
  
  
  
  
  
  .imgg{
    min-height: 50vh;
    background-size: cover;
    background-position: center center;
}
  
 .zolder-foto{
  background-image: url(../img/grenier.jpg) ;
}
  
.laminaat{
  background-image: url(../img/laminaat.jpg) ;
} 
 
.badkamer{
  background-image: url(../img/badkamer.jpg) ;
}
  
.verven{
  background-image: url(../img/verven.jpg) ;
}
  
  
  
 
  

.flip-container{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 5%;

    margin-bottom: 10%;
}

.img-flip{

width: 96px;
height: 96px;
background-repeat: no-repeat;
background-size: cover;
}
.construction{
background-image: url(../img/drill-9432.png);

}
.vervenpng{
background-image: url(../img/verven.png);
}
.grottewerk{
    background-image: url(../img/grottewerk.png);
    
}
.wall-brick{
    background-image: url(../img/build-brick-wall-14494.png);
}
.flip-box {
    background-color: transparent;
    width: 100%;
    height: 30vh;

    perspective: 1000px;
    margin-bottom: 5%;
    border-radius: 20px;
     /* Remove this if you don't want the 3D effect */
  }
  
  /* This container is needed to position the front and back side */
  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    border-radius: 20px;
    
  }
  
  /* Do an horizontal flip when you move the mouse over the flip box container */
  .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
  }
  
  /* Position the front and back side */
  .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
  }
  
  /* Style the front side */
  .flip-box-front {
    background-color: #000000;
    display: grid;
    place-items: center;
    border-radius: 20px;
  }
  
  /* Style the back side */
  .flip-box-back {
    background-color: rgb(230, 230, 230);
 
    transform: rotateY(180deg);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }
  
  
  .flip-box-back p{
    font-family: 'Raleway';
    font-size: clamp(14px,1.5vw,18px);
    color: rgb(1, 1, 1);
    
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* -------------------slider-image----------------------- */
  
  .container-slider{
    background-color: #ffffff;
    width: 100%;
    min-width: 500px;
    position: relative;
    aspect-ratio: 3 / 2;

  
    border-radius: 5px;
 
}
.image-container{
    position: relative;
    width: 100%;

}
.slider-image {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: 0.35s ;

  
}
.active {
    opacity: 1;
  

}





.dot-container{
    width: 150px;
    margin: 20px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
button{
    outline: none;
    cursor: pointer;
}
.dot-container button{
    height: 13px;
    width: 13px;
    border-radius: 50%;
    /* border: 3px solid #8052ec; */
    /* background-color: gray; */
   outline: none;
   border: none;
   
   
}
.dot-container button:nth-child(1){
    background-color: #000000;
}
#prev,#next{
    height: 50px;
    width: 50px;
    position: absolute;
    background-color: #8052ec00;
   
    margin: auto;
    top: 0;
    bottom: 0;
 
    border-radius: 50%;
    font-size: 18px;
    font-weight: normal;
    border: 1px solid black;
    transition: all .8s ease-in-out;
 
}
#next:hover{
   background-color: #000000; 
   color: white;
   transform: translateX(10px);
}
#prev:hover{
    background-color: #000000; 
   color: white;
    transform: translateX(-10px);
 }
#prev{
    left: 15px;
}
#next{
    right: 15px;
}

  







#getin-touch h2{
    
    letter-spacing: 2px;
    text-align: center;
   
    color: #000000;
    margin-top: 10%;
    font-size: clamp(4em,4vw,8em);
    font-weight: 400;
    font-style: normal;
    font-family: 'Raleway';
    margin-bottom: 5%;
}




#getin-touch p{
    
    letter-spacing: 1px;
    text-align: center;
    font-family: 'Raleway';
    line-height: 28px;
    margin-bottom: 10%;

   
}


#form-en-contact{
  width: 80%;
  margin: 0 auto;
  position: relative;
}  
 


form{
    width: 100%;
    margin: 0 auto;
    margin-top: 2%;
    display: flex;
    flex-wrap: wrap;
    padding: 2%;
    gap: 2%;
    justify-content: end;
    margin-bottom: 10vh;
  
}


input{
    width:100%;
    min-height: 5vh;
    padding-left: 1%; 
    outline:none;
    border: none;
    border-bottom:  2px solid #000000 ;
    margin-bottom: 2%;
 
}
input:focus{
    box-shadow: 0 0 10px 4px #edecec;
  }



textarea{
    width: 100%;
    height: 15vh;
    color: rgb(120, 113, 113);
    outline:none;
    resize: none;
    border: none;
    border-bottom:  2px solid #000000;
    padding: 2%;
 
    }
.submit-button{
    margin-top: 2%;
   width: 30%;
   border-radius: 25px;
   background-color: #000000;
   color: white;

}
.contact{
   width: 100%;
  background-image: url(../img/contact-img.jpg);
  background-size: cover;
  min-height: 50vh;
  background-position:right center;
 



}


footer{
   
  background-color: #000000;
    padding: 3% ;
    min-height: 20vh;
    margin-top: 10%;
 
}

.footer-container{
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;

  
}






.logo-white{
    
  width: 200px;
  min-height: 70px;
  background-image: url(../img/logo-white.svg);
  background-size: contain;
  background-repeat: no-repeat;


  
}

.social-contact-flex-footer{
  min-width:100%;
  color: white;
  text-align: center;
  
  }
  
  .social-contact-flex-footer div{
    margin-bottom: 4%;
  } 
  .social-contact-flex-footer p{
    font-size: clamp(16px,2vw,20px);
  }
  
 
  
  
  
  
.logo-social-media{
  display: flex;
  gap: 10%;
  margin-right: 5%;
  
  }
.logo-social-media a{
    margin-right: 3%;
  
  }

  .fa-brands{
  transition: all .5s ease-in-out;
  }

  .fa-brands:hover{
    transform: scale(1.5);
    }
  





























  




  
  


@media screen and (max-width:700px){
  
    body{
      overflow-x: hidden;
    }
    
    
    
    
    .nav-right{
      position: absolute;
      z-index: 2;
      right: 0;
      height: 92vh;
      top: 8vh;
      display: flex;
      flex-direction: column;
    
      align-items: center;
      width: 100%;
      transform: translateX(100%);
      transition: transform .5s ease-in;
      background-color: rgb(168, 167, 167); 
      justify-content: space-around;
      backdrop-filter: blur(15px);

     padding: 0 20px;
    
      
      
  }
 
  
  .nav-right li{
    opacity: 0;
  }
  .burger-menu{
    display: block;
    cursor: pointer;
  }
  

  }
  
  
  
  
  
  
  .nav-active{
    transform: translateX(0%);
  }
  
  
  
  
  @keyframes navRightFade {
    from{
      opacity: 0;
      transform: translateX(50px);
    }
    to{
      opacity: 1;
      transform: translateX(0px);
    }
  }
 
 
  
   @media screen and (min-width:700px){
    .nav-right{
        width: 60%;
    }
} 
@media screen and (min-width:1024px){
  .nav-right{
      width: 40%;
  }
 
  
} 



 @media (min-width:700px){
#container{
    max-width:1024px;
}


    
.flip-box{
    width: 47.5%;
    margin-bottom: 2%;
    max-height: 300px;
    
}
.flip-container{
    gap:2%
}
    
    .images img {
        max-height:600px;
        transition: all 0.15s ease;
    }
    
}  
 @media (min-width:950px){
 
  .services-flex{
    display: flex;
    
  }
  
  
  .services-text{
    width: 50%;
   
   
  }
  
  
  .imgg{
    width: 50%;
    min-height: 60vh;
   
}

.reverse{
  flex-direction: row-reverse;
}

.social-contact-flex-footer{
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%;
  justify-content: space-around;
  flex-wrap: wrap;

       
}











} 





 @media (min-width:1024px){
    #container{
        min-width: 100%;
    }
    
  
    
       #about{
            display: flex;
            
        }
        #about div{
            width: 50%;
            
        }
        
        
    .flip-box{
        width: 23.5%;
        margin-bottom: 0;
        min-height: 300px;
        
    }
    .flip-container{
        gap:2%
    }
        
        .images img {
            max-height:800px;
            transition: all 0.15s ease;
        }
        
        .contact{
          width: 50%;
        }
        #form-en-contact{
          display: flex;
        }
      
        form{
          width: 50%;
        }
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
    } 
    
    
    



