.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#baffo-preload {
    width: 300px;
    height: auto;
}

#mask-rect {
    width: 100%;
}

.dots-loader {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}

    .dots-loader .dot {
        width: 12px;
        height: 12px;
        background-color: #cc0000;
        border-radius: 50%;
        animation: bounce 1.2s infinite ease-in-out;
    }

        .dots-loader .dot:nth-child(2) {
            animation-delay: 0.2s;
        }

        .dots-loader .dot:nth-child(3) {
            animation-delay: 0.4s;
        }

@keyframes bounce {
    0%, 80%, 100% {
        transform: scale(0.8);
        opacity: 0.6;
    }

    40% {
        transform: scale(1.4);
        opacity: 1;
    }
}



/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

body, html {
    overflow-x: hidden;
}
.hiddenMobile {
    display: block !important;
}
.onlyMobile {
    display: none !important;
}

body {
    font-family: 'EB Garamond', serif;
    font-optical-sizing: auto;
    color: #666666;
    font-size: 16px;
    position: relative;
    background-color: #fffafe;
}
a, a:hover{
	outline:none;
	text-decoration:none;
	transition: all 0.3s ease-out 0s;
}

h1, h2, h3, h4, h5, h6 {

    font-weight: 400;
}



h1 {
    font-size: 90px !important;
    line-height: 1 !important;
}

h2 {
    font-size: 60px !important;
    line-height: 1 !important;
    color: #bf2128;
    font-weight: 500;
    margin-bottom:20px;
}


h3 {
    font-size: 36px !important;
    line-height: 1 !important;
    color: #000000;
    font-weight: 500;
    margin-bottom: 20px;
}


h4 {
    font-size: 22px !important;
    line-height: 1 !important;
    color: #bf2128;
    font-weight: 500;
    margin-bottom: 10px;
    
}

h5 {
    font-size: 16px !important;
    line-height: 1 !important;
    color: #0f1728;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: "Nunito Sans";
}

p {
    color: #0f1728;
    font-size: 24px;
    margin-bottom:24px;
}

    p.big {
        font-size: 28px !important;
        color: #999999;
        padding: 28px 0;
    }

        p.big strong {
            color: #000;
            font-weight: 700 !important;
        }



    p.middle {
        font-size: 24px !important;
        color: #999999;
        padding: 0 10px 20px 10px;
    }
    p.grey {
        color: #666666;
    }

ul.big {
    font-size: 28px !important;
    color: #999999;
    padding: 20px 0;
}

ul li.nolistpoint {
    list-style: none !important;
}

/* Topbar 
 ------------------------------ */
.top-header {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
    height: 260px;
    transition: height 0.5s ease; /* durata e tipo di transizione */
}
    .top-header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 260px;
        width: 100%;
        pointer-events: none;
        z-index: 1;
        background: linear-gradient( to bottom, rgba(15, 23, 40, 0.8) 0%, rgba(15, 23, 40, 0.7) 20%, rgba(15, 23, 40, 0.5) 40%, rgba(15, 23, 40, 0.3) 60%, rgba(15, 23, 40, 0.1) 80%, rgba(15, 23, 40, 0) 100% );
        transition: height 0.5s ease; /* durata e tipo di transizione */
    }
body.open .top-header {
    height: 100vh;
}


/* Classe attiva dopo scroll */
.top-header.shrink {
    height: 160px;
}

    .top-header.shrink::before {
        height: 160px;
    }



/* =========== Header Banners ============= */

/*style one*/
.header-style1 {
    
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    height: 100vh;
}
    .header-style1 .overlay {
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
    }

    .header-style1 .inside_shadow {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        overflow: hidden;
    }

        .header-style1 .inside_shadow::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 380px;
            width: 100%;
            pointer-events: none;
            z-index: 1;
            background: linear-gradient(to bottom, rgba(15, 23, 40, 0.8), rgba(15, 23, 40, 0));
        }


.header-style1 .display-t, .header-style1 .display-tc {
    display: table;
    min-height: 200px;
    margin-top: 90px;
    width: 100%;
    z-index: 9;
}
.header-style1 .display-tc h1{
    font-size: 54px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 20px;
	color:#FFF;
}
.header-style1 .display-tc h2{
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 45px;
	color:#FFF;
	font-weight:normal;
}




.header-style2 {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    height: 80vh;
}
    .header-style2 .overlay {
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
    }

    .header-style2 .inside_shadow {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        overflow: hidden;
    }

        .header-style2 .inside_shadow::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            pointer-events: none;
            z-index: 1;
            background: linear-gradient(to bottom, rgba(15, 23, 40, 0.8), rgba(15, 23, 40, 0));
        }


    .header-style2 .display-t, .header-style2 .display-tc {
        display: table;
        min-height: 200px;
        margin-top: 7%;
        width: 100%;
        z-index: 9;
    }


.header-style2 .display-tc h1 {
    font-size: 66px !important;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #FFF;
}



















    .text-shadow-blu {
        text-shadow: 0 0 20px rgba(15, 23, 40, 1);
    }


/**-------------------------------------------*/
.masked-image {
    width: 100%;
    height: 440px;
    background-size: cover;
    background-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
}

    .masked-image.sx {
        -webkit-mask-image: url('../App_Images/mask-sx-hires.png');
        mask-image: url('../App_Images/mask-sx-hires.png');
    }

    .masked-image.dx {
        -webkit-mask-image: url('../App_Images/mask-dx-hires.png');
        mask-image: url('../App_Images/mask-dx-hires.png');
    }

/**-------------------------------------------*/

/* Rende la riga flessibile con altezza uguale per le colonne */
.align-columns {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

    /* Forza le colonne ad essere alte uguali */
    .align-columns > .col-md-6, .align-columns > .col-md-4, .align-columns > .col-md-8 {
        display: flex;
        flex-direction: column;
    }

/* Centra il contenuto verticalmente nel secondo blocco */
.text-block-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
}

