body{

background-color: #1f242d;
color: white;
display: flex;
flex-direction: column;
line-height: 5em;
align-items: center;
}
.details-project{
 background-color: #323946;
 width: 80%;
 height: 5em;
 text-align: center;
 font-size: 25px;
 font-family: sans-serif;   
}
.images-project{
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;

}
img{
    height: 30%;
    width: 40%;
    margin: 1em;
    cursor: pointer;
    align-items: center;
}
.bigimg{
height: 50em;
width: 50em;
display: none;
}
#modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 1000;
}

#modalImage {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 1001;
}

/* للشاشات الصغيرة */
@media (max-width: 768px) {
    #modalImage {
        max-width: 95%;
        max-height: 95%;
    }
    
    .modal-close {
        font-size: 25px;
        top: 15px;
        right: 15px;
    }
}
.contact-page .links-medea{
  
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contact-page .link-medea{
  margin: 0 2em;
align-items: center;
}.contact-page{
  background-color: #323946;
 
  display: flex;
  flex-direction: column;

}
.contact-page .link-medea img{
height: 4em;
width: 4em ;
}
@media(max-width : 460px){
    .title-project{
        font-size:16px;
        text-align: center;
        margin: 1em 0;
    }
    .details-project{
       
        height: 1em;
    }
    .images-project{
        flex-direction: column;
        align-items: center;

    }
.images-project img{
        height: 20%;
        width: 80%;
        margin: 1em 0;
    }
    .bigimg{
        height: 30em;
        width: 30em;
    }
    .contact-page .links-medea{
     
    }
    .contact-page .link-medea{
        margin: 1em 0;
    }
}
