#headear{
    display: grid;
    display: flex;
    grid-template-columns: repeat(9,1fr);
    grid-template-rows: 80px;
    gap: 10px;
    justify-content: space-evenly;
    cursor: pointer;
    width: 95%;
    margin:auto;
    justify-content: space-evenly;
    margin-bottom: 30px;
}
#headear>div:last-child{
    border: 1px solid blue;
    border-radius: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    margin-top: 5px;
    color: white;
    background-color: blue;
}
#headear>div:hover{
    color:blue;
    text-decoration: underline;
    /* border: 1px solid red; */
}
#headear>div:nth-child(5){
    width:400px ;
}
#partimg{
    display: flex;
    width: 100%;
    height: 420px;
    border: 1px solid red;
   

}

#partimg>div:nth-child(1){
    width: 160px;
    background-color: blue;
}
#partimg>div:nth-child(2){
    width: 590px;
    

}
#partimg>div>img{
    width: 500px;
    height: 100%;
}
#partimg>div:nth-child(3){
    width: 70%;
    background-color: #080736;
    color: #FFFFFF;
    font-family: "TT Commons Book",Arial,sans-serif;


}
#partimg>div:nth-child(3)>h1{
    font-size: 40px;
    margin-left: 80px;
    margin-top: 120px;
}
#partimg>div:nth-child(3)>p{
    margin-left: 80px;
    margin-right: 100px;
    line-height: 26px;
}
#color{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,300px);
    gap: 10px;
    margin: auto;
    width: 85%;
    margin-top: 100px;
}
#color>div{
    
    font-family: "TT Commons Book",Arial,sans-serif;
    
}
#color>div:nth-child(1){
    color: #FFFFFF;
    background-color:blue;
}
#color>div:nth-child(2){
    color: #000000;
    background-color: lightgreen;
    
    

}
#color>div:nth-child(3){
    color: #000000;
    background-color: orange;
}
#color>div:nth-child(4){
    background-color: orangered;
}
#color>div>h1{
    margin-left: 60px;
    margin-top: 60px;

}
#color>div>p{
    margin-left: 60px;
    margin-left: 30px;
    padding-right: 30px;
}
#color>div>p+h1{
    margin-left: 500px;
    color: red;
    
}
#vedio{
    width: 85%;
    height: 730px;
    /* border: 1px solid red; */
    
    font-family: "TT Commons Book",Arial,sans-serif;
    margin: auto;
    margin-top: 80px;
    color: #000000;

}
#get{
    display: flex;
    width: 100%;
    height: 350px;
    margin-top: 100px;
    /* border: 1px solid red; */
    font-family: "TT Commons Book",Arial,sans-serif;

   
}
#get>div{
    /* border: 1px solid red; */
}
#get>div:nth-child(1){
    width: 60%;
    margin-top: 70px;
    margin-left: 70px;
}
#get>div:nth-child(1)>h1{
    padding-right: 40px;
}
#get>div:nth-child(1)>button{
    border-radius: 20px;
    background-color: none;
    background-color: blue;
    color: #FFFFFF;
    border: none;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: "TT Commons Book",Arial,sans-serif;
    font-size: 15px;
    margin-top: 20px;

}
#get>div:nth-child(2){
    width: 40%;
    
}
#get>div:nth-child(2)>img{
    width: 100%;
    height: 100%;
    
}
#tvimg{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: 350px;
    gap: 20px;
    width: 90%;
    margin: auto;
    margin-top: 80px;
}
#tvimg>div{
    /* border: 1px solid red; */
}
#tvimg>div:nth-child(2){
    margin: auto;
}
#tvimg>div:nth-child(1)>img{
    width: 100%;
}
#just{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: 600px;
    gap: 10px;
    width: 80%;
    margin: auto;
    margin-top: 80px;
    cursor: pointer;
    border-radius: 20px;
    
}
#just>div{
    /* border: 1px solid red; */
    border-radius: 20px;
    font-size: 15px;
    font-family: "TT Commons Book",Arial,sans-serif;
    padding: 10px;
    cursor: pointer;
    background-color: #F0F2F3;
    
    
}
#just>div>h1{
    font-size: 23px;
    color: #000000;
}
#just>div>img{
    width: 100%;
    height: 320px;

}
#just>div>p{
    font-size: 15px;
    margin-left: 5px;
    margin-bottom: none;
}
#just>div>p+p{
    padding-top: 0px;
    margin-top: none;
    margin-left: 10px;
    color: blue;

}
#just>div>p+p:hover{
    color: #000000;
}
#just>div>h1:hover{
    color: #0037FF;
}
#tvimg+h1{
    margin-top: 150px;
    margin-left: 150px;
}
#footer{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-template-rows: 400px;
    gap: 15px;
    margin-top: 50px;
    background-color: black;
    /* width: 90%; */

}
#footer>div{
    /* border: 1px solid white; */
    width: 90%;
    line-height: 0px;
    color: white;
    cursor: pointer;
}
#footer>div>img{
    width: 30%;
    margin-top: 20px;
    margin-left: 40px;
    margin-bottom: 40px;
    border-bottom: 2px solid red;
    padding-bottom: 30px;
}
#footer>div>h2{
    margin-left:40px;
    margin-bottom: 50px;
}
#footer>div>p{
    margin-left: 40px;
    margin-bottom: 20px;
    line-height: 15px;
}
#footer>div:nth-child(4)>label{
    margin-top: 80px;
    margin-bottom: 30px;
}
#downfoot{
    display: grid;
    height: 100px;
    
    background-color: #393A5D;
}
#downfoot>h5{
    margin:40px 0px 0px 50px;
    color: white;
}
#downfoot>h5:hover{
    color: white;
}
a{
    text-decoration: none;
}
#headear>div:last-child:hover{
    color: #FFFFFF;
}
#footer>div>p{
    font-size: 15px;

}
#vedio>img{
    width: 100%;
    margin-top: 30px;
    height: 80%;
}