/*
Theme Name: VibGroup Theme
Theme URI: https://und3fined.it/
Template: generatepress
Author: Gabriele Visconti
Author URI: https://und3fined.it/
Description: Questo tema è stato realizzato dal developer team di Vib. G.V
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 1.52
Updated: 2025-04-30 16:41:41

*/



/* --------------------------------------------
   Typografy
-------------------------------------------- */
body{
    font-size: clamp(14px, 0.83vw, 16px);
    line-height: clamp(24px,1.35vw, 26px);
    }
   h1,h2,h3,h4,h5,h6{
      font-weight: 300;
   }
.block--title__30{
         font-size: clamp(22px, 1.562vw, 30px);
         line-height: clamp(27px, 1.822vw, 35px);
    }
    .block--title__40{
         font-size: clamp(24px, 2.082vw, 40px);
         line-height: clamp(29px, 2.082vw, 40px);
    }
    .block--title__45{
         font-size: clamp(26px, 2.343vw, 45px);
         line-height: clamp(40px, 3.124vw, 60px);
    }
    .block--title__50{
         font-size: clamp(28px, 2.603vw, 50px);
         line-height: clamp(33px, 2.864vw, 55px);
    }
    .block--title__60{
         font-size: clamp(30px, 3.124vw, 60px);
         line-height: clamp(35px, 3.384vw, 65px);
    }
    .block--title__70{
         font-size: clamp(32px, 3.645vw, 70px);
         line-height: clamp(32px, 3.645vw, 70px);
    }
   .block--subtitle {
      /* color: #C9CD2C; */
      font-size: clamp(18px,1.041vw, 20px);
   }
/* --------------------------------------------
   Global
-------------------------------------------- */
#to-the-top {
    display: flex;
    background-color: #11111173;
    width: 50px;
    height: 50px;
    border-radius: 25px 0 0 25px;
    position: fixed;
    bottom: 30px;
    right: 0;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    justify-content: center;
    align-items: center;
}
a#to-the-top svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    transition: 300ms;
}

#to-the-top:hover {
	cursor: pointer;
	background-color: #333;
}

#to-the-top:active {
	background-color: #555;
}

#to-the-top.show {
	opacity: 1;
	visibility: visible;
}

/* --------------------------------------------
   Header
-------------------------------------------- */


/* --------------------------------------------
   Footer
-------------------------------------------- */


/* --------------------------------------------
   Home
-------------------------------------------- */
.grey {
    background: #F1F1F1;
}
/* Centered block */
span.green {
    color: #C9CD2C;
    font-weight: 500;
}

.centered-block-with-separator .block-text-wrapper {
    max-width: clamp(600px, 33.853vw, 650px);
    margin: 0 auto;
}
.centered-block-with-separator .block-text-wrapper .block--paragraph {
    margin-top: 30px;
}
.centered-block-with-separator .block-text-wrapper .block--button {
    margin: 50px auto 0;
}
.block--separator {
    display: flex;
    justify-content: center;
}
.block--separator span {
    height: clamp(60px, 5.207vw, 100px);
    width: 2px;
    background: #C9CD2C;
    display: flex;
}
.block--separator.up {
    margin-bottom: clamp(40px, 3.645vw, 70px);
}
.block--separator.down {
    margin-top: clamp(40px, 3.645vw, 70px);
}
.section--padding-custom1{
   padding-top: clamp(60px, 7.80vw, 150px);
   padding-bottom: clamp(60px, 10.40vw, 200px);
}



