*{
    margin: 0;
    padding: 0;
}
header{
    position: fixed;
    width: 100%;
    height: 70px;    
    background-color:white;
    box-shadow: 2px 2px 2px black;
    z-index: 2;
}
header button{
    margin-top: 5px;
    width: 140px;
    padding: 10px;
    /* margin: 10px; */
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    
    /* font-family: ; */
    color: gray;
    transition: 2s;
}
header button:hover{
    color: black;
    
    box-shadow: 0px 0px 8px rgb(26, 20, 20);
}
header img{
    width: 100px;
    float: left;
    margin-top: 5px;
}
#imol{
    width: 100%;
    height: 650px; 
    object-fit: fill;
}
marquee{
    position: absolute;/*التحريك الحر*/
    top: 200px;
    left: 550px;
    color: black;
    text-align: center;
    font-size: 38px;
    width: 400px;
    height: 200px;
    
    
}
aside{
    width: 13%;
    height: 400px;    
    right: 650px;
    background-color: aqua;
    float: right;

}
 aside button{
    width: 100%;
    height: 50px;
    padding: 20px;
    font-size: 18px;
    cursor: pointer;
} 
aside button:hover{
    background-color: aqua;
    transition: 2s;
}
main{
    width: 87%;
    height: 400px;
    /* background-color: aquamarine; */
    float: left;
    
}
main h2{
    font-size: 35px;
    font-weight: bold;
    margin-top: 10px;

}
main p{
 font-size: 25px;
    font-weight: bold;
    color: gray;
    margin-top: 30px;
}
main img{
    width: 60px ;
}

#d1 div{
    width: 274px ;
    height: 420px;
     border: 1px solid white;
    box-shadow: 1px 1px 1px 5px gray;
    float: left;
    margin-top: 20px;
    margin-left: 170px;
}
#d2 div{
     width: 274px ;
    height: 420px;
    border: 1px solid white;
    box-shadow: 1px 1px 1px 5px gray;
    float: left;
    margin-top: 20px;
    margin-left: 170px;
}
#d3 div{
     width: 274px ;
    height: 420px;
    border: 1px solid white;
    box-shadow: 1px 1px 1px 5px gray;
    float: left;
    margin-top: 20px;
    margin-left: 170px;
   
    
}
footer{
       clear: both;/*قيل نهايه صفحه تفعل كلير قبل الفوتير*/
       width: 100%;
       height: 400px;
       background-color:black;
       box-shadow: 1px 1px 40px black;
       margin-top: 1000px;
 } 
 footer ul{
    /* background-color:red; */
    float: right;
    color: aliceblue;
    margin-left: 20px;
    margin-top: -100px;
 }
 footer div{
    float: left;
    margin: 100px;
    font-size: 20px;
 }
footer a{
    text-decoration: none;
    color: white;
}
footer div a:hover{
    color:red;
    cursor: pointer;

}
/* @media only screen and (max-width: 770px) {
    header{
    position: fixed;
    width: 100px;
    height: 50%;    
    float: left;   
    box-shadow: 2px 2px 2px black;
    z-index: 2; 
}
header button{
    margin: 40px;
    margin-top: 50px;
    margin-left:-25px;
    transition: 2s;
    color: gray;
     cursor: pointer;    
}
#imol{
    width: 500px;
    height: 200px;
    /* height: 650px; 
    object-fit: fill; */
}

     */
}

