/* media qyery for 540 */

@media only screen and (max-width: 540px){
    .featured-name{
        font-size: 40px;
    }
    .project-box{
        width: 100%;
    }
    .form-inputs{
        flex-direction: column;
    }
    .input-field{
        width: 100%;
    }
}
@media (max-width: 768px) {
    /* nav{
        width: 100vw;
    } */
    .education-box {
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }
    .container{
        width: 100%;
    }
    .footer_menu_list a{
        margin-inline: 5px;
        font-size: 14px;
    }
    .project-section1 .project-box1{
        width: 50%;
    }
    .project-section1 .project-box1 video{
        padding: 8px;
    }
    .project-section1 p{
        padding: 20px;
    }
    
   
}
/* media queri for 1024 */
@media only screen and (max-width: 1024px){
    .featured-text{
        padding: 0;
    }
    .image, .image img{
        width: 320px;
        height: 320px;
    }
}
/* media query for 900 */
@media only screen and (max-width: 900px) {
    /* new code  */
    
    .nav-button{
        display: none;
    }        
    .nav-menu.responsive{
        left: 0;
    }
    .nav-menu{
        position: fixed;
        top: 80px;
        left: -100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(20px);
        width: 100%;
        min-height: 450px;
        height: 90vh;
        transition: .3s;
    }
    .nav_menu_list{
        flex-direction: column;
    }
    .nav-menu-btn{
        display: flex;
           
        align-items: center;
        justify-content: center;
    }
    .featured-box{
        flex-direction: column;
        justify-content: center;
        height: 100vh;
    }
    .featured-text{
        width: 100%;
        order: 2;
        justify-content: center;
        align-content: flex-start;
        min-height: 60vh;
    }
    .social_icons{
        margin-top: 2em;
    }
    .featured-image{
        order: 1;
        justify-content: center;
        min-height: 150px;
        width: 100%;
        /* margin-top: 65px; */
        /* margin-top: 20px; */
    }
    .image, .image img{
        width: 200px;
        height: 200px;
    }
    .featured-image .image{
        margin-top: 50px;
    }
    .row{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 50px;
    }
    .col{
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .about-info, .contact-info{
        width: 100%;
    }
    .project-container{
        justify-content: center;
    }
    .project-box{
        width: 80%;
    }
   

}