/*Font*/

/* Mourich */
/*@font-face {*/
/*    font-family: 'Mourich';*/
/*    src: url(../fonts/Mourich-Regular.otf) format('opentype');*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*}*/
/*@font-face {*/
/*    font-family: 'Mourich';*/
/*    src: url(../fonts/Mourich-Bold.otf) format('opentype');*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*}*/

/* Regular */
@font-face {
    font-family: 'Mourich';
    src: url(../fonts/Mourich-Regular.ttf) format('truetype');
    font-style: normal;
    font-weight: 400;
}
/* Bold */
@font-face {
    font-family: 'Mourich';
    src: url(../fonts/Mourich-Bold.ttf) format('truetype');
    font-style: normal;
    font-weight: 700;
}



/* Thin */
@font-face {
    font-family: 'Nohemi';
    src: url(../fonts/Nohemi-Thin.ttf) format('truetype');
    font-style: normal;
    font-weight: 100;
}
/* Light */
@font-face {
    font-family: 'Nohemi';
    src: url(../fonts/Nohemi-Light.ttf) format('truetype');
    font-style: normal;
    font-weight: 300;
}
/* Regular */
@font-face {
    font-family: 'Nohemi';
    src: url(../fonts/Nohemi-Regular.ttf) format('truetype');
    font-style: normal;
    font-weight: 400;
}
/* Bold */
@font-face {
    font-family: 'Nohemi';
    src: url(../fonts/Nohemi-Bold.ttf) format('truetype');
    font-style: normal;
    font-weight: 700;
}



/*Typography and colors*/
.preloader__heading {
    font-family: 'Mourich', serif !important;
    color: var(--color-gold);
    font-variant-ligatures: none;
}
.preloader__subline,
.preloader__counter {
    color: var(--color-green);
    font-weight: 400;
}

h2:not(.widgettitle) {
    font-family: 'Mourich', serif !important;
    font-variant-ligatures: none;
    line-height: 1;
}
h1, h3 {
    font-family: "Mourich", serif !important;
    font-variant-ligatures: none;
}
h1 {
    text-transform: uppercase;
}
.section-content__heading h2 {
    font-size: calc(var(--h2-min-font-size) * 2px + (var(--h2-max-font-size) - var(--h2-min-font-size)) * ((100vw - 320px) / 2240));
    text-transform: uppercase;
}
.bg-light-1 .small-caps {
    color: var(--color-green);
    font-weight: 400;
}

/*Buttons*/
.button_label h5 {
    display: inline-block;
    color: var(--color-gold);
    font-variant-ligatures: none;
    text-transform: uppercase;
}

/*Circle button*/
.arrow:hover .circle {
    stroke: var(--color-gold);
}
.arrow:hover .arrow__pointer {
    background-color: var(--color-gold);
}
.arrow:hover .arrow__triangle {
    border-color: transparent transparent transparent var(--color-gold);
}

/*Counter*/
.counter__number {
    color: var(--color-gold);
}

/*Lists*/
ul.list_info_horizontal {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding-left: 5px;
}
ul.list_info_horizontal li {
    padding-right: 10px;
    list-style: none;
    /*border-right: 1px solid var(--color-green);*/
}
ul.list_info_horizontal li.last {
    /*border-right: none;*/
}
ul.list_info_horizontal li.separator {
    font-size: 13px;
    color: var(--color-green);
}

/*Logo*/
.logo__wrapper-img img {
    /*width: 200px;*/
    width: 70px;
    height: auto;
}

/*Header*/
.header.opened[data-arts-header-overlay-theme=light] a:hover {
    color: var(--color-green);
}
.header__language {
    /*margin-left: -55px;*/
    display: inline-block;
    margin-right: 30px;
}
.header__language .language_label.active {
    color: var(--color-gold);
}

/*Menu*/
.header__wrapper-overlay-widgets p {
    color: var(--color-light-1);
}
.header__wrapper-overlay-widgets .small-caps {
    color: var(--color-gold);
}
.header.opened[data-arts-header-overlay-theme=dark] a {
    color: var(--color-light-1);
    font-variant-ligatures: none;
    text-transform: uppercase;
}
.header.opened[data-arts-header-overlay-theme=dark] a:hover,
.header.opened[data-arts-header-overlay-theme=dark] a:focus {
    color: var(--color-gold);
}

.social_icon {
    width: 30px !important;
    height: 30px !important;
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(0%) hue-rotate(218deg) brightness(109%) contrast(100%);
}
.social_icon:hover {
    filter: brightness(0) saturate(100%) invert(32%) sepia(58%) saturate(1350%) hue-rotate(333deg) brightness(135%) contrast(112%);
}

