@media (min-width: 1200px) and (max-width: 1350px) {}

@media screen and (max-width:1200px) {
    .plan-day-btn {
        padding: 13px 30px;
        font-size: 16px;
    }

    .nav-item {
        margin: 0 12px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }

    .hone-banner {
        height: 530px;
    }

    .banner-title {
        font-size: 53px;
        line-height: 69px;
        margin-bottom: 30px;
        margin-top: 70px;
    }

    .text-24 {
        font-size: 20px !important;
    }

    .feature-card h3 {
        min-height: 50px;
    }

    .plan-day-btn img {
        transform: translateY(-7px);
    }

    .footer-panel {
        padding-bottom: 180px;
    }

    .blue-horizon {
        transform: translate(-50%, 11px);
    }

    .water-activity-banner {
        height: 640px;
        padding-top: 90px;
    }

    .page-template .image-container {
        height: 190px;
    }

    .page-template .content h3 {
        font-size: 20px;
    }

    .page-template .banner-btn {
        width: 140px;
    }

    .page-template label {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .quantity-box button {
        font-size: 24px;
        padding: 0 10px;
    }

    .product-listing-panel .nav-tabs .nav-link {
        font-size: 14px;
        padding: 9px 15px;
    }

    .day-plan-card {
        padding: 10px;
    }

    .water-activity-title {
        font-size: 35px;
    }

    .water-activities-wrapper {
        display: block;
    }

    .water-activities-wrapper .activity-list {
        display: block;
        margin-top: 20px;
    }

    .page-id-11 .beach-rentals-banner,
    .page-id-20 .beach-rentals-banner {
        height: 335px !important;
        padding-top: 0 !important;
    }

    .page-id-11 .banner-title,
    .page-id-20 .banner-title {
        font-size: 53px;
        margin-top: 50px;
    }

    .page-id-11 .text-20,
    .page-id-20 .text-20 {
        font-size: 16px !important;
    }


    .page-id-14 .water-activity-banner {
        padding-top: 0;
    }

    .water-activity-banner .banner-title {
        font-size: 40px;
    }

    .page-id-13 .water-activity-banner {
        padding-top: 0;
    }

    .blue-horizon-big {
        width: 100%;
    }

    .beach-need-section .need-box p {
        font-size: 16px;
    }

    .beach-need-section .need-box h3 {
        font-size: 20px;
    }

    .truck-section .wave-card img {
        height: 500px;
    }

    .page-template-gallery .beach-rentals-banner {
        height: 350px !important;
    }

    .page-template-gallery .water-activity-banner {
        padding-top: 0;
    }

    .page-template-gallery .product-listing-panel {
        margin-top: 11px !important;
    }

    .page-template-product-listing .divider {
        margin-top: 0;
    }

    .page-template-product-listing .day-plan-card {
        padding: 20px;
    }

    .day-plan-card h2 {
        font-size: 25px;
    }

    .selected-tags span {
        padding: 6px 9px;
        font-size: 13px;
    }

    input {
        height: 45px;
    }

    .page-template-faq .water-activity-banner {
        padding-top: 0;
        height: 510px !important;
    }

}


@media screen and (max-width:992px) {

    .page-template-product-listing .day-plan-card {
        position: static;
        max-height: none;
        overflow: visible;
    }

    /************mobile-manu***********/
    .navbar-toggler {
        padding: 0.65rem 0.75rem;
    }

    .navbar-toggler-icon {
        display: block;
        height: 2px;
        background-size: 100%;
        background-color: #fff;
        margin-bottom: 7px;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background-color: #000;
        position: absolute;
        left: 0;
        width: 100%;
        top: 82px;
        padding: 12px 0 4px 0;
    }

    .navbar-toggler {
        position: absolute;
        right: 214px;
        top: 23px;
        padding: 0;
        border: 0;
    }

    .navbar-dark .navbar-toggler:focus {
        outline: 0;
        box-shadow: none;
    }

    .navbar-toggler:focus {
        outline: none;
    }

    .navbar-toggler span {
        width: 35px;
        height: 4px;
        margin: 7px 0px;
        display: block;
        background: #000;
        font-size: 18px;
        border-radius: 50px;
        transition: all .5s ease-in-out;
    }

    .fixed-header .navbar-toggler span {
        background: #fff;
    }

    .navbar-toggler.collapsed span {
        margin: 7px 0px !important;
        transform: rotate(0deg) !important;
    }

    .navbar-toggler.collapsed span.bar1 {
        width: 20px;
    }

    .navbar-toggler.collapsed span.bar3 {
        width: 20px;
        margin: 0 0 auto auto !important;
        display: block;
    }

    .navbar-toggler span.bar3 {
        display: none;
    }

    .navbar-toggler span.bar2 {
        transform: rotate(-45deg);
        margin-top: -10px;
    }

    .navbar-toggler span.bar1 {
        width: 35px;
        transform: rotate(45deg);
        margin-top: 17px;
    }

    .navbar-collapse {
        width: 0%;
        position: absolute;
        top: 79px;
        left: -100%;
        min-height: 100vh;
        background: #000000eb;
        padding: 23px 15px 0;
        /* transition: all .3s ease-in-out; */
        border-top: 1px solid #fff;
    }

    .navbar-collapse.show {
        left: 0;
        width: 100%;
        z-index: 999;
    }

    /************mobile-manu***********/


    .navbar-nav .nav-link.active,
    .navbar-nav .show>.nav-link {
        border-bottom: 2px solid transparent;
    }

    .navbar-nav .nav-item .nav-link {
        margin: 8px 0;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }


    .banner-title {
        font-size: 53px;
        line-height: 69px;
        margin-bottom: 30px;
        margin-top: 25px;
    }

    .text-20 {
        font-size: 18px !important;
    }

    .navbar-brand img {
        width: 60px;
    }

    .activity-list {
        margin-top: 27px;
    }

    .water-activities-wrapper {
        display: block;
        margin-top: 60px;
    }

    .tree-img {
        display: none;
    }

    .why-choose-us {
        padding-top: 70px;
    }

    .panel-space {
        padding: 70px 0;
    }

    .feature-card h3 {
        min-height: auto;
    }

    .image-container {
        height: 230px;
    }

    .content p {
        min-height: 48px;
    }

    .water-activity-title {
        font-size: 40px;
    }

    br {
        display: none;
    }

    .acitvity-cards-slider .owl-nav {
        top: -130px;
    }

    .w-50 {
        width: 100% !important;
    }

    .blue-horizon-big {
        width: 100%;
    }

    .w-75 {
        width: 100% !important;
    }

    .water-activity-banner .banner-title {
        font-size: 40px;
    }

    .water-activity-banner {
        height: 530px;
        padding-top: 90px;
    }

    .water-activity-gallery .gallery-item {
        height: 80px;
    }

    .gallery-item,
    .gallery-item.large {
        width: 140px;
    }

    .text-32 {
        font-size: 30px !important;
    }



    .page-id-14 .beach-rentals-banner {
        height: 470px !important;
    }


    .easybooking {
        padding: 60px 0;
    }



    .easybooking h3 {
        font-size: 28px;
    }

    .easybooking .number {
        font-size: 48px;
    }

    .easybooking p {
        font-size: 16px;
    }

    .beachpackages {
        padding: 60px 0;
    }

    .beachpackages .package-card {
        min-height: 500px;
    }

    .beachpackages h2 {
        font-size: 32px;
    }

    .beachpackages p {
        font-size: 17px;
    }

    .custom-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .included-wrapper {
        flex-direction: column;
        gap: 25px;
    }

    .included-box {
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding: 0 0 25px;
    }

    .included-box:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .product-listing-panel .nav-tabs {
        overflow-x: auto;
        flex-wrap: wrap;
        width: 100%;
    }

    .product-listing-panel .nav-tabs::-webkit-scrollbar {
        display: none;
    }

    .footer-links h4,
    .footer-contact h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .footer-links ul li a,
    .footer-contact ul li,
    .footer-text {
        font-size: 16px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-policy {
        gap: 20px;
        flex-wrap: wrap;
    }

    .beach-rentals-section {
        padding: 60px 0;
    }

    .image-stack-left,
    .image-stack-right {
        display: none;
    }

    .page-id-13 .water-activity-banner {
        height: 380px !important;
    }

    .about-us-banner .banner-title {
        font-size: 40px;
    }

    .truck-section .wave-card img {
        height: 300px;
    }

    .truck-section::after {
        bottom: 0;
        height: 110px;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #fff;
    }

    .page-template-gallery .beach-rentals-banner {
        height: 240px !important;
    }

    .page-template-faq .water-activity-banner {
        padding-top: 0;
        height: 400px !important;
    }

    .faq-section {
        margin-top: -210px;
    }

    .custom-accordion .accordion-button {
        font-size: 16px;
    }

    .page-template-cart .beach-rentals-banner,
    .page-id-149 .beach-rentals-banner {
        height: 450px !important;
    }

    .booking-card,
    .success-card {
        margin: 0 15px !important;
        width: auto;
        max-width: 100%;
    }

    .success-card h1 {
        font-size: 29px;
    }

    .success-icon img {
        width: 110px;
    }

}

@media screen and (max-width:767px) {
    .banner-title {
        font-size: 35px;
        line-height: 53px;
        margin-top: 50px;
    }

    .text-20 {
        font-size: 16px !important;
    }

    .hone-banner {
        height: 580px;
    }

    .star-img {
        bottom: 12px;
        left: 20px;
        width: 100px;
    }

    .panel-space {
        padding: 50px 0;
    }

    .text-24 {
        font-size: 16px !important;
    }

    .water-activity-title {
        font-size: 30px;
    }

    .explore-btn {
        font-size: 16px;
    }

    .activity-list {
        display: block;
    }

    .text-32 {
        font-size: 26px !important;
    }

    .gallery-item {
        width: 100px;
        height: 70px;
    }

    .acitvity-cards-slider .owl-nav {
        display: none !important;
    }

    .content h3 {
        font-size: 20px;
    }

    .custom-accordion .accordion-button {
        font-size: 16px;
        padding: 16px 16px;
    }

    .custom-accordion .accordion-item:last-child {
        margin-bottom: 0;
    }

    .footer-links ul li a,
    .footer-contact ul li,
    .footer-text {
        font-size: 15px;
    }

    .footer-links ul li {
        margin-bottom: 8px;
    }

    .footer-links h4,
    .footer-contact h4 {
        font-size: 18px;
        margin-bottom: 13px;
    }

    .footer-text {
        max-width: 100%;
    }

    .footer-panel {
        padding-bottom: 50px;
    }

    .blue-horizon {
        transform: translate(-50%, 2px);
    }

    .footer-bottom {
        margin-top: 0;
        flex-direction: column-reverse;
    }

    .water-activities-wrapper {
        margin-top: 45px;
    }


    .gallery-item {
        width: 220px;
        height: 220px;
    }

    .gallery-item.large {
        width: 300px;
    }

    .water-activity-gallery {
        margin-top: 40px;
    }

    .water-activity-banner .banner-title {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 25px;
    }



    .page-id-11 .beach-rentals-banner {
        height: 395px !important;
        padding-top: 0 !important;
    }


    .error-404 .page-content {

        padding: 40px 20px;
    }

    .error-404 .page-content p {

        font-size: 18px;
    }

    .error-404 .search-form {

        flex-direction: column;
    }

    .error-404 .search-submit {

        width: 100%;
    }

    .page-content.default-max-width {

        padding: 40px 20px;
    }

    .page-content.default-max-width p {

        font-size: 18px;
    }

    .page-content.default-max-width .search-form {

        flex-direction: column;
    }

    .page-content.default-max-width .search-submit {

        width: 100%;
    }

    .easybooking {
        padding: 40px 0;
    }

    .easybooking .activity-card {
        min-height: 300px;
        padding: 20px;
    }

    .easybooking h3 {
        font-size: 24px;
    }

    .easybooking .number {
        font-size: 40px;
    }

    .easybooking p {
        font-size: 15px;
    }


    .beachpackages {
        padding: 40px 0;
    }

    .beachpackages .package-card {
        min-height: 420px;
    }

    .beachpackages .package-content {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .beachpackages .top-content {
        top: 20px;
    }

    .beachpackages h2 {
        font-size: 24px;
    }

    .beachpackages p {
        font-size: 15px;
        margin-bottom: 20px;
    }


    .included-wrapper {
        padding: 25px 20px;
    }

    .included-box h3 {
        font-size: 28px;
    }

    .included-box ul li {
        font-size: 16px;
    }

    .beach-need-section {
        padding: 40px 15px;
    }

    .beach-need-section .need-box h3 {
        font-size: 22px;
    }

    .beach-need-section .need-box p {
        font-size: 16px;
    }

    .custom-gallery {
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-rows: 90px;
        gap: 6px;
    }

    .gallery-item-box.tall,
    .gallery-item-box.big {
        grid-row: span 1;
    }

    .water-activities-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .details-grid,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .page-id-14 .beach-rentals-banner {
        height: 370px !important;
    }


    .page-id-20 .banner-title {
        margin-top: 24px;
    }


    .page-id-20 .beach-rentals-banner {
        height: 365px !important;
    }

    .page-id-14 .water-activity-gallery {
        margin-top: 58px;
    }

    .page-id-13 .water-activity-gallery {
        margin-top: 0;
    }

    .about-us-banner .banner-title {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 25px;
    }

    .page-template-about-us .beach-need-section {
        padding: 30px 0 0 0;
    }

    .beach-need-section .need-box:last-child {
        margin-bottom: 0;
    }

    .about-gallery {
        padding-top: 0;
    }

    .truck-section::after {
        height: 60px;
    }

    .truck-section::before {
        height: 90px;
    }

    .truck-section .wave-card img {
        height: 130px;
    }

    .truck-section {
        margin-top: 40px;
    }

    .page-template-gallery .product-listing-panel {
        margin-top: 35px !important;
    }

    .contact-box .icon-box {
        width: 65px;
        height: 65px;
    }

    .icon-box i {
        font-size: 30px;
    }

    .quick-help-card {
        padding: 20px;
    }

    .faq-section {
        margin-top: -150px;
    }

    .page-template .image-container {
        height: auto;
    }




    .home .bnr-transparant-btn {
        width: 100% !important;
    }

    .home .navbar-toggler span {
        background: #fff;
    }

    .home .gallery-item {
        width: 70px;
        height: 70px;
    }

    .home .gallery-item.large {
        width: 70px;
    }

    .banner-btn {
        width: 100% !important;
    }

    .product-card .banner-btn {
        width: 140px !important;
    }
}
