@media (max-width: 1600px) {
    .popup.active .popup-content, .popup.open_popup .popup-content {
        transform: translateY(11%);
    }
}
@media (max-width: 1025px) {
    header .logo {
        padding: 10px;
    }
    header .main_menu{
        display: none;
    }
    header .menu_mobile {
        display: flex;
    }
    .menu_mobile .menu-toggle {
        cursor: pointer;
        font-size: 30px;
        position: relative;
        z-index: 9999;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        color: #b14c05;
        font-weight: 600;
        text-transform: uppercase;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, .75);
    }

    .menu_mobile .menu-toggle i {
        color: #fff;
        font-size: 20px;
        transform: rotate(0deg);
        transition: all 0.5s ease;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, .75);
    }

    .menu_mobile .menu {
        position: fixed;
        top: 112px;
        right: 0;
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in;
         background-color: #b14c05;
        z-index: 0;
        opacity: 0;
        padding-bottom: 20px;
    }
    .menu_mobile .menu ul {
        padding: 0px;
        list-style: none;
        width: 100%;
        text-align: left;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background-color: #b14c05;
        margin: 0px;
    }
     /* .menu_mobile .menu .sub_menu{
        opacity: 0;
       
    } */
    .menu_mobile .menu li {
        line-height: 16px;
        display: flex;
        margin: 0px;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
        padding: 0px;
        position: relative;
    }
    .menu_mobile .menu li img {
        width: 45px;
        margin-left: 20px;

    }

    .menu_mobile .menu a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        transition: color 0.3s;
        font-weight: 600;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        gap: 13px;
        width: 100%;
        justify-content: space-between;
        padding: 16px 20px;
        cursor: pointer;
    }

    .menu_mobile .menu li.submenu_item {
        border-bottom: 0px solid !important;
        line-height: 23.8px;
        padding-bottom: 0px !important;
        margin-bottom: 15px !important;
    }

    .menu_mobile .menu.active {
        opacity: 1;
        z-index: 9999999999999999999999;
        transform: translateX(0%);
        transition: opacity 0.3s ease-in ;
    }

    .menu_mobile .close-menu {
        position: absolute;
        top: 0px;
        right: 18%;
        font-size: 40px;
        color: white;
        cursor: pointer;
        transform: translateX(-50%);
        z-index: 9999;
    }
     .menu_mobile .menu .list_menu_item .sub_menu, .menu_mobile .menu .list_menu_item .sub_menu_child{
        overflow: hidden;
        max-height: 0;
        will-change: max-height;
        transform: translateZ(0);
        backface-visibility: hidden;
     }
     .menu_mobile .menu .list_menu_item .sub_menu li i{
       position: absolute;
       right: 10px;
       width: 40px;
       height: 38px;
       display: flex;
       align-items: center;
       justify-content: center;
       color: #fff;
       font-size: 13px;
        top: 0;
     }
    .menu_mobile .menu .list_menu_item .sub_menu_child{
        display: none;
    }
    .menu_mobile .menu .list_menu_item li .sub_menu{
        padding-left: 30px;
    }
    .menu_mobile .menu .list_menu_item li.active .sub_menu{
        opacity: 1;
    }
    .menu_mobile .menu .list_menu_item li .sub_menu a {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .menu_mobile .menu .list_menu_item .sub_menu li.active .sub_menu_child{
        display: block;
        padding-left: 20px;
    }
    .menu_mobile .btn_book-mb {
        background-color: var(--color-main);
        padding: 10px 25px;
        border-radius: 40px;
        margin-top: 30px;
    }
    header .header_main {
        height: 70px;
        max-height: 114px;
        width: 100%;
        padding: 15px 20px;
    }
    header .row{
        justify-content: space-between;
    }
    header.header_page .header_main {
        height: 66px;
        max-height: 130px;
    }
    header .main_menu ul li a{
        font-size: 12px;
    }
    .home_banner .row_banner h1 {
        font-size: 48px;
        text-align: center;
    }
    .home_banner .row_banner p {
        font-size: 24px;
        font-weight: 400;
        max-width: 648px;
        text-align: center;
    }
    .home_banner {
        height: 576px;
    }
    .heading_title h3 {
        font-size: 32px;
        margin-bottom: 24px;
    }
    
    footer .footer_contact li a {
        font-size: 15px;
        word-break: break-word;
        word-wrap: break-word;
    }
    footer .list_network {
        gap: 8px 16px;
        flex-wrap: wrap;
    }
    footer .col:first-child {
        padding-left: 0px;
    }
    footer .footer_contact li i {
        font-size: 23px;
    }
    footer .menu_contact ul {
        gap: 3px;
    }
    .popup {
        align-items: flex-start;
    }
    .popup.active .popup-content, .popup.open_popup .popup-content {
        transform: translateY(1%);
    }
    header .menu_button {
        width: 100%;
        margin-bottom: 20px;
    }
    header .menu_button a{
        color: #000 !important;
        text-align: center;
        display: block;
        width: 100%;
    }
    header.header_page .menu_button {
        display: block;
        margin-top: 10px;
        margin-bottom: 0px;
    }
    header.header_page  .menu_mobile .menu {
        top: 108px;
    }
    .banner_slider .slick-prev,.banner_slider .slick-next {
        top: 70%;
    }
    .popup-content .logo img {
        width: 121px;
    }
    .home_ss2 .col_text {
        padding-left: 40px;
        padding-right: 40px;
    }
    .home_ss2 .col_text h2{
        font-size: 32px;
    }
    .page_banner::before {
        background-color: #00000094;
    }
    .page_banner .row_banner .box {
        width: 100%;
        align-items: end;
        padding-bottom: 100px;
    }
    .seating .col_sidebar .box{
        margin-top: 0px;
        width: 280px;
    }
    .page_banner .row_banner .box h1{
        width: 100%;
        font-size: 48px;
        padding: 0px 20px;
    }
    .seating .col_text .content h2{
        font-size: 32px;
    }
    .page_banner{
        height: 380px;
    }
    .banner_menu {
        height: 448px;
    }
    .banner_menu .row_banner .box{
        padding-bottom: 160px;
    }
    .banner_menu .row_banner .box h1 {
        font-size: 48px;
    }
    .page_menu .col_left, .page_menu .col_img{
        max-width: 50%;
        flex-basis: 50%;
    }
    .page_menu .col_left .list_menu .heading_title h2,
    .page_contact .col_text h2, .page_contact .col_form h3{
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .page_menu .col_left, .page_menu .col_img{
        max-width: 100%;
        flex-basis: 100%;
    }
    .page_menu .col_left .list_menu .heading_title h2,
    .page_contact .col_text h2, .page_contact .col_form h3,
    .home_ss2 .col_text h2,.reviews .heading_title h3{
        font-size: 24px;
    }
    .page_menu .col_left .list_menu .heading_title p{
        font-size: 16px;
    }
    .page_menu .col_left .list_menu .menu_item h3,
    .reviews .slider_reviews .slider_item .box .heading h3{
        font-size: 18px;
    }
    .page_contact .col, .home_ss2 .col,
    .seating .col_text,.seating .col_sidebar {
        max-width: 100%;
        flex-basis: 100%;
    }
    .home_ss2 .col,.seating .col_sidebar .box{
        max-width: 100%;
        flex-basis: 100%;
    }
    .page_contact .col_form{
        padding: 0px 20px;
    }
    .home_ss2{
        padding: 40px 0px;
    }
    .home_ss2 .col_text{
        padding-bottom: 24px;
    }
    .seating .col_text .list_price{
        display: block !important;
        padding-left: 0px
    }
    .seating .col_sidebar .box{
        width: 100%;
    }
    .seating .col_sidebar .box .list_price, .seating .col_sidebar .box h3{
        display: none;
    }
    .box_btn_fixed{
        display: block;
    }
}

@media (max-width: 500px) {
    header .header_top .box_address ul li a{
        text-align: center;
    }
    .show_mb{
        display: block;
         margin-top: 50px;
    }
     header .box_btn{
        display: none;
     }
    header .menu_mobile {
        display: flex;
        gap: 10px;
    }
    .home_banner .row_banner h1,.privacy_policy .cookie h2,
     .privacy_policy .heading_title h1 {
        font-size: 32px;
    }
    .home_banner .row_banner p {
        font-size: 24px;
        padding: 0px 20px;
        margin-bottom: 24px;
        line-height: 1.5;
    }
    .home_banner .row_banner .box_btn{
        padding: 0px 20px;
    }
    .home_banner .row_banner .box_btn a {
        width: 100%;
        text-align: center;
        font-weight: 600;
    }
    .heading_title h3,.service .title h3,
    .why_choose .col_text h3,.best_boat_tour .col_text h3,
    .boat_tours h3, .find_us h3{
        font-size: 24px;
    }
    footer .col{
        padding-left: 0px;
    }
    footer .col .title h4 ,footer .footer_top h3{
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 24px;
    }
    footer .footer_top h3{
        line-height: 1.35;
    }
    footer .menu_contact{
        margin-bottom: 24px;
    }
    .popup-content .list_product .item , .home_ss2 .col,
    footer .box_footer .col{
        max-width: 100%;
        flex-basis: 100%;
    }
    .popup-content .list_product .item .content .btn {
        display: flex;
        justify-content: end;
        margin-top: 12px;
    }
    header.header_tour .menu_mobile .menu {
        top: 165px;
    }
    .popup-content .list_product .item .img {
        height: 182px;
    }
    .poup_footer {
        flex-wrap: wrap;
        gap: 10px;
    }
    .popup-content{
        padding: 24px 16px;
    }
    .poup_footer .right a, .poup_footer .right p ,.poup_footer .right{
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
        text-align: left;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .poup_footer .right p,  .poup_footer .right p a{ 
        display: inline-block;
        width: auto;
        text-align: left;
    }
    .home_banner {
        height: 535px;
    }
   .banner_slider .slick-prev, .banner_slider .slick-next{
    display: none !important;
   }
    .banner_slider .slick-dots{
        display: none !important;
    }
    .home_banner .row_banner .box{
        padding-bottom: 80px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .home_ss2 .col_text {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 24px;
    }
    .col_img .gallery a {
        height: 115px;
    }
    .reviews .slider_reviews .slider_item .box .heading h3{
        font-size: 18px;
    }
    .reviews .slider_reviews .slider_item .box {
        padding: 25px 20px;
    }
    .slider_reviews .slick-dots {
        left: 0;
    }
    .reviews .heading_title h3{
        font-size: 24px;
    }
    footer .box_footer{
        flex-direction: column-reverse;
    }
    footer .list_network {
        justify-content: center;
    }
    header .header_top .box_address ul li a{
        font-size: 15px;
        padding: 11px 0px;
    }
    .page_menu .col_left, .page_menu .col_img{
        max-width: 100%;
        flex-basis: 100%;
    }
    .banner_menu .row_banner .box h1{
        font-size: 32px;
    }
        .banner_menu {
        height: 366px;
    }
    .banner_menu .row_banner .box{
        padding-bottom: 110px;
    }
    .page_menu .col_left .list_menu .heading_title h2, .seating .col_text .content h2,
    .page_contact .col_text h2, .page_contact .col_form h3,.home_ss2 .col_text h2 {
        font-size: 24px;
    }
    .seating .col_text,.seating .col_sidebar,
    .page_contact .col {
        max-width: 100%;
        flex-basis: 100%;
    }
   
    .page_contact .col, .home_ss2 .col,
    .page_contact .col_text .box{
        padding: 0px;
    }
     .page_contact .col_form{
        padding-top: 24px;
    }
    .seating .col_sidebar .box{
        width: 100%;
    }
    .page_banner .row_banner .box h1{
        font-size: 32px;
    }
    .seating,.page_contact{
        padding: 40px 0px;
    }
    .seating .col_text .list_price{
        margin: 0px;
        padding: 0px 0px 20px 0px;
        display: flex !important;
        flex-direction: column;
    }
    .seating .col_sidebar .list_price, .seating .col_sidebar h3{
        display: none;
    }
    .seating .col_sidebar{
        min-height: 200px;
    }
    .page_contact .col_form .box_input:first-child .input {
        max-width: 100%;
        flex-basis: 100%;
    }
    header.header_page .menu_mobile .menu {
        top: 106px;
    }
    
}