
body{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}
header{
    height: 100vh;
    background: linear-gradient( rgba(0, 0, 0, 0.175) 0%, rgb(0, 0, 0) 120%);
}

header video{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover; 
    z-index:-100;
    }

    nav{
        display:flex;
        align-items:center;
        justify-content:space-between;
        padding:20px 60px;
        position: fixed;
        gap: 100px;
        left:10%;
        top: 0;
        z-index: 100;
    }

    .logo{
        width: 200px;
        border-radius: 30px;
    }

    nav ul{
        display:flex;
        list-style:none;
        gap:25px;
        background-color: #e4e4e4b9;
        padding: 20px;
        border-radius: 35px;

    }

nav ul li a{
    text-decoration:none;
    color:black;
    font-weight:500;
    font-size:25px;
    padding:10px;
    border-radius:25px;
    transition: all 0.3s ease;
}

nav ul li a.actief{
    background-color: #615E5E;
    color: white;
}

nav ul li a:hover{
    background-color: #615E5E;
    color: white;
}
nav ul:hover li a.actief:not(:hover){
    background-color: transparent;
    color: black;
}
    .contact{
        background:blue;
        color:white;
        padding: 20px;
        font-weight:500;
        font-size: 25px;
        border-radius: 35px;
        text-decoration:none;
    }

    #sec{
        position:absolute;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%);
        text-align:center;
        max-width:600px;
        color: white;
    }

    #sec h1{
        font-size:60px;
        margin-bottom:20px;
    }

    #sec p{
        font-size:20px;
        line-height:1.6;
    }
    #overons{
        margin: 120px 50px 50px 50px;
    }
    #art{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    #art h2{
        font-size: 45px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }
    #art p{
        font-size: 25px;
        line-height: 35px;
    }
    #team{
        margin: 120px 50px 50px 50px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
        text-align: center;
        align-items: start;
    }
    #team h2{
        grid-column: 1 / 4;
        font-size: 45px;
        margin-bottom: 20px;
    }
    #team > section{
        background: transparent;
        border-radius: 30px;
        padding: 25px 0 0;
        box-shadow: none;
        transition: transform 0.25s ease;
    }
    #team > section:hover{
        transform: none;
    }
    #team > section img{
        width: 220px;
        height: 220px;
        object-fit: cover;
        border-radius: 50%;
        margin: 0 auto 18px;
        display: block;
        border: none;
        background: none;
    }
    #team-img{
        grid-column: 1/4;
        width: 100%;
        height: 550px;
        object-fit: cover;
        border-radius: 30px;
        margin-top: 30px;
    }
    #team > section p{
        margin: 0;
        font-size: 22px;
        font-weight: 600;
        text-transform: capitalize;
    }

   img{
        width:100%;
        height:100%;
        object-fit:cover;
        border-radius: 25px;
    }
    #sec1{
        background-color: #222b55;
        background: linear-gradient(#222b55 80%, transparent 100%);
        margin-top: -15px;
        color: white;
        display: grid;
        grid-template-columns: repeat(3, minmax(260px, 1fr));
        gap: 30px;
        padding: 80px 40px 100px;
        position: relative;
    }
    #sec1 h2{
        margin: 0 auto 20px;
        font-size: 45px;
        grid-column: 1 / -1;
        max-width: 900px;
    }
    #sec1 p{
        font-size: 20px;
        color: #dfe1ff;
        margin: 0 auto 40px;
        grid-column: 1 / -1;
        max-width: 760px;
        line-height: 1.8;
    }
    #sec1 article{
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 30px;
        padding: 32px;
        box-shadow: 0 24px 50px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        text-align: left;
    }
    #sec1 article:hover{
        transform: translateY(-6px);
        box-shadow: 0 28px 60px rgba(0, 0, 0, 0.15);
    }
    #sec1 article h3{
        font-size: 28px;
        margin-top: 0;
    }
    #sec1 article p{
        color: #e7ebff;
        line-height: 1.8;
        margin: 0;
    }

    .st0 {
        fill: #222b55;
      }

      .st1 {
        fill: url(#Naamloos_verloop_13);
      }
      svg{
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: 0;
        margin-top: 90px;
      }
      #img{
            width: 25%;
            height: 30%;
            object-fit: fill;
            position: absolute;
            margin-top: -150px;
            right: 20px;
        }
      
      #portfolio {
        margin: 120px 50px 50px 50px;
        padding: 40px 30px;
        border-radius: 40px;
        background: rgba(255, 255, 255, 0.9);
      }
      #portfolio .portfolio-header {
        max-width: 900px;
        margin: 0 auto 40px;
        text-align: center;
      }
      #portfolio .portfolio-header h2 {
        font-size: 45px;
      }
      #portfolio .portfolio-header p {
        font-size: 20px;
        line-height: 1.8;
        color: #333;
        max-width: 760px;
        margin: 0 auto;
      }
      .portfolio-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(320px, 1fr));
        gap: 28px;
      }
      .project-card {
        background: #ffffff;
        border-radius: 30px;
        overflow: hidden;
        box-shadow: 0 22px 55px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
      }
      .project-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 28px 65px rgba(0, 0, 0, 0.14);
      }
      .project-card img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        display: block;
      }
      footer {
        background: #070713;
        padding: 70px 20px;
        color: #e7e7ff;
        text-decoration: none;
      }
      .footer-grid {
        display: grid;
        grid-template-columns: 1.6fr 1fr 1fr;
        gap: 40px;
        max-width: 1200px;
        margin: 0 auto;
      }
      .footer-brand img {
        width: 150px;
        height: auto;
      }
      .footer-brand p {
        margin-top: 20px;
        max-width: 420px;
        color: #b7b7d5;
        line-height: 1.8;
      }
      .footer-links h2,
      .footer-contact h2 {
        margin-bottom: 20px;
        font-size: 30px;
      }
      .footer-links p,
      .footer-contact p {
        margin: 10px 0;
      }
      footer a{
        color: #e7e7ff;
        text-decoration: none;
        transition: color 0.2s ease;
      }
      footer a:hover{
        color: #8c9cff;
      }
      .footer-bottom {
        margin-top:  5px;
        padding-top: 4px;
        text-align: center;
        color: #7d7db0;
      }
      #sec3{
        background-color: #0D00FF;
        color: white;
        text-align: center;
        padding: 30px;
      }
      #sec3 h2{
        font-size: 35px;
      }
      #sec3 p{
        font-size: 20px;
      }
      #sec3 button a{
        color: #0D00FF;
        text-decoration: none;
        font-size: 25px;
      }
      #sec3 button{
        border: none;
        border-radius: 25px;
        padding: 10px 20px 10px 20px;
      }
    .hamburger {
        display: none;
        font-size: 40px;
        cursor: pointer;
        color: white;
        background: transparent;
        border: none;
        padding: 0;
    }
    /* ==========================================================================
   Contact Pagina Specifieke Styling
   ========================================================================== */

