/* Tablet in modalitÃ  portrait */
@media (min-width: 600px) and (max-width: 900px) {

    .projects {
        max-height: 85%;
    }

    .top-bar {
        padding: 25px 30px;
    }

    .top-bar .logo {
        height: 40px;
    }

    .follow span {
        font-size: 18px;
        padding: 5px 10px;
    }

    .socials a {
        font-size: 22px;
    }

    .socials {
        display: flex;
        gap: 15px;
    }

    .controls {
        bottom: 50px;
        z-index: 20;
    }

    .poster-info {
        flex-direction: column-reverse;
        align-items: normal;
        bottom: 12%;
        left: 80px;
    }

    .video-title{
        gap:10px;
    }

    .video-title h1 {
        font-size: 40px;
    }

    .video-label {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .video-description p {
        font-size: 18px;
        max-width: 80%;
        margin-top: 30px;
    }

    .posters {
        justify-content: flex-start;
    }

    .card {
        width: 160px;
        height: 224px;
        border-radius: 10px;
    }

    .production-status {
        font-size: 14px;
        width: 100px;
        text-align: center;
    }

    .bottom-bar {
        display: none;
    }

    .bottom-bar-resp {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 0 0 30px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 10;
    }

    .bottom-bar-resp .soon {
        font-size: 28px;
        font-weight: 400;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .email {
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding-bottom: 2px;
        transition: ease .25s;
    }
}

/* Tablet in modalità landscape */
@media (min-width: 900px) and (max-width: 1200px) {
    .card {
        width: 160px;
        height: 225px;
    }
}

/* Smartphone in modalità  portrait */
@media (min-width: 320px) and (max-width: 600px) {


.container {
    width: 100vw;
    height: 78vh;
    padding: 30px;
    position: relative;
}

    .projects {
        max-height: 100vh;
    }

    .top-bar {
        padding: 15px 30px;
    }

    .top-bar .logo {
        height: 24px;
    }

    .follow {
        display: flex;
        gap: 10px;
        align-items: flex-end;
    }

    .follow span {
        font-size: 12px;
        padding: 5px 10px 0 10px;
    }

    .socials a {
        font-size: 14px;
    }

    .socials {
        display: flex;
        gap: 10px;
    }

    .controls {
        bottom: 30px;
        right: 20px;
        z-index: 20;
    }

    .control-btn {
        width: 20px;
        height: 20px;
        padding: unset;
        font-size: 10px;
    }

    .poster-info {
        flex-direction: column-reverse;
        align-items: normal;
        bottom: 0;
        left: 60px;
    }

    .video-title {
        gap: 10px;
    }
    .video-title h1 {
        font-size: 26px;
    }

    .video-label {
        font-size: 8px;
        margin-bottom: 5px;
    }

    .video-description p {
        font-size: 12px;
        max-width: 270px;
        margin-top: 15px;
    }

    .posters {
        justify-content: flex-start;
    }

    .card {
        width: 90px;
        height: 126px;
        border-radius: 10px;
    }

    .production-status {
        font-size: 8px;
        width: 75px;
        text-align: center;
        padding: 5px 20px;
        border-radius: 5px;
    }

    .bottom-bar {
        display: none;
    }

    .bottom-bar-resp {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0 30px 30px 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 10;
    }

    .bottom-bar-resp .soon {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 2px;
        text-transform: uppercase;
        right: 30px;
    }

    .soon::before {
        color: #828282;
        border-right: 5px solid #828282;
    }

    .email {
        color: #828282;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding-bottom: 2px;
        transition: ease .25s;
    }
}

/* Smartphone in modalitÃ  landscape */
@media (min-width: 480px) and (max-width: 900px) {

    .top-bar {
        padding: 20px 30px;
    }

    .top-bar .logo {
        height: 25px;
    }

    .follow span {
        font-size: 12PX;
        padding: 5px 10px;
    }

    .socials {
        display: flex;
        gap: 10px;
    }

    .socials a {
        font-size: 14px;
    }

    .projects {
        max-height: 100%;
        border-radius: 20px;
    }

    .poster-info {
        flex-direction: row;
        gap: 25px;
        bottom: 25%;
    }
    
    .card {
        width: 82px;
        height: 115px;
        border-radius: 10px;
    }

    .production-status {
        font-size: 8px;
        width: 65px;
        padding: 2px 10px;
        text-align: center;
    }

    .video-title h1 {
        font-size: 22px;
    }

    .video-label {
        font-size: 8px;
        margin-bottom: 5px;
    }

    .video-description p {
        font-size: 12px;
        max-width: 50%;
        margin-top: 15px;
    }

    .bottom-bar-resp {
        display: none;
    }

    .bottom-bar {
        display: block;
        padding: 0 20px 20px 20px;
    }

    .bottom-bar .soon {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .soon {
        position: absolute;
        bottom: 15px;
        right: 20px;
        color: transparent;
    }

    
    .bottom-bar .email {
        font-size: 14px;
    }

    .controls {
        bottom: 80px;
        right: 50px;
        z-index: 20;
    }

    .control-btn {
        width: 20px;
        height: 20px;
        padding: unset;
        font-size: 10px;
    }

}
