.project{
    width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.project-intro{
    height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.slide__text{
    z-index: 10;
    width: 70%;
    margin-top: 15rem;
}

.project-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

.project-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(12, 12, 12, 0) 30%, /* Clear center */ rgba(12, 12, 12, 0.7) 70%, /* Darker towards the edges */ rgba(12, 12, 12, 0.9) 100% /* Very dark at the edges */);
    z-index: 1;
    pointer-events: none;
}

.project-background img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.project-intro__content {
    width: 70%;
    display: flex;
}

.project__content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #1a1a1a;

}
.project-Description{
    max-width: 70%;
    display: flex;
    padding-top: 10rem;
    padding-bottom: 10rem;

}

.project__tools{
    width: 30%;
    height: 100%;
}

.project__description{
    height: 100%;
    width: 70%;
}

.project__image{
    width: 100%;
    height: 80vh;
    position: relative;
}




.project__image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(12, 12, 12, 0) 30%, /* Clear center */ rgba(12, 12, 12, 0.7) 70%, /* Darker towards the edges */ rgba(12, 12, 12, 0.9) 100% /* Very dark at the edges */);
    z-index: 1;
    pointer-events: none;
}

.project__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.project-intro__content {
    width: 70%;
    display: flex;
    margin-bottom: 10rem;
}

.text{
    font-size: 30px;
    letter-spacing: 0;
    font-weight: 100;
    text-transform: none;
    padding-top: 2rem;
    width: 70%;	
}

.texts{
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 100;
    text-transform: none;
    padding-top: 2rem;
    width: 70%;	
}


.titel{
    font-size: 40px;
}

@media (max-width: 900px) {
    .project-Description{
        max-width: 90%;
        display: flex;
        flex-direction: column;
        gap: 5rem;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .project-intro__content {
        width: 90%;
        display: flex;
    }

    .project__tools{
        width: 100%;
    }
    
    .project__description{
        width: 100%;
    }

    .project__image{
        height: auto;
    }

    .project-background::before {
        background: radial-gradient(circle at center, 
            rgba(168, 149, 149, 0) 40%,   /* Vergroot het transparante gebied */
            rgba(12, 12, 12, 0.4) 65%, /* Maak de tussenlaag lichter */
            rgba(12, 12, 12, 0.7) 85%, /* Verminder de intensiteit bij de randen */
            rgba(12, 12, 12, 0.85) 100% /* Maak de buitenrand iets minder donker */
        );
    }
    
    .text{
        width: 100%;	
    }

    .slide__text{
        width: 90%;
    }
}


@media (max-width: 500px) {
    .text{
        font-size: 20px;
    }
    
    
    .titel{
        font-size: 35px;
    }
}

.passie{

}

.Kenmerken{
}

.footer{
    height: 5rem;
    width: 100%;
    display: flex;
    justify-content: center;
}
.footer__content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 90%;
}

.footer__links,
.footer__copyright{
    color: rgba(255,255,255,0.75);
    font-family: __neue_e3c0f5","__neue_Fallback_e3c0f5, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
}


.footer__links{
    color: rgba(255,255,255,1);
    cursor: pointer;
}

.icon__container{
    display: flex;
    align-items: center;
    justify-content: center;
}

/*kenmerken*/

.Kenmerken{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap:.5rem;
    flex-wrap: wrap;
    
}

.kenmerken-titel{
 margin-bottom: 5rem;
}
.Kenmerken__box {
    height: 14rem;
    width: calc(100% / 3 - .35rem);
    border-radius: 15px;
    min-width: 15rem;
    background-color: rgba(255, 255, 255, 0.15); /* Lichte doorzichtige kleur */
    backdrop-filter: blur(16px) saturate(180%);
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 2rem;
    box-sizing: border-box;
    gap: 2rem;

}
.Kenmerken__box:nth-child(3),
.Kenmerken__box:nth-child(1),
.Kenmerken__box:nth-child(5){
    transform: translateY(-1.5rem);
}

.Kenmerken__box:nth-child(4),
.Kenmerken__box:nth-child(6){
    transform: translateY(-3rem);
}
.Kenmerken__box:nth-child(2){
    height: 17rem;
}

.Kenmerken__box:nth-child(6),
.Kenmerken__box:nth-child(4){
    height: 17rem;
}

/* Titel stijl */
.Kenmerken__title {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    color: #ffffff8d;
}

/* Tekst stijl */
.Kenmerken__text {
    font-size: 1rem;
    line-height: 1.5;
    color: rgba(253, 251, 251, 0.53);
    max-width: 80%;
}

.Kenmerken__icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

/* Afbeelding binnen de cirkel */
.Kenmerken__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Zorg ervoor dat de afbeelding binnen de cirkel wordt bijgesneden */
}

.Kenmerken_title{
    display: flex;
    align-items: center;
    gap: .7rem;
}

.Kenmerken__box:nth-child(1) {
    transition-delay: 0.3s;
  }
  .Kenmerken__box:nth-child(2) {
    transition-delay: 0.4s;
  }
  .Kenmerken__box:nth-child(3) {
    transition-delay: 0.5s;
  }
  .Kenmerken__box:nth-child(4) {
    transition-delay: 0.3s;
  }
  .Kenmerken__box:nth-child(5) {
    transition-delay: 0.4s;
  }
  .Kenmerken__box:nth-child(6) {
    transition-delay: .5s;
  }
  


@media (max-width: 1095px) {


    .Kenmerken__title {
        font-size: .8rem;
    }
}

@media (max-width: 1051px) {
    .Kenmerken__box {
        height: 14rem;
        width: calc(100% / 2 - .3rem);
    }

    .Kenmerken__box:nth-child(3){
        height: 17rem;
        transform: translateY(-3rem);
    }

    .Kenmerken__box:nth-child(4){
        transform: translateY(0rem);
    }

    .Kenmerken__box:nth-child(5){
        transform: translateY(-3rem);
        height: 17rem;
    }

    
    .Kenmerken__box:nth-child(6){
        transform: translateY(-1.5rem);
        height: 14rem;
    }

    .Kenmerken__title {
        font-size: 1.5rem;
    }
}

@media (max-width: 700px) {
    .Kenmerken__box {
        min-width: 0rem;
        padding: .5rem;
    }

    .Kenmerken__text {
        max-width: 100%;
        font-size: .8rem;
    }

    .Kenmerken__title {
        font-size: .8rem;
    }


    .Kenmerken_title {
        flex-direction: column;
    }
}

