/*-------------------- Cover About Us-------------------- */

.bg {
    height: 40vw !important;
    background-image: url(../../images/car-model/h100/HYUNDAIH100-HomepageBanner.png);
    /* 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: 3.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.6rem;
        left: -24%;
        padding-top: 20px;
        /* top: 27%;
        transform: translate(-50%, -50%); */
    }
}

/*-------------------- Cover About Us End-------------------- */

/* /////////////////////////////Tab sticky css////////////////////// */

.dl-brochure-tab img {
    width: 15px;
    margin-left: 5px;
}

/* .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;
    }
}

/* /////////////////////////////////////////SECTION CSS///////////////////////////////// */

.pad-10 {
    padding-top: 100px !important;
}

.img-car-model {
    width: 100%;
    height: auto;
}

.performe {
    width: 70%;
    height: auto;
    margin: auto;
}

.title-desc {
    font-size: 30px;
    color: #000000;
    /* font-weight: bold; */
}

.black {
    color: #000000;
}

.Designed {
    padding-left: 5rem;
    padding-right: 5rem;
}

.row-details {
    margin-top: 50px;
    /* display: grid; */
    align-items: center;
}

.row-details p {
    margin-top: 1rem;
    font-size: 16px;
    color: #000;
}

section {
    display: grid;
}

@media (max-width: 768px) {
    .pad-10 {
        padding-top: 50px !important;
    }
    .text-center h3 {
        font-size: 45px !important;
    }
    .grid-row {
        display: grid !important;
    }
}

#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);
}

.text {
    font-family: HyundaiSansHeadOfficeMedium !important;
    font-weight: 500;
    color: #000;
}

p {
    font-family: HyundaiSansRegular !important;
    color: #4d4d4d;
    font-size: 16px;
}

.per {
    background-color: #dfdcdc;
}

/* ///////////////////////////////////////////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; */
    }
    .Designed {
        padding: 0;
    }
    .title-desc {
        font-size: 20px;
    }
    .performe {
        width: 100%;
    }
    .slider-image {
        width: 10% !important;
    }
}

/* .grid-table {
    display: grid;
    gap: 30px;
} */

.space-50 {
    padding: 50px;
}

.space-20 {
    margin-top: 20px;
}

.sub-tl {
    font-size: 30px;
    text-align: center;
}

.str-td {
    font-family: HyundaiSansRegular !important;
    text-align: center !important;
    background-color: #002c5f !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
}

.half {
    width: 30%;
}

.design-h100 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.slide-container {
    /* margin: 50vh auto 0 auto;
  transform: translateY(-50%); */
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-image {
    width: 20%;
}

.image-container {
    display: inline-block;
    width: 5000px;
    height: auto;
    position: relative;
    transition: left 1s;
    animation: slide 15s infinite;
}

.slider-image {
    float: left;
}

.button-container {
    position: relative;
    top: 10px;
}

.slider-button {
    height: 10px;
    width: 10px;
    margin: 4px;
    display: inline-block;
    border-radius: 5px;
    background-color: rgba(white, 0.5);
}

.slider-button:hover {
    background-color: rgba(white, 0.7);
}

#slider1:target ~ .image-container {
    left: 0px;
}

#slider2:target ~ .image-container {
    left: -600px;
}

#slider3:target ~ .image-container {
    left: -1200px;
}

#slider4:target ~ .image-container {
    left: -1800px;
}

.image-container:hover {
    animation: slide 10s infinite;
}

@keyframes slide {
    0% {
        left: 0;
    }
    20% {
        left: -600px;
    }
    40% {
        left: -1200px;
    }
    60% {
        left: -1800px;
    }
    80% {
        left: -2400px;
    }
    100% {
        left: 0;
    }
}

/* ----------------------------------SPECIFICATION TABLE CSS END------------------ */

/* -----------------------------------start price css------------------ */

.price-list-section span {
    font-style: italic;
    color: #ff0000;
}

.price-list-section span a {
    color: #0d6efd;
}

/* ----------------------------------end price css------------------ */

/* ---------------------end section css --------------------- */
