html{
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    height: 0;
    background-color: white;
    line-height: 1.5;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

h1,
h2,
h3,
p {
    margin: 0;
    padding: 0;
}

footer {
    margin: 0;
    padding: 0;
}

.main-wrapper {
    display: flex;
    padding: var(--font-fontsize-text-lg, 20px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--font-fontsize-text-6xl, 40px);
    place-self: center;



}





.site-title {
    margin: 0;
    color: #0F0F0F;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-family: 'Sofia Sans';
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 10px;
}

.site-description,
.site-description-page {
    color: #0F0F0F;
    font-family: 'Sofia Sans Condensed';
    font-weight: 300;
    font-size: clamp(2.25rem, 4vw, 3rem);
}

.site-description-page {
    text-align: left;
    font-weight: 400;
    font-size: clamp(4rem, 5vw, 6rem);
    line-height: 110%;
    
}

.user-name-white {
    color: #ffffff;
    font-family: 'Sofia Sans Condensed';
    font-weight: 400;
    font-size: clamp(2.75rem, 7vw, 9rem);
}

.skills-wrapper {
    margin: 20px 0;

}

.skills-section {
    color: #0F0F0F;
    font-family: "Sofia Sans";
    font-size: clamp(2rem, 2vw, 2rem);
    font-style: normal;
    font-weight: 700;
}

.skills-list,
.about-description {
    color: #0F0F0F;
    font-family: "Sofia Sans Condensed";
    font-style: normal;
    font-weight: 300;
    font-size: clamp(1.75rem, 2vw, 2rem);

}

.project-buttons {
    gap: 1rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px 0;

}

.inner-buttons {
        gap: 1rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 3rem;
    place-content: center;
}

.about-buttons {
    margin: 20px 0;
}

.primary-b {
    width: auto;
    height: 50px;
    padding: 10px var(--font-fontsize-text-xl, 24px);
    justify-content: space-between;
    align-items: center;


    border-radius: 10px;
    border-style: none;
    background: #18A3F0;


}

.secondary-b {
    width: auto;
    height: 50px;
    padding: 10px var(--font-fontsize-text-xl, 24px);
    justify-content: space-between;
    align-items: center;


    border-radius: 10px;
    border-style: none;
    border: 1px solid #18A3F0;
    background: #ffffff;

}

.secondary-b a {
    color: #18A3F0;
    font-family: "Sofia Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    font-size: clamp(1.125rem, 1.5vw, 1.25rem);
}

.primary-b a {
    color: var(--cc-sus-portfolio-white-100, #FFF);
    font-family: "Sofia Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    font-size: clamp(1.125rem, 1.5vw, 1.25rem);

}

.footer-wrapper {
    display: flex;

    justify-content: space-between;
    align-items: center;
    align-self: stretch;

    flex-direction: row;
    padding: var(--font-fontsize-text-lg, 20px);
    align-items: center;
    gap: var(--font-fontsize-text-6xl, 40px);
}

.footer-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: var(--font-fontsize-text-lg, 20px);
    cursor: pointer;

}

.footer-text {
    font-family: 'Sofia Sans Condensed';
    color: #0f0f0f;
}

.page-title {
    color: #0F0F0F;
    font-family: "Sofia Sans";
    font-size: clamp(2.25rem, 3vw, 3rem);
    font-style: normal;
    font-weight: 800;
}

/* .about-description{
    font-family: "Sofia Sans Condensed";
    font-weight: 300;
    font-size: clamp(1.5rem, 2.5vw, 2rem);


} */
/* DESKTOP */
/* .main-wrapper{
    display: flex;
    width: 1440px;
    padding-top: var(--font-fontsize-text-6xl, 40px);
    flex-direction: column;
    align-items: flex-start;
    gap: 90px;
    flex-shrink: 0;
}

.headline-container{
    display: flex;
    padding: 0px 120px;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    align-self: stretch;
} */

.content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 40px;
}

.nav-links li {
    cursor: pointer;
}