.menu-overlay .sub-menu a.h3 {
    font-variant-ligatures: none;
    text-transform: uppercase;
    color: var(--color-light-1);
}

/*To Top*/
#goToTop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    /*transform: rotate(-90deg);*/
}
#goToTop:hover a .arrow .circle {
    stroke: var(--color-green);
}
#goToTop:hover a .arrow .arrow__pointer {
    background-color: var(--color-green);
}
#goToTop:hover a .arrow .arrow__triangle {
    border-color: transparent transparent transparent var(--color-green);
}

/*Images*/
.circle_img .js-transition-img__transformed-el {
    transform: scale(1.0, 1.0) !important;
}
.circle_img .lazy-bg_loaded {
    border-radius: 50%;
}

/*Video*/
.section-video__link-inner {
    background-color: var(--color-green);
}

/*Map*/
.map_iframe iframe {
    max-width: 100%;
    height: 100%;
}

/*Hidden elements*/
.section-services__wrapper-letter {
    display: none;
}

/*Masthead*/
.page_home .section-image__wrapper.masthead_right {
    width: 70% !important;
    right: 0;
    left: auto;
    margin-left: auto;
}

.section-masthead__heading h1 {
    color: var(--color-green);
    font-variant-ligatures: none;
    text-transform: uppercase;
}

/*Error 404*/
/*.error_404 .header__burger {*/
/*    display: none;*/
/*}*/
/*.error_404 .header__container > .justify-content-between {*/
/*    flex-direction: column;*/
/*    padding-top: 50px;*/
/*}*/

/*Maintenance*/
.maintenance .header__burger {
    display: none;
}
.maintenance .header__container > .justify-content-between {
    flex-direction: column;
    padding-top: 50px;
}
.maintenance h1 {
    color: var(--color-green);
}

/*Home*/
.section-video__link-inner[data-arts-cursor-label] {
    color: #fff !important;
    opacity: 1 !important;
}
#home_video {
    padding: 0;
}
/* todo: rimuovi dopo messa online */
#home_video .section-video__link {
    /*display: none;*/
}
#home_video .section-video__container {
    min-height: 90vh;
}

.list-projects__heading {
    text-transform: uppercase;
}

.cta_phone {
    display: none;
}


/*Carta del menu*/
.page_menu .section-content__heading {
    padding-top: 150px;
}
.page_menu .section-content__heading h2 {
    font-size: 3rem;
}
.menu_list {
    /*padding-bottom: 100px;*/
}
.menu_list ul li {
    padding: 20px 0;
    margin-bottom: 0 !important;
    border-bottom: 1px solid rgba(128, 128, 128, 0.3);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
/*.menu_list ul li a {*/
/*    font-family: var(--font-secondary);*/
/*    font-weight: bold;*/
/*    line-height: 1.5;*/
/*}*/
.menu_list ul li h5 {
    color: var(--color-green);
    font-variant-ligatures: none;
    text-transform: uppercase;
    margin: 0;
}
.menu_list ul li .price {
    color: var(--color-gold);
}
.menu_list ul li .description {
    /*color: var(--color-green);*/
    color: #999999;
    font-size: 14px;
    font-weight: 300;
}

.menu_categories {
    display: none;
}
.page_menu .menu_categories {
    display: block !important;
}
#menuToggle {
    position: fixed;
    left: 50%;
    bottom: -3px;
    transform: translate(-50%, -50%);
    z-index: 60;
    cursor: pointer;
    outline: none;
    background: var(--color-green);
    border: none;
    text-transform: uppercase;
    color: white;
    padding: 0 25px;
    letter-spacing: 1px;
}
.fixed-side {
    display: none;
    text-align: center;
    position: fixed;
    width: 350px;
    max-width: 100%;
    background-color: var(--color-green);
    padding: 20px 20px;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, -80px);
    z-index: 60;
}
.fixed-side.open {
    display: block;
}
.fixed-side ul {
    padding-left: 0px;
    margin-bottom: 0;
}
.fixed-side li {
    list-style-type: none;
    color: white;
    line-height: 1.5;
}
.fixed-side li a {
    color: white;
    font-size: 0.8rem;
    text-transform: uppercase;
}
.fixed-side li a:hover {
    color: var(--color-gold);
}

