@media (max-width: 399px) {
    #progress-text {
        padding: 15px;
        font-size: 120px;
        line-height: 70%;
    }

    .menu {
        width: 100%;
        height: 65vh;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 20px 20px 5px 8px;
    }

    .item-menu {
        font-size: 50px;
        line-height: 45px;
        text-wrap: wrap;
    }

    .number-menu {
        font-size: 20px;
    }

    .email {
        display: none;
    }

    .image-parallax {
        object-position: center;
    }

    .about-us-section {
        margin-top: -25vh;
        height: 90vh;
        padding: 10px 10px 15px 10px;
    }

    .about-us-texts-top {
        gap: 1em;
        font-size: 20px;
    }

    #about-us-header {
        display: none;
    }

    .about-us-bottom {
        flex-direction: column;
        align-items: start;
        gap: 15px;
    }

    .about-us-project-description {
        max-width: 90%;
        font-size: 17px;
    }

    .follow-project-link {
        padding: 8px 20px;
        gap: 12px;
        font-size: 14px;
    }

    .projects-title {
        font-size: 55px;
    }

    .projects-desc {
        font-size: 14px;
    }

    .projects-number {
        font-size: 22px;
    }

    .projects-image-container {
        position: absolute;
        bottom: 0%;
        width: 100%;
        z-index: 0;
    }

    #project-1-title {
        max-width: none;
    }

    #project-2-title {
        max-width: none;
    }

    #project-1-image {
        background-position: 85%;
    }

    #project-2-image {
        background-position: 30%;
    }

    #project-3-image {
        background-position: 80%;
    }

    .bg-demoreel {
        background-position: 60% 100%;
        height: 145vh;
    }

    .clients-section {
        top: 85%;
        padding: 10px;
    }

    .clients-list {
        text-align: justify;
        font-size: 25px;
        margin-top: 10px;
    }

    #demoreel br {
        display: block;
    }

    #demoreel {
        display: flex;
        justify-content: start;
        width: calc(100vw - 30px);
        margin-bottom: -12px;
    }

    #demoreel-text {
        font-size: 70px;
        line-height: 85%;
    }

    #number-demoreel {
        font-size: 40px;
    }

    .contact-section {
        width: 110%;
        top: 82%;
        height: 40%;
    }

    .contact-text {
        font-size: 30vw;
        line-height: 80%;
    }

    .contact-header {
        display: none;
    }

    footer {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding: 50px 25px;
        gap: 45px;
        top: 20%;
    }

    .footer-logo-button {
        align-items: center;
        gap: 25px;
    }

    .footer-button {
        width: 170px;
        font-size: 16px;
    }

    .group-emails {
        gap: 20px;
    }

    #group-email {
        align-items: center;
    }

    #footer-group {
        display: none;
    }
}

@media (min-width: 400px) and (max-width: 480px) {
    #progress-text {
        padding: 15px;
        font-size: 130px;
        line-height: 70%;
    }

    .menu {
        width: 100%;
        height: 65vh;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 20px 20px 5px 8px;
    }

    .item-menu {
        font-size: 60px;
        line-height: 55px;
        text-wrap: wrap;
    }

    .number-menu {
        font-size: 20px;
    }

    .email {
        display: none;
    }

    .projects-title {
        font-size: 55px;
    }

    .projects-desc {
        font-size: 14px;
    }

    .projects-number {
        font-size: 22px;
    }

    .projects-image-container {
        position: absolute;
        bottom: 0%;
        width: 100%;
        z-index: 0;
    }

    #project-1-title {
        max-width: 80%;
    }

    #project-2-title {
        max-width: 90%;
    }

    #project-1-image {
        background-position: 85%;
    }

    #project-2-image {
        background-position: 30%;
    }

    #project-3-image {
        background-position: 77%;
    }


}

@media (max-width: 768px) {
    .container-start {
        background-color: var(--BLACK, #0C0C0D);
        height: 82vh;
    }

    .logo-full {
        position: relative;
        width: 100%;
        padding: 0 20px;
    }

    #logo-full {
        content: url("../public-assets/logo-full-scream-reduced.svg");
    }

    .clients-demoreel {
        height: 90vh;
    }
}

