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

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

.project-page-2 header {
    background: url('./img/phone\ mockup.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-2 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-2 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-2 header .container {
    position: relative;
    z-index: 2;
    text-align: center;
}

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

.project-page-2 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: 43px;
    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;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

.column {
    width: 80%;
    margin-right: 50px;
    line-height: 1.4;
}

.column1 {
    width: 80%;
    margin-right: 60px;
    line-height: 1.6;
}

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

.app-demo {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.demo-group {
    flex: 1;
    text-align: center;
}

.demo-screen {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-bottom: 20px;
    border-radius: 12px;
}

.demo-group p {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 18px;
    color: #000000;
    margin: 0;
}

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

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

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

.column1 p {
    font-size: 20px;
    font-family: 'sepiaridom', sans-serif;
    margin-top: 46px;
    margin-bottom: 40px;
}

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

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

.identity-concept-1 img {
    width: 100%;
    height: auto;
    margin-top: 180px;
}

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

.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;
}

.promotional-ad {
    background-color: #f5e8d3;
    color: #000000;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.branded-products {
    background-color: #f5e8d3;
    color: #000000;
    padding: 80px 0;
}

.branded-products p {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 30px;
    margin-top: 20px;
    color: #000000;
}

.serenispace-image-set {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

.serenispace-main-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 18 / 9; 
}

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

.serenispace-sub-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 12 / 9; 
}

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

.product-item-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px; 
    width: 100%;
    overflow: hidden;
}

.product-img-1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border: none; 
}

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

.serenispace-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

.prototype-images {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 50px 0;
}

.prototype-image {
    width: 100%;
    height: auto;
}

.figma-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;
}

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

.button-container {
    display: flex;
    justify-content: center;
    margin: 40px 0 80px 0;
}

.program-use {
    font-size: 18px;
    font-family: 'sepiaridom', sans-serif;
    line-height: 2.4;
    margin-top: 95px;
    text-align: left;
}

.image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 100px;
    margin-top: 20px;
}

.additional-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.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;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

.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) {
    .project-page-2 header h1 {
        font-size: 5em;
        margin-bottom: 5px;
    }

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

    .two-column, .two-column1 {
        flex-direction: column;
    }
    .column, .column1 {
        width: 100%;
        margin-right: 0;
    }

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

    .column p, .column1 p {
        font-size: 18px;
        margin-top: 30px;
    }

    .identity-concept-1 img {
        margin-top: 80px;
    }

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

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

    .identity-concept .container {
        text-align: left;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }
    
    .identity-concept p {
        font-family: 'Tenor Sans', sans-serif;
        font-size: 1.1em;
        line-height: 1.6;
        margin-bottom: 30px;
        text-align: left;
        max-width: 100%;
    }
    .mockup h2, .branded-products h2 {
        font-size: 48px;
        margin-top: 40px;
    }

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

    .mockup-grid {
        grid-template-columns: 1fr;
    }

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

    .serenispace-column {
        width: 100%;
        margin-bottom: 30px;
    }

    .product-grid-1 {
        grid-template-columns: 1fr;
    }

    .image-grid {
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin: 50px 0;
    }
    
    .additional-img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

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

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

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

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

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

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

    .column, .column1 {
        width: 100%;
        margin-right: 0;
    }

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

    .column p, .column1 p {
        font-size: 14px;
        margin-top: 20px;
    }
    .font-display1 {
        font-size: 0.9em;
    }

    .identity-concept-1 img {
        margin-top: 40px;
    }

    .identity-concept h2, .serenispace-revision h2, .column h2 {
        font-size: 36px;
    }

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

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

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

    .mockup-sub {
        max-height: 300px;
    }

    .promotional-ad h2 {
        font-size: 36px;
    }

    .image-grid {
        gap: 20px;
        margin: 20px 0;
    }

    .branded-products p {
        font-size: 14px;
    }

    .product-item-1 {
        height: 300px;
    }

    .serenispace-column img {
        margin-top: 20px;
    }

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

    .serenispace-revision p {
        font-size: 14px;
        margin-bottom: 50px;
    }

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

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

@media (max-width: 1024px) {
    .arrow-link {
        text-align: center;
    }

    .arrow-image {
        margin-left: 0;
    }
}