/* icon section */
.icon-section .block--icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.icon-section .block--icon .block--image {
    margin: 0 auto;
    width: 100%;
    height: 100vw;
    max-width: clamp(60px, 4.947vw, 95px);
    max-height: clamp(60px, 4.947vw, 95px);
    justify-content: center;
}
.block--icon .block--text.block--title--center {
    font-size: 18px;
    text-wrap: balance;
    text-transform: uppercase;
    margin-top: 20px;
    max-width: clamp(280px, 15.624vw, 300px);
    font-weight: 200;
}
.block--icon .block--image img {
    width: 100%;
    height: 100%;
}
.icon-section-desktop .block--icon:after {
    content: '';
    display: flex;
    background: #151819;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
.icon-section-desktop .row .column:last-child .block--icon:after {
   display: none;
}
.column.column-overflow {
    overflow: hidden;
}

.icon-section-desktop{
    display: none;
}
.icon-section-mobile{
    display: block;
}
.icon-section-mobile ul.splide__pagination.splide__pagination--ltr {
    margin: 0px;
    padding: 40px 0 0;
    position: unset;
}
.icon-section-mobile ul.splide__pagination.splide__pagination--ltr button{
    border: 1px solid #151515;
    width: 15px;
    height: 15px;
    background: transparent;
}
.icon-section-mobile ul.splide__pagination.splide__pagination--ltr button.splide__pagination__page.is-active{
    background: #151515;
}
.icon-section .block--paragraph a {
    text-decoration: none;
    color: unset;
    transition: 300ms;
    max-width: 300px;
    text-wrap: balance;
}
.icon-section .block--paragraph {
    font-size: 20px;
}
.map-embed iframe {
    width: 100%;
    height: clamp(350px, 31.24vw, 600px);
}
    .classic-form .block--title h3 {
      text-transform: uppercase;
      text-wrap: balance;
   }
@media(min-width: 1025px){
    .icon-section-desktop{
        display: block;
    }
    .icon-section-mobile{
        display: none;
    }
    .classic-form .block--title h3 {
      text-transform: uppercase;
      max-width: 50%;
      text-wrap: balance;
   }
}

.information-wrapper {
    background: #F4F1EC;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.information-icon {
    display: flex;
    max-width: 50px;
    max-height: 50px;
    height: 100%;
    width: 100%;
    margin-bottom: 20px;
}
.information-icon img {
    width: 100%;
    height: 100%;
}
.information-title.block--title--center {
    font-size: clamp(22px, 1.562vw, 30px);
    font-weight: 300;
    margin-bottom: 5px;
}
.count {
    font-size: clamp(22px, 1.562vw, 30px);
    line-height: 1;
    font-weight: bold;
    border: 1px solid #151515;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 55px;
    height: 55px;
    margin: 35px auto 20px;
}
.information-step .block--paragraph {
    max-width: 360px;
}

.how-to-reach-repetaer {
    display: flex;
    justify-content: space-evenly;
    margin: 60px 0;
    gap: 60px;
    flex-direction: column;
}

@media(min-width: 1025px){
    .how-to-reach-repetaer {
        display: flex;
        justify-content: space-evenly;
        margin: 80px 0;
        flex-direction: row;
    }
    .information-wrapper {
        background: #F4F1EC;
        padding: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: clamp(600px, 36.457vw, 700px);
    }
}




.no-padding-top{
    padding-top: 0px !important;
}

 .single-points .contact_form_grid {
     display: grid;
     grid-template-columns: 1fr;
     gap: 20px;
     margin-bottom: 20px;
}
.single-points .contact_form_input input,.single-points .contact_form_input select,.single-points .contact_form_message textarea {
    width: 100%;
    padding: 20px 20px 19px !important;
    border: none !important;
    border-bottom: 1px solid #7F7F7F !important;
    background: transparent !important;
}
.single-points .contact_form_message textarea {
     max-height: 100px;
}
.single-points .contact_form_optin {
     margin: 20px 0;
     display: flex;
     flex-direction: column;
     gap: 5px;
}
.single-points .contact_form_action {
     margin-top: 40px;
     position: relative;
     display: flex;
     flex-direction: column;
     gap: 20px;
}
.single-points .contact_form_optin span.wpcf7-list-item {
     margin: 0;
}
.single-points .contact_form_optin a {
     color: unset;
     text-decoration: underline;
}
.single-points span.required_span{
     font-weight: bold;
     color: #151819;
}
.single-points .contact_form_action input {
     background: #151819 !important;
     padding: 16px 20px !important;
     border: none !important;
     font-weight: 500;
     color: #fff;
     text-transform: uppercase;
     max-width: max-content !important;
     transition: 300ms !important;
     cursor: pointer !important;
     border-radius: 0px !important;
     min-width: 200px !important;
}
.single-points .contact_form_action input:hover {
     background: #0B0F19;
     color: #fff;
     transition: 300ms;
}
.single-points .contact-form-wrapper-shortcode {
     margin-top: 40px;
}
.single-points .block-contact-form-text-wrapper .block--title__60 h3 {
     text-wrap: balance;
}
.single-points .block-contact-form-text-wrapper .block--title__60 {
     text-wrap: balance;
}
.single-points .block-contact-form-text-wrapper a {
     text-decoration: none;
     transition: 300ms;
}
.single-points .block-contact-form-text-wrapper a span{
     transition: 300ms;
}
.single-points .block-contact-form-text-wrapper a:hover span{
     color: #0B0F19;
     transition: 300ms;
}


.point-of-interest-loop-wrapper.section--padding-md .block--head {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin-bottom: 60px;
}

 @media(min-width: 1025px){
    .point-of-interest-loop-wrapper.section--padding-md .block--head {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        margin-bottom: 80px;
    }
    .single-points .block-contact-form-text-wrapper .block--title__60 {
         text-wrap: balance;
    }
    .single-points .contact_form_grid {
         grid-template-columns: 1fr 1fr;
    }
}

.points-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
.points-wrapper-item {
    background: #F4F1EC;
    padding: 20px 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.points-image {
    display: flex;
}
.points-image img{
    width: 100%;
}
.points-body .block--title h4 {
    font-size: clamp(20px, 1.562vw, 30px);
}
.points-body .block--title {
    margin-bottom:15px;
}
.points-body a {
    text-decoration: none;
    color: unset;
    font-size: 18px;
    display: flex;
    margin-top: 20px;
}
@media(min-width: 769px) and (max-width: 1280px){
    .points-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        row-gap: 60px;
    }
}
@media(min-width: 1281px){
    .points-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
        row-gap: 60px;
    }
}
.point-of-interest-loop-wrapper.section--padding-md .column {
    overflow: hidden;
}
.point-of-interest-loop-wrapper ul.splide__pagination.splide__pagination--ltr {
    margin: 60px 0 0;
    padding: 0px;
    position: unset;
}

.point-of-interest-loop-wrapper ul.splide__pagination.splide__pagination--ltr button{
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #151515;
}
.point-of-interest-loop-wrapper ul.splide__pagination.splide__pagination--ltr button.is-active {
    width: 15px;
    background: #151515;
}




