@media (max-width: 1025px) {
    header .logo {
        width: 180px;
    }

    header .menu_mobile {
        display: none;
    }

    .banner .banner_content .text h1::before {
        bottom: 5px;
        width: 104%;
        height: 14px;
        left: -12px;
    }

    .menu_mobile .menu-toggle {
        cursor: pointer;
        font-size: 30px;
        position: relative;
        z-index: 9999;
    }

    .menu_mobile .menu-toggle i {
        color: #fff;
        font-size: 25px;
        transform: rotate(0deg);
        transition: all 0.5s ease;
    }

    .menu_mobile .menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background: rgba(0, 0, 0, 0.85);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in;
        z-index: 0;
        opacity: 0;
    }

    .menu_mobile .menu ul {
        padding: 0px;
        list-style: none;
        width: 80%;
        text-align: left;
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-left: 30px;
        padding-right: 30px;
        background-color: #000;
        margin: 0px;
    }

    .menu_mobile .menu ul .submenu {
        max-height: 0px;
        transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
        overflow: hidden;
        padding: 0px;
        display: block;
    }

    .menu_mobile .menu ul .submenu.open {
        transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
        max-height: 500px;
        padding: 25px 0px 15px 0px;
    }

    .menu_mobile .menu li {
        line-height: 30px;
        padding-bottom: 10px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 10px;
        transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
        padding-left: 16px;
    }

    .menu_mobile .menu li .submenu_item a {
        text-transform: none;
        font-weight: 400;
        font-size: 14px;

    }

    .menu_mobile .menu li img {
        width: 45px;
        margin-left: 20px;

    }

    .menu_mobile .menu a {
        color: #F6893D;
        text-decoration: none;
        font-size: 16px;
        transition: color 0.3s;
        font-weight: 400;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        gap: 13px;
        font-family: "Rammetto One", Sans-serif;
    }

    .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: transform 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 .btn_book-mb {
        background-color: var(--color-main);
        padding: 10px 25px;
        border-radius: 40px;
        margin-top: 30px;
    }
    header .header_main {
        height: 114px;
        max-height: 114px;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    
    }
    header .main_menu ul li a{
        font-size: 12px;
    }
    header .header_top .box_address ul li:last-child{
        display: none;
    }
    .list_menu .box_menu .menu_item:nth-child(4) {
        margin-top: -102px;
    }
    .list_menu .box_menu .menu_item:nth-child(7) {
        margin-top: -118px;
    }
    .list_menu .box_menu .menu_item:nth-child(10) {
        margin-top: -123px;
    }
    .list_menu .box_menu .menu_item:nth-child(13) {
        margin-top: -107px;
    }
    .list_menu .box_menu .menu_item:nth-child(8) {
        margin-top: -58px;
    }
    .list_menu .box_menu .menu_item:nth-child(11) {
        margin-top: 0px;
    }
    section.menu_table tr td,  section.menu_table tr th {
        font-size: 11px !important;
    }
    .menu_table .heading_title h2{
        font-size: 36px;
    }
    .popup-content .list_product .item .img {
        height: 300px;
    }
    .popup-content {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 900px) {
    .home_banner .row_banner h1 {
        font-size: 36px;
    }
    .home_banner .row_banner{
        max-width: 435px;
    }
    .home_banner .row_banner p{
        margin-bottom: 30px;
    }
    .home_banner .row_banner .box_btn {
        margin-top: 20px;
    }
    .home_ss1 .col_img, .experience .col_img{
        max-width: 60%;
        flex-basis: 60%;
    }
    .home_ss1 .col_text, .experience .col_text{
        max-width: 40%;
        flex-basis: 40%;
    }
    .heading_title h2{
        font-size: 29px;
    }
    .slider_luau_photo {
        max-width: calc(100% - 50px);
        flex-basis: calc(100% - 50px);
        margin: auto;
        padding: 0px;
    }
    .slider_luau_photo .slick-prev {
        left: -10px;
    }
    .slider_luau_photo .slick-next {
        right: -10px;
    }
    .meet_chief .col{
        max-width: 100%;
        flex-basis: 100%;
    }
    .meet_chief .row{
        flex-direction: column-reverse;
    }
    .meet_chief .col_img .box_img img {
        height: 500px;
        border-width: 0px;
        -webkit-mask-size: contain;
    }
    .meet_chief .col_img .box_img {
        height: 500px;
    }
        .review_google .box_user.silder_reivew-google {
        column-count: 2;
    }
    footer .col ,footer .col_netword{
        max-width: 50%;
        flex-basis: 50%;
    }
    footer .box_footer .col_netword{
        flex-direction: row;
        justify-content: space-around;
    }
    footer .box_footer .col_netword img{
        width: 97px;
    }
    .menu_table .row .box_table{
        overflow-x: scroll;
    }
    .page_contact .col_form{
        max-width: 60%;
        flex-basis: 60%;
    }
    .page_contact .col_text{
        max-width: 40%;
        flex-basis: 40%;
    }
    .page_contact h1, .page_contact .col_text h2{
        font-size: 36px;
    }
    
}

