@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@500&display=swap');
*{

    box-sizing: border-box;
    padding: 0%;
    font-family: cairo;
    margin: 0%;
}
header { display: flex ;
    justify-content: space-between;
align-items: center;
background-color: rgb(144, 140, 21);

padding: 5px 100px;
color: rgb(0, 0, 0);
border-top:solid rgb(155, 144, 42);
 margin:0% ;
position: fixed;
width: 100%;
}

header a { 
    text-decoration: none;
color: rgb(0, 0, 0);
margin-right: 30px;
font-size: 25px;

transition: ease 1s ;


}

 header a:hover{

font-size: 35px;
color: lightgray;
}

  .ph{
    height: 100vh;
    display: flex;
    align-items: center;

    color: rgb(0, 0, 0);
    background-attachment: fixed;
background-color:rgba(0, 0,0, 0.5) ;
}
.ph div {
    margin-left: 80px;}


 .ph a {
text-decoration: none;
color: rgb(2, 4, 6);
background-color: rgb(165, 192, 79);
padding: 10px;
border-radius: 10px ;
margin-top: 10px;
 display:inline-block ;
 }
.cors .conter { 
display: flex;
justify-content: center;
padding: 0px 80px;
flex-wrap: wrap;



}
.cors h1{
    text-align: center;
    color: brown;
    margin-top: 30px;
}

.cors .card { margin-right: 50px;

padding: 5px;
width: 20em;
height: 25em;
margin-bottom: 40px;
text-align: center;
box-shadow: lightgray;
margin-top: 30px;
transition: ease 1s;
}

 .cors .card:hover{

    width: 22em;
    height: 27em;

}
.card div{

    font-size: 100px;
}
.card p {height: 100%;
font-size:16 ;
width: 100%;  



}
.about h2 { align-items: center;
    border-top: solid lightgray 10px; 
    background-color: lightgray;

}



.us p{
align-items: center;
width: 70%;
font-size: 35px;




}

.co{
    display: flex;
justify-content: space-between;
    background-color: rgb(191, 197, 75);
    align-items: center;
text-decoration: none;

}

.co a{
    text-decoration: none;
    color: rgb(0, 0, 0);
     font-size: 25px;

}
.ph .mm{
    margin-left:350px;
    margin-top: 130px;
    font-size: 25px;
}




