*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@media (max-width:400px){
    .toggle-button{
        display: flex;
        color: #fff;
    }
    .toggle-button .bar{
        background: #fff;


    }
    .nav-links{
        display: none;
        width: 100%;
        margin-top: 3rem;
        

    }
    .nav-bar{
        flex-direction: column;
        align-items: flex-start;
        
        
    }
    .nav-links ul{
        flex-direction:column;
        width: 100%;
        

    }

 
    .nav-links li{
        text-align: center;
        
    }
    .nav-links li a{
        padding: .5rem 1rem;
    }

    .nav-links.active{
        display: flex;
        
    }
    .logo{
        padding-top: 0.5rem;
    }
    /*hero section*/
    .hero-container{
        padding:  1rem;
        display:flex;
        align-items: center;
        justify-content: center;
        border: 1px solid beige;

    }
    .Description-text{
        border: #fff 1px solid
    }
    .Description-text h2{
        
        font-size: 0.8rem;  
        
        
    }

    .container .btn{
        width: 120px;
        height: 50px;
        border-radius: 20px;
    
        
    }
    .container .btn a{
    font-size: 0.7rem;

    }
    
    .Description-text h1{
        font-size: 0.8rem;
        margin-bottom: 0.2rem;
    }
   .Description-text span{
    font-size: 1rem;
   } 
   .container{
    border: #fff 1px solid;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    justify-content: center;
    align-items: center;
    

    
   }
   /***About-section**/
   .About-container{
    display: flex;
    flex-direction: column;
    border: 1px solid beige;
    width: 100%;
    padding: 1rem;
    gap: 2rem;
}


.About-infos{
    display: flex;
    flex-direction: column;
    border: 1px solid beige;
    gap:1rem;
    width: 100%;
      
    
}


.About-text{
    text-align: center;
    gap: 1rem;
    border: #fff 1px solid;
    

    margin: 0;

}
.edu-infos{
   padding: 1rem;
}
/*the div with the picture*/
.About-details{
    width: 90%;
    margin-left:0.8rem;

}  
/**This for the skills section**/
.skills-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin:1rem 0;




}
.skills-details{
    width: 100%;
}
/**project sections***/
.project-container{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    
    padding: 2rem ;
}
.services-container{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding:  1rem 0;
    min-width: 100%;
}
.sevices-details{
    width: 50px;
    height:50px ;
}



}

