
#dot {
    position: fixed;
    width: 30px;
    height: 30px;
    background-color: rgb(0, 0, 0);
    filter: invert(100%);
    mix-blend-mode: difference;
    border-radius: 50%;
    pointer-events: none;
    transition: transform 0.09s linear;
    z-index: 999;
}

/* Page specific styles */
.work-hero {
    min-height: 93vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 150px 20px 50px;
    width: 100%;
}

.work-hero h1 {
    font-size: 8rem;
    font-family: "Playfair Display", serif;
    color: #0b0b0b;
}

.work-hero p {
    font-size: 2rem;
    color: #555555;
    max-width: 800px;
    margin-top: 20px;
}

.PROJECT {
    position: relative;
    background-color: #fafafa;
    background-image: linear-gradient(to right, #e0e0e0 1px, transparent 3px), linear-gradient(to bottom, #e0e0e0 1px, transparent 3px);
    background-size: 50px 50px;
    color: #000000;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.PROJECT .project-h2 {
    padding: 50px 0 50px 0;
    position: sticky;
    display: flex;
    justify-content: center;
}

.PROJECT .project-h2 h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 70px;
    font-size: 140px;
    font-family: "Playfair Display", serif;
    font-weight: 900;
}

.PROJECT .project-h2 h2 div {
    letter-spacing: -10px;
    transform: scaleY(1.5);
}

.PROJECT .project-h2 p {
    color: #000000;
    font-size: 1.3rem;
}

.allpro {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-direction: column;
}

.PROJECT .project1 {
    width: 90%;
    height: auto;
    padding: 60px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.PROJECT .project1:hover #dot{
    content: "project1";}

.PROJECT .project1 .img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 45%;
    height: auto;
}

.PROJECT .project1 img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.kalam1 {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 50%;
    height: auto;
    padding-right: 40px;
}

.kalamis {
    display: none;
}

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

.kalamwa .name {
    font-size: 4rem;
    color: #0b0b0b;
    font-family: "Playfair Display", serif;
    font-weight: 500;
}

.kalamwa .subtitle {
    font-size: 1rem;
    font-family: 'Courier New', Courier, monospace;
    letter-spacing: 2px;
    color: #555;
    text-transform: uppercase;
    margin-top: -10px;
}

.kalamwa .was {
    font-size: 1.1rem;
    width: 100%;
    color: #333;
    font-family: sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

.kalamwa .includes-list {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
}

.kalamwa .includes-list li::before {
    content: '· ';
}

.kalamwa .btn {
    width: max-content;
    border-radius: 0;
    padding: 15px 40px;
    background-color: #0b0b0b;
    color: #ffffff;
    border: none;
    font-size: 0.9rem;
    font-family: sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s;
    margin-top: 20px;
    text-decoration: none;
}

.kalamwa .btn:hover {
    background-color: #ff4925;
    color: #ffffff;
}

@media (max-width: 1000px) {
    .work-hero h1 {
        font-size: 4rem;
    }

    .work-hero p {
        font-size: 1.2rem;
    }

    .PROJECT .project-h2 h2 {
        flex-direction: column;
        gap: 5px;
        font-size: 3.5rem;
        text-align: center;
    }

    .PROJECT .project-h2 h2 div {
        letter-spacing: normal;
        transform: scaleY(1);
    }

    .PROJECT .project1 {
        flex-direction: column-reverse;
        height: auto;
        padding: 40px 20px;
        gap: 20px;
    }

    .PROJECT .project1 .img {
        width: 100%;
        height: 300px;
    }

    .PROJECT .project1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .kalam1 {
        width: 100%;
        height: auto;
        gap: 20px;
    }

    .kalamis {
        width: 100%;
        height: auto;
    }

    .kalamis .num p {
        font-size: 4rem;
    }

    .kalamwa .name {
        font-size: 1.8rem;
    }

    .kalamwa .was {
        font-size: 1.2rem;
        width: 100%;
    }

    .kalamwa .btn {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        font-size: 1rem;
        text-align: center;
    }
}