@font-face {
    font-family: 'Nohemi';
    src: url('./font/Nohemi-Thin-BF6438cc57e2011.woff') format('woff'),
        url('./font/Nohemi-Thin-BF6438cc5896c67.ttf') format('truetype'),
        url('./font/Nohemi-Thin-BF6438cc577ef3b.otf') format('opentype');
    font-weight: 100;
}

@font-face {
    font-family: 'Nohemi';
    src: url('./font/Nohemi-ExtraLight-BF6438cc581502c.woff') format('woff'),
        url('./font/Nohemi-ExtraLight-BF6438cc58a2634.ttf') format('truetype'),
        url('./font/Nohemi-ExtraLight-BF6438cc57e06d5.otf') format('opentype');
    font-weight: 200;
}


@font-face {
    font-family: 'Nohemi';
    src: url('./font/Nohemi-Light-BF6438cc5702321.woff') format('woff'),
        url('./font/Nohemi-Light-BF6438cc5899919.ttf') format('truetype'),
        url('./font/Nohemi-Light-BF6438cc583f70b.otf') format('opentype');
    font-weight: 300;
    /* o normal */
}


@font-face {
    font-family: 'Nohemi';
    src: url('./font/Nohemi-Regular-BF6438cc579d934.woff') format('woff'),
        url('./font/Nohemi-Regular-BF6438cc4d0e493.ttf') format('truetype'),
        url('./font/Nohemi-Regular-BF6438cc58b98fc.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'Nohemi';
    src: url('./font/Nohemi-Medium-BF6438cc57ddecd.woff') format('woff'),
        url('./font/Nohemi-Medium-BF6438cc5883899.ttf') format('truetype'),
        url('./font/Nohemi-Medium-BF6438cc581a509.otf') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'Nohemi';
    src: url('./font/Nohemi-SemiBold-BF6438cc57db2ff.woff') format('woff'),
        url('./font/Nohemi-SemiBold-BF6438cc588a48a.ttf') format('truetype'),
        url('./font/Nohemi-SemiBold-BF6438cc588b5e5.otf') format('opentype');
    font-weight: 600;
}

/* Reset base */
* {
    box-sizing: border-box;
    transition: all 0.3s ease-out;
}

*:focus {
    outline: none;
}

/* Stili generali */
html,
body {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    transition: all 0.35s;
    background-color: #FEFAE8;
    color: #000000;
}

div {
    width: 100%;
}


/* TOP BAR */

.top-bar {
    height: 50px !important;
}

.faN {
    width: 30px !important;
    height: 30px !important;
}


nav {
    width: 100%;
    height: 72px;
    background-color: #FFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 50px;
    border-bottom: 1px solid #000;
}

nav div:first-of-type {
    font-family: 'Nohemi', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    color: #000000;
    width: 250px;
    white-space: nowrap;
    text-align: right;
}

nav div:nth-of-type(2) {
    font-family: 'Nohemi', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    color: #3FB1B5;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    padding-left: 50px;
}


nav div:last-of-type {
    width: 200px;
}



header {
    width: 100vw;
    height: calc(100vh - 122px);
    background-color: #FEFAE8;
    margin: 0 auto;
    overflow-y: hidden;
}

h1 {
    font-family: 'Nohemi', sans-serif;
    font-weight: 400;
    font-size: 200px;
    line-height: normal;
    color: #000000;
    text-align: center;
    margin: auto;
    width: 100%;
    padding-top: 100px;
}

header #tocco_img {
    width: 275px;
    height: auto;
    position: absolute;
    left: 20%;
    top: 90px;
}

header #cover_header {
    width: 100%;
    max-width: 1425px;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -220px;
}


article {
    width: 100%;
    margin-top: 100px;
}

section {
    width: 100%;
    padding: 100px 10vw;
    z-index: 2;
    position: relative;
}

.section_black {
    color: #FEFAE8;
    background-color: #000000;
}


.sommario {
    font-family: 'Nohemi', sans-serif;
    font-weight: 100;
    font-size: 80px;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 50px;
    margin: auto;
    text-align: center;
}

p {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    text-align: left;
}

p.capolettera:first-letter {
    font-family: 'Nohemi', sans-serif;
    font-size: 120px;
    float: left;
    font-weight: 600;
    padding-right: 10px;
}

.nota {
    margin-top: 50px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: left;
}

.nota ul {
    padding-inline-start: 20px;
}

.section_img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
    height: 100vh;
    padding: 0;
}

