/* Primary Colors */

:root {
    --gold-color: #80684B;
}

body {
    font-family: 'Euclid Flex', sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 100;
    font-size: 18px;
    background-color: #F5FAF6;
    overflow-x: hidden;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

::selection {
    color: #fff;
    background-color: var(--gold-color);
}

*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

*::-webkit-scrollbar-track {
    background-color: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--gold-color);
    border-radius: 1px;
}

.justify-content-center {
    width: 100%;
    max-width: 1920px;
}

.row {
    width: 100%;
    margin: 0;
    /*width: 98%;*/
    /*margin: auto;*/
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

a:hover {
    color: var(--gold-color);
    text-decoration: none;
}

strong {
    font-weight: bold;
}

h1 {
    font-weight: 100;
    color: #fff;
    /*margin: 0;*/
    font-size: 7vw;
    line-height: 6.4vw;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

h2 {
    font-size: 2.9vw;
    line-height: 2.9vw;
    font-weight: 500;
    font-family: 'Euclid Flex Medium';
}

h3 {
    font-weight: 300;
    font-size: 7vw;
    line-height: 6.4vw;
}

h4 {
    font-size: 2.9vw;
    line-height: 2.9vw;
    font-weight: 500;
    font-family: 'Euclid Flex Medium';
}

h5 {
    font-size: 2.4vw;
    line-height: 1em;
    padding-top: 17px;
    margin-bottom: 0;
    font-weight: 400;
    font-family: 'Euclid Flex Medium';
}

.parallax-image {
    position: absolute;
    top: 70px;
    right: 70px;
    width: 50%;
    height: auto;
}

.parallax-image-sx {
    position: absolute;
    top: 80px;
    left: 120px;
    height: auto;
    z-index: 99;
    width: 25%;
}

header {
    min-height: 5vw;
    color: #fff;
    background: linear-gradient(#000000bb, #ffffff00);
}

.testo-oro {
    color: var(--gold-color);
}

.p-3 {
    padding: 0 !important;
}

.header-dx {
    padding-right: 80px !important;
    padding-top: 10px;
}

.top {
    position: fixed;
    top: 0;
    z-index: 99999;
    background: transparent linear-gradient(180deg, #000000 -24%, #00000000 100%);
}

.top.container-fluid {
    padding-top: 20px;
    z-index: 99999;
}

nav {
    z-index: 6;
    position: fixed;
    right: 20px;
    top: 30px
}

.top .col-md-4 {
    border-bottom: 1px solid #fff;
    height: 70px;
}

.container-fluid {
    padding: 0;
}

button {
    padding: 11px 18px;
    font-size: 19px;
    font-weight: 500;
    font-family: 'Euclid Flex Medium';
    margin: 3px;
}

button:focus, .btn.focus, .btn:focus, .button:focus {
    outline: none;
    box-shadow: none;
}

.section-fullimage a {
    display: inline-block;
    font-size: 19px;
    border-radius: 0;
    padding: 8px 25px;
    margin: 5px 5px 5px 0;
    background-color: transparent;
    color: #fff;
    border: 3px solid #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Euclid Flex Medium';
}

.section-fullimage .iconbox {
    left: 20px;
    top: 20px;
}

.section-fullimage p {
    padding-bottom: 20px;
}

.section-fullimage a:hover {
    background-color: #fff;
    color: var(--gold-color);
    cursor: pointer;
}

.container-card .iconbox {
    left: 20px;
    top: 20px;
}

.btn {
    border-radius: 0;
    padding: 8px 25px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3,
.col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto,
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2,
.col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8,
.col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11,
.col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1,
.col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4,
.col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto,
.col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3,
.col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding: 0 25px 0 25px;
    margin: 0;
}

.col-25 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-50 {
    flex: 0 0 50%;
    max-width: 50%;
}

.riga-menu {
    border-bottom: 1px solid #fff;
    width: 100%;
}


.gastronomia .col-lg-4, .gastronomia .col-md-6, .gastronomia .col-sm-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.vh-100 {
    min-height: 75vh;
    height: 100% !important;
    display: flex;
}

.btn {
    background-color: transparent;
    color: #fff;
    border: 3px solid #fff;
    text-transform: uppercase;
}

.btn a {
    color: #fff;
}

.btn a:hover {
    color: var(--gold-color);
}

.btn:hover {
    background-color: #fff;
    color: var(--gold-color);
    cursor: pointer;
}

.btn-secondary {
    color: #fff;
    background-color: #ffffff00 !important;
    border-color: #ffffff00 !important;
}

.lingue .btn:hover {
    background-color: #ffffff00;
    color: #fff;
    cursor: pointer;
}

.oro {
    background-color: var(--gold-color);
    color: #fff;
    border: 3px solid var(--gold-color);
    cursor: pointer;
    text-transform: uppercase;
}

.bg-gold {
    background-color: var(--gold-color);
    color: #fff;
    border: 3px solid var(--gold-color);
}
.bg-gold .text-container {
    position: static;
    width: auto;
    max-width: 1200px;
}
.bg-gold .text-container .row-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
}
.bg-gold .text-container .row-flex .col-flex-img {
    width: fit-content;
}
.bg-gold .text-container a:hover {
    color: #fff;
    text-decoration: underline;
}

.nero {
    color: #1C1C1C;
    border: 3px solid #1C1C1C;
    cursor: pointer;
    text-transform: uppercase;
}

.nero:hover {
    background-color: #1C1C1C;
    color: #fff;
    border: 3px solid #1C1C1C;
}

.oro-nl {
    background-color: var(--gold-color);
    padding-top: 4px;
    padding-bottom: 60px;
}

.logo {
    padding-top: 0px;
    text-align: center;
}

.logo img {
    max-height: 20px;
    width: auto;
}

.container {
    padding: 0;

}

.elementimenu {
    position: absolute;
    left: 0;
    max-width: 300px;
    top: 100px;
}

.iconbox {
    position: absolute;
    z-index: 5;
    width: 50px;
    height: 50px;
    background-image: url(/images/2024/decorazioni/triangolo-marrone.png);
    background-repeat: no-repeat;
}

.abs {
    top: -100px;
}

.section-fullimage .iconbox, .nero-bianco .iconbox, .dark .iconbox {
    background-image: url(/images/2024/decorazioni/triangolo-bianco.png);
}

.text-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 65%;
    z-index: 2;
    color: white;
    padding: 25px;
}

.image-container img {
    width: 100%;
    object-fit: cover;
    display: block;
    /*  height: 100vh;*/
    height: 95vh;
    filter: brightness(70%);
}

@media (max-width: 600px) {
    .row {

        width: 95%;

    }

    .gastronomia .col-lg-4, .gastronomia .col-md-6, .gastronomia .col-sm-12 {
        padding: 0;
    }

    .logo img {
        width: 70% !important;
        max-height: none;
    }

    .wellness .logo img {


        height: 20px;
        width: auto !important;


    }
}

.text-container h3 {
    color: #fff;
    font-size: 2.9vw;
    line-height: 2.9vw;
    font-weight: 500;
    padding-bottom: 20px;
    margin: 0;
    text-transform: uppercase;
    font-family: "Euclid Flex Medium";
}

.text-container p {
    font-family: 'Euclid Flex';
    font-weight: 100;
    font-size: 18px;
}

.lingue button {
    background: #ffffff00;
    border: 0;
    text-transform: capitalize;
}

.lingue .dropdown-menu {
    background-color: #ffffff00;
    border: 0;
    margin: 0;
}

.lang-native {
    display: none;
}

.lang-title {
    display: block;
}

.lingue button:focus {
    background: #ffffff00;
    border: 0;
}

.lingue button:after {
    display: none;
}

.lingue .lang-active {
    background-color: #80684B;
    border: 0;
}

.lingue:hover .lang-block.dropdown-menu {
    display: block;
}

.lingue ul {
    list-style-type: none;
    padding: 0;
}

.lingue ul ul {
    display: none;
    position: absolute;
}

.lingue li:hover > ul {
    display: block;
}

.lingue li {
    position: relative;
    padding: 10px;
    left: 20px;
    color: #fff;
    margin: 5px;
    font-weight: bold;
}

.lingue ul li {
    background-color: #80684B;
    margin: 0px;
    font-weight: normal;
    min-width: 110px;
    width: fit-content;
}

.lingue a:hover {
    color: #fff;
}

.intro {
    background-color: #1c1c1c;
    width: 100%;
    height: 100vh;
}

.intro img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(70%);
}

.topintro {
    position: absolute;
    top: 0;
    /*  max-width:2300px !important;*/
    margin-top: 7rem !important;
}

.bianco-oro h3 {
    color: #80684B;
    font-size: 2.9vw;
    /*line-height: 2.9vw;*/
    font-weight: 500;
    text-transform: uppercase;
    line-height: 43px;
    font-family: "Euclid Flex Medium", sans-serif;
}

.bianco-oro p {
    color: #80684B;
}

.light h2 {
    color: #80684B;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    width: 70%;
    line-height: 40px;
    font-family: "Euclid Flex Medium";
}

.light h2, .light p {
    color: #80684B;
}

.light ul {
    color: #80684B;
}

.section-full.light {
    padding-bottom: 0 !important;
}

.section-full.light p {
    color: #000
}

.light {
    background-color: #F5FAF6;
    position: relative;
    align-items: center; /* Centra verticalmente */
    padding-top: 10%; /*padding-bottom:10%;*/
}

.dark {
    background-color: #1c1c1c;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 0px;

    min-height: 80vh !important;
}

.dark .container {
    padding: 0;
}

.corvara .dark {
    max-height: 2000px;
}

.gold {
    background-color: #80684B;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.bianco-oro {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, #80684B 47%, #F5FAF6 47%) repeat scroll 0 0 !important;
    position: relative;
    align-items: center; /* Centra verticalmente */
}

.bianco-oro h2 {
    color: #80684B;
}

.dafare h3 {
    color: #fff;
    font-size: 2.9vw;
    line-height: 2.9vw;
    font-weight: 500;
    padding-bottom: 20px;
    margin: 0;
    text-transform: uppercase;
    font-family: "Euclid Flex Medium";
}

.dafare p {
    color: #fff;
}

.dafare {
    position: relative;
}

.dafare img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.dafare .image-container {
    position: absolute;
}

.dafare .image-container img {
    min-height: 70vh;
}

.aligncenter {
    justify-content: center;
    align-items: center;
}

/* SEZIONE ARCHITETTURA */

#profile .row, #profile .col-md-3, #home .col-md-3 {
    padding: 0;
}

