@media screen and (max-width: 480px) {
    .select-language__wrapper {
        display: flex;
    }

    .ig_header{
        display: inline-block !important;
        color: #fff;
        text-decoration: none;
        font-size: 26px;
        position: absolute;
        right: 20px;
    }

    .header-nav__section .btn-primary, .header-nav__section .btn-karmabeach, .mouse__wrapperX, a.carousel-control-prev, a.carousel-control-next {
        display: none;
    }

    .arrowdown{
        bottom: 65px;
    }

    .player {
        bottom: 120px;
    }

    .mouse__wrapper{
    bottom: 120px;
}

    .slider_bg.weekly {
        height: auto;
        padding-top: 100%;
    }

    .book-now__section {
        display: flex;
        position: fixed;
        bottom: 0px;
        height: 60px;
        width: 100%;
        background-color: #0083bf;
        z-index: 9999;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        cursor: pointer;
        padding-right: 25px;
    }

    .spacing-bottom-book-now-float {
        /* height: 70px; */
        padding: 0 !important;
    }

    #nav-fullscreen {
        width: 100% !important;
    }

    #nav-fullscreen ul li {
        padding: 0.1em 0;
    }

    .pt-5 {
        padding-top: 1rem !important;
    }

    .artist-makers__section h1.cover-heading {
        font-size: 2rem;
    }

    .pointerDrag {
        visibility: hidden;
        opacity: 0;
        display: block;
        position: absolute;
        bottom: 15%;
        z-index: 99;
        left: 0;
        right: 0;
    }

    .fp-section.section__active .pointerDrag {
        /* for chrome and safari*/
        -webkit-animation-duration: 3s;
        -webkit-animation-name: slidein-h;

        /*for firefox*/
        -moz-animation-duration: 3s;
        -moz-animation-name: slidein-h;

        /* for opera*/
        -o-animation-duration: 3s;
        -o-animation-name: slidein-h;

        /* Standard syntax*/
        animation-duration: 3s;
        animation-name: slidein-h;
        animation-timing-function: ease;
    }

    @-webkit-keyframes slidein-h {
        0% {
            -webkit-transform: translateX(0);
            opacity: 1;
            visibility: visible;
        }

        20% {
            -webkit-transform: translateX(0);
        }

        40% {
            -webkit-transform: translateX(-30px);
        }

        50% {
            -webkit-transform: translateX(0);
        }

        60% {
            -webkit-transform: translateX(-30px);
        }

        80% {
            -webkit-transform: translateX(0);
            opacity: 1;
            visibility: hidden;
        }

        100% {
            -webkit-transform: translateX(0);
            opacity: 0;
            visibility: hidden;
        }
    }

    @-moz-keyframes slidein-h {
        0% {
            -moz-transform: translateX(0);
            opacity: 1;
            visibility: visible;
        }

        20% {
            -moz-transform: translateX(0);
        }

        40% {
            -moz-transform: translateX(-30px);
        }

        50% {
            -moz-transform: translateX(0);
        }

        60% {
            -moz-transform: translateX(-30px);
        }

        80% {
            -moz-transform: translateX(0);
            opacity: 1;
            visibility: hidden;
        }

        100% {
            -moz-transform: translateX(0);
            opacity: 0;
            visibility: hidden;
        }
    }

    @-o-keyframes slidein-h {
        0% {
            -o-transform: translateX(0);
            opacity: 1;
            visibility: visible;
        }

        20% {
            -o-transform: translateX(0);
        }

        40% {
            -o-transform: translateX(-30px);
        }

        50% {
            -o-transform: translateX(0);
        }

        60% {
            -o-transform: translateX(-30px);
        }

        80% {
            -o-transform: translateX(0);
            opacity: 1;
            visibility: hidden;
        }

        100% {
            -o-transform: translateX(0);
            opacity: 0;
            visibility: hidden;
        }
    }

    @keyframes slidein-h {
        0% {
            transform: translateX(0);
            opacity: 1;
            visibility: visible;
        }

        20% {
            transform: translateX(0);
        }

        40% {
            transform: translateX(-30px);
        }

        50% {
            transform: translateX(0);
        }

        60% {
            transform: translateX(-30px);
        }

        80% {
            transform: translateX(0);
            opacity: 1;
            visibility: hidden;
        }

        100% {
            transform: translateX(0);
            opacity: 0;
            visibility: hidden;
        }
    }

    @-webkit-keyframes slidein {
        from {
            margin-left: 50%;
            width: 200%;
        }

        to {
            visibility: visible;
            opacity: 1;
            margin-left: -20%;
            width: 100%;
        }
    }

    @-moz-keyframes slidein {
        from {
            margin-left: 50%;
            width: 200%;
        }

        to {
            visibility: visible;
            opacity: 1;
            margin-left: -20%;
            width: 100%;
        }
    }

    @-o-keyframes slidein {
        from {
            margin-left: 50%;
            width: 200%;
        }

        to {
            visibility: visible;
            opacity: 1;
            margin-left: -20%;
            width: 100%;
        }
    }

    @keyframes slidein {
        from {
            margin-left: 50%;
            width: 200%;
        }

        to {
            visibility: visible;
            opacity: 1;
            margin-left: -20%;
            width: 100%;
        }
    }

    img.image_carousel {
        height: 100vh;
    }

    .hide-mobile {
        display: none !important;
    }

    /* Floating top nav */
    .floating-nav--wrapper {
        padding: 0 32px;
    }

    .floating-nav__button {
        background: unset;
        color: #ffffff;
        box-shadow: unset;
        outline: unset;
        border: unset;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .floating-nav__button.floating-nav__button--prev {
        left: 5px;
        opacity: 0;
    }

    .floating-nav__button.floating-nav__button--next {
        right: 5px;
    }

    .floating-nav .floating-nav--wrapper ul {
        display: block;
        padding: 0;
        overflow-y: scroll;
        scroll-behavior: smooth;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: unset;
    }

    .floating-nav .floating-nav--wrapper ul::-webkit-scrollbar {
        display: none;
    }

    .floating-nav .floating-nav--wrapper ul li {
        display: inline-block;
        margin: 0 10px;
    }

    .floating-nav .floating-nav--wrapper ul li:first-child {
        margin-left: 0;
    }

    .floating-nav .floating-nav--wrapper ul li:last-child {
        margin-right: 0;
    }

    .floating-nav .floating-nav--wrapper ul li a {
        font-size: 16px;
        line-height: 16px;
        padding: 24px 0 24px;
    }

    .floating-nav .floating-nav--wrapper ul li a.active::after {
        bottom: 16px;
    }

    /* EOF Floating top nav */

    /* Monthly event slider */
    .monthly-event-buttons {
        gap: 5px;
    }

    .monthly-event-buttons .monthly-event-btn {
        width: 48%;
    }

    .monthly-event-sliders .owl-nav {
        margin-top: 1rem;
        margin-top: 0;
        opacity: 1;
    }

    .owl-carousel .monthly-event-sliders .owl-nav button {
        font-size: 2rem;
    }

    .monthly-event-sliders .owl-nav .owl-prev {
        transform: translate(-14px, -20px);
    }

    .monthly-event-sliders .owl-nav .owl-next {
        transform: translate(14px, -20px);
    }

    .monthly-event-sliders__counter {
        top: 13px;
        right: 40px;
        font-size: 1.25rem;
    }

    .monthly-event-sliders .daily-events {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 16px;
        padding: 0;
    }

    .weekly_experiences__section{
    /* margin-top: 60px; */
}

    /* EOF Monthly Event Slider */
    .featured-event__section .container_hd,
    .weekly_experiences__section .title-24,
    .curated-event__section .title-24,
    .experiences__section .title-24,
    .locations__section .title-24,
    .reservations__section .title-24 {
        margin-top: 64px;
        margin-top: 25px;
        padding-bottom: 0;
    }

    /* Curated Events */
    .curated-event__section {
        height: auto !important;
    }

    .curated-event__section .fp-tableCell {
        height: auto !important;
        vertical-align: unset !important;
    }

    .curated-event__single img {
        margin-top: 1rem;
    }

    /* EOF Curated Events */
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .curated-event__section {
        height: auto !important;
    }

    .curated-event__section .fp-tableCell {
        height: auto !important;
        vertical-align: unset !important;
    }
}

