html,
body {
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    margin: 0
}

input {
    border-radius: 0 !important;
}

select {
    border-radius: 0 !important;
}

.error {
    color: #e74c3c;
}

.btn-primary {
    background-color: #e74c3c !important;
    border-color: #e74c3c !important;
    border-radius: 0 !important;
}

.btn-secondary {
    border-radius: 0 !important;
}

.bg-dark {
    /* background-color: #253241 !important; */
    background-color: #262626 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

#home {
    background-image: url('../img/home-background.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 120px;
}

#cars-table {
    margin-top: 150px;
}

#home-overlay {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    top: 0;
    left: 0;
    background-color: #393b3dab;
}

#home-booking-form {
    background-color: #fff;
    position: relative;
    top: -70px;
}

.about-us-icon {
    max-height: 150px;
}

.card-car-features {
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.car-feature-explaination {
    font-size: 0.6rem;
    margin-bottom: 0;
}

.car-feature-value {
    font-size: 1.2rem;
    font-weight: bold;
}

.car-price-mark {
    position: absolute;
    right: 0;
    top: 15px;
    background-color: #e74c3ced;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
}

.car-details-table {
    font-size: 0.8rem;
}

.contact-icon {
    padding: 20px;
}

.contact-icon img {
    height: 60px;
}

#car-preview {
    margin-top: 120px;
}

#car-note {
    font-size: 0.7rem;
}

.cars-table-image {
    width: 20%;
}

.car-card-image {
    object-fit: contain;
    min-height: 250px;
    background-color: white;
}

#spinner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 999999;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.5);
    font: 13px/130px 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    animation: shadow-pulse 0.7s infinite;
}

@media only screen and (max-width: 767px) {
    section {
        min-height: 80vh;
        padding: 60px 30px;
    }

    #home-overlay h1 {
        font-size: 2.5rem;
    }
}


@media only screen and (min-width: 768px) {
    section {
        min-height: 70vh;
        padding: 100px 50px;
    }

    #home-overlay h1 {
        font-size: 3.5rem;
    }
}