.container{
    background-color:cyan;
    width:1200px;
    height:auto;
    margin:auto;
}
header{
    background-color: crimson;
    width: 100%;
    height: 100px;
}
#h1{
    background-color: cyan;
    width: 20%;
    height: 100px;
    float: left;
}
#h2{
    background-color:crimson;
    width: 60%;
    height: 100px;
    float: left;
    
}
#h3{
    background-color: cyan;
    width: 20%;
    height: 100px;
    float: left;
}
nav{
    background-color: rgb(240, 160, 57);
    width: 100%;
    height: 50px;
}
nav ul{
    margin-left: 200px;
}
nav1 a:link{
    color: black;

}

nav ul li{
    float: left;
    width: 150px;
    line-height: 50px;
    list-style-type:none;
    text-align: center;
}
nav ul li:hover{
    background-color:darkred;
    border-left: 7px solid;
    text-align: center;
    color: black;
}
nav ul a li{
    color: black;
}

#slider{
    background-color:deepskyblue;
    width: 100%;
    height: 500px;
    animation: taha;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    /* animation-delay: 1s; */
    animation-direction: alternate-reverse;
}
@keyframes taha{
    0%{background-image: url(slider\ 1.jpg); width: 100%; height: 500PX; background-size: 100% 100%; background-position:cover; background-repeat: no-repeat;}
    25%{background-image: url(slider\ 2.jpg); width: 100%; height: 500PX; background-size: 100% 100%; background-position:cover; background-repeat: no-repeat;}
    50%{background-image: url(slider\ 3.jpg); width: 100%; height: 500PX; background-size: 100% 100%; background-position:cover; background-repeat: no-repeat;}
    75%{background-image: url(slider\ 4.jpg); width: 100%; height: 500PX; background-size: 100% 100%; background-position:cover; background-repeat: no-repeat;}
    100%{background-image: url(slider\ 5.jpg); width: 100%; height: 500PX; background-size: 100% 100%; background-position:cover; background-repeat: no-repeat;}
}
#aside1{
    background-color:rgb(240, 160, 57);
    width: 20%;
    height: 1200px;
    float: left;
}
#t4{
    background-color: slateblue;
    width: 300px;
    height: 400px;
    margin-top: 25px;
}
#t4 p{
    text-align: left;
    line-height: 30px;
    color: yellow;
}
#section{
    background-color:mediumspringgreen;
    width: 80%;
    height: 1200px;
    float: left;
}
/* #aside2{
    background-color: dimgrey;
    width: 20%;
    height: 800px;
    float: left;
} */
footer{
    background-color: silver;
    width:1200px;
    height: 100px;
    float: left;
}
#t1{
    background-color: red;
    width: 100%;
    height: 250px;
}
.m1{
    background-color:seagreen;
    width: 22%;
    height: 200px;
    float:left;
    margin-left: 25px;
    margin-top: 20px;
}
#t2{
    background-color: skyblue;
    width: 100%;
    height: 300px;
}
.m2{
    background-color: rgb(246, 36, 8);
    width: 50%;
    height: 300px;
    float: left;
} 
.m2 p{
    line-height: 40px;
    font-size: 20px;
    text-align: justify;
    color: thistle;
    text-decoration:underline ;
    margin: 30px 10px 10px 10px;
}  
#t3{
    background-color: red;
    width: 100%;
    height: 250px;

}
.m3{
    background-color:silver;
    width: 22%;
    height: 200px;
    float: left;
    margin-left: 21px;
    margin-top: 21px;
    border-radius: 60px;
}
.img{
    opacity: 10;
}

footer h1{
    margin-top: 40px;
}    

