
* {
    box-sizing: border-box;
    
}

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

.container1 {
    width: 100%;
    height: 100vh;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #161616;
    animation: slide-out-container 3s ;
    animation-fill-mode: forwards;
}

.text-wrapper {
    color: white;
    position: absolute;
}

.text {
    font-weight: lighter;
    font-size: 54px;
}


.text-6 {
    animation: slide-out 1s;
    opacity: 0;
}


@keyframes slide-out {
    0% {
        opacity: 0%;
    }
    2%{
        opacity: 0%;
    }
    5% {
        opacity: 100%;
    }

    19% {
        opacity: 100%;
    }
    20% {
        opacity: 0%;
    }

    39% {
        opacity: 0%;
    }
    40% {
        opacity: 100%;
    }

    59% {
        opacity: 100%;
    }
    60% {
        opacity: 0%;
    }

    79% {
        opacity: 0%;
    }
    80% {
        opacity: 100%;
    }  
    89% {
        opacity: 100%;
    }
    100% {
        opacity: 100%;
    }
}


@keyframes slide-out-container {
    0% {
        height: 100vh;
    }

    50% {
        height: 100vh;
    }

    100% {
        height: 0%;
    }
}

.bg{
    background-color: #1c1c20;
}




.tekst{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; 
    height: 1400px;  
    margin-top: 300px;
    margin-left: 12%;
    margin-right: 12%;
  
   
}
.introo{
    position: relative;
    width: 100%;
  
    
}

.bannertekst{
    position: relative;
    color: white;
    font-size: 100px;
    font-weight: 500;
}

.lijnn{
    width: 100%;
    height: 1px;
    background-color: white;
    margin-top: 50px;
}
.bkfoto{
    position: relative;
    margin: 0px auto;
    width: 1300px;
}
.bkfoto img{
    object-fit: contain;
    width: 100%;
    height: 800px;
    
}

.text-wrapper2 {
    position: relative;
    font-weight: 80;
    /*transform: translate(0, -50%);*/
    font-size: 120px;
    text-transform: uppercase;
    white-space: nowrap;
    animation: float-text 40s linear infinite;
    color: white;

    /* border-top: 4px solid #fff;
    border-bottom: 4px solid #fff; */

  }
  
  @keyframes float-text {
    0% {
      right: 10%;
    }
  
    50% {
      right: 50%;
    }
  
    100% {
      right: 10%;
    }
  }


  .container-image{
    background-image: url("/images/brouwerij_kwartje.jpg");
    height: 1000px;
    width: auto;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;

  }



.inf{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; 
    margin-left: 12%;
    margin-right: 12%;
    padding-top: 200px;
}
.pro-tekst2{
    width: 100%;
    position: relative;

    font-size: 30px;
    color: white;
}
.pro-ondertekst2{
    position: relative;
    float: right;
    font-size: 30px;
    font-weight: 500;
    color: white;

}

.sec2{
    display: flex;
    justify-content: center;
    flex-wrap: wrap; 
    height: 100%;  
    margin-top: 200px;
    margin-left: 12%;
    margin-right: 12%;
    padding-bottom: 200px;
  
} 
.links{
    position: relative;
    width: 50%;
    height: 500px;
  
}
.rechts{
    width: 50%;
    height: 100%;
}
.pro-tekst1{
    position: relative;
    margin-bottom: 50px;

    font-size: 20px;
    color: #3c67e3;
    
}

.pro-line {
    width: 100%;
    height: 1px;
    margin-top: 20px;
    background-color: grey;
  }

  .pro-ondertekst1{
      font-size: 30px;
      font-weight: 500;
      margin-top: 20px;
      color: white;

  }
  .button2{
    position: relative;
    float: right;
    color: gray;
    text-decoration: none;
    cursor:pointer;
    font-size: 20px;
    font-style: italic;
    
}

.button{
    position: absolute;
    margin: 0;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #3c67e3;
    color: #fff;
    text-decoration: none;
    padding: 10px 40px;
    border: 1px solid #3c67e3;
    border-radius: 50px;
    cursor:pointer;
    font-size: 22px;
   
}
.button:hover{
    animation: pulsate 1s ease-in-out;
}

@keyframes pulsate{
    0%{
        box-shadow:
        0 0 25px #5ddcff,
        0 0 60px #4e00c2;
    }
}

.inf2{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; 
    margin-left: 12%;
    margin-right: 12%;
    padding-top: 0px;
    padding-bottom: 200px;
}
.volgende-project{
    width: 100%;
    position: relative;
   
}
.volgende-project a{
    text-decoration: none;
    color: white;
    font-size: 30px;
}
.volgende-project img{
    object-fit: contain;
    width: 100%;
    height: 300px;
    margin-top: 100px;
    transition: transform 0.4s ;
}
.pro-zijkant{
    position: relative;
    float: right;
    font-size: 30px;
    font-weight: 500;
    
    color: white;
}
.volgende-project img:hover {
    transform: scale(1.05);
    
  }
@media screen and (max-width: 864px) {
    .links{
        width: 100%;
    }
    .rechts{
        width: 100%;
    }
}

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

 
    .container-image{
        height: 100%;
    }
    .button{
        top: 5%;  
        left: 50%;
        transform: translateX(-50%);
        font-size: 16px;
        padding: 10px 40px;
        border: 1px solid #3c67e3;
        border-radius: 50px;
    }.button2{
        font-size: 16px;
    }
    .links{
        margin-bottom: -300px;
       

    }
    .pro-tekst1{
        font-size: 16px;
    }
    .pro-ondertekst1{
        font-size: 20px;
    }
    .container-image{
     
        height: 500px;
        width: auto;
    
    }
    .tekst6{
          
         overflow: hidden;
           width: 100%; 
           height: 200px;

    }
    .text-wrapper2 {
      font-size: 30px;
       margin-top: 150px;
        
        margin-left: 0;
        animation: float-text 30s linear infinite;
     
     
      }
      @keyframes float-text {
        0% {
          right: 10%;
        }
      
        50% {
          right:300%;
        }
      
        100% {
          right: 10%;
        }
      }
    
    
 
      .container-image{
        background-image: url("/images/brouwerij_kwartje.jpg");
        height: 400px;
        width: 100%;
        background-position:center;
        background-size:contain;
        background-repeat:no-repeat;
        background-attachment: scroll;
       background-color: #1c1c20;
       margin-top: -200px;
      }

      .bannertekst{
          font-size: 60px;
      }
      .tekst{
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; 
        height: 1000px;  
        margin-top: 100px;
        
       
    }

      .bkfoto{
        position: absolute;
    margin-left: -12%;
        width: 100%;
        margin-top: 200px;
    }
    .bkfoto img{
        object-fit: contain;
        width: 100%;
        height: 400px;
      
    }

    .pro-tekst2{
        margin-top: -200px;
    }
    .sec2{
        margin-top: -50px;
    }
    .inf2{
      
        margin-top: -150px;
        
    }
    .volgende-project{
        width: 100%;
        position: relative;
        
    }
    .volgende-project a{
        text-decoration: none;
        color: white;
        font-size: 16px;

    }
    .volgende-project img{
        margin-top: -20px;
    }
    .pro-zijkant{
        position: relative;
      float: none;
        margin-top: 20px;
        font-size: 25px;
        font-weight: 500;
        color: white;
    }
}