.nav-tabs {
    border-bottom: 0;
    padding-bottom: 25px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #80684B;
    background-color: #ffffff00;
    border: 1px solid #80684B;
    border-radius: 0;
    text-transform: uppercase;
}

a.nav-link {
    color: #80684B;
    border-radius: 0;
    border: 0;
    text-transform: uppercase;
    margin: 4px;
    font-weight: 500;
    font-family: 'Euclid Flex Medium';
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 1px solid #80684B;
    border-radius: 0;
    cursor: pointer;
}

.ab-dx {
    position: absolute;
    right: 150px;
    top: 80px;
    width: 180px;
}

.ab-sx {
    position: absolute;
    left: 140px;
    bottom: 50px;
    width: 180px;
    /*left: 240px;*/
    /*bottom: 220px;*/
    /*width: 180px;*/
}

.card {
    background-color: #ffffff00;
    border: 0;
}

.container-card {
    position: relative;
}

.image-card {
    display: block;
    width: 100%;
    height: 570px;
    object-fit: cover;
    filter: brightness(90%);
}

.overlay-card {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: #00000093;
    background-blend-mode: multiply;
}

.container-card:hover .overlay-card {
    opacity: 1;
}

.text-card {
    color: white;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    cursor: default;
}

.titolo-card {
    color: #fff;
    padding: 20px;
    width: 100%;
    z-index: 10;
    background: linear-gradient(#000000bb, #ffffff00);
    position: absolute;
    font-size: 40px;
    line-height: 35px;
    font-weight: 400;
}

/* Hides the .view element initially and positions it absolutely at the bottom-left corner of the parent element with a high z-index for visibility */
.view {
    display: none;
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 20px;
}

/* Removes padding from the .card-body element */

.card-body {
    padding: 0;
}

/* Aligns text to the right and adds right padding for the .contieni-bottoni element */

.contieni-bottoni {
    text-align: right;
    padding-right: 60px;
}

/* Styles for the .gastronomia section */

.gastronomia h3 {
    font-family: "Euclid Flex Medium";
    font-size: clamp(18px, 2.9vw, 36px);
    line-height: clamp(18px, 2.9vw, 36px);
    text-transform: uppercase;
    font-weight: bolder;
    padding-bottom: 20px;
}

.gastronomia .row {
    margin: auto;
    padding-top: 30px;
    max-width: 1230px !important;
}

.gastronomia h4 {
    font-family: "Euclid Flex Medium";
    font-size: 15px;
    line-height: 16px;
    padding-bottom: 10px;
}

/* Positions the .iconbox element in the .gastronomia section */

.gastronomia .iconbox {
    left: 20px;
}

/* POP UP MENU */

/* Hides the .popup element initially and makes it invisible with opacity 0 */

.popup {
    display: none;
    opacity: 0;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

/* Styles for the .popup element when it becomes visible */

.popup.is-visible {
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #1c1c1c;
    min-height: 200vh;
}

.mod-languages__select button, .dropdown-menu {
    font-size: 22px;
}

/* HAMBURGER */

#menuToggle {
    display: block;
    position: relative;
    top: 10px;
    left: 0px;
    z-index: 2;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle a {
    text-decoration: none;
    transition: color 0.3s ease;
}

#menuToggle input {
    display: block;
    width: 50px;
    height: 42px;
    position: absolute;
    top: -7px;
    left: -8px;
    cursor: pointer;
    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */
    -webkit-touch-callout: none;
}

#menuToggle .hamb {
    display: block;
    width: 37px;
    height: 2px;
    margin-bottom: 9px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 3px 0px;
    /*transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;*/
}

