.majestic_rest_inner_slider_container {
    width: 100%;
    height: 100vh;
    position: relative;
}

.majestic_rest_inner_slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.majestic_rest_inner_slider_container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.17) 0%, rgba(0, 255, 0, 0) 30%);
    /* background-color: rgba(135, 206, 235, 0.2); */
    z-index: 1;
}

.majestic_rest_inner_slider_img_container {
    width: 100%;
    height: 100%;
    position: relative;
}

.majestic_rest_inner_slider_img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.majestic_rest_inner_slider_container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    /* background-color: rgba(0, 0, 0, 0.2); */
    background-color: transparent;
    background: transparent;
    /* background-color: rgba(135, 206, 235, 0.2); */
    z-index: 1;
}

.majestic_rest_inner_slider_container.green_key::after {
    /* background-color: rgb(44 212 127 / 30%); */
}

.majestic_rest_inner_slider_text_container {
    width: fit-content;
    bottom: 3%;
    left: 5%;
    position: absolute;
    z-index: 99;
}

.majestic_rest_inner_slider_hotel_title {
    padding: 0;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    font: 100 calc(var(--majestic_default_font_size) * var(--contact_slider_hotel_title)) 'Averta', sans-serif;
    color: #fff;
}

.majestic_rest_inner_slider_hotel_contact {
    padding: 0;
    margin: 0;
    position: relative;
    font: 200 calc(var(--majestic_default_font_size) * var(--contact_slider_hotel_contact)) 'Averta', sans-serif;
    color: #fff;
    word-break: break-word;
}

.majestic_rest_inner_slider_left {
    width: 50%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    cursor: url(../images/left-arrow-slider_small.png), auto!important;
    z-index: 9;
}

.majestic_rest_inner_slider_right {
    width: 50%;
    height: 100%;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    cursor: url(../images/right-arrow-slider_small.png), auto!important;
    z-index: 9;
}

.majestic_rest_inner_general_text {
    font: 300 var(--majestic_default_font_size)/calc(var(--majestic_default_line_height) * 1.5) 'Averta', serif;
    padding: 0;
    position: relative;
    width: 70%;
    color: #666;
    margin: 2vmax auto 2vmax auto;
}

.restaurants_inner .majestic_competitive_advantages_item_container {
    height: 70vh;
}

.restaurants_inner .majestic_competitive_advantages_item_inner {
    height: 80%;
}

.four_images .majestic_competitive_advantages_item_inner {
    padding: 0 0 13% 0;
}


/*-------------PDF MENUS-------------*/

.majestic_rest_inner_restaurant_menu {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: stretch;
    margin-top: 10px;
}

.majestic_rest_inner_restaurant_menu_container {
    flex: 1 0 27%;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 1%;
    border: 1px solid var(--top_menu_color);
    border-radius: 5px;
    margin-bottom: 10px;
    transition: 0.2s all ease-in-out;
}

.majestic_rest_inner_restaurant_menu_container:hover {
    background-color: var(--majestic_video_background);
    transition: 0.2s all ease-in-out;
}

.majestic_rest_inner_restaurant_menu_inner_container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.majestic_rest_inner_restaurant_menu_img_bg {
    width: 100%;
    height: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 7px 0 0 0;
    filter: invert(30%) sepia(98%) saturate(671%) hue-rotate(151deg) brightness(87%) contrast(102%);
}

.majestic_rest_inner_restaurant_menu_img {
    width: 50%;
    max-width: 64px;
    position: relative;
}

.majestic_rest_inner_restaurant_menu_text {
    font: 300 var(--majestic_default_font_size) 'Averta';
    position: relative;
    text-align: center;
    /* max-width: 50px; */
    color: inherit;
    text-decoration: none;
    padding: 7px 0 2px 0;
    margin: 0;
    color: var(--top_menu_color);
}


/*--------------STRONG POINTS-------*/

.corporate_prefare_us_container {
    flex: 0 1 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}

.corporate_prefare_us_item_image {
    width: calc(var(--majestic_default_font_size)* 6);
    position: relative;
    margin: 0 2vmax 0 0;
    display: block;
    filter: invert(82%) sepia(16%) saturate(1718%) hue-rotate(80deg) brightness(84%) contrast(81%);
}

.corporate_prefare_us_item_text_container {
    display: flex;
    flex-direction: column;
    position: relative;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}

.corporate_prefare_us_item {
    /* width: 90%; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 4.1% 2vmax 4.1%;
    flex: 0 1 25%;
}

.corporate_prefare_us_item_title {
    margin: 0;
    padding: 0 0 0.5vmax 0;
    font: 600 calc(var(--majestic_default_font_size)* var(--competitive_advantages_subtitle)) 'Effra', sans-serif;
    display: block;
    color: #44c674;
}

.corporate_prefare_us_item_text {
    font: 400 calc(var(--majestic_default_font_size)* 1) 'Effra', sans-serif;
    margin: 0;
    padding: 0;
    display: block;
    color: #000;
    text-align: justify;
}

.corporate_prefare_us_image_container {
    flex: 0 1 21%;
    position: relative;
}

.corporate_prefare_us_image {
    /* height: 100%; */
    position: sticky;
    width: 100%;
    top: 150px;
}

.corporate_services_with_video_offer_container.horizontal_one_per_row {
    width: 70%;
    margin: 0 auto;
}

.horizontal_one_per_row .corporate_prefare_us_item {
    flex: 1 0 100%;
    margin: 0 0 2vmax 0;
    justify-content: flex-start;
}

.horizontal_one_per_row .corporate_prefare_us_item_image {
    width: calc(var(--majestic_default_font_size)* 3);
}

.majestic_location_divider.green_key {
    margin: 0 auto 2vmax auto;
    font: 300 calc(var(--majestic_default_font_size)* var(--section_divider)) 'Open Sans', serif;
    color: #44c674;
}


/*--------------STRONG POINTS-------*/

@media screen and (max-width: 1280px) {
    .majestic_rest_inner_general_text {
        width: 95%;
    }
    .restaurants_inner .majestic_competitive_advantages_item_container {
        height: unset;
    }
    .corporate_services_with_video_offer_container.horizontal_one_per_row {
        width: 95%;
    }
    .horizontal_one_per_row .corporate_prefare_us_item {
        margin: 2vmax 0 2vmax 0;
        flex-direction: column;
    }
    .horizontal_one_per_row .corporate_prefare_us_item_image {
        width: calc(var(--majestic_default_font_size)* 4);
        margin: 0 0 2vmax 0;
    }
    .corporate_prefare_us_item_text {
        font: 300 var(--majestic_default_font_size) / calc(var(--majestic_default_line_height)* 1.0) 'Averta', serif;
        text-align: left;
    }
}

@media screen and (orientation: portrait) and (max-width: 1280px) {
    .majestic_rest_inner_slider_container {
        height: 50vh;
    }
}

@media screen and (orientation: landscape) and (max-width: 1280px) {
    .majestic_rest_inner_slider_container {
        height: calc(100% - var(--top_menu_height));
    }
}