body {
    margin: 0px;
}

.parent_header {
    margin-left: 2.5%;
    direction: rtl;
    height: 50px;
    width: 95vw;
    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;
    text-decoration: none;
    padding-bottom: 3px;
}

.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;

}

.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;

}

.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: 110px;
    }

    .menu,
    .register,
    .sitename {
        width: 100%;
    }

    .searchbar {
        width: 100%;
        justify-content: center;
    }
}

@media(width<700px) {
    .btnsearch {
        font-size: 8px;

    }
}

@media(width<500px) {
    .parent_header {
        flex-direction: column;
        height: 150px;
        margin-bottom: 7%;
        border: 1px solid transparent;
    }

}

@media(width<400px) {


    .searchinput {
        width: 30%;
        margin-right: 10%;
        display: block;
        height: 30px;
        font-size: 7px;
        direction: rtl;

    }

    .btnsearch {
        width: 20%;
    }

}

.img1 {
    width: 98%;
    height: 400px;
    margin-top: 1%;
    border-radius: 50px;
    border: 5px solid red;
    margin-top: 5%;
}

.desc_con {
    width: 98%;
    height: 700px;
    border: 1px solid black;
    margin-top: 1%;
    display: grid;
    grid-template-rows: 15% 15% 30% 35%;
    grid-template-columns: auto;
    justify-content: center;
    direction: rtl;
    background-color: rgb(1, 1, 22);
    color: white;
}

.desc_con h1 {
    text-align: center;
    width: max-content;
    box-shadow: 3px 3px 3px red;
    border: 1px solid black;
    margin-left: 98%;
}

.desc_con .h21 {
    text-align: left;
    width: max-content;
    box-shadow: 3px 3px 3px transparent;
    border: 1px solid black;
    margin-left: 39%;

}

.desc_con .h22 {
    text-align: right;
    width: max-content;
    box-shadow: 3px 3px 3px transparent;
    border: 1px solid black;
    margin-left: 20%;
    line-height: 180%;

}

.desc_con .h23 {
    text-align: right;
    width: max-content;
    box-shadow: 3px 3px 3px transparent;
    border: 1px solid black;
    margin-left: 20%;

}

.images {
    width: 98%;
    height: 400px;
    border: 1px solid white;
    margin-top: 1%;
    display: grid;

    grid-template-columns: 40% 40%;
    justify-content: space-around;

    background-color: rgb(1, 1, 22);

}

/* .images .div1{
    width: 80%;
    height: 400px;
    background-image: url('https://www.wcell.ir/wp-content/uploads/2019/02/best.png');
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid white;
    background-color: white;
    border-radius: 50px;
    border: 5px solid red;
    box-sizing: border-box;
    

}

.images .div2{
    width: 80%;
    height:400px;
  
    background-image: url('https://dataxteam.com/wp-content/uploads/2022/05/quality-guarantee.jpg');
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid white;
    background-color: white;
    border-radius: 50px;
    border: 5px solid red;
    box-sizing: border-box;

} */


.desc_con1 {

    width: 98%;
    height: 400px;
    border: 1px solid black;
    margin-top: 1%;
    display: grid;
    grid-template-rows: 20% 15% 30% 35%;
    grid-template-columns: auto;
    justify-content: center;
    direction: rtl;
    background-color: rgb(1, 1, 22);
    color: white;
}

.desc_con1 h1 {
    text-align: center;
    width: max-content;
    box-shadow: 3px 3px 3px red;
    border: 1px solid black;
    margin-left: 98%;
}

.desc_con1 .h21 {
    line-height: 200%;
    text-align: left;
    width: max-content;
    box-shadow: 3px 3px 3px transparent;
    border: 1px solid black;
    margin-left: 39%;

}

.desc_con1 .h22 {
    line-height: 200%;
    text-align: right;
    width: max-content;
    box-shadow: 3px 3px 3px transparent;
    border: 1px solid black;
    margin-left: 20%;
    line-height: 180%;

}



.div_image {
    margin-top: 1%;
    width: 98%;
    height: 400px;
    display: flex;
    justify-content: space-around;
    background-color: rgb(1, 1, 22);
}
@media(width<1100px) {
.img1{
    margin-top: 15%;
}
}
@media(width<1000px) {
    .desc_con {
        text-align: center;
        grid-template-columns: 100%;
        font-size: 12px;
        height: 600px;
    }

    .desc_con1 {
        text-align: center;
        grid-template-columns: 100%;
        font-size: 12px;
        height: 350px;
    }

    .desc_con h1,
    .desc_con1 h1 {
        width: 50%;
        font-size: 20px;
        margin-left: 0%;

    }
}

@media(width<750px) {
    .desc_con {
        text-align: center;
        grid-template-columns: 100%;
        font-size: 10px;
        height: 500px;
    }

    .desc_con1 {
        text-align: center;
        grid-template-columns: 100%;
        font-size: 10px;
        height: 250px;
    }

    .desc_con h1,
    .desc_con1 h1 {
        width: 50%;
        font-size: 20px;
        margin-left: 0%;

    }
}
@media(width<700px) {
    .img1{
        margin-top: 25%;
    }
    }

@media(width<620px) {
    .desc_con {
        text-align: center;
        grid-template-columns: 100%;
        font-size: 8px;
        height: 400px;
    }

    .desc_con1 {
        text-align: center;
        grid-template-columns: 100%;
        font-size: 8px;
        height: 200px;
    }

    .desc_con h1,
    .desc_con1 h1 {
        width: 50%;
        font-size: 20px;
        margin-left: 0%;

    }
}

@media(width<500px) {
    .desc_con {
        text-align: center;
        grid-template-columns: 100%;
        font-size: 6px;
        height: 400px;
    }

    .desc_con1 {
        text-align: center;
        grid-template-columns: 100%;
        font-size: 6px;
        height: 250px;
    }

    .desc_con h1,
    .desc_con1 h1 {
        width: 60%;
        font-size: 20px;
        margin-left: 0%;

    }
    .img1{
        margin-top: 40%;
    }
}

@media(width<380px) {
    .desc_con {
        text-align: center;
        grid-template-columns: 100%;
        font-size: 5px;
        height: 400px;
    }

    .desc_con1 {
        text-align: center;
        grid-template-columns: 100%;
        font-size: 5px;
        height: 250px;
    }

    .desc_con h1,
    .desc_con1 h1 {
        width: 90%;
        font-size: 20px;
        margin-left: 0%;

    }
}






.footercon {
    margin-top: 1%;
    padding: 10px;
    margin-left: .5%;
    direction: ltr;
    width: 96%;
    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;
    box-sizing: border-box;

}

@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%;
    }
}