#menuToggle .hamb:first-child {
    transform-origin: 0% 0%;
}

#menuToggle .hamb:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked ~ .hamb {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #fff;
    top: -23px;
}

#menuToggle input:checked ~ .hamb:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ .hamb:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
    top: 10px;
}

#menu {
    position: absolute;
    width: 100%;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
}

#menu li {
    padding: 10px 0;
    font-size: 22px;
}

#menuToggle input:checked ~ ul {
    transform: none;
}

/* FULLSCREEN MENU */

.fullscreen-menu .nav {
    display: block;
}

.fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1c1c1c;
    text-align: center;
    padding-top: 50px;
    z-index: 2;
}

.fullscreen-menu a {
    display: block;
    color: white;
    font-size: 30px;
    margin: 17px 0;
    text-decoration: none;
}

.fullscreen-menu a:hover {
    color: #f1c40f;
}

.menu-btn {
    font-size: 30px;
    cursor: pointer;
    color: black;
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 10000;
}

.menu-btn.open {
    color: white;
}

.menu-btn.open:before {
    content: "\00d7"; /* Carattere 'X' */
}

.menu-btn.open .icon-bar {
    display: none;
}

.icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 5px 0;
    transition: all 0.3s ease;
}

.fullscreen-menu ul {
    list-style-type: none;
    width: 100%;
    position: relative;
}

.fullscreen-menu ul li {
    position: relative;
    padding-bottom: 5px;
    padding-right: 2%;
    cursor: pointer;
    text-transform: uppercase;
    text-align: left;
}

.fullscreen-menu ul li a {
    color: #80674c;
    font-weight: 500;
    font-family: "Euclid Flex Medium";
    line-height: 1.5vw;
    font-size: 2.8vw;
}

.mod-menu {
    left: 50%;
}

.mod-menu__sub span, .mod-menu__sub a {
    line-height: 1vw;
    font-size: 1.6vw !important;
    display: inline;
}

.mod-menu__sub {
    padding-top: 10px;
    padding-bottom: 10px;
}

.mod-menu__sub li {
    padding: 0;
    text-transform: capitalize !important;
    display: inline;
}

.fullscreen-menu li a:hover {
    color: #fff;
}

.submenu li {
    padding: 0;
}

.fullscreen-menu ul img {
    position: fixed;
    top: 80px;
    left: 23%;
    width: 24%;
    height: auto;
    margin-left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    max-width: 550px;
}

.fullscreen-menu ul li:hover img {
    display: block;
}

.fullscreen-menu ul li.active img {
    display: block;
    opacity: 1;
}

.fullscreen-menu {
    display: none;
}

.submenu {
    padding-left: 0;
}

.submenu li {
    text-transform: capitalize !important;
    list-style-type: none;
    font-size: 1.5vw;
    display: inline;
}

.submenu li a:after {
    font-weight: 100;
    font-family: "Euclid Flex";
    padding-left: 10px;
}

.submenu a {
    padding-left: 0;
}

.submenu li a {
    text-transform: capitalize !important;
    list-style-type: none;
    font-size: 1.5vw;
    display: inline;
    padding-right: 20px;
}

.submenu li a:after {
    font-weight: 100;
    font-family: "Euclid Flex";
    padding-left: 10px;
}

.overflow-hidden {
    overflow: hidden;
}

/* OFFERTE */

.offerte {
    margin: auto;
}

.imgofferte {
    display: block;
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.offerte p {
    color: #212529;
    font-size: 14px;
}

.offerte h5 {
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
}

.offerte .col-lg-3,
.offerte .col-md-4,
.offerte .col-sm-6 {
    padding: 30px;
}

.offerte .iconbox {
    top: 50px;
    left: 50px;
}

.text-card p a {
    display: block !important;
    font-size: 19px;
    border: 3px solid #fff;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Euclid Flex Medium";
    width: 150px;
    text-align: center;
}

.text-card p a:hover {
    background-color: #fff;
}

.section-postslider .swiper-slide, .section-cards .swiper-slide {
    width: auto;
}

.top .col-sm-12, .top .col-md-4 {
    -ms-flex: 0 0 33.333333% !important;
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
}

.attivita {
    margin-top: 0;
    /* padding-bottom: 150px;*/
    margin-left: auto;
    margin-right: auto;
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, #80684B 47%, #F5FAF6 47%) repeat scroll 0 0 !important;
}

.attivita p {
    color: #fff
}

.attivita a {
    font-size: 19px;
    border-radius: 0;
    padding: 8px 25px 8px 25px;
    background-color: transparent;
    color: #fff;
    border: 3px solid #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Euclid Flex Medium";
    position: absolute;
    right: 10%;
    bottom: 30px;
}

.attivita h3 {
    font-size: 2.9vw;
    font-weight: 500;
    line-height: 2.9vw;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    font-family: "Euclid Flex Medium";
}

.attivita .text-container {
    right: 0;
    padding-left: 40px;
    width: 100%;
}

.attivita .btn {
    float: right;
}

.attivita img {
    max-width: 100%;
}

.architettura {
    margin: auto;
}

.architettura .row {
    margin: auto;
    width: 100%;
}

#profile .row {
    margin: auto;
    width: 100%;
}

.architettura img {
    display: block;
    width: 100%;
    height: 700px;
    object-fit: cover;
    filter: brightness(90%);
}

#profile img {
    height: 700px;
}

.attività .row {
    max-width: 1200px;
}

#back-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99998;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: #80684B;
    color: white;
    cursor: pointer;
    /*border-radius: 100px;*/
    width: 50px;
    /*  height: 50px;
      border: 1px solid #fff;*/
}

#back-to-top-btn svg {
    cursor: pointer;
}

footer .fa-arrow-up {
    cursor: pointer;
}

footer .container {
    margin: auto;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

footer .container .row {
    align-items: center;
}

footer {
    background-color: #000;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
}

#back-to-top-btn:hover {
    background-color: #fff;
    color: #80684B;
}

.foot-a p {
    font-size: 18px;
    text-align: left;
}

.foot-b img {
    margin-bottom: 30px;
}

.foot-b a {
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.socials a {
    font-size: 10px;
    padding-right: 10px;
}

footer a {
    color: #fff;
}

.foot-c {
    border-left: 1px solid #80684b;
}

.newsletter h5 {
    font-family: "Euclid Flex Medium";
    font-size: 28px;
    font-weight: bolder;
    color: #000;
}

.newsletter p {
    color: #000;
}

.newsletter {
    margin: auto;
    padding-top: 50px;
}

#request-btn, #booking-btn {
    text-align: center;
}


@media (max-width: 600px) {


    .box-service-newsletter form {
        flex-direction: column;
        align-items: stretch; /* Gli elementi occuperanno tutta la larghezza disponibile */
    }

    #iscriviti {
        margin-right: 0;
        margin-bottom: 10px; /* Spazio tra l'input e il pulsante */
        width: 100%; /* L'input occupa tutta la larghezza del container */
    }

    .sub {
        width: 100%; /* Il pulsante occupa tutta la larghezza del container */
    }
}


