/* top-nft start*/
.start-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* top-nft end */

/* jurnalistes start */
.card-body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    padding: 0px;

}

.card-body-l {
    display: flex;
    flex-direction: column;
}

.card-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 35px;
}

.jurna {
    margin-right: 7px;
}

.card-body-r {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
}

.card-text-cont {
    display: flex;
    flex-direction: column;
    color: azure;
}

.timer {
    margin-right: 5px;
}

.time {
    text-align: center;
}

.btn-place {
    width: 125px;
    height: 48px;
    padding: 0px;
}

/* jurnalistes end */

/* fonts stule */

.fonts-top-nft {
    font-weight: 600;
    font-size: 18px;
    line-height: 35px;
    color: rgba(255, 255, 255, 0.6);
}

.fonts-apollo {
    font-weight: 700;
    font-size: 20px;
    line-height: 46px;
    color: white;
}

.fonts-reserve {
    font-weight: 600;
    font-size: 14.4001px;
    line-height: 46px;
    opacity: 0.7;
}