/* Hero block */
.home-hero-wrapper .column {
    overflow: hidden;
}
.home-hero-slide-item {
    height: 100vh;
    overflow: hidden;
}
.home-hero-slider-content {
    height: 100%;
}

.home-hero-slide-item:before {
    content: '';
    display: flex;
    width: 100%;
    height: 100%;
    background: #00000059;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
}
.home-hero-slide-text {
    position: relative;
    z-index: 7;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding-bottom: 60px;
    max-width: 90%;
    margin: 0 auto;
}
.home-hero-slide-text .block--title > * {
    color: #fff;
}
.home-hero-slide-text .block--button {
    margin: 30px 0 0;
}
.home-hero-image-desktop img,
.home-hero-image-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.home-hero-wrapper .splide__pagination {
    margin: 0;
    padding: 0 0 40px 0;
    gap: 5px;
}
.home-hero-wrapper .splide__pagination button{
   width: 15px;
   height: 15px;
   background: #fff;
}
.home-hero-wrapper button.splide__pagination__page.is-active {
    background: #fff;
}
.home-hero-image-desktop.hide-mobile{
   display: none;
}
.home-hero-image-desktop,
.home-hero-image-mobile {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    height: 100%;
}
@media(min-width: 1025px){
   .home-hero-image-mobile{
      display: none;
   }
   .home-hero-image-desktop.hide-mobile{
      display: flex;
   }
   .home-hero-wrapper .splide__pagination {
      margin: 0;
      padding: 0 0 clamp(60px, 5.20vw, 100px) 0;
      gap: 5px;
   }
   .home-hero-slide-text {
      max-width: clamp(600px, 42.18vw, 810px);
      margin: 0 auto;
      padding-bottom: 30px;
   }
}



/* single room */
.room-meta-wrapper {
    display: flex;
    gap: 35px;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
    font-size: 18px;
    line-height: 1;
    color: #151819;
}
.room-meta img {
    width: 25px;
    height: 25px;
}
.room-meta {
    display: flex;
    gap: 10px;
    align-items: center;
}
.room-meta-wrapper .block--icon {
    width: 25px;
    height: 25px;
}
.row-data {
    margin-top: clamp(60px, 7.812vw, 150px);
}
.row-data .block--text {
    max-width: clamp(580px, 32.03vw, 615px);
}
.row-data .block--text .block--paragraph {
    margin: 20px 0 30px;
}
.row-data .block--text .block--title {
    text-wrap: balance;
}
.row-data .block--button a {
    padding: 10px 25px;
    border: 1px solid #151515;
    text-decoration: none;
    color: #151515;
    text-transform: uppercase;
    transition: 300ms;
    display: flex;
}
.row-data .block--button a:hover {
    background: #151515;
    color: #fff;
    transition: 300ms;
}
.rooms-gallery-splide {
    margin: clamp(60px, 5.207vw, 120px) auto 0;
}
@media(min-width: 1025px){
    .row-data .block--image {
        max-width: 95%;
    }
    .rooms-gallery-splide {
        max-width: 80%;
        margin: clamp(60px, 5.207vw, 120px) auto 0;
    }
}

.rooms-gallery-splide .splide__arrows.splide__arrows--ltr button.splide__arrow.splide__arrow--prev {
    left: -5%;
}
.rooms-gallery-splide .splide__arrows.splide__arrows--ltr button.splide__arrow.splide__arrow--next {
    right: -5%;
}
.rooms-gallery-splide ul.splide__pagination.splide__pagination--ltr {
    position: unset;
    margin: 60px auto 0;
}
.rooms-gallery-splide button{
    border: 1px solid #151515;
    width: 15px;
    height: 15px;
    background: transparent;
}
.rooms-gallery-splide button.is-active{
    background: #151515;
}
.single-room-details .block--title {
    text-wrap: balance;
}
.single-room-details .block--title {
    text-wrap: balance;
    max-width: clamp(600px, 41.666vw, 800px);
}
.single-room-details .block--paragraph {
    margin-top: 30px;
    max-width: clamp(600px, 41.666vw, 800px);
}
.desktop-room-details{
    display: none;
}
.mobile-room-details {
    display: block;
    margin-top: 60px;
}
@media(min-width: 1181px){
    .mobile-room-details{
    display: none;
}
    .desktop-room-details{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 30px;
    }
}
.room-detail-wrapper {
    display: flex;
    flex-direction: column;
}
.room-detail-wrapper .block--paragraph {
    margin-top: 10px;
    text-wrap: balance;
}
.room-detail-wrapper .block--icon {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}
.desktop-room-details {
    margin-top: 60px;
}
.single-room-details .column {
    overflow: hidden;
}

.single-room-details ul.splide__pagination.splide__pagination--ltr {
    position: unset;
    margin: 60px 0 0;
}
.single-room-details button{
    border: 1px solid #151515;
    width: 15px;
    height: 15px;
    background: transparent;
}
.single-room-details button.is-active{
    background: #151515;
}


/* footer */
.footer-socials {
    display: flex;
    gap: 10px;
    align-items: center;
}
.footer-socials a {
    display: flex;
}
.footer-socials svg{
    fill: #151515;
    width: 25px;
    height: 25px;
    transition: 300ms;
}
.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-mainw-wrapper .footer-logo {
    max-width: 350px;
}
.footer-logo {
    width: 100%;
}

