.project{
    width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.project-intro{
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.slide__text{
    z-index: 10;
}

.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: 
        /* Lineaire gradient voor de inner shadow aan de bovenkant */
        linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 90%),
        /* Originele radial gradient behouden */
        radial-gradient(circle at center, rgba(12, 12, 12, 0) 30%, rgba(12, 12, 12, 0.7) 70%, rgba(12, 12, 12, 0.9) 100%);
    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;
    gap: 3rem;
}

.project__tools{
    width: 30%;
    height: 100%;
}

.project__description{
    height: 100%;
    width: 70%;
    display: flex;
}

.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;
}


@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 */
        );
    }
    
}









@media (max-width: 600px) {
    .t-size-xxl{
        font-size: 20px!important;
    }
    
}


.functionaliteiten-item-figure{
    width: 100%;

    height: 100%;  /* Donkere schaduw voor diepte */
}

.functionaliteiten-item-img{
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.functionaliteiten-item-img:hover{
    transform: translateY(-3px);
}

.slider-container{
    background-color: rgb(122, 121, 121);
    width: 100%;
    height: .2rem;
    position: absolute;
    bottom: 5rem;
    left: 0;
    border-radius: 50%;
    display: flex;
}

.slider-item{
    background-color: rgb(255, 255, 255);
    width: 25%;
    height: 100%;
    opacity: 0;
    border-radius: 50%;
    transition: 300ms;
}

.slider-item:hover{
    cursor: pointer;
    opacity: 1!important;
}

.slider-activ{
    opacity: 1!important;

}


.Hoofdinhoud {
    height: 100%;
    width: 70%;
    display: flex;
    display: none;
}


.project__tools .slide__text p{
    margin-top: 0;
}

.slide__text .footer__links{
    margin-left: 1rem;
}



a.link--slide {
    display: inline-flex;
    align-items: center;
    letter-spacing: 2px;
    font-family: "proxima-nova", "Helvetica", arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 16px;
    margin-top: 0;
    margin-top: calc(1.33rem - 16px);
    margin-bottom: -16px;
    background-color: #f1810a;
    border-radius: 30px;
    transition: 400ms;
    margin-top: 1rem;
    margin-bottom: 5rem;
}
.scroll-down-dude{
    margin-top: 1rem;
}

.scroll-down-dude:hover{
    cursor: pointer;
}
.scroll-down-dude:before,
.scroll-down-dude:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    border-bottom: 4px solid white;
    border-right: 4px solid white;
}

.scroll-down-dude:before {
    animation: down-arrow-before 2.6s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.scroll-down-dude:after {
    animation: down-arrow-after 2.6s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@keyframes down-arrow-before {
    50% {
        transform: rotate(45deg) translate(70%, 70%);
    }
    100% {
        transform: rotate(45deg) translate(70%, 70%);
    }
}

@keyframes down-arrow-after {
    50% {
        transform: rotate(45deg) translate(110%, 110%);
        opacity: 0;
    }
    51% {
        transform: rotate(45deg) translate(-130%, -130%);
    }
    100% {
        transform: rotate(45deg) translate(-70%, -70%);
        opacity: 1;
    }
}



.footer{
    height: 5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #1a1a1a;
}
.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;
}