@charset "utf-8";
@media only screen and (max-width: 980px) {
    p {
        font-size: 20px;
    }

    .row .col {
        padding: 30px;
    }

    .row .col-3, .row .col-4, .row .col-6, .row .col-8, .row .col-9  {
        flex-basis: 100%;
    }

    .row-header .col-6 {
        flex-basis: 50%;
    }

    p.marquee {
        font-size: 150px !important;
    }

    #animation-frame-1 img {
        max-width: 80%;
    }

    #about {
        bottom: 20px;
        right: 25px;
    }

    #header {
        mix-blend-mode: normal;
        filter: invert(0);
    }

    #header .row-header {
        background: #ffffff;
        max-width: 100%;
        padding: 0 30px;
    }

    #header .col-6 {
        padding: 20px 0;
    }
    
    #above-the-fold  p.marquee {
        font-size: 150px;
        padding-top: 70px;
    }

    #profile h2 {
        font-size: 80px;
    }

    #portfolio .video-img {
        max-width: 65%;
    }

    #portfolio {
        overflow: hidden;
    }

    #portfolio img {
        height: 400px;
    }

    @keyframes transizione-pagina-concepts {
        0% {
            height: 400px;
            width: 100%;
            position: sticky;
            z-index: 997;
            bottom: 0 !important;
            top: 0 !important;
        }
    
    
        100% {
            height: 100vh;
            position: sticky;
            width: 100%;
            max-width: 100%;
            flex-basis: 100%;
            bottom: 0;
            top: 0;
            padding: 0px;
            z-index: 997;
        }
    
    }

    #portfolio h3 {
        word-break: auto-phrase;
        position: absolute;
        right: 50%;
        transform: translate(50%, -50%);
        width: 2000px;
        font-weight: 400;
    }

    #portfolio video {
        opacity: 1;
        padding: 0 60px;
        box-sizing: border-box;
    }

    #quote {
        padding-top: 125px;
    }

    #quote h6 {
        font-weight: 400;
        font-size: 20px;
    }

    #selected-works {
        padding:0px;
        position: relative;
        height: 700px;
        background-attachment: unset !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #selected-works .col-12 {
        position: absolute;
        transform: translate(-40%, -50%) rotate(90deg);
        top: 50%;
        width: 700px;
    }

    #selected-works p.marquee {
        font-size: 100px;
    }

    #selected-works p {
        text-align: right;
    }

    #selected-works .text-block p {
        display: none;
    }

    #selected-works .text-block img {
        background-color: #ffffff;
        border-radius: 100px;
        filter: invert(1);
        padding: 20px;
        width: 55px;
        height: 55px;
        object-fit: contain;
        position: absolute;
        right: 30px;
        bottom: 30px;
    }

    #quote-robert {
        padding: 30px 0;
    }

    #quote-robert h2 {
        font-size: 70px;
        line-height: 70px;
    }

    #business {
        padding: 30px 0;
    }

    #business .heading-section {
        display: none;
    }

    #business h2 {
        font-size: 70px;
        font-weight: 400;
    }

    #footer {
        padding: 20px 0;
    }

    #footer ul {
        padding: 0;
    }

    #footer li {
        flex-basis: 100%;
        font-size: 28px;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 1360px) {
    #above-the-fold,
    #above-the-fold-about {
        background-size: cover !important;
    }
}

/* STYLE PAGINA ABOUT */

@media only screen and (max-width: 980px) {
    #slider h1 {
        display: none;
    }

    #slider .row-fixed {
        flex-direction: column-reverse;
    }

    #bio h2,
    #stack h2 {
        font-size: 65px;
    }

    #bio .row-title,
    #stack .row-title,
    #awards .row-title {
        margin-bottom: 0px;
    }

    #awards .title-mob {
        display: block;
        font-size: 65px;
    }

    #awards h2 {
        display: none;
    }

    #stack .row .col,
    #awards .row .col {
        padding-bottom: 0;
    }
}



/* STYLE PAGINA PROJECT CONCEPTS */

@media only screen and (max-width: 980px) {
    #works .row-portfolio {
        margin-bottom: 20px;
    }

    #works .row-title {
        margin-bottom: 50px;
    }
}

/* STYLE PAGINA CONCEPTS */
@media only screen and (max-width: 980px) {
    #new-balance,
    #wing,
    #autumn,
    #synthesia,
    #jarthur,
    #dimeo,
    #artwork  {
        background-attachment: unset !important;
    }
}