.parent_header{
    margin-left: 0px;
    direction: rtl;
    height: 50px;
    width: 100vw;
    background-color: rgb(0, 0, 94);
    color: white;
  display: flex; 
  border-radius: 30px; 
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}
.menu{
    direction: rtl;
    list-style: none;
    height: 100%;
    width: 40vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}
.li1,.li2,.li3,.li4,.li5{
margin-right: 9%;
font-weight: 800;
 padding-bottom: 3px;
text-decoration: none;
}
.li1:hover,.li2:hover,.li3:hover,.li4:hover,.li5:hover{
 border-bottom: 2px solid red;
 color: red;
 cursor: pointer;


    }


    .register {
        direction: rtl;
        list-style: none;
        height: 100%;
        width: 10vw;
        display: flex;
        align-items: center;
        justify-content: center;
    
    }
    
    .li6 {
        height: 40%;
        order: 2;
        margin-right: 9%;
        font-weight: 800;
        padding-bottom: 4px;
        border-bottom: 2px solid transparent;
    
    }
    
    .li7 {
        height: 40%;
        padding-bottom: 4px;
        border-bottom: 2px solid transparent;
        border-left: 2px solid white;
        padding-left: 10px;
        order: 1;
        font-weight: 800;
        margin-right: 10%;
    }
    
    .li6:hover,
    .li7:hover {
        cursor: pointer;
        padding-bottom: 4px;
        border-bottom: 2px solid red;
    }

    .sitename{
        direction: rtl;
        list-style: none;
        height: 100%;
        width: 10vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid transparent;
    }
    .li8{
     
      font-size: 25px;
        font-weight: 800;
        margin-right: 10%;
    }
    .searchbar{
        direction: rtl;
        list-style: none;
        height: 100%;
        width: 40vw;
        display: flex;
        align-items: center;
        justify-content: space-around;
        border: 1px solid transparent;
    }
    .searchinput{
     height: 70%;
     border-radius: 10px;
      font-size: 20px;
        font-weight: 800;
        margin-right: 10%;
    }
    .btnsearch{
        margin-right: 10px;
        height: 70%;
        width: 8vw;
        border-radius: 10px;   
        font-weight: 900;
    }
    @media(width<1300px) {
        .sitename .li8 {
            font-size: 20px;
        }
    }
    
    @media(width<1100px) {
        .parent_header {
            flex-direction: column;
            height: 200px;
         
        }
    
        .menu,
        .register,
        .sitename {
            width: 100%;
        }
    
        .searchbar {
            width: 100%;
            justify-content: center;
        }
    }
    
    @media(width<700px) {
        .parent_header{
           height: 150px;
        }
        .btnsearch {
            font-size: 8px;
    
        }
    }


.parentt{
    background-color: green;
    width: 100%;
    height: max-content;
    border: 2px solid black;
    display: inline-flex;
    direction: rtl;

}
.parentt .child1,.parentt .child2,.parentt .child3,.parentt .child4{
    display: inline-block;
margin-right: 2%;
    width: 22%;
    height:500px;
    border: 2px solid black;
    box-shadow: 5px 5px 5px blue;

}
.parentt .child1 .img1{
    width: 100%;
    height: 45%;   
}
.parentt .child1 button,.parentt .child2 button,.parentt .child3 button,.parentt .child4 button{
    width: 100%;
    height: 12%; 
    margin-top: 0%;  
    background-color: black;
    color: white;
    font-size: 20px;
    font-weight: bolder;
    border: 2px solid black;
}
.parentt .child1 button:hover,.parentt .child2 button:hover,
.parentt .child3 button:hover,.parentt .child4 button:hover{
cursor: pointer;
    background-color: white;
    color: black;
    font-size: 20px;
    font-weight: bolder;
}
.parentt .child2 .img1,.parentt .child3 .img1,.parentt .child4 .img1{
    width: 100%;
    height: 45%;   
}