.footer-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.footer-menu ul {
    list-style: none;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}
.footer-menu a{
   color: #151515;
   text-transform: uppercase;
   text-decoration: none;
   transition:300ms;
}
.footer-menu a:hover{
   color: #151515;
   text-decoration: underline;
   transition:300ms;
}
.footer-menu{
   margin: 60px 0;
}
@media(min-width: 1025px){
   .footer-menu ul {
      list-style: none;
      margin: 0px;
      flex-direction: row;
      display: flex;
      gap: 30px;
      align-items: center;
   }
}
.bottom-footer-wrapper.block--title--center {
    border-top: 1px solid #686868;
    width: 100%;
    padding-top: 29px;
    padding-bottom: 30px;
    margin-top: 80px;
    font-size: 14px;
    font-style: italic;
}
.footer-mainw-wrapper {
    background: #F4F1EC;
}

.footer-mainw-wrapper {
    padding-top: clamp(60px, 5.20vw, 100px);
}
.bottom-footer-wrapper.block--title--center a {
    color: unset;
}















.home-slides-image-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    height: 100%;
}
.home-slides-image-carousel img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.home-slides-image-content-wrapper:before {
    background: #0000005b;
    content: "";
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}
.home-slides-image-content-wrapper {
    height: 100%;
    width: 100%;
}
.home-slides-carousel-text {
    position: relative;
    z-index: 6;
    height: 100%;
}
.home-slides-image-carousel .splide__track,
.home-slides-image-carousel .splide__list,
.home-slides-image-carousel .splide__slide {
    height: 100%;
}
.home-slides-carousel-text {
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.block--home-carousel-slides-text .block--title h3 {
    color: #fff;
}
.block--home-carousel-slides-text {
    max-width: 100%;
    text-wrap: balance;
}
.home-slides-carousel-text {
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 600px;
    max-height: 100%;
}
.home-slides-image-content-wrapper .home-showroom-arrows {
    position: absolute;
    right: 5%;
    bottom: 0;
    z-index: 10;
}
.home-slides-image-content-wrapper .home-showroom-arrows circle {
    stroke: #fff;
}
.home-slides-image-content-wrapper .home-showroom-arrows line {
    stroke: #fff;
}
.home-slides-image-content-wrapper .home-showroom-arrows circle {
    stroke: #fff;
}
.home-slides-image-content-wrapper .prev-home-showroom:hover line,
.home-slides-image-content-wrapper .next-home-showroom:hover line {
    stroke: #e64d00;
}
.home-slider-image-count {
    display: block;
}
@media (min-width: 1025px) {
    .home-slides-carousel-text {
        max-width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100vh;
        min-height: 600px;
        max-height: 800px;
    }
    .block--home-carousel-slides-text {
        max-width: 50%;
        text-wrap: balance;
    }
    .home-slider-image-count {
        position: absolute;
        bottom: 0;
        z-index: 10;
        color: #fff;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 4;
        display: block;
    }
}
.home-showroom-arrows {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    margin-top: 60px;
}

html,body{
    scroll-behavior: smooth;
}
.home-slides-image-content-wrapper .block--subtitle, .home-slides-image-content-wrapper .block--paragraph {
    color: #fff;
}
.home-slides-image-content-wrapper .block--paragraph {
    margin-top: 20px;
    max-width: clamp(580px, 32.03vw, 615px);
}
.block--button.block--button--outline--white a {
    color: #fff;
    border: 1px solid #fff;
    transition: 300ms;
}
.block--button.block--button--outline--white a:hover {
    color: #151515;
    background: #fff;
    border: 1px solid #fff;
    transition: 300ms;
}
@media(max-width: 1024px){
    .home-slider-image-count {
        display: none;
    }
}
.prev-home-showroom.first-slide, .next-home-showroom.last-slide {
    opacity: 0.4;
    transition: 300ms;
}
.prev-home-showroom, .next-home-showroom {
    display: flex;
    transition: 300ms;
}
.home-showroom-arrows svg {
    max-width: clamp(30px, 3.12vw, 60px);
    cursor: pointer;
    transition: 300ms;
    overflow: visible;
}

.room-wrapper-item {
    position: relative;
}
.room-image img {
    width: 100%;
}
.room-image a, .room-image {
    display: flex;
}
.room-image {
    margin: 0 auto;
    max-width: 90%;
}
.room-wrapper-item .room-body {
    background: #00000082;
    padding: 15px 20px;
    color: #fff;
    position: absolute;
    z-index: 999;
    bottom: 25px;
    width: 80%;
    font-size: 20px;
}
.room-wrapper-item .room-body h4{
    font-size: clamp(22px, 1.353vw, 26px);
}
.room-image a {
    width: 100%;
}

.block--image-two .block--image:last-child {
    position: absolute;
    bottom: -50px;
    right: 0;
    max-width: clamp(300px, 18.228vw, 350px);
    height: auto;
}
.block--image-two.section--relative {
    max-width: clamp(680px, 37.23vw, 715px);
}
.two-column .block-text {
    max-width: 600px;
}
.two-column .block-text {
    max-width: clamp(580px, 32.03vw, 615px);
}
.two-column .block-text .block--paragraph{
    margin-top: 20px;
}
.no-padding-bottom{
    padding-bottom: 0px;
}
@media(max-width: 1340px){
    .block--image-two .block--image:last-child {
        display: none;
    }
    .block--image-two .block--image img{
        width: 100%;
    }
}

.home-hero-wrapper .column {
    position: relative;
}
.home-hero-wrapper .block--hero-content {
    position: relative;
    z-index: 10;
    height: 100%;
    max-width: 1720px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.home-hero-wrapper .block--images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-hero-wrapper {
    height: 100vh;
    overflow: hidden;
}

.home-hero-wrapper .row--fluid,
.home-hero-wrapper .column{
    height: 100%;
}
.home-hero-wrapper .row--fluid .block--image:before {
    content: '';
    background: #0000005e;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.block--hero-content .block-text {
    max-width: clamp(700px, 43.228vw, 830px);
    margin: 0 auto;
    text-align: center;
    
}
.block--hero-content .block-text h1,
.block--hero-content .block-text .block--subtitle{
    color: #fff;
    text-align: center;
}
.block--hero-content .block--button a {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 25px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 300ms;
}
.block--hero-content .block--button a:hover {
    background: #fff;
    color: #151515;
    transition: 300ms;
}
.block--hero-content .block-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.block--images img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.block--images, .block--images .home-hero-slider, .block--images .splide__track {
    height: 100%;
}
.home-hero-slider .block--image {
    position: relative;
}
.block--hero-content .block-text .block--title {
    text-wrap: balance;
}












/* Header */
.small-header-contact-item svg,.header-submenu-footer-contacts svg {
    width: 20px;
    height: 20px;
    fill: #B78B61;
}
.small-header-contact-item a, .small-header-contact-item p,.header-submenu-footer-contacts a,.header-submenu-footer-contacts p{
    display: flex;
    gap: 6px;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-size: clamp(12px, 0.72vw, 14px);
}
.small-header-contact {
    display: flex;
    gap: clamp(10px, 0.77vw, 15px);
    align-items: center;
}

span.small-header-separator,.header-separator span {
    height: 16px;
    width: 1px;
    display: flex;
    background: #B78B61;
}

.small-header-social .footer-socials a {
    width: 20px;
    background: transparent;
    padding: 0;
    border-radius: unset;
    transition: 300ms;
    display: flex;
    align-items: center;
    justify-content: center;
}
.small-header-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.small-header-wrapper .small-header-row {
    border-bottom: 1px solid #D1D1D1;
    padding: 12px 0;
}

.header-main-row {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    gap: 20px;
    align-items: center;
}
.header-logo-wrapper a {
    display: flex;
}
.header-logo-wrapper img {
    width: clamp(170px, 11.457vw, 220px);
}
.header-menu-item.area-mega-menu {
    cursor: pointer;
}
.header-menu-item > a,.header-menu-item.area-mega-menu > div > a {
    text-decoration: none;
    text-transform: uppercase;
    transition: 300ms;
    color: #484381;
    font-size: clamp(13px,0.829vw, 16px);
    line-height: 1;
    display: block;
    line-height: clamp(70px, 4.68vw, 90px);
}

.header-menu-item > a:hover,.header-menu-item.area-mega-menu > div > a:hover {
    transition: 300ms;
    color: #333;
}

.header-main-menu-pages {
    display: flex;
    justify-content: center;
    gap: clamp(18px, 1.55vw, 30px);
    transition: 300ms;
}


.area-mega-menu-wrapper {
    position: absolute;
    z-index: 10;
    background: #F7F9FC;
    width: 100%;
    left: 0;
    padding: clamp(40px, 5.2vw, 100px);
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: 500ms;
    box-shadow: 0 5px 10px #00000013;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.header-menu-item.area-mega-menu > div:hover .area-mega-menu-wrapper {
    height: auto;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    transition: 500ms;
}

.submenu-area-item a {
    display: flex;
    gap: 20px;
    text-wrap: balance;
    text-decoration: none;
    color: unset;
}
.submenu-area-item .area-submenu-title {
    font-size: 1.04vw;
    line-height: 1;
    margin-bottom: 8px;
}
.area-submenu-description {
    font-size: clamp(12px, 0.72vw, 14px);
    line-height: 1.4;
}
.area-submenu-icon {
    display: flex;
}
.area-submenu-icon img {
    width: clamp(40px, 3.64vw, 70px);
    height: auto;
    transition: 300ms;
}

.submenu-area-item:hover a {
    transition: 300ms;
    padding: 10px;
    background: #fff;
    border-radius: 15px;
}
.submenu-area-item a {
    transition: 300ms;
    padding: 10px 0;
}
.header-search-icon svg {
    fill: #484381;
    transition: 300ms;
    width: 25px;
    cursor: pointer;
}
.header-search-icon {
    display: flex;
}
.header-search-wrapper {
    display: flex;
    gap: clamp(20px, 2.082vw, 40px);
    align-items: center;
    justify-content: flex-end;
}
.header-menu-item.area-mega-menu > div {
    overflow: hidden;
}
.header-actions-wrapper a.block--button__link{
    font-size: clamp(12px, 0.82vw, 16px);
    min-width: clamp(140px, 9.37vw, 180px);
}

.desktop-reasearch-header-wrapper {
    transition: 400ms;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.desktop-reasearch-header-wrapper form.search-form, .desktop-reasearch-header-wrapper label {
    width: 100%;
    display: flex;
    position: relative;
}
.desktop-reasearch-header-wrapper form.search-form input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 30px;
}
.desktop-reasearch-header-wrapper button.search-submit {
    position: absolute;
    right: 0;
    border-radius: 0 30px 30px 0;
    background: #484381;
    transition: 300ms;
}
.desktop-reasearch-header-wrapper button.search-submit:hover {
    background: #333;
    transition: 300ms;
}

.header-main-menu-wrapper.search-active .header-main-menu-pages {
    height: 0;
    transition: 1s;
    overflow: hidden;
    opacity: 0;
}
.desktop-reasearch-header-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: opacity 0.35s ease, visibility 0s linear 0.35s;
    height: 0;
}
.header-main-menu-wrapper.search-active .desktop-reasearch-header-wrapper {
    width: 100%;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    height: 100%;
    transition: opacity 0.35s ease, visibility 0s;
}

.desktop-search-close {
    position: relative;
    transition: 300ms;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    cursor: pointer;
    width: 25px;
    height: 0;
}
.desktop-search-close span {
    width: 20px;
    height: 1px;
    background: #484381;
    display: flex;
    transition: 300ms;
    position: absolute;
    top: 50%;
}
.desktop-search-close span:first-child {
    transform: rotate(-45deg);
}
.desktop-search-close span:last-child {
    transform: rotate(45deg);
}
.header-search-icon.search-active svg{
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    width: 0;
    transition: 300ms;
}
.header-search-icon.search-active .desktop-search-close {
    transition: 300ms;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    height: 25px;
}



.header-burger-menu {
    cursor: pointer;
    position: relative;
    width: 60px;
    height: 30px;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.header-burger-menu span{
    transition: 300ms;
    background: #B78B61;
    height: 1px;
    width: 60px;
    display: flex;
}
.header-burger-menu.active span:first-child{
    transition: 300ms;
    opacity: 0;
}
.header-burger-menu.active span:last-child{
    transition: 300ms;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
}
.header-burger-menu.active span:nth-child(2){
    transition: 300ms;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
}

@media(max-width: 1440px){
    .header-block-button{
        display: none !important;
    }
    .small-header-wrapper,.header-main-menu-wrapper,.header-search-icon,.header-separator,.header-booking-button{
        display: none;
    }
    .header-main-row {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        align-items: center;
        padding: 20px 0;
    }
}
@media(min-width: 1441px){
    /*.header-burger-menu{
        display: none;
    }*/
}

.small-header-wrapper, .header-main-wrapper {
    background: transparent;
}
.header-mobile-menu{
    height: 0;
    overflow: hidden;
    transition: 300ms;
}
.header-mobile-menu.active {
    height: 100vh;
    background: #F7F9FC;
    padding: 60px 0;
    transition: 300ms;
    z-index: 9999999999999999999;
    position: relative;
}
.header-submenu-footer {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 39px;
    border-top: 1px solid #ccc;
}

.mobile-reasearch-header-wrapper form.search-form,.mobile-reasearch-header-wrapper label{
    width: 100%;
    position: relative;
}

.mobile-reasearch-header-wrapper input.search-field {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #ccc;
    background: #fff;
}
.mobile-reasearch-header-wrapper button.search-submit {
    position: absolute;
    right: 0;
    border-radius: 0 30px 30px 0;
    transition: 300ms;
    background: #484381;
}
.header-submenu-footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.toggle-menu-icon {
    width: 20px;
    height: 20px;
    transition: 300ms;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.toggle-menu-icon span{
    width: 15px;
    height: 1px;
    display: flex;
    background: #484381;
    transition: 300ms;
}
.toggle-menu-icon span:first-child {
    transform: rotate(90deg);
    position: absolute;
    top: 50%;
}
a.toggle-menu--head.toggle-menu-content.active .toggle-menu-icon span:first-child {
    transform: rotate(0deg);
    position: absolute;
    top: 50%;
    transition: 300ms;
}
.no-scroll{
    overflow: hidden;
}
@media(max-width: 1440px){
    .header-mobile-menu.active .row,
    .header-mobile-menu.active .column{
        height: 100%;
    }
    a.toggle-menu--head.toggle-menu-content {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }
    .area-mega-menu-wrapper-mobile.active {
        display: flex;
        gap: 10px;
        flex-direction: column;
        height: 100%;
        transform: translateY(0px);
        overflow: visible;
        opacity: 1;
        visibility: visible;
        transition: 400ms;
        padding: 24px 0;
    }
    .area-mega-menu-wrapper-mobile {
        height: 0;
        transform: translateY(-100px);
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: 400ms;
    }
    .header-submenu-body .header-menu-item > a, .header-submenu-body .header-menu-item > div > a {
        line-height: unset;
    }
    .header-submenu-body {
        display: flex;
        flex-direction: column;
        transition: 300ms;
        gap: 10px;
    }
    .header-submenu-mobile-wrapper {
        display: flex;
        flex-direction: column;
        height: 100%;
        gap: 50px;
    }
    .area-mega-menu-wrapper-mobile.active .area-submenu-title {
        font-size: 14px;
        margin: 0px;
    }
    .submenu-area-item a {
        display: flex;
        align-items: center;
    }
    .header-mobile-menu.active .column {
        padding-bottom: 250px;
        overflow-y: auto;
    }
}

.search-rsults-item {
    border-bottom: 1px solid #ccc;
}
.search-rsults-item a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 10px;
    transition: 300ms;
    text-decoration: none;
}
.block-search-label {
    border: 1px solid #B2B1CB;
    width: max-content;
    padding: 6px 15px;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    color: #B2B1CB;
}
.search-results-name {
    font-size: clamp(22px, 2.18vw, 42px);
    line-height: 1.3;
    margin-top: 5px;
    color: #333;
}
.search-rsults-item:hover a {
    transition: 300ms;
    background: #b2b1cb4d;
}
.block-search-results {
    margin-top: 40px;
}
.search-rsults-item- {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
}
.search-results-wrapper .block--title__50 span {
    opacity: 0.5;
    font-style: italic;
}
@media(min-width: 1025px){
    .search-rsults-item a {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 30px 20px;
        transition: 300ms;
        text-decoration: none;
    }
    .block-search-label {
        border: 1px solid #B2B1CB;
        width: max-content;
        padding: 6px 20px;
        border-radius: 30px;
        color: #fff;
        font-size: 12px;
        line-height: 1;
        color: #B2B1CB;
    }
}
.footer-socials {
    display: flex;
    gap: 10px;
}
.footer-socials svg{
   fill: #B78B61;
}


ul#menu-menu-principale {
    display: flex;
    flex-direction: column;
    gap: clamp(30px, 2.082vw, 40px);
    margin: 0px;
    list-style: none;
}



.header-main-menu-pages{
    position: relative;
}

.header-actions-wrapper {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.strong > a {
    font-weight: bold;
}


/**/
.header-wrapper.is-home {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header-wrapper.is-home .small-header-wrapper,
.header-wrapper.is-home .header-main-wrapper{
    background: transparent;
}

.header-wrapper.is-home .header-logo-wrapper svg,
.header-wrapper.is-home .header-logo-wrapper path,
.header-wrapper.is-home .header-logo-wrapper rect{
    fill: #fff;
}

.header-wrapper.is-home .small-header-wrapper svg{
    fill: #fff;
}

.header-wrapper.is-home span.small-header-separator,
.header-wrapper.is-home .header-separator span{
    background: #fff;
}
.header-wrapper.is-home .small-header-wrapper a,
.header-wrapper.is-home .small-header-wrapper,
.header-wrapper.is-home .small-header-contact-item p{
    color: #fff !important;
}
.header-wrapper.is-home .header-booking-button a.block--button__link{
    border:1px solid #fff;
    color: #fff;
}
.header-wrapper.is-home .header-booking-button a.block--button__link:hover{
    background: #fff;
    color: #151515;
}

.header-wrapper.is-home ul#menu-menu-principale > li > a {
    /*color: #fff;*/
}

.header-main-row {
    padding-top: clamp(19px, 2.603vw, 50px);
}

.header-wrapper.is-home .header-burger-menu span{
    background: #fff;
}
ul.sub-menu > li > a {
    color: #fff;
    border-bottom: 1px solid #D9010C;
    display: flex;
    line-height: 1;
    padding-bottom: 19px;
}
ul#menu-menu-principale a:hover{
    opacity: 0.7;
    transition: 300ms;
}
/*.small-header-row, .small-header-row p, .small-header-row a{
    color: #fff;
}*/

.header-wrapper.is-home .header-main-wrapper.active{
    background: #fff;
}
.header-wrapper.is-home .header-main-wrapper.active .header-logo-wrapper svg,
.header-wrapper.is-home .header-main-wrapper.active .header-logo-wrapper path,
.header-wrapper.is-home .header-main-wrapper.active .header-logo-wrapper rect{
    fill: #B78B61;
}
.header-wrapper.is-home .header-main-wrapper.active .header-burger-menu.active span{
    background: #fff;
}
@media(max-width: 768px){
    .header-logo-wrapper{
        max-width: 200px;
    }
}

.header-mobile-menu ul#menu-menu-principale-1 {
    margin: 0px;
    list-style: none;
    list-style-type: unset;
}