.box-service-newsletter form {
    display: flex;
    align-items: center;
}

#iscriviti {
    background-color: #80684b;
    border-radius: 0;
    border: 1px solid #1c1c1c;
    color: #1c1c1c;
    font-size: 15px;
    height: 52px;
    padding: 0 15px;
    flex: 1;
    margin-right: 10px; /* Spazio tra l'input e il pulsante */
}

.sub {
    background-color: #1c1c1c;
    border: 0;
    border-radius: 0;
    color: #80684b;
    cursor: pointer;
    font-size: 15px;
    height: 55px;
    width: 160px;
    transition: all 0.3s ease 0s;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
}

#iscriviti::placeholder {
    color: #1c1c1c;
}

.container.architettura {
    padding: 0;
}

.architettura .row {
    padding: 0;
}

.container, .justify-content-center {
    max-width: 100% !important;
}

.container.eventi {
    /*max-width: 1200px;*/
    max-width: 1250px !important;
    margin: 0 auto;
}

.container.eventi .col-12 {
    margin-bottom: 40px;
}

.container.eventi .col-6 {
    margin-bottom: 30px;
}

.container.eventi h2 {
    color: #1c1c1c !important;
    font-size: 2vw !important;
    font-weight: 300 !important;
    text-decoration: none !important;
}

.container.eventi .subtitle {
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Euclid Flex Medium";
}

.eventi {
    margin-top: -200px;
}

.evento {
    margin-bottom: 50px;
}

.container.eventi img {
    display: block;
    width: 100%;
    height: auto;
    filter: brightness(90%);
}

.section-cards h3 {
    padding-top: 0px;
}

.section-cards .contieni-frecce {
    position: relative;
    z-index: 10;
    width: 90%;
    bottom: -100px;
}

.section-cards .slidePrev-btn {
    position: absolute;
    left: 0;
    /*    margin-top: 35%;*/
    margin-top: 25%;
}

.section-cards .slideNext-btn {
    position: absolute;
    right: 0;
/*    margin-top: 35%;*/
    margin-top: 25%;
}

/*
.section-cards .slidePrev-btn img {
  width: 40px;
}*/

/*.section-cards .slideNext-btn img {
  width: 40px;
}*/

.space {
    height: 400px;
}

.gold .dark {
    background-color: #ffffff00;
}

.nero-bianco {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, #fff 47%, #1c1c1c 47%) repeat scroll 0 0 !important;
}

.nero-bianco.section-su {
    background: linear-gradient(0deg, #F5FAF6 20%, #1c1c1c 20%) repeat scroll 0 0 !important;
}

.nero-bianco .bianco-oro {
    background: #ffffff00 !important;
}

.nero-bianco p, .nero-bianco h3 {
    color: #fff
}

.testo-gas {
    padding-left: 10px;
    padding-right: 10px;

    p {
        padding-right:20px;
    }
}

.toggle-btn {
    cursor: pointer;
    display: block;
    position: fixed;
    right: 33px;
    top: 18px;
    z-index: 10;
}

.toggle-btn .bar {
    display: block;
    width: 41px;
    height: 2px;
    margin: 8px auto;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
}

.toggle-btn .bar:nth-child(2) {
    width: 41px;
}

#toggle:checked ~ nav {
    opacity: 1;
    visibility: visible;
}

#toggle:checked ~ nav ul {
    top: 60px;
}

#toggle:checked ~ nav ul li {
    transform: translateY(0px);
    opacity: 1;
}

#toggle:checked ~ nav ul li:nth-child(1) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.1s;
}

#toggle:checked ~ nav ul li:nth-child(2) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.2s;
}

#toggle:checked ~ nav ul li:nth-child(3) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.3s;
}

#toggle:checked ~ nav ul li:nth-child(4) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.4s;
}

#toggle:checked + label.toggle-btn .bar:nth-child(2) {
    transform: translateX(50px);
    opacity: 0;
}

#toggle:checked + label.toggle-btn .bar:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

#toggle:checked + label.toggle-btn .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* SWIPER CARDS */

.section-cards .swiper-slide:nth-child(2), .section-cards .swiper-slide:nth-child(5), .section-cards .swiper-slide:last-child {
    top: -400px;
}

.section-cards .swiper-slide:last-child {
    left: 400px;
}

.corvara .section-cards .swiper-slide:last-child {
    left: 0;
}

.section-cards .swiper-slide:nth-child(3), .section-cards .swiper-slide:nth-child(6) {
    top: -250px;
}


/* SPECIFICO PER PAG CORVARA SEZIONE ORO */

.corvara .gold .row {
    justify-content: right;
}

.corvara .gold.section-cards .swiper-slide:nth-child(1) {
    top: -200px !important;
}

.corvara .gold.section-cards .swiper-slide:nth-child(2) {
    top: -350px !important;
}

.corvara .gold.section-cards .swiper-slide:nth-child(3) {
    top: 0px !important;
}

.corvara .gold.section-cards .swiper-slide:nth-child(4) {
    top: -200px !important;
    left: 0;
}

.corvara .gold.section-cards .swiper-slide:nth-child(5) {
    top: -350px !important;
    left: 0;
}

.corvara .gold.section-cards .swiper-slide:nth-child(6) {
    top: 0px !important;
    left: 0;
}


/* SPECIFICO PER PAG CORVARA */

.corvara .section-cards .swiper-slide:nth-child(2) {
    top: -650px !important;
}

.corvara .section-cards .swiper-slide:nth-child(3) {
    top: -550px !important;
}

.corvara .section-cards .swiper-slide:nth-child(4) {
    top: -650px !important; /*left:310px;*/
    left: 400px;
}

.corvara .section-cards .swiper-slide:nth-child(5) {
    top: -550px !important; /* left:103px;*/
    left: 400px;
}

.section-cards .swiper-slide {
    width: 32% !important;
    margin: 2px;
}

.section-cards .swiper {
    overflow: visible;
}

.section-cards .mySwiper1 .swiper-wrapper {
    max-width: 1230px;
    /* justify-content: space-around;*/
    height: 100%;
    flex-wrap: wrap;
    position: relative;
    top: 100px;
}

/* SWIPER ESPERIENZE */

.section-postslider .mySwiper2 .swiper-slide:nth-child(2), .section-postslider .mySwiper2 .swiper-slide:last-child {
    top: 0px;
}

.section-postslider .mySwiper2 .swiper-slide:nth-child(3) {
    top: 0px;
}

.section-postslider .mySwiper2 .swiper-wrapper {
    max-width: 1230px;
    /* justify-content: space-around;*/
    height: 100%;
    position: relative;
    top: 50px;
    display: flex;
}

.section-postslider .text-card2 a, .text-card2 p a {
    color: #1C1C1C;
    border: 3px solid #1C1C1C;
    text-transform: uppercase;
    padding: 10px 20px;
}

.section-postslider .mySwiper2 .swiper-slide {
    width: 100%;
}

.section-postslider .text-card2 a:hover, .text-card2 p a:hover {
    background-color: #1C1C1C;
    color: #fff;
    border: 3px solid #1C1C1C;
}

