.container-xmas {
  z-index: 0;
  overflow: hidden;
  border-radius: 25px;
  position: relative;
}

.bg-neve-desk {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.bg-neve-mobile {
  display: none;
}

.scopri-image {
  cursor: pointer;
  border-radius: 15px;
  width: 172px;
  height: 100%;
}

.title-calendar {
  margin-bottom: 20px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 40px !important;
  padding-top: 24px;
  font-family: avvento2024 !important;
}

.spacer-grid {
  height: 125px;
}

.tickets-grid {
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 30px;
  row-gap: 12px;
  justify-content: center;
  padding-bottom: 20px;
  width: 80%;
}

/* ultima card nella colonna centrale */
.jolly {
  grid-column: 2;
}

.xmas-wide {
  grid-column: span 3;
}

.ticket {
  border-radius: 15px;
  width: 175px;
  height: auto;
}

.ticket-close {
  border-radius: 15px;
  width: 175px;
  height: auto;
}

.ticket-link {
  z-index: 5;
}

@media screen and (max-width: 1300px) {
  .tickets-grid {
    transform: translate(-50%, -48%);
  }
}
@media screen and (max-width: 1200px) {
  .tickets-grid {
    transform: translate(-50%, -46%);
  }
  .ticket {
    width: 155px;
  }
}
@media screen and (max-width: 1100px) {
  .tickets-grid {
    transform: translate(-50%, -50%);
  }
  .ticket {
    width: 143px;
  }
}
@media screen and (max-width: 1023px) {
  .ticket {
    width: 175px;
  }
}
@media screen and (max-width: 950px) {
  .tickets-grid {
    transform: translate(-50%, -49%);
  }
  .ticket {
    width: 175px;
  }
}
@media screen and (max-width: 850px) {
  .tickets-grid {
    transform: translate(-50%, -48%);
  }
  .ticket {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .tickets-grid {
    transform: translate(-50%, -46%);
  }
  .ticket {
    width: 145px;
  }
}
@media screen and (max-width: 750px) {
  .container-xmas {
    margin: 0 -15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bg-neve-desk {
    display: none;
  }

  .bg-neve-mobile {
    display: inline-block;
    width: 80%;
    height: auto;
    overflow: hidden;
  }

  .tickets-grid {
    grid-template-columns: auto auto;
    justify-items: center;
    gap: 10px;
    transform: translate(-50%, -57%);
    padding: 0 20px;
  }

  .tickets-grid a {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .tickets-grid a .ticket {
    width: 100%;
  }

  /* ultima card al centro delle 2 colonne */
  .jolly {
    grid-column: 1 / span 2;
    justify-self: center;
    width: 50%;
  }
  .ticket {
    width: 187px;
  }
}
@media screen and (max-width: 600px) {
  .tickets-grid {
    transform: translate(-50%, -55%);
  }
  .ticket {
    width: 160px;
  }
}
@media screen and (max-width: 500px) {
  .tickets-grid {
    transform: translate(-50%, -55%);
  }
  .ticket {
    width: 138px;
  }
}

@media screen and (max-width: 450px) {
  .container-xmas {
    margin: 0;
  }
  .ticket {
    width: 114px;
  }
}
@media screen and (max-width: 400px) {
  .ticket {
    width: 104px;
  }
}
@media screen and (max-width: 375px) {
  .tickets-grid {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .jolly {
    justify-self: center;
  }
  .ticket {
    width: 100px;
  }
}
@media screen and (max-width: 350px) {
  .ticket {
    width: 91px;
  }
}

@media screen and (max-width: 325px) {
  .tickets-grid {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .jolly {
    justify-self: center;
  }
}

.current-day-card {
  position: relative;
}