.header-mobile-menu ul#menu-menu-principale-1 > li > a{
    text-decoration: none;
}
.header-mobile-menu ul#menu-menu-principale-1 > li > ul > a{
    text-decoration: none;
}

/* bottone toggle accanto al link */
.header-submenu-mobile-wrapper .menu-item-has-children {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.header-submenu-mobile-wrapper .menu-item-has-children svg, .header-submenu-mobile-wrapper .menu-item-has-children path {
    fill: #151515;
}
.header-submenu-mobile-wrapper .submenu-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 8px;
  margin-left: 6px;
  line-height: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* rotazione freccia quando aperto */
.header-submenu-mobile-wrapper .menu-item-has-children .submenu-toggle__icon {
  display: inline-flex;
  transition: transform .2s ease;
}

.header-submenu-mobile-wrapper .menu-item-has-children.is-open .submenu-toggle__icon {
  transform: rotate(180deg);
}
.header-submenu-mobile-wrapper .menu-item-has-children ul.sub-menu{
    width: 100%;
}
.header-submenu-mobile-wrapper .menu-item-has-children ul.sub-menu {
    width: 100%;
    text-decoration: none;
    list-style: none;
    margin: 0px;
    padding-bottom: 20px;
}
.header-submenu-mobile-wrapper .menu-item-has-children ul.sub-menu a{
   text-decoration: none;
}




.header-logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-actions {
    display: flex;
    justify-content: flex-end;
}

.header-sidemenu {
    /*background: #00000056;*/
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.header-sidemenu-content {
    background: #101010;
    width: clamp(520px, 31.24vw, 600px);
    display: flex;
    height: 100vh;
    position: absolute;
    right: 0;
    transition: 300ms;
    padding: clamp(40px, 3.124vw, 60px) clamp(60px, 5.207vw, 100px);
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    gap: clamp(35px, 2.603vw, 50px);
}

.header-sidemnu-close span {
    display: flex;
    background: #B78B61;
    width: 50px;
    height: 1px;
    transition: 300ms;
    position: absolute;
    top: 50%;
}

.header-close-wrapper {
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: 300ms;
    position: relative;
}
.header-close-wrapper span:last-child {
    transform: rotate(-45deg);
}
.header-close-wrapper span:first-child {
    transform: rotate(45deg);
}
.header-sidemnu-close {
    display: flex;
    justify-content: flex-end;
}


.header-sidemenu-content .header-sidebar-contacts, .header-sidemenu-content .header-sidebar-contacts a, .header-sidemenu-content .header-sidebar-contacts p {
    color: #fff!important;
    line-height: 20px;
    text-wrap: balance;
}
.header-sidebar-contact {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.header-sidebar-contacts {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

ul#menu-menu-principale a {
    font-size: clamp(22px,2.082vw, 40px);
    line-height: 1;
    display: flex;
    text-decoration: none;
    color: #151515;
    transition: 300ms;
    padding-bottom: 19px;
    border-bottom: 1px solid #fff;
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    font-weight: 300;
    font-family: 'montserrat';
}

ul#menu-menu-principale a:hover {
    color: #151515;
    transition: 300ms;
}
.header-sidemenu {
    transition: 300ms;
    transform: translateX(5000px);
}
.header-sidemenu.active {
    transition: 300ms;
    transform: unset;
}
.no-scroll{
    overflow: hidden;
}

.collection-item-wrapper.section--relative h4.block--title__60{
    font-family: 'Montserrat';
}



@media(max-width: 980px){
    .header-sidemenu-content {
        width: 100%;
        padding: 60px 5%;
    }
}

@media(max-width: 1024px){
    .home-hero-cursor{
        display: none;
    }
    .home-hero {
        height: 35vh;
    }
    .home-last-post .row {
        gap: 30px;
    }
}
html, body, div#page {
    overflow-x: hidden;
}

.header-wrapper {
    background: #fff;
    padding-bottom: 20px;
}
.is-home.header-wrapper {
    background: transparent;
}

.is-home.header-wrapper .block--button.block--button--outline--white a {
    color: #fff;
    border: 1px solid #fff;
    transition: 300ms;
}
.is-home.header-wrapper .block--button.block--button--outline--white a:hover {
    color: #151515;
    border: 1px solid #fff;
    background: #fff;
    transition: 300ms;
}
.header-wrapper .block--button.block--button--outline--white a {
    color: #151515;
    border: 1px solid #151515;
    transition: 300ms;
}
.header-wrapper .block--button.block--button--outline--white a:hover {
    color: #fff;
    border: 1px solid #151515;
    transition: 300ms;
    background: #151515;
}















/**/
.header-submenu-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.header-submenu-wrapper {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: 500ms;
    z-index: -999;
    opacity: 0;
    visibility: hidden;
}
.header-submenu-wrapper.active{
    padding: 80px 0 80px;
    height: 100vh;
    transition: 500ms;
    z-index: 999;
    opacity: 1;
    visibility: visible;
}
.header-submenu-footer {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding-top: 39px;
    border-top: 1px solid #ccc;
    justify-content: center;
    color: #151515;
}
.header-wrapper .header-submenu-wrapper .header-submenu-footer a,
.header-wrapper .header-submenu-wrapper .header-submenu-footer p{
    color: #151515 !important;
}
.header-submenu-menu-wrapper {
    margin: auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-submenu-wrapper .row{
    height: 100%;
}
.header-submenu-wrapper .column {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.header-submenu-wrapper ul.sub-menu a {
    text-transform: unset !important;
    font-size: 18px!important;
}
.header-submenu-wrapper ul.sub-menu{
    list-style: none;
    margin: 0px;
}

@media(max-width: 1024px){
    .header-submenu-footer {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-top: 39px;
        border-top: 1px solid #ccc;
        justify-content: center;
        color: #151515;
    }
    .header-submenu-footer span.small-header-separator{
        display: none;
    }
    .header-submenu-grid .social-data{
        display: none;
    }
}
ul#menu-menu-principale > li {
    flex-direction: column;
    position: relative;
}
ul#menu-menu-principale > li:after {
    content: '';
    display: flex;
    background: #151515;
    width: 25px;
    height: 1px;
    position: absolute;
    bottom: 0;
    transform: translate(-50%, 50%);
    left: 50%;
}
.section.cms-template.section--padding-md .block-content {
    margin-top: 80px;
}