@media (max-width: 1600px) {
    .popup.active .popup-content, .popup.open_popup .popup-content {
        transform: translateY(11%);
    }
}
@media (max-width: 1025px) {
    header .logo {
        width: 123px;
    }
    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: #fff;
        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: #277ac3;
        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: #277ac3;
        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;
        background-color: #005583;
    }
    header.header_page .header_main {
        height: 130px;
        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: 740px;
    }
    .heading_title h3 {
        font-size: 32px;
        margin-bottom: 24px;
    }
    .tours .list_tour .tour_item .text p {
        font-size: 15px;
        line-height: 1.4;
    }
     .service .title {
        max-width: 100%;
        flex-basis: 100%;
        display: flex;
        justify-content: center;
     }
    .service .title h3 {
        font-size: 32px;
        font-weight: 400;
        max-width: 340px;
        text-align: center;
    }
    .service .col_text .box {
        padding: 40px 40px 40px 50px;
        gap: 20px;
    }
    .service .col_img .img {
        height: 100%;
    }
    .service .col_text .box h4 {
        font-weight: 500;
    }
    .service .col_text .box p {
        font-size: 15px;
        line-height: 1.4;
    }
    .feedback .slider_feedback .feedback_item .content {
        max-width: 436px;
    }
    .seen_in .title h3, .why_choose .col_text h3,
    .best_boat_tour .col_text h3,.boat_tours h3, .find_us h3{
        font-size: 28px;
    }
    .best_boat_tour .col_img,.best_boat_tour .col_text{
        max-width: 50%;
        flex-basis: 50%;
    }
    .best_boat_tour .col_album .gallery a {
        height: 255px;
    }
    .boat_tours .content{
        padding: 0px 5px;
    }
    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;
    }
    .page_banner {
        height: 487px;

    }
    .coast_tour .col_text,
    .coast_tour .col_box{
        max-width: 50%;
        flex-basis: 50%;
    }
    .coast_tour .col_text h3{
        font-size: 48px;
        line-height: 1.25;
    }
    .coast_tour .col_text p {
        line-height: 1.4;
    }
    .coast_tour .col_box .box p {
        line-height: 1.6;
    }
    .vessels .row,.mission .row,.tourism .row{
        padding-left: 40px;
        padding-right: 40px;
    }
    .vessels .title h2,.tourism .heading h1 ,.faq .heading h1, 
    .private h1, .page_contact .col_text h1, .terms_service h1{
        font-size: 48px;
    }
    .mission blockquote h3,.tourism .box_text h3 a,.tourism .box_text h3,
    .tour_reviews .box_text h3,.tour_reviews .contact h2 {
        font-size: 28px;
    }
    .tourism .heading h3, .tour_reviews .heading h1, .private h2, .private_fleet .title h2{
        font-size: 32px;
    }
    .tourism .canva-video {
        width: 100%;
        height: 370px;
    }
    .tourism .gallery a {
        height: 160px;
    }
    .row_page{
        padding-left: 40px;
        padding-right: 40px;
    }
    .banner_slider {
        height: 400px;
    }
    .tour_reviews .heading p, .page_contact .col_text p,
    .page_contact .col_list_address .footer_contact li a{
        font-size: 15px;
    }
    .faq .faq_content .title h3,.page_contact .map h2 a{
        font-size: 24px;
    }
    .private_album .gallery a{
        height: 215px;
    }
    .wedding_album .gallery a{
        height: 161px;
    }
    .page_contact .col_text,.page_contact .col_list_address{
        max-width: 50%;
        flex-basis: 50%;
    }
    .Weather h1{
        font-size: 32px;
    }
    .Weather h3{
        font-size: 28px;
    }
    .privacy_policy .heading_title h1,.privacy_policy .cookie h2{
        font-size: 48px;
    }
    section.home_banner .box {
        margin-top: 84px;
    }
    .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: 165px;
    }
    .banner_slider .slick-prev,.banner_slider .slick-next {
        top: 70%;
    }
    .popup-content .logo img {
        width: 121px;
    }
    .banner_product .row_banner .box{
        padding-left: 20px;
        padding-right: 20px;
    }
    .product_content .gallery a {
        height: 250px;
    }
    .product_content {
        padding: 80px 0px 40px 0px;
    }
    .related_tours{
        padding-top: 40px;
    }
    .related_tours .list_tour .tour_item {
        max-width: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    }
    .product_content .gallery.col-4 a {
        height: 186px;
    }
}

@media (max-width: 900px) {
    
}