.text-block-content {
    width: 100%;
    padding: 20px 15px;
}
/**-------------------------------------------*/





/* page sub headers */
.page-header{
	background: url(../App_Images/img-bg-3.jpg) no-repeat scroll center top;
	background-size: cover;
	float: left;
	margin: 0;
	padding: 250px 0 120px 0;
	width: 100%;
}


/* =========== Parallax and Textures ============= */
.bg-parallax {
	background: url(../App_Images/img-bg-2.jpg) no-repeat center top;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 100px 0;
	position:relative;
}
.bg-parallax .overlay {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}



/* =========== Carousel ============= */

.carousel-indicators {
    bottom: -15px;
    left: 0;
    margin: 0;
    width: 100%;
}
.carousel-indicators.style-black.sty-black-one {
    bottom: -45px;
}
.carousel-indicators li {
    background: #f5b120 none repeat scroll 0 0;
    border-color: #f5b120;
    border-radius: 100%;
    height: 12px;
    margin: 0;
    width: 12px;
}

/* =========== Button styles ============= */
.btn, .btn:visited, .btn:focus {
    font-family: "Nunito Sans";
    font-optical-sizing: auto;
    border-radius: 0px;
    font-size: 15px;
    padding: 20px 40px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    z-index: 2;
    border: 1px solid #8e0202;
    color: #fff !important;
    background-color: #8e0202;
    margin-right: 10px;
    text-decoration:none;
}
    .btn::after {
        content: " >";
        font-weight: bold;
        margin-left: 5px;
        display: inline-block; /* necessario per usare transform */
        transform: scaleX(0.5) translateY(-2px); /* schiaccia il simbolo orizzontalmente */ /* aggiustamento verticale */
        vertical-align: middle;
    }
    .btn:hover {
        color: #8e0202 !important;
        background-color: #fff !important;
        border: 1px solid #fff;
    }


.btn-mini, .btn-mini:visited, .btn-mini:focus {
    font-family: "Nunito Sans";
    font-optical-sizing: auto;
    border-radius: 0px;
    font-size: 14px;
    padding: 12px 16px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    z-index: 2;
    border: 1px solid #8e0202;
    color: #fff !important;
    background-color: #8e0202;
    margin-right: 10px;
    margin-top: 8px;
    display: inline-block;
    vertical-align:top;
    text-decoration:none;
}

.btn-mini::after {
    content: " >";
    font-weight: bold;
    margin-left: 5px;
    display: inline-block; /* necessario per usare transform */
    transform: scaleX(0.5) translateY(-2px); /* schiaccia il simbolo orizzontalmente */ /* aggiustamento verticale */
    vertical-align: middle;
}

.btn-mini:hover {
    color: #8e0202 !important;
    background-color: #fff !important;
    border: 1px solid #fff;
}



.btn-transparent, .btn-transparent:visited, .btn-transparentn:focus {
    font-family: "Nunito Sans";
    font-optical-sizing: auto;
    border-radius: 0px;
    font-size: 15px;
    padding: 20px 40px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    z-index: 2;
    border: 1px solid #fff;
    color: #fff;
    background-color: rgba(225, 160, 88, 0);
    margin-right: 10px;
}
    .btn-transparent::after {
        content: " >";
        font-weight: bold;
        margin-left: 5px;
        display: inline-block; /* necessario per usare transform */
        transform: scaleX(0.5) translateY(-2px); /* schiaccia il simbolo orizzontalmente */ /* aggiustamento verticale */
        vertical-align: middle;
    }
    .btn-transparent:hover {
        color: #fff;
        background-color: rgba(225, 160, 88, 1);
        border: 1px solid #fff;
    }






footer {
    width: 100%;
    float: left;
    margin: 0;
    color: #fff;
    padding: 90px 0 30px 0;
    background: #0f1728;
}



.copyright {
    font-family: "Nunito Sans";
    font-optical-sizing: auto;
    border-radius: 0px;
    font-size: 12px;
    padding: 8px 14px;
    position: relative;
    text-align: center;
    color: #fff;
    z-index: 10;
    float: left;
    width: 100%;
}
ul.social-icons{
	padding:0;
	margin:30px 0 0 0;
}
ul.social-icons li{
	display: inline-block;
    list-style: outside none none;
    margin: 0 5px;
    padding: 0;
}




.container-screen {
    position: relative;
    z-index: 2;
    margin: 0 100px;
    float: left;
    display: block;
    width: calc(100% - 200px);
}

.container-small-screen {
    position: relative;
    z-index: 2;
    margin: 0 300px;
    float: left;
    display: block;
    width: calc(100% - 600px);
}



svg[id="baffo"].first-baffo {
    position: absolute;
    width: 40%;
    height: auto;
    z-index: 2;
    top: -180px;
    right: 0;
}

svg[id="baffo"] {
    position: absolute;
    width: 40%;
    height: auto;
    z-index: 2;
    right: 0;
    top: -260px;
}

svg .st0 {
    fill: #c1272d;
}

.container-second p {
    color: #0f1728;
    font-size:24px;
}

.container-block {
    display: block;
    float: left;
    width: 100%;
}
    .container-block p {
        color: #666666;
        font-size: 20px;
    }

section {
    width:100%;
}
/*------ PADDING ---------*/
.padding-section-top300 {
    padding-top: 300px
}

.padding-section-top200 {
    padding-top: 200px
}
    .padding-section-top100 {
        padding-top: 100px
    }
.padding-section-top90 {
    padding-top: 90px
}
.padding-section-top80 {
    padding-top: 80px
}
.padding-section-top70 {
    padding-top: 70px
}
.padding-section-top60 {
    padding-top:60px
}
.padding-section-top50 {
    padding-top: 50px
}
.padding-section-top40 {
    padding-top: 40px
}
.padding-section-top30 {
    padding-top: 30px
}
/*------ PADDING ---------*/

