@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
body {
  font-family: "Poppins";
  background-color: #101318;
}

.carousel-item img {
  height: 100vh;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero {
  color: #fff;
  text-align: center;
  position: absolute;
  max-width: 1200px;
  margin: 0 auto;
  top: 8rem;
  left: 0;
  right: 0;
  padding-inline: 2rem;
}
.hero h1 {
  color: #ffdf39;
  font-size: clamp(2rem, 3vw, 3.75rem);
  font-weight: 600;
  letter-spacing: -0.05em;
}
.hero h2 {
  font-size: clamp(1.2rem, 1vw, 2rem);
}
.hero p {
  max-width: 850px;
  margin: 0 auto;
  margin-top: 1rem;
  font-size: clamp(0.75rem, 3vw, 1rem);
}

nav {
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  width: 100%;
  padding: 0 1rem;
}
nav img {
  max-width: 100px;
}

#muteButton {
  background: transparent;
  border: none;
  cursor: pointer;
}
#muteButton .muteIcon,
#muteButton .muteIcon {
  display: none;
}

#playButton {
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
}

footer {
  position: absolute;
  bottom: 1rem;
  width: 100%;
}
footer .social-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.contact-us {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  padding: 0.5rem 1.5rem;
  text-align: center;
  max-width: 180px;
  text-decoration: none;
  height: 44px;
  display: block;
  margin: 0 auto;
  margin-top: 1rem;
  font-size: clamp(0.875rem, 4vw, 1rem);
}

#status {
  color: white;
  font-size: 0.5rem;
  text-align: center;
}

.player-controls {
  position: relative;
  justify-content: center;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
}/*# sourceMappingURL=styles.css.map */