/*Open Sans */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src:
    local("Open Sans Italic"),
    local("OpenSans-Italic"),
    url(../fonts/OpenSans/OpenSansItalic.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    local("Open Sans Regular"),
    local("OpenSans-Regular"),
    url(../fonts/OpenSans/OpenSans.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    local("Open Sans Bold"),
    local("OpenSans-Bold"),
    url(../fonts/OpenSans/OpenSansBold.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src:
    local("Open Sans Bold Italic"),
    local("OpenSans-BoldItalic"),
    url(../fonts/OpenSans/OpenSansBoldItalic.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}
body {
  font-family: "Everett", Anko;
}
.w-100 {
  width: 100%;
}
.linea-nera {
  width: 90px;
  background: #000000;
  height: 3px;
  margin: 0 auto;
}
.position-relative {
  position: relative;
}
.alert-custom {
  background-color: #000000;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
}
.mb-0 {
  margin-bottom: 0;
}
.my-container {
  width: 50%;
  margin: 0 auto;
}
.my-container-2 {
  width: 60%;
  margin: 0 auto;
}
.scroll-to-top:hover {
  background-color: #000000;
  color: #fff;
}
@media only screen and (max-width: 650px) {
  .my-container {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-header .main-menu {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 !important;
  }
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.mt-0 {
  margin-top: 0;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-50 {
  margin-bottom: 50px;
}
.linea-verticale {
  position: relative;
  height: 40px;
}
.linea-verticale:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color: #000000;
}
.container-light-card {
  background: #eee;
  min-height: 188px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 20px;
}
.d-none {
  display: none !important;
}
.container-black-card {
  background: black;
  color: white;
  padding: 5px 0;
}
.container-card {
  display: flex;
  justify-content: center;
  position: relative;
}
.btn-style-one {
  padding: 12px 22px !important;
  border-radius: 0;
  color: #000000 !important;
}

.img-sold-out {
  background-image: url("../../img/png_sold_out_.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -14px;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.text-initial {
  text-align: initial !important;
}
/*Navbar*/
@media only screen and (min-width: 768px) {
  .main-menu li a {
    padding: 10px 15px !important;
  }
  .main-menu .navbar-collapse > ul > li.current > a,
  .main-menu .navbar-collapse > ul > li:hover > a {
    background: transparent !important;
    padding: 10px 15px !important;
  }
  .main-header {
    background: white;
  }

  .main-menu .navbar-collapse > ul > li > a::after {
    display: none !important;
  }
  .tertiary-color,
  .main-menu .navbar-collapse > ul > li > a,
  .main-footer,
  .text-muted {
    color: black !important;
    padding: 10px 15px !important;
  }
}
.main-header .logo img {
  top: 0px !important;
}
.fixed-top-header {
  position: relative !important;
  border-bottom: none !important;
}
@media only screen and (max-width: 767px) {
  .main-menu .navbar-header {
    position: relative;
    float: none;
    display: block;
    top: -12px !important;
  }
  .svg-white {
    display: none !important;
  }
  .svg-black {
    display: block !important;
  }
  .mt-sm-3 {
    margin-top: 30px;
  }
  .my-d-flex {
    justify-content: space-between;
  }
}

.my-d-flex {
  display: flex;
}
/*Footer*/
.main-footer {
  background: #000000;
  color: grey !important;
  padding: 10px 15px !important;
  text-align: initial !important;
  color: white !important;
}
.main-footer a {
  color: white !important;
}
.icon-footer {
  color: white !important;
  font-size: 20px;
  margin-left: 18px;
}

.prezzo-tagliato {
  display: inline-block;
  position: relative;
}

.prezzo-tagliato::after {
  content: "";
  position: absolute;
  top: 50%; /* metà altezza del testo */
  left: 0;
  width: 100%;
  height: 1px; /* spessore della riga */
  background-color: red; /* colore della linea */
  transform: translateY(-50%); /* centraggio perfetto */
}
.fs-4 {
  font-size: 1.6rem;
}
.text-yellow {
  color: #ffc107;
}

#tablePacchetti td {
  padding: 16px 8px;
}
.container-tribuna {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #d7d7d7;
  padding: 5px 0;
}

.container-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #d1c39c;
  padding: 5px 5px;
}

/* Rimuoviamo ogni bordo superiore che Bootstrap mette di default */
#tablePacchetti > tbody > tr > td {
  border-top: none !important;
  vertical-align: middle !important;
  border-bottom: 1px solid #ddd !important;
  /* Assicura che le celle restino affiancate e non vadano a capo */
  display: table-cell !important;
}

/* Se usi il contenitore responsive, togliamo il bordo esterno se ti dà fastidio */
.table-responsive {
  border: none !important;
}

/* Opzionale: aggiusta il padding su mobile per non farle sembrare troppo schiacciate */
@media (max-width: 767px) {
  #tablePacchetti > tbody > tr > td {
    padding: 10px 5px !important;
    font-size: 14px; /* Opzionale: rimpicciolisce il testo su smartphone */
  }
  #package .col-sm-6 {
    padding: 0;
  }
}

.finish-pacchetto {
  color: #fff;
  background-color: #da0000;
  text-align: center;
  padding: 9px 2px;
  font-weight: bold;
  margin: 5px auto;
  line-height: 1.1;
  height: 45px;
  font-size: 12px;
}

#tablePacchetti .min-width-td {
  min-width: 130px;
}

.pacchetto-finito-class {
  margin-bottom: 55px;
}

/* Contenitore principale */
.table-scroll-indicator {
  position: relative;
  margin-bottom: 20px;
}

/* Messaggio "Scroll" per mobile (Bootstrap 3 usa visible-xs) */
.scroll-label {
  text-align: right;
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  animation: pulse-scroll 2s infinite;
}

/* Sfumatura sul bordo destro per indicare lo scroll */
@media (max-width: 767px) {
  .table-scroll-indicator::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    pointer-events: none; /* Non blocca il tocco */
    border-radius: 0 10px 10px 0;
  }
}

/* Animazione semplice per attirare l'attenzione */
@keyframes pulse-scroll {
  0% {
    opacity: 0.4;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-5px);
  }
  100% {
    opacity: 0.4;
    transform: translateX(0);
  }
}

/* Assicuriamoci che la tabella non sfori ma scrolli bene */
.table-responsive {
  border: none !important;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; /* Scroll fluido su iOS */
}

.scroll-hint-mobile {
  display: none; /* Nascosto di default */
}

@media (max-width: 767px) {
  .scroll-hint-mobile {
    display: block;
  }
}
.force-hide {
  display: none !important;
}

.container-button-pacchetti {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 10px 0;
}
.riga-bottom {
  border-bottom: 1px solid #000;
}
.mb-3 {
  margin-bottom: 10px;
}
.hidden2 {
  visibility: hidden;
}
.m-top-30 {
  margin-top: 30px;
}
.min-height-48 {
  min-height: 48px;
}
.available-pacchetto {
  color: #fff;
  background-color: green;
  text-align: center;
  padding: 9px 2px;
  font-weight: bold;
  margin: 5px auto;
  line-height: 1.1;
  height: 45px;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-mobile-mb {
  margin-bottom: 0.5rem; /* equivalente a mb-2 */
}

@media (min-width: 576px) {
  .my-mobile-mb {
    margin-bottom: 0 !important;
  }
}