.section-postslider .text-card2 {
    color: black;
    font-size: 14px;
    bottom: 0;
    left: 0;
}

.section-postslider .text-card2 p {
    color: #1C1C1C;
    font-size: 18px;
    line-height: 23px;
    font-weight: 100;
    margin: 0;
    padding-top: 10px;
}

.section-postslider .text-card2 a {
    color: #1C1C1C;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Euclid Flex Medium', sans-serif;
    line-height: 60px;
}

.section-postslider .titolo-card2 {
    font-size: 2.4vw;
    line-height: 1em;
    padding-top: 17px;
    margin-bottom: 0;
    font-weight: 400;
    font-family: 'Euclid Flex', sans-serif;
}

.section-postslider .image-card2 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-postslider .mySwiper2 .container-card {
    height: 1050px;
}

.section-postslider .contieni-frecce2 {
    position: relative;
    z-index: 10;
    width: 90%;
}

.section-postslider .mySwiper2 {
    min-height: 850px;
}

.section-postslider .slidePrev-btn2 {
    position: absolute;


}


.contieni-frecce2 {
    top: 240px;
}


@media (min-width: 810px) {

    .contieni-frecce2 {
        display: none !important;
    }
}


.slideNext-btn2 {
    position: absolute;
    right: 0;
}


.contieni-frecce2 {
    display: block;
}

.swiper-slide .swiper-button-disabled,
.swiper-cards .swiper-button-disabled {
    display: none;
}

.swiper-slide .swiper-button-lock,
.swiper-cards .swiper-button-lock {
    display: block;
}

.section-postslider .mySwiper2 {
    overflow: hidden;
}

.section-postslider {
    padding-top: 100px;
}

.list {
    height: 100%;
}

.section-halfimage {
    z-index: 9999;
    position: relative;
}

.pagenavigation {
    display: none;
}

.readmore .btn {
    position: relative;
    color: transparent; /* Nasconde il testo esistente */
    position: relative;
    top: -80px;
    right: -51%;
    width: 100px;
    height: 50px;
}

.readmore .btn:not(:disabled):not(.disabled):active, .readmore .btn:not(:disabled):not(.disabled):active:focus {
    color: transparent; /* Nasconde il testo esistente */
    background-color: #ffffff00;
    box-shadow: none;
    border: 0;
}

.readmore .btn:focus {
    background-color: #ffffff00;
    box-shadow: none;
    border: 0;
}

.readmore .btn:hover {
    border: 0 !important;
}

.readmore .btn::after {
    content: "VIEW";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #1c1c1c;
    border: 3px solid #1c1c1c;
    font-weight: 500;
    font-family: 'Euclid Flex Medium';
    display: flex;
    align-items: center;
    justify-content: center;
}

.events .light {
    background-color: #ffffff00;
    padding: 0;
    margin: 0;
}

.events {
    margin-top: -300px;
}

.btn-black {
    color: #1c1c1c;
    border: 3px solid #1c1c1c;
    text-transform: uppercase;
    padding: 10px 40px;
    font-weight: 500;
    font-family: 'Euclid Flex Medium';
    text-decoration: none;
}

.btn-black:hover {
    background-color: #1c1c1c;
    border: 3px solid #1c1c1c;
    color: #fff;
}

.light .btn {
    color: #80684B;
    border: 3px solid #80684B;
    text-transform: uppercase;
    padding: 10px 40px;
    font-weight: 500;
    font-family: 'Euclid Flex Medium';
    text-decoration: none;
}

.light .text-card2 a,
.light p a,
.light a {
    color: #80684B;
    text-decoration: underline;
}

.light .btn:hover {
    background-color: #80684B;
    border: 3px solid #80684B;
    color: #fff;
}

/*NEWSLETTER*/

.sendbutton {
    background-color: #1c1c1c;
    border: medium none;
    color: #80684b;
    cursor: pointer;
    font-size: 15px;
    height: 55px;
    width: 160px;
    transition: all 0.3s ease 0s;
}

.sendbutton:hover {
    background-color: #fff;
    color: #80684b;
}

.alteaForm {
    width: 90%;
}

.alteaForm .item-cols {
    position: relative;
    overflow: hidden;
}

.alteaForm .item-col-2 {
    position: relative;
    float: left;
    width: 48%;
    text-align: left;
    margin: 0 1% 30px;
}

.alteaForm fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.alteaForm p {
    margin-top: 30px;
}

.alteaForm .item-col-last {
    text-align: center;
}

.alteaForm .item-col-last .special {
    font-size: 13px;
    line-height: 130%;
    border-bottom: 1px solid #EEE;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.alteaForm fieldset legend, .alteaForm item-col-last legend {
    background-color: rgba(205, 205, 205, 0.19);
    color: #333;
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: "Euclid Flex Medium";
}

