/* css for design homepage version v5 */

/* make scrollbar transparent */
::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

/* start banner */
.main-banner {
    height: 460.8px;
    overflow: hidden;
}

.banner-slide {
    height: 100%;
    overflow: hidden;
}

@media (min-width: 1228px) AND (max-width: 1394px) {
    .main-banner {
        height: 380px;
    }
}

@media (min-width: 1395px) AND (max-width: 1535px) {
    .main-banner {
        height: 432.76px;
    }
}

@media (min-width: 1706px) AND (max-width: 1918px) {
    .main-banner {
        height: 529.17px;
    }
}

@media (min-width: 1919px) AND (max-width: 2046px) {
    .main-banner {
        height: 595px;
    }
}

@media (min-width: 2047px) {
    .main-banner {
        height: 630px;
    }
}

@media (max-width: 576px) {
    .banner-slide {
        height: 100%;
    }
}

.banner-img-0 {
    display: block !important;
}

.banner-img {
    width: 100% !important;
    display: none;
}

.slick-initialized .slick-slide {
    display: block !important;
    overflow: hidden !important;
}

.slick-slide {
    -webkit-transform: translate3d(0, 0, 0);
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-slide {
    -webkit-backface-visibility: hidden;
}

/* end banner */

/* start section search vehicle */

.card-vehicle-brand {
    background-repeat: no-repeat;
    height: 170px;
    width: 130px;
    background-position-x: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.img-vehicle-logo {
    height: 40px;
    opacity: 0.9;
}

.card-vehicle-brand:hover .img-vehicle-logo {
    opacity: 1;
}

.card-vehicle-recomendation {
    justify-content: center;
    align-items: center;
    width: 270px;
}

.img-vehicle-recomendation {
    height: 140px;
}

.badge-new {
    position: absolute;
    top: 14%;
    right: 28%;
}

.btn-card-vehicle-recomendation {
    opacity: 0;
    transition: 0.5s ease;
}

.wrapper-card-recomendation-track:hover .btn-card-vehicle-recomendation {
    opacity: 1;
}

@media (max-width: 576px) {
    .card-vehicle-brand {
        height: 155px;
    }

    .card-vehicle-recomendation {
        width: 190px;
    }

    .badge-new {
        right: 18%;
    }
}

/* end section search vehicle */

/* section new vehicle */

.sec-new-vehicle {
    height: 560px;
}

.wrapper-sec-new-vehicle {
    position: absolute;
    top: 65px;
    bottom: 0;
    max-width: 124%;
    width: 124%;
    overflow-x: hidden;
    left: -145px;
}

.list-sec-new-vehicle {
    width: 100% !important;
    overflow-x: scroll;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.title {
    background-color: #1a1c23 !important;
    padding: 0px;
    width: 44%;
    margin-top: -9px;
    margin-left: 17px;
    font-size: 12px !important;
}

.vehicle-image {
    height: unset;
}

@media (min-width: 1537px) {
    .wrapper-sec-new-vehicle {
        position: absolute;
        top: 64px;
        bottom: 0;
        max-width: 121%;
        width: 121%;
        overflow-x: hidden;
        left: -145px;
    }
}

@media (min-width: 1707px) {
    .wrapper-sec-new-vehicle {
        position: absolute;
        top: 64px;
        bottom: 0;
        max-width: 119%;
        width: 119%;
        overflow-x: hidden;
        left: -145px;
    }
}

@media (max-width: 576px) {
    .sec-new-vehicle {
        height: 510px;
    }

    .wrapper-sec-new-vehicle {
        position: absolute;
        top: 75px;
        bottom: 0;
        max-width: 110%;
        width: 110%;
        overflow-x: hidden;
        left: -20px;
        height: 510px;
    }

    .list-sec-new-vehicle {
        padding: 0px 20px;
    }
}

/* end section new vehicle */

/* start section vehicle luxury */

/* start img vehicle hover */

.img-vehicle {
    transition: 2s;
}

.img-cover {
    width: 100%;
    height: 319px;
    object-fit: cover;
}

.img-vehicle-wrapper:hover .img-vehicle {
    transform: scale(1.1);
}

.img-vehicle-overlay {
    background-color: black;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    width: 100%;
    height: -webkit-fill-available;
    opacity: 0;
    transition: 0.5s ease;
}

.img-vehicle-wrapper:hover .img-vehicle-overlay {
    opacity: 0.8;
}

.img-vehicle-caption {
    color: white;
    font-size: 20px;
    font-weight: 500;
    opacity: 0;
    top: 0;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 24px;
    padding: 0px 15px;
}

.img-vehicle-wrapper:hover .img-vehicle-caption {
    opacity: 1;
}

@media (max-width: 576px) {
    .img-vehicle-caption {
        left: 0px;
        font-size: 16px;
    }
}

/* end img vehicle hover */

/* start img vehicle detail mobile */

.img-box {
    width: 100%;
    padding-bottom: 90%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    opacity: 1;
    cursor: pointer;
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 0px;
}

.img-box.active,
.img-box:hover {
    opacity: 1;
}

.img-box-big {
    width: 100%;
    height: 345px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    float: left;
    position: relative;
}

.img-box-overlay {
    background-color: black;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    width: 100%;
    height: -webkit-fill-available;
    opacity: 0.6;
    transition: 0.5s ease;
}

/* end img vehicle detail mobile */

/* end section vehicle luxury */

/* new card brand design */
.card-brand {
    position: relative;
    border: none;
    border-radius: 8px;
    overflow: hidden;
}

/* new card recomendation design */
.wrapper-card-recomendation {
    margin-bottom: 16px;
    padding: 0px 50px;
}

.card-recomendation {
    background: radial-gradient(
        49.89% 26.4% at 50.11% 63.57%,
        #243b55 2.18%,
        #0e0f13 100%
    );
    box-shadow: 0px 10px 31px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    padding: 32px;
    width: 300px;
}

@media (max-width: 576px) {
    .container > div {
        flex: 50%;
        box-shadow: 0 0 0 1px black;
        margin-bottom: 10px;
    }

    .sec-logo-brand {
        display: flex;
        flex-wrap: wrap;
    }

    .card-brand {
        flex: 1 0 30%;
        margin: 5px;
    }

    .card-other-brand {
        width: 100%;
    }

    .card-recomendation {
        padding: 32px 55px;
    }

    .wrapper-card-recomendation-mobile {
        display: flex !important;
        flex-wrap: unset !important;
    }
}

.img-new-vehicle-card {
    /* width: 295px;
    height: 200px; */
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

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

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

.recommendation-car-box {
    width: 300px;
    padding: 16px 16px 16px 16px;
    background: #f7fbff;
    border-radius: 4px;
    position: relative;
    height: 100%;
}

.recommendation-car-title {
    height: 50px;
    margin-bottom: 10px;
}

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

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

.box-diskon {
    background-color: #d89216;
    text-align: center;
    padding: 2px;
    border-radius: 2px;
    color: black !important;
}

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

.wrapper-badge-benefit {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    margin-top: 3px;
}

.wrapper-badge-benefit-null {
    margin-top: 10px;
}

.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 {
    margin: 5px;
    height: 16px;
    margin-top: 10px;
}

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

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

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

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

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

.slick-dots {
    position: absolute;
    bottom: 10%;
    text-align: left;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots li button {
    display: block;
    width: 20px;
    height: 2px;
    padding: 0;
    border: none;
    background-color: whitesmoke;
    text-indent: -9999px;
    opacity: 0.4;
}

.slick-dots li.slick-active button {
    background-color: white;
    opacity: 1;
}

.slick-prev:before,
.slick-next:before {
    color: red;
}

.input-group-text {
    background-color: #f2f2f2 !important;
    border: none;
    padding: 0.25rem 0 0.25rem 1rem !important;
}

.form-control,
.form-control::placeholder {
    color: #546183 !important;
}

.card {
    border-radius: 8px;
}

hr {
    border: 1px solid #dbdbdb !important;
}

.list-group-item {
    background-color: transparent;
    padding: 8px 0px;
    border: none;
}

.container.px-md-4 {
    margin-top: -10rem;
}

.form-control,
.form-select {
    line-height: 225%;
}

.card-content-step {
    width: 100%;
    height: 376px;
    position: relative;
}

.card-content-reason-step {
    width: 100%;
    position: relative;
}

/* last step */

/* new card step by step design */
.circle-number {
    display: flex;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 25px;
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 38px;
    height: 30px;
}

.card-content-steps {
    margin-bottom: 20px;
    width: 48% !important;
}

.bg-sec-steps {
    background-repeat: no-repeat;
    background-size: 100%;
}

@media (max-width: 576px) {
    .recommendation-car-box-end {
        height: 495px;
    }

    .card-content-steps {
        margin-bottom: 0px;
        width: 100% !important;
    }

    .border-bottom-steps {
        border-bottom: 1px solid #febd11;
        margin-bottom: 30px;
    }

    .badge-other-benefit {
        margin-top: 15px;
    }

    .bg-sec-steps {
        background-size: auto;
    }

    .text-desc-step p {
        font-size: 14px;
    }
}

.box-car-price {
    width: 233px;
}

.text-car-price {
    padding: 10px 15px;
}

.title {
    background-color: white;
    padding: 0px;
    width: 64%;
    margin-top: -14px;
    margin-left: 17px;
}

.text {
    display: flex;
    justify-content: start;
}

/* start goodcar fair */

.sec-countdown-goodcar-fair {
    background: linear-gradient(
            0deg,
            rgba(32, 35, 42, 0.75) 0%,
            rgba(32, 35, 42, 0.75) 100%
        ),
        url(<path-to-image>), lightgray 50% / cover no-repeat;
    background-blend-mode: normal, overlay;
    background-repeat: no-repeat;
    background-size: cover;
}

.desc-countdown-goodcar-fair p {
    margin-bottom: 0px;
}

/* end goodcar fair */

/* start section social media */

.sec-social-media {
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper-outer-social-reference {
    overflow: hidden;
    border: 2px solid #dbdcdb;
    border-radius: 16px;
    /* width: 100%; */
    height: fit-content;
    flex-shrink: 0;
}

.wrapper-inner-social-reference {
    background-color: #1a1c23;
    padding: 8px;
    display: flex;
    justify-content: center;
}

.wrapper-inner-social-reference img {
    width: 190px;
    height: 276px;
    object-fit: cover;
}

/* end section social media */

/* New Design HomePage */
.wrapper-card-content {
    padding-right: 55px;
    width: 576px;
    background: transparent;
    display: flex;
    align-items: center;
    height: auto;
    margin-top: 30px;
}

.wrapper-card-content .desc-subtitle p {
    margin: 0px;
    font-family: "Regular";
    line-height: 24px;
}

.card-toogle {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 306px;
    height: 58px;
    background: #1a1c23;
    border-radius: 100px;
    justify-content: space-between;
}

.active-toogle {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px 32px;
    width: 148px;
    height: 48px;
    background: #fabe1b;
    border: 1px solid #e9b016;
    border-radius: 100px;
    color: #1b2a41 !important;
    margin-left: 7px;
    margin-right: 7px;
    font-family: "Regular";
}

.inactive-toogle {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px 32px;
    width: 148px;
    height: 48px;
    border: none;
    background-color: transparent;
    color: #adb5bd !important;
}

.search-box {
    height: 100px;
    border-radius: 3px;
    width: 100%;
    align-items: center;
    padding: 0px 60px;
    position: absolute;
    top: -25px;
}

.btn-form-search-box {
    position: absolute;
    right: 8px;
    top: 14%;
}

.icon-search {
    position: absolute;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #dcd7c9;
    padding: 10px 5px 0px 30px;
    font-size: 16px;
    justify-content: flex-start;
}

.field-search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 3px 25px 0px 60px;
    gap: 16px;
    width: 100%;
    height: 53px;
    left: 24px;
    top: 24px;
    border-radius: 8px;
    border: none;
    background: var(--Background-Dark-2, #2a3139);
}

.field-search::placeholder {
    color: #dcd7c9 !important;
    font-size: 16px;
    font-family: "WorkSans-Regular";
}

.field-search-focus {
    border-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.field-search-active {
    border: 1px solid white;
    border-bottom: 0px;
}

.modal-field-search-focus {
    border: 1px solid white;
    border-top: 0px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.field-search-url {
    color: white;
}

.field-search-url:hover {
    color: #fabe1b !important;
}

.hr-side-search-box {
    height: 1px;
    background-color: #2a3139;
}

.hr-center-search-box {
    height: 1px;
    background-color: #414c58;
}

::placeholder {
    color: white !important;
    font-size: 16px !important;
}

.select-bar {
    height: 48px;
    left: 564px;
    width: 100%;
    border: none;
    color: whitesmoke;
    border-radius: 0px !important;
}

.select-bar .select2-container .select2-selection--single {
    background: none;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0px !important;
    height: 53px !important;
}

.select-bar
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: white !important;
    padding-top: 5px !important;
    font-size: 16px;
}

.select-bar .select2-results__option {
    font-size: 14px !important;
}

.btn-search-box {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 40px;
    left: 972px;
    background: #ffffff;
    border: 1px solid #f8f9fa;
    box-shadow: 0px 0px 5px rgb(113 75 1 / 30%);
    border-radius: 100px;
}

.m-recomendation-tabs {
    margin: 0px 170px;
}

/* banner slider slick */
.slick-slider .slick-list {
    /* height: 700px !important; */
    margin: 0 -9px;
}

.slick-slider {
    overflow: hidden;
}

.slick-list {
    margin: 0 -9px;
}

.item {
    padding: 0 9px;
}

/* end banner slider slick */

/* section testimoni */

.sec-testimoni {
    /* background-image: url('../images/bg-sec-testimoni.png'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-testimoni {
    width: 160px !important;
    /* width:560px !important; */
    /* height: 282px; */
    height: 264px;
    background: #ffffff;
}

.desc-testimoni {
    display: none;
    padding: 22px 20px 24px 35px;
    opacity: 0.5;
}

.desc-testimoni-active {
    opacity: 1 !important;
}

.img-profile-testimoni {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.arrow-left-testimoni {
    color: white;
    border: 1px solid white;
    border-radius: 100%;
    padding: 0px 3px;
    top: 45%;
    position: absolute;
    z-index: 9;
    left: 15px;
    background: transparent;
}

.arrow-right-testimoni {
    color: white;
    border: 1px solid white;
    border-radius: 100%;
    padding: 0px 3px;
    top: 45%;
    position: absolute;
    z-index: 9;
    right: 15px;
    background: transparent;
}

.slick-width {
    width: 180px !important;
}

.testimoni-slide .slick-list {
    height: 280px !important;
    padding: 0px 0px 0px 20px !important;
    /* margin: 0px 0px 0px -155px !important; */
    margin: 0px 0px 0px 0px !important;
    /* padding-left: 22px !important; */
}

.testimoni-slide .overlay {
    background-color: #1b2a41;
    opacity: 0.2;
    height: 100%;
}

.testimoni-slide .slick-cloned .overlay-yellow {
    background-color: #775b10;
    height: 265px;
    opacity: 0.5;
    position: relative;
}

.testimoni-slide .slick-center .overlay-blue,
.testimoni-slide .slick-center .overlay-yellow {
    display: none;
}

.overlay-blue {
    background-color: #1b2a41;
    height: 265px;
    opacity: 0.5;
    position: relative;
}

.overlay-yellow {
    background-color: #775b10;
    height: 265px;
    opacity: 0.5;
    position: relative;
}

.no-overlay {
    display: none;
}

.testimoni-slide .slick-slide {
    width: 180px;
    /* margin: 0px 25px 0px -115px  !important; */
    /* width: 180px !important; */
}

.testimoni-slide .slick-active {
    width: 180px !important;
    /* width: 280px !important; */
}

.testimoni-slide .slick-center {
    width: 580px !important;
    /* width: 680px !important; */
}

.testimoni-slide .slick-center .card-testimoni {
    width: 560px !important;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.testimoni-slide .slick-center .overlay {
    opacity: 0;
}

.testimoni-slide .slick-center .img-profile-testimoni {
    width: 30%;
}

.testimoni-slide .slick-center .desc-testimoni {
    display: block;
    /* background-color: white; */
    margin-left: 160px;
    /* margin-top: -283px; */
    margin-top: -268px;
}

.wrapper-bg-mobile-testimoni,
.bg-mobile-testimoni {
    display: none;
}

.testimoni-slide .text-testimoni p {
    margin: 0px;
}

/* new card testimoni design */
.card-title-testimoni {
    /* padding: 12px 32px;
border-radius: 16px;
right: 220px;
    position: absolute;
    margin-top: -25px; */
    /* padding-right: 100px; */
    padding: 12px 24px;
    border-radius: 16px;
    /* position: absolute; */
    /* margin-top: 50px; */
    z-index: 9;
    left: 43%;
    /* margin-right: 60px */
}

.wrapper-card-title-testimoni {
    padding-left: 30%;
    position: absolute;
    margin-top: -20px;
}

.bg-wave-sec-testimoni {
    /* background-image: url('../images/bg-wave-sec-testimoni.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center; */
    margin-bottom: 30px;
}

.wrapper-desc-testimoni {
    /* padding-right: 50px; */
    /* margin-top: -25px; */
    /* padding: 60px 5%; */
    /* border-radius: 5% 5% 5% 5% / 40% 40% 40% 40%; */
    padding: 24px;
    border-radius: 24px;
    background: var(--dark-dark-light, #1a1c23);
    height: 300px;
    width: 500px;
}

/* the slides */
.slick-slider {
    overflow: hidden;
}

/* the parent */
.slick-list {
    margin: 0 -9px;
}

/* item */
.desc-testimoni {
    padding: 0 9px;
}

/* .slick-slide {
    background: red !important;
}

.slick-slide.slick-current {
    background: yellow !important;
} */

#slider {
    margin: 0px auto;
    /* width:600px; */
    /* height: 240px; */
    padding: 5px;
    /* box-shadow: 0 0 20px rgba(0,0,0,1); */
    position: relative;
}

.slide {
    list-style: none;
}

/* #slider>li {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;

} */

@media (max-width: 1024px) and (min-width: 769px) {
    .bg-wave-sec-testimoni {
        background-size: contain;
    }

    .img-user-testimoni {
        width: 280px !important;
    }
}

@media (min-width: 1700px) {
    .wrapper-desc-testimoni {
        width: 550px;
    }
}

@media (min-width: 1800px) {
    .img-user-testimoni {
        margin-right: -35px;
    }

    .wrapper-desc-testimoni {
        width: 610px;
    }

    /* .wrapper-desc-testimoni {
        padding-right: 13%;
        margin-left: 40px;
        padding: 0px 10%;
    } */
}

/* .testimoni-slide2{
    overflow: visible !important;
} */

/* .testimoni-slide2-wrapper .slick-slider{
    overflow: visible !important;
    width: 80% !important;
} */

/* .slick-slide {
    opacity: 0;
    visibility: hidden;
  }
  
  .slick-slide.slick-active {
    opacity: 1;
    visibility: visible;
  } */

/* .testimoni-slide2-wrapper .slick-initialized .slick-slide{
    display: none !important;
  }
  .testimoni-slide2-wrapper .slick-initialized .slick-active{
    display: block !important;
  } */

.testimoni-slide2 .slick-list {
    overflow: visible !important;
}

.testimoni-slide2 .slick-slider {
    position: static;
    overflow: hidden;
}

.testimoni-slide2-wrapper .slick-slider .img-user-testimoni {
    overflow: visible !important;
    margin-left: 80px;
}

.img-user-testimoni {
    margin-top: -75px;
    width: 290px;
    margin-left: 50px;
}

.testimoni-slide2-wrapper {
    position: relative;
}

@media (max-width: 576px) {
    .sec-testimoni {
        margin-top: -1px;
        margin-bottom: -1px;
        height: unset;
    }

    .img-user-testimoni {
        /* width: 100%; */
        /* height: fit-content; */
        margin-top: 0px;
        margin-right: -15px;

        bottom: 15px;
        /* width: 130px !important; */
        position: absolute;
        left: -50px;
        height: 215px;
        width: auto;
    }

    .card-title-testimoni {
        padding: 10px 9px;
        border-radius: 16px;
        display: flex;
        /* right: 35px; */
        /* margin-top: -15px; */
    }

    /* #slider {
        height: 290px;
    } */

    .wrapper-desc-testimoni {
        /* padding: 40px 20px; */
        width: 100%;
    }

    .desc-testimoni {
        opacity: 1;
    }

    .bg-wave-sec-testimoni {
        margin-bottom: 0px;
        background-size: 100% 180px;
    }

    .wrapper-desc-testimoni span p {
        margin: 5px;
    }

    .text-desc-testimoni {
        font-size: 14px !important;
        line-height: 150% !important;
    }
}

@media (max-width: 375px) {
    #slider {
        /* height: 220px !important; */
        background-size: 100% 175px !important;
    }

    .bg-wave-sec-testimoni {
        margin-bottom: 0px;
        background-size: 100% 157px;
    }

    .img-user-testimoni {
        bottom: 8px;
        height: 181px;
    }

    /* .wrapper-desc-testimoni {
        padding: 20px 10px 10px 5px;
    } */
}

@media (max-width: 320px) {
    .bg-wave-sec-testimoni {
        margin-bottom: 0px;
        background-size: 100% 144px;
    }

    .card-title-testimoni span {
        font-size: 12px !important;
        padding: 2px 5px 0px 10px;
    }

    .wrapper-desc-testimoni span {
        padding: 5px 5px 5px 10px;
        margin-top: -7px;
    }

    /* #slider {
        height: 157px;
    } */

    /* .wrapper-desc-testimoni {
        padding: 25px 10px 5px 25px
    } */
}

/* end section testimoni */

/* start section alasan beli mobil */
.wrapper-content-reason {
    padding-left: 50px;
    padding-top: 20px;
}

.img-ceklis-reason {
    width: 90%;
    /* margin-left: 10px;
    margin-right: 10px */
}

.wrapper-content-reason-item {
    margin-left: -20px;
}

/* new card alasan beli mobil design */
.bg-sec-why {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.img-youtube-sample {
    width: 518px;
    height: 298px;
    object-fit: cover;
}

.wrapper-iframe {
    padding: 10px 8px 4px 8px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iframe-why {
    width: 451px;
    height: 254px;
}

.wrapper-iframe p {
    margin: 0px !important;
}

.wrapper-iframe p iframe {
    width: 522px;
    height: 302px;
}

.btn-search-car {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 972px;
    border-radius: 8px;
    background: var(--Primary, #d89216);
    box-shadow: 0px 0px 5px rgb(113 75 1 / 30%);
    padding: 12px 24px;
}

@media (max-width: 1024px) {
    .wrapper-iframe p iframe {
        width: 400px;
        height: 254px;
    }
}

@media (max-width: 576px) {
    .iframe-why {
        width: 355px;
        height: 254px;
    }

    .wrapper-iframe p iframe {
        width: 350px;
        height: 254px;
    }

    .img-youtube-sample {
        width: 100%;
        height: unset;
    }
}

@media (max-width: 375px) {
    .iframe-why {
        width: 340px;
        height: 254px;
    }

    .wrapper-iframe p iframe {
        width: 340px;
        height: 254px;
    }
}

@media (max-width: 320px) {
    .iframe-why {
        width: 285px;
        height: 254px;
    }

    .wrapper-iframe p iframe {
        width: 285px;
        height: 254px;
    }
}

/* end section alasan beli mobil */

/* section artikel */

.sec-article {
    height: 500px;
}

.wrapper-sec-article {
    position: absolute;
    top: 50px;
    bottom: 0;
    max-width: 124%;
    width: 124%;
    overflow-x: hidden;
    left: -145px;
}

.list-sec-article {
    width: 100% !important;
    overflow-x: scroll;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.card-article {
    width: 292px;
    height: 405px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: 0.5s ease;
}

.card-article-null {
    width: 125px;
    height: 412px;
}

.desc-faq p {
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 200%;
    margin-bottom: 0px;
}

@media (min-width: 1537px) {
    .wrapper-sec-article {
        position: absolute;
        top: 64px;
        bottom: 0;
        max-width: 121%;
        width: 121%;
        overflow-x: hidden;
        left: -145px;
    }
}

@media (min-width: 1707px) {
    .wrapper-sec-article {
        position: absolute;
        top: 64px;
        bottom: 0;
        max-width: 119%;
        width: 119%;
        overflow-x: hidden;
        left: -145px;
    }
}

.content-article {
    padding: 24px;
    bottom: 0px;
    position: absolute;
    background: linear-gradient(
        1deg,
        #1a1c23 26.78%,
        rgba(30, 30, 30, 0) 89.42%
    );
}

.content-article-last {
    padding: 128px 24px;
}

.img-article img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    width: 310px;
    height: 405px;
    object-fit: cover;
}

.content-article-hover {
    padding: 24px;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    background-color: #008cba;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.6s ease;
}

.wrapper-article:hover .content-article-hover {
    height: 100%;
    bottom: 0px;
}

#slideRight,
#slideLeft {
    cursor: pointer;
}

.content-article-detail {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.btn-detail-all {
    border: 1px solid #ffffff;
    border-radius: 24px;
    padding: 10px 24px;
    margin: auto;
}

.btn-detail-article {
    border: 1px solid var(--Light, #dcd7c9);
    border-radius: 8px;
    padding: 12px 16px;
    margin: auto;
}

@media (max-width: 576px) {
    .card-article {
        width: 290px;
    }

    .content-article-hover {
        padding: 20px;
    }

    .wrapper-sec-article {
        position: absolute;
        top: 40px;
        bottom: 0;
        max-width: 110%;
        width: 110%;
        overflow-x: hidden;
        left: -20px;
        height: 430px;
    }

    .sec-article {
        height: 460px;
    }

    #wrapper-article-0 {
        margin-left: 20px;
    }

    #wrapper-article-end {
        margin-right: 15px;
    }
}

/* end section artikel */

/* start section faq */

.sec-faq {
    background-repeat: no-repeat;
    background-size: cover;
}

/* masonry layout css */

/* clear fix */
/* .grid:after {
    content: '';
    display: block;
    clear: both;
} */

.grid-sizer,
.grid-item {
    width: 32.7%;
}

.grid-item {
    float: left;
    margin-bottom: 10px;
}

@media (max-width: 576px) {
    .btn-read-more {
        padding: 12px 16px;
        width: 132px;
        height: 40px;
        border: 1px solid #ffffff;
        border-radius: 20px;
    }
}

/* end section faq */

/* start btn tanya unit */

.btn-tanyaunit {
    position: fixed;
    z-index: 200;
    padding: 16px;
    border-radius: 40px;
    display: flex;
    gap: 10px;
    right: 15px;
    bottom: 25px;
}

/* end btn tanya unit */

/* start modal banner */
#modalBanner {
    position: fixed !important;
    top: 20%;
    width: 65%;
    left: 17%;
    z-index: 9999999 !important;
    display: none;
    background: #b9bdc4;
    padding: 10px;
    border: 2px solid white;
    border-radius: 8px;
    overflow: hidden;
    border-radius: 20px;
}

#modal-content {
    font-size: 15pt;
    height: 100%;
}

#close {
    background: black;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
}

#btn-close,
#tombol {
    color: #1b2a41;
    border: 0px;
    background: transparent;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#btn-close i {
    font-size: 16px;
    color: white;
}

#bg-modal {
    opacity: 0.8;
    position: absolute;
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1001;
    opacity: 0.5;
}

#tombol {
    background: #e74c3c;
}

.img-modal {
    width: 100%;
    border-radius: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.w-110 {
    width: 110px;
}

@media (max-width: 576px) {
    #modalBanner {
        top: 17%;
        width: 80%;
        left: 10%;
        padding: 8px;
    }

    #btn-close i {
        font-size: 16px;
        color: white;
    }

    #close {
        width: 20px;
        height: 20px;
    }
}

/* end modal banner*/

/* start live chat */
.svelte-1xkyjie {
    font-family: medium;
}

/* end live chat */

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .space-card {
        margin-right: 10px !important;
    }

    .review-image {
        margin-top: 0px;
    }
}

/* SMARTPHONE */
@media (max-width: 576px) {
    /* .main-banner{min-height: 576px;background-repeat: no-repeat;background-size: cover;background-position: center;} */
    .main-banner {
        /* min-height: 370px; */
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding-top: 64px;
        margin-bottom: -36px;
        height: 270px;
        overflow: hidden;
        background-color: #20232a;
    }

    .slick-slider .slick-list {
        height: auto !important;
        margin: 0 -9px;
    }

    .slick-slide .banner-img {
        width: 100% !important;
        /* height: 330px !important; */
        object-fit: cover;
    }

    .m-banner-slide {
        margin-top: -65px;
        /* height: 260px !important; */
    }

    ::placeholder {
        font-size: 12px !important;
        color: white;
    }

    .car-slide-container {
        width: 100%;
        overflow: hidden;
        float: left;
        margin-top: -300px;
        height: 300px;
        padding-top: 120px;
    }

    .car-slide img {
        float: left;
        height: 170px;
    }

    .recommendation-item {
        width: 120px;
    }

    .recommendation-car-box {
        /* padding: 40px 16px 16px 16px;margin-top: -50px; */
        width: 300px;
        /* height: 310px; */
        padding: 16px;
        background: #f7fbff;
        border-radius: 6px;
        flex-shrink: 0;
        /* margin-top: -30px; */
        /* margin: -50px auto auto auto; */
    }

    /* .recommendation-car-image-box img{height: 150px;} */
    /* .recommendation-car-image-box img {
        height: 100%;
    } */

    .recommendation-car-title {
        height: 45px;
    }

    .wrapper-badge-benefit {
        margin-top: -3px;
    }

    .wrapper-badge-benefit-null {
        margin-top: 10px;
    }

    .price-check-box {
        padding: 16px;
        border-radius: 8px;
    }

    .price-check-img {
        width: 24px;
        height: 24px;
    }

    .btn-special-benefits {
        margin-top: 15px;
    }

    .review-image {
        height: 180px;
        margin-top: -30px;
    }

    .w-75 {
        width: 100% !important;
    }

    .subtitle {
        margin-top: 1rem;
    }

    .regular.light,
    .regular.py-4,
    .regular.pb-3 {
        font-size: 14px;
    }

    h2 {
        font-size: 24px;
    }

    .large {
        font-size: 16px;
    }

    .regular.pantone-7545 {
        font-size: 14px;
    }

    .subtitle.pantone-534 {
        font-size: 18px;
    }

    .container.px-md-4 {
        margin-top: -9rem;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .sm-textcenter {
        text-align: center !important;
    }

    .img-premiumcar {
        width: 80%;
    }

    .card-content-step {
        width: 249px;
        height: 376px;
        position: relative;
        margin-bottom: 60px;
    }

    .wrapper-card-toogle {
        /* top: -15px;
        width: 100%;
        margin-top: -229px; */
        /* margin-top: -225px; */

        padding: 20px;
        /* top: 60px; */
        top: 100px;
        width: 100%;
        /* margin-top: -165px; */
        margin-top: -100px;
        z-index: -9;
        background-color: #1a1c23;
    }

    .wrapper-card-content {
        padding: 0px;
        width: 100%;
        display: flex;
        align-items: center;
        /* height: 94%; */
        /* top: -215px; */

        /* top: -198px; */
        /* margin-top: 15px; */

        /* height: 65%; */
        top: -165px;
        /* margin-top: -160px; */

        margin-top: 25px;
        /* background-color: red; */
        height: auto;
    }

    .title-banner {
        /* line-height: 0.7; */
        /* margin-top: 100px; */
        margin-bottom: 10px;
    }

    .wrapper-card-content .desc-subtitle p {
        margin: 0px;
        font-family: "Light", sans-serif;
    }

    .search-box {
        display: block;
        margin-top: -30px;
        padding: 0px;
        height: 50px;
    }

    .icon-search {
        padding: 7px 0px 0px 12px;
    }

    .field-search {
        height: 50px;
        padding: 0px 15px 0px 41px;
    }

    .modal-field-search {
        padding: 5px 24px 24px 24px;
    }

    .hr-bottom-search-box {
        background: #414c58;
        height: 1px;
    }

    .select2-container .select2-selection--single {
        border-radius: 8px;
        padding: 20px 16px !important;
        height: fit-content !important;
    }

    .icon-dropdown {
        position: absolute;
        margin-right: 60px !important;
        margin-top: 13px;
    }

    .wrapper-title-search {
        margin-bottom: 5px;
        margin-left: 0px;
        position: inherit;
    }

    .card-toogle {
        width: 100%;
        padding: 0px;
        height: 45px;
        background-color: #0e0f13;
    }

    .active-toogle,
    .inactive-toogle {
        height: 35px;
        font-size: 14px;
        padding: 5px 10px;
        display: block;
        font-weight: 600;
    }

    .select-bar {
        width: 100%;
        background-color: #1a1c23;
    }

    .btn-search-box {
        /* width: 140px;
        height: 35px;
        margin-top: 15px !important; */
        margin: auto;
        font-size: 14px;
        height: 40px;
        margin-top: 35px !important;
    }

    ::placeholder {
        font-size: 14px !important;
    }

    .m-recomendation-tabs {
        margin: 0px;
    }

    .m-d-block {
        display: block !important;
    }

    .title {
        width: 51%;
    }

    .select-bar
        .select2-container--default
        .select2-selection--single
        .select2-selection__rendered {
        color: white !important;
        font-size: 14px;
        padding-left: 16px !important;
    }

    .testimoni-slide .slick-list {
        height: 280px !important;
        margin: 0px !important;
    }

    .testimoni-slide .slick-active {
        width: 560px !important;
    }

    .testimoni-slide .card-testimoni {
        width: 70% !important;
        /* height: 320px !important; */
        height: 285px !important;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .testimoni-slide .img-profile-testimoni {
        display: none;
    }

    .testimoni-slide .desc-testimoni {
        display: block;
        top: 0px;
        right: 0px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        width: 70%;
        padding: 24px 0px 30px 40px;
    }

    .testimoni-slide .img-quotes-testimoni {
        width: 5% !important;
        height: auto;
        margin: 0px;
    }

    .testimoni-slide .overlay {
        opacity: 0;
        display: none;
    }

    .testimoni-slide .text-testimoni {
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        line-height: 15px;
    }

    .overlay-blue,
    .overlay-yellow {
        background-color: #1b2a41;
        height: 280px;
        opacity: 0.2;
        position: absolute;
        width: 100%;
    }

    .wrapper-bg-mobile-testimoni,
    .bg-mobile-testimoni {
        display: block;
    }

    .bg-mobile-testimoni {
        opacity: 0.3;
        position: absolute;
        width: 100vw;
        object-fit: cover;
        top: -30px;
    }

    .wrapper-content-reason {
        padding-left: 0px;
    }

    .wrapper-content-reason-item {
        margin-left: -5px;
    }

    .img-ceklis-reason {
        width: 20px;
    }

    .m-btn-full {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .slick-slide .banner-img {
        width: 100% !important;
        /* height: 330px !important; */
        object-fit: cover;
    }
}

@media (max-width: 320px) {
    .slick-slide .banner-img {
        height: 225px !important;
    }
}

/* @media (max-width: 375px) AND (min-width:320px) {
    .search-box {
        margin-top: 140px;
    }
} */
