.majestic_news_top_image_container {
    width: 100%;
    position: relative;
    margin-top: var(--top_menu_height);
}

.majestic_news_top_image {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    filter: blur(10px);
}

.majestic_sightseeings_main_title.news {
    color: #000;
    position: relative!important;
    top: unset;
    left: unset;
    transform: unset
}


/*-----------SLIDER------------*/

.majestic_news_slider_container {
    width: 70%;
    height: 50vh;
    position: relative;
    padding: 2vh 2vw 0 2vw;
    margin: calc(var(--top_menu_height) + 1vh) auto 0 auto;
    background-color: #fff;
}

.majestic_offers_slider_container {
    width: 70%;
    height: 50vh;
    position: relative;
    padding: 2vh 2vw 0 2vw;
    margin: 1vmax auto 1vmax auto;
    background-color: #fff;
}

.majestic_offers_main_title {
    padding: 0;
    margin: 2vmax auto;
    font: 100 calc(var(--majestic_default_font_size) * var(--offers_main_title)) 'Averta', sans-serif;
    color: #000;
    position: relative;
    text-align: center;
    width: 70%;
}

.majestic_offers_main_title:first-of-type {
    margin: calc(var(--top_menu_height) + 5vh) auto 0 auto;
}

.majestic_news_slider_slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.majestic_news_slider_slider_image {
    width: 100%;
    height: 100%;
    position: relative;
}

.majestic_news_slider_slider_image_item {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.majestic_news_slider_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_news_slider_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_news_slider_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_news_slider_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_news_slider_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_news_slider_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_news_page_title {
    font: 500 calc(var(--top_menu_font_size) * var(--news_page_title))/calc(var(--majestic_default_line_height) * 1.5) 'Noto Serif', serif;
    position: relative;
    margin: 0 auto;
    padding: 2vmax 0;
    width: 70%;
    text-align: left;
}

.majestic_news_page_date {
    position: relative;
    margin: 0 auto;
    padding: 2vmax 0 0 0;
    width: 70%;
    text-align: left;
    font: 600 calc(var(--top_menu_font_size) * var(--news_page_date))/calc(var(--majestic_default_line_height) * 0.9) 'Effra', serif;
    color: #999;
}

.majestic_offers_terms {
    margin: 0 auto;
    padding: 1vmax;
    position: relative;
    text-align: center;
    font: 500 calc(var(--top_menu_font_size) * 2.2)/calc(var(--majestic_default_line_height) * 2.2) 'Noto Serif', serif;
    color: var(--top_menu_color);
}

@media screen and (max-width: 1280px) {
    .majestic_news_slider_container {
        width: 100%;
        position: relative;
        padding: 0;
        margin: var(--top_menu_height) auto 0 auto;
    }
    .majestic_news_page_date {
        width: 95%;
    }
    .majestic_news_page_title {
        width: 95%;
    }
    /*--------NEWS--------*/
    .majestic_offers_main_title {
        width: 95%;
    }
    .majestic_offers_slider_container {
        width: 100%;
        position: relative;
        padding: 0;
        margin: 1vmax auto 1vmax auto;
    }
}

@media screen and (orientation: portrait) and (max-width: 1280px) {
    .majestic_news_slider_container {
        height: 40vh;
    }
    .majestic_offers_slider_container {
        height: 40vh;
    }
}

@media screen and (orientation: landscape) and (max-width: 1280px) {
    .majestic_news_slider_container {
        height: calc(80vh - var(--top_menu_height));
    }
    .majestic_offers_slider_container {
        height: calc(100vh - var(--top_menu_height));
    }
}