*{
    margin: 0;
    padding: 0;
}

body{
    background: linear-gradient(rgba(36, 36, 36, 0.695),rgba(36, 36, 36, 0.695)) , url(../images/pages/d.jpg) no-repeat fixed;
overflow-x: hidden;
    background-size: cover;
}
.about{
    width: 100%;
    min-height: 110vh;
 
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
text-transform: capitalize;

color: white;
}


.about .egy{
    padding: 80px 0;
}
.about .egy h1{
text-align: center;
font-size: 3rem;
}

.about .egy h2{
    margin: 20px 0;
        font-size: 2rem;
        font-style: italic;
        text-align: center;
        }

        

.about .content_about{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.about .content_about div h1{
    width: 80%;
}


.about .content_about div {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 10px;
    
}






.content_about .section1{
    min-height: 350px;
    background: rgba(33, 33, 36, 0.799);
    gap: 20px;
    padding-bottom: 20px;
  
}



.content_about .section1 p{
width: 70%;
}


.content_about .section2{
    min-height: 120px;
    background: rgba(111, 68, 68, 0.819);
}




.content_about .section3{
    background: rgba(60, 60, 142, 0.755);
    min-height: 150px;
}


.content_about .section4 , .section5 ,.section7{
    min-height: 250px;
}

.content_about .section4 ul , .section5 ul , .section7 ul{
    margin-left: 30px;
    line-height: 30px;
font-size: 17px;
}

.content_about .section4{
    background: rgba(87, 132, 59, 0.742);
}

.content_about .section5{
    background: rgba(44, 109, 110, 0.721);
 padding: 10px;
gap: 15px;
}

.content_about .section6 {
    display: flex;
    align-items: center;
    justify-content: center;
 min-height: 150px;
 background: rgba(100, 97, 97, 0.862);
 padding-bottom: 20px;
 gap: 30px;
}

.content_about .section6 h1{
    width: 100%;
    text-align: center;
}

.content_about .section6 .phone , .email{
    display: flex;
    align-items: center;
    gap: 10px;
}

.content_about .section6 .phone {
    margin-right: 60px;
    
}

.content_about .section6 .email a{
color: rgb(0, 245, 216);
    
}

.content_about .section6 .phone a{
color: rgb(0, 245, 216);
}

.content_about .section6 .tax {
    text-align: center;
margin-top: 20px;

}

.content_about .section6 .tax a{
    width: 100%;
border-bottom: 2px rgb(255, 255, 255) solid;
}


.content_about .section6  .socials{
    margin-top: 10px;
}


.content_about .section6  .socials a{
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 180px;
    margin-top: 10px;
    color: white;
    gap: 10px;

}


.content_about .section6  .socials .whats{
    background: green;
    border: none;
    padding: 5px;
    border-radius: 10px;
}





.content_about .section6  .socials .facebook{
    background: rgb(0, 17, 128);
    border: none;
    padding: 5px;
    border-radius: 10px;
}

.content_about .section6  .socials .telegram{
    background: rgb(0, 195, 255);
    border: none;
    padding: 5px;
    border-radius: 10px;
}


.content_about .section6  .socials .instagram{
    background: linear-gradient(130deg,rgba(255, 255, 0, 0.795),rgba(0, 0, 255, 0.795),rgba(255, 0, 0, 0.795) );
    border: none;
    padding: 5px;
    border-radius: 10px;
}



.content_about .section7{
    background: rgba(255, 179, 0, 0.647);
    margin-bottom: 50px;
}











.content_about .section_1 {
background-color: rgba(10, 181, 255, 0.592);
padding: 10px;
min-height: 200px;
}







@media (max-width:600px){
     .section1 h1 , .section_1 h1{
        font-size: 1.5rem;
     }
}

@media (max-width:470px){
    .section1 h1 , .section_1 h1{
       font-size: 1.3rem;
    }
}