@media(width<1100px){
 .parentt{
    display: inline-block;
 }
    .parentt .child1, .parentt .child2, .parentt .child3, .parentt .child4{
        margin-top: 1%;
        width: 40%;
        height: 300px;
        margin-left: 7%;
        display: inline-block;
        
    }  
}
@media(width<620px){
    .parentt{
       display: block;
    }
       .parentt .child1, .parentt .child2, .parentt .child3, .parentt .child4{
           margin-top: 2%;
           width: 100%;
           margin-right: 0%;
           display: inline-block;
           
       }  
   }


   .footercon{
    margin-top: 0%;
    padding: 10px;
    width: 100%;
    height: 300px;
    border: 1px solid rgb(0, 0, 20);
    background-color: rgb(0, 0, 94);
    border-radius: 20px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;

}

.footercon .div1,.footercon .div2,.footercon .div3,
.footercon .div4{
display: flex;justify-content: start;
flex-direction: column;
    width: 20%;
    height:300px;
    border: 1px solid white;

}

@media(width<1550px){
    .footercon{
flex-wrap: wrap;
height: 650px;
    }
    .footercon .div1,.footercon .div2,.footercon .div3,
.footercon .div4{
    margin-top: 15px;
    width: 30%;
}
}

@media(width<1100px) and (width>1000px){
    .footercon{
        margin-top:10px;
flex-wrap: wrap;
height: 650px;
    }
    .footercon .div1,.footercon .div2,.footercon .div3,
.footercon .div4{
    margin-top: 15px;
    width: 45%;
}
}

@media(width<1000px)and (width>900px){
    .footercon{
        margin-top:10px;
flex-wrap: wrap;
height: 650px;
    }
    .footercon .div1,.footercon .div2,.footercon .div3,
.footercon .div4{
    margin-top: 15px;
    width: 45%;
}
}


@media(width<1550px) {
    .footercon {
        flex-wrap: wrap;
        height: 850px;
    }

    .footercon .div1,
    .footercon .div2,
    .footercon .div3,
    .footercon .div4 {
        margin-top: 15px;
        width: 30%;
        height: 400px;
    }
}

@media(width<1100px) and (width>1000px) {
    .footercon {
        margin-top: 10px;
        flex-wrap: wrap;
        height: 850px;
    }

    .footercon .div1,
    .footercon .div2,
    .footercon .div3,
    .footercon .div4 {
        margin-top: 15px;
        width: 45%;
    }
}

@media(width<1000px)and (width>900px) {
    .footercon {
        margin-top: 10px;
        flex-wrap: wrap;
        height: 850px;
    }

    .footercon .div1,
    .footercon .div2,
    .footercon .div3,
    .footercon .div4 {
        margin-top: 15px;
        width: 45%;
    }
}


@media(width<900px)and (width>800px) {
    .footercon {
        margin-top: 10px;
        flex-wrap: wrap;
        height: 850px;
    }

    .footercon .div1,
    .footercon .div2,
    .footercon .div3,
    .footercon .div4 {
        margin-top: 15px;
        width: 45%;
    }
}


@media(width<800px)and (width>700px) {
    .footercon {
        margin-top: 10px;
        flex-wrap: wrap;
        height: 850px;
    }

    .footercon .div1,
    .footercon .div2,
    .footercon .div3,
    .footercon .div4 {
        margin-top: 15px;
        width: 45%;
    }
}

@media(width<700px)and (width>600px) {
    .footercon {
        margin-top: 10px;
        flex-wrap: wrap;
        height: 1800px;
    }

    .footercon .div1,
    .footercon .div2,
    .footercon .div3,
    .footercon .div4 {
        margin-top: 15px;
        width: 100%;
    }
}

@media(width<600px)and (width>500px) {
    .footercon {
        margin-top: 10px;
        flex-wrap: wrap;
        height: 1800px;
    }

    .footercon .div1,
    .footercon .div2,
    .footercon .div3,
    .footercon .div4 {
        margin-top: 15px;
        width: 100%;
    }
}

@media(width<500px)and (width>400px) {
    .footercon {
        margin-top: 10px;
        flex-wrap: wrap;
        height: 1800px;
    }

    .footercon .div1,
    .footercon .div2,
    .footercon .div3,
    .footercon .div4 {
        margin-top: 15px;
        width: 100%;
    }
}

@media(width<400px) {
    .footercon {
        margin-top: 10px;
        flex-wrap: wrap;
        height: 1800px;
    }

    .footercon .div1,
    .footercon .div2,
    .footercon .div3,
    .footercon .div4 {
        margin-top: 15px;
        width: 100%;
    }
}