@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: 18px;
        padding: 0px 20px;
        margin-bottom: 24px;
    }
    .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;
    }
    .tours .review img {
        width: 100%;
    }
    .tours .list_tour .tour_item,.service .col{
        max-width: 100%;
        flex-basis: 100%;
    }
    .feedback .slider_feedback .slick-arrow {
        width: 38px;
        height: 38px;
    }
    .feedback .slider_feedback .slick-arrow i {
        font-size: 16px;
    }
    .feedback .slider_feedback .slick-prev {
        left: 10px;
    }
    .feedback .slider_feedback .slick-next {
        right: 10px;
    }
    .feedback .slider_feedback .feedback_item .content {
        max-width: 320px;
    }
    .home_banner {
        height: 630px;
    }
    .seen_in,.tours,.service,.why_choose, .best_boat_tour,.boat_tours, .find_us {
        padding: 40px 0px;
    }
    .why_choose .col,.best_boat_tour .col_img, 
    .best_boat_tour .col_text, footer .box_footer .col{
        max-width: 100%;
        flex-basis: 100%;
    } 
    .best_boat_tour .col_album {
        margin-top: 60px;
    }
    .best_boat_tour .col_album .gallery a {
        height: 128px;
    }
    .list_network li img{
        opacity: 0.8;
    }
    footer .col{
        padding-left: 0px;
    }
    footer .col .title h4 {
        font-size: 18px;
        margin-top: 24px;
    }
    .page_banner .row_banner .box img{
        width: 100%;
    }
    .page_banner {
        height: 371px;
    }
    .coast_tour .col_text, .coast_tour .col_box ,.boat_tours_ss3 .col{
        max-width: 100%;
        flex-basis: 100%;
    }
    .coast_tour .col_text h3{
        font-size: 32px;
    }
    .coast_tour .col_box{
        padding: 0px;
        margin-top: 50px;
    }
    .coast_tour {
        padding-top: 40px;
    }
    .boat_tours_ss3 .col_text .box {
        padding: 40px;
    }
    .boat_tours_ss3 .col_text h3{
        font-size: 18px;
    }
    .boat_tours_ss4 .title h3{
        font-size: 24px;
    }
    .boat_tours_ss4 .title p{
        font-size: 15px;
    }
    .vessels .row, .mission .row,.tourism .row {
        padding-left: 5px;
        padding-right: 5px;
    }
    .vessels .title h2,.tourism .heading h1 {
        font-size: 32px;
    }
    .vessels .col{
        max-width: 100%;
        flex-basis: 100%;
        padding: 0px;
    }
    .vessels .col_left{
        margin-bottom: 40px;
    }
    .mission blockquote h3,.mission .awards h3,.tourism .heading h3,
    .tourism .box_text h3 a,.tourism .box_text h3,.tour_reviews .heading h1,
    .tour_reviews .box_text h3,.tour_reviews .contact h2, .private h2, .private_fleet .title h2 {
        font-size: 24px;
    }
    .mission .title h1{
        font-size: 18px;
    }
    .mission blockquote{
        padding-left: 64px;
    }
    .mission blockquote::before{
        font-size: 136px;
    }
    .mission h4{
        font-size: 18px;
    }
    .mission p{
        font-size: 14px;
    }
    .vessel_banner{
        height: 284px;
    }
    .tourism .canva-video {
        height: 197px;
    }
    .tourism .box_text .item{
        display: block;
    }
    .tourism .box_text .item img{
        float: left;
        margin: 0px 12px 12px 0px;
    }
    .tourism .box_text p{
        width: auto;
    }
    .tourism .box_text .box_img img {
        width: 100%;
    }
     .tourism .box_text h4{
        flex-wrap: wrap;
     }
    .tourism .box_text h4 a,.faq .faq_content .title h3, .tourism .box_text h4 span{
        font-size: 18px;
    }
    .tourism .box_text h4 span{
        white-space: nowrap;
    }
    .tourism .box_text h4 a span{
        white-space: unset;
    }
    .tourism .gallery a {
        height: 86px;
    }
    .row_page{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .tour_reviews{
        padding: 40px 0px;
    }
    .faq .heading h1, .private h1, .page_contact .col_text h1,
    .terms_service h1{
        font-size: 32px;
    }
    .faq .faq_box ul li .box_title{
        font-size: 15px;
    }
    .faq .faq_box ul li .box_title i {
        width: 30px;
        text-align: right;
    }
    .private_fleet .title h2{
        text-align: center;
    }
    .private_album .gallery a {
        height: 115px;
    }
    .wedding_album .gallery a{
        height: 86px;
    }
    .wedding_album{
        margin-bottom: 40px;
    }
    .private{
        padding-top: 40px;
    }
    .page_contact .col_text,.page_contact .col_list_address{
        max-width: 100%;
        flex-basis: 100%;
    }
    .page_contact .map h2 a, .terms_service h4{
        font-size: 18px;
    }
    .Weather h1, .Weather h3{
        font-size: 24px;
    }
    .privacy_policy .heading_title{
        padding-bottom: 64px;
    }
    section.home_banner .box {
        margin-top: 84px;
    }
    .popup-content .list_product .item {
        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;
    }
    .banner_product {
        height: 620px;
    }
    .page_banner{
        padding-bottom: 20px;
    }
    .banner_product .row_banner .box{
        padding-bottom: 80px;
    }
    .banner_product .row_banner .box h1 {
        font-size: 32px;
    }
    .banner_product .row_banner .box .img {
        width: 200px;
    }
    .product_content h2, .product_content h3{
        font-size: 24px;
    }
    .product_content .gallery a {
        height: 160px;
    }
    .product_content .gallery.col-4 a {
        height: 92px;
    }
    .product_content_bt .box_img{
        flex-wrap: wrap;
    }
}