.logo-nav {
    position: absolute;
    top: 23px;
    left: 10px;
    z-index: 1000;
    display: flex;
    align-items: center;
}

.logo-nav img {
    width: 120px;
    height: auto;
}

.project-page header {
    background: url('./projimg/street\ sign.png') no-repeat center center;
    background-size: cover;
    position: relative;
    height: 100vh; 
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.project-page header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8); 
    z-index: 1;
}

.project-page header nav {
    position: absolute; 
    top: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-top: -3px;
}

.project-page header .container {
    position: relative;
    z-index: 2;
    text-align: center;
}

.project-page header h1 {
    font-family: 'Le Murmure', sans-serif;
    font-size: 10em;
    margin-bottom: 10px;
}

.project-page header p {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 1.5em;
}

.project-details {
    padding: 80px 0;
    background-color: #000000;
    color: #e0d0c1;
}

.nav-circle {
    position: absolute;
    top: 49px;
    right: 50px;
    z-index: 1000;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.project-page-3 .logo-nav,
.project-page-3 .nav-circle {
    position: fixed;
}

.project-page-3 header nav {
    position: fixed;
}

.nav-circle-link {
    text-decoration: none;
}

.circle {
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.circle:hover {
    transform: scale(1.6);
    border-color: rgba(255, 255, 255, 1);
}

.scroll-indicator {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-decoration: none;
    z-index: 1000;
}

.scroll-indicator::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #cbb59f;
    position: absolute;
    animation: scroll 1.4s ease-in-out infinite;
    transition: transform 0.3s ease;
}

.scroll-indicator:hover::before {
    transform: scale(1.2);
    background-color: #AC8855;
}
  
@keyframes scroll {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

body.scrolled .scroll-indicator {
    opacity: 0;
    pointer-events: none;
}

html {
    scroll-behavior: smooth;
}

.column h2 {
    font-size: 60px;
    margin-top: 40px;
}

.column p {
    font-size: 22px;
    font-family: 'Audrey', sans-serif;
    margin-top: 50px;
    margin-bottom: 40px;
}

.two-column {
    display: flex;
    justify-content: space-between;
}

.column {
    width: 80%;
    margin-right: 60px;
}

.font-display {
    font-family: 'Audrey', sans-serif;
    font-size: 1.2em;
    line-height: 1.5;
}

.identity-concept {
    background-color: #f5e8d3;
    color: #000000;
    padding: 50px 0;
}

.identity-concept h2 {
    font-family: 'Le Murmure', sans-serif;
    font-size: 64px;
    margin-bottom: 30px;
}

.identity-concept p {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 30px;
}

.identity-concept img {
    width: 100%;
    height: auto;
}

.concept-illustration-margin {
    width: 100%;
    height: auto;
    margin-top: 90px;
}

.logo-label {
    font-family: 'Tenor Sans', sans-serif; 
    font-size: 10px; 
    text-align: center; 
    color: #000000;
}

.image-container {
    margin-bottom: 60px;
}

.image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.mockup {
    background-color: #000000;
    color: #e0d0c1;
    padding: 80px 0;
}

.stationery-set, .branded-products, .promotional-ad {
    background-color: #f5e8d3;
    color: #000000;
    padding: 60px 0;
}

.mockup h2, .branded-products h2, .promotional-ad h2{
    font-family: 'Le Murmure', sans-serif;
    font-size: 64px;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 10px;
}

.stationery-img {
    width: 100%;
    margin-bottom: 10px;
}

.ad-promotional{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 60px;
}

.mockup p {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 1.2em;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 100px;
    margin-top: 20px;
}

.mockup-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 30px;
}

.mockup-sub {
    width: 100%;
    height: auto; 
    max-height: 500px; 
    object-position: center;
}

.mockup-main {
    grid-column: 1 / -1;
    width: 100%;
}

.ad-promotional{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 60px;
}

.additional-img {
    width: 100%;
    height: auto;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.product-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px; 
    overflow: hidden;
}

.product-img {
    width: 100%;
    height: 250px; 
    object-fit: cover; 
    border: 1px solid #ddd;
}

.button-container {
    display: flex;
    justify-content: center;
    margin-bottom: 90px;
}

.xd-button {
    display: inline-block;
    background-color: transparent;
    color: #ffffff;
    padding: 15px 30px;
    text-decoration: none;
    font-family: 'Tenor Sans', sans-serif;
    border: 1px solid #e0d0c1;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-size: 16px;
    margin-top: 40px;
}

.xd-button:hover {
    background-color: #e0d0c1;
    color: #000000;      
}

.arrow-link:hover .arrow {
    transform: translateX(5px);
}

.arrow-image {
    display: inline-block;
    width: 24px; 
    height: 24px; 
    margin-left: 800px;
    transition: transform 0.3s ease;
}

.project-cursor, .project-cursor2 {
    position: fixed;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 999999; 
}

.project-cursor {
    width: 50px;
    height: 50px;
    border: 1px solid #c6c6c6;
    border-radius: 50%;
    transition: .1s;
}

.project-cursor2 {
    width: 8px;
    height: 8px;
    background-color: #c6c6c6;
    border-radius: 50%;
    transition: .15s;
}

.project-cursor.text-hover {
    transform: translate(-50%, -50%) scale(1.5);
    background-color: #c6c6c6;
    opacity: .5;
}

.project-cursor2.text-hover {
    opacity: 0;
}

.quick-view-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1200px;  
    margin: 2rem auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.text-link {
    font-size: 20px;
    font-family: 'Tenor Sans', sans-serif;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}

.arrow-image {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.quick-view-container:hover .arrow-image {
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }

    .project-page header h1 {
        font-size: 5em;
        margin-bottom: 5px;
    }

    .project-page header p {
        font-size: 1.2em;
    }

    .two-column {
        flex-direction: column;
    }

    .column {
        width: 100%;
        margin-right: 0;
        box-sizing: border-box;
    }

    .column h2 {
        font-size: 36px;
        margin-top: 20px;
    }

    .column p {
        font-size: 16px;
        margin-top: 30px;
    }

    .identity-concept h2 {
        font-size: 48px;
    }

    .identity-concept p {
        font-size: 16px;
    }

    .concept-illustration-margin {
        margin-top: 40px;
        padding: 0 20px;
    }

    .image-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 20px;
    }

    .mockup h2, 
    .branded-products h2, 
    .promotional-ad h2 {
        font-size: 48px;
        margin-top: 40px;
    }

    .mockup p {
        font-size: 16px;
        margin-bottom: 50px;
    }

    .mockup-grid {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }

    .product-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 20px;
    }

    .product-item {
        height: 250px;
    }

    .program-use {
        margin-top: 30px;
        font-size: 16px;
    }

    .button-container {
        margin-bottom: 40px;
    }

    .quick-view-container {
        width: 100%;
        padding: 20px;
        margin: 0;
        justify-content: center;
        gap: 10px;
    }

    .text-link {
        font-size: 16px;
    }

    .arrow-image {
        width: 16px;
        height: 16px;
        margin-left: 0;
    }

    .project-cursor,
    .project-cursor2 {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .project-page header h1 {
        font-size: 2.5em;
    }

    .project-page header p {
        font-size: 0.9em;
    }

    .project-page header {
        padding: 50px 15px;
    }

    .column h2 {
        font-size: 36px;
        margin-top: 15px;
    }

    .column p {
        font-size: 14px;
        margin-top: 20px;
    }

    .identity-concept h2 {
        font-size: 36px;
    }

    .identity-concept p {
        font-size: 14px;
    }

    .mockup h2, 
    .branded-products h2, 
    .promotional-ad h2 {
        font-size: 36px;
    }

    .mockup p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .product-item {
        height: 200px;
    }

    .product-img {
        height: 100%;
        object-fit: cover;
    }

    .stationery-img {
        margin-bottom: 20px;
    }

    .additional-img {
        height: auto;
    }

    .quick-view-container {
        width: 85%;
        padding: 15px 20px;
        gap: 10px;
    }

    .arrow-image {
        width: 16px;
        height: 16px;
    }

    .xd-button {
        font-size: 14px;
        padding: 8px 16px;
    }
}