/* ---------------------START VIEW ALL VEHICLE BTN--------------------- */

#Showroom-Gallery {
    background-color: #e1e1e1e1;
}

.View-all-Vehicle {
    appearance: none;
    background-color: transparent;
    border: 0.125em solid #1a1a1a;
    /* border-radius: 40% 0/ 40% 0; */
    box-sizing: border-box;
    color: #3b3b3b;
    cursor: pointer;
    display: flex;
    font-family:
        Roobert,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Helvetica,
        Arial,
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol";
    font-size: 20px;
    font-weight: 600;
    min-height: 3.75em;
    min-width: 0;
    outline: none;
    padding: 1em 2.3em;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;
}

.View-all-Vehicle:disabled {
    pointer-events: none;
}

.View-all-Vehicle:hover {
    color: #fff;
    background-color: #1a1a1a;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
}

.View-all-Vehicle:active {
    box-shadow: none;
    transform: translateY(0);
}

.View-all-Vehicle-btn {
    display: grid;
    place-items: center;
    padding: 50px 0px;
}

/* ---------------------ENND VIEW ALL VEHICLE BTN--------------------- */

.bg {
    /* margin-top: -2rem; */
    width: 100%;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.cover {
    width: 100%;
    height: auto;
}

.title .back-btn {
    position: absolute;
    font-size: 1rem;
    /* line-height: 120px; */
    letter-spacing: 0px;
    font-weight: 500;
    color: #ffffff;
    /* margin: 10% 0; */
    width: 100%;
    padding: 0px 60px;
}

.back-btn:hover {
    text-decoration: underline;
}

.container-wid {
    padding: 50px 0px;
    display: grid;
    grid-template-columns: 1fr 60%;
    /* grid-template-rows: 100px 1fr 100px; */
    gap: 10px 10px;
}

.item:nth-child(1) {
    grid-area: 1 / 3 / 3 / 4;
}

.item:nth-child(2) {
    grid-area: 1 / 1 / 3 / 3;
    padding-right: 50px;
}

@media (max-width: 767px) {
    .plate {
        display: block;
    }
    .container-wid {
        grid-template-columns: 1fr;
    }
    .item:nth-child(2) {
        padding-right: 0px;
        grid-area: 1 / 1 / 2 / 2;
    }
    .item:nth-child(1) {
        grid-area: 2 / 1 / 3 / 2;
    }
}

@media (max-width: 991px) {
    .container-wid {
        max-width: 100%;
    }
}

.card {
    background-color: unset !important;
}

.card:hover {
    background-color: unset !important;
}

/* -----------------------------start gallery css---------------------- */

.header-tb {
    background-color: #1e1e1e;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff;
    padding: 0.5rem 0.9rem;
}

.header-tb label {
    font-style: italic;
}

.header-tb p {
    font-size: 20px;
    font-weight: 600;
}

.container-details-item {
    display: grid;
    grid-template-columns: 60% 1fr;
    grid-template-rows: 1fr;
    gap: 10px 10px;
    justify-items: stretch;
    grid-auto-columns: auto;
}

/* ----------------------------start table css ----------------------- */

td,
th {
    padding: 0.5rem 0.9rem !important;
}

/* ----------------------------start button sticky css----------------  */

.btn-get .row {
    margin-left: 0px;
}

.btn-get {
    background-color: #00000085;
    width: 70%;
    border-radius: 10px;
}

.bot-btn i {
    padding-right: 10px;
}

.bot-btn {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.get {
    justify-content: center;
    margin: auto;
    display: flex;
    padding: 15px 0;
}

.bg-color a {
    background-color: #000000;
    padding: 10px 20px;
    width: 100%;
    border-radius: 7px;
}

@media (max-width: 954px) {
    .btn-get {
        width: 90%;
    }
    .get {
        padding: 5px 0;
    }
    .btn-get .row {
        flex-wrap: nowrap !important;
    }
    .bg-color a {
        font-size: 10px;
        padding: 10px 5px;
        text-align: center;
    }
    .btn-get .row > * {
        flex-shrink: 1 !important;
    }
}