#contact-header {
    height: 60vh; /* Iets korter dan de home-hero aangezien er geen video is */
    background: linear-gradient(rgba(7, 7, 19, 0.85), #222b55);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#contact-hero-text {
    text-align: center;
    color: white;
    max-width: 700px;
    padding: 0 20px;
    margin-top: 100px; /* Ruimte voor de fixed nav */
}

#contact-hero-text h1 {
    font-size: 55px;
    margin-bottom: 15px;
}

#contact-hero-text p {
    font-size: 20px;
    color: #dfe1ff;
    line-height: 1.6;
}

#contact-sectie {
    background-color: #f8f9fa;
    padding: 80px 50px;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 50px;
}

/* Linker kolom: Info */
.contact-info {
    background: white;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.05);
}

.contact-info h2 {
    font-size: 35px;
    color: #222b55;
    margin-top: 0;
}

.info-item {
    margin-top: 25px;
}

.info-item strong {
    font-size: 18px;
    color: #0D00FF;
    display: block;
    margin-bottom: 5px;
}

.info-item p, .info-item a {
    font-size: 18px;
    color: #333;
    margin: 0;
    text-decoration: none;
}

.info-item a:hover {
    color: #0D00FF;
}

/* Rechter kolom: Formulier */
.contact-form-wrapper {
    background: white;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.05);
}

.contact-form-wrapper h2 {
    font-size: 35px;
    color: #222b55;
    margin-top: 0;
    margin-bottom: 30px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-weight: 600;
    color: #222b55;
    font-size: 16px;
}

.form-group input, 
.form-group textarea {
    padding: 15px;
    border: 2px solid #e4e4e4;
    border-radius: 15px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.form-group input:focus, 
.form-group textarea:focus {
    outline: none;
    border-color: #0D00FF;
}

.submit-btn {
    background: #0D00FF;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 25px;
    cursor: pointer;
    align-self: flex-start;
    transition: background 0.3s ease, transform 0.2s ease;
}

.submit-btn:hover {
    background: #222b55;
    transform: translateY(-2px);
}

/* Actieve verlichting voor de contact knop op deze pagina */
.actief-knop {
    background: #0D00FF !important;
    box-shadow: 0 4px 15px rgba(13, 0, 255, 0.4);
}

/* Mobielvriendelijkheid voor contactpagina */
@media (max-width: 768px) {
    #contact-header {
        height: auto;
        padding-bottom: 40px;
    }
    .contact-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    #contact-sectie {
        padding: 40px 20px;
    }
    #contact-hero-text h1 {
        font-size: 40px;
    }
    .submit-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
  nav {
        left: 0 !important;
        width: 100% !important;
        padding: 10px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
    }
    p{
        font-size: 13px;
    }
    .logo {
        width: 120px !important;
        margin: 0;
    }

    .hamburger {
        display: block;
        margin: 0;
        color: #615E5E;
        z-index: 101;
        background: transparent;
        border: none;
        padding: 0;
    }

    nav ul {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        left: 5%;
        width: 90%;
        background-color: rgba(228, 228, 228, 0.98);
        padding: 20px;
        border-radius: 20px;
        text-align: center;
        gap: 10px;
        z-index: 1000;
    }

    nav ul.toon {
        display: flex !important;
    }

    .contact {
        display: none;
    }
    #art {
        grid-template-columns: 1fr; 
        margin: 50px 20px;
    }

    #sec1 {
        grid-template-columns: 1fr; 
        padding-bottom: 100px !important;
    }

    #sec1 h2, #sec1 p {
        grid-column: 1 / 2;
    }

    #img {
        display: block;
        position: relative;
        width: min(100%, 320px);
        height: auto;
        margin: 0 auto 30px;
        right: auto;
        top: auto;
    }

    #sec2 {
        grid-template-columns: 1fr;
    }
    .portfolio-grid {
          grid-template-columns: 1fr;
        }
        .project-card img {
          height: 260px;
        }
    #team {
        grid-template-columns: 1fr;
    }
    #team h2, #team-img {
        grid-column: 1 / 2;
    }
    #team-img {
        width: 100%;
        height: auto;
    }
    .footer-grid{
        grid-template-columns: 1fr;
        text-align: center;
    }
}