/* Swiper container stylng Start */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 750px;
}

.swiper-button-next {
    color: #a9a9a9 !important;
}

.swiper-button-prev {
    color: #a9a9a9 !important;
}

.mySwiper {
    height: 750px;
}

.swiper-slider-card {
    position: absolute;
    top: 40%;
    left: 11.5%;
    z-index: 10000;
}

.swiper-pagination-bullet {
    background: #8c8a95;
    opacity: unset;
}
.swiper-pagination-bullet-active {
    background: #7b1f21;
}
.auction-card {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(153, 153, 153, 0.43) 100%
    );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px)!important;
    color: #fff;
    text-align: left;
    padding-left: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 40px;
}

.auction-card .auction-title {
    text-transform: uppercase;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    display: inline-block;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 15px;
}

.auction-card h2 {
    margin-top: 15px;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.auction-card hr {
    border-top: 1.5px solid white;
    margin-top: 0.2rem;
    margin-bottom: 0.8rem;
}

.auction-card .auction-info {
    font-size: 14px;
    margin: 10px 0;
    text-transform: uppercase;
    height: 25px;
}

.auction-card .auction-info i {
    margin-right: 10px;
}

.auction-card .btn-custom {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0;
}

.auction-card .btn-custom:hover {
    background-color: #fff;
    color: #000;
}

.slider-icons {
    display: inline-block !important;
    width: auto !important;
    height: 25px !important;
}

.slider-icon-div {
    width: 30px;
}
/* Swiper container stylng End */

/* Latest Auction Part */
.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: #000000;
    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 !important;
}

.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;
}

/* Latest Auction Result Part */
.results-section {
    background-color: #f0ece4;
    padding: 20px;
    font-family: "Montserrat", sans-serif;
}
.results-title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.5;
}
.result-item {
    display: flex;
    align-items: center;
    border-left: 1px solid #d8d8d8;
    padding-left: 20px;
}
.result-item img {
    max-height: 50px;
    margin-right: 15px;
}
.result-price {
    font-weight: 700;
    color: #7a292a;
    font-size: 18px;
}
.result-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #3a3a3a;
    white-space: nowrap;
    max-width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Latest Auction Result Part */
.hlas-results-section {
    background-color: #ece8dc;
    margin: 0px;
}
.hlas-results-title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1hlas-5;
}
.hlas-results-marquee-area {
    overflow-x: scroll;
}

.hlas-results-list {
    display: flex;
    padding: 20px 0px;
    width: max-content;
}

.hlas-result-item {
    display: flex;
    align-items: center;
    border-left: 1px solid #dcbfbf;
    padding-left: 10px;
    padding-right: 10px;
}
.hlas-result-item-title {
    padding: 10px;
}
.hlas-result-item img {
    height: 50px;
    width: 50px;
    margin-right: 10px;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.hlas-result-price {
    font-weight: 700;
    color: #7a292a;
    font-size: 18px;
}
.hlas-result-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #3a3a3a;
}
/* Latest Auction Result Part */

/* Latest Auction Part */

/* Consign With Us Section */

.hcwu-bg {
    background-color: #1a162c;
}

.hcwu-badge-tcc {
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#consign-with-us-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.hcwu-section h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}
.hcwu-section p {
    font-size: 16px;
    line-height: 1.8;
}
.hcwu-image {
    text-align: center;
}
.hcwu-image img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.5));
}

.consign-with-us-button {
    margin-top: 20px;
}

.consign-with-us-button .btn {
    margin-right: 10px;
    border-radius: 0;
    background-color: transparent;
    color: white;
    border: 1px solid white;
}

.consign-with-us-button .btn:hover {
    background-color: white;
    color: black;
}
/* Consign With Us Section */

/* About Us Section */

.hos-bg {
    background-color: #1a162c;
}

.hos-badge-tcc {
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#our-story-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.hos-section h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}
.hos-section p {
    font-size: 16px;
    line-height: 1.8;
}
.hos-image img {
    max-width: 100%;
    height: auto;
    min-height: 500px;
    object-fit: contain;
    border-radius: 10px;
    text-align: center;
}

.our-story-button {
    margin-top: 20px;
}

.our-story-button .btn {
    margin-right: 10px;
    border-radius: 0;
    background-color: transparent;
    color: white;
    border: 1px solid white;
}

.our-story-button .btn:hover {
    background-color: white;
    color: black;
}

@media screen and (max-width: 768px) {
    .swiper-slider-card {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10000;
        width: 80%;
    }
    .mySwiper {
        height: 530px;
    }
    .hlas-button-item {
        margin-top: 20px;
    }
    .hlas-button-item a {
        width: 100%;
    }
    .hos-image img {
        min-height: 200px;
    }
    #our-story-section {
        padding-top: 0px;
    }
    #latest-auction-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
