body {
    color: #191515;
    margin: 0;
    background-color: #F5F5F3;
}

* {
    box-sizing: border-box;
}

header {
    height: 100px;
    width: 100%;
    position: fixed;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 70px;
    padding-right: 70px;
    background-color: #F5F5F3;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: row;
    z-index: 2;

}


.nav-wrapper {
    width: 20%;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.nav-item {
    font-family: Nunito;
    font-size: 24px;
    text-align: center;
    color: #191515;
    text-decoration: none;
}

.nav-item:hover {
    cursor: pointer;
    color: #6F85F5;
    text-decoration: underline;
}

.logo-wrapper {
    width: 80%;
}

.logo {
    height: 100%;
}


/* Scroll behavior */
.wrapper {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}

.section {
    scroll-snap-align: start;
}


.landing {
    padding: 70px;
    height: 100vh;
    align-content: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.ui-showcase {
    height: 100vh;
    padding: 130px;
}

.design-showcase {
    height: 100vh;
    padding: 130px;
}

.illustration-showcase {
    height: 100vh;
    padding: 130px;
}


.text {
    text-align: center;
}

.title-main {
    font-family: Lora;
    font-weight: bold;
    font-size: 38px;
}

.title-sub-main {
    font-family: Nunito;
    font-size: 30px;
}

.menu {
    height: 60%;
    display: flex;
    flex-direction: row;
    gap: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15%;
    padding-right: 15%;
}

.title-second {
    font-family: Nunito;
    font-size: 24px;
    text-align: center;
    height: 10%;
}


/* CARDS */

.card {
    border-radius: 98px;
    height: 100%;
    width: 100%;
    align-content: center;
    overflow: hidden;
    position: relative;
}

.card-UX {
    background-color: #FFC684;

}

.card-UI {
    background-color: #6F85F5;
}

.card-filler {
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.25s ease-out;
}

.UI-filler {
    background-color: rgb(111 133 245 / 70%);
}

.UX-filler {
    background-color: rgb(255 198 132 / 70%);
}

.illustration-filler {
    background-color: rgb(195 149 255 / 70%);
}


.card:hover .card-filler {
    opacity: 100;
    cursor: pointer;
}

.card:hover .card-image {
    scale: 110%
}

.filler-text {
    font-family: Lora;
    font-weight: BOLD;
    font-size: 30px;
    height: 100%;
    align-content: center;
    text-align: center;
}

.card-illustration {
    background-color: #C395FF;
}

.card-image {
    height: 70%;
    position: relative;
    right: 20%;
    transition: 0.25s ease-out;
}


/* Sections */
.section-frame {
    background-color: white;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    gap: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.section-title {
    text-align: center;
    font-family: Lora;
    font-weight: bold;
    font-size: 30px;

}

.section-description {
    display: flex;
    flex-direction: row;
    width: 100%;
    text-align: center;
    padding: 40px;
}

.section-description-text {
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.section-description-image {
    width: 50%;
    height: 100px;
}

.section-menu {
    height: 100%
}

.description-text {
    font-family: Nunito;
}

.desc-image {
    height: 210%;
    position: relative;
    top: -40%;
    width: 100%;
}

.examples-menu {
    display: flex;
    flex-direction: row;
    gap: 60px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 90%;
}

.example-thumbnail {
    background-color: #C395FF;
    height: 100%;
    width: -webkit-fill-available;
    border-radius: 35px;
    overflow: hidden;
    display: flex;

}

.example-thumbnail:hover .example-filler-text {
    opacity: 100;
    cursor: pointer;
}

.example-filler-text {
    font-family: Lora;
    color: white;
    font-weight: BOLD;
    font-size: 30px;
    height: 100%;
    opacity: 0;
    transition: 0.25s ease-out;
    background-color: rgba(111, 133, 245, 0.7);
    height: 100%;
    width: 100%;
    text-align: center;
    align-content: center;
    text-decoration: none;
    font-size: 28px;
}


/* MENU IMAGES */

#zorro-mockups {
    background-image: url(/static/img/Menus/Zorro-management.png);
    background-size: cover;
}

#zorro-persona {
    background-image: url(/static/img/Menus/Zorro-personas.png);
    background-size: cover;
}

#user-journey {
    background-image: url(/static/img/Menus/User-journey.png);
    background-size: cover;
}

#wireframe {
    background-image: url(/static/img/Menus/Wireframe.png);
    background-size: cover;
}

