    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Poppins', sans-serif;
    }

    .hero {
        width: 100%;
        height: 100vh;
        background-image: linear-gradient(rgba(66, 155, 116, 0.498), rgba(35, 71, 42, 0.388));
        position: relative;
        padding: 0 5%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact {
        position: relative;
        min-height: 100vh;
        padding: 50px 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: url(bg.jpg);
        background-size: cover;
    }

    .contact .content {
        max-width: 800px;
        text-align: center;
    }

    .contact .content h2 {
        font-size: 36px;
        font-weight: 500;
        color: #fff;
    }

    .contact .content p {
        font-weight: 300;
        color: #fff;
    }

    .container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }

    .container .contactInfo {
        width: 50%;
        display: flex;
        flex-direction: column;
    }

    .contact .contactInfo .box {
        position: relative;
        padding: 20px 0;
        display: flex;
    }

    .contact .contactInfo .box .icon {
        min-width: 60px;
        height: 60px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        font-size: 22px;
    }

    .container .contactInfo .box .text {
        display: flex;
        margin-left: 20px;
        font-size: 16px;
        color: #fff;
        flex-direction: column;
        font-weight: 300;
    }

    .container .contactInfo .box .text h3 {
        font-weight: 500;
        color: #00bcd4;
    }

    .contactForm {
        width: 40%;
        padding: 40px;
        background: #fff;
    }

    .contactForm h2 {
        font-size: 30px;
        color: #333;
        font-weight: 300;
    }

    .contactForm .inputBox {
        position: relative;
        width: 100%;
        margin-top: 10px;
    }

    .contactForm .inputBox input,
    .contactForm .inputBox textarea {
        width: 100%;
        padding: 5px 0;
        font-size: 16px;
        margin: 10px 0;
        border: none;
        border-bottom: 2px solid #333;
        outline: none;
        resize: none;
    }

    .contactForm .inputBox span {
        position: absolute;
        Left: 0;
        padding: 5px 0;
        font-size: 16px;
        margin: 10px 0;
        pointer-events: none;
        transition: 0.5s;
        color: #666;
    }

    .contactForm .inputBox input:focus~span,
    .contactForm .inputBox input:valid~span,
    .contactForm .inputBox textarea:focus~span,
    .contactForm .inputBox textarea:focus~span {
        color: #e91e63;
        font-size: 12px;
        transform: translateY(-20px);
    }

    .contactForm .inputBox input[type="submit"] {
        width: 100px;
        background: #00bcd4;
        color: #fff;
        border: none;
        cursor: pointer;
        padding: 10px;
        font-size: 18px;
    }

    @media (max-width: 991px){
        .contact{
            padding: 50px;
        } .container{
            flex-direction: column;
        }
    }

    nav {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 20px 8%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    nav .logo {
        width: 80px;
    }

    nav ul li {
        list-style: none;
        display: inline-block;
        margin-left: 40px;
    }

    nav ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 17px;
    }

    nav ul li a:hover {
        color: #1aff00;
    }

    .back-video {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    /* Add this to your CSS to hide the search input by default */
    .search .search-input {
        width: 0;
        opacity: 0;
        position: absolute;
        z-index: -1;
        /* hide it behind other elements */
        transition: all 0.4s ease;
        /* This ensures a smooth transition */
    }

    .search-icon {
        /* Other styling rules for .search-icon */
        transition: color 0.3s;
        /* Smooth color transition */
        vertical-align: middle;
    }

    .search-icon:hover {
        color: #1aff00;
        /* Change to whatever color you like */
    }

    /* Remove the outline on focus */
    .search-input:focus {
        outline: none;
        border: 1px solid transparent;
        /* Adjust as necessary */
        /* Add other styling as desired */
    }

    .content {
        text-align: center;
        z-index: 2;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .content h1 {
        font-size: 160px;
        font-weight: 600;
        margin: 0;
    }

    .button-33 {
        background-color: #c2fbd7;
        border-radius: 100px;
        box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset, rgba(44, 187, 99, .15) 0 1px 2px, rgba(44, 187, 99, .15) 0 2px 4px, rgba(44, 187, 99, .15) 0 4px 8px, rgba(44, 187, 99, .15) 0 8px 16px, rgba(44, 187, 99, .15) 0 16px 32px;
        color: green;
        cursor: pointer;
        display: inline-block;
        font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto, sans-serif;
        padding: 7px 20px;
        text-align: center;
        text-decoration: none;
        transition: all 250ms;
        border: 0;
        font-size: 16px;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }

    .button-33:hover {
        box-shadow: rgba(44, 187, 99, .35) 0 -25px 18px -14px inset, rgba(44, 187, 99, .25) 0 1px 2px, rgba(44, 187, 99, .25) 0 2px 4px, rgba(44, 187, 99, .25) 0 4px 8px, rgba(44, 187, 99, .25) 0 8px 16px, rgba(44, 187, 99, .25) 0 16px 32px;
        transform: scale(1.05) rotate(-1deg);
    }

    .news-description-box {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        padding: 20px;
        border-radius: 10px;
        z-index: 999;
    }
    
    .news-description-box .close-btn {
        position: absolute;
        top: 5px;
        right: 10px;
        cursor: pointer;
        font-size: 20px;
    }

    /* Nieuws sliders */

    .post-slider{
        border: 1px solid red;
    }
    .post-slider .post-wrapper {
        width: 84%;
        height: 350px;
        margin: 0px auto;
        border: 1px dashed red;
    }

    .post-slider .post-wrapper .post{
        height: 300px;
        width: 300px;
        display: inline-block;
        background-color: #1aff00;
    }
    
    .news-description-box p {
        margin-top: 10px;
    }

    @media (min-aspect-ratio: 16/9) {
        .back-video {
            width: 100%;
            height: auto;
        }
    }

    @media (max-aspect-ratio: 16/9) {
        .back-video {
            width: auto;
            height: 100%;
        }
    }

    .slideshow-container {
        max-width: 1000px;
        position: relative;
        margin: auto;
      }
      
      /* Hide the images by default */
      .mySlides {
        display: none;
      }
      
      /* Next & previous buttons */
      .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
      }
      
      /* Position the "next button" to the right */
      .next {
        right: 0;
        border-radius: 3px 0 0 3px;
      }
      
      /* On hover, add a black background color with a little bit see-through */
      .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
      }
      
      /* Caption text */
      .text {
        color: #f2f2f2;
        font-size: 15px;
        padding: 8px 12px;
        position: absolute;
        bottom: 8px;
        width: 100%;
        text-align: center;
      }
      
      /* Number text (1/3 etc) */
      .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 10;
      }
      
      /* The dots/bullets/indicators */
      .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
      }
      
      .active, .dot:hover {
        background-color: #717171;
      }
      
      /* Fading animation */
      .fade {
        animation-name: fade;
        animation-duration: 1.5s;
      }
      
      @keyframes fade {
        from {opacity: .4}
        to {opacity: 1}
      }
      .title {
        text-align: center;
        margin: 0 auto 80px;
        position: relative;
        line-height: 60px;
        color: #555;
      }
      .title::after{
        content: '';
        background: #cdf6cd;
        width: 80px;
        height: 5px;
        border-radius: 5px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
    }
    .site-footer {
        background-color: #333; /* Dark background */
        color: #fff; /* White text color */
        text-align: center; /* Center align text */
        font-family: Arial, sans-serif; /* Default font */
    }
    
    .site-footer .workers-section {
        border-bottom: 1px solid #444; /* Separator */
        padding: 20px 0; /* Padding for the section */
    }
    
    .site-footer .workers-section ul {
        list-style: none; /* Remove default list styling */
        padding: 0; /* Remove default padding */
        margin: 0 auto; /* Center align the list */
        display: inline-block; /* Align items horizontally for wider screens */
        text-align: left; /* Align text to the left */
    }
    
    .site-footer .workers-section li {
        margin-bottom: 10px; /* Space between items */
    }
    
    .site-footer .workers-section li:last-child {
        margin-bottom: 0; /* Remove margin for the last item */
    }
    
    .site-footer .container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px; /* Space between items */
        padding: 20px 0; /* Adjusted padding */
    }
    
    .site-footer a {
        color: #7289da; /* Discord brand color */
        text-decoration: none; /* No underline */
    }
    
    .site-footer a:hover {
        opacity: 0.8; /* Slight transparency on hover */
    }
    
    .fa-discord { /* Adjusting Font Awesome Discord Icon */
        color: #7289da; /* Discord brand color */
        font-size: 30px; /* Icon size */
    }
