.majestic_slider_with_text_container {
    width: 100%;
    height: 80vh;
    position: relative;
    margin: 0 auto;
}

.majestic_slider_with_text_slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.majestic_slider_with_text_slider_image {
    width: 100%;
    height: 100%;
    position: relative;
}

.majestic_slider_with_text_slider_image_item {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.majestic_slider_with_text_slider_image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--majestic_video_background);
    /* background-color: rgba(135, 206, 235, 0.2); */
    z-index: 1;
}


/*----------------------OWL DOTS-----------------*/

.majestic_slider_with_text_slider .owl-dots {
    position: absolute;
    top: 50%;
    left: 2em;
    transform: translateY(-50%);
    width: var(--visit_thess_main_text_1_2);
    display: flex;
    /* width: fit-content; */
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
}

.majestic_slider_with_text_slider .owl-dot {
    /* float: left; */
    padding: 0;
    background: #fff;
    height: 0.6em;
    width: 0.6em;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 5px 0;
    text-indent: -999px;
    outline: 0;
    overflow: hidden;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: relative;
    bottom: 0px;
}

.majestic_slider_with_text_slider .owl-dot.active {
    height: 1em;
    width: 1em;
    border-radius: 35%;
    background: transparent;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}


/*----------------------OWL DOTS-----------------*/


/*----------------------OWL ARROWS-----------------*/

.majestic_slider_with_text_slider .FlexiCustom2021_nav_arrow_main_slider_left {
    width: 50%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    cursor: url('../images/left-arrow-slider_small.png'), auto!important;
}

.majestic_slider_with_text_slider .FlexiCustom2021_nav_arrow_main_slider_right {
    width: 50%;
    height: 100%;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    cursor: url('../images/right-arrow-slider_small.png'), auto!important;
}


/*----------------------OWL ARROWS-----------------*/

.majestic_slider_with_text_title {
    width: 35%;
    position: relative;
    padding: 2.5% 5%;
    font: 500 calc(var(--top_menu_font_size) * var(--slider_with_text_title))/calc(var(--majestic_default_line_height) * var(--slider_with_text_title)) 'Noto Serif', serif;
    margin: 0 auto calc( -4 * (var(--majestic_default_line_height) * 1.5)) auto;
    top: calc( -4 * (var(--majestic_default_line_height) * 1.5));
    z-index: 1;
    display: block;
    background-color: #fff;
    text-align: center;
    color: #c69f44;
}

@media screen and (max-width: 1280px) {
    .majestic_slider_with_text_title {
        width: 95%;
        position: relative;
        top: unset;
        margin: 0 auto;
        padding: 3vmax 2.5%;
    }
    .majestic_activities_text_container {
        width: 95%;
        margin: 0 auto 2vmax 0!important;
        padding: 2.5%;
        background-color: #fff;
        top: unset!important;
    }
    .majestic_slider_with_text_slider .owl-dots {
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        top: unset;
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
    }
    .majestic_slider_with_text_slider .owl-dot {
        margin: 0 5px;
    }
}

@media screen and (orientation: portrait) and (max-width: 1280px) {
    .majestic_slider_with_text_container {
        height: 40vh;
    }
    .majestic_activities_image_container {
        height: 40vh;
    }
}

@media screen and (orientation: landscape) and (max-width: 1280px) {
    .majestic_slider_with_text_container {
        height: calc(100vh - var(--top_menu_height));
    }
    .majestic_activities_image_container {
        height: calc(100vh - var(--top_menu_height));
    }
}