.c-header {
  height: 100px;
}

.c-header-gap {
  gap: 1em;
}

.c-header-image-container {
  width: 80px;
}

.c-header-logo {
  width: inherit;
}

.c-header-button {
  border: 1px solid #00a4e3 !important;
  color: #00a4e3;
  transition: 0.3s;
}

.c-header-button:hover {
  background: #00a4e3;
  color: white;
}

.c-overview {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative !important;
  z-index: 1 !important;
  height: 55%;
}

.c-overview-title {
  font-size: 60px !important;
  font-weight: 700 !important;
  overflow-wrap: normal;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 0;
}

.c-overview-button {
  margin-top: 1.5rem;
  padding: 12px 24px;
  font-size: 20px;
}

.c-information-card {
  /* width: 80%; */
  /* display: flex; */
  /* justify-content: center;
  align-items: center; */
  /* margin-top: 40px; */
  position: relative;
  border: 0px solid red;
  z-index: 1;
  margin-top: -2%;
}

.c-information-card-body {
  border-radius: 10px;
  /* width: 50%; */
  min-height: 113px;
  border: 0px solid black;
  z-index: 2;
}

.c-information-countdown-day {
  font-size: 250% !important;
}

.c-information-countdown-day-text {
  margin-top: -10px;
}

.c-information-icon {
  width: 2.5em;
  height: 2.5em;
  opacity: 0.7;
}

.c-information-counter {
  font-size: 48px;
  font-weight: 600;
}

.c-information-counter-gap {
  gap: 1rem;
}

.c-information-counter-container-gap {
  gap: 1.5rem;
}

.c-information-label {
  font-size: 120%;
  font-weight: 700;
}

.c-content {
  margin-top: 4rem;
}

.c-description-container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.c-description-header-text {
  font-size: 24px;
  font-weight: 600;
}

.c-description-content {
  margin-top: 1.5rem;
}

.c-speaker-card-container {
  margin-bottom: 2rem;
}

.c-speaker-container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.c-speaker-header-text {
  font-size: 24px;
  font-weight: 600;
}

.c-speaker-content {
  margin-top: 1.5rem;
}

.c-speaker-img {
  height: 8rem;
  width: 8rem;
  border-radius: 100%;
  border: 1px solid #ccc;
}

.c-speaker-img-placeholder {
  height: 8rem;
  width: 8rem;
  border-radius: 100%;
  background: #d9d9d9;
}

.c-speaker-info-gap {
  gap: 0.5em;
}

.c-speaker-name {
  font-weight: 600;
  font-size: 120%;
}

.c-agenda {
  min-height: 400px;
}

.c-agenda-title-container {
  padding: 5% 0;
}

.c-agenda-title {
  width: 100%;
  text-align: center;
  font-weight: 800;
  font-size: 36px;
}

.c-organizer-header-text {
  font-size: 24px;
  font-weight: 600;
}

.c-organizer-image-container {
  height: 200px;
}

@media (max-width: 1024px) {
  .c-overview {
    height: 20%;
    border: 0px solid red;
  }

  .c-information-card {
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px solid red;
  }

  .c-information-card-body {
    /* width: 80% !important; */

    border: 0px solid red;
  }

  .c-agenda-title {
    /* height: 180px;
    width: 60%;
    text-align: left;
    font-weight: 800;
    padding-right: 1em;
    font-size: 40px;

    display: flex;
    justify-content: flex-start;
    align-items: center; */
  }

  .c-agenda-title-container {
    /* min-height: 400px !important; */
  }
}

@media (max-width: 768px) {
  .c-overview {
    height: 20%;
    border: 0px solid red;
  }
  .c-information-card-body {
    font-size: 12px;
  }
  .c-content {
    margin-top: 2% !important;
  }
  .c-agenda-title {
    height: auto !important;
  }
  .c-agenda-title-container {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .c-information-card {
    width: 90%;
    margin: 0 auto;
  }

  .c-information-card .col-6 {
    border-right: 1px solid #fff;
  }
  .c-information-card-body {
    /* width: 95%; */
    /* margin: -2% auto 0 auto; */
  }

  .c-title {
    padding-top: 5%;
  }
  .c-content {
    /* margin-top: 2rem; */
  }

  .c-agenda-title {
    width: 100%;
  }
  .c-speaker-img {
    height: 10rem;
    width: 10rem;
  }

  .c-speaker-img-placeholder {
    height: 10rem;
    width: 10rem;
  }
}