.padding-section-bottom300 {
    padding-bottom: 300px
}
.padding-section-bottom200 {
    padding-bottom: 200px
}
.padding-section-bottom100 {
    padding-bottom: 100px
}
.padding-section-bottom90 {
    padding-bottom: 90px
}
.padding-section-bottom80 {
    padding-bottom: 80px
}
.padding-section-bottom70 {
    padding-bottom: 70px
}
.padding-section-bottom60 {
    padding-bottom: 60px
}
.padding-section-bottom50 {
    padding-bottom: 50px
}
.padding-section-bottom40 {
    padding-bottom: 40px
}
.padding-section-bottom30 {
    padding-bottom: 30px
}

/*--------------------- PERSONALE ---------------------------------------------------*/




.setHeightScreen {
    position: relative;
    height: 100vh;
}
.setHeightScreenResponsive {
    position: relative;
    height: 100vh;
}
.setHalfHeightScreen {
    position: relative;
    height: 50vh;
}
.setMiniHeightScreen {
    position: relative;
    height: 20vh;
}
.box-fix {
    position:absolute;
    top:0;
    bottom:0;
    height:100%;

}

.set80HeightScreen {
    position: relative;
    height: 80vh;
}
.set100Height {
    height:100%;
}
.fit-height-image {
    height: 100%;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}
#panzoom-container {
    overflow: hidden;
    touch-action: none;
    position: relative;
}

#panzoom-element {
    width: 100%;
    height: auto;
    touch-action: none;
    user-select: none;
}

.fit-width-image {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
}


.note_big {
    color: #999999;
    font-size: 22px !important;
    font-style: italic;
}

a.mini {
    color: #999999;
    font-size: 14px;
    font-family: Nunito Sans;
    text-decoration: none;
}

.bg_home {
    
    background-position: center top;
    background-repeat: no-repeat;
}
 p.intro_home {
        width:68%;
    }




    .bg_black {
        background-color: #000 !important;
    }
.bg_white {
    background-color:#fff !important;
}
.bg_grey {
    background-color: #f9f6f0 !important;
}


img.fixed-right {
    position: absolute;
    right: 200px;
    width: calc(44vw - 200px);
    height: auto;
    top: 36%;
    transform: translateY(-36%);
    -o-transform: translateY(-36%);
    -ms-transform: translateY(-36%);
    -moz-transform: translateY(-36%);
    -webkit-transform: translateY(-36%);
    z-index: 0;
}

.box-loader {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    z-index:999;
}


    .menu_content {
        position: fixed;
        display: block;
        width: 200px;
        background-color: rgba(255, 255, 255, 1);
        right: 0;
        top: 0;
        bottom: 0;
        height: calc( 100% - 330px);
        padding: 10px;
        z-index: 99;
        -webkit-transition: background-color 0.5s ease;
        -moz-transition: background-color 0.5s ease;
        -o-transition: background-color 0.5s ease;
        -ms-transition: background-color 0.5s ease;
        transition: background-color 0.5s ease;
    }



.menu_btn {
    display: block;
    position: absolute;
    top: 20px;
    left: 10px;
    width: 86px;
    height: 86px;
    background-color: #0f1728;
    color: #fff;
    border-radius: 50%;
    z-index: 100;
    cursor: pointer;
    transition: all 0.5s ease;
    overflow: hidden;
}



    .menu_btn:hover {
        background-color: #fff;
    }

        .menu_btn:hover span {
            background-color: #0f1728;
        }

    .menu_btn span {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 35px;
        height: 2px;
        background-color: #fff;
        transition: all 0.5s ease;
        transform-origin: center;
    }

        .menu_btn span:nth-child(1) {
            top: 37%;
        }

        .menu_btn span:nth-child(2) {
            top: 50%;
        }

        .menu_btn span:nth-child(3) {
            bottom: 35%;
        }




    /* Animazione in X --------------------------------------------------------------------------- */
    /* ANIMAZIONE X */
    .menu_btn.open span:nth-child(1) {
        top: 50%;
        transform: rotate(45deg);
    }

    .menu_btn.open span:nth-child(2) {
        opacity: 0;
    }

    .menu_btn.open span:nth-child(3) {
        top: 50%;
        bottom: auto;
        transform: rotate(-45deg);
    }

    .menu_btn.open {
        background:transparent !important;
    }
    .menu_btn.open:hover {
        background: #fff !important;
    }


    /* Overlay espandibile */
.menu_overlay {
    position: fixed;
    top: -120px;
    left: -120px;
    width: 86px;
    height: 86px;
    background-color: #0f1728;
    border-radius: 50%;
    z-index: 90;
    transition: all 0.8s ease-in-out;
    pointer-events: none;
    filter: drop-shadow(0 0 30px rgba(15, 23, 40, 0.8)) opacity(0.95);
}

    .menu_overlay.open {
        width: 3000px;
        height: 3000px;
        top: -1000px;
        left: -1000px;
        border-radius: 0;
        transition: all 1s ease-in-out;
        filter: blur(30px) opacity(0.95);
    }

/* Menu UL */
.menu_ul {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    text-align: center;
    opacity: 0;
    z-index: 110;
    transition: opacity 0.8s ease;
    color: white;
    font-size: 2em;
    pointer-events: none;
    padding-left: 0;
    width: calc(100% - 40px);
    margin-top: 30px;
}

    .menu_ul.show {
        opacity: 1;
        pointer-events: auto;
    }

    .menu_ul a, .menu_ul a:visited {
        color: #fff;
    }

        .menu_ul a:hover, .menu_ul a:focus {
            color: #bf2128;
        }
    .menu_ul li {
        line-height: 16px !important;
        margin-bottom: 32px !important;
    }


