@media screen and (max-width: 1000px){
    header{
        flex-direction: column;
        justify-content: space-between;
        height: 5.98rem;
    }
    .profile-img{
        margin-top: 1rem;
    }
    .nav_links{
       flex-direction: column;
       margin-right: 0;
       align-items: center;
    }
    
    header h3{
        font-size: 2.5rem;
        align-self: flex-start;
    }


    nav ul{
       position: fixed;
       width: 100%;
       min-height: 100vh;
       background-color: #2c3e50;
       
       left: -100%;
       text-align: center;
       transition: all .5s;
    }
    nav ul li{
        display: block;
    }

    a.active, a:hover{
        background:none;
        color: #0082e6;
    }

    .fa-bars{
        display: block;
    }
    

    .intro{
        flex-direction: column-reverse;
        justify-content: space-around;
        min-height: 100vh;
    }

    .m-b{
        margin-bottom: 5rem;
    }

    .intro_head{
        font-size: 2.3rem;
        
    }
    .intro_head_name{
        font-size: 2.8rem;
        
    }
    
    .intro_work{
        font-size: 1.4rem;
        
    }

    .social-media{
        flex-direction: column;
        /* font-size: .5rem; */
        justify-content: center;
        align-items: center;
        border-radius: 1rem;
        padding: 6px 0;
    }

    .social-media-head, .social-media-icons{
        font-size: 1.4rem;
        font-style: italic;
        margin: 0;
    }

    
    .about h1:hover::after{
        width: 100%;
    }
    
    .about{
        margin-top: 6rem;
    }

    .about h1{
        font-size: 2rem;
        text-align: center;
    }

    .items{
        flex-wrap: wrap;
    }

    

    html{
        font-size: 90%;
    }

    
    
}


@media screen and (max-width: 478px){
   html{
       font-size: 80%;
   }
}

@media screen and (max-width: 221px){
    html{
        font-size: 60%;
    }
 }


@media screen and (max-height: 574px){
    .m-b{
        margin-bottom: 4rem;
    }
    

}

@media screen and (min-height: 650px){
    .intro{
        min-height: unset;
        margin-top: 7rem;
    }
}

@media screen and (max-width:770px){
    .container{
        width: 100%;
        padding: 10px;
    }
   
}

@media screen and (max-width: 875px){
    .container-1{
        flex-direction: column;
    }
    .left-1{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .box .icon{
        width: 35px;
        height: 35px;
    }
    .box{
        padding: 1rem;
        
    }
    .box .text{
        margin-left: 1rem;
    }
    .right{
        width: 100%;
    }
}

@media screen and (max-width:290px){
    .br{
        display: none;
    }
}