/*Structure*/
body {
    background-color: var(--grey-100);
}

.body {
    background-color: var(--grey-100);
}
html.side-header-overlay-full-screen #header {
    align-items: left;
    background-color: var(--grey-100);
    box-shadow: 0 0 0px rgba(68, 68, 68, 0);
}
section.section {
    padding: 30px 0;
    margin: 0px 0;
    border-top: 0px solid var(--grey-100);
}

.sticky-wrapper .sticky-body {
    background: var(--grey-100);
}

.section-bg-green {
    background: var(--primary-100)!important;
}

.section-bg-light {
    background: var(--light)!important;
}

.text-grey, .text-color-grey {
    color: var(--grey-700) !important;
}

.text-green, .text-color-green {
    color: var(--primary) !important;
}

.page-header {
    margin: 0px;
}

.border-12 {
    border-radius: var(--border-radius12)!important;
}
.radius-12 {
    border-radius: var(--border-radius12)!important;
}


/* Top attractions */
.grid-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    margin: 0 auto;
}

.grid-container2 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    margin: 0 auto;
}


.grid-container3 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin: 0 auto;
}


.grid-item, .grid-item2 {
    position: relative;
    height: 187px;
    width: 187px;
    border-radius: var(--border-radius12);
    overflow: hidden;
}

.grid-item3 {
    height: 187px;
    width: 100%;
    border-radius: var(--border-radius12);
    overflow: hidden;
}

.grid-item, .grid-item2, .grid-item3 .card-body{
    border-right: 0px solid var(--grey-300); 
    border-left: 0px solid var(--grey-300); 
    border-bottom: 0px solid var(--grey-300);
}

/* Card verticale grande (2 righe) */
.large {
    grid-row: span 2;
    height: 390px;
}

/* Card orizzontale (2 colonne) */
.wide {
    grid-column: span 2;
    height: 187px;
}

.card-background-image-hover .card-body {
    background: var(--dark-rgba-20);
    margin: 0rem;
    border-radius: 12px;
    padding: 1rem;
}


/*Typography*/
.hero {
    font-size: 74px !important;
    line-height: 120% !important;
    font-weight: 600 !important;
    letter-spacing: 0px;
}

.title {
    font-size: 64px !important;
    line-height: 120% !important;
    font-weight: 600 !important;
    letter-spacing: 0px;
}

.headline {
    font-size: 40px;
    line-height: 120%;
    font-weight: 600;
    letter-spacing: 0px;
}

.subheadline {
    font-size: 32px;
    line-height: 120%;
    font-weight: 600;
    z-index: 2 !important;
    letter-spacing: 0px;
}

.subheadline-xs {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
}

.lead {
    font-size: 24px;
    line-height: 120% !important;
    font-weight: 400;
    letter-spacing: 0px;
}

.lead24 {
    font-size: 24px;
    line-height: 120% !important;
    font-weight: 400;
    letter-spacing: 0px;
}

.body-text {
    font-size: 20px !important;
    line-height: 140%;
    font-weight: 400;
    letter-spacing: 0px;
}

.lead2, .body16 {
    font-size: 16px !important;
    line-height: 120%;
    font-weight: 400;
    letter-spacing: 0px;
}

.small, .text-2{
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    line-height: 120%;
    letter-spacing: 0px;
}
.x-small, .text-1 {
    font-size: 14px !important;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 120%;
}

.text-0 {
    font-size: 12px !important;
    font-weight: 500;
    letter-spacing: 0px;
}

div p {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0px;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

b, strong {
    font-weight: 600;
}

.paragrafo-art p{
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}
.paragrafo-art p a{
    color: var(--primary);
    text-decoration: revert;
    font-weight: 600;
}

.featured-box {
    border: 1px solid var(--grey-300);
    border-radius: var(--border-radius12);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .05);
}

.logo-attivita {
    position: absolute;
    bottom: -110px;
    left: 50%;
    margin-left: -35px;
    display: block;
    width: 120px;
    background-color: #fff;
    height: 120px;
    overflow: hidden;
    border: 1px solid #fff;
    z-index: 9;
    border-radius: 50%;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
}

.logo-rubrica {
    width: 80px;
    height: 80px;
    bottom: -45px;
}

.thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item:hover, .thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item.selected {
    border-radius: 12px;
    border: 1px solid var(--primary);
}

/* Maps */
.google-map{
    height: 600px;
    border-radius: var(--border-radius12);
    z-index: 9;
}
.google-map-dest{
    height: 100%!important;
}

/*Components*/

