nav .user-data {
    min-width: 200px;
    min-height: 100px;
    position: absolute;
    top: 100%;
    right: 250px;
    border: 1px solid white;
    border-radius: 0px;
    display: flex;
    justify-content: space-around;
    align-items: start;
    flex-direction: column;
    padding: 10px;
    background-color:white;
    padding-bottom: 20px;
    display: none;
    transition: .4s;
    font-size: 20px;
    direction: rtl;
    margin-top: 30px;

}

nav .active {
    display: flex;
}

nav .user-data a {
    margin-top: 40px;
    color: red;
    display: flex;
    justify-content: center;
    align-items: center;

}

nav .user-data span i {
    color: rgb(45, 139, 186);
    font-size: 20px;
    margin-left: 10px;

}

nav .count-data {
    display: flex;
    justify-content: center;
    align-self: center;
    min-width: 200px;
    height: fit-content;
    flex-direction: column;

}

.count-data span {
    margin: 10px;
    color: red;
    font-size: 20px;
}
nav .user-data a{
    display: flex;
    justify-content: start;

}


.container .pp a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 5px;

}
.container .pp a div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;

}
.container .pp a div h3{
    margin-top: 20px;
}
/* ==================================================== */


/* ==================================================== */
@media only screen and (max-width: 800px) {
    .container .pp a {
        width: 50%;
        height: 30vh;
    }
}
@media only screen and (max-width:570px) {
    .container .pp a {
        width: 100%;
        height: 30vh;
    }
}