.section_img img {
    height: 100vh;
    width: auto;
}


h2 {
    width: 100%;
    font-family: 'Nohemi', sans-serif;
    font-weight: 200;
    font-size: 80px;
    line-height: normal;
    text-align: center;
    margin: 50px auto 50px;
}

.grafico_sx_testo_cnt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.grafico_dx_testo_cnt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.grafico_cnt {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testo_cnt {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.grafico_sx_testo_cnt .testo_cnt {
    padding-left: 5vw;
}

.grafico_dx_testo_cnt .testo_cnt {
    padding-right: 5vw;
}

#scena_2 {
    justify-content: center;
}


#scena_3 .illustrazione {
    width: auto;
    height: 310px;
    position: absolute;
    bottom: -139px;
    right: 5vw;
}

#scena_5 {
    padding-bottom: 150px;
}

#scena_5 .grafico_sx_testo_cnt {
    margin-top: 80px;
}

#scena_5 .illustrazione {
    width: auto;
    height: 185px;
    position: absolute;
    bottom: 0;
    right: 5vw;
}

#scena_6 {
    padding-bottom: 0;
}

#scena_6 .testo_maiuscolo {
    font-family: 'Nohemi', sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: normal;
    text-align: center;
    color: #FEFAE8;
    text-transform: uppercase;
    padding-bottom: 50px;
}


#scena_6 .illustrazione_cnt {
    display: flex;
    justify-content: start;
    align-items: end;
}

#scena_9_crediti {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-content: center;
    padding-bottom: 0;
}

#scena_9_crediti .crediti {
    font-family: 'Nohemi', sans-serif;
    font-weight: 100;
    font-size: 80px;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 50px;
    margin: auto;
    text-align: center;
}

.desktop {
    display: block !important;
}

.mobile {
    display: none !important;
}




@media screen and (max-width: 480px) {

    nav {
        height: 50px;
        justify-content: center;
    }

    nav div:first-of-type {
        font-size: 18px;
        width: 100%;
        text-align: center;
    }

    header {
        height: calc(100vh - 100px);
    }

    h1 {
        font-size: 86px;
        line-height: normal;
        padding: 140px 15px 0;
    }


    header #tocco_img {
        width: 180px;
        left: 10%;
        top: 90px;
    }

    header #cover_header {
        width: 100%;
        max-width: 100%;
        height: auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -20px;
    }

    article {
        margin-top: 0;
    }

    section {
        padding: 50px 15px;
        z-index: 2;
        position: relative;
    }

    .sommario {
        font-size: 40px;
        line-height: normal;
        padding-bottom: 30px;
    }

    p {
        font-size: 20px;
    }

    p.capolettera:first-letter {
        font-size: 80px;
        float: left;
        padding-right: 10px;
        padding-bottom: 0;
    }

    .section_img {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        padding: 0 15px;
    }

    .section_img img {
        height: auto;
        width: 100%;
    }

    h2 {
        font-size: 40px;
        margin: 50px auto 50px;
    }

    .grafico_sx_testo_cnt {
        flex-direction: column;
        justify-content: center;
    }

    .grafico_dx_testo_cnt {
        flex-direction: column;
        justify-content: center;
    }

    .grafico_cnt {
        width: 100%;
    }

    .testo_cnt {
        width: 100%;
    }

    .grafico_sx_testo_cnt .testo_cnt {
        padding-left: 0;
    }

    .grafico_dx_testo_cnt .testo_cnt {
        padding-right: 0;
    }

    #scena_3 {
        padding-bottom: 150px;
    }

    #scena_4 {
        padding-top: 150px;
    }

    #scena_3 .illustrazione {
        width: auto;
        height: 250px;
        position: absolute;
        bottom: -139px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    #scena_5 .grafico_dx_testo_cnt {
        flex-direction: column-reverse;
    }

    #scena_5 .grafico_sx_testo_cnt {
        margin-top: 50px;
    }

    #scena_6 .testo_maiuscolo {
        font-size: 28px;
        line-height: 36px;
    }

    #scena_6 .illustrazione_cnt .illustrazione {
        width: 100%;
        height: auto;
    }

    #scena_9_crediti .crediti {
        font-size: 40px;
        line-height: normal;
        padding-bottom: 0;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }
}

@media screen and (max-height: 667px) {

    h1 {
        font-size: 64px;
        line-height: normal;
        padding: 90px 15px 0;
    }


    header #tocco_img {
        width: 140px;
        top: 70px;
    }
}