/* Project Thumbnails */

.thumbnail-image {
    border-radius: 10px;
    height: 350px;
    object-fit: cover;
    width: 100%;
    cursor: pointer;

}

.project-wrapper {
    display: grid;
    gap: 1.5rem;
    width: 100%;
}

.title-area {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;

}

.project-card {
    display: grid;
    gap: 1rem;
}

.project-text {
    margin-top: 10px;
}

.project-card a {
    text-decoration: none;
}

.title-card {
    font-family: 'Sofia Sans';
    color: #0F0F0F;
    font-family: "Sofia Sans";
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    /* 35px */
}


.description-card {
    font-family: "Sofia Sans Condensed";
    color: #0F0F0F;
    font-style: normal;
    font-weight: 300;
    font-size: clamp(1.25rem, 2vw, 1.75rem);

    line-height: 125%;
    /* 30px */

}

.details-card {
    color: #454545;

    /* Caption */
    font-family: "Sofia Sans Condensed";
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    /* 22.4px */

}

/* Project Page */
.project-title-wrapper {
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    gap: 1rem;

}

.project-details-2 {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}

.task-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.project-image-banner-wrapper {
    display: flex;
    width: 100%;
}

.project-image-banner {
    width: 100%;
    border-radius: 10px;
    height: 300px;
    object-fit: cover;
    /* margin: 1rem 0; */
}

