@media (min-width: 992px) and (max-width:1199.98px) {
    html {
        font-size: 50.5%;
    }

    .container {
        max-width: 960px;
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    html {
        font-size: 1.303vw;
    }

    .container {
        max-width: 74rem;
    }

}

@media (max-width:991.98px) {


    header {
        height: 6.7rem;
    }

    header.menu_active {
        background: var(--white);
    }

    .for_mobile {
        display: block;
    }

    .for_desktop {
        display: none;
    }

    header.menu_active .logo_text {
        color: var(--black);
    }

    header.menu_active .header_social {
        display: none;
    }

    header .via_text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .hamburger_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 2.4rem;
        margin-left: auto;
    }

    .hamburger button {
        background-color: transparent;
        border: none;
    }

    .hamburger img {
        width: 3.2rem;
    }
    .hamburger img:nth-child(2){
        width: 2.4rem;
    }
    header .hamburger img:last-child {
        display: none;
    }

    header.sticky .hamburger img:last-child {
        display: block;
    }

    header.sticky .hamburger img:first-child {
        display: none;
    }

    .header_right {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: var(--white);
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        -o-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        padding-top: 2rem;
        padding-bottom: 6rem;
        z-index: 9999;
    }

    .header_right.active {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        top: 6.6rem;
    }

    .header_right.active * {
        color: #000 !important;
    }
.header_right.active .primary_btn:hover {
    color: white !important;
}
    .main_menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 2rem;
    }

    .header_right_inner {
        gap: 1.6rem;
        margin-right: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 2.4rem;
    }

  header .header_right .header_social_icon img {
    mix-blend-mode: difference;
}

    header .header_book_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1rem;
    }

    .header_book_wrap :where(button, a) {
        padding-inline: 8rem;
        font-size: 1.8rem;
    }

    .header_social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
    }

    header .main_menu a {
        font-size: 2.2rem;
    }

    .header_social img {
        width: 3.2rem;
    }

    .header_social img:last-child {
        display: none;
    }

    header.sticky .header_social img:last-child {
        display: block;
    }

    header.sticky .header_social img:first-child {
        display: none;
    }

    .hamburger.menu_active img {
        display: none !important;
    }

    .hamburger.menu_active img.close {
        display: block !important;
    }

    .hamburger img.close {
        display: none;
    }

    .banner_sec {
        background-image: url("../images/hero-tablet-mobile.jpg");
        background-size: cover;
        background-position: center center;
        height: 97rem;
        padding-top: 11rem;
        padding-bottom: 6rem;
        position: relative;
    }

    .banner_sec::after {
        height: 43rem;
        background: -webkit-gradient(linear, left top, left bottom, from(#001A35), to(rgba(0, 26, 53, 0)));
        background: -o-linear-gradient(top, #001A35 0%, rgba(0, 26, 53, 0) 100%);
        background: linear-gradient(180deg, #001A35 0%, rgba(0, 26, 53, 0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(color(display-p3 0.000 0.098 0.200)), to(color(display-p3 0.000 0.098 0.200 / 0)));
        background: -o-linear-gradient(top, color(display-p3 0.000 0.098 0.200) 0%, color(display-p3 0.000 0.098 0.200 / 0) 100%);
        background: linear-gradient(180deg, color(display-p3 0.000 0.098 0.200) 0%, color(display-p3 0.000 0.098 0.200 / 0) 100%);

    }

    .banner_sec .container {
        height: 100%;
        position: relative;
        z-index: 2;
    }

    .banner_content {
        max-width: 38rem;
        -webkit-backdrop-filter: blur(0px);
                backdrop-filter: blur(0px);
        margin: 0 auto;
        text-align: center;
        background: transparent;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0;
    }

    .banner_content h1~p {
        opacity: .8;
    }

    .banner_content>div:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .identity_content {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    .identity_content .for_mobile {
        margin-top: 2.4rem;
    }

    .name_box {
        top: 5rem;
        left: -10rem;
    }

    .review_grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery_slider .content img {
        height: 22rem;
    }

    .certified_text {
        font-size: 1.6rem;
    }

    .review_title h2 {
        font-size: 3.2rem;
        max-width: 50rem;
        margin-left: auto;
        margin-right: auto;
    }

    .review_rating_text {
        font-size: 1.6rem;
    }

    .gallery_title h2 {
        font-size: 3.2rem;
    }

    .booking_card_wrap {
        background-color: transparent;
        border-radius: 0;
    }

    .booking_card h2 {
        font-size: 3.2rem;
    }

    .booking_img img {
        width: 100%;
    }

    .booking_card_wrap {
        padding: 0;
        padding-left: 3.1rem;
    }

    .booking_card ul {
        max-width: 27rem;
        font-size: 1.4rem;
    }

    .booking_card .rating img {
        width: 2.4rem;
    }

    .booking_card .review_rating_text {
        font-size: 1.2rem;
    }

    .footer_menu a {
        font-size: 2rem;
    }

    .identity_content {
        display: -ms-grid;
        display: grid;
    }

    .book_wrap_fixed {
        display: none;
        gap: 1.6rem;
        padding-inline: 1.6rem;
        bottom: 2.4rem;
        left: 0;
        position: fixed;
        width: 100%;
        z-index: 3;
    }

    .book_wrap_fixed.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .book_wrap_fixed.design-2.active {
        display: block;
        text-align: center;
    }

    .book_wrap_fixed .via_text {
        color: var(--white);
        opacity: 1;
        position: relative;
        z-index: 1;
    }

    .book_wrap_fixed::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 12.8rem;
        bottom: -2.4rem;
        left: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(48.59%, rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.5)));
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 48.59%, rgba(0, 0, 0, 0.5) 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 48.59%, rgba(0, 0, 0, 0.5) 100%);
        z-index: 0;
    }

    .transparent_btn.white {
        background-color: var(--white);
        color: var(--black);
        border-color: white;
    }

    .book_wrap_fixed :where(button, a) {
        width: 100%;
        position: relative;
        z-index: 5;
    }

    .book_wrap_fixed.design-2 button {
        padding-inline: 10rem;
        width: auto;
    }
    footer {
        padding: 1.6rem 0 13.2rem;
    }
}