#zorro-mindmap {
    background-image: url(/static/img/Menus/Mindmaps.png);
    background-size: cover;
}

#swappee-mockups {
    background-image: url(/static/img/Menus/Swappee-mockup.png);
    background-size: cover;
}

#proximarh-mockups {
    background-image: url(/static/img/Menus/ProximaRH-mockup.png);
    background-size: cover;
}

#WAT-illus {
    background-image: url(/static/img/Menus/WAT-illus.png);
    background-size: cover;
}

#Zorro-illus {
    background-image: url(/static/img/Menus/Zorro-illus.png);
    background-size: cover;
}

/* FOOTER */

footer {
    height: 100px;
    width: 100%;
    position: fixed;
    bottom: 0%;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 70px;
    padding-right: 70px;
    background-color: #F5F5F3;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    gap: 10px;

}

.links-wrapper {
    width: 100%;
    height: 70%;
    text-align: center;


}

.link-icon {
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

.link-icon:hover {
    fill: #6F85F5;
    cursor: pointer;
}

.legal-mentions {
    width: 100%;
    text-align: center;
    font-family: Nunito;
    font-size: 10px;
}


/* PROJECT */

.back-button {
    font-family: Nunito;
    font-size: 24px;
    text-align: center;
    color: #191515;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.back-button:hover {
    cursor: pointer;
    color: #6F85F5;
    text-decoration: underline;
}

.back-button:hover .arrow-back {
    fill: #6F85F5;
}


.logo-project {
    width: 45%;
}

.arrow-back {
    height: 30px;
}

.project-wrapper {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    padding-top: 175px;
    padding-left: 50px;
    padding-right: 50px;
}


.project {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100%;
}

.project-images-wrapper {
    height: 100%;
    width: 60%;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 5%;
}

.project-text {
    width: 27.5%;
    position: fixed;
    left: 5%;
}

.align-left {
    text-align: left;
}

.fixed-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.white-gradient {
    width: 100%;
    height: 100px;
    position: fixed;
    box-shadow: 0px 0px 100px white;
    z-index: 1;
}

.project-image {
    width: 100%;
}

.mobile-image {
    padding-left: 150px;
    padding-right: 150px;
}

.tag {
    padding: 2px 8px;
    border-radius: 12px;
    color: white;
    font-family: Nunito;
    text-align: center;
    font-size: 13px;
}


/* TAGS */

.tags {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.motion-design {
    background-color: #6F85F5;
    width: 110px;
}

.illustration {
    background-color: #C395FF;
    width: 85px;
}

.ux {
    background-color: #EB3850;
    width: 85px;
}

.ui {
    background-color: #19C759;
    width: 85px;
}

/* RESPONSIVENESS HOMEPAGE */

@media (min-width: 2000px) {

    .section-frame {
        width: 1920px;
        margin: auto;
    }

    .landing {
        width: 1920px;
        margin: auto;
    }
}



@media (max-width: 1600px) {

    .menu {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media (max-width: 1400px) {

    .description-text {
        font-size: 13px;
    }

    .examples-menu {
        gap: 40px;
    }

    .logo-wrapper {
        width: 70%;
    }

    .menu {
        padding-left: 5%;
        padding-right: 5%;
        gap: 40px;
    }

}

@media (max-width: 1200px) {
    .filler-text {
        font-size: 25px;
    }

    .examples-menu {
        gap: 20px;
    }

    .example-filler-text {
        font-size: 25px;
        opacity: 100;
    }

    .ui-showcase {
        padding-top: 120px;
        padding-bottom: 120px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .design-showcase {
        padding-top: 120px;
        padding-bottom: 120px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .illustration-showcase {
        padding-top: 120px;
        padding-bottom: 120px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .menu {
        padding-left: 0%;
        padding-right: 0%;
        gap: 30px;
    }
}




@media (max-width: 1024px) {
    .menu {
        height: 50%;
    }

    .logo-wrapper {
        width: 60%;
    }

    .card-filler {
        opacity: 100%;
    }

}


@media (max-width: 820px) {
    .menu {
        height: 40%;
    }

    .logo-wrapper {
        width: 40%;

    }

    .card {
        border-radius: 60px;
    }

    .section-description {
        padding: 20px;
    }

    .desc-image {
        top: -10%;
        width: 85%;
        height: 280%;
    }

    .description-text {
        font-size: 11px;
    }

    .examples-menu {
        padding-right: 20px;
        padding-left: 20px;
    }

    .ui-showcase {
        padding-top: 120px;
        padding-bottom: 120px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .design-showcase {
        padding-top: 120px;
        padding-bottom: 120px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .illustration-showcase {
        padding-top: 120px;
        padding-bottom: 120px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .title-second {
        font-size: 20px;
    }


    footer {
        height: 80px;
    }

    header {
        height: 80px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .logo {
        height: 100%;
    }

    .nav-wrapper {
        align-items: center;
    }


}

@media (max-width: 600px) {
    .section-description {
        flex-direction: column;
        height: auto;
        align-items: center;
    }

    .section-description-text {
        width: 100%;
    }

    .section-description-image {
        height: 0;
    }


    .examples-menu {
        flex-direction: column;
        padding-top: 0;
        padding-bottom: 0;
        gap: 10px;
    }

    .section-title {
        font-size: 25px;
    }

    .title-second {
        font-size: 16px;
    }

    header {
        height: 60px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .nav-item {
        font-size: 16px;
    }

    .logo {
        height: 100%;
    }

    .ui-showcase {
        padding-top: 80px;
        padding-bottom: 100px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .design-showcase {
        padding-top: 80px;
        padding-bottom: 100px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .illustration-showcase {
        padding-top: 80px;
        padding-bottom: 100px;
        padding-left: 40px;
        padding-right: 40px;
    }

}



@media (max-width: 500px) {

    header {
        height: 40px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav-wrapper {
        width: auto;
    }

    .design-showcase {
        padding-top: 70px;
        padding-bottom: 90px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-frame {
        gap: 5px;
    }

    .ui-showcase {
        padding-top: 70px;
        padding-bottom: 90px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .illustration-showcase {
        padding-top: 70px;
        padding-bottom: 90px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-title {
        font-size: 20px;
    }

    .section-description {
        padding: 0px;
        height: 50%;
    }

    .title-second {
        font-size: 14px;
    }

    .description-text {
        font-size: 11px;
    }

    footer {
        height: 60px;
        padding-top: 15px;
        padding-bottom: 15px;
        gap: 3px;
    }

    .legal-mentions {
        font-size: 7px;
    }

    .landing {
        padding: 20px;
    }

    .menu {
        height: 30%;
        gap: 7px;
        flex-direction: column;
        height: 60%;
    }

    .card {
        border-radius: 36px;
    }

    .filler-text {
        font-size: 14px;
    }

    .title-sub-main {
        font-size: 24px;
    }

    .title-main {
        font-size: 30px;
    }

    .card-image {
        height: 67%;
        right: 0;
        left: 59%;
    }

    .filler-text {
        font-size: 22px;
    }

    .example-filler-text {
        font-size: 16px;
    }

}


@media (min-height: 1300px) {
    .section-frame {
        padding: 100px;
    }

    .section-description {
        height: 60%;
        align-items: center;
    }

    .section-title {
        font-size: 34px;
    }

    .title-second {
        font-size: 30px;
    }

    /* .description-text {
       font-size: 22px;;
    } */

    .desc-image {
        height: 320%;
        top: -60px;
    }
}

@media (max-height: 1300px) {
    .desc-image {
        height: 280%;
    }

}

/* RESPONSIVENESS PROJECT PAGE */

@media (max-width: 1080px) {
    .project-wrapper {
        height: auto;
        padding-top: 120px;
    }

    .project {
        flex-direction: column;
    }


    .project-text {
        position: relative;
        width: auto;
        left: auto;

    }

    .project-images-wrapper {
        position: relative;
        width: auto;
        right: auto;

    }

    .white-gradient {
        display: none;
    }
}


@media (max-width: 500px) {
    .project-wrapper {
        height: auto;
        padding-top: 60px;
    }

    .arrow-back {
        height: 15px;
    }

    .back-text {
        font-size: 14px;
    }

    .tag {
        font-size: 9px;
    }
}


/* MOBILE TURNED IN LANDSCAPE MODE */
@media (max-height: 500px) {

    header {
        position: relative;
    }

    footer {
        position: relative;
    }

    .section {
        scroll-snap-align: none;
    }

    .section-frame {
        height: auto;
    }

    .section {
        height: auto;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .example-thumbnail {
        height: 65px;
    }

    .example-filler-text {
        font-size: 16px;
    }
}
