/* .section-1 {

} */

.banner {
    position: relative;
    min-height: 500px;
}

.slider-container {
    position: relative;
    margin-bottom: -6.5px;
}

.slick-slider {
    width: 100%;
}

.slick-slider img {
    width: -webkit-fill-available;
}

.arrow-slick {
    position: absolute;
    top: 50%;
    display: flex;
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0, -50%);
    text-align: left;
    color: #fff;
    padding: 32px 0 32px 0;
    width: 30%;
    height: fit-content;
}

.dots {
    display: flex;
    padding: 0px 50px 0px 50px;
    width: 90%;
}

.dots img {
    /* width: 100%; */
    width: 24px;
    object-fit: contain;
    padding: 0px 5px 0px 100px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 16px 0%;
    list-style: none;
    bottom: 40px;
    width: 90%;
}

.slick-dots li {
    margin: 0 0.25rem;
    opacity: 100%;
    background: #4c4f4f;
    /* border-radius: 50%; */
    /* width: 190px; */
    /* width: calc(100%/6); */
    height: 5px;
}

.slick-dots li.slick-active button {
    /* width: 100%; */
    background-color: #F3F3F3;
    /* background-image: url('assets/image/home/bg.png'); */
}

.slick-dots button {
    /* background-color: transparent; */
    padding: 0;
    display: block;
    width: 0;
    height: 5px;
    opacity: 100%;
    border: none;
    font-size: 0px;
}

.banner-title {
    font-family: 'promptsemibold';
    font-size: 32px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
}

.banner-desc {
    padding-bottom: 20px;
    font-family: 'promptregular';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
}