@media screen and (min-width: 1251px) and (max-width: 1400px) {
    .featured_more_events {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .monthly-event-sliders .daily-events {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (min-width: 1081px) and (max-width: 1250px) {
    .featured_more_events {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }

    .monthly-event-sliders .daily-events {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (min-width: 1024px) and (max-width: 1080px) {
    .featured-event__wrapper .card .card-body {
        /* width: 80%; */
    }

    .featured_more_events {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .monthly-event-sliders .daily-events {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .header-nav__section {
        /* margin: 0 6.75%; */
        /* width: 86.5% !important; */
        /* max-width: unset !important; */
    }

    /* Floating nav */
    .floating-nav .floating-nav--wrapper ul {
        padding: 0;
        gap: 16px;
    }

    .floating-nav .floating-nav--wrapper ul li a {
        font-size: 16px;
        line-height: 24px;
        padding: 24px 0;
    }

    /* EOF Floating nav */
    .curated-event__single img {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 769px) {
    #nav-overlay {
        background: linear-gradient(45deg, rgba(252, 176, 69, 1) 0%, rgba(230, 255, 183, 0.9) 0%, rgba(53, 144, 255, 0.9) 0%, rgba(230, 255, 183, 0.9) 100%, rgba(131, 58, 180, 1) 100%) !important;
        position: fixed;
        top: 0;
        left: 0;
        border-radius: 0;
    }

    #nav-overlay.open {
        width: 100% !important;
        height: 100vh !important;
        margin-top: 0px !important;
        margin-left: 0px !important;
        overflow: hidden;
    }

    /* popup */
    .modal {
        max-height: 550px !important;
        width: 95% !important;
    }

    /* EOF POPUP */
}

@media (max-width: 1200px) {
    /* Disable OWL on Mobile */

    .experiences__section .row100-vh{
        height: auto;
        overflow: visible;
    }
    
    .experiences__section-slider{}    
    
    .experiences__section-slider .cardModfiy{
        padding: 0 15px;
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }

    .experiences__section-slider .cardContent_new{
        position: relative;
        opacity: 1;
        background-color: #0083bf;
        min-height: auto;
        visibility: visible;
        padding-top: 2em;
        padding-bottom: 2em;
        padding-left: 1em !important;
        padding-right: 1em !important;
    }
    
    .experiences__section-slider .title_box {
        display: none;
    }

    .experiences__section-slider .slider_bg{
        height: 40vh !important;
    }

    .experiences__section-slider .owl-item {
        float: none;
        width: auto !important;
    }

    .experiences__section-slider .owl-item.cloned{
        display: none;
    }

    .experiences__section-slider.owl-carousel .owl-stage {
        width: 100% !important;
        transform: none !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
    .featured_more_events {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .monthly-event-sliders .daily-events {
        grid-template-columns: repeat(3, 1fr);
        /* padding: 0 16px; */
    }
}

@media screen and (max-width: 600px) {
    .title-30 {
        font-size: 25px;
    }

    .featured-event__wrapper .card .card-body {
        /* width: 65%; */
    }

    .featured_more_events {
        grid-template-columns: 1fr 1fr;
    }

    .monthly-event-sliders .daily-events{
        grid-template-columns: repeat(2, 1fr);
    }

    .featured_more_events__description {
        font-size: 12px;
    }

    .featured_more_events__subtitle {
        font-size: 10px;
    }

    .featured_more_events__day {
        font-size: 12px;
    }

    .featured_more_events__day {
        font-size: 12px;
    }

    .featured_more_events__date {
        font-size: 1.3rem;
    }

    .banner_modal_content .modal_title {
        margin: 0 auto;
        font-size: 24px;
    }

    #preload-image {
        width: 100% !important;
    }

    .text-intro__wrapper {
        padding: 40px 20px;
        padding: 40px 0px;
    }

    .featured-event-item .card-image img {
        max-width: 240px;
    }

    .cardModfiy .cardContent_new {
        transition: opacity 0.4s linear;
    }

    .cardContent_new {
        /* padding-left: 2rem !important;
        padding-right: 2rem !important;
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
        margin-left: 1rem !important;
        margin-right: 1rem !important; */
        /* top: 55px; */
    }

    #carousel-custom-dots,
    #carousel-custom-dots-loc {
        visibility: visible !important;
    }

    .experiences__section .carousel-indicators,
    .locations__section .carousel-indicators {
        bottom: 20px !important;
        position: absolute;
    }

    .text-center .title-24 {
        padding: 20px 20px !important;
        /* height: auto; */
        padding-top: 0;
    }

    .experiences__section .text-center .title-24,
    .reservations__section .title-24 {
        height: 14vh;
    }

    .experiences__section .container-fluidX, .experiences__section .slider_bgX {
        height: calc(100vh - 14vh) !important;
    }

    #myBtn,
    .floating-button {
        right: 5px;
        width: 40px;
        height: 40px;
    }

    body.fp-viewing-0-0 #myBtn,
    body.fp-viewing-0 #myBtn {
        visibility: visible;
        opacity: 1;
        display: none;
    }

    div.image_loc_logo {
        bottom: 107px;
    }
}

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

    /* popup */
    .modal {
        max-height: 550px !important;
        width: 95% !important;
    }

    .mouse__wrapper {
        bottom: 120px;
    }

    /* Floating top nav */
    .floating-nav--wrapper {
        padding: 0 32px;
    }

    .floating-nav__button {
        background: unset;
        color: #ffffff;
        box-shadow: unset;
        outline: unset;
        border: unset;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .floating-nav__button.floating-nav__button--prev {
        left: 5px;
        opacity: 0;
    }

    .floating-nav__button.floating-nav__button--next {
        right: 5px;
    }

    .floating-nav .floating-nav--wrapper ul {
        display: block;
        padding: 0;
        overflow-y: scroll;
        scroll-behavior: smooth;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: unset;
        max-width: none;
    }

    .floating-nav .floating-nav--wrapper ul::-webkit-scrollbar {
        display: none;
    }

    .floating-nav .floating-nav--wrapper ul li {
        display: inline-block;
        margin: 0 10px;
    }

    .floating-nav .floating-nav--wrapper ul li:first-child {
        margin-left: 0;
    }

    .floating-nav .floating-nav--wrapper ul li:last-child {
        margin-right: 0;
    }

    .floating-nav .floating-nav--wrapper ul li a {
        font-size: 16px;
        line-height: 16px;
        padding: 24px 0 24px;
    }

    .floating-nav .floating-nav--wrapper ul li a.active::after {
        bottom: 16px;
    }

    /* EOF Floating top nav */
}

@media screen and (max-width: 375px) {
    .cardContent_new {
        /* top: 50px; */
    }

    .experiences__section .carousel-indicators,
    .locations__section .carousel-indicators {
        bottom: 15px !important;
    }
}

@media screen and (min-width: 601px) and (max-width: 767px) {
    .monthly-event-sliders .daily-events{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .monthly-event-sliders .daily-events{
        grid-template-columns: repeat(3, 1fr);
    }
}

/* iphone landscape SE */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .cardContent_new {
        font-size: 14px;
    }

    .cardContent .title,
    .cardContent_new .title {
        font-size: 25px;
    }
}

@media screen and (min-width: 650px) {
    #preload-image {
        width: 450px !important;
    }
}

@media screen and (min-width: 1024px) {
    .curatedEvents_wrapper .owl-stage {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width: 1080px) {
    #preload-image {
        width: 600px !important;
    }
}

@media screen and (min-width: 1536px) {
    .curated-event__section .container.container_hd {
        max-width: 1486px;
    }
    .featured_more_events__day {
        font-size: 32px;
    }
    .featured_more_events__date {
        font-size: 3.5rem;
    }
    .featured_more_events__title{
        font-size: 40px;
    }
    .featured_more_events__title:after{
        margin-top: 15px;
        width: 40px;
    }
    .featured_more_events__subtitle {
        font-size: 1.1rem;
        line-height: 1.3;
    }
}

@media screen and (min-width: 1900px) {
    .cardContent_new {
        max-width: 100%;
    }

    .cardContent .title,
    .cardContent_new .title {
        font-size: 30px;
    }
}


@media screen and (min-width: 2000px) {
    .featured_more_events__title{
        font-size: 27px;
    }
    .featured_more_events__title:after{
        margin-top: 12px;
    }
}