body {
  background: #070817;
  color: white;
  font-family: "Onest", sans-serif;
}

.container {
  padding: 3.75rem;
  max-width: 1080px;
  max-height: 1920px;
}

.suiteseven {
  color: #98FF55;
  font-size: 15px;
  font-weight: 700;
}

.suiteseven-logo {
  width: 90%;
}

.attendees {
  color: #f9f9f9;
  font-size: 15px;
  font-weight: 500;
}

.neosem {
  color: #37BFFB;
  font-size: 15;
  font-weight: 700;
}

.logo {
  display: inline-block;
}

.time {
  font-size: 2.875rem;
  font-weight: 700;
}

.date {
  font-size: 1.75rem;
  color: #c1c1c5;
}

.event-card {
  margin: 0.35rem;
  padding: 60px 70px;
  border-radius: 32px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 30px 80px 0px rgba(0, 0, 0, 0.03);
}

.end {
  color: rgba(255, 255, 255, 0.2980392157);
}

.title {
  font-size: 82px;
}

.icon {
  width: 32px;
  height: 32px;
}

.summary {
  font-size: 2rem;
  font-weight: 700;
}

.carousel-item {
  height: 425px;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 32px;
  overflow: hidden;
}

.carousel {
  padding: 60px;
}

.steps-title {
  font-size: 2rem;
  font-weight: 500;
}

.step {
  font-size: 2rem;
  font-weight: 800;
}

.location {
  font-size: 1.25rem;
  font-weight: 700;
}
