.logo-img,
.nav-scroll .logo-img {
    width: 225px;
}
.footer-logo {
    width: 250px;
}
.app .item {
    border-radius: 20px;
    padding: 60px;
}
.toast .toast-error {
    background: red !important;
}
.car-types1 .item .title h4 {
    color: #000;
    font-size: 21px;
    background: #ffdf00e8;
    padding: 5px 10px;
    text-transform: uppercase;
}
.banner-header,
.banner-header.middle-height {
    height: 50vh;
    min-height: 50vh;
}
.header .bottom-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.8rem 0;
    background-image: linear-gradient(0deg, rgb(12 12 12), rgb(46 46 46));
    z-index: 99;
    will-change: transform;
    transform: translateZ(0);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.header .bottom-nav-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    text-align: center;
    font-size: 0.8rem;
    color: #f1f5f8;
}
.header .bottom-nav-link {
    display: flex;
    flex-direction: column;
}
.header .bottom-nav .active {
    color: #d32f2f;
}
.cm-dp-none {
    display: none;
}
.bottom-nav-item a,
.cm-font-link {
    list-style: none;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
}
.nav-link,
a:hover {
    color: #fff;
}
.cm-dp-wp {
    position: fixed;
    bottom: 40px;
    left: 10px;
    cursor: pointer;
    z-index: 1000;
    background-size: cover;
}
.cm-img-1,
.cm-img-2 {
    position: absolute !important;
    z-index: 10;
}

.logo-wrapper img{
    width: 90px;
}

@media only screen and (max-width: 600px) {
    
    .logo-wrapper img {
        width: 55px;
    }

    .booking-box {
        margin-bottom: 20px;
        padding: 35px 20px;
    }
    .app .item {
        border-radius: 20px;
        padding: 20px;
    }
    .progress-wrap {
        bottom: 100px;
    }
    .cm-dp-none {
        display: contents;
    }
    .backtotop,
    .cm-dp-wp {
        display: none !important;
    }
    .copyright {
        padding-top: 15px;
        padding-bottom: 100px;
    }
}
.cm-img-1 {
    top: 14%;
    left: 5%;
}
.cm-img-2 {
    width: 90% !important;
    top: 36%;
}
.cars1 .item .con.active,
.owl-item.active .item .con {
    visibility: visible;
    opacity: 1;
    z-index: 15;
}
.car-types1 .item {
    border-radius: 20px !important;
}
.banner-header h1,
h1,
h2 {
    color: #fff !important;
}
.blog1 .item .img {
    overflow: hidden;
    border-radius: 20px;
    height: 200px;
}
.cm-blog-desc h1 {
    font-size: 35px;
}
.cm-blog-desc h2 {
    font-size: 25px;
}
.cm-blog-desc a {
    font-size: 20px;
    color: #ffdf00e8;
}
.blog2 .post-img img {
    max-height: 1080px;
    object-fit: contain;
}

.parallax-header,
.parallax-header.full-height {
    min-height: 100vh;
    background-position: bottom;
}
