.contact-wrap {
    background: #fff;
}

.info-wrap {
    /* color: rgba(255, 255, 255, 0.8); */
    background-color: #fff1da !important;
    border-radius: 20px;
}
.info-wrap h3 {
    /* color: #fff; */
}
.info-wrap .dbox {
    width: 100%;
    /* color: rgba(255, 255, 255, 0.8); */
    margin-bottom: 25px;
}
.info-wrap .dbox:last-child {
    margin-bottom: 0;
}
.info-wrap .dbox p {
    margin-bottom: 0;
}
.info-wrap .dbox p span {
    font-weight: 500;
    /* color: #fff; */
}
.info-wrap .dbox p a {
    /* color: #fff; */
}
.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
}
.info-wrap .dbox .icon span {
    font-size: 20px;
    color: #fff;
}
.info-wrap .dbox .text {
    width: calc(100% - 50px);
}

.image-produk {
    height: 300px;
    background-position: center;
    background-size: cover;
}

.image-produk-bg {
    background-color: floralwhite;
}

.card-border {
    border: 1px solid #61616133;
}

.form-floating {
    margin-bottom: 15px;
}

.item-sm-card-NFTs {
    display: block;
    position: relative;
    text-decoration: none !important;
}

.item-sm-card-NFTs .cover-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.item-sm-card-NFTs .cover-image .big-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}

.item-sm-card-NFTs .cover-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: inherit;
    bottom: 0;
    height: 50%;
    /*background-image: linear-gradient(to top, #222032, rgba(34, 32, 50, 0))*/
}

.item-sm-card-NFTs .cover-image .content-text .icon-type {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    background-color: rgba(34, 32, 50, 0.3);
    font-size: 18px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    inset: 0;
    margin: 15px;
}

.item-sm-card-NFTs .cover-image .content-text .btn-like-click {
    background-color: var(--white);
    position: absolute;
    padding: 4px 12px;
    border-radius: 50px;
    top: 15px;
    right: 15px;
}

.item-sm-card-NFTs .cover-image .user-text {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.item-sm-card-NFTs .cover-image .user-text .user-avatar {
    margin-bottom: 5px;
}

.item-sm-card-NFTs .cover-image .user-text .user-avatar .sm-user {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.item-sm-card-NFTs .cover-image .user-text .user-avatar span {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.item-sm-card-NFTs .cover-image .user-text .number-eth span {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
}

.item-sm-card-NFTs .cover-image .user-text .number-eth span.main-price {
    font-size: 14px;
    margin-right: 3px;
}

.css_box_shadow {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.counterdown {
    position: absolute;
    padding: 8px 12px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    color: var(--dark);
    margin: 20px;
    z-index: 1;
}

.color-text {
    color: var(--bs-warning);
}