.no-wrap {
    display: flex !important;
    flex-wrap: nowrap;
}
/* Footer */
#footer {
    background: var(--light);
    border-top: 1px solid var(--grey-300);
    font-size: .9em;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    padding: 0;
}
#footer .footer-copyright {
    background: var(--light);
}
#footer a:not(.btn):not(.no-footer-css):hover {
    text-decoration: none;
    color: var(--primary);
}
.linea-laterale {
    border-left: 1px solid var(--grey-300);  /* Linea laterale */
    padding-left: 16px;  /* Spazio tra il testo e la linea */
}
/* Destinazioni */
.destinations-container{
    width: 100%;
}
.border-destinations {
    padding: 3px; /* Spazio per il bordo */
    background: linear-gradient(white, white) padding-box, 
                linear-gradient(90deg, #52E041, #52E041) border-box;
    border: 2px solid transparent; /* Crea il bordo colorato */
    justify-content: center;
    align-items: center;
}
/*Buttons*/

a {
    color: var(--dark);
}

.btn {
    font-size: 14px !important;
    padding: 10px 16px !important;
    height: 38px !important;
    font-weight: 600 !important;
    line-height: 16.8px !important;
    border-radius: 12px !important;
}

.btn.btn-sm {
    padding: 7px 12px;
    height: 32px;
}

.btn.arrow {
    padding: 12px 7px;
    height: 40px;
}

.btn.arrow-sm {
    padding: 8px 5px;
    height: 32px;
}

.btn .fa-solid {
    margin-left: 4px;
    width: 24px;
    height: 24px;
}

.btn.arrow .fa-solid {
    margin-left: 0px;
}

.btn.arrow-sm .fa-solid {
    margin-left: 0px;
}

.btn.btn-sm .fa-solid {
    margin-left: 10px;
    width: 20px;
    height: 20px;
}

.btn-primary {
    --hover: var(--primary-500);
    background-color: var(--primary);
    border-color: var(--primary-500) var(--primary-500) var(--primary-500);
    color: var(--primary-inverse);
}

.btn-primary:hover:not(.bg-transparent),
.btn-primary.hover:not(.bg-transparent) {
    background-color: var(--primary-700);
    border-color: var(--primary-700);
}

.btn-primary:active:not(.bg-transparent),
.btn-primary.active:not(.bg-transparent) {
    background-color: var(--primary-900) !important;
    background-image: none !important;
    border-color: var(--primary-900) !important;
}

.btn-primary:focus:not(.bg-transparent),
.btn-primary.focus:not(.bg-transparent) {
    background-color: var(--primary-500);
}
.dropdown-item {
    white-space: inherit;
}
.btn-light {
    --hover: var(--light);
    padding: 10px 16px;
    background-color: var(--light);
    border: 1px solid !important;
    border-color: var(--grey-300) !important;
    color: var(--light-inverse);
}

.btn-light:hover:not(.bg-transparent),
.btn-light.hover:not(.bg-transparent) {
    background-color: var(--light);
}

.btn-light:active:not(.bg-transparent),
.btn-light.active:not(.bg-transparent) {
    background-color: var(--grey-100) !important;
    background-image: none !important;
}

.btn-light:focus:not(.bg-transparent),
.btn-light.focus:not(.bg-transparent) {
    background-color: var(--light);
}

.btn-light:focus,
.btn-light.focus {
    border-color: var(--grey-400) var(--grey-400) var(--grey-400);
    color: var(--grey-1000);
    box-shadow: 0 0 0 3px var(--light-rgba-50);
}

.btn-dark {
    --hover: var(--grey-1000);
    background-color: var(--grey-1000);
    border-color: var(--grey-1000) var(--grey-1000) var(--grey-1000);
    color: var(--dark-inverse);
}

.btn-dark:hover,
.btn-dark.hover {
    border-color: var(--grey-900) var(--grey-900) var(--grey-900);
    color: var(--dark-inverse);
}

.btn-dark:active:not(.bg-transparent),
.btn-dark.active:not(.bg-transparent) {
    background-color: var(--grey-700) !important;
    background-image: none !important;
    border-color: var(--grey-700) !important;
}

.btn-menu{
    width: 40px;
    height: 40px !important;
    padding: 12px 8px !important;
    --hover: var(--light);
    background-color: transparent;
    border: 0px solid var(--grey-300);
}

.hamburguer-btn {
    width: 40px;
    height: 40px !important;
    padding: 10px 8px !important;
    background-color: var(--light);
    border: 1px solid;
    border-color: var(--grey-300) !important;
    color: var(--light-inverse);
    line-height: 10px;
    font-size: 14px !important;
    border-radius: 12px !important;
}

.hamburguer-btn.hamburguer-btn-side-header-overlay {
    right: 5px;
    top: 5px;
    line-height: 10px;
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li>a {
    padding: 5px 0 !important;
}

.discover-btn {
    width: 100%;
}
.newsletter-btn{
    width: 100%;
}

/*Breadcrumbs*/

.breadcrumb>li>a {
    display: inline-block;
    text-transform: uppercase;
    text-shadow: none;
    --bs-breadcrumb-divider-color: var(--light);
    --bs-breadcrumb-item-active-color: var(--light);
    font-size: 10px;
    color: var(--light);
}

.breadcrumb>li+li:before {
    color: var(--light);
    font-family: 'font awesome 6 free';
    font-weight: 900;
    content: "\f105";
    font-size: 9px;
    padding: 0 7px 0 5px;
}

.breadcrumb-dark>li>a {
    display: inline-block;
    text-transform: uppercase;
    text-shadow: none;
    font-size: 10px;
    color: var(--dark);
    --bs-breadcrumb-divider-color: var(--dark);
    --bs-breadcrumb-item-active-color: var(--dark);
}

.breadcrumb-dark>li+li:before {
    color: var(--dark);
    font-family: 'font awesome 6 free';
    font-weight: 900;
    content: "\f105";
    padding: 0 7px 0 5px;
    font-size: 9px;
}

/*Search Bar*/
.simple-search .form-control {
    border-radius: 12px;
    border: 1px solid var(--grey-300);
}

.simple-search .btn {
    border: 0;
    border-radius: 12px;
    border-left: 0;
    font-size: 16px;
    rotate: -270deg;
    background-color: var(--primary);
    width: 40px;
    height: 40px !important;
    padding: 10px 13px !important;
    margin-top: 8px;
}
input::placeholder {
    color: var(--grey-700); /* Cambia colore */
    opacity: 1;  /* Assicura che sia visibile */
}
.input-group .form-control {
    height: 56px;
    font-weight: 400;
    font-size: 16px;
    border-radius: 12px;
}
.form-with-icons .form-control {
    border-radius: 12px;
}
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(45px* -1);
}
.input-group>.form-control:focus, .input-group>.form-floating:focus-within, .input-group>.form-select:focus {
    z-index: 0;
}

/* Box */
.box-custom{
    border-radius: var(--border-radius20);
    padding: 24px;
}
.box-green{
    background-color: var(--primary-100);
}

.box-light{
    background-color: var(--light);
}

.box-review {
    background-color: var(--light); /* Colore di sfondo */
    border: 1px solid var(--grey-300); /* Bordo verde */
    border-radius: var(--border-radius12);
    padding: 16px;
    width: 100%;
}

.box-review .star{
    font-size: 12px;
}


.box-comments-light {
    position: relative;
    background-color: var(--light); /* Colore di sfondo */
    border: 1px solid var(--grey-300); /* Bordo verde */
    border-radius: var(--border-radius12);
    padding: 12px;
    width: 100%;
    margin-left: 14px;
}

.box-comments-light::before {
    content: "";
    position: absolute;
    top: 13px;
    left: -18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 15px 19px 4px;
    border-color: transparent var(--grey-300) transparent transparent;
}

.box-comments-light::after {
    content: "";
    position: absolute;
    top: 14px;
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 15px 19px 8px;
    border-color: transparent var(--light) transparent transparent;
}

.box-comments {
  position: relative;
  background-color: var(--primary-50); /* Colore di sfondo */
  border: 1px solid var(--primary-500); /* Bordo verde */
  border-radius: 12px; /* Angoli arrotondati */
  padding: 12px;
  width: 100%; /* Larghezza personalizzabile */
}

.box-comments::before {
    content: "";
    position: absolute;
    top: 13px;
    left: -18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 15px 19px 4px;
    border-color: transparent var(--primary-500) transparent transparent;
}

.box-comments::after {
    content: "";
    position: absolute;
    top: 14px;
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 15px 19px 8px;
    border-color: transparent var(--primary-50) transparent transparent;
}

.box-ricerca, .box-ricerca-header{
    height: auto;
    max-height: 350px;
    overflow: overlay;
    display: none;
    background: var(--grey-100);
    width: 100%;
    z-index: 1;
    border-radius:  var(--border-radius12);
}

.box-ricerca-header{
    position: absolute;
    left: auto;
    top: auto;
    padding: 12px;
    max-height: 400px;
    background: var(--grey-100);
    width: 100%;
    max-width: 468px;
    z-index: 6;
    box-shadow: 0px 0px 20px 0px #0000001A;
    border-radius: var(--border-radius12);
}

 /* Box Inserto */
 .boxinserto{
    background-color: #CCECC7;
    color: white !important;
    padding: 20px;
    border-radius: var(--border-radius12);
}
.boxinserto p{
    color: var(--dark) !important;
}
.boxinserto a{
    color: var(--dark) !important;
}
.boxinserto .font-article{
    color: var(--dark) !important;
}
.boxinsertoimg{
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.big-search-header{
    border-bottom: 1px solid var(--grey-400);
}

#header .header-nav-features .header-nav-features-dropdown{
    background: var(--grey-100);
    right: 0px;
    margin-right: 0px;
    height: auto;
    min-width: 400px;
    border-radius: var(--border-radius12);
}

#header .header-nav-features .header-nav-features-dropdown.show {
    top: 30px;
}