.language_menu, .language_menu:hover, .language_menu:active {
    font-family: "Nunito Sans";
    font-optical-sizing: auto;
    border-radius: 0px;
    font-size: 14px;
    padding: 12px 16px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    z-index: 2;
    border: 1px solid transparent;
    color: #fff !important;
    background-color: transparent;
    margin: 0 2px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
    .language_menu.active, .language_menu.active:hover, .language_menu.active:active, .language_menu.active:focus {
        border: 1px solid #fff;
        color: #8e0202 !important;
        background-color: #fff;
    }


    /* Animazione in X --------------------------------------------------------------------------- */
    .logo_content {
        display: block;
        position: absolute;
        top: 20px;
        right: 10px;
        z-index: 100;
        text-decoration: none !important;
    }
        .logo_content:visited, .logo_content:active, .logo_content:any-link, .logo_content:current {
            text-decoration: none !important;
        }
        .logo_content .logo {
            display: block;
            width: 160px;
            height:auto;
        }


footer .logo_footer {
    display: block;

    max-width: 180px;
    height:auto;
    margin-bottom:20px;
}
.logo_footer:visited, .logo_footer:active, .logo_footer:any-link, .logo_footer:current {
    text-decoration: none !important;
}

.logo_footer .logo {
    display: block;
    width: 100%;
    height: auto;
}


.rotate_vert_title {
    transform: rotateZ( -90deg ) translateX(3vw);
    margin: auto;
    position: absolute;
    left: -95px;
    bottom: 20%;
    font-size: 60px;
    font-style: italic;
    letter-spacing: 1px;
    width: 340px;
    text-align: center;

}
.container-slide-recensioni {
    position: absolute;
    width: calc( 100% - 200px);
    
    background-color: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

    .container-slide-recensioni .swiper-slide {
        min-height: 600px;
    }

    .container-slide-recensioni .swiper-pagination {
        padding-right: 0px !important;
        text-align: center !important;
    }
.cont-recensione {
    position: relative;
    width: 100%;
    height:100%;
    display: block;
    margin: auto;
    padding: 150px 10px 50px 10px;
}

.container-slide-recensioni h4 {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
}
    .container-slide-recensioni h3 {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
.container-slide-recensioni p {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
}



    .container-slide {
        position: absolute;
        width: calc( 100% - 170px);
        height: 100%;
        background-color: #fff;
        top: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
    }

.box-recensione-star {
    color: #D9B860;
    font-size: 16px !important;
}


.scrollup {
    opacity: 1;
    position: fixed;
    bottom: -11px;
    height: 60px;
    width: 60px;
    display: none;
    text-indent: -9999px;
    text-decoration: none;
    transform: rotate( 45deg ) translateX(27px);
    -o-transform: rotate( 45deg ) translateX(27px);
    -ms-transform: rotate( 45deg ) translateX(27px);
    -moz-transform: rotate( 45deg ) translateX(27px);
    -webkit-transform: rotate( 45deg ) translateX(27px);
    background-color: #dedede;
    right: 189px;
    z-index: 10;
}
    .scrollup::after {
        content: ' ';
        position: absolute;
        background: url(../App_Images/scroll-top-arrow.png) no-repeat 15px 14px;
        top: 0;
        height: 40px;
        width: 40px;
        left: 0;
        transform: rotate( -45deg );
        -o-transform: rotate( -45deg );
        -ms-transform: rotate( -45deg );
        -moz-transform: rotate( -45deg );
        -webkit-transform: rotate( -45deg );
    }


.square_rotate {
    display: block;
    position: absolute;
    height: 141px;
    width: 141px;
    text-decoration: none;
    transform: rotate( 45deg ) translateX(27px);
    -o-transform: rotate( 45deg ) translateX(27px);
    -ms-transform: rotate( 45deg ) translateX(27px);
    -moz-transform: rotate( 45deg ) translateX(27px);
    -webkit-transform: rotate( 45deg ) translateX(27px);
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}



.first_square {
    background-color: #D8EBFC;
    bottom: -52px;
}
    .first_square span {
        color: #003A96;
        transform: rotate( -45deg );
        -o-transform: rotate( -45deg );
        -ms-transform: rotate( -45deg );
        -moz-transform: rotate( -45deg );
        -webkit-transform: rotate( -45deg );
        
        text-transform: uppercase;
        text-align: center;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100px;
        margin: auto;
        padding-top: 50px;
        font-size: 14px;
        line-height: 18px;
    }

    .first_square:hover {
        background-color: #003A96;
    }
        .first_square:hover span {
            color: #D8EBFC;
        }

    .second_square {
        background-color: #D9B860;
        bottom: -258px;
    }
    .second_square i {
        border: solid 1px #fff;
        display: block;
        position: absolute;
        height: 141px;
        width: 141px;
        top:-5px;
        left:-5px;
    }
    .second_square span {
        color: #fff;
        transform: rotate( -45deg );
        -o-transform: rotate( -45deg );
        -ms-transform: rotate( -45deg );
        -moz-transform: rotate( -45deg );
        -webkit-transform: rotate( -45deg );

        text-transform: uppercase;
        text-align: center;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100px;
        margin: auto;
        padding-top: 50px;
        font-size: 22px;
        line-height: 18px;
    }
            .second_square span:first-line {
                font-size:12px;
            }

        .second_square:hover {
            background-color: #FFFFFF;
        }

            .second_square:hover span {
                color: #D9B860;
            }
            .second_square:hover i {
                border: solid 1px #D9B860;
            }

/*------------------*/
.mappa_square {
    background-color: #342b25;
    bottom: -51px;
    right: -51px;
    border: solid 1px #342b25;
}
    .mappa_square span {
        color: #fff;
        transform: rotate( -45deg );
        -o-transform: rotate( -45deg );
        -ms-transform: rotate( -45deg );
        -moz-transform: rotate( -45deg );
        -webkit-transform: rotate( -45deg );
        text-transform: uppercase;
        text-align: center;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100px;
        margin: auto;
        padding-top: 50px;
        font-size: 22px;
        line-height: 18px;
    }


        .mappa_square span:first-line {
            font-size: 12px;
        }

    .mappa_square:hover {
        background-color: #FFFFFF;
    }

        .mappa_square:hover span {
            color: #D9B860;
        }


/*------------------*/

.section_content_downpage .button_page_square:nth-child(1) {
    left: calc( 50% - 70px);
}

.section_content_downpage .button_page_square:nth-child(2) {
    left: calc( 50% + 60px);
}


.section_content_downpage .line_button_square {
    width: calc( 50% + 130px);
}


.section_content_home_menu .button_page_square {
    left: calc(100% - 176px);
    display: none;
}
.section_content_home_menu .line_button_square {
    width: calc( 100% - 107px);
    display: none;
}

.section_mappa_parcheggio .button_page_square {
    display:none;
    top: -30px;
    right: 70px;
    bottom:unset;
    left:unset;
}
.section_mappa_parcheggio .line_button_square {
    display: none;
    border-left: 1px solid #342b25;
    width: 1px;
    height: 100px;
    position: absolute;
    left: unset;
    bottom: unset;
    top: -100px;
    right: 100px;
}



    .line_button_square {
        display: block;
        border-bottom: 1px solid #342b25;
        height: 1px;
        width: calc( 50% + 70px);
        position: absolute;
        left: 0;
        bottom: 0;
    }
.button_page_square {
    background-color: #342b25;
    bottom: 40px;
    left: 50%;
    border: solid 1px #342b25;
    height: 100px !important;
    width: 100px !important;
    z-index:10;
}

    .button_page_square span {
        color: #fff;
        transform: rotate( -45deg );
        -o-transform: rotate( -45deg );
        -ms-transform: rotate( -45deg );
        -moz-transform: rotate( -45deg );
        -webkit-transform: rotate( -45deg );
        text-transform: uppercase;
        text-align: center;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100px;
        margin: auto;
        padding-top: 28px;
        font-size: 22px;
        line-height: 18px;
    }


        .button_page_square span:first-line {
            font-size: 12px;
        }

    .button_page_square:hover {
        background-color: #FFFFFF;
    }

        .button_page_square:hover span {
            color: #D9B860;
        }
/*------------------*/


        .padding-section {
            padding-top: 140px;
            padding-bottom: 140px;
        }

.padding-section-bottom {

    padding-bottom: 140px;
}


.color_oro {
    color: #D9B860 !important;
}
.color_white {
    color: #FFFFFF !important;
}
.color_grey {
    color: #dddddd !important;
}
.color_blu {
    color: #003A96 !important;
}
.italic {
    font-style:italic !important;
}

.big_link, .big_link:hover, .big_link:active {
    font-size: 40px;
    text-decoration: underline !important;
}


    .big_title {
        font-size: 120px;
        font-weight: 300;
        color: #000;
        line-height: 110px;
    }

ul.social-icons {
    padding: 0;
    margin: 50px auto 0 auto;
    text-align: center;
}

    ul.social-icons li {
        display: inline-block;
        list-style: outside none none;
        text-align:center;
        margin: 10px;
        padding: 0;
    }
        ul.social-icons li i {
            margin:auto;
        }
        ul.social-icons li a {
            text-align: center;
            color: #999;
            font-size: 20px;
            display: block;
            -webkit-transition: color 0.8s ease;
            -moz-transition: color 0.8s ease;
            -o-transition: color 0.8s ease;
            -ms-transition: color 0.8s ease;
            transition: color 0.8s ease;
            transition-delay: 1s;
            -o-transition-delay: 1s;
            -ms-transition-delay: 1s;
            -moz-transition-delay: 1s;
            -webkit-transition-delay: 1s;
        }

            ul.social-icons li a:hover {
                color: #2c5eab !important;
            }

.ico-facebook {
    display:block;
    height:24px;
    width:24px;
    background-image:url(../App_Images/ico_facebook.svg);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:20px;
}
.ico-instagram {
    display: block;
    height: 24px;
    width: 24px;
    background-image: url(../App_Images/ico_instagram.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
}

input[type=text].transparent, input[type=email].transparent, input[type=number].transparent, select.transparent, input[type=tel].transparent {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #5d5a53;
    font-family: "Nunito Sans";
    font-size: 14px;
    letter-spacing: 1px;
    color: #565656;
    width: 100%;
    height: 40px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus {
    background-color: rgba(255,255,255,.5) !important;
    outline: none;
    box-shadow:none;
}

    input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        opacity:0;
    }

input:focus::-moz-placeholder { /* Firefox 19+ */
    opacity: 0;
}

input:focus:-ms-input-placeholder { /* IE 10+ */
    opacity: 0;
}

input:focus:-moz-placeholder { /* Firefox 18- */
    opacity: 0;
}


input, select, img, iframe {
    vertical-align: middle;
}
    input[type="text" i] {
        padding: 1px 2px;
    }
textarea.transparent {
    background-color: transparent;
    font-family: "Nunito Sans";
    font-size: 14px;
    letter-spacing: .5px;
    border: 1px solid #5d5a53;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height:120px;
}

    textarea.transparent:focus {
        background-color: rgba(255,255,255,.5) !important;
        outline: none;
        box-shadow: none;
        border:1px solid rgba(255,255,255,0) !important;
    }
    .fld_message label {
        color: #565656 !important;
        display: block;
        margin-bottom: .5rem;
        text-transform: uppercase;
    }



label, ::-webkit-input-placeholder {
    color: #565656 !important;
    font-family: "Nunito Sans";
    font-size: 12px;
    letter-spacing: 1px;
    font-weight:normal !important;
}

/*------------------- SCROLL PIATTI ------------------------*/
    .nav_square {
    background-color: #d9b860;
    height: 72px;
    width: 72px;
    bottom: 23px;
}


:root {
    --swiper-theme-color: #ecae3d !important;
}

/*-----------------------------------------------------------------*/

.swiper-wrapper-outer {
    position: relative;
    width: 100%;
    height: 100%;
}



/* gallerymenu-full mantiene overflow hidden per le immagini */
.gallerymenu-full {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .swiper-gallerymenu .swiper-slide {
        width: 100% !important;
        flex-shrink: 0;
    }

        .swiper-gallerymenu .swiper-slide img {
            display: block;
            width: 100%;
            height: auto;
            object-fit: cover;
        }

    .swiper-gallerymenu .swiper-button-prev,
    .swiper-gallerymenu .swiper-button-next {
        position: absolute;
        top: 50%;
        width: 40px;
        height: 40px;
        transform: translateY(-50%);
        z-index: 10;
        cursor: pointer;
    }

    .swiper-gallerymenu .swiper-button-prev {
        left: 10px;
    }

    .swiper-gallerymenu .swiper-button-next {
        right: 10px;
    }




    .gallerymenu-full {
    width: 100%;
    height: 500px; /* puoi regolare questa altezza */
    position: relative;

}

.gallerymenu-full .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.img-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}







.custom-arrow {
    width: 80px;
    height: 80px;
    background-color: #e1a058; /* nuovo colore */
    border-radius: 50%;
    position: absolute;
    bottom: 100px; /* distanza dal fondo */
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
    .custom-arrow:hover {
        transform: scale(1.1);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
        background-color: #cf8e48; /* tono pių scuro sull'hover */
    }

        /* Cambio colore della freccia all'hover */
        .custom-arrow:hover::before {
            border-color: #fffde7; /* bianco crema per stacco visivo */
        }


    /* Stile quando il pulsante č disattivato */
    .custom-arrow.swiper-button-disabled {
        pointer-events: none; /* Disabilita click e hover */
        opacity: 0.4; /* Aspetto spento */
        transform: scale(1); /* Annulla effetto hover */
        box-shadow: none; /* Rimuove ombra */
        background-color: #e1a058; /* Mantiene il colore base */
    }

        /* Disattiva l'effetto hover */
        .custom-arrow.swiper-button-disabled:hover {
            transform: none;
            box-shadow: none;
            background-color: #e1a058;
        }

        .custom-arrow.swiper-button-disabled::before {
            border-color: #ffffff88; /* Bianco trasparente, effetto "grigetto" */
        }



/* Posizionamento */
.left-arrow {
    left: -40px;
}
    .left-arrow::before {
        margin-left:6px;
    }


    .right-arrow {
        right: -40px;
    }
        .right-arrow::before {
            margin-right: 6px;
        }


        /* Le frecce bianche vere */
        .left-arrow::before,
        .right-arrow::before {
            content: '';
            display: block;
            width: 20px;
            height: 20px;
            border-style: solid;
            border-width: 3px 3px 0 0;
            border-color: white;
            transform: rotate(-135deg); /* sinistra */
        }

    .right-arrow::before {
        transform: rotate(45deg); /* destra */
    }
/*----------------------------------------------------*/

.quote-svg {
    position: absolute;
    left: 16px;
    top: 15px;
    display: block;
    height: 54px;
    width: 51px;
    background-size: 52px;
    background-image: url(../App_Images/leftQuote.svg);
    background-position: center;
    background-repeat: no-repeat;
}




.swiper-recensioni {
    width: 100%;
    padding-bottom: 40px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
}

    .swiper-slide img {
        display: block;
        
        width: auto;
        height: 100%;
        object-fit: cover;
    }

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
    color: #fff !important;
}



.contentNavig {
    position: absolute;
    right: 30px;
    width: 110px;
    height: 80px;
    bottom: 140px;
    z-index: 11;
}

    .contentNavig .line {
        position: absolute;
        left: calc(50% - 1px);
        width: 1px;
        height: 40px;
        z-index: 12;
        background-color: #fff;
        top: 50%;
        transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .contentNavig .secondline {
        position: absolute;
        left: calc(50% - 1px);
        width: 1px;
        height: 80px;
        z-index: 12;
        background-color: #d9b860;
        top: 90px;
    }



.currentSlideNumb {
    position: absolute;
    left: 10px;
    bottom: -75px;
    color: #666666;
    font-size: 40px;
}
.totSlideNumb {
    position: absolute;
    right: 14px;
    bottom: -84px;
    color: #666666;
    font-size: 26px;
}

.fascia_grey {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #efefef;
    padding: 50px 240px 50px calc(50% + 10px);
}



.over-menu-screen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    z-index: 20;
    background-color: #ded4ba;
    transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
}


    .animation {
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

body.open .over-menu-screen {
    transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
}

body.open .menu_content {
    transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    background-color: rgba(255, 255, 255, 0.00);
}

body.open .logo_content span {
    color:#fff !important;
}
body.open .menu_btn span {

}



body.open  ul.social-icons li a {
    color:#fff !important;
}
    body.open ul.social-icons li a:hover {
        color: #D9B860 !important;
    }

.over-menu-screen .menu-item {
    list-style: none;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
}
    .over-menu-screen .menu-item.open {
        opacity:1;
    }

    .over-menu-screen .menu-item li {
        display: inline-block;
        position: relative;
    }
    .over-menu-screen .menu-item a {
        font-size: 32px;
        font-style: italic;
        height: 54px;
        line-height: 54px;
        color: #fff;
        position: relative;
        text-decoration:none;
    }
        .over-menu-screen .menu-item a:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -5px;
            width: 100%;
            height: 1px;
            background: #fff;
            transform-origin: left;
            transform: scaleX(0);
            transition: transform .25s cubic-bezier(.645,.045,.355,1);
        }

    .over-menu-screen .menu-item li:hover a:after {
        transform: scaleX(1);
    }

.content-item-menu {
    margin-left: 20%;
    margin-top: 100px;
    position:relative;
}
.line-menu {
    position: absolute;
    top: -100px;
    bottom: 0;
    width: 10px;
    height: 100vh;
    background-color: #fff;
    left: -30px;
    transform-origin: top;
    transform: scaleY(0);
    transition: transform .25s cubic-bezier(.645,.045,.355,1);
}

.content-item-menu.open .line-menu {
    transform: scaleY(1);
}

section {
    float: left;
    width: 100%;
    position: relative;
}

.firstContainer {
    position: relative;
    padding-bottom: 30px;
    padding-top: 140px;
    float: left;
    display: block;
    width: 100%;
}
.screen-4 {
    float: left;
    display: block;
    width: 40%;
}
.screen-5 {
    float: left;
    display: block;
    width: 50%;
}
.secondContainer {
    padding-top: 30px;
    position: relative;
    padding-bottom: 140px;
    float: left;
    display: block;
    width: 100%;
}


@font-face {
    font-family: fontello;
    src: url('fontello.woff2') format('woff2'), url('myfont.woff') format('woff');
}

[class^=icon-]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
    content: '\f16d' !important;
}

.icon-facebook:before {
    content: '\f09a' !important;
}
/*

::-webkit-scrollbar {
    display: none;
}
:root {
    scrollbar-width: none !important
} 

::-moz-scrollbar {
    display: none;
}
::-o-scrollbar {
    display: none;

}
    */

.padding-form {
    padding:100px;
}

.checkbox-label {
    display: block;
    padding: 5px 0 5px 25px;
    position: relative;
    font-size:14px;
}

    .checkbox-label input[type=checkbox] {
        height: 18px;
        width: 18px;
        display: block;
        border-radius: 0;

        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #5d5a53;
        position: absolute;
        left: 0;
    }


.message-box {
    font-family: "Nunito Sans";
    padding: 15px;
    font-size: 14px;
    background-color: #D8EBFC;
    color: #003A96;
    border-radius: 0 !important;
    display:none;
}

    .message-box.success {
        background-color: #D8EBFC;
        color: #003A96;
    }
    .message-box.warning {
        background-color: #d99c54;
        color: #fff;
    }
    .message-box.exist {
        background-color: #d99c54;
        color: #fff;
    }
    .message-box.error {
        background-color: #b90000;
        color: #fff;
    }

.button-send, .button-send:visited, .button-send:active {
    display: inline-block;
    font-family: "Nunito Sans";
    padding: 10px 16px;
    font-size: 20px;
    background-color: transparent;
    border: 1px solid #D9B860;
    color: #D9B860 !important;
    border-radius: 0 !important;
    text-decoration: none !important;
}

    .button-send:hover {
        background-color: #D9B860;
        color: #FFF !important;
    }



.button-send-blu, .button-send-blu:visited, .button-send-blu:active {
    display: inline-block;
    font-family: "Nunito Sans";
    padding: 10px 16px;
    font-size: 20px;
    background-color: transparent;
    border: 1px solid #003A96;
    color: #003A96 !important;
    border-radius: 0 !important;
    text-decoration: none !important;
}

    .button-send-blu:hover {
        background-color: #003A96;
        color: #FFF !important;
    }


.section_mappa_parcheggio {
    height: 70vh;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
    .section_mappa_parcheggio .zoom {
        height: 70vh;
        overflow: hidden;
        position: relative;
    }
    .image_mappa_parcheggio {
        display: block;
        width: auto;
        height: 100%;
        margin: 0 auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.over_mappa_parcheggio {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    height:100%;
    width:100%;
    z-index:5;
}



.expTitle {
    color: #D9B860 !important;
    position: relative;
}
    .expTitle:before, .expDecalOnly:before {
        content: '';
        width: 9px;
        height: 9px;
        transform: rotateZ( 45deg );
        position: absolute;
        background: #D9B860;
        top: 18px;
        left: -25px;
    }
    .expTitle:after, .expDecalOnly:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 50px;
        background: #D9B860;
        left: -76px;
        top: 22px;
    }
.parag_list {
    padding-left:75px;
}


.cont-text-right .image-cont {
    margin-left: -200px;
}

.cont-text-right .text-cont {
    margin-left: 100px;
}

.cont-text-left .image-cont {
    margin-right: -200px;
    float: right;
}

.cont-text-left .text-cont {
  
}


.over_mappa_google {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2001;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
}

.content_over {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: #fff;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
}

.btn_close_over {
    position: absolute;
    z-index: 10;
    bottom: 60px;
    left: calc( 50% - 30px);
    display: block;
    height: 60px;
    width: 60px;
    border: 1px solid #D9B860;
    color: #D9B860 !important;
    text-align: center;
    padding: 3px;
    font-size: 30px;
    line-height: 50px;
}
    .btn_close_over:hover {
        border: 1px solid #FFFFFF !important;
        color: #FFFFFF !important;
    }


.cont-gfx {
    position: relative;
    z-index: 10;
    display: inline-block;

    width: 100%;
    max-width: 100% !important;
    min-width: 100% !important;
    overflow-x: hidden;
}

.gfx_home_1_sx {
    width:400px;
    height:auto;
    position: absolute;
    top: -200px;
    left: -140px;
    transform: rotate( 45deg );
    -o-transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    -webkit-transform: rotate( 45deg );
    z-index: 10;
}
.gfx_home_2_dx {
    position: absolute;
    top: -200px;
    right: -80px;
    transform: rotate( 257deg );
    -o-transform: rotate( 257deg );
    -ms-transform: rotate( 257deg );
    -moz-transform: rotate( 257deg );
    -webkit-transform: rotate( 257deg );
    z-index: 10;
    width: 510px;
    height: auto;
}
.gfx_home_3_sx {
    position: absolute;
    top: -190px;
    left: -140px;
    transform: rotate( 51deg );
    -o-transform: rotate( 51deg );
    -ms-transform: rotate( 51deg );
    -moz-transform: rotate( 51deg );
    -webkit-transform: rotate( 51deg );
    z-index: 10;
    width: 430px;
    height: auto;
}


.list_voci_menu li {
    width: 100%;
    
    position:relative;

}
.list_voci_menu.haveprice li {
    padding-right: 160px;
}

    .list_voci_menu li span {
        color: #D9B860 !important;
        text-align: left;
        position: absolute;
        right: 0;
        display: none;
        width: 155px;
        top: 0;
    }

.list_voci_menu.haveprice li span {
    display:inline-block;
}


.overflow-x-hidden {
    overflow-x:hidden;
}

/* -------------------- RECENSIONI ------------------------------*/

.fix-height-recensioni {
    position:relative;
    margin-top:-100px;
}



.cont-recensione {
    display: block;
    width: 100%;
    min-height: 410px;
    border: 1px dotted #dedede;
    padding: 20px 60px 0 60px;
    background-color: #fff;
}

    .cont-recensione p.big {
        margin-bottom:0;
    }

    #recensioni .swiper-slide {
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); /* ombra morbida */
    }


/* -------------- SEZIONE DUE MENU ---------------------------*/
.menu-section {
    display: flex;
    gap: 0px;
    max-height: 560px;
    margin:100px 0;
}

.menu-box {
    flex: 1;
    height: 560px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease;
}

/* Ribasso del primo blocco */
.box-pranzo {
    margin-top: 60px;
}




.menu-box {
    z-index: 1;
    flex: 1;
    position: relative;
    height: 560px;
    overflow: hidden;
}
    /* Zoom immagine al rollover */
    .menu-box:hover {
        transform: scale(1.02);
        z-index: 10;
    }



/* Immagine separata per effetto zoom */
.menu-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease;
    z-index: 1;
}

.menu-box:hover .menu-image {
    transform: scale(1.05);
}

/* Overlay */
.menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 15, 40, 0.2);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: background-color 0.4s ease;
    text-align: center;
}

    .menu-overlay h2 {
        font-size: 40px;
        margin-bottom: 20px;
        color: white;
    }

    .menu-overlay p {
        font-size: 18px;
        max-width: 400px;
        opacity: 0;
        transition: opacity 0.4s ease;
        color: white;
    }

