.majestic_footer_master_container {
    width: 100%;
    position: relative;
    padding: 5vh 0;
    background-color: rgb(255 252 251 / 60%);
}

.majestic_footer_master_container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* background-image: url("../images/footer_bg_with_image.png");
    background-repeat: repeat;
    background-size: auto;
    background-position: left center; */
    background-image: url("../images/background_footer_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    opacity: 0.7;
}

.majestic_footer_hotel_logo_container {
    width: 10vmax;
    margin: 0 auto 5vh auto;
}

.majestic_footer_hotel_logo {
    width: 100%;
    position: relative;
}

.majestic_footer_sitemap_container {
    width: 60%;
    position: relative;
    margin: 0 auto 5vh auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}

.majestic_footer_sitemap_column {
    position: relative;
}

.majestic_footer_sitemap_column_title {
    padding: 0 0 0.5vmax;
    margin: 0;
    font: 400 calc(var(--majestic_default_font_size) * var(--footer_sitemap_column_title)) 'Averta', sans-serif;
    position: relative;
}

.majestic_footer_sitemap_column_link {
    display: block;
    position: relative;
    text-decoration: none;
    color: #666;
    font: 100 calc(var(--majestic_default_font_size) * var(--footer_sitemap_column_link)) 'Geologica', sans-serif;
    margin: 0;
    padding: 0.5vmax 0;
}


/*---------NEWSLETTER-----------*/

.majestic_footer_newsletter_container {
    width: 80%;
    position: relative;
    margin: 0 auto 5vh auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 5vh 0;
    border-top: 0.0625rem solid #646464;
    border-bottom: 0.0625rem solid #646464;
}

.majestic_footer_newsletter_text {
    flex: 0 1 48%;
    font: 400 calc(var(--majestic_default_font_size) * 1.8) 'Averta', sans-serif;
    padding: 0 0 5vh 0;
    margin: 0;
    position: relative;
}

.majestic_footer_newsletter_inner {
    flex: 0 1 48%;
    position: relative;
}

.majestic_footer_newsletter_input_container {
    width: 100%;
    position: relative;
    display: flex;
}

.majestic_footer_newsletter_input_inner_container {
    flex: 0 1 50%;
    position: relative;
}

.majestic_footer_newsletter_input {
    width: calc(100% - 1vh);
    outline: none;
    font: 300 var(--majestic_default_font_size) 'Effra';
    padding: 1vh 0 1vh 1vh;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #999;
    background-color: transparent;
}

.majestic_footer_newsletter_input_label {
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 50%;
    font: 300 var(--majestic_default_font_size) 'Effra';
    transform: translateY(-50%);
    transition: 0.2s ease all;
    color: #000000;
}

.majestic_footer_newsletter_input_inner_container input:focus~.majestic_footer_newsletter_input_label,
.majestic_footer_newsletter_input_inner_container input:not(:placeholder-shown)~.majestic_footer_newsletter_input_label {
    top: 0px;
    left: 5px;
    font: 300 0.7em 'Effra';
    color: #414141;
    opacity: 1;
}

