.project-hero{
    position:relative;
    height:60vh;
    min-height:500px;
    max-height:650px;
}

.project-video{
    width:100%;
    height:100%;
    object-fit:cover;
}

.project-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,.85) 0%,
        rgba(0,0,0,.55) 45%,
        rgba(0,0,0,.2) 100%
    );
    z-index:1;
}

.project-overlay{
    position:absolute;
    top:50%;
    left:10%;
    transform:translateY(-50%);
    z-index:2;
    max-width:650px;
    display:flex;
    flex-direction:column;
    gap:20px;
}

.project-overlay a{
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    transition: .3s;
}

.project-overlay a:hover{
    color: #83D483;
}

.project-overlay a::after{
    content:"";
    display:block;
    width:0;
    height:2px;
    background:#83D483;
    margin-top:10px;
    margin-bottom: 10px;
    border-radius:5px;
    transition:.25s;
}

.project-overlay a:hover::after{
    color: #83D483;
    width: 100px;
    text-decoration: none;
    font-size: 1.55rem;
}

.project-overlay h1{
    font-size:5rem;
    line-height:1;
    margin-bottom:25px;
    text-wrap-mode: nowrap;
}

.project-overlay p{
    font-size:1.35rem;
    line-height:1.8;
    max-width:700px;
}

.project-section:first-of-type{
    margin-top:-40px;
    position:relative;
    z-index:3;
}

.project-section{
    width:min(90%,1200px);
    margin:80px auto;
    padding-bottom:80px;
    border-bottom:1px solid #2A2A2A;
}

.project-section h2{
    color:#83D483;
    font-size:2.8rem;
    margin-bottom:40px;
}

.project-text p{
    color:#D4D4D4;
    font-size:1.1rem;
    line-height:1.9;
}

.project-content{
    display:grid;
    grid-template-columns:450px 1fr;
    gap:60px;
    align-items:start;
}

.project-content{
    display:grid;
    grid-template-columns:450px 1fr;
    gap:60px;
    align-items:start;
}

.project-image{
    width:100%;
    aspect-ratio:16/9;
    background:#1E1E1E;
    border:1px solid #2A2A2A;
    border-radius:20px;
    overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:.3s ease;
    box-shadow:0 18px 45px rgba(0,0,0,.35);
}

.project-image:hover{
    transform:translateY(-6px);
    box-shadow:0 28px 60px rgba(0,0,0,.45);
}

.project-image span{
    color:#666;
    font-size:1rem;
    font-weight:600;
    letter-spacing:.5px;
}

.project-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .4s ease;
}

.project-image{
    width:100%;
    aspect-ratio:16/9;
    background:#1E1E1E;
    border:1px solid #2A2A2A;
    border-radius:20px;
    overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:.3s ease;
    box-shadow:0 18px 45px rgba(0,0,0,.35);
}

.project-image:hover{
    transform:translateY(-6px);
    box-shadow:0 28px 60px rgba(0,0,0,.45);
}

.project-image span{
    color:#666;
    font-size:1rem;
    font-weight:600;
    letter-spacing:.5px;
}

.project-image{
    width:100%;
    aspect-ratio:16/9;
    background:#1E1E1E;
    border:1px solid #2A2A2A;
    border-radius:20px;
    overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:.3s ease;
    box-shadow:0 18px 45px rgba(0,0,0,.35);
    position:relative;
}

.project-image::before{
    content:"Screenshot";
    color:#666;
    font-weight:600;
    letter-spacing:1px;
}

.project-image img + *{
    display:none;
}

.project-image:hover{
    transform:translateY(-6px);
    box-shadow:0 28px 60px rgba(0,0,0,.45);
}

.project-image span{
    color:#666;
    font-size:1rem;
    font-weight:600;
    letter-spacing:.5px;
}

.project-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .4s ease;
}

.project-image:hover img{
    transform:scale(1.03);
}