body {
  background-image: url(./assets/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

/* nav */

nav {
  z-index: 1000;
}

nav img {
  height: 7em;
}

.nav-item a {
  color: #f9ad21;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

#live-btn {
  display: inline-block;
  padding: 10px 15px;
  border: 0;
  text-decoration: none;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  color: #f9ad21;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

#live-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* banner */

.banner {
  display: none;
}

.banner img {
  width: 100%;
  margin-top: 20vh;
}

/* countdown */

.countdown {
  column-gap: 2rem;
}

.timer-section {
  /* min-height: 100vh; */
  margin-top: 90vh;
}

.day,
.hour,
.minute,
.second {
  font-weight: 400;
  font-size: 8em;
  font-family: "Bebas Neue", sans-serif;
  border: 1px solid yellow;
  text-align: center;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  min-width: 150px;
  z-index: 100;
}

.container-day h4,
.container-hour h4,
.container-minute h4,
.container-second h4 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  color: #f9b612;
}

.timer-title {
  font-weight: 500;
  font-size: 24px;
}

.timer-section p {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #f07a21;
  margin-top: 5rem;
}

.legacy {
  margin-top: 7rem;
}

.legacy h2 {
  font-weight: 500;
  font-size: 24px;
}

.timer-section button {
  background: linear-gradient(158.71deg, #f9ad21 23.94%, #f27926 86.74%);
  color: #1d1d1d;
  font-weight: 700;
  font-size: 24px;
  padding: 1rem 4rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  margin-top: 1rem;
}

/* live section */

.lives {
  margin-top: 7rem;
}

.live-section {
  margin-top: 8rem;
}

.live-section .titles h2 {
  font-weight: 700;
  font-size: 25px;
  color: #e97d23;
  margin-bottom: 0.5rem;
}
.live-section .titles h1 {
  font-weight: 700;
  font-size: 48px;
  color: #ffffff;
  padding-bottom: 1.8rem;
}
.live-section .titles h3 {
  font-weight: 700;
  font-size: 19.6837px;
  border: 1px solid #ffffff;
  border-radius: 0.5rem;
  padding: 0.4rem 0.6rem;
  width: fit-content;
  margin: auto;
  color: #ffffff;
}

.live-gif1,
.live-gif2 {
  z-index: 200;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 100px;
}

.live {
  box-shadow: 3px 6px 6px 6px rgba(0, 0, 0, 0.74);
  -webkit-box-shadow: 3px 6px 6px 6px rgba(0, 0, 0, 0.74);
  -moz-box-shadow: 3px 6px 6px 6px rgba(0, 0, 0, 0.74);
  background: linear-gradient(
    90deg,
    rgba(173, 196, 215, 1) 0%,
    rgba(229, 198, 127, 1) 18%,
    rgba(28, 81, 128, 1) 37%,
    rgba(232, 214, 135, 1) 61%,
    rgba(0, 0, 11, 1) 82%,
    rgba(227, 234, 245, 1) 100%
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2rem;
  padding: 2px;
  position: relative;
  z-index: 1;
}

.live-wrapper {
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.8rem 1.8rem;
  min-height: 300px;
  position: relative;
  z-index: 2;
  background-size: cover;
  background-position: center;
  width: 100%;
  border-radius: 2rem;
  z-index: 2;
}

.live1 {
  background-image: url(./assets/live1-bg.svg);
  background-size: cover;
}
.live2 {
  background-image: url(./assets/live2-bg.svg);
}
.live3 {
  background-image: url(./assets/live3-bg.svg);
}
.live4 {
  background-image: url(./assets/live4-bg.svg);
}
.live5 {
  background-image: url(./assets/live5-bg.png);
  /* width: 100%;
    height: 438.37px; */
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 400px;
}

.live5 .text h3 {
  color: #e97d23;
}

.live5 .text h4 {
  padding-top: 2rem;
}

.overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;

  opacity: 0.8;
  z-index: 100;
  border-radius: 2rem;
}
.overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    60.52deg,
    #7a8fa3 -2.33%,
    #657686 3.03%,
    #46525e 11.88%,
    #2d343c 20.97%,
    #191d21 30.23%,
    #0b0d0f 39.67%,
    #030304 49.45%,
    #000000 60.09%,
    #030404 67.07%,
    #0c0e10 74.18%,
    #1c2025 81.36%,
    #313941 88.58%,
    #4d5a66 95.83%,
    #6e8193 103.02%,
    #7a8fa3 105.37%
  );
  z-index: 200;
  opacity: 0.49;
  border-radius: 2rem;
}

.live1 .overlay1 {
  background-color: #e97d23;
}
.live2 .overlay1 {
  background-color: #16abe2;
}
.live3 .overlay1 {
  background-color: #00509a;
}
.live4 .overlay1 {
  background-color: #50ac48;
}
.live5 .overlay1 {
  background-color: #222e61;
}

.text {
  z-index: 300;
}

.text h3 {
  font-weight: 700;
  font-size: 19px;
  color: #000000;
}

.text h1 {
  font-weight: 700;
  font-size: 41px;
  color: #ffffff;
}

.text button {
  font-weight: 700;
  font-size: 18px;
  color: #e97d23;
  background-color: #ffffff;
  padding: 0.5rem 3rem;
  border-radius: 0.5rem;
  border: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.text h4 {
  font-weight: 700;
  font-size: 14px;
  text-decoration-line: underline;
  color: #ffffff;
  cursor: pointer;
}

/* footer */
footer {
  margin-top: 12rem;
  height: 1rem;
}

footer:after {
  content: "";
  height: 20px;
  width: 100%;
  display: block;
  background: linear-gradient(
      90deg,
      #0e2b63 30.4785%,
      rgba(0, 0, 0, 0) 30.4785%
    ),
    linear-gradient(90deg, #004f9f 52.15788%, rgba(0, 0, 0, 0) 52.15788%),
    linear-gradient(90deg, #00b1eb 64.72807%, rgba(0, 0, 0, 0) 64.72807%),
    linear-gradient(90deg, #ef7d00 73.22551%, rgba(0, 0, 0, 0) 73.22551%),
    linear-gradient(90deg, #ffbb00 79.62792%, rgba(0, 0, 0, 0) 79.62792%),
    linear-gradient(90deg, #50af47 86.69237%, rgba(0, 0, 0, 0) 86.69237%),
    linear-gradient(90deg, #afca0b 92.0305%, rgba(0, 0, 0, 0) 92.0305%),
    linear-gradient(90deg, #5a328a 97.0083%, rgba(0, 0, 0, 0) 97.0083%),
    linear-gradient(90deg, #e72582 100%, rgba(0, 0, 0, 0) 100%);
}

/* modal */

.modal .modal-content {
  border-radius: 25px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 20%), 0 10px 15px rgb(0 0 0 / 20%);
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(60px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.speakers h1 {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 0;
}

.speakers h2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #fbae19;
}

@media only screen and (max-width: 600px) {
  /* body */
  body {
    background-image: url(./assets/bg-mobile.png);
  }

  /* banner */
  .banner {
    display: block;
  }

  /* nav */
  nav {
    background: #000000;
  }

  nav img {
    height: 4em;
  }
  .navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }

  #live-btn {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  /* countdown */
  .day,
  .hour,
  .minute,
  .second {
    font-weight: 400;
    font-size: 65px;
    min-width: 70px;
  }
  .countdown {
    column-gap: 1rem;
  }

  .container-day h4,
  .container-hour h4,
  .container-minute h4,
  .container-second h4 {
    font-size: 14px;
  }

  .timer-section {
    margin-top: 0;
  }

  .timer-title {
    font-size: 18px;
  }

  .timer-section p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-top: 2rem;
  }
  .legacy {
    margin-top: 4rem;
  }
  .legacy h2 {
    font-size: 18px;
  }

  .timer-section button {
    font-size: 18px;
    padding: 0.5rem 2rem;
    border-radius: 0.5rem;

    margin-top: 0.5rem;
  }

  /* live section */
  .lives {
    margin-top: 4rem;
    margin-bottom: 5rem;
  }

  .live-section {
    margin-top: 4rem;
  }

  .live-section .titles h2 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .live-section .titles h1 {
    font-size: 30px;
    padding-bottom: 0.5rem;
  }

  .live-section .titles h3 {
    font-size: 18px;
    padding-bottom: 0.5rem;
  }

  .live-wrapper {
    min-height: 230px;
  }

  .live5 .text h4 {
    padding-top: unset;
  }

  .text h3 {
    font-size: 16px;
  }

  .text h1 {
    font-size: 30px;
  }

  /* footer */

  footer {
    margin-top: 2rem;
  }

  .live5 {
    min-height: unset;
  }

  .live-gif1,
  .live-gif2 {
    right: 20px;
    top: 10px;
    width: 50px;
  }
}
