
.test-post {
    padding: 0Px 20vw;
}
.post{
    background-color: #83cdff95;
    width: 100%;
    z-index: 4;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom:5px solid #fcca24;
    border-top:5px solid #fcca24;



}

.post-way {
    display: flex;
    gap: 70px;

}

.ds {
    color: var(--stcoler);
    font-size: 32px;
    font-family: "Parkinsans", sans-serif;
    font-style: normal;
    line-height: 1.6;
    text-align: left;
}
.star {
    width: 18px;
}
.quest-card {
    border: 4px solid #35a4e4;
    background-color: #f5fbfe;
    text-align: left;
    padding: 20PX;
    border-radius: 20Px;
    position: relative;
    z-index: 4;
}
.test-post .card {
    width: 100%;
    border: 4px solid #35a4e4;
    background-color: #f5fbfe;
    text-align: left;
    padding: 20PX;
    border-radius: 20Px;
    position: relative;

}

.quest-title {
    font-size: 28px;
    color: #35a4e4;
    font-family: sans-serif;
    font-weight: 600;
}
.user-detail {
    display: flex;
    height: 45px;
    align-items: center;
    padding: 10px;
}
.user-photo img {
    width: 47px;
    display: inline-block;
    object-fit: cover;
    border-radius: 50%;
}
.user-info {
    padding: 10px;
}
.user-name {
    font-size: 20px;
    font-family: sans-serif ;
    font-weight: 700;
}
.user-name .ri-verified-badge-fill {
    color: rgb(0, 181, 0);
}
.user-rate {
    font-size: 18PX;
    font-family: sans-serif;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 700;
    display: flex;
}
.user-rate .ri-star-s-fill {
    color: #fcca24;
}
.user-rate .ri-star-half-s-line {
    color: #fcca24;
}
.quest-detail{
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.quest-info {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #8d0057 ;
}
.quest-description {
    padding-top: 20px;
    font-size: 20px;
    font-family: sans-serif;
    line-height: 1.5;
    max-height: 90px;
    overflow: hidden;
}



.quest-description .quest-info {
    font-size: 20px;
}
.quest-picture {
    padding-top: 5px;
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 5px;

}
.quest-picture img {
    width: 100%;

}
.progress-stat{
    text-align: center;
    padding: 20px;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 800;
    color: rgb(0, 181, 0);
}
.quest-action {
    display: flex;
    flex-wrap: nowrap;
    justify-content:space-evenly;
    align-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    position: relative;
    gap: 10px;
}
.quest-action i {
    font-size: 26px;
}
.reserve {
    color: white;
    width: calc((100% - 60px) / 3);
    font-family: sans-serif;
    background-color: #00a2ff ;
    border: 1px solid #00a2ff ;
    border-radius: 20px;
    padding: 20px 10px;
    font-weight: 700;
}

.reserve:hover {
    background-color: #00629a ;
    border: 1px solid #00629a ;
}
.set-location {
    color: white;
    width: calc((100% - 60px) / 3);
    font-family: sans-serif;
    background-color: #fD05A0 ;
    border: 1px solid #fD05A0 ;
    border-radius: 20px;
    padding: 20px 10px;
    font-weight: 700;
}
.set-location:hover {
    background-color: #8d0057 ;
    border: 1px solid #8d0057 ;
}
.mesaage-client {
    color: white;
    width: calc((100% - 60px) / 3);
    font-family: sans-serif;
    background-color: #000000 ;
    border: 1px solid #000000 ;
    border-radius: 20px;
    padding: 20px 10px;
    font-weight: 700;
}
.mesaage-client:hover {
    background-color: #3e3e3e ;
    border: 1px solid #3e3e3e ;
}

.ri-user-2-fill {
    color: #8d0057;
}
@media  (max-width: 768px) {
    .post-way {
        flex-direction: column;
}
    .ds{
        font-size: 28px;
    }
}