@media (max-width:575.98px) {

    html {
        font-size: 2.564vw;
    }

    .container {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }

    .py-80 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .transparent_btn {
        border-width: .2rem;
    }

    header {
        height: 6.4rem;
    }

    .header_social {
        display: none;
    }

    .header_right.active {
        top: 6.2rem;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }

    .main_menu a {
        font-weight: 600;
        font-size: 2.2rem;
    }

    .header_right a img {
        width: 4.8rem;
    }

    .header_right_inner {
        width: 100%;
    }

    .header_book_wrap {
        width: 100%;
    }

    .header_book_wrap :where(button, a) {
        width: 100%;
        font-size: 1.8rem;
    }

    .banner_sec {
        height: 71rem;
        padding-bottom: 4rem;
    }

    .banner_content h1 {
        font-weight: 700;
        font-size: 3.2rem;
        letter-spacing: -0.64px;
    }

    .banner_content h1~p {
        font-size: 1.4rem;
        opacity: 1;
    }

    .book_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        gap: 1rem;
        padding: 0;
    }

    .book_wrap.design_2 {
        display: block;
        padding-inline: 2rem;
    }

    .book_wrap .primary_btn span {
        display: none;
    }

    .book_wrap .transparent_btn {
        margin-top: 0;
    }

    .identity_content {
        display: none;
    }

    .identity_content_2 {
        display: block;
        text-align: center;
        position: relative;
        z-index: 3;
        padding-inline: 2rem;
    }

    .identity_content_2 .subtitle {
        font-family: var(--secondary-font);
        font-size: 1.2rem;
        text-transform: uppercase;
        margin-bottom: .8rem;
    }

    .identity_content_2 h2 {
        font-size: 3.6rem;
        font-weight: 700;
        letter-spacing: -.80px;
        margin-bottom: 2rem;
    }

    .certified_text {
        font-size: 1.4rem;
        opacity: .8;
        line-height: 1.7;
    }

    .identity_text {
        font-size: 1.8rem;
        line-height: 1.7;
        font-weight: 400;
        margin: 2.4rem 0;
    }

    .review_title h2 {
        font-size: 3.6rem;
        max-width: 30rem;
        font-weight: 700;
    }

    .review_grid {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }

    .review_content {
        padding: 2.8rem 2.4rem 2.8rem 2.4rem;
        border-radius: 1.2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 2.4rem;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .review_rating {
        margin-top: 0;
        margin-bottom: 1.2rem;
    }

    .reviews_sec .review_rating_text {
        max-width: 21rem;
        margin: auto;
        line-height: 1.6;
        margin-top: 1.6rem;
    }

    .gallery_title h2 {
        font-size: 3.6rem;
        font-weight: 700;
        padding: 0 2rem;
    }

    .gallery_slider {
        display: none;
    }

    .gallery_grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1.6rem 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.6rem;

    }

    .gallery_item:not(:last-child) {
        margin-bottom: 1.6rem;
    }

    .gallery_item img {
        width: 100%;
        border-radius: 1.2rem;
    }

    .booking_grid {
        display: none;
    }

    .booking_2 {
        height: 78rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 4rem 1.6rem;
        margin: 0 -1.6rem;
        background-image: url("../images/lets-paddle-mobile.jpg");
        background-size: cover;
        background-position: left bottom;
        position: relative;
        z-index: 3;
        text-align: center;
    }

    .booking_2 p {
        font-family: var(--secondary-font);
        font-size: 1.2rem;
    }

    .booking_2 h2 {
        font-size: 3.6rem;
        font-weight: 700;
        letter-spacing: -.80px;
    }

    .booking_2 ul {
        text-align: left;
        color: white;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: auto;
    }

    .booking_2 li {
        line-height: 1.7;
    }

    .booking_2 li:not(:last-child) {
        margin-bottom: 1rem;
    }

    .booking_2 .btn_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1.2rem;
        margin-top: 2.4rem;
    }

    .booking_2 .btn_wrap.design_2 {
        display: block;
    }

    .booking_2 .btn_wrap :where(button, a) {
        width: 100%;
    }

    .booking_2 .primary_btn span {
        display: none;
    }

    .booking_2 .btn_wrap.design_2 .via_text {
        color: var(--white);
        font-family: var(--primary-font);
    }

    .booking_sec::after {
        display: none;
    }

    footer {
        background-color: #fff;
    }

    .footer_menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 2rem;
    }


    .modal {
        padding: 0rem;
    }

    .modal_dialog {
        background-color: var(--primary-color);
        border-radius: 0;
        padding: 3rem 0 2rem 1.5rem;
        min-height: 100dvh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal_body {
        padding-right: 1.5rem;
    }

    .modal_body_for_thank_you {
        padding-right: 1.5rem;
    }

    .modal_body_for_thank_you p {
        font-size: 1.6rem;
        text-transform: none;
    }

    .book_wrap_fixed .primary_btn span {
        display: none;
    }
    .book_wrap_fixed::after{
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(48.59%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.7)));
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 48.59%, rgba(0, 0, 0, 0.7) 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 48.59%, rgba(0, 0, 0, 0.7) 100%);
    }
    .identity_sec{
        background-color: #fff;
    }
    .identity_sec::before{
        display: none;
    }
    .reviews_sec{
        padding-top: 0;
    }
    .mfp-arrow{
        display: none !important;
    }
    .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
        right: 1.5rem;
    }
}