/* Definizione dell'animazione */
@keyframes fadeInOut {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Applicazione dell'animazione quando la classe 'open' è presente */
.navigation-menu {
    display: none;
    animation-duration: 0.5s;
}

.navigation-menu.open {
    display: block;
    animation-name: fadeInOut;
}

/* Aggiungi questo se vuoi l'animazione di chiusura */
.navigation-menu.closing {
    animation-name: fadeInOut;
    animation-direction: reverse; /* Inverti la direzione dell'animazione per la chiusura */
}




/*Rooms*/
.page_rooms h1 {
    color: var(--color-green);
}
/* todo: prezzo su lista camere */
.page_rooms .block-counter__counter {
    display: none !important;
}
/* todo: end */

.page_rooms .room_info {
    margin-top: 15px;
}

.figure-info__option.small-caps {
    color: var(--color-green);
    font-weight: 700;
}

.page_room_detail h4 {
    text-transform: uppercase;
    font-variant-ligatures: none;
}

.page_room_detail .section-cta__heading h2 {
    text-transform: uppercase;
    font-variant-ligatures: none;
}
.page_room_detail .aside .js-counter__number {
    font-size: 1.5rem;
    color: white !important;
}
.page_room_detail .aside .counter__label {
    color: white !important;
}
/*Pagination room*/
.pagination_room .list-demos__item {

}


/*Contacts*/
.page_contacts h3 {
    text-transform: uppercase;
    font-variant-ligatures: none;
}

/*Footer*/
footer .logo__wrapper-img img {
    width: 50px;
}

.widgettitle {
    color: var(--color-green);
}

.widget_rhye_cta h3 {
    text-transform: uppercase;
}

/*Iubenda*/
.iub__us-widget {
    display: none !important;
}
.iubenda-tp-btn[data-tp-float][data-tp-float=bottom-left] {
    border-radius: 50% !important;
}


/*RESPONSIVE*/
@media screen and (max-width: 1024px) {
    /*Masthead*/
    .page_home .section-image__wrapper.masthead_right {
        width: 55% !important;
    }
    .page_home .section-masthead__background .zoom_img {
        background-position: right !important;
    }
}
@media screen and (max-width: 991px) {
    ul.list_info_horizontal {
        justify-content: center;
    }
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 576px) {

    /*logo*/
    .logo__wrapper-img img {
        width: 60px;
    }

    /*titles*/
    .section-content__heading h2 {
        font-size: calc(var(--h2-min-font-size) * 1.5px + (var(--h2-max-font-size) - var(--h2-min-font-size)) * ((100vw - 320px) / 2240));
        text-transform: uppercase;
    }

    /*CTA BOOK*/
    .page_home .cta_phone {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0px;
        z-index: 60;
    }
    .page_home .cta_phone .cta_button {
        font-family: var(--font-secondary);
        font-variant-ligatures: none;
        text-transform: uppercase;
        background: var(--color-green);
        padding: 15px 20px;
        font-size: 0.9rem;
        line-height: 1.1;
        text-align: center;
        flex-basis: 100%;
        border-right: 2px solid var(--color-light-1);
    }
    .page_home .cta_phone .cta_button:last-child {
        border-right: none;
    }
    .page_home .cta_phone .cta_button .button_label {
        color: white;
    }
    .page_home #goToTop {
        bottom: 85px;
    }
    .page_home .iubenda-tp-btn[data-tp-float][data-tp-float=bottom-left] {
        bottom: 70px !important;
    }
    .page_home .footer_copy {
        margin-bottom: 100px;
    }

    /*Home*/
    .page_home .section-masthead__wrapper-scroll-down {
        display: none;
    }

    /*List*/
    ul.list_info_horizontal.center_xs {
        justify-content: center;
    }
    /*To Top*/
    #goToTop {
        right: 5%;
    }

    /*home*/

    .page_home .section-masthead__background .zoom_img {
        background-position: right !important;
    }

    /* todo: video enabled */
    /*
    .page_home .section-image__wrapper.masthead_right {
        width: 100% !important;
    }
    .page_home .section-fullheight__inner {
        min-height: 140vh;
        justify-content: flex-start;
    }

    .page_home #home_video {
        padding-top: 45vh;
    }

    .page_home #home_video .section-video__container {
        min-height: 70vh;
    }
    */
    .page_home .section-masthead__header {
        z-index: 61;
        padding-top: 120px;
    }
    .page_home .section-fullheight__inner {
        min-height: 100vh;
        justify-content: flex-start;
    }
    .page_home .section-image__wrapper.masthead_right {
        width: 100% !important;
        height: 350px;
        margin-top: 370px;
    }
    .page_home .section-masthead__heading h3 {
        color: var(--color-green);
        font-size: 3rem;
        line-height: 1;
    }

    /*menu*/
    .fixed-side {
        transform: translate(-50%, 0px);
        bottom: 60px;
        z-index: 999;
        width: 85%;
    }
    .fixed-side li {
        line-height: 1.3;
    }

    /*Pagination room*/
    .pagination_room .list-demos__item {
        padding-top: 30px !important;
        padding-bottom: 15px !important;
    }


    /*maintenance*/
    .maintenance .section__circle {
        display: none;
    }
}