/* Styles for screens smaller than 600px */
@media (max-width: 600px) {
    .nav-ul {
        display: none;
    }


    /* section2 */
    .sec-2 .numbers{
        display: flex;
        flex-direction: column;
    }

    .sec3-2{
        width: 100%;
        font-size: 10px;
        /* padding: 2px; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .sec3-2 p{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }



    /* contact  */
    .contact-icon{
        display: none;
        /* flex-direction: column; */
    }

    .contact-section{
        width: 100%;
    }


    /* footer */
    .footer{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: auto;
    }
    .f-signin{
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .sec4{
        display: none;
    }
    #midmid{
        display: none;
        width: 0px;

    }
    .circle{
        display: none;
    }
    .cpt{
        display: none;
    
    }


}

@media (max-width: 800px) {
    /* header */
    .nav-ul {
        display: none;
    }


    /* section2 */
    .sec-2 .numbers{
        display: flex;
        flex-direction: column;
    }

    .sec3-2 p{
        width: 100%;
        font-size: 30px;
        /* padding: 2px; */
    }
    /* projects */


}

/* Styles for screens between 601px and 900px */
@media (min-width: 601px) and (max-width: 900px) {
    .projects{
        width: 100%;
        height: 150vh;
    }
    .top-projects{
        width: 100%;
        height: auto;
    }
    .project-list-row{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
    }
    .top-projects{
        width: 100%;
        height: auto;
    }
}

/* Styles for screens larger than 901px */
@media (max-width: 1100px) {
    .projects{
        width: 100%;
        height: 100vh;
    }
    .top-projects{
        width: 100%;
        height: auto;
    }
    .project-list-row{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
    }
    .top-projects{
        width: 100%;
        height: auto;
    }

    .p-l{
        font-size: 2rem;
    }
    .p-l p{
        font-size: 1.5rem;
    }

    .sec3{
        overflow: hidden;
        height: 120vh;
        width: 100%;
    }

    .sec3_1{
        height: 120vh;
    }

    .sec3-mid{
        height: 120vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

}