.alteaForm fieldset label, .alteaForm .item-col-last label {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.alteaForm fieldset label.inliner {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0 !important;
}

.alteaForm fieldset label input[type="text"] {
    margin: 0;
    padding: 0;
    border: 1px solid #ddd7d1;
    background: none;
    padding: 3px 10px;
    font-size: 12px;
    width: 55%;
    display: inline-block;
}

.alteaForm fieldset label input.nr {
    width: 25px;
}

.alteaForm fieldset label span {
    display: inline-block;
    width: 33%;
}

.alteaForm fieldset label span.req {
    color: #80684B;
}

.alteaForm fieldset label span.req:after {
    content: " (*)";
}

.alteaForm fieldset textarea {
    width: 95%;
    box-sizing: border-box;
    height: 100px;
    border: 1px solid #ddd7d1;
    background: none;
}

.alteaForm button {
    border: none;
    cursor: pointer;
    margin-top: 20px;
}

.alteaForm button.ui-datepicker-trigger {
    margin: 0;
    border: none;
    background: none;
}

.alteaForm .item-cols hr {
    border: none;
    background: none;
    border-bottom: 1px solid #ddd7d1;
    margin: 10px 0;
    width: 99%;
}

.alteaForm .item-privacy {
    font-size: 13px;
    line-height: 135%;
    text-align: left;
    height: 130px;
    overflow: auto;
    margin-bottom: 20px;
    background-color: rgba(200, 170, 121, 0.1);
    padding: 5px;
    border: 1px solid #80684b;
}

.alteaForm .item-col-2-intern {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    font-size: 12px;
    text-align: left;
}

.alteaForm .item-col-2-intern label {
    width: 50%;
    float: left;
}

.alteaForm .item-col-2-intern select {
    margin-right: 5px;
}

.alteaForm .item-col-2-intern label span {
    display: none;
}

.alteaForm .errorMessages {
    display: none;
    font-size: 13px;
    text-align: left;
    border: 1px solid #8c1145;
    padding: 10px;
    background-color: #FDF4F8;
    margin-bottom: 20px;
}

.alteaForm .errorMessages label {
    display: list-item;
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 2px;
    font-size: 13px;
}

.alteaForm .errorMessages p {
    color: #8c1145;
    font-weight: bold;
    margin-top: 0;
}

.alteaForm .errorMessages label.error.valid {
    display: none !Important;
}

.alteaForm fieldset label input.error {
    background-color: #FDF4F8;
    border-color: #8c1145;
}

.alteaForm button[type="submit"] {
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    padding: 20px;
    background-color: #80684b;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    border: medium none;
    margin-bottom: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.alteaForm .room-form-box {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #590b3d;
}

.alteaForm fieldset label.aDK input[type="text"] {
    width: 30px;
}

/* MEDIA QUERIES */

@media (max-width: 1200px) {
    .nero-bianco.section-su {
        background: linear-gradient(0deg, #F5FAF6 50%, #1c1c1c 50%) repeat scroll 0 0 !important;
    }

    h1 {
        font-size: 7vw;
        line-height: 8vw;
    }

    .text-container {
        width: 100%;
    }
}

@media (max-width: 1100px) {

    .attivita .row .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .attivita .row .col-md-6 .row {
        flex-direction: row;
    }
}

@media (max-width: 1024px) {
    .section-cards .swiper-slide:nth-child(2), .section-cards .swiper-slide:last-child,
    .section-cards .swiper-slide:nth-child(3),
    .section-cards .swiper-slide:nth-child(4),
    .section-cards .swiper-slide:nth-child(5),
    .section-cards .swiper-slide:nth-child(6),
    .section-cards .swiper-slide:nth-child(7),
    .corvara .gold.section-cards .swiper-slide:nth-child(1),
    .corvara .gold.section-cards .swiper-slide:nth-child(2),
    .corvara .gold.section-cards .swiper-slide:nth-child(3),
    .corvara .gold.section-cards .swiper-slide:nth-child(4),
    .corvara .gold.section-cards .swiper-slide:nth-child(5),
    .corvara .gold.section-cards .swiper-slide:nth-child(6),
    .corvara .section-cards .swiper-slide:nth-child(2),
    .corvara .section-cards .swiper-slide:nth-child(3),
    .corvara .section-cards .swiper-slide:nth-child(4),
    .corvara .section-cards .swiper-slide:nth-child(5) {
        top: 0px !important;
        left: 0;
    }

    .gastronomia .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .gastronomia .col-lg-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section-cards .swiper {
        overflow: hidden;
    }

    .section-cards .swiper-slide,
    .section-cards .mySwiper1 .swiper-wrapper {
        width: 100% !important;
        margin: 2px;
        flex-wrap: nowrap;
    }

}

@media (max-width: 991px) {
    .architettura .col-md-3, .architettura .col-md-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .carousel-item img {
        height: 400px;
        width: 700px;
    }
}

@media (max-width: 980px) {
    .fullscreen-menu .mt-5 {
        margin-top: 0 !important;
    }

    .readmore .btn {
        margin-top: 0;
        left: 0;
    }

    .parallax-image-sx {
        display: block;
    }

    /*.fullscreen-menu {
      background-image: url(/images/elementi-menu-full.png);
      background-position: 25% 0;
      background-repeat: no-repeat;
      background-size: 111% auto;
      height: 811px;

      position: absolute;
      width: 100%;

    }*/
    .text-container h3 {
        font-size: 6.9vw !important;
        line-height: 6.9vw !important;
    }

    .mod-menu__sub span, .mod-menu__sub a {
        line-height: 1vw;
        font-size: 4vw !important;
        display: block;
    }

    .fullscreen-menu ul img {
        display: none !important;
    }

    .fullscreen-menu ul li {
        text-align: center;
        padding: 10px;
    }

    .mod-menu {
        left: 0;
    }

    .fullscreen-menu ul li a {
        font-size: 7vw;
        line-height: 2vw;
    }

    .fullscreen-menu a {
        margin: 10px;
    }
}

@media (max-width: 870px) {
    .topintro .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    h1 {
        font-size: 10vw;
        line-height: 11vw;
    }

    .parallax-image {
        top: 0;
        right: auto;
        left: 0;
    }
}

@media (max-width: 775px) {
    .hover-list {
        left: 0 !important;
        margin: auto;
    }

    .hover-list li img,
    .img2, .img3,
    .ab-dx, .ab-sx,
    .submenu li:after {
        display: none !important;
    }

    .hover-list li a,
    .gastronomia h3,
    .submenu li a {
        font-size: 40px !important;
        font-size: 5vw;
        line-height: 10vw;
        display: block !important;
    }

    .image-card img {
        filter: brightness(90%) !important;
    }

    .intro img {
        height: 100%;
    }

    .forme {
        width: 60%;
    }

    .top-30, .top-350, .top-250, .top-410 {
        margin: 0 !important;
    }

    .foot-a p {
        text-align: center !important;
    }

    .foot-c {
        border-left: 0 !important;
        border-top: 1px solid #80684b;
        width: 80%;
        margin: auto;
        padding-top: 20px;
    }

    /*  .foot-c img {width:100%}*/
    h1 {
        font-size: 8vw;
        line-height: 9vw;
    }
}

@media (max-width: 768px) {
    .container.eventi .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .container.eventi h2 {
        font-size: 7vw !important;
    }

    .section-postslider .mySwiper2 .swiper-wrapper {
        width: 600px;
    }


}

@media screen and (min-width: 601px) and (max-width: 1349px) {
    .section-postslider .mySwiper2 .swiper-wrapper {
        max-width: 800px;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }

    .lang-native {
        display: block;
    }

    .lang-title {
        display: none;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1760px;
    }
}

@media (min-width: 1024px) {
    .testo-gas {
        padding-left: 10px !important;
        max-width: 1230px;
        width: 100%;
        min-height: 400px;
    }

    #suite-apartment-4-pici-plans .suite-container-sx {
        width: 50%;
        float: left;
    }

    #suite-apartment-4-pici-plans .suite-container-dx {
        width: 50%;
        float: left;
    }

    .gastronomia .contieni-frecce {
        display: none;
    }

    .slide-bottom {
        right: 66%;
        bottom: -700px;
    }

    .gastronomia .special-text {
        position: absolute;
        left: 150px;
    }

    .top-30 {
        margin-top: -30px;
    }

    .top100 {
        margin-top: 100px;
    }

    .top-100 {
        margin-top: -100px;
    }

    .top-350 {
        margin-top: -350px;
    }

    .top-250 {
        margin-top: -250px;
    }

    .top-410 {
        margin-top: -410px;
    }

    .top350 {
        margin-top: 350px;
    }

    .top450 {
        margin-top: 450px;
    }

}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1920px;
    }

    .section-su {
        top: -600px;
        position: relative;
        padding-top: 300px;
        max-height: 1100px;
    }
}

.section-simple .container-fluid {
    width: 80%;
    margin-top: 200px;
    margin-bottom: 100px;
}

.section-simple h1 {
    color: #80684B;
    font-size: 43px;
    font-weight: 500;
    margin-bottom: 40px;
    text-transform: uppercase;
    width: 70%;
    line-height: 43px;
    font-family: "Euclid Flex Medium";
}

/* PAGINA SUITE APARTMENT */

#suite-apartment-4-pici-plans .container-fluid {
    width: 100%;
    margin-top: 0;
}

