.bg {
    height: 40vw !important;
    background-image: url(../../images/car-model/tucson/tucson-nx4-2023-kv-pc.jpg);
    /* margin-top: 5rem; */
    width: 100%;
    text-align: center;
    transition: transform 0.5s ease;
    height: auto;
    object-fit: cover;
    background-size: cover;
    background-position: center;
}

.cover {
    width: 100%;
    height: auto;
}

.title h1 {
    padding-top: 20px;
    position: relative;
    font-size: 4.5rem;
    /* line-height: 120px;
    letter-spacing: 0px; */
    color: #000;
    /* text-align: left;
    top: 31%; */
    left: -24%;
    /* transform: translate(-50%, -50%); */
}

@media (max-width: 998px) {
    .title h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .bg {
        height: 70vw !important;
    }
    /* .bg img {
        margin-top: 6rem;
        margin-top: 1rem;
    } */
    .title h1 {
        font-size: 1.9rem;
        left: -22%;
        padding-top: 20px;
        /* top: 27%;
        transform: translate(-50%, -50%); */
    }
}

/*-------------------- Cover About Us End-------------------- */

/* --------------------button up css start -------------------- */

#myBtnup {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgba(0, 170, 210, 1);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtnup:hover {
    color: rgba(0, 170, 210, 1);
    background-color: rgba(255, 255, 255, 0.1);
}

/* --------------------button up css end -------------------- */

/* /////////////////////////////Tab sticky css////////////////////// */

.dl-brochure-tab img {
    width: 15px;
    margin-left: 5px;
}

.active-highlight {
    color: #002c5f;
}

/* 
.dl-brochure-tab {
    display: contents;
} */

.pad-20 {
    padding: 10px;
}

.icon-img {
    margin-right: 20px;
}

.navbar {
    padding-top: 0 !important;
}

.bg-color {
    background-color: #002c5fff;
}

.pad-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
}

.no-margin {
    margin: 0 !important;
}

.req-inq,
.deatails-tab {
    width: 100% !important;
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    margin-bottom: 0px !important;
}

.req,
.inq {
    height: 70px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.sticky-nav-one {
    position: sticky !important;
    top: 0;
    z-index: 1100;
    display: list-item !important;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center !important;
}

.testDrive,
.inquiry {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.details-tab {
    gap: 22px !important;
}

.justify-content-space-around {
    justify-content: space-around !important;
}

@media (max-width: 995px) {
    .details-tab {
        gap: 10px !important;
        display: contents !important;
    }
    .request-hide {
        display: none;
    }
    .nav-item .nav-link {
        flex-direction: column;
        max-height: 55px;
    }
    .icon-img {
        margin-right: 0px;
    }
    .display-none {
        display: none !important;
    }
    .testDrive,
    .inquiry {
        font-size: 16px;
    }
    .no-margin {
        padding: 10px 0;
    }
    .pad-70 {
        padding: 10px 15px;
    }
}

@media (max-width: 768px) {
    .pad-20 {
        padding: 5px;
    }
    .justify-content-space-around {
        gap: 3px !important;
        /* display: contents !important; */
    }
    .req-inq,
    .details-tab {
        /* flex-direction: column; */
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        padding: 0px !important;
    }
    .request-hide {
        display: none;
    }
    .nav-item .nav-link {
        flex-direction: column;
        max-height: 55px;
    }
    .icon-img {
        margin-right: 0px;
        width: 25px;
    }
    .display-none {
        display: none !important;
    }
    .testDrive,
    .inquiry {
        font-size: 12px;
    }
    .no-margin {
        padding: 10px 0;
    }
    .pad-70 {
        padding: 5px 15px;
    }
    .text-tab a {
        font-size: 14px !important;
    }
}

/* ///////////////////////////Tab sticky css end////////////////////// */

/* --------------------------start container css --------------------- */

.pad-10 {
    padding-top: 100px !important;
}

@media (max-width: 768px) {
    .pad-10 {
        padding-top: 50px !important;
    }
}

/* --------------------------end container css --------------------- */

/* ---------------------start section css --------------------- */

section {
    display: grid;
    margin-top: 100px;
}

.row-details {
    margin-top: 50px;
    align-items: center;
}

.row-details p {
    margin-top: 1rem;
    font-size: 16px;
    color: #000;
}

.title-desc {
    font-size: 30px;
    color: #4d4d4d;
    /* font-weight: bold; */
}

.text-align-left {
    text-align: left !important;
}

.img-car-model {
    width: 100%;
    margin-top: 20px;
}

.grid-row {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .grid-row-img,
    .grid-row {
        display: grid !important;
        gap: 20px;
    }
}

/* -----------------------start modal css --------------------- */

.modal-tucson {
    display: none;
    position: fixed;
    z-index: 1000000 !important;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* -----------------------end modal css --------------------- */

/* -----------------------start performance css-------------- */

.text-performance-slider label {
    font-size: 18px;
}

.slideshow-container-dm {
    max-width: 1000px;
    position: relative;
    margin: auto;
    overflow: hidden;
}

.mySlidesdm {
    display: none;
}

.mySlidesdm img {
    vertical-align: middle;
    width: 100%;
}

.dot-dm {
    cursor: pointer;
    height: 70px;
    width: 100%;
    display: inline-block;
    transition: background-color 0.6s ease;
    background-color: #00aad2;
    /* border: 1px solid #002c5fff; */
    display: grid;
    align-items: center;
}

.active-dm,
.dot-dm:hover {
    background-color: #002c5fff;
    color: #fff;
}

.fadedm {
    animation-name: fade 1.5s;
    animation-duration: 0s;
}

@keyframes fadedm {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.dot-container-dm {
    text-align: center;
    padding: 10px 0;
    display: flex;
}

@media (max-width: 786px) {
    .dot-container-dm {
        display: block;
    }
}

/* -----------------------end performance css-------------- */

/* ///////////////////////////////////////////specification table css//////////////////////////////// */

.thead-color {
    background-color: #002c5fff;
    color: #fff;
}

@media (max-width: 998px) {
    .scroll-table {
        overflow-x: auto;
        max-width: 100%;
    }
    #tablepress-30 {
        width: 100%;
        min-width: 800px;
    }
}

@media (max-width: 768px) {
    .scroll-table {
        overflow-x: auto;
        max-width: 100%;
    }
    #tablepress-30 {
        width: 100%;
        min-width: 600px;
    }
}

/* ///////////////////////////////////end specification css/////////////// */

/* -----------------------------------start price css------------------ */

.price-list-section span {
    font-style: italic;
    color: #ff0000;
}

/* ----------------------------------end price css------------------ */

/* ---------------------end section css --------------------- */
