:root {
    --primary: #EB1616;
    --secondary: #191C24;
    --light: #6C7293;
    --dark: #000000;
}
body {

    background-color: #EEE;
    color: #555;
}
.mt-60 {    margin-top: 70px;
}
.min-h-400 {
    min-height: 400px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { color:#333;
}
    .back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 999;
}


#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .3s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}



    .owl-carousel .owl-dots {
        margin-top: 35px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .owl-carousel .owl-dots .owl-dot {
            width: 60px;
            height: 60px;
            margin: 0 5px;
            padding: 10px;
            background: var(--secondary);
            transition: .5s;
        }

            .owl-carousel .owl-dots .owl-dot.active {
                width: 100px;
                height: 100px;
            }

            .owl-carousel .owl-dots .owl-dot img {
                opacity: .1;
                transition: .5s;
            }

            .owl-carousel .owl-dots .owl-dot.active img {
                opacity: 1;
            }


.bg-blu2 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-indigo-rgb), var(--bs-bg-opacity)) !important;
}

.car-item {
    height: 100%;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

    .car-item img {
        transition: 0.5s;
    }

.wow, .animated {
    animation-duration: 0.5s !important;
}

.car-item:hover img {
    transform: scale(1.2);
}

.car-item img {
    transition: 0.5s;
}

.navbar-dark {
    --bs-navbar-color: rgba(255, 255, 255, 1) !important;
    --bs-navbar-hover-color: rgba(0, 0, 0, 1) !important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--bs-red) !important;
}