#suite-apartment-4-pici-plans h4 {
    font-size: 28px;
    line-height: 34px;
    color: white;
    font-weight: 500;
    font-family: "Euclid Flex Medium";
}

.carousel {
    padding-bottom: 20px;
}

#suite-apartment-4-pici-plans.bianco-oro {
    padding-top: 0;
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, #80684B 67%, #F5FAF6 67%) repeat scroll 0 0 !important;
}

#apartment-suite-il-nostro-appartamento-a-corvara .light {
    padding-bottom: 0;
}

.carousel-control-prev-icon {
    background-image: url(/images/2024/decorazioni/arrow-sx-w.png);
    height: 100px;
    width: 40px;
    opacity: 1;
}

.carousel-control-next-icon {
    background-image: url(/images/2024/decorazioni/arrow-dx-w.png);
    height: 100px;
    width: 40px;
}

#suite-apartment-4-pici-plans p a {
    font-size: 19px;
    border-radius: 0;
    padding: 8px 25px;
    background-color: transparent;
    color: #fff;
    border: 3px solid #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Euclid Flex Medium';
    margin-right: 10px;
}

#suite-apartment-4-pici-plans p {
    margin-left: 0;
}

#suite-apartment-4-pici-plans .suite-container-sx {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    #carouselExampleControls {
        height: 730px;
    }

    .carousel-inner {
        height: 100%;
    }

    .carousel-item {
        height: 100%;

        justify-content: center;
        align-items: center;
    }

    .carousel-item img {
        width: auto;
    }
}


/* PAGINA 404 */

.error-page h1 {
    color: #80684B;
    font-size: 43px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 43px;
    font-family: "Euclid Flex Medium";
}

.error-page ul {
    list-style-position: inside;
    padding-left: 20px;
}

.error-page li {
    margin-bottom: 10px;
}

.error-page {
    text-align: center;
    margin-top: 100px;
}

.error-page .article-content-text a {
    color: #80684B;
    border: 3px solid #80684B;
    text-transform: uppercase;
    padding: 10px 40px;
    font-weight: 500;
    font-family: 'Euclid Flex Medium';
    text-decoration: none;
}

.error-page .article-content-text u {
    text-decoration: none;
}

.error-page .article-content-text {
    text-align: center;
}

.error-page .article-content-text ul {
    padding-bottom: 30px;
}

/* PAGINA SITEMAP */

#jmap_sitemap {
  width: 64%;
  margin: 5rem auto;
}
#jmap_sitemap .folder { display: none; }
#jmap_sitemap .selected { all: unset; }

#jmap_sitemap a {
  color: #000;
}
#jmap_sitemap h1 {
  color: #80684B;
  padding-top:50px;
}

/* PAGINA SMART PAY */

.light .hgPaymentWidget {
    color: #000;
    font-family: inherit;
}

.light .hgPaymentWidget .hgpProgress .hgpRect {
    border-color: rgb(128, 104, 75);
    color: rgba(128, 104, 75, 0.7);
}

.light .hgPaymentWidget .hgpProgress .hgpStepActive .hgpRect {
    background-color: rgb(128, 104, 75);
}

.light .hgPaymentWidget .hgpProgress .hgpRect {
    border: 1px solid rgb(128, 104, 75);
    color: rgba(128, 104, 75, 0.7);
}

.light .hgPaymentWidget .hgpProgress .hgpLabel {
    color: rgb(128, 104, 75);
}

.light .hgPaymentWidget .hgpText.hgpInfo a {
    color: rgb(128, 104, 75);
}

.light .hgPaymentWidget .hgpProgress {
    border-bottom-color: rgb(128, 104, 75);
}

.light .hgPaymentWidget .hgpFormElement .hgpCheckBox {
    color: rgb(128, 104, 75);
}

.light .hgPaymentWidget .hgpFormElement .hgpRadioButton {
    color: rgb(128, 104, 75);
}

.light .hgPaymentWidget .hgpButton.hgpButtonPrimary {
    background: rgb(128, 104, 75);
    text-decoration: none;
}

.light .hgPaymentWidget .hgpFormElement .hgpCheckBox input[type=checkBox] + span:before, .light .hgPaymentWidget .hgpFormElement .hgpRadioButton input[type=radio] + span:before {
    border-color: rgb(128, 104, 75);
}

.light .hgPaymentWidget .hgpFormElement .hgpCheckBox input[type=checkBox] + span:after {
    border-color: rgb(128, 104, 75);
}

.light .hgPaymentWidget .hgpFormElement .hgpRadioButton input[type=radio] + span:after {
    background-color: rgb(128, 104, 75);
}

.light .hgPaymentWidget .hgpForm .hgpHighlight {
    background-color: rgb(128, 104, 75);
}

.light .hgPaymentWidget .hgpPrivacyCheckbox span a {
    color: rgb(128, 104, 75);
}

.light .hgPaymentWidget .hgpText span a {
    color: rgb(128, 104, 75);
}

.conten .hgPaymentWidget .hgpRssvInfoReceived span a {
    color: rgb(128, 104, 75);
}

.light .hgPaymentWidget .hgpForm .hgpAddPerson .hgpLeft {
    color: rgb(128, 104, 75);
}

.light .hgPaymentWidget .hgpExpander, .light .hgPaymentWidget .hgpAdditionalInfo a, .light .hgPaymentWidget .hgpForm .hgpAddPerson a {
    color: rgb(128, 104, 75);
}

.light .hgPaymentWidget .hgpPersonsInfo {
    color: rgb(128, 104, 75);
}

.light .hgPaymentWidget .hgpFormAmountCalculator .hgpAmount {
    background-color: rgb(128, 104, 75);
}

.light .hgPaymentWidget .hgpFormAmountCalculator .hgpBooked {
    background-color: rgba(128, 104, 75, 0.7);
}

.light .hgPaymentWidget .hgpFooter .hgpFooterHeader {
    color: rgb(128, 104, 75);
}

.light .hgPaymentWidget .hgpFooterImpressum a, .light .hgPaymentWidget .hgpFooterAgent a {
    color: rgb(128, 104, 75);
}

.light .hgPaymentWidget .hgpExpander a {
    color: rgb(128, 104, 75);
}

.light .hgPaymentWidget .hgpExpanderContainer a {
    color: rgb(128, 104, 75);
}

.light .hgPaymentWidget .hgpFormElement .hgpIcon svg {
    color: rgb(128, 104, 75);
    fill: rgb(128, 104, 75);
}

.light .hgPaymentWidget .hgpSummaryContainer .hgpSummaryHeadlineRssv {
    background-color: rgb(128, 104, 75);
}

.light .hgPaymentWidget .hgpFinishContainer .hgpFinishHeaderRssv {
    background-color: rgb(128, 104, 75);
}

.light .hgPaymentWidget .hgpLoadingSign .hgpLoadingIcon:before {
    border-top-color: rgb(128, 104, 75);
}

.light .hgPaymentWidget .hgpCalendar-button:hover {
    border-color: rgb(128, 104, 75);
}

.light .hgpPopupContent .hgpPopupContentHeader {
    background-color: rgb(128, 104, 75);
}

