body{
    margin: 0px;
    background-color: green;
}
.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;
    
        }
    }


.pparent{
    margin-top: 2%;
    background-color: green;
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: start;
    border: 1px solid green;
    flex-direction: row-reverse;
}

.pparent img{
    margin-top: 5%;
    height: 300px;
    width: 30%;
    border-radius: 20px;
}
.pparent div h2{
    color: white;
    text-align: center;
    font-size: 35px;
    margin-right: 5%;
    text-decoration: underline;
  
}
.pparent div h3{
    color: white;
    direction: rtl;
    text-align: right;
    margin-right: 5%;
    font-size: 25px;
  
}

.pparent1{
    background-color: green;
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid green;
    flex-direction: column;
}
.pparent1 input[type="number"]{
    background-color: white;
    height: max-content;
    width:max-content;
    color: black;
    font-weight: bolder;
}
.pparent1 input[type="submit"]{
    background-color: black;
    height: 50px;
    width:max-content;
    color: white;
    font-weight: bolder;
}
.pparent1 h2{
    color: white;   
}

@media(width<1100px){

    .pparent{
   
     margin-top: 25%;
    }
  

}

@media(width<900px){

    .pparent{
   
        align-items: center;
    
        flex-direction: column;
    }
    .pparent img{
        width: 100%;
    }

}

@media(width<500px){

    .pparent{
   
     margin-top: 30%;
    }
  

}
@media(width<400px){

    .pparent{
   
     margin-top: 40%;
    }
  

}


.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%;
    }
}



