@import "common/menu.css?v=2";
@import "common/menu-mobile.css";
@import "home/home-top-banner.css";
@import "home/home-tranding-products.css";
@import "home/home-top-categories.css?v=3";
@import "home/home-services.css";
@import "home/home-latest-blog.css";
@import "home/home-testimonial.css";
@import "home/home-gallery.css";
@import "common/page-top.css";
@import "common/footer.css";
@import "common/form.css";
@import "product/cart.css";
@import "product/product.css";

.clear {
    clear: both;
}

:root {
    --theme: #f2f2f2;
    --secondaryTheme: #151b4c;
    --secondaryThemeLight: #151b4c1c;
    --anotherTheme: #f9ebf5;
    --anotherThemeDark: #ff6501;
    --anotherThemeLight: #452510;
    --white: rgb(0, 0, 0);
    --whiteLight: #41404091;
    --royelBlue: #151b4c;
    --blueLight: #737694;
    --subTitle: #909090;
    --animation: 0.2s all ease-in-out;
}

html {
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: var(--secondaryTheme) var(--anotherTheme);
    scrollbar-width: thin;
}

html::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

html::-webkit-scrollbar-track-piece {
    background-color: #f5f5f5;
}

html::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    border-radius: 4px;
    background: var(--secondaryTheme);
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

.btn {
    font-size: 15px;
    border-radius: 25px !important;
}

.btn:hover {
    outline: none !important;
    box-shadow: none !important;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

body {
    font-family: "Poppins", sans-serif !important;
    background-color: #f8f9fa;
}

.section {
    padding: 40px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title p {
    color: var(--subTitle);
    font-size: 18px;
}

.section-title h2 {
    color: #222;
    font-size: 38px;
    font-weight: bold;
}

.section-title p,
.section-title h2 {
    text-transform: uppercase;
}

.loading-overlay {
    display: block;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5000;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background-color: var(--theme);
}

.center-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 70vh;
}

.loading-logo {
    width: 300px;
    height: auto;
}

.loading-logo-2 {
    width: 100px;
    height: auto;
}

/*============================
   Home Testimonial Section
=============================*/
#testimonial .test-pagination .text-gray {
    color: #7b7b7b;
}

#testimonial .test-pagination .btn-testimonial {
    background: #f7f7f7;
    color: #151b4c;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

#testimonial .test-pagination .btn-testimonial:hover {
    background: #151b4c;
    color: #f7f7f7;
}

#testimonial #t-slider .card {
    border: none;
    transition: 0.2s all ease-in-out;
}

#testimonial #t-slider .card:hover {
    background: #151b4c;
    color: white !important;
}

#testimonial #t-slider .card p {
    font-size: 14px;
}

#testimonial #t-slider .card .image {
    margin-right: 10px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    overflow: hidden;
}

#testimonial #t-slider .f-28 {
    font-size: 28px;
}

#testimonial #t-slider .f-42 {
    font-size: 42px;
}

#testimonial #t-slider .f-regular {
    font-weight: 400;
}

#testimonial #t-slider .f-semi-bold {
    font-weight: 500;
}

/*=====================
    Service Request
======================*/
.breadcrumb li {}

.breadcrumb li a:not(.breadcrumb li.active a) {
    color: gray;
}

.breadcrumb li.active a {
    color: #000133;
}

.breadcrumb li i {
    margin-right: 7px;
    margin-left: 7px;
}

#ServiceRequest h1,
#ServiceRequest h2,
#ServiceRequest h3,
#ServiceRequest h4,
#ServiceRequest h5,
#ServiceRequest h6 {
    color: #000133;
    margin: 0 0 15px 0;
}

#ServiceRequest .discount-btn {
    background: #8210c0;
    color: white;
    border-radius: 0 !important;
    padding: 8px 20px;
}

#ServiceRequest .book-service label {
    margin-bottom: 12px;
}

#ServiceRequest p {
    line-height: 1.8;
    color: #6d6d71;
}

#ServiceRequest .rating i {
    margin-right: 10px !important;
}

#ServiceRequest .book-service label {
    color: #6d6d71;
    font-weight: 500;
}

#ServiceRequest .book-service .form-control {
    border-radius: 0;
    border: 1px solid #6d6d71;
    height: 45px;
}

#ServiceRequest .book-service .input-group-text {
    background: transparent;
    color: #6d6d71;
    height: 45px;
}

#ServiceRequest .book-service .btn-custom {
    width: 100%;
    text-align: center;
    background: #000133;
    color: white;
    height: 45px;
}

#ServiceRequest .book-service .btn-custom:hover {
    background: #060748;
}

/*=================================
    Single Blog Page
==================================*/
.single-blog .blog-cover-photo {}

