@media screen and (max-width:1024px) {
    .introText {
        width: 40%;
        height: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: auto;
        margin-top: -8%;
    }
    .sales ul li {
        width: 44%;
        display: flex;
        flex-direction: column;
        align-items: self-start;
        margin: 5px 10px;
        height: auto;
    }

    .profileIcon {
        top: 3%;
    }

    .mainInfo img {
        width: 80%;
        border-radius: 50%;
        height: 300px;
        object-fit: fill;
    }

    .socialmedia ul {
        width: 70%;
        margin: 10px auto;
        padding: 20px 0;
        display: flex;
        /* justify-content: space-around; */
        /* flex-wrap: wrap; */
        flex-direction: column;
    }

    li {
        list-style: none;
        margin: 16px 0;
        font-size: 10px;
    }

    .socialmedia ul li a svg {
        font-size: 20px;
        color: #198754;
    }
    .aboutUs {
        width: 90%;
        margin: auto;
        direction: rtl;
    }
    .copyright {
        width: 80%;
        margin: auto;
        background-color: #F8F9FA;
    }
    .searchProduct {
        width: 100%;
    }
    .searchProduct form {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .searchProduct form input{
        margin:5px 0;
    }
    .price-input .separator {
        width: 0px;
        display: flex;
        font-size: 12px;
        align-items: center;
        justify-content: center;
    }
    .field input {
        height: 100%;
        outline: none;
        font-size: 10px;
        margin-left: 12px;
        border-radius: 5px;
        text-align: center;
        border: 1px solid #999;
        -moz-appearance: textfield;
    }
}
@media screen and (max-width:867px) {
    .sales ul li {
        width: 44%;
        display: flex;
        flex-direction: column;
        align-items: self-start;
        margin: 5px 10px;
        height: auto;
    }
    .profileIcon {
        top: 3%;
    }
    .mainInfo img {
        width: 80%;
        border-radius: 50%;
        height: 300px;
        object-fit: fill;
    }

    .socialmedia ul {
        width: 70%;
        margin: 10px auto;
        padding: 20px 0;
        display: flex;
        /* justify-content: space-around; */
        /* flex-wrap: wrap; */
        flex-direction: column;
    }

    li {
        list-style: none;
        margin: 16px 0;
        font-size: 10px;
    }

    .socialmedia ul li a svg {
        font-size: 20px;
        color: #198754;
    }
    .aboutUs {
        width: 90%;
        margin: auto;
        direction: rtl;
    }
    .copyright {
        width: 80%;
        margin: auto;
        background-color: #F8F9FA;
    }
}

@media screen and (max-width:768px) {
    .sales ul li {
        width: 44%;
        display: flex;
        flex-direction: column;
        align-items: self-start;
        margin: 5px 10px;
        height: auto;
    }
    .introText {
        width: 40%;
        height: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: auto;
        margin-top: -8%;
    }
    .houseKeep {
        position: absolute;
        top: 20%;
        left: 10%;
    }

    .mainInfo img {
        width: 80%;
        border-radius: 50%;
        height: 300px;
        object-fit: fill;
    }

    .socialmedia ul {
        width: 70%;
        margin: 10px auto;
        padding: 20px 0;
        display: flex;
        /* justify-content: space-around; */
        /* flex-wrap: wrap; */
        flex-direction: column;
    }

    li {
        list-style: none;
        margin: 16px 0;
        font-size: 10px;
    }

    .socialmedia ul li a svg {
        font-size: 20px;
        color: #198754;
    }
    .aboutUs {
        width: 90%;
        margin: auto;
        direction: rtl;
    }
    .loginLeft h1 {
        font-size: 26px;
        font-weight: bolder;
        margin-bottom: 10%;
    }
    .loginLeft {
        border-bottom-right-radius:0%;
    }
    .loginRight form {
        width: 70%;
        margin: auto;
        text-align: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
.copyright {
    width: 80%;
    margin: auto;
    background-color: #F8F9FA;
}

@media screen and (max-width:467px) {
    .introText {
        width: 40%;
        height: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: auto;
        margin-top: -8%;
    }
    .menu {
        left: 5%;
        width: 90%;
    }
    .profileIcon {
        top: 6%;
    }
    .sales ul li {
        width: 44%;
        display: flex;
        flex-direction: column;
        align-items: self-start;
        margin: 5px 10px;
        height: auto;
    }
    .productBox{
        width:160px;
    }
    .houseKeep {
        position: absolute;
        top: 32%;
        left: 15%;
    }
    .productBox a {
        width: 80%;
    }

    .productBox p {
        font-size: 12px;
    }

    .mainInfo img {
        width: 80%;
        border-radius: 50%;
        height: 300px;
        object-fit: fill;
    }

    .socialmedia ul {
        width: 70%;
        margin: 10px auto;
        padding: 20px 0;
        display: flex;
        /* justify-content: space-around; */
        /* flex-wrap: wrap; */
        flex-direction: column;
    }

    li {
        list-style: none;
        margin: 16px 0;
        font-size: 10px;
    }

    .socialmedia ul li a svg {
        font-size: 20px;
        color: #198754;
    }
    .poster {
        display: none;
    }

    .poster-mobile {
        display: flex;
        width: 100%;
        padding: 30px 0;
    }
    .imgProduct {
        border-radius: 20px;
        margin: auto;
        height: 400px;
        aspect-ratio: 1.1;
        object-fit: fill;
    }
    /*.gallery img {
        width: 20%;
        height: 140px;
        aspect-ratio: 1.1;
        object-fit: fill;
    }*/
    .aboutUs {
        width: 90%;
        margin: auto;
        direction: rtl;
    }
    .loginLeft h1 {
        font-size: 26px;
        font-weight: bolder;
        margin-bottom: 10%;
    }
    .loginLeft {
        border-bottom-right-radius: 0%;
    }
    .loginRight form {
        width: 70%;
        margin: auto;
        text-align: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .copyright {
        width: 80%;
        margin: auto;
        background-color: #F8F9FA;
    }
}