.btn-red {
    background-color: #ff0000;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

/* .section-2 {

} */

.test-drive-sec {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    justify-items: center;
    padding: 20px;
    gap: 14px;
}

.logo-neta {
    text-align: center;
    padding: 25px 0px 25px 0px;
}

.neta-rotating {
    text-align: center;
    padding: 25px 0px 25px 0px;
}

.wrapper-text-section-2{
    position: absolute;
    bottom: 5%;
    width: 44%;
    text-align: center;
}

.test-drive-text {
    font-family: 'promptregular';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
    /* padding: 0px 400px 0px 400px; */
}

.btn-red {
    padding: 10px 38px 10px 38px;
    border-radius: 100px;
    border-style: none;
    background: #C8102E;
    font-family: 'promptmedium';
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    cursor: pointer;
}

.btn-black {
    padding: 10px 38px 10px 38px;
    border-radius: 100px;
    border-style: none;
    background: #000000;
    font-family: 'promptmedium';
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

.section-3 {
    background: linear-gradient(135.41deg, #FFFFFF 0%, #EEF3FC 99.3%);
}

.find-dealer {
    /* height: 50vw; */
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
}

.find-dealer-title {
    font-family: 'promptregular';
    font-size: 42px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #000000;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    /* padding-top: 50px; */
}

.find-dealer-desc{
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 30px;
}

.category {
    font-family: 'promptbold';
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #728BC6;
    padding-bottom: 16px;
}

.location {
    font-family: 'promptextrabold';
    font-size: 23px;
    font-weight: 800;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

.loc-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.loc-detail {
    font-family: 'promptregular';
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #53575A;
    display: flex;
}

.icon-dealer {
    height: 16px;
    width: 16px;
}

.banner-test-drive {
    /* height: 50vw; */
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.find-dealer-sec {
    /* width: 85%;
    margin: auto;
    padding: 0 0 50px;
    gap: 105px; */
    position: absolute;
    left: 7.5%;
    top: 50%;
    transform: translate(0, -50%);
    width: 30%;
}

.card {
    display: flex;
    justify-content: space-between;
    /* padding: 20px 0px 20px 0px; */
    gap: 20px;
    flex-wrap: wrap;
}

.card-border {
    padding: 16px 32px;
    border-radius: 12px;
    gap: 32px;
    background: #FFFFFF;
    box-shadow: 8px 8px 32px 0px #3030301F;
    /* text-align: -webkit-center; */
    width: calc(100%/4);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-detail {
    padding: 0px 0px 15px 0px;
    flex-grow: 1;
}

.loc-btn {
    width: inherit;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    border-radius: 100px;
    border: none;
    gap: 5px;
    background: #231816;
    font-family: 'promptmedium';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    cursor: pointer;
    width: 100%;
    text-decoration: none;
}

/* .section-4 {

} */

.test-drive {
    display: flex;
    padding-bottom: 50px;
}

.test-drive-details {
    /* padding: 60px 160px 60px 160px; */
}

.title {
    font-family: 'promptregular';
    font-size: 42px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
}

.title span {
    color: #CE0E2D;
}

.desc {
    font-family: 'promptlight';
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    padding: 0px 0px 20px 0px;
}
.btn-class {
    display: flex;
    gap: 10px;
    /* flex-direction: column; */
}

.desktop-view {
    display: block;
}

.mobile-view {
    display: none;
}

@media screen and (max-width: 1199px) {
    .mobile-view {
        display: block;
    }

    .desktop-view {
        display: none;
    }

    /* .section-1 {

    } */

    .slick-slider-mob {
        width: 100%;
    }

    .slick-slider img {
        width: 100%;
    }

    .banner-title {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.05em;
        text-align: center;
        text-transform: uppercase;
    }

    .banner-desc {
        font-size: 12px;
        font-weight: 400;
        line-height: 19px;
        letter-spacing: 0.05em;
        text-align: center;
    }

    .text-overlay {
        width: auto;
        left: 0;
        right: 0;
        top: unset;
        bottom: 20%;
        transform: unset;
        padding: 20px;
        text-align-last: center;
    }

    .dots {
        padding: 0px 0px 0px 10px;
        margin: auto;
    }

    .dots img {
        padding: 0px;
    }

    .slick-dots button {
        width: 40px;
        font-size: 0px !important;
    }

    .slick-arrow {
        display: none !important;
    }

    /* .section-2 {

    } */

    .logo-neta {
        width: 50%;
        align-self: center;
        padding: 0px;
    }

    .banner-test-drive {
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .wrapper-text-section-2{
        position: absolute;
        bottom: 50px;
        width: 90%;
        text-align: center;
    }

    .test-drive-sec {
        display: flex;
        /* justify-items: center; */
        padding: 20px;
        /* gap: 14px; */
        flex-direction: column;
    }

    .neta-rotating {
        padding: 25px 0px 0px 0px;
    }

    .test-drive-text {
        font-family: 'promptregular';
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000000;
        padding: 0px;
    }
    .test-drive-text img{
        width: 100%;
    }

    /* .section-3 {

    } */

    .find-dealer-sec {
        position: relative;
        padding: 30px 0;
        left: 0;
        top: 0;
        transform: unset;
        width: 95%;
        margin: auto;
        text-align: center;
    }

    .find-dealer {
        height: auto;
        background-position: top;
        background-repeat: no-repeat;
    }

    .find-dealer-title {
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 0.1em;
        text-align: center;
    }

    .card {
        flex-direction: column;
        gap: 20px;
        padding: 20px 0px 20px 0px;
    }

    .card-border {
        padding: 0 0 12px;
        border-radius: 24px;
        width: 100%;
    }

    .category {
        padding: 20px;
    }

    .loc-container {
        padding: 0px 20px 0px 20px;
    }

    /* .loc-detail {
        padding: 0px 20px 0px 20px;
    } */

    .loc-btn {
       background: #000000;
       width: 90%;
       margin: auto;
    }

    /* .section-4 {

    } */

    .test-drive {
        display: flex;
        flex-direction: column;
        padding: 20px 20px 50px;
    }

    .test-drive-details {
        padding: 0;
    }

    .btn-class {
        display: flex;
        flex-direction: column;
    }

    .btn-black {
        text-align: center;
    }

    .btn-red {
        text-align: center;
        padding: 10px 100px;
    }

    .title {
        font-size: 24px;
        text-align: center;
        line-height: 36px;
        letter-spacing: 0.1em;
    }

    .desc {
        text-align: center;
    }
}