.form-control:focus {
    box-shadow: 0 0px 0px rgba(0, 0, 0, .0) inset;
}

#header .header-nav-features .header-nav-features-dropdown:before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    right: 5px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    transform: translate3d(-7px, -6px, 0);
}

/* Citazione */
.quote-box {
    border: 1px solid var(--primary); /* Bordo verde */
    padding: 16px;
    border-radius: var(--border-radius12);
    background-color: var(--primary-50); /* Sfondo chiaro */
    font-style: italic;
    position: relative;
    font-size: 16px;
    line-height: 120%;
    max-width: 600px;
}

.quote-box::before {
    content: "“";
    font-size: 129px;
    color: rgba(76, 175, 80, 0.2);
    position: absolute;
    top: 50px;
    left: 5px;
    font-weight: bold;
}

.quote-box::after {
    content: "”";
    font-size: 129px;
    color: rgba(76, 175, 80, 0.2);
    position: absolute;
    bottom: -10px;
    right: 35px;
    font-weight: bold;
}

.author {
    font-weight: bold;
    color: #2E7D32; /* Verde più scuro */
    display: block;
    margin-top: 10px;
    text-align: right;
}

.top10 {
    display: flex
;
    justify-content: space-around;
    align-items: center;
    direction: rtl;
    background-color: #ffb229;
    top: 10px;
    position: absolute;
    flex-direction: column;
    z-index: 10;
    right: 10px;
    border-radius: 12px;
    padding: 5px;
}

