.left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(0 0 0 / 14%), rgb(13 13 13 / 55%));
    z-index: 1;
}




.card_mainnn_1_column {
    gap: 5px;
    margin: 0 auto;
    display: flex;
    max-width: 600px;
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 20px;
}

.card_mainnn_1_column_left {
    width: 25%;
    min-width: 150px;
}

.card_mainnn_1_column_right {
    display: flex;
 
    flex-direction: column;
}
.timer_place {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5px;
    font-weight: 100;
    justify-content: end;
    padding: 20px;
}
.timerisss {

    height: 30px;
}
.card_mainnn_1_column_left_img {
    width: 200px;
    max-height: 230px;
    height: 200px;
    object-fit: cover;
}

.profile_img {
    width: 30px;
    height: 30px;
    border-radius: 500px;
    object-fit: cover;
}

.time {
    display: flex;
    justify-content: center;
    width: 100%;
}
.sadfdsfdfggggrrer {
    display: flex; 
    justify-content: center; 
    align-items: center; 
}

.sdlifjsdfsdfjjjhjhdsydsd {
    color: #2c3e50;
    line-height: 1.6;
    border-radius: 8px;
    border: 1px solid #dadada;
    padding: 10px;
}


.tikriausiaall{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #888;
    padding: 8px;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 701px;
    text-align: center;
}
.searchingall{
    width:15px;
    height:15px;
}

      @keyframes moveInCircle {
        0% {
            transform: rotate(0deg) translate(5px) rotate(0deg);
        }
        100% {
            transform: rotate(360deg) translate(5px) rotate(-360deg);
        }
    }

    .searchingall {
        animation: moveInCircle 4s linear infinite;
        display: inline-block;
    }




@media (max-width: 768px) {
    .card_mainnn_1_column_left_img {
        display: flex;
        width: 220px;
        height: 190px;
    }
}