

@media screen and (max-width: 1400px){
    #pf{
    height: 83vh;
    margin-bottom: 6rem;
    }
    .a-c{
    flex-wrap: wrap;
    }
    }
    
    
    @media screen and (max-width: 1200px){
   

    .sec__p-cont{
        display: flex;
        justify-content: center;
    }
    
    #experience, .e-cont{
    margin-top: 2rem;
    }
    
    #pf{
        height: 120vh;
    }

    #pf, .sec-cont{
    display: block;
    }
    
    .arrow, .arrow1, .arrow2, .arrow3{
    display: none;
    }
    
    section, .sec-cont{
    height: fit-content;
    }
    
    section{
    margin: 0 5%;
    }
    
    .s_pic-c{
    width: 275px;
    height: 275px;
    margin: 0 auto 2rem;
    }
    
    .a-c{
    margin-top: 0;
    }

    .e-d-c{
        align-items: center;
    }
/* 
    #about{
        height: 160vh;
    }   

    #pf{
        height: 100vh;
    }

    #experience, #skills{
        height: 120vh;
    } */

    #contact{
        height: 90vh;
    }

    .e-d-c{
        display:block;
        justify-content: center;
        align-items: center;
    }

    article{
        margin: auto;
    }
    }






@media screen and ( max-width: 900px){



    #h-nav{
        display: flex;
    }
        

    #d-nav{
        display: none;
    }

}
    


@media screen and ( min-width: 540px) and (max-width: 550px){
   
    footer a{
        font-size: 1.75rem;
    }

    .pr-t{
        margin-right: 0;
    }

    footer a{
        font-size: 1.25rem;
    }

}




    
    @media screen and (max-width: 500px){

    body{
        background-attachment: fixed;
    }
    
    #contact, footer{
        height: 40vh;
    }

    #h-nav{
        width: 65vh;
    }


    #pf, #skills, #experience, #about{
    width: 60vh;
    justify-content: center;
    align-items: center;
    }

    .e-cont{
        height: fit-content;
        width: fit-content;
    }

    .h-co, .w-co{
        display: block;
    }
    
    #pf{
    height: 83vh;
    margin-bottom: 0;
    }
    
    #article{
    font-size: 1rem;
    }
    
    footer nav{
    height: fit-content;
    margin-bottom: 2rem;
    }
    
    .a-c, .con-info-upper-container, .btn-container{
    flex-wrap: wrap;
    }
    
    .c-i-c{
    margin: 0;
    }
    
    .c-i-c p, .n-links li a{
    font-family: 1rem;
    }
    
    .logo{
    font-size: 1.5rem;
    }
    
    .n-links{
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
    }
    
    .s_pic-c{
    width: auto;
    height: 70vw;
    justify-content: center;
    }
    
    .s__t_p2{
    font-size: 1.25rem;
    }
    
    .title{
    font-size: 2rem;
    }
    
    .t-cont{
    text-align: justify;
    }

    .p-c, .pr-t{
        width: 60vh;
    }

   .h-co, .we-t{
    text-align: center;
    margin: auto;
   }

   .e-d-c{
    align-items: center;
   }

   #contact{
    height: 80vh;
    width: 60vh;
   }

   .con-info-upper-container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
   }

   footer{  
    width: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
   }

   footer p{
    font-size: 1.25rem;
   }

   footer{
    display: block;
   }

   }