*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

body{
    font-family: Verdana, sans-serif;
    background-color: #505e74;
    
}

nav{
    background: #494949;
    height: 80px;
    width: 100%;
}

label.logo{
    color: white;
    font-size: 35PX;
    line-height: 80px;
    padding: 0 100px;
    font-weight: bold;
}

nav ul{
    float: right;
    margin-right: 20px;
}

nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}

nav ul li a{
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    padding: 7px 13px;
    border-radius: 3px;
}

a.active,a.navigationitem:hover{
    background: #505e74;
    transition: .5s;
}

.checkbtn{
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check{
    display: none;
}

@media (max-width: 952px){
    label.logo{
        font-size: 30px;
        padding-left: 50px;
    }
    nav ul li a{
        font-size: 16px;
    }
}

@media (max-width: 858px){
    .checkbtn{
        display: block;
    }
    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #2c3e50;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    nav ul li{
        display: block;
        margin: 50px 250px;
        line-height: 30px;
        padding: 15px 25px;
        /* background-color: #505e74; */
    }
    nav ul li a{
        font-size: 20px;
    }
    a:hover,a.active{
        background: none;
        color: #ffffff;
        background-color: #505e74;
    }
    #check:checked ~ ul{
        left: 0;
    }
}


.container {
    display: inline-block;
    cursor: pointer;
    height: 30px;
  }
  
  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
  }
  
  /* Rotate first bar */
  .change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }
  
  /* Fade out the second bar */
  .change .bar2 {opacity: 0;}
  
  /* Rotate last bar */
  .change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
  }

.slides-fade { 
    display: none;
}

img {
    vertical-align: middle;
}

.slideshow-container {
    max-width: 80%;
    position: static;
    margin: auto;
    
}

.prev, .next {
    cursor: pointer;
    position: static;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.text {
    color: black;
    font-size: 20px;
    padding: 8px 12px;
    position: static;
    width: 100%;
    text-align: center;
    bottom: 8px;
}

.numbertext {
    color: black;
    font-size: 12px;
    padding: 8px 12px;
    position: static;
    top: 0;
}

.typewriter{
    color: #fff;
    font-family: monospace;
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid black; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em; /* Adjust as needed */
    animation: 
      typing 5s steps(80, end),
      blink-caret .5s step-end infinite;
  }
  
  /* The typing effect */
  @keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }
  
  /* The typewriter cursor effect */
  @keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: black }
  }

  #footer{
    width:100%;
    height:125px;
    background-color: #2c3e50;
    border: solid 1px black;
    overflow:hidden; /* als iets niet netjes past dan kun je het hiermee netjes maken */
    text-align:center;
    color:white;
}