.project-title {
    color: #0F0F0F;
    font-family: "Sofia Sans";
    font-size: clamp(2.5rem, 4vw, 5rem);
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

.fa-solid{
    font-size: clamp(18px, 1.5vw, 1.5rem);
    padding-left: .5rem;
    color: #18A3F0;
    cursor: pointer;
}

.fa-solid:hover{
    color: #1261B0;
}

.title-description {
    color: #0F0F0F;
    font-family: "Sofia Sans Condensed";
    font-size: clamp(1.75rem, 3vw, 2rem);
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
    /* 30px */
}

.subheading {
    color: #808080;
    /* H4, Bold, Condensed */
    font-family: "Sofia Sans Condensed";
    font-size: clamp(1.25rem, 2vw, 1.4rem);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.task-text {

    /* Body, Regular */
    font-family: "Sofia Sans";
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    color: #0f0f0f;
    /* 30px */
}

.project-page-wrapper {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}

.body-main-wrapper,
.body-main-wrapper-body-only, .body-main-wrapper-section {
    display: flex;
    flex-flow: column nowrap;
}

.body-title-wrapper {
    display: flex;
    flex-flow: column nowrap;
}

.gallery {
    display: flex;
    gap: 1rem;
    place-self: center;
    flex-flow: column;
}

.gallery-bc-interior,
.gallery-1 {
    display: flex;
    gap: 1rem;
    flex-flow: column;
}


.project-image {
    display: flex;
    flex-flow: column nowrap;
    place-self: center;
    border-radius: 5px;

}

.project-image-tbg {
    display: flex;
    flex-flow: column nowrap;
    place-self: center;
    background-color: #F5F5F5;
    border-radius: 5px;
}



.project-image-bg-glucofit {
    display: flex;
    flex-flow: column nowrap;
    place-self: center;
    background-color: #F6F2FF;
    border-radius: 5px;
}

.project-image-bg-glucofit-2 {
    display: flex;
    flex-flow: column nowrap;
    place-self: center;
    background-color: #4800FF;
    border-radius: 5px;
}

.project-image-bg-cocotrade {
    display: flex;
    flex-flow: column nowrap;
    place-self: center;
    background-color: #eeeeee;
    border-radius: 5px;
}

.project-image-bg-cocotrade-2 {
    display: flex;
    flex-flow: column nowrap;
    place-self: center;
    background-color: #F1F7F8;
    border-radius: 5px;
}

.project-image-glucofit-jira {
    display: flex;
    flex-flow: column nowrap;
    place-self: center;
}

.title-body {
    color: #0f0f0f;
    font-family: "Sofia Sans Condensed";
    font-size: clamp(2rem, 4vw, 2.25rem);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.subheading-body {
    color: #808080;
    font-family: "Sofia Sans";
    font-size: clamp(1.25rem, 1.5vw, 1.75rem);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.body-text,
ol li, .section-links {
    font-family: "Sofia Sans";
    /* font-size: clamp(1.15rem, 1.5vw, 1.75rem); */
    font-size: clamp(.8rem, 1.25rem, 1.125rem);

    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    color: #0f0f0f;
}

ol {
    margin: 0;
}

.section-links{
    text-decoration: none;
    cursor: pointer;
    color: #18A3F0;
    font-size: clamp(.8rem, 1.35rem, 1.35rem);

}

.section-links:hover{
    color: #1261B0;
}

.body-text-white {
    font-size: clamp(.8rem, 1.25rem, 1.125rem);
    font-family: "Sofia Sans Condensed";


    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    color: white;
}

.user-heading-white {
    color: #FFF;

    font-family: "Sofia Sans Condensed";
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 37.44px */
}

.user-heading-purple {
    color: #630875;

    font-family: "Sofia Sans Condensed";
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 37.44px */
}

.user-heading-blue {
    color: #2681DB;

    font-family: "Sofia Sans Condensed";
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 37.44px */
}

.user-description-white-2 {
    color: #FFF;

    font-family: "Sofia Sans Condensed";
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-style: normal;
    font-weight: 200;
    line-height: 120%;
}

.name-title {
    font-family: "Sofia Sans";
    font-size: clamp(1.5rem, 1.5vw, 1.75rem);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: #0f0f0f;
}

.name-title-2 {
    font-family: "Sofia Sans";
    font-size: clamp(1.2rem, 1.5vw, 1.5rem);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: #0f0f0f;
}

.group,
.group-overview {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
    margin: 1rem 0;
}

.rounded,
.rounded-landscape,
.rounded-square {

    border-radius: 5px;
    height: auto;
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.rounded-square {
    border-radius: 5px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* COCOTRADE USER PERSONA */

.persona-users {
    display: flex;
    flex-flow: column nowrap;
    place-self: center;
    gap: 1rem;
}

.user-body-text {
    font-family: "Sofia Sans";
    font-size: clamp(1rem, 1.125vw, 1.125rem);
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    color: #0f0f0f;
}

.cocotrade-user-1,
.cocotrade-user-2 {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
    background-color: #F1F7F8;
    padding: 2rem;
    border-radius: 10px;
}

/* GLUCOFIT USER PERSONA */
.glucofit-user-1,
.glucofit-user-2 {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
    background-color: #F6F2FF;
    padding: 2rem;
    border-radius: 10px;
}


.two-images, .two-images-full,
.three-images,
.four-images {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}

/* KIJIJI */
.journey-wrapper,
.journey-wrapper-2 {
    background-color: #9B44AD;
    padding: 1rem;
    border-radius: 5px;

    display: flex;
    flex-flow: column;
    gap: 2rem;
}

.journey-wrapper-2 {
    background-color: #2681DB;
}

.user {
    display: flex;
    flex-flow: column;
}

.user-info,
.journey-info {
    display: flex;
    gap: .5rem;
    flex-flow: column;
}

.journey-steps {
    display: flex;
    flex-flow: column;
    gap: .5rem;
}

.journey-group {
    display: flex;
    flex-flow: column;
    gap: 2rem;
}

.flow-comparison {
    display: flex;
    flex-flow: column;
}




.user-stickynote-wrapper,
.user-stickynote-wrapper-2 {
    display: flex;
    flex-flow: column;
    gap: 1rem;
}

.stickynote,
.stickynote-blue {
    background-color: #630875;
    border-radius: 5px;
    padding: .75rem;
}

.stickynote-blue {
    background-color: #1261B0;

}


.divider-title {
    background-color: white;
    border-radius: 5px;
    padding: .75rem;
}

.journey-analysis-wrapper {
    background-color: white;
    border-radius: 5px;
    padding: .75rem;

    display: flex;
    flex-flow: column;
    gap: 1.5rem;

}

.analysis-text-wrapper {
    display: flex;
    flex-flow: column;
    gap: 1rem;
}

.user-heading {
    color: #630875;
    font-family: "Sofia Sans Condensed";
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.skills-container{
    display: flex;
    flex-flow:column;
    gap: 1.5rem;
}




/* Hide nav-links on small screens */
.nav-menu {
    display: none;
}



/* Hamburger button styles */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.hamburger .bar {
    width: 25px;
    height: 3px;
    background-color: #0F0F0F;
    transition: 0.3s;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;

}

.nav-links {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.nav-menu a {
    background-color: none;
    text-decoration: none;
    color: #0F0F0F;

    font-family: "Sofia Sans Condensed";
    font-style: normal;
    font-weight: 500;
    font-size: clamp(1.2rem, 2vw, 1.55rem);

}

/* Back to top */

.content {
    height: 2000px;
    /* Just to ensure scrolling */
}

#backToTop {
    font-family: "Sofia Sans";
    position: fixed;
    bottom: 60px;
    right: 30px;
    display: none;
    background-color:#D6D6D6;
    color: #0F0F0F;
    border: none;
    padding: 10px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: opacity 0.3s;
}






/* Show hamburger menu on small screens */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .nav-menu {
        display: none;
        position: absolute;
        top: 60px;
        right: 20px;
        background-color: #fff;
        border: 1px solid #18A3F0;
        border-radius: 5px;
        width: 150px;
        padding: 10px;
        box-shadow: 0 4px 8px rgba(166, 182, 194, 0.2);
    }

    .nav-menu.active {
        display: block;
    }

    .nav-links {
        flex-direction: column;
        gap: 10px;
    }

    .main-wrapper {
        margin: 20px 0;
    }







}

@media screen and (min-width: 768px) {

    .project-buttons {
        flex-direction: row;
    }

    .about-wrapper {
        max-width: 70%;

    }

    .about-buttons {
        width: 50%;
    }

    .inner-buttons {
        margin-top: 3rem;
    place-content: center;
    margin-bottom: 5rem;
    display: flex;
    flex-direction: row;
    }

    .project-wrapper {
        /* display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        width: 100%; */

        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2rem;
    }

    .project {
        flex-basis: 48%;
        flex-grow: 1;
    }

    .thumbnail-image {
        height: 500px;
    }

    /* Project Page */


    .project-details-1 {
        display: flex;
        flex-direction: column;
        flex-basis: 40%;

    }

    .project-details-2 {
        display: flex;
        flex-flow: row nowrap;
        gap: 4rem;

    }

    .user {
        flex-flow: row;
        justify-content: space-between;
        align-items: center;

    }

    .journey-wrapper,
    .journey-wrapper-2 {
        padding: 3rem;

    }

    .user-stickynote-wrapper {
        flex-flow: row;
    }

    .user-stickynote-wrapper-2 {
        flex-flow: column;
        gap: 1rem;

    }

    .stickynote,
    .stickynote-blue,
    .journey-info {
        flex: 1;
    }

    .journey-group {
        display: flex;
        flex-flow: row;
        gap: 1rem;
    }

    .flow-comparison {
        flex-flow: row;
    }


    .journey-analysis-wrapper {
        padding: 1.5rem;
    }


    /* .main-wrapper {
        margin: 1rem 2rem;

    } */

    .footer-wrapper {

        margin: 40px 0;

    }

    .gallery {

        flex-flow: column nowrap;
        align-self: flex-start;
        width: 80%;


    }

    .gallery-bc-interior,
    .gallery-1 {
        max-width: 61.5%;
        width: 100%;
        flex-flow: row;
    }

    .gallery-bc-interior img {
        height: 600px;
        object-fit: cover;
    }


    .header-wrapper {
        padding-top: 3rem;
    }

    .footer-wrapper {
        margin-bottom: 1rem;
        padding: 0 2rem;

    }

    .two-images, .two-images-full {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        place-self: center;
        gap: 1rem;
        width: 100%;

    }

    .three-images {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        place-self: center;
        gap: 1rem;
        width: 100%;
    }

    .four-images {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        place-self: center;
        gap: 1rem;
        width: 100%;
    }

    /* .rounded img {
        width: 100%;
        height: -webkit-fill-available;

    }

    .rounded img {
        object-fit: cover;
        height: 400px;



    } */

    .main-wrapper {
        padding: 0 2rem;
    }
    
    .secondary-b{
        width:auto;
    }

    .skills-container{
        flex-flow: row;
        gap: 2rem;
    }

}

@media screen and (min-width: 1024px) {

    .main-wrapper {
        max-width: 1200px;

        margin-left: auto;
        margin-right: auto;

        padding: 0 2.5rem;

    }



    /* footer{
        max-width: 1200px;
        display: flex;
        place-self: center;

    } */

    .footer-wrapper {
        max-width: 1200px;
        padding: 40px 2.5rem;
        display: flex;
        justify-content: space-between;
        place-self: center;
        margin: 0 auto;


    }

    .content-wrapper {
        margin: 40px 0;
    }


    .project-buttons {
        flex-direction: row;
        width: 50%;

    }

    .primary-b {
        height: 50px;
    }

    .project {
        flex-basis: 48.5%;
    }

    .project-title-wrapper {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
    }


    .project-image-banner {
        height: 500px;
    }

    .project-page-wrapper {
        display: flex;
        flex-flow: column nowrap;
        width: 100%;
        gap: 2rem;

    }


    .body-main-wrapper, .body-main-wrapper-section {
        /* width: 60%;
        display: flex;
        flex-flow: row nowrap;
        gap: 2rem;
        place-self: center; */

        display: grid;
        grid-template-columns: 180px 1fr;
        gap: 3rem;
        width: 65%;
        place-self: center;

    }

    .body-main-wrapper-section{
        align-items: start;
    }

    .body-main-wrapper-body-only {
        display: grid;
        grid-template-columns: 1fr;
        width: 65%;
        place-self: center;
    }

    .project-image,
    .project-image-bg-glucofit,
    .project-image-bg-glucofit-2,
    .project-image-bg-cocotrade,
    .project-image-bg-cocotrade-2,
    .project-image-tbg {
        width: 80%;
    }

    .project-image-2 {
        width: 100%;
    }

    .persona-users {
        /* display: flex;
        flex-flow: row nowrap;
        gap: 2rem;
        width: 80%; */
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        width: 80%;
    }



    .site-description-page {
        text-align: center;
        margin: 2rem 0;

    }

    .project-image,
    .journey-wrapper,
    .journey-wrapper-2,
    .project-image-bg-glucofit,
    .project-image-bg-glucofit-2,
    .project-image-bg-cocotrade,
    .project-image-bg-cocotrade-2,
    .project-image-tbg,
    .rounded,
    .rounded-square {

        border-radius: 10px;

    }

    .group {
        margin: 2rem 0;
    }

    .group-overview {
        gap: 2rem;
    }

    .journey-wrapper,
    .journey-wrapper-2 {
        width: 80%;
        place-self: center;

    }

    .analysis-text {
        width: 80%;

        flex-flow: column;
        place-self: center;
    }

    .gallery {

        place-self: center;
    }

    .two-images {
        width: 80%;
    }

    .two-images-full {
        width: 100%;
    }

    .rounded {

        height: 700px;
    }

    .rounded-landscape {
        height: 400px;
    }

    .nav-menu a:hover{
        color: #2681DB;
    }


    .skills-container{
        gap: 2.5rem;
    }


}

img {
    max-width: 100%;
    height: auto;
    display: block;
}