@media (max-width: 500px) {
    
    header .main_menu,header .header_top, .heading_title{
        display: none;
    }
    .show_mb{
        display: block;
         margin-top: 50px;
    }
     header .box_btn{
        display: none;
     }
    header .menu_mobile {
        display: flex;
        gap: 10px;
    }
    .home_banner .row_banner .box_btn{
        flex-wrap: wrap;
        padding-left: 20px;
        padding-right: 20px;
    }
    .home_banner .row_banner .box_btn a{
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .home_banner .row_banner .box_img{
        display: none;
    }
    header .header_main{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header .header_main{
        height: 65px;
    }
    .home_banner .row_banner h1 {
        font-size: 26px;
    }
    .home_banner .row_banner p{
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .home_banner {
        height: 60vh;
    }
    .menu_mobile .menu {
        width: 100%;
    }

    .menu_mobile .menu li img {
        width: 35px;
        margin-left: 20px;
    }

    .menu_mobile .menu-toggle img {
        width: 35px;
        height: 35px;
    }

    .menu_mobile .btn_book-mb {
        width: 84%;
        text-align: center;
    }

    .home_ss1 .col_text, .experience .col_text,
    .home_ss1 .col_img, .experience .col_img,
    footer .col, footer .col_netword {
        max-width: 100%;
        flex-basis: 100%;
    }
    .home_ss1 .col, .experience .col{
         max-width: 100%;
        flex-basis: 100%;
        padding: 0px !important;
        width: 100%;
    }
    .home_ss1 .box_video .col:first-child{
        margin-bottom: 20px;
    }
    .home_ss1 .box_video .col .box{
        height: 186px;
    }
    .experience .row{
        flex-direction: column-reverse;
    }
    .experience_2 .row{
        flex-direction: column;
    }
    .heading_title h2{
        font-size: 25px;
    }
    .experience .heading_title h2{
        text-align: center;
    }
    .experience img {
        height: 326px;
        -webkit-mask-size: 85%;
        border-width: 0px;
    }
    .box_btn a {
        width: 100%;
        justify-content: center;
    }
    .luau_photo h2 {
        font-size: 25px;
    }
    .slider_luau_photo  .slick-dots li {
        width: 12px;
        height: 12px;
    }
    .meet_chief .col_img .box_img ,.meet_chief .col_img .box_img img{
        height: 326px;
    }
    header .menu .box_btn{
        display: block;
        margin-bottom: 20px;
    }
     header .menu .box_btn a{
        padding: 10px 15px;
        font-size: 15px;
        font-family: Changa One, sans-serif;
        color: #fff;
     }
     .menu_mobile .menu ul{
        padding-top: 30px;
     }
     .review_google .heading_title h2, .comment_ss .heading_title h2,.awards_accolades .heading_title h2 {
        font-size: 25px;
    }
    .review_google .tab-container .tab-buttons {
        flex-direction: column;
    }
    .review_google .box_user.silder_reivew-google {
        column-count: 1;
    }
    .home_ss1 .col, .experience .col_text{
        padding-top: 20px !important;
    }
    .list_experbar, .meet_chief {
        padding-top: 0px;
    }
    .crossbar,.home_ss1, .list_experbar {
        padding-bottom: 0px;
    }
    .list_experbar .col_img{
        padding-top: 20px !important;
    }
    .slider_luau_photo img {
        -webkit-mask-size: contain;
    }
    .meet_chief .col {
        width: 100%;
    }
    .meet_chief .col_text h2{
        display: none;
    }
    .meet_chief .col_text.show_mb h2{
        display: block;
        font-size: 25px;
        text-align: center;
        margin-bottom: 40px;
    }
      .meet_chief .col_text.show_mb{
        margin-top: 0px;
      }
    .meet_chief .col_text h3 {
        margin-top: 20px;
        font-size: 18px;
        text-align: center;
    }
    .meet_chief .col_text p{
        font-size: 14px;
        text-align: center;
    }
    .awards_accolades .heading_title{
        display: block;
    }
    .awards_accolades .heading_title p{
        font-size: 14px;
    }
    .awards_accolades .box_img a:first-child{
        width: 40%;
    }
    footer .box_footer .logo,footer .box_footer .contact_Us{
        margin-bottom: 30px;
    }
    footer .box_footer .logo .box a, .menu_table .heading_title{
        display: block;
        text-align: center;
    }
    footer .box_footer .logo .box ul{
        justify-content: center;
    }
    footer .box_footer .menu_contact{
        padding-left: 0px;
    }
    footer .box_footer .col_netword{
        margin-top: 20px;
    }
    .list_menu .box_menu .menu_item {
        max-width: 100%;
        flex-basis: 100%;
    }
    .page_banner h1::before, .page_banner h1::after{
        display: none;
    }
    .list_menu .box_menu .menu_item{
        margin-top: 0px !important;
    }
    .menu_table .heading_title h2{
        font-size: 25px;
    }
    .menu_content h3{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .menu_content .box_img{
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .menu_content .box_img img{
        width: 100%;
        object-fit: contain;
    }
    .menu_content h4{
        line-height: 1.2;
        margin-bottom: 16px;
    }
    .page_banner {
        min-height: 300px;
    }
    .location .heading_title{
        display: block;
    }
    .page_banner h1,   .location .heading_title h2, .location h3,
    .about_us .box_text h3{
        font-size: 24px;
        justify-content: center;
    }
    .chief_sielu .row{
        flex-direction: column-reverse;
    }
    .chief_sielu .heading_title h2{
        font-size: 24px;
    }
    .chief_sielu{
        padding-top: 0px;
    }
    .chief_sielu .show_mb {
        margin-top: 0px;
    }
    .chief_sielu .col {
        max-width: 100%;
        flex-basis: 100%;
        padding-right: 0px;
    }
    .chief_sielu .col_img{
        margin-bottom: 16px;
    }
    .page_contact .col_text, .page_contact .col_form{
        max-width: 100%;
        flex-basis: 100%;
    }
    .page_contact .box_form {
        padding: 27px 20px;
    }
    .page_contact h1, .page_contact .col_text h2 {
        font-size: 24px;
    }
    .page_contact .col_text{
        padding-left: 0px;
        padding-top: 30px;
    }
    .privacy_policy h2{
        line-height: 1.2;
    }
    header .menu_mobile .box_btn{
        display: block;
    }
    header .box_btn button{
        font-weight: 400;
        padding: 10px;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .box_btn_fixed {
        margin: 0 15% !important;
        width: 273px;
        right: 0 !important;
    }
    .popup{
        z-index: 9999999999999999;
    }
    .popup-content{
        width: 100%;
        max-width: 100%;
        height: 100%;
        padding-top: 50px;
        transform: translateY(0px);
        border-radius: 0px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .popup-content .list_product{
        flex-direction: column;
    }
    .popup-content .list_product .item{
        max-width: 100%;
        flex-basis: 100%;
    }
    .popup .close {
        top: 36px;
        font-size: 29px;
        font-weight: 600;

    }
    .popup-screen .list_detail{
        flex-wrap: wrap;
    }
    .popup-screen .list_detail .detail_item,
    .reservation .list_product .item{
        max-width: 100%;
        flex-basis: 100%;
    }
    .popup-screen .list_detail .detail_item .img,.popup-content .list_product .item .img {
        height: 182px;
    }
    .poup_footer {
        flex-direction: column;
    }
    .poup_footer .right {
        align-items: flex-start;
    }
    .poup_footer .left {
        margin-bottom: 15px;
    }
    .popup-content .list_product .item .content p{
        margin-top: 10px;
    }
}