.single-blog .blog-cover-photo img {
    width: 100%;
    padding: 50px 0;
}

#SingleBlogDesc .share-header {
    font-size: 20px;
    color: #b5b3b3;
    padding-bottom: 10px;
    border-bottom: 1px solid gray;
}

#SingleBlogDesc .share-nav {
    padding: 0;
    margin-top: 15px;
}

#SingleBlogDesc .share-nav a {
    padding: 12px 0px;
    color: #555758;
    text-transform: capitalize;
}

#SingleBlogDesc .share-nav a i {
    padding-right: 10px;
}

.text-gray-70 {
    color: #87939a !important;
}

.progressCustom {
    position: relative;
    height: 4px;
    margin-top: 10px;
    display: block;
    width: 270px;
    border-radius: 0;
    background-clip: padding-box;
    overflow: hidden;
}

.progressCustom .indeterminate {
    background-color: var(--anotherThemeDark);
}

.progressCustom .indeterminate:before {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progressCustom .indeterminate:after {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

.freequently-bought-title {
    color: var(--anotherThemeDark);
    font-size: 18px;
}

.text-theme {
    color: var(--anotherThemeDark);
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

@media (max-width: 339.98px) {
    .mobile {}

    .desktop {
        display: none !important;
    }

    .container {
        padding: 0 20px 0 20px !important;
    }

    .section {
        padding: 20px 0;
    }

    .section-title {
        text-align: center;
        margin-bottom: 20px;
    }

    .section-title p {
        color: var(--subTitle);
        font-size: 14px;
        margin-bottom: 5px;
    }

    .section-title h2 {
        color: var(--theme);
        font-size: 18px;
        font-weight: 500;
    }
}

@media (min-width: 340px) and (max-width: 360.98px) {
    .mobile {}

    .desktop {
        display: none !important;
    }

    .container {
        padding: 0 20px 0 20px !important;
    }

    .section {
        padding: 20px 0;
    }

    .section-title {
        text-align: center;
        margin-bottom: 20px;
    }

    .section-title p {
        color: var(--subTitle);
        font-size: 14px;
        margin-bottom: 5px;
    }

    .section-title h2 {
        color: var(--theme);
        font-size: 18px;
        font-weight: 500;
    }
}

@media (min-width: 361px) and (max-width: 575.98px) {
    .mobile {}

    .desktop {
        display: none !important;
    }

    .container {
        padding: 0 20px 0 20px !important;
    }

    .section {
        padding: 20px 0;
    }

    .section-title {
        text-align: center;
        margin-bottom: 20px;
    }

    .section-title p {
        color: var(--subTitle);
        font-size: 16px;
        margin-bottom: 5px;
    }

    .section-title h2 {
        color: var(--theme);
        font-size: 20px;
        font-weight: 500;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .mobile {}

    .desktop {
        display: none !important;
    }

    .container {
        padding: 0 5px 0 5px !important;
    }

    .section {
        padding: 20px 0;
    }

    .section-title {
        text-align: center;
        margin-bottom: 20px;
    }

    .section-title p {
        color: var(--subTitle);
        font-size: 16px;
        margin-bottom: 5px;
    }

    .section-title h2 {
        color: var(--theme);
        font-size: 20px;
        font-weight: 500;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        padding: 0 5px 0 5px !important;
    }

    .mobile {
        display: none !important;
    }

    .desktop {}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        padding: 0 5px 0 5px !important;
    }

    .mobile {
        display: none !important;
    }

    .desktop {}
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .container {
        padding: 0 5px 0 5px !important;
    }

    .mobile {
        display: none !important;
    }

    .desktop {}
}

@media (min-width: 1300px) and (max-width: 1370px) {
    .container {
        padding: 0 5px 0 5px !important;
    }

    .mobile {
        display: none !important;
    }

    .desktop {}
}

@media (min-width: 1371px) {
    .mobile {
        display: none !important;
    }

    .desktop {}
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.bank-btn:hover {
    background-color: black;
    color: white;
}

.bank-btn.active {
    background-color: #ab007d;
    color: white;
}

.car-social-icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 5px;
}

.car-social-icon:hover {
    color: white;
}

.bg-facebook {
    background-color: #1877f2;
}

.bg-twitter {
    background-color: #00acee;
}

.bg-whatsapp {
    background-color: #075e54;
}

.car-info-badge-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 10px;
    /* Adjust the gap between items as needed */
}

/* Define grid items with a minimum width of 200px */
.car-info-badge {
    min-width: 150px;
    box-sizing: border-box;
    text-align: center;
    text-transform: capitalize;
    border-top-right-radius: 10px;
}

.car-info-badge-dark {
    background-color: #fef1f2;
    color: #867d79;
    border: 2px solid #f67e83;
}

.car-info-badge-white {
    background-color: white;
    color: black;
    border: 1px solid #cdcdcd;
}

.car-info-badge-gray {
    background-color: #f4f4f4;
    color: #6c6c6c;
}

.car-info-title {
    display: inline-block;
    position: relative;
    border-bottom: 5px solid #bc3a14;
    padding: 15px;
    top: 27px;
    z-index: 3;
}

.text-car-info-icon {
    color: #fd451c;
}

@media (min-width: 992px) {
    .h-md-100 {
        height: 100% !important;
    }
}

.small-car-img {
    cursor: pointer;
}

#BannerSlider_2 .owl-stage-outer {
    height: 100%;
}

#BannerSlider_2 .owl-item {
    height: 100%;
}

