* {
    margin: 0px;
    padding: 0px;
}

/* imp css start */
.btn {
    background-color: #657C6A;
    border-color: #657C6A;
    color: #fff;
}

    .btn:hover {
        background-color: #000;
        border-color: #000;
        color: #fff;
    }

.text-primary {
    color: #657C6A !important;
}

/* imp css end */


/* header start */
.navbar-nav .nav-link {
    transition: all 0.3s ease;
}

.navbar {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    background: #ffffff;
}

.navbar-nav .nav-link:hover {
    color: #0077b6;
    transform: scale(1.05);
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: #ffffff;
    border: var(--bs-border-width) solid rgb(255 255 255 / 0%);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

/* header end  */


/* === car-banner start == */
.car-banner {
    margin-top: 70px;
}

.car-banner {
    background-image: linear-gradient(rgb(0 0 0 / 34%), rgb(0 0 0 / 25%)), url('../images/car_rentbanner.jpg');
    width: 100%;
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
}

      .finalcar-banner {
        background-image: linear-gradient(rgb(0 0 0 / 34%), rgb(0 0 0 / 25%)), url('../images/finalcar-banner.jpg');
        width: 100%;
        height: 550px;
        margin-top: 85px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .finalcar-banner .car-banner-text {
        padding-top: 180px;
    }

    .car-banner .search-box {
        margin-top: 10px;
        background-color: rgb(255 255 255 / 35%);
        backdrop-filter: blur(4px);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

.car-banner .car-banner-text {
    padding-top: 76px;
}
         
/* === car-banner end === */





/* cruise-destination start */
.cruise-destination {
    background: #f7f9fb;
    padding: 40px 0;
}

    .cruise-destination .item {
        background: #657C6A;
        border-radius: 10px;
        /* padding: 40px 20px; */
        text-align: center;
        color: white;
        font-size: 24px;
        font-weight: bold;
    }

    .cruise-destination .owl-nav button {
        background: #657C6A !important;
        color: white !important;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        margin: 5px;
    }

        .cruise-destination .owl-nav button:hover {
            background: #000 !important;
        }

/* cruise-destination end */



/* footer section start */
footer {
    background-color: whitesmoke;
    color: #000;
}

    footer ul {
        list-style: none;
        padding-left: 0px;
        line-height: 35px;
    }

    footer a {
        font-weight: 500;
        color: #000000;
        text-decoration: none;
    }

        footer a:hover {
            color: #657C6A;
        }

/* footer section end */


.contact-banner {
    background-image: url('../images/contact_banner.jpg');
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-banner {
    background-image: url('../images/about_banner.jpg');
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}


.privacy-banner {
    background-image: url('../images/privacy-banner.jpg');
    width: 100%;
    height: 235px;
    background-size: cover;
    background-repeat: no-repeat;
}


.mobile_nav {
    background-color: #657C6A;
    color: white;
}


.mobile_call {
    background-color: #657C6A;
    color: white;
    display: none;
}

.mobile-icon {
    align-items: center;
    border-radius: 50%;
    width: 50px;
    background: #198754;
    height: 50px;
    justify-content: center;
    display: flex;
}

.nav-phone {
    display: none;
}

    .nav-phone h5 {
        font-size:16px;
    }

.navbar #final-logo {
    width: 220px;
}

@media (max-width:767px) {
    .mobile_call {
        display: block;
    }

    .nav-phone {
        display: block;
    }

    .navbar #final-logo {
        width: 110px;
    }

    .about-banner {
        background-image: url(../images/about_banner.jpg);
        width: 100%;
        height: 180px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .contact-banner {
        background-image: url(../images/contact_banner.jpg);
        width: 100%;
        height: 180px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .privacy-banner {
        background-image: url('../images/privacy-banner.jpg');
        width: 100%;
        height: 140px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .car-banner .car-banner-span {
        font-size: 22px;
    }

    .finalcar-banner .car-banner-span {
        font-size: 22px;
    }

    .car-banner .car-banner-text {
        padding-top: 70px;
    }

    .finalcar-banner .car-banner-text {
        padding-top: 70px;
    }

    .deal-text {
        display: none;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
        border-radius: 0 0 16px 16px;
        width: 100%;
    }
}