.auctions-header-img {
    object-fit: cover;
    object-position: center;
    background-color: #000;
    height: 280px;
    width: 100%;
}
.auctions-header-img-mask {
    background: linear-gradient(
        90deg,
        rgb(24 24 46 / 95%) 0%,
        rgb(79 34 44 / 95%) 40%,
        rgba(122, 41, 42, 0) 100%
    );
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.auctions-head-texts {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 80px;
}

.auctions-head-texts h1 {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    display: flex;
    align-items: center;

    text-transform: uppercase;
    color: #ece8dc;
}

.auctions-head-texts p {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;

    text-transform: uppercase;
    color: #ece8dc;
    opacity: 0.5;
}

.auctions-section1 {
    padding: 50px 0 100px 0px;
    background: #7a292a;
}

.auctions-section1 p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.25px;
    color: #ffffff;
}

.auctions-section1 button {
    background: #7a292a;
}

.auctions-section1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.auctions-section1 .auctions-section1-right-items-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.auctions-section1 .auctions-section1-right-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-basis: 29%;
    align-items: center;
    padding: 18px;
    border: 1px solid #ece8dc;
}

.auctions-section1 .auctions-section1-right-items span {
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    text-align: center;

    text-transform: uppercase;
    color: #ece8dc;
}

.hlas-subtitle {
    color: #8c8a95;
}
.hlas-buttons {
    border: 1px #7b1f21;
}

.latest-auction-card-overlay {
    background: linear-gradient(
        0deg,
        rgba(25, 9, 9, 1) 0%,
        rgba(28, 11, 11, 1) 35%,
        rgba(255, 255, 255, 0) 100%
    );
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.latest-auction-card {
    background-color: #1e1e1e;
    color: white;
    /* padding: 20px; */
    /* border-radius: 10px; */
    position: relative;
    overflow: hidden;
    object-fit: cover;
    width: auto;
    min-height: 430px;
}

.latest-auction-card img {
    width: 100%;
    height: 390px;
    object-fit: contain;
    object-position: center;
    background-color: #000;
}

.latest-auction-info {
    margin-top: 20px;
}

.latest-auction-info i {
    margin-right: 8px;
}

.latest-auction-buttons {
    margin-top: 20px;
}

.latest-auction-buttons .btn {
    border-radius: 0;
    background-color: transparent;
    color: white;
    border: 1px solid white;
}

.latest-auction-buttons .btn:hover {
    background-color: white;
    color: black;
}

.latest-auction-title {
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
}

.latest-auction-date {
    color: #cacaca;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
}
.las-pre-title-icon {
    color: #ffffff;
    height: 20px !important;
    width: 20px !important;
    border-radius: 0px !important;
}

.auction-card-image {
    width: 100%;
    height: 390px;
    object-fit: contain;
    object-position: center;
    background-color: #000;
}

.modal-content {
    background-color: #ece8dc;
    border: 1px solid #1e1e1e;
    border-radius: 0;
    position: relative;
    padding: 2rem 1rem;
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    filter: none;
    opacity: 1;
    color: #7a292a;
}

.modal-close:hover {
    opacity: 0.8;
    color: #7a292a;
}

.modal-body {
    margin-top: 1rem;
    padding: 0;
}

.modal-body .btn {
    text-transform: uppercase;
    font-weight: 600;
    padding: 1rem;
}

@media screen and (max-width: 768px) {
    .auctions-section1 .auctions-section1-right-items {
        flex-basis: 45%;
    }
    .auctions-head-texts h1 {
        font-size: 35px;
    }
    .auctions-head-texts p {
        font-size: 14px;
    }
    .auctions-section1 {
        padding: 50px 0 50px 0px;
        background: #7a292a;
    }
    .auctions-section1 p {
        padding-bottom: 20px;
        font-size: 18px;
    }
    .auctions-section1 .auctions-section1-right-items-list {
        gap: 30px;
    }
    .auction-card-image {
        width: 100%;
        height: 390px;
        object-fit: contain;
        object-position: center;
        background-color: #000;
    }
    .hlas-button-item {
        padding-top: 20px;
    }
    .au-cwu-button {
        width: 100%;
    }
}