/* Attivazione al rollover */
.menu-box:hover .menu-overlay {
    background-color: rgba(0, 15, 40, 0.8);
}

    .menu-box:hover .menu-overlay p {
        opacity: 1;
    }


/* -------------- SEZIONE DUE MENU ---------------------------*/

.container-form-newsletter {
    display: block;
    width: 100%;
    padding: 20px 10px;
    color: #fff;
    background-color: #0f1728;
    float: left;
}


/* ----------------NEWSLETTER FOOTER -------------------------------*/

.newsletter-form-wrapper {
    max-width: 460px;
    margin: 0 auto;
    color: #fff;
    font-family: inherit;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Input e bottone separati */
.newsletter-fields {
    display: flex;
    gap: 12px;
}

    .newsletter-fields input[type="email"] {
        flex: 1;
        padding: 18px 20px;
        border: none;
        border-radius: 14px;
        font-size: 16px;
        outline: none;
        background-color: #fff;
        color: #333;
    }
        .newsletter-fields input[type="email"]:focus {
            background-color: #fff;
            color: #fff;
            border: none;
            outline: none;
            opacity: 1 !important;
        }


.submit-button, .submit-button:active, .submit-button:focus {
    width: 60px;
    height: 60px;
    border: none;
    background-color: #d99c54;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    cursor: pointer;
    font-size: 26px;
    color: #fff;
    text-decoration: none !important;
}

    .submit-button:hover {
        background-color: #bf2128;
        color: #fff;
    }

/* Checkbox unica frase */
.privacy-check {
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    line-height: 1.4;
    gap: 8px;
    margin-right: 70px;
    color:#fff;
}

    .privacy-check input[type="checkbox"] {
        margin-top: 3px;
        width: 18px;
        height: 18px;
        accent-color: #d99c54;
    }

    .privacy-check a {
        color: #fff;
        text-decoration: underline;
    }
    .privacy-check span {
        color: #fff;
    }
    /*------------------FOOTER ----------------------------*/
    footer {
        background-color: #0f1728;
        color:#fff;
    }

        footer p {
            color: #fff;
        }


        .footer-list-social {
            display: flex;
            padding-left: 0;
            margin-bottom: 15px;
        }

    .footer-list-social li {
        display:flex;
        margin-right:10px;
    }
    .footer-list-social a {
        height:45px;
        width:45px;
        background-color: #e1a058;
        color:#fff;
        border-radius: 50%;
        position: relative;
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        font-size:20px;
    }

        .footer-list-social a:hover {
            background-color: #bf2128;
            color:#fff;
        }


.footer-list-link {
    font-optical-sizing: auto;
    list-style: none;
    position: relative;
    padding-left: 0;
}
    .footer-list-link li {
        list-style: none;
        font-size: 24px;
        color:#fff;
    }


    .footer-list-link li::before {
        content: " >";
        font-weight: bold;
        margin-right: 5px;
        display: inline-block;
        transform: scaleX(0.5) translateY(-2px);
        vertical-align: middle;
    }

    .footer-list-link li:after, .footer-list-link li:before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .footer-list-link a {
        display:inline-block;
        vertical-align:top;
        font-size: 24px;
        color: #fff;
    }
        .footer-list-link a:hover {
            color: #bf2128;
        }

/* ===== BREADCRUMB ===== */
.breadcrumb-section {

    padding: 20px 0;
    border-bottom: 1px solid #e2ded6;
    background-color: rgb(142, 2, 2);
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: "Nunito Sans";
    font-optical-sizing: auto;
    color: #fff;
    background-color: rgb(142, 2, 2);
}

    .breadcrumb li {
        position: relative;
        background-color: rgb(142, 2, 2);
    }

        .breadcrumb li a {
            text-decoration: none;
            color: #c5b89e;
            transition: color 0.3s ease;
        }

            .breadcrumb li a:hover {
                color: #a1855c;
            }



.tripadvisor_image {
    margin:0 auto;
}

