﻿.card-truck {
    background-blend-mode: hard-light;
    transition: ease 500ms;
    background-size: cover;
    background-position: center;
}

    .card-truck:hover {
        background-color: transparent !important;
        transition: ease 500ms;
    }

.brand {
    background-size: 300px 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: soft-light;
    background-color: var(--bs-gray-200);
}

.model {
    background-color: #2a3042bf;
}

.rent-time {
    cursor: help;
}

.btn-block {
    width: 100%;
}