* {
    margin: 0px;
    padding: 0px;
}

/* imp css start */
.btn {
    background-color: #fd9121;
    border-color: #fd9121;
    color: #fff;
}

.btn:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.text-primary {
    color: #fd9121 !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  */


/* === Cruise home-banner start == */
.home-banner {
    background: linear-gradient(rgb(0 0 0 / 58%), rgb(0 0 0 / 0%)), url(../../images/cruise/cruise_banner.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 90vh;
    display: flex;
    align-items: center;
}

.home-banner .search-box {
    margin-top: 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}


.home-banner .search-box:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.2);
}

/* === Cruise home-banner end === */


/* cruise_deal start */
.cruise_deal .deal_img {
    width: 250px;
    object-fit: cover;
}

.cruise_deal .deal_card {
    display: flex;
}

@media (max-width:767px) {
    .cruise_deal .deal_img {
        width: 100%;
        object-fit: cover;
    }

    .cruise_deal .deal_card {
        display: flex;
        flex-wrap: wrap;
    }

    .home-banner .bnr-text {
        margin-top: 30px;
    }

}

/* cruise_deal end */


/* cruise-destination start */
.cruise-destination {
    background: #f7f9fb;
    padding: 0px 0;
}

.cruise-destination .item {
    border-radius: 5px;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.cruise-destination .owl-nav button {
    background: #fd9121 !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 */


/*  */
.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;
}

@media (max-width:767px) {
    .mobile_call {
        display: block;
    }

    .nav-phone {
        display: block;
    }

    .about-banner {
        background-image: url(../images/cruise/about_banner.jpg);
        width: 100%;
        height: 180px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .contact-banner {
        background-image: url(../images/cruise/contact_banner.jpg);
        width: 100%;
        height: 180px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .privacy-banner {
        background-image: url(../images/cruise/privacy-banner.jpg);
        width: 100%;
        height: 180px;
        background-size: cover;
        background-repeat: no-repeat;
    }

}

/*  */