.light .hgPaymentWidget .hgpProgress .hgpStep:not(:last-child) .hgpStepInner > div:last-child:before {
    border-top: 2px dotted rgba(128, 104, 75, 0.7);
}


/* PAGINA EXPERIENCE */

#experience-alta-badia .light, #centro-benessere-corvara .light {
    padding: 150px 0 0 0;
}

#experience-alta-badia .vh-100, #centro-benessere-corvara .vh-100 {
    min-height: 65vh;
}

.estate-inverno p {
    font-size: 16px;
    color: #fff;
}

@media (max-width: 400px) {
    .image-container img {
        height: 180vh
    }
}

@media (min-width: 401px) and (max-width: 600px) {
    .image-container img {
        height: 120vh
    }
}


@media (max-width: 600px) {

    .bg-gold .text-container .row-flex {
        flex-direction: column;
    }

    h3:lang(de) {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-hyphenate-limit-before: 3;
        -webkit-hyphenate-limit-after: 4;
        -ms-hyphenate-limit-chars: 10 3 4;
        hyphenate-limit-chars: 10 3 4;
    }

    .topintro h1:lang(de) {
        font-size: 48px !important;
        line-height: 48px !important;
    }

    .parallax-image-sx {
        opacity: 0.2;
        width: 120%;
        left: 0px;
        top: 0;
        z-index: 0;
    }

    .sub {
        display: flex;
        margin: auto;
        margin-top: 20px;
    }

    .section-cards .swiper {
        overflow: hidden;
    }

    .events {
        margin-top: -200px;
    }

    .nav-tabs {
        padding-top: 70px;
    }

    h2 {
        font-size: 16px;
        line-height: 16px;
    }


    .deeper {
        line-height: 10px;
    }

    .mod-menu__sub {
        padding: 0 !important;
    }

    .fullscreen-menu .mt-5 {
        margin-top: 0 !important;
    }

    .estate-inverno .text-container {
        bottom: 60px;
        line-height: 1.3;
        padding: 10px
    }

    .top .btn {
        padding-left: 0;
        padding-right: 0;
    }

    .light h2 {
        font-size: 36px;
        width: 100%;
    }

    .top .mod-languages__select button, .dropdown-menu {
        font-size: 17px;
    }

    .top .col-md-4, .top .col-sm-12 {
        padding: 0;
    }

    .top .col-md-4:first-child, .top .col-sm-12:first-child {
        padding-left: 20px;
    }

    .top .logo img {
        /*height:15px*/
    }

    .light {
        padding-top: 20%
    }

    #back-to-top-btn {
        bottom: 60px
    }

    .abs {
        /*top:-50px*/
        top: -70px;
    }

    .corvara .gastronomia .swiper {
        top: 0px;
    }

    .section-postslider .titolo-card2 {
        font-size: 40px;
        line-height: 40px;
    }

    .section-cards .mySwiper1 .swiper-wrapper {
        top: 0;
    }

    .nero-bianco.section-su {
        background: linear-gradient(0deg, #F5FAF6 50%, #1c1c1c 50%) repeat scroll 0 0 !important;
    }

    .titolo-card {
        font-size: 30px;
    }

    h3 {
        font-size: 34px;
        line-height: 34px;
    }

    .bianco-oro h3 {
        font-size: 34px;
        line-height: 34px;
    }

    .text-card {
        font-size: 13px;
        padding: 25px;
    }

    .section-cards .swiper-slide:nth-child(2), .section-cards .swiper-slide:last-child,
    .section-cards .swiper-slide:nth-child(3) {
        top: 0px !important;
    }

    .section-postslider .mySwiper2 {
        min-height: 990px;
        max-width: 400px;
    }

    .overlay-card {
        opacity: 1;
    }

    .section-cards .swiper-slide, .section-cards .mySwiper1 .swiper-wrapper {
        margin: 0
    }


    .card-body {
        width: 100%;
        margin: auto;
    }

    .text-card p a {
        width: 100%;
    }

    .mySwiper2 .card-body {
        width: 100% !important;

    }

    .section-postslider .bianco-oro {
        padding-bottom: 0;
    }

    .section-postslider .mySwiper2 .container-card {
        height: 600px;
    }

    .box-service-newsletter {
        padding-top: 20px;
    }

    #iscriviti {
        padding: 10px;
        width: 100%;
    }

    .section-postslider .mySwiper2 .swiper-wrapper {
        /*  max-width:600px;*/
        max-width: 360px;
    }

    .imgofferte {
        height: 400px;
    }

    .testocard {
        display: none;
    }

    #foto .topintro h1 {
        font-size: 50px !important;
        line-height: 50px !important;
        /*min-height: 200px;*/
    }

    .text-container p {
        font-family: 'Euclid Flex';
        font-size: 18px;
    }

    .text-container {
        padding-top: 0;
    }

    .section-fullimage#wein-bistrot p {
        padding-top: 0;
        padding-bottom: 0;
    }

    .section-fullimage#wein-bistrot a {
        display: block;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 5px;
    }
}

#newsletter-en h1 {
    color: #000;
}

#thank-you-newsletter h1 {
    color: #000;
}

#richiesta-grazie-de h1 {
    color: #000;
}

#sorridi-sei-in-alta-badia .abs, #sorridi-sei-in-alta-badia .ab-dx {
    display: none;
}

#inverno-estate-corvara img {
    height: 500px;
}


.slidePrev-btn img, .slideNext-btn img, .slidePrev-btn2 img, .slideNext-btn2 img {
    width: 29px;
}


@media (max-width: 375px) {
    .slidePrev-btn img, .slideNext-btn img, .slidePrev-btn2 img, .slideNext-btn2 img {
        height: 119px;
        width: 29px;
    }

}


@media (min-width: 376px) and (max-width: 458px) {
    .section-postslider .slidePrev-btn2 {
        left: 35px;
    }

    .section-postslider .slideNext-btn2 {
        right: 35px;
    }
}


@media (min-width: 459px) and (max-width: 530px) {
    .section-postslider .slidePrev-btn2 {
        left: 65px;
    }

    .section-postslider .slideNext-btn2 {
        right: 65px;
    }
}

@media (min-width: 531px) and (max-width: 599px) {
    .section-postslider .slidePrev-btn2 {
        left: 85px;
    }

    .section-postslider .slideNext-btn2 {
        right: 85px;
    }
}

@media (min-width: 653px) and (max-width: 809px) {
    .section-postslider .slidePrev-btn2 {
        left: 35px;
    }

    .section-postslider .slideNext-btn2 {
        right: 35px;
    }
}

/* -----------------------------------------------------  OVERRIDE  ------- */
.smts-title {
    font-size: 34px !important;
    line-height: 34px !important;
}

h1 {
    font-size: 5vw !important;
    line-height: 5vw !important;
}

.description-wrap * {
    font-size: 22px !important;
    font-family: inherit;
}

#foto {
    margin: 0;
}

#foto img {
    object-position: bottom;
}

.section-fullimage .iconbox {
    left: 20px;
    top: 20px;
}