.majestic_sightseeings_main_title {
    padding: 0;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    font: 200 calc(var(--majestic_default_font_size) * var(--location_main_title)) 'Averta', sans-serif;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 9999;
    transform: translate(-50%, -50%);
}

.majestic_sightseeings_subtitle {
    width: 35%;
    padding: 2.0% 5%;
    color: #000;
    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( -1 * (var(--majestic_default_line_height) * 1.5)) auto;
    top: calc( -1 * (var(--majestic_default_line_height) * 1.5));
    z-index: 1;
    display: block;
    background-color: #fff;
    text-align: center;
}

.majestic_sightseeings_master_container {
    margin: 5vmax auto;
    width: 80%;
    position: relative;
}

.majestic_sightseeings_container {
    width: 100%;
    position: relative;
    height: 66vh;
    margin: 7vh 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: stretch;
    /* background-color: rgb(0 104 128); */
}

.majestic_sightseeings_container:nth-of-type(even) {
    flex-direction: row-reverse;
}

.majestic_sightseeings_bg_image_container {
    width: 50%;
    height: 80%;
    position: absolute;
    left: 35%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.1;
}

.majestic_sightseeings_container:nth-of-type(even) .majestic_sightseeings_bg_image_container {
    left: 65%;
}

.majestic_sightseeings_bg_image {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.majestic_sightseeings_text_container {
    flex: 0 1 40%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}

.majestic_sightseeings_title {
    font: 400 calc(var(--majestic_default_font_size) * var(--activities_text_title)) 'Averta', sans-serif;
    padding: 0;
    margin: 0;
    position: relative;
    width: 90%;
    margin: 0 auto;
    color: #c69f44;
}


/* .majestic_sightseeings_title::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0%;
    background-color: #fff;
    height: 1px;
    width: 20%;
} */

.majestic_sightseeings_text_inner {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* flex: 0 1 100%; */
    width: 90%;
    margin: 0 auto;
    padding: 4vh 0 0 0;
}

.majestic_sightseeings_text {
    max-height: calc((1.5 * var(--majestic_default_line_height)) * 9);
    width: 100%;
    position: relative;
    font: 300 var(--majestic_default_font_size)/calc(var(--majestic_default_line_height) * 1.5) 'Effra', serif;
    padding: 0;
    margin: 0;
    overflow: hidden;
    color: #666;
    text-align: justify;
}

.majestic_sightseeings_image_container {
    flex: 0 1 60%;
    position: relative;
    overflow: hidden;
}

.majestic_sightseeings_image {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.majestic_sightseeings_image_slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.majestic_sightseeings_image_container .owl-stage-outer,
.majestic_sightseeings_image_container .owl-stage,
.majestic_sightseeings_image_container .owl-item {
    height: 100%;
}

.majestic_sightseeings_slider_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1280px) {
    .majestic_sightseeings_subtitle {
        width: 95%;
        padding: 2.0% 2.5%;
        top: unset;
        margin: 0 auto;
    }
    .majestic_sightseeings_master_container {
        margin: 2vmax auto;
        width: 100%;
    }
    .majestic_sightseeings_bg_image_container {
        display: none;
    }
    .majestic_sightseeings_container {
        flex-direction: column-reverse!important;
        height: unset;
        margin: 0 0 2vmax 0;
    }
    .majestic_sightseeings_title {
        padding: 2vmax 0;
        width: 95%;
    }
    .majestic_sightseeings_text_inner {
        padding: 0;
        width: 95%;
    }
    .majestic_sightseeings_text {
        max-height: unset;
    }
    .majestic_sightseeings_master_container {
        margin: 0 auto;
    }
}

@media screen and (orientation: portrait) and (max-width: 1280px) {
    .majestic_sightseeings_image_container {
        flex: unset;
        width: 100%;
        height: 40vh;
    }
}

@media screen and (orientation: landscape) and (max-width: 1280px) {
    .majestic_sightseeings_image_container {
        flex: unset;
        width: 100%;
        height: calc(100vh - var(--top_menu_height));
    }
}