#BannerSlider_2 .owl-item img {
    width: 100%;
}

#BannerSlider_2 .owl-stage {
    height: 100%;
}

#BannerSlider_2,
.owl-carousel.owl-loaded {
    height: 100% !important;
}

#BannerSlider_2,
.owl-carousel.owl-loaded {
    height: 100% !important;
}

#BannerSlider_2 .owl-dots {
    position: relative;
    top: -30px;
    display: flex;
    justify-content: center;
}

#BannerSlider_2 .owl-dot {
    width: 25px;
    height: 8px;
    background-color: #fff;
    margin-left: 3px;
    margin-right: 3px;
}

#BannerSlider_2 .owl-dot.active {
    background-color: #f023b9;
}

#BannerSlider_2 .owl-nav {
    width: 100%;
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    justify-content: space-between;
    padding: 20px;
}

#BannerSlider_2 .owl-nav>button {
    width: 35px;
    height: 35px;
    background-color: #a5a5a5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    vertical-align: middle;
}

#BannerSlider_2 .owl-nav>button:hover {
    background-color: #cfcfcf;
}

.top_banner_section {
    display: grid;
    gap: 1.5rem;

    grid-template-columns: repeat(10, minmax(0, 1fr));
}

.top_banner_main {
    grid-column: span 7 / span 7;
    grid-row: span 2 / span 2;
}

.top_banner_side_up {
    grid-column: span 3 / span 3;
}

.top_banner_side_down {
    grid-column: span 3 / span 3;
}

@media (max-width: 1024px) {
    .top_banner_section {
        gap: 0.75rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .top_banner_main {
        grid-column: span 2 / span 2;
        grid-row: span 2 / span 2;
    }

    .top_banner_side_up {
        grid-column: span 1 / span 1;
    }

    .top_banner_side_down {
        grid-column: span 1 / span 1;
    }
}

@media (min-width: 1421px) {
    .container {
        max-width: 1421px;
        padding: 0 0.75rem !important;
    }
}

.under_banner_item {
    color: #000;
    display: inline-block;
    width: 100%;
    box-shadow: 0px 0px 5px rgba(119, 119, 119, 0.316);
    border-radius: 5px;
    padding: 15px;
}

.under_banner_item:hover {
    color: #000;
    box-shadow: 1px 1px 5px rgba(119, 119, 119, 0.316);
}

.under_banner_item .icon {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to bottom right, var(--anotherThemeDark), var(--anotherThemeLight));
    border-radius: 50%;
    color: #ffffffcc;
    font-size: 1.5rem;
}

.under_banner_item span {
    font-size: 0.8em;
}

@media (max-width: 767px) {
    .under_banner_item span {
        display: none;
    }

    .under_banner_item .icon {
        font-size: 1rem;
        height: 40px;
        width: 40px;
    }

    .under_banner_item strong {
        font-weight: normal;
    }
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--anotherThemeDark);
    border-color: var(--anotherThemeDark);
}

.auction_info {
    background: url("../images/auction/tr_cen.gif") repeat-y;
    padding: 0px 0px 0px 19px !important;
}

.auction_table {
    margin: 0px 18px 0px 0px;
    float: left;
    width: 365px;
    border-spacing: 0;
    border-collapse: collapse;
}

.auction_table tr,
.auction_table td {
    padding: 0;
}

.auction_table tr td td {
    border-bottom: 0px solid #999;
    font-family: Oswald, Tahoma;
    font-size: 16px;
    padding: 0px 2px 0px 7px;
    color: #000;
}

.auction_table .info_table {
    width: 320px;
    margin: -6px 0px 5px 0px;
    margin-bottom: 15px;
}

.bg-gray {
    background-color: #f0f0f0;
}

.download-link {
    font-size: 14px;
    color: #000;
}

.download-link:hover {
    color: red !important;
}


.car-details-contact {
    background-image: linear-gradient(to right, rgba(0, 1, 51, .7), rgba(0, 1, 51, .7)), url('../images/carDetails/car-contact-background.jpg');
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}