/* Style all font awesome icons */
.fa {
    padding: 10px;
    margin-top: 15px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
  }
  
  /* Add a hover effect if you want */
  .fa:hover {
    opacity: 0.7;
  }
  
  /* Set a specific color for each brand */
  
  /* Instagram */
  .fa-instagram {
    background: #3B5998;
    color: white;
  }

  .frontpage {
    height: 850px;
    width: 100%;
    padding-top: 425px;
    max-width: 665px;
    margin: auto;
  }

  .info-frontpage {
    width: 100%;
    height: 100vh;   
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/msi-videokaart-640w.webp); 
    background-position: center;
    background-size: cover;
    padding-left: 8%;
    padding-right: 8%;
    box-sizing: border-box;
  }

  .row{
    display: flex;
    height: 88%;
    align-items: center;
  }

  .col{
    flex-basis: 50%;
  }

  button{
    width: 180px;
    color: #000;
    font-size: 12px;
    padding: 12px 0;
    background: #fff;
    border: 0;
    border-radius: 20px;
    outline: none;
    margin-top: 30px;
    cursor: pointer;
  }
  
  .card{
    width: 240px;
    height: 240px;
    display: inline-block;
    border-radius: 10px;
    padding: 15px 25px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 10px 15px;
    background-position: center;
    background-size: cover;
    transition: transform 0.5s;
  }

  .card1{
    background-image: url(images/chip.png);
    width: 240px;
    height: 240px;
    display: inline-block;
    border-radius: 10px;
    padding: 15px 25px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 10px 15px;
    background-position: center;
    background-size: cover;
  }
  .card2{
    background-image: url(images/ddr5ram.jpg);
    width: 240px;
    height: 240px;
    display: inline-block;
    border-radius: 10px;
    padding: 15px 25px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 10px 15px;
    background-position: center;
    background-size: cover;
  }
  .card3{
    background-image: url(images/vergelijkingen.png);
    width: 240px;
    height: 240px;
    display: inline-block;
    border-radius: 10px;
    padding: 15px 25px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 10px 15px;
    background-position: center;
    background-size: cover;
  }
  .card4{
    background-image: url(images/vooruitgang.png);
    width: 240px;
    height: 240px;
    display: inline-block;
    border-radius: 10px;
    padding: 15px 25px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 10px 15px;
    background-position: center;
    background-size: cover;
  }

  .card:hover{
    transform: translateY(-10px);
  }

  h5{
    color: #FFF;
    text-shadow: 0 0 5px #999;
  }

  .card p{
    color: #FFF;
    text-shadow: 0 0 15px #000;
    font-size: 10px;
  }

  .chip{
    background-image: url(images/chip.png);
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
  }

  .ram{
    background-image: url(images/ddr5ram.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
  }

  /* .vergelijking{
    background-color: #000;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
  } */

  .progress{
    background-image: url(images/oldvsnew.png);
    background-position: center;
    background-size: cover;
    height: 75vh;
    width: 100%;
  }

  .spec-table{
    margin: 40px;
    color: white;
    border-collapse: collapse;
  }
  .spec-table th{
    font-size: 20px;
    border-bottom: 1pt solid white;
    padding: 20px;
  }

  .spec-table td{
    font-size: 14px;
    color: white;
    padding: 5px;
    border-bottom: 1px solid white;
  }

  .container-contact{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 350px 100px;
  }

  .container-contact:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(images/RTX4090.png) no-repeat center;
    background-size: cover;
    z-index: -1;
    filter: blur(50px);
  }

  .contact-box{
    max-width: 850px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #FFF;
    box-shadow: 0px 0px 19px 5px rgba(0, 0, 0, 0.19);
  }

  .left{
    height: 100%;
    background: url(images/RTX4090.png) no-repeat center;
    background-size: cover;
  }

  .right{
    padding: 25px 40px;
  }

  h2{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  h2:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 4px;
    width: 50px;
    border-radius: 2px;
    background-color: #2c3e50;
  }

  .field{
    width: 100%;
    padding: 0.5rem 1rem;
    outline: none;
    border: 2px solid rgba(0, 0, 0, 0);
    background-color: rgba(230, 230, 230, 0.6);
    font-size: 1.1rem;
    margin-bottom: 22px;
    transition: .3s;
  }

  .field:hover{
    background-color: rgba(0, 0, 0, 0.1);
  }

  .field:focus{
    background-color: #FFF;
    border: 2px solid rgba(30, 85, 250, 0.47);
  }

  .area{
    min-height: 150px;
  }

  .btn{
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    background-color: #2c3e50;
    cursor: pointer;
    outline: none;
    border: none;
    color: #FFF;
    transition: .3s;
  }

  .btn:hover{
    background-color: #505e74;
  }

  @media screen and (max-width:880px){
    .contact-box{
      grid-template-columns: 1fr;
    }

    .left{
      height: 200px;
    }
  }

  a.mail{
    color: #fff;
  }
  
  a.mail:hover{
    color: #000;
    cursor: pointer;
  }

  @media (max-width: 952px){
    label.logo{
      font-size: 30px;
      padding-left: 50px;
    }
    nav ul li a{
      font-size: 16px;
    }
  }

  @media (max-width: 858px){
    .checkbtn{
      display: block;
    }
    ul{
      position: fixed;
      width: 100%;
      height: 100vh;
      background: #2c3e50;
      top: 80px;
      left: -100%;
      text-align: center;
      transition: all .5s;
    }
    nav ul li{
      display: block;
      margin: 50px 0;
      line-height: 30px;
    }
    nav ul li a{
      font-size: 20px;
    }
    a:hover,a.active{
      background: none;
      color: #505e74;
    }
    #check:checked ~ ul{
      left: 0;
    }
  }

  /* @media screen and(min-width: 601px) {
    h1.typtext{
      font-size: 80px;
    }
  }

  @media screen and(max-width: 600px) {
    h1.typtext{
      font-size: 2vmin;
    }
  } */


  