.top10-detail {
    align-items: center;
    direction: rtl;
    display: inline-flex;
    background-color: #ffb229;
    top: 0px;
    right: 0px;
    position: relative;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

.top10 label {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    cursor: none;
    line-height: 120%;
    font-weight: 600;
    font-size: 10px !important;
}

/*Cards*/
.card {
    border-radius: 12px;
    border-color: var(--grey-100);
    margin-bottom: 13px;
    position: relative;
    border: 0px solid var(--grey-100);

}

.card img {
    object-fit: cover;
}

.card-img-horizontal {
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}

.card-img-horizontal-2 {
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}

.card-body-horizontal {
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top: 1px solid var(--grey-300);
    width: auto;
    height: auto;
    height: 250px !important;
}

.card-body-horizontal-xs{
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top: 1px solid var(--grey-300);
    width: auto;
    height: 188px !important;
}

.card-body {
    padding: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-right: 1px solid var(--grey-300);
    border-left: 1px solid var(--grey-300);
    border-bottom: 1px solid var(--grey-300);
    width: auto;
    height: auto;
}

.card-img-top {
    border-top-right-radius: 12px !important;
    border-top-left-radius: 12px !important;
}

.card-title {
    font-weight: 600;
    color: var(--dark)!important;
    margin-bottom: 5px;
    line-height: 22px;
}

.card-title-category {
    color: var(--grey-700);
    text-transform: uppercase;
    margin-bottom: 1px;
    font-size: 12px;
    line-height: 120%;
}

.card-tag {
    color: var(--dark) !important;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 10px;
}

.card-tag .fa-solid {
    color: var(--grey-500);
    vertical-align: middle;
    font-size: 3px;
    margin-left: 8px;
    margin-right: 8px;
    height: 5px;
}

.rating-container .rating-stars {
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.rating-container .star {
    font-size: 12px;
    display: inline-block;
    margin: 0 1px;
    text-align: center
}

.star .fa-solid {
    color: var(--yellow);
}

.fa-star {
    color: var(--yellow);
}

.star .fa-regular {
    color: var(--grey-500);
}

.rating-txt {
    height: 12px;
    font-size: 12px;
    font-weight: 500;
    color: var(--grey-1000);
}

.price.horizontal {
    position: absolute;
    bottom: 10px;
    margin-bottom: 0px;
}

.price {
    position: absolute;
    bottom: 8px;
    margin-bottom: 0px;
    color: var(--grey-700) !important;
}

.price .price-old {
    text-decoration: line-through;
    color: var(--grey-1000);
    font-weight: 600 !important;
}

.price .price-discount {
    color: var(--chips-red);
    font-weight: 600 !important;
}

.price .price-original {
    font-weight: 600 !important;
    color: var(--dark);
}

.chips-container {
    position: absolute;
    left: 9px;
    top: 9px;
}

.chips-container.horizontal {
    top: 4px;
}

.card-chip {
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 13px;
    text-transform: uppercase;
    line-height: 120%;
    letter-spacing: 0px;
}

.chips-cyan {
    background-color: var(--primary);
    color: var(--light);
}

.chips-red {
    background-color: var(--chips-red);
    color: var(--light);
}

.city_pass{
    background-color: #226f54;
    color: #F1F0EA;
}
.biglietto{
   background-color: #F1F0EA;
   color: #12263A;
}
.pacchetto{
   background-color: #5fb58e;
   color: #e0f3eb;
}
.trasporto{
  background-color: #12263A;
  color: #f2f0fb;
}
.audioguida{
  background-color: #226f54;
  color: #F1F0EA;
}
.gita{
    background-color: #12263A;
    color: #fdf4ef;
}
.tour{
    background-color: #E6C229;
    color: #fff;
}
.tasting{
    background-color: #dc3545;
    color: #fff;
}
.taylored .chips-container.horizontal {
    top: 9px;
}

.taylored .chips-container p {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: var(--light);
    text-shadow: 0px 0px 5px #0000009F;
}

.taylored .chips-container img {
    margin-right: 4px;
}

.card.highlights {
    background-color: #DEECED;
}

.card.taylored {
    background-color: var(--primary-100);
    border: 2px solid var(--primary-500);
    border-radius: 14px;
}

.card-body.taylored {
    border-bottom-right-radius: 12px;
    border-right: 1px solid var(--primary-100);
    border-left: 1px solid var(--primary-100);
    border-bottom: 1px solid var(--primary-100)
}

/* Input */
.newsletter-box{
    width: 100%;
    padding: 16px;
    border: solid 1px var(--grey-300);
    border-radius: 12px;
    background-color: var(--light);
    color: var(--grey-700);
}


/*Card article*/
.articolo:hover .title {
    color: #226f54;
    text-decoration: none;
}

.articolo {
    border-radius: 12px;
    margin: auto;
    height: auto;
    width: auto;
    position: relative;
    background: transparent;
}

.articolo-img {
    display: block;
    height: auto;
    position: relative;
}

.articolo img {
    border-radius: 12px;
    width: 100%;
}

.articolo-content {
    padding: 8px;
}

.articolo-title-category {
    font-size: 12px;
    margin-top: 0;
    line-height: 120%;
    margin-bottom: 1px;
    color: var(--grey-700);
    text-transform: uppercase;
    font-weight: 500;
}

.articolo-title {
    margin-bottom: 0;
    /* padding: 10px 0 0px; */
    color: var(--grey-1000);
    font-size: 18px;
    margin-bottom: 1px;
}

.minutes-text {
    font-size: 12px;
    font-weight: 500;
    color: var(--grey-700);
    margin-top: 6px;
    margin-bottom: -10px;
    text-transform: uppercase;
}

.articolo-img-txt {
    position: absolute;
    padding: 0px 10px;
    font-size: 20px;
    font-weight: 600;
    color: var(--light);
    line-height: 20px;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.articolo-chip {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid var(--light);
    color: var(--light);
    font-size: 10px;
    font-weight: 600;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 16px;
    padding: 0px 6px;
}

.articolo-chip .fa-solid {
    color: var(--light);
    width: 12px;
    height: 12px;
    font-size: 8px;
    margin-right: 3px;
}

.articolo-horizontal {
    display: flex;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: transparent;
}

.articolo-horizontal img {
    border-radius: 12px;
}

.articolo-horizontal-body {
    padding: 0px 8px;
}

.articolo-sommario {
    text-align: left;
    padding: 20px;
}
.articolo-line{
    max-width: 430px;
    height: 1px;
}

.articolo-stats {
    position: inherit;
    
}



.articolo-tickets {
    background-color: var(--primary-100);
    border-radius: 12px;
    width: 100%;
}

.articolo-tickets img {
    border-radius: 12px;
}

.cont-bottone-pagamento {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 10px;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    background-color: white;
    color: white;
    text-align: center;
    z-index: 99999999;
  }

  .punteggio_cont{
  display: flex;
  justify-content: space-around;
  align-items: center;
  direction: rtl;
  background-color: var(--primary);
  flex-direction: column;
  z-index: 100;
  right: 10px;
  border-radius: 12px;
  padding: 0px 5px;
}

/* Skeleton shimmer base */
.skeleton-box, .skeleton-box-img {
  background: #e0e0e0;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.skeleton-box::after, .skeleton-box-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  animation: shimmer 1.2s infinite;
}
@keyframes shimmer {
  100% { left: 100%; }
}

.skeleton-box-img {
  width: 100%;
  height: 250px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.skeleton-box.sm {
  width: 100px;
  height: 20px;
}
.skeleton-box.xs {
  width: 60px;
  height: 15px;
}
.skeleton-box {
  height: 20px;
  margin-bottom: 10px;
}

/* Monna Lisa */
.monnalisa-modal .modal-dialog-custom {
  position: fixed;
  bottom: 20px;
  right: 20px;
  margin: 0;
  max-width: 360px;
    max-height: 750px;
  width: 100%;
  z-index: 1055;
  transition: all 0.3s ease-in-out;
}

.monnalisa-modal .modal-content {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.monna-lisa-btn {
    display: block;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    cursor: pointer;
    width: 110px;
    height: 110px;
}

/*Images*/


.img-banner-custom {
    object-fit: cover;
}

.img4-5 {
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.img4-3 {
    /*max-width: 350px;*/
    width: 100%;
    height: 233px;
    object-fit: cover;
}

.img4-3-small {
    /* max-width: 250px;*/
    width: 100%;
    height: 167px;
    object-fit: cover;
}

.img3-4 {
    /*max-width: 250px;*/
    width: 100%;
    height: 374px;
    object-fit: cover;
}

.img3-4-small {
    /*max-width: 168px;*/
    width: 100%;
    height: 250px;  
    object-fit: cover; 
}

.img3-4-xs {
    /*max-width: 168px;*/
    width: 100%;
    height: 188px;  
    object-fit: cover; 
}
.img1-1
{
   /*max-width: 250px;*/
    width: 100%;
    height: 250px;  
    object-fit: cover;
}

.img1-1-xl {
    /*max-width: 250px;*/
    width: 100%;
    height: 187px;
    object-fit: cover;
}


.img1-1-large {
    /*max-width: 167px;*/
    width: 167px;
    height: 167px;
    object-fit: cover;
}

.img1-1-medium {
    /*max-width: 104px;*/
    width: 62px;
    height: 62px;
    object-fit: cover;

}

.img1-1-rounded-md {
    width: 104px;
    height: 104px;
    border-radius: 400px;
    object-fit: cover;

}

.img1-1-small {
    /*max-width: 104px;*/
    width: 104px;
    height: 104px;
    object-fit: cover;

}

.img1-1-xs {
    /*max-width: 104px;*/
    width: 56px;
    height: 56px;
    object-fit: cover;

}

.img1-1-rounded-small {
    width: 40px;
    height: 40px;
    border-radius: 400px;
    object-fit: cover;
}

.img1-1-rounded-xs {
    width: 24px;
    height: 24px;
    border-radius: 400px;
    object-fit: cover;
    margin-right: 20px;
}

.img1-1-rounded {
    width:100px;
    height: 100px;
    border-radius: 400px;
    object-fit: cover;
}

.foto-gallery{
    height: 350px;
    object-fit: cover;
    border-radius: var(--border-radius12);
}

img.radius {
    border-radius: 12px;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0; /* Manda l'immagine dietro gli altri elementi */
}

.background-image-bottom-radius {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
}

.background-image-radius-0 {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.postig {
    height: 350px;
    object-fit: cover;
    width: 100%;
}

/* PopUp Pass */
.white-popup {
    position: relative;
    padding: 10px 10px 10px 10px;
    width: auto;
    max-width: 730px;
    margin: 20px auto;
    border-radius: 10px;
}

.white-popup img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

/* Pagination */
.pagination>a, .pagination>a:hover, .pagination>a:focus, .pagination>li>a, .pagination>li>span, .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: var(--dark);
    font-weight: 600;
    background-color: transparent;
    border: 0px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus, .pagination .page-item.active .page-link {
    background-color: var(--light);
    border-color: var(--grey-100);
    color: var(--dark);
    border-radius: var(--border-radius12);
}
.disabled>.page-link, .page-link.disabled {
    background-color: transparent;
}

/*Carousel*/

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*=owl-] {
    padding: 8px 5px !important;
    height: 32px !important;
}

.owl-carousel .owl-nav button.owl-next:before {
    content: '\f061';
    /* FontAwesome icon code for right arrow */
    font-family: 'FontAwesome';
    font-size: 20px !important;
    color: var(--grey-700);
}

.owl-carousel .owl-nav button.owl-prev:before {
    content: '\f060';
    /* FontAwesome icon code for left arrow */
    font-family: 'FontAwesome';
    font-size: 20px !important;
    color: var(--grey-700);
}

/*Tab*/
.tabs.tabs-simple .nav-tabs>li {
    margin-left: 0;
    margin-bottom: 0;
}
.tabs.tabs-simple .nav-tabs>li .nav-link, .tabs.tabs-simple .nav-tabs>li .nav-link:hover, .tabs.tabs-simple .nav-tabs>li .nav-link:focus {
    padding: 15px 30px;
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: var(--grey-1000);
    font-size: 16px;
}

li {
    line-height: 14px;
}
.nav-tabs {
    max-width: max-content;
    margin: 0;
    padding: 0;
    border: 1px solid var(--grey-300) !important;
    border-radius: var(--border-radius12);
    width: fit-content;
    flex-wrap: nowrap;
    background-color: var(--light);;
    height: 40px;
}

.nav-tabs-filtri {
    height: 38px;
}

.nav-item{
    margin: 3px;
    height: 32px;
}

.nav-tabs li .nav-link {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 8px 6px !important;
    transition: all .2s;
    margin: 0px 3px;
    max-height: 32px;
    width: 127px;
}
.tabs.tabs-bottom .nav-tabs li {
    margin-bottom: 0;
    margin-top: 3px;
}

/*Select*/
.select {
    border-radius: 8px;
    border: 1px solid var(--grey-900);
    padding-top: 10px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    max-width: 130px;
    font-weight: 600;
    font-size: 16px;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}


/*Top 10 items*/
.top-item {
    padding: 10px;
}

.top-number {
    position: relative;
    top: 40px;
    font-size: 180px;
    color: var(--grey-300);
    font-weight: 700;
    text-align: left;
    z-index: -1;
}

.top-chip {
    position: relative;
    top: 20px;
    border: 1px solid var(--grey-300);
    border-radius: 12px;
    width: 204px;
    height: 22px;
    background-color: var(--grey-100);
}

.top-chip .fa-solid {
    font-size: 8px !important;
    color: var(--grey-500);
    font-size: 12px;
    margin-right: 5px;
    position: relative;
    bottom: 5px;
    left: 5px;
}


.articolo-chips {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid var(--light);
    color: var(--light);
    font-size: 12px;
    font-weight: 600;
    border-radius: var(--border-radius20);
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
    line-height: 16px;
    padding: 2px 8px;
}

.articolo-chips .fa-solid {
    color: var(--light);
    font-size: 12px;
    margin-right: 3px;
}

.top-chip-box-text {
    font-size: 12px;
    font-weight: 600;
    color: var(--light);
    position: relative;
    bottom: 3px;
}

/*Header Image*/
.header-logo-visit {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
.flag {
    width: 23px;
    height: 23px;
    margin-right: 5px;
    background: transparent;
}
.header-visit {
    padding: 135px 0px 50px 0px !important;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
}

.bg-layer-gradient {
    background: linear-gradient(0.75turn, transparent, #0000008f 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
}

/* Image bg fasce */
.section-bg-gradient {
    background: linear-gradient(to bottom, transparent 0%, #f5f5f5 50%);
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.background-top {
    position: relative;
    width: 100%;
    height: 100%;
}

.background-top img {
    width: 100%;
    max-height: 390px;
    object-fit: cover;
}

.sticky-header-active a.dropdown-item {
    color: var(--dark) !important;
}

.icona-menu-voci {
    font-size:20px;
    vertical-align: middle;
    margin-right: 10px;
}

.sideattivita {
    background: var(--light);
    height: 100%;
    border: 1px solid var(--grey-300);
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 12px;
}

.iconatag {
    margin-right: 8px;
    color:var(--primary);
}

#header .header-body {
    background: var(--grey-100);
}
#header .header-btn-collapse-nav {
    background: var(--light);
    color: var(--dark);
    width: 40px;
    height: 40px !important;
    padding: 12px 8px !important;
}
.header-nav-top-icon {
    font-size: 18px !important;
    color: var(--light) !important;
}
.sticky-header-active .header-nav-top-icon {
    color: var(--dark) !important;
}

#header .header-nav-main nav>ul>li>a{
    font-size: 16px;
    letter-spacing: 0px;
}

#header .header-nav.header-nav-line nav>ul>li.dropdown:hover>.dropdown-menu {
    border-radius: 12px !important;
}

#docsbotai-root {
    display: none;
}

@media (min-width: 992px) {

    #header .header-nav.header-nav-line nav>ul>li.dropdown:hover>.dropdown-menu {
        margin-top: -7px;
    }

    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav>ul>li>a,
    #header .header-nav.header-nav-line:not(.header-nav-light-text) nav>ul>li>a {
        color: var(--light);
        text-transform: capitalize;
        letter-spacing: 0px;
    }

    #header .header-nav-main nav>ul>li.dropdown-mega>.dropdown-menu {
        left: 0px;
        right: 0px;
    }

    #header .header-nav-main.header-nav-main-square nav>ul>li.dropdown-mega>.dropdown-menu {
        border-bottom-right-radius: 24px !important;
        border-bottom-left-radius: 24px !important;
        background-color: var(--grey-100);
    }

    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li:hover>a, #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li:focus>a, #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.active>a, #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li:active>a, #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.open>a, #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li.accessibility-open>a {
        background-color: var(--grey-300);
        border-radius: var(--border-radius12) !important;
    }

    #header .header-fisso nav > ul > li > a {
        color: var(--dark)!important;
    }

}

