.menu_bnt,
.close_menu {
    display: none;
}

@media screen and (max-width: 1200px) {
    .common_padding {
        padding: 0px 12px;
    }

    .crus_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .container_control {
        max-width: 100%;
    }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 992px) {
    .bb_content_her {
        width: 60%;
    }

    .nav-cont_c {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: white;
        display: none !important;
    }

    .nav-cont_c_active {
        display: none !important;
    }

    .n-link li a {
        color: var(--color-black);
        font-size: 19px;
    }

    .n-link ul {
        flex-direction: column;
        gap: 40px;
    }

    .nav-cont_c {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .call-us-a {
        display: none;
    }

    .close_menu {
        position: absolute;
        top: 30px;
        right: 30px;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--color-org);
        width: 35px;
        height: 35px;
        color: var(--color-white);
        border-radius: 5px;
    }

    .menu_bnt {
        background-color: transparent;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu_bnt img {
        height: 30px;
        width: auto;
    }
}

.call-us-cruise {
    display: none;
}

@media screen and (max-width: 768px) {}

.bg_com {
    display: none;
}

@media screen and (max-width: 568px) {
    p {
        font-size: 13px;
    }

    .font_14 {
        font-size: 12px !important;
    }

    .title-cruise {
        font-size: 25px;
        line-height: 27px;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
        margin-top: 51px;
    }
    .bb_cc img {
        height: 100vh;
    }

    .call-us-cruise {
        display: flex;
        position: absolute;
        bottom: 7rem;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--color-org);
        color: var(--color-white);
        border-radius: 50px;
        padding: 10px;
        justify-content: center;
        align-items: center;
        gap: 5px;
        font-size: 17px;
        font-weight: 600;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
    }



    .n-link li a {
        font-size: 17px;
    }

    .n-link ul {
        gap: 30px;
    }

    .call-us-cruise img {
        height: 25px;
        width: auto;
    }

    .common_title {
        font-size: 20px;
        line-height: 35px;
    }

    .bb_content_her .font_13 {
        display: none;
    }

    .crus_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .logo_img img {
        height: 60px;
    }

    .bb_content_her {
        width: 90%;
        top: 23%;
        left: 5%;
    }

    .head_cust1 {
        display: none;
    }

    .cru_t {
        font-size: 12px;
    }

    .cr-cont img {
        height: 30px;
    }

    .crus_content {
        width: 80%;
    }

    .book_price {
        font-size: 13px;
    }

    .book_a {
        width: 90%;
    }

    .book_btn_a {
        font-size: 11px;
    }

    .footer_title {
        font-size: 14px;
    }

    .footer_ul li a {
        font-size: 12px;
    }

    .footer_ul {
        gap: 2px;
    }

    .pr_grid {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }

    .pr_co {
        text-align: center;
    }

    .cru-bg {
        background-image: url("../imgs/bg-b-wave.jpg");
    }

    .btns_a {
        flex-direction: column;
    }

    .book_btn1 {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .call-a {
        font-size: 17px;
    }

    .call-a img {
        height: 26px;
    }

    .pr_img img {
        height: 22px;
    }

    .close_menu {
        width: 30px;
        height: 30px;
        top: 20px;
        right: 20px;
    }

    header {
        position: absolute;
        background-color: transparent !important;
    }

    .bg_com {
        display: block;
    }
    .cruiseLineGrid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.cruiseLineGrid img {
    width: auto;
    height: 64px;
}
.call_para{
    font-size: 11px;
}
.phone_pp {
    font-size: 16px;
    margin-top: 3px;
}
.call_us_a {
    background-color: #c62e18;
    border-top: none;
    z-index: 9;
}

}