* {
  margin-bottom: 0 !important;
}
.halloween-bg {
  background-image: url("/halloween.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 39vh !important;
}
.myriad-font {
  font-family: "Myriad Pro", sans-serif;
}
.poppins-font {
  font-family: "Poppins", sans-serif;
}
.accumen-font {
  font-family: "Acumin Pro Condensed Bold", sans-serif;
}
.hero-h2 {
  font-family: "Acumin Pro Condensed";
  color: white;
  font-size: 7vh;
  font-weight: 500;
  line-height: 1;
  padding-top: 16vh !important;
  margin-bottom: 0;
}
.hero-p {
  font-family: "Acumin Pro Condensed";
  color: white;
  font-size: 3vh;
  font-weight: 500;
  padding-bottom: 2rem;
  margin-top: -11px;
}
.tous-p {
  font-family: "Poppins Black", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 0;
  font-weight: 600 !important;
}
.btn {
  border: 1px solid rgb(169, 167, 167);
  padding: 0.3rem 0.5rem;
  border-radius: 0.6rem;
  font-family: "Acumin Pro Condensed", sans-serif;
  font-size: 1.2rem;
}

.card-h {
  font-family: "Acumin Pro Condensed Bold", sans-serif;
  font-size: 1rem;
  color: #01024f;
  font-weight: 700;
  line-height: 1.1;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-date {
  font-size: 0.9rem;
  font-family: "Acumin Pro SemiCondensed", sans-serif;
  color: #6b6b6b;
}

.card-price {
  font-family: "Acumin Pro Condensed Bold", sans-serif;
  font-size: 0.8rem;
  color: #01024f;
  font-weight: 500;
}
.location {
  font-size: 0.9rem;
  color: #6b6b6b;
  font-weight: 400;
  font-family: "Acumin Pro SemiCondensed", sans-serif;
}
.grat {
  font-size: 0.9rem;
  color: #28bb49;
  font-family: "Acumin Pro Condensed Bold", sans-serif;
  font-weight: 600;
}
.card-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-height: 65vh;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 1rem;
}