@media (min-width: 400px) and (max-width: 768px) {
    .image-parallax {
        object-position: center;
    }

    .about-us-section {
        margin-top: -20vh;
        height: 80vh;
        padding: 10px 10px 15px 10px;
    }

    .about-us-texts-top {
        gap: 1em;
        font-size: 22px;
    }

    #about-us-header {
        display: none;
    }

    .about-us-bottom {
        flex-direction: column;
        align-items: start;
        gap: 15px;
    }

    .about-us-project-description {
        max-width: 95%;
        font-size: 18px;
    }

    .follow-project-link {
        padding: 8px 20px;
        gap: 12px;
        font-size: 16px;
    }

    .video-bg-curta {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        margin-top: -70px;
    }

    .bg-demoreel {
        background-position: 65% 90%;
        height: 110vh;
    }

    .clients-section {
        gap: 5px;
    }

    .clients-list {
        font-weight: 600;
        font-size: 32px;
    }

    #demoreel br {
        display: block;
    }

    #demoreel {
        display: flex;
        justify-content: start;
        width: calc(100vw - 30px);
        margin-bottom: -25px;
    }

    #demoreel-text {
        font-size: 90px;
        line-height: 85%;
    }

    #number-demoreel {
        font-size: 40px;
    }

    .contact-section {
        width: 110%;
        height: 20%;
        top: 85%;
    }

    .contact-text {
        font-size: 125px;
        line-height: 80%;
    }

    .contact-header {
        display: none;
    }

    footer {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        top: 12%;
        padding: 50px 25px;
        gap: 45px;
    }

    .footer-logo-button {
        align-items: center;
        gap: 25px;
    }

    .footer-button {
        width: 170px;
        font-size: 18px;
    }

    .group-emails {
        gap: 20px;
    }

    #group-email {
        align-items: center;
    }

    .footer-colmn {
        align-items: center;
    }

    .footer-colmn span {
        font-size: 15px;
    }

    .footer-colmn a {
        font-size: 24px;
    }

    #footer-group {
        display: none;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .menu {
        width: 100%;
        height: 65vh;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 20px 20px 5px 8px;
    }

    .item-menu {
        font-size: 70px;
        line-height: 90%;
        text-wrap: wrap;
    }

    .number-menu {
        font-size: 20px;
    }

    .email {
        display: none;
    }   

    .image-parallax {
        object-position: 45%;
    }

    .about-us-section {
        margin-top: -15vh;
    }

    .projects-title {
        font-size: 65px;
    }

    .projects-desc {
        font-size: 18px;
    }

    .projects-number {
        font-size: 25px;
    }

    .projects-image-container {
        position: relative;
        bottom: 0%;
        width: 100%;
        z-index: 0;
    }

    #project-1-title {
        max-width: 70%;
    }

    #project-2-title {
        max-width: 90%;
    }

    #project-1-image {
        background-position: 85%;
    }

    #project-2-image {
        background-position: 30%;
    }

    #project-3-image {
        background-position: center;
    }
}

@media (max-width: 1024px) {
    .parallax-background {
        height: 100vh;
    }

    .section-projects {
        display: flex;
        flex-direction: column;
        padding: 30px 10px 10px 10px;
        gap: 50px;
        position: relative;
    }

    .projects {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .projects-texts {
        position: relative;
        display: flex;
        flex-direction: column;
        z-index: 1;
    }

    .projects-desc span {
        max-width: none;
    }

    #project-3-desc, #project-2-desc, #project-1-desc {
        max-width: none;
    }

    #projects-desc-bold {
        margin-top: 15px;
    }

    .projects-image-container {
        position: relative;
        width: 100%;
        z-index: 1;
        bottom: 0%;
    }

    #projects-texts-template-1 {
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }

    #projects-texts-template-2 {
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }

    #project-1-title,
    #project-1-desc span {
        align-self: flex-start;
    }

    #project-2-title,
    #project-2-desc span {
        align-self: flex-start;
    }

    #project-3-title,
    #project-3-desc span {
        align-self: flex-start;
    }

    #projects-image-template-1 {
        left: 0;
    }

    #project-2-title br {
        display: block;
    }

    #project-2-number-1 {
        display: none;
    }

    #project-2-number-2 {
        display: inline;
    }

    #projects-image-template-2 {
        left: 0;
    }

    #project-3-title {
        max-width: 50%;
    }

    #projects-texts-template-2 {
        left: 0;
        display: flex;
    }

    #projects-image-template-2 {
        left: 0;
    }

    .clients-demoreel {
        margin-top: 10px;
    }
}

@media (max-width: 1024px) {
    #project-2-title {
        max-width: 90%;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .item-menu {
        font-size: 90px !important;
        line-height: 80px;
    }

    #contact-email {
        font-size: 22px;
        line-height: 28px;
    }

    #type {
        font-size: 13px;
    }

    .image-parallax {
        object-position: 45%;
    }

    .about-us-section {
        margin-top: -18vh;
    }

    .bg-demoreel {
        background-position: center;
    }

    .clients-list {
        font-size: 32px;
    }

    #demoreel {
        gap: 10px;
    }

    #demoreel-text {
        font-size: 9vw;
    }

    #number-demoreel {
        font-size: 50px;
    }

    .contact-section {
        height: 15%;
        top: 85%;
    }

    .contact-text {
        font-size: 13.5vw;
        line-height: 80%;
    }

    footer {
        display: flex;
        top: 0%;
        gap: 45px;
    }

    .footer-logo-button {
        gap: 25px;
    }

    .footer-button {
        width: 170px;
        font-size: 18px;
    }

    .group-emails {
        gap: 20px;
    }

    #footer-group {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1444px) {
    .item-menu {
        font-size: 95px !important;
        line-height: 90%;
    }

    #contact-email {
        font-size: 22px;
        line-height: 28px;
    }

    #type {
        font-size: 13px;
    }

    .about-us-section {
        margin-top: -8.8vh;
    }

    .image-parallax {
        object-position: 20%;
    }

    .projects-image-container {
        position: absolute;
        bottom: 8%;
        width: 63%;
        height: 89%;
        z-index: 0;
    }

    .clients-list {
        font-size: 34px;
    }

    .contact-text {
        font-size: 12vw;
        line-height: 80%;
    }
}

@media (min-width: 1921px) {
    #project-2-title,
    #project-3-title {
        max-width: 40%;
    }
}