/* TABLET */
@media screen and (max-width: 992px) {

    #header .header-nav-main nav>ul>li>a {
        text-transform: capitalize;
    }
    #header .header-nav-main:before {
        background: var(--grey-100);
    }
    html #header.header-transparent .header-nav-main:before {
        width: 100%;
    }

    html #header.header-transparent .header-nav-main nav {
        padding: 0 10px;
    }

    html.side-header-overlay-full-screen #header .header-nav-main nav {
        max-height: 100vh;
    }

    html.side-header-overlay-full-screen #header .header-nav-main nav>ul li a {
       text-align: left;
    }

   
}



/* MOBILE */
@media screen and (max-width: 650px) {

    .monnalisa-modal .modal-dialog-custom {
        bottom: 20px;
        right: 13px;
        max-width: 350px;
        max-height: 560px;
    }

    .monna-lisa-btn {
        width: 80px;
        height: 80px;
    }


    .postig{
        height: 240px;
    }
    .logo-attivita {
        bottom: -75px;
        margin-left: -50px;
        width: 100px;
        background-color: #fff;
        height: 100px;
    }

    .card.taylored {
        border: 2px solid var(--primary-500);
    }

    .img-banner-custom {
        height: 180px;
        object-fit: cover;
    }

    .img4-5 {
        height: 336px;
    }

    body {
        font-size: 16px;
    }

    section.section {
        padding: 15px 0;
        margin: 0px 0;
        border-top: 0px solid var(--grey-100);
    }

    /* Box commenti autori */
    .box-container{
        /* position: absolute !important;
        top: 350px; */
        margin-top: -70px;
    }

   /* Menù bandierine */

   .language-dropdown {
    position: relative;

    display: inline-block;
    z-index: 1002;
  }

  /* .language-dropdown.open {
    transform: translateY(-40px); 
  } */

  .open .dropdown-toggle-lingua {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  
  .dropdown-toggle-lingua {
    background: white;
    border: 1px solid var(--grey-300);
    padding: 8px 12px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
    min-width: 140px;
  }
  
  .flag {
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }
  
  .language-label {
    font-weight: 600;
    font-size: 14px;
  }
  
  .arrow {
    margin-left: auto;
    font-size: 12px;
  }
  
  .dropdown-menu-lingua {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    margin-top: -1px;
    border: 1px solid var(--grey-300);
    border-bottom-left-radius: var(--border-radius12);
    border-bottom-right-radius: var(--border-radius12);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 0px;
    list-style: none;
    display: none;
    z-index: 1000;
    width: 100%;
  }
  
  .dropdown-menu-lingua li {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
  }
  
  .dropdown-menu-lingua li:hover {
    background-color: #f0f0f0;
  }

    /* Ricerca */
    .search-box  {
        width: 99% !important;
        position: relative;
        margin-bottom: -71px;
    }

    .header-visit {
        padding: 275px 0px 25px 0px !important;
    }

    .header-visit-home {
        padding: 253px 0px 50px 0px !important;
    }

    .page-header .simple-search .form-control {
        border: 0px solid var(--grey-300);
        box-shadow: 0px 0px 20px #0000002f;
    }

    .simple-search-menu {
        border: 1px solid var(--grey-300) !important;
        box-shadow: 0px 0px 0px #0000001f !important;
    }

    .btn-menu{
        width: 40px;
        height: 40px !important;
        padding: 12px 8px !important;
        --hover: var(--light);
        padding: 10px 16px;
        background-color: var(--light);
        border: 1px solid var(--grey-300);
    }

    .header-nav-top-icon {
        font-size: 18px;
        color: var(--dark) !important;
    }

    /* Hero Section */
    .bg-layer-gradient {
        background: linear-gradient(0.49turn, transparent , transparent, #000000 100%);
    }

    /* Tabs */
    .nav-tabs li .nav-link {
        font-size: 12px;
        width: 113px;
        padding: 8px 4px !important;
    }

    .nav-link-long {
        width: auto !important;
        padding: 8px 15px !important;
    }

    /* Top attractions */
.grid-container {
    grid-template-columns: repeat(6, 1fr);
} 
    .grid-item {
        height: 167px;
        width: 167px;
        
    }

    .grid-container2 {
        grid-template-columns: repeat(2, 1fr) !important;
    } 

    .grid-container3 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
        .grid-item2 {
            height: 187px;
            width: 100%;
            
        }

        .grid-item3 {
            height: 167px;
            width: 167px;
            
        }
    
        /* Maps */
        .google-map{
            height: 400px !important;
            border-radius: var(--border-radius12);
            z-index: 9;
            margin-top:10px
        }




    /*card*/
    .card-body-horizontal {
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
        border-top-right-radius: 0px !important;
        border-left: 1px solid var(--grey-300);
        border-right: 1px solid var(--grey-300);
        border-top: 0px solid var(--grey-300) !important;
        border-bottom: 1px solid var(--grey-300);
        height: auto !important;
    }

    .card-img-horizontal {
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        border-top-right-radius: 12px !important;
        border-top-left-radius: 12px !important;
    }

    .price.horizontal {
        /* position: relative; */
        bottom: 10px;
        margin-bottom: 0px;
    }
    
    .price {
        position: relative;
        bottom: 8px;
    }

    /*Tab*/
    .tab-element {
        width: 90px;
        padding: 9px 12px;
    }
    .tab-center {
        width: 90px;
    }

    /* Typography */
    .hero {
        font-size: 44px !important;
    }

    .title{
        font-size: 32px !important;
    }

    .headline {
        font-size: 24px;
        line-height: 120%;
        font-weight: 600;
    }

    .subheadline {
        font-size: 20px;
        line-height: 120%;
        font-weight: 600;
    }

    .lead {
        font-size: 18px;
        line-height: 120%;
        font-weight: 400;
    }

    .body-text, .body16, .card-title {
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0px;
    }

    .lead2 {
        font-size: 18px;
        line-height: 120% !important;
        font-weight: 400;
        letter-spacing: 0px;
    }

    .small, .text-2{
        font-size: 14px !important;
    }
    .x-small, .text-1 {
        font-size: 12px !important;
    }

    div p {
        font-size: 16px;
    }

    .box-ricerca-header{
        max-width: 380px;
    }
    
    /* Bottone icona */
    .btn-icon {
        width: 32px;
        height: 32px !important;
        padding: 7px 4px !important;
        line-height: 10px;
    }

    /* Box */
    .box-custom{
        padding: 16px;
    }
}