body {
    font-family: "Noto Kufi Arabic", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #2386c8;
}
 
/* ---------start header------- */


.head-mobile .mobile-item{
    padding: 0;
    margin: 0;
    position: fixed;
    bottom: 0;
    height:60px;
    align-items: center;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    z-index: 1002;
  
   
 }
 
 .head-mobile .mobile-item .mobile-list a{
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #444444;
    text-align: center;
    justify-self:center;
 
 }
 header{
    height: 60px;
    background-color: #2386c8;
    width: 100%;
    
 }

 
 /* --------end header------- */

.container {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   
    
}

h1, h2 {
    color: #333;
}

form {
    display: flex;
    flex-direction: column;
}

form label {
    margin-top: 10px;
    font-size: 1.1em;
}

form input, form textarea {
    margin-top: 5px;
    padding: 10px;
    font-size: 1em;
    border-radius: 4px;
    border: 1px solid #ddd;
}

form button {
    margin-bottom: 100px;
    padding: 10px;
    background-color: #2386c8;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

form button:hover {
    background-color: #57351e;
}

.project {
    background-color: #f9f9f9;
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.project h3 {
    margin: 0;
}

.project p {
    margin: 5px 0;
}

.project .budget, .project .duration {
    font-weight: bold;
}
