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

    background-color: #EEE;
    color: #555;
}
.mt-60 {    margin-top: 68px;
}
.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-warning) !important;
}

.carousel-caption h1 span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}
.barlow {
    font-family: 'Barlow', sans-serif;
}
.poppins {
    font-family: 'Poppins', sans-serif;
}
.carousel-caption h1 {
    position: relative;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 58px;
    text-transform: uppercase;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
}

.cloudTop {
    position: absolute;
    background-image: url('/img/bar1.png');
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -150px;
    width: 100%;
    height: 150px;
    display: block;
    z-index: 10;
}
.cloudBott {
    position: absolute;
    background-image: url('/img/bar1.png');
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0px;
    width: 100%;
    height: 150px;
    display: block;
    z-index: 20;
    transform: rotate(180deg);
}
.nav-link {
    font-family: 'Barlow', sans-serif;
}
.footer ul {
    list-style-type: none;
}