.majestic_footer_newsletter_recaptcha_checkbox {
    width: 100%;
    position: relative;
    margin: 0.3vmax 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.majestic_footer_newsletter_recaptcha {
    flex: 0 1 48%;
}

.majestic_footer_newsletter_gdpr_check_container {
    flex: 0 1 48%;
    position: relative;
    margin: 2vh auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.majestic_footer_newsletter_gdpr_check {
    position: relative;
    margin: 0 0.5vh 0 0;
}

.majestic_footer_newsletter_gdpr_check_text {
    padding: 0;
    margin: 0;
    position: relative;
    font: 300 var(--majestic_default_font_size) 'Effra', sans-serif;
    color: #000;
    flex: 0 1 calc(100% - 30px);
}

.majestic_footer_newsletter_gdpr_check_text a {
    color: #c69f44;
}

.majestic_footer_newsletter_gdpr_check {
    width: 20px;
    height: 20px;
    /* margin: 0px 10px 0 10px; */
    position: relative;
    top: -2px;
    flex: 0 1 20px;
}

.majestic_footer_newsletter_gdpr_check input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -2;
    padding: 0;
    margin: 0;
    display: none;
}

.majestic_footer_newsletter_gdpr_check input[type="checkbox"]+label {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    /* border-radius: 50px; */
    margin: 0;
    cursor: pointer;
    /* background-color: rgba(10, 75, 157, 0.2); */
    outline: 1px solid var(--top_menu_color);
    padding: 0;
    margin: 0;
    transition: .3s ease-in-out;
}

.majestic_footer_newsletter_gdpr_check input[type="checkbox"]:checked+label {
    /* background-color: rgba(247, 143, 30, 0.2); */
    /* outline: 1px solid rgba(247, 143, 30, 0.8); */
    transition: .3s ease-in-out;
}

.majestic_footer_newsletter_gdpr_check input[type="checkbox"]+label::before {
    position: absolute;
    text-align: center;
    font: 600 15px 'Effra';
    content: '\2713';
    color: #fff;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--top_menu_color);
    color: #fff;
    transition: .3s ease-in-out;
    padding: 0;
    margin: 0;
    animation-name: input_checked_reversed;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

.majestic_footer_newsletter_gdpr_check input[type="checkbox"]:checked+label::before {
    animation-name: input_checked;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

@keyframes input_checked {
    0% {
        transform: scale(0, 0);
    }
    50% {
        transform: scale(1.4, 1.4);
    }
    100% {
        transform: scale(1, 1);
    }
}

@keyframes input_checked_reversed {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.4, 1.4);
    }
    100% {
        transform: scale(0, 0);
    }
}

.majestic_footer_newsletter_button {
    width: 98%;
    position: relative;
    padding: 10px 0;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    font: 400 calc(var(--majestic_default_font_size) * 1.0) 'Averta';
    background-color: #c69f44;
    border: 1px solid #c69f44;
    color: #fff;
    transition: 0.2s all ease-in-out;
    text-align: center;
    text-decoration: none;
    transition: 0.2s all ease-in-out;
}

.majestic_footer_newsletter_button:hover {
    background-color: transparent;
    color: #c69f44;
    transition: 0.2s all ease-in-out;
}

.majestic_footer_hotel_details_and_social {
    width: 80%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: stretch;
}

.majestic_footer_hotel_details_container {
    position: relative;
    flex: 0 1 80%;
}

.majestic_footer_hotel_name {
    padding: 0 0 0.5vmax;
    margin: 0 0 0 auto;
    font: 400 calc(var(--majestic_default_font_size) * var(--footer_hotel_name)) 'Averta', sans-serif;
    position: relative;
    text-align: center;
    /* width: 90%; */
}

.majestic_footer_hotel_name.social {
    padding: 0 0 0.7vmax 0;
    width: 90%;
    margin: 0 0 0 auto;
    text-align: left;
}

.majestic_footer_hotel_links {
    display: block;
    position: relative;
    text-decoration: none;
    color: #666;
    font: 100 calc(var(--majestic_default_font_size) * var(--footer_hotel_links)) 'Geologica', sans-serif;
    margin: 0 0 0 auto;
    /* width: 90%; */
    padding: 0.5vmax 0;
    text-align: center;
}

.majestic_footer_social_container {
    flex: 0 1 20%;
    border-left: 1px solid #000;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.majestic_footer_social_inner_container {
    flex: 1 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.majestic_footer_social_link {
    display: flex;
    position: relative;
    text-align: left;
    text-decoration: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0.7vmax 0;
    width: 90%;
    margin: 0 0 0 auto;
}

.majestic_footer_social_img {
    width: calc(var(--majestic_default_font_size) * 1.2);
    height: calc(var(--majestic_default_font_size) * 1.2);
    position: relative;
    vertical-align: middle;
}

.majestic_footer_social_link p {
    font: 100 calc(var(--majestic_default_font_size) * 0.9) 'Geologica', sans-serif;
    position: relative;
    margin: 0;
    padding: 0 0 0 0.5vmax;
    color: #666;
}


/*-----------------------------TRAVEL TOOLS---------------------*/

.majestic_travel_tools_container {
    width: 100%;
    position: relative;
    text-align: center;
    background-color: #fff;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.majestic_travel_tools_title {
    flex: 0 1 100%;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
    font: 100 var(--majestic_default_font_size)/var(--majestic_default_line_height) 'Alegreya Sans', sans-serif;
    color: #053361;
    /* border-bottom: 2px solid #000; */
}

.majestic_travel_tools_img {
    position: relative;
    height: 30px;
    opacity: 0.6;
    transition: 0.2s all ease-in-out;
    margin: 10px 10px 10px 0;
}

.majestic_travel_tools_img:hover {
    opacity: 1;
    transition: 0.2s all ease-in-out;
}


/*-----------------------NEWS-----------------------*/

.majestic_news_container {
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 0 0 20px 0;
}

.majestic_news_title {
    text-align: center;
    margin: 0;
    padding: 20px 0 0 20px;
    font: 100 calc(var(--majestic_default_font_size) * 1.1) 'Alegreya Sans', sans-serif;
    color: #053361;
}

.majestic_news_slider {
    width: 98%!important;
    margin: 0 auto;
    padding: 0 0 60px 0;
    position: relative;
}

.majestic_news_slider_item {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.majestic_news_slider_img {
    position: relative;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: unset!important;
}

.majestic_news_slider_title {
    padding: 10px 0px;
    font: 600 calc(var(--majestic_default_font_size) * 1.1) 'Averta';
    margin: 0;
    position: relative;
}

.majestic_news_slider_text {
    width: calc(100% - 20px);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    top: 0;
    left: 100%;
    transition: 0.2s all ease-in-out;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.majestic_news_slider_subtitle {
    font: 300 var(--majestic_default_font_size)/var(--majestic_default_line_height) 'Effra';
    margin: 0;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 13;
    overflow: hidden;
}

.majestic_news_slider_item:hover .majestic_news_slider_text {
    left: 0;
    transition: 0.2s all ease-in-out;
}

.majestic_news_slider_hyperlink {
    padding: 10px 25px;
    margin: 10px 0 0 0;
    font: 600 var(--majestic_default_font_size)/var(--majestic_default_line_height) 'Alegre';
    letter-spacing: 2px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}

.majestic_news_slider_hyperlink:hover {
    background-color: #fff;
    color: #000;
    transition: 0.2s all ease-in-out;
}


/*---------------------OFFERS---------------------------*/

.majestic_offer_slider {
    width: 98%!important;
    /* height: calc(85vh - 130px); */
    position: relative;
    /* background-color: var(--majestic_video_background); */
    padding: 50px 1% 50px 1%;
    margin: 0;
}

.majestic_offer_slider::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/coral_texture_2.jpg');
    background-size: contain;
    background-repeat: repeat;
    z-index: -1;
    opacity: 0.2;
}

.majestic_offer_slider .owl-stage {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
}

.majestic_offer_slider .owl-stage-outer,
.majestic_offer_slider .owl-stage,
.majestic_offer_slider .owl-item {
    height: unset;
}

.majestic_offer_slider .owl-dots {
    position: absolute;
    bottom: 8px;
}

.majestic_offer_slider_item {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.majestic_offer_slider_img {
    width: 100%;
    height: 39vh;
    position: relative;
    overflow: hidden;
}

.majestic_offer_slider_img_item {
    height: 100%;
    width: 100%;
    position: relative;
    object-fit: cover;
}

.majestic_offer_slider_text {
    width: 100%;
    /* height: calc(45% - 40px); */
    position: relative;
    background-color: rgba(0, 104, 128, 0.1);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 0;
    flex: 1 0 auto;
}

.majestic_offer_slider_offer_title {
    padding: 0 0 0vw 0;
    margin: 2vh auto;
    font: 300 var(--majestic_default_font_size)/var(--majestic_default_line_height) 'Effra', sans-serif;
    color: #8a8c8e;
    text-align: center;
    width: 90%;
    flex: 0 1 90%;
    /* max-height: calc(var(--majestic_default_line_height) * 5); */
    overflow: hidden;
    /* display: block; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.majestic_offer_slider_offer_discount {
    padding: 0;
    margin: 0;
    font: 400 calc(var(--majestic_default_font_size) * 1.5) 'Averta', sans-serif;
    color: #000;
    text-align: center;
    flex: 0 1 100%;
}

.majestic_offer_slider_button {
    padding: 10px 0;
    margin: 0;
    width: 50%;
    font: 400 calc(var(--majestic_default_font_size) * 1.0) 'Averta';
    background-color: var(--top_menu_color);
    border: 1px solid var(--top_menu_color);
    color: #fff;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
    position: relative;
    display: block;
    text-decoration: none;
    text-align: center;
}

.majestic_offer_slider_button:hover {
    background-color: #fff;
    color: var(--top_menu_color);
    transition: 0.2s all ease-in-out;
}

.show_on_mobile {
    display: none;
}

@media screen and (max-width: 1280px) {
    .show_on_mobile {
        display: block;
    }
    .hide_on_mobile {
        display: none;
    }
    .majestic_footer_master_container {
        padding: 5vmax 0;
    }
    .majestic_footer_hotel_logo_container {
        width: 15vmax;
        margin: 0 auto 5vmax auto;
    }
    .majestic_footer_sitemap_container {
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }
    .majestic_footer_sitemap_column {
        width: 100%;
        margin: 0 0 4vmax 0;
    }
    .majestic_footer_sitemap_column_title {
        text-align: center;
    }
    .majestic_footer_sitemap_column_link {
        border-top: 1px solid #666;
        text-align: center;
        width: 100%;
    }
    /*-------SUBSCRIPTION----------*/
    .majestic_footer_newsletter_container {
        width: 100%;
    }
    .majestic_footer_newsletter_inner {
        flex: unset;
        width: 100%;
    }
    .majestic_footer_newsletter_text {
        flex: unset;
        width: 95%;
        padding: 0 0 3vmax 0;
        text-align: center;
    }
    .majestic_footer_newsletter_input_container {
        width: 95%;
        margin: 0 auto;
    }
    .majestic_footer_newsletter_recaptcha_checkbox {
        width: 95%;
        margin: 0.5vmax auto;
        flex-direction: column-reverse;
    }
    .majestic_footer_newsletter_gdpr_check_container {
        flex: unset;
        width: 100%;
        justify-content: center;
    }
    .majestic_footer_newsletter_gdpr_check_text {
        flex: 0 1 68%;
    }
    .majestic_footer_newsletter_gdpr_check_text {
        flex: 0 1 34%;
        margin-left: 2%;
    }
}

@media screen and (orientation: portrait) and (max-width: 1280px) {
    .majestic_offer_slider {
        padding: 0px 1% 0px 1%;
    }
}

@media screen and (orientation: landscape) and (max-width: 1280px) {
    .majestic_offer_slider_img {
        height: calc(100vh - var(--top_menu_height));
    }
    .majestic_offer_slider {
        padding: 0px 1% 0px 1%;
    }
}