html {
    scroll-behavior: smooth;
}

:target {
    scroll-margin-top: 100px;
}

/* banner */

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.dots-banner-list {
    position: absolute;
    display: flex;
    left: 5%;
    bottom: 20%;
    height: fit-content;
}

.dots-banner-list ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.dots-banner-list ul li {
    margin: 0 4px;
}

.dots-banner-list ul li button {
    background: $gray-200;
    height: 8px;
    width: 35px;
    overflow: hidden;
    color: $gray-200;
    border: none;
    border-radius: 4px;
}

.dots-banner-list .slick-dots li button:before {
    font-size: 12px;
}

.dots-banner-list .slick-dots li.slick-active button:before {
    font-size: 14px;
    color: #c3002f;
}

/* @media (max-width: 556px) {
    .dots-banner-list {
        display: none;
    }
} */

.sec-aboutus {
    background-repeat: no-repeat;
}

.wrapper-img-aboutus {
    border-radius: 16px;
    padding: 10px;
    border: 1px solid var(--White, #fff);
    background: rgba(255, 255, 255, 0.5);
    height: 300px;
    /* width: 450px; */
    object-fit: cover;
    max-width: 450px;
}

.img-nissan-gray {
    position: absolute;
    bottom: -26%;
    right: 0px;
}

/* product */
.active-tabs {
    color: #1e1e1e !important;
    font-weight: 600 !important;
    font-family: "Bold" !important;
}

.tabs {
    color: #8f8f8f;
    /* font-family: "Medium"; */
}

.card-product .img-vehicle {
    height: 205px;
    width: fit-content;
}

/* mobil bekas */
.recommendation-car-image-box {
    z-index: 2;
    position: relative;
    text-align: center;
    /* padding: 50px 20px 40px 20px; */
    border-radius: 8px;
    /* margin-top: 100px; */
    float: left;
    /* top: -90px; */
}

.recommendation-car-image-box img {
    /* height: 250px; */
    width: 223.51px;
    height: 108.89px;
    bottom: -90px;
}

.vehicle-image img {
    height: 200px;
    object-fit: cover;
}

.recommendation-car-box {
    /* position: relative;
    padding: 80px 32px 32px 32px;
    border-radius: 8px;
    margin-top: -120px;
    z-index: 1;
    float: left; */
    /* width: 273px; */
    /* height: 520px; */
    /* padding: 20px 20px 20px 20px; */
    display: none;
    /* left: 735px; */
    /* top: 1339px; */
    /* background: #F7FBFF; */
    border-radius: 6px;
    /* margin-top: -30px; */
    /* flex-grow: 1; */
    position: relative;
    /* width: 100%; */
    height: fit-content;
    flex-shrink: 0;
    background: var(--White, #fff);
    box-shadow: 0px 5.8px 30px 0px rgba(0, 0, 0, 0.35);
    /* width: 335.3333333333333px; */
}

.recommendation-car-title {
    /* height: 30px; */
    height: 40px;
    /* background-color: red; */
    /* margin-bottom: 10px; */
    /* display: table; */
}

.harga-coret {
    text-decoration: line-through;
    color: #5f5f5f !important;
}

.badge-discount {
    border-radius: 8px;
    padding: 4px 8px;
    margin-top: 5px;
    margin-left: 5px;
    z-index: 2;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* .badge-count-images {
    background: rgba(26, 28, 35, 0.45);
    border-radius: 8px;
    padding: 3px 5px;
    z-index: 5;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 3px;
    right: 28px;
    top: 186px;
} */

.line-card {
    border-bottom: 1px solid #282b36;
    height: 5px;
    width: 100%;
    opacity: 0.3;
}

.box-diskon {
    background-color: #fabe1b;
    text-align: center;
    padding: 2px;
    border-radius: 2px;
}

.recommendation-car-price {
    padding: 16px;
    border-radius: 16px;
    float: left;
}

/* .box-car-price {
    width: 233px;
    height: 58px; 
    width: 100%;
    border: 1px solid #5F5F5F;
    border-radius: 3px;
} */

.sec-social-share {
    border-radius: 4px;
    left: 5%;
    right: 5%;
    bottom: 71px;
    padding: 10px 5px;
    position: absolute;
    z-index: 9;
}

.sec-badge-benefit {
    max-width: 230px;
    display: flex;
}

.wrapper-badge-benefit {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    /* margin: 20px 0px 10px 0px; */
    margin-top: 10px !important;
    /* margin-bottom: 17px; */
}

.badge-other-benefit {
    padding: 0px 8px !important;
    height: 16px;
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-left: 5px;
}

/* .mb-wrapper {
    margin-bottom: 18px !important;
} */

.wrapper-badge-benefit-null {
    /* margin-top: 45px; */
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    /* margin: 20px 0px; */
    margin: 12px 0px 0px 0px !important;
}

.wrapper-badge-benefit .btn-special-benefits:first-child {
    margin-left: auto;
}

.wrapper-badge-benefit .btn-special-benefits:last-child {
    margin-right: auto;
}

.btn-special-benefits {
    /* padding: 5px;
    border-radius: 5px;
    background-color: #1B2A41;
    border: 0.5px solid #FABE1B;
    display: flex;
    align-items: center; */
    /* margin-top: 20px; */
    margin: 5px;
}

.btn-special-benefits .ic-special-benefits {
    margin-right: 3px;
}

.ic-special-benefits {
    height: 16px;
}

.content-special-benefits {
    left: 0px;
    position: absolute !important;
    bottom: 0px;
}

.content-special-benefits .img-benefit-item {
    /* width: 200px; */
    height: 170px;
    /* object-fit: cover; */
}

/* mobil bekas */

.wrapper-article {
    width: 265px;
}

.wrapper-img-customer {
    overflow-x: scroll;
    max-width: 100%;
    justify-content: center;
}

/* tradein */
.wrapper-banner-tradein {
    border-radius: 16px;
    padding: 10px;
    border: 1px solid var(--White, #fff);
    background: rgba(255, 255, 255, 0.5);
}

/* price list */
.wrapper-price-list {
    max-width: 90%;
}

.dots-price-list {
    position: absolute;
    display: flex;
    transform: rotate(90deg);
    right: 40%;
    top: 22%;
    position: absolute;
    height: fit-content;
}

.dots-price-list ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.dots-price-list ul li {
    margin: 0 4px;
}

.dots-price-list ul li button {
    background: $gray-200;
    height: 8px;
    width: 35px;
    overflow: hidden;
    color: $gray-200;
    border: none;
    border-radius: 4px;
}

.dots-price-list .slick-dots li button:before {
    font-size: 8px;
}

.dots-price-list .slick-dots li.slick-active button:before {
    font-size: 12px;
    color: #c3002f;
}

@media (max-width: 576px) {
    .img-nissan-gray {
        bottom: 0px;
    }

    .wrapper-img-aboutus {
        padding: 6px;
        border-radius: 10px;
        height: 220px;
        max-width: 450px;
        object-fit: contain;
    }

    :target {
        scroll-margin-top: 80px;
    }

    .wrapper-banner-tradein {
        padding: 5px;
    }

    .next-arrow img,
    .prev-arrow img {
        transform: rotate(-90deg);
    }

    .dots-price-list {
        position: absolute;
        display: flex;
        bottom: 14%;
        left: 20%;
        transform: unset;
        right: 0;
        top: 0;
    }

    .wrapper-price-list-mobile .img-vehicle {
        height: 250px;
    }
}

@media (max-width: 322px) {
    .m-font12 {
        font-size: 10px !important;
    }

    .dots-price-list {
        left: 28%;
    }

    .wrapper-price-list-mobile .img-vehicle {
        height: 220px;
    }
}
