:root {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 10;
  font-style: normal;
}

.container {
  max-width: 900px;
  margin: 0 auto;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  background: radial-gradient(circle at 52.1% -29.6%, rgb(144, 17, 105) 0%, rgb(51, 0, 131) 100.2%);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../imgs/signal-2025-06-02-00-05-34-536.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  color: white;
  text-align: center;
  padding: 160px 0;
}

h1 {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 30px 0 0 5px;
  font-size: 112px;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 45;
  font-style: normal;
  font-size: 36px;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: 24px;
  font-weight: 900;
  font-style: normal;
  font-variation-settings:
    "width" 100;
  text-transform: uppercase;
}

header h2 {
  margin-bottom: 100px;
}

header h3 {
  line-height:  1.5px;
  letter-spacing: 5px;
}

header a {
  font-weight: 700px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: white;
  padding: 16px 32px;
  border-radius: 4px;
  text-decoration: none;
}

main {
  background-color: white;
}

.main-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  place-items: center;

}

main img {
  max-width: 100%;
}

main h3 {
  line-height: 1.5;
  letter-spacing: 5px;
  color: #272044;
  opacity: 0.3;
  margin: 0;
}

main h2 {
  color: #272044;
  font-weight: 700;
  font-size: 40px;
  margin: 0;
}

main p {
  font-style: normal;
  font-size: 16px;
  opacity: 0.7;
}

section {
  margin: 0 auto;
  padding: 100px 20px;
}

.secondary {
  width: 100%;
  background-color: #f8f8f8;
  text-align: center;
}

.tiktok-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin: 20px;
}

.tiktok-embed {
  background-color: #f8f8f8 !important;
  margin: 0 auto !important;
  box-shadow: none !important;
  border: none !important;
}

.spotify {
  background-image: linear-gradient(rgba(39, 32, 68, 0.8), rgba(39, 32, 68, 0.8)), url(../imgs/PXL_20240626_184014562~2.jpg);
  filter:  contrast(135%) grayscale(50%);
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.spotify h2, .spotify h3 {
    color: white;
}

.spotify-songs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 40px 20px;
}

.spotify iframe {
  width: 100%;
  height: 152px;
  border: none;
  display: block;
  opacity: 50%;
}

.footer-container {
  margin: 0 100px;
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  grid-gap: 10px;
}

footer {
  color: white;
  background-image: linear-gradient(rgba(39, 32, 68, 0.8), rgba(39, 32, 68, 0.8)), 
  url(../imgs/footer-bg-close.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.footer-info {
  margin: 10px;
}
footer h3 {
  font-weight: 700;
  font-size: 16px;
}

footer p {
  font-size: 12px;
  padding: 0 auto;

}

footer ul {
  padding: 0;
}

footer li {
  list-style: none;
  font-size: 12px;
  margin-bottom: 10px;
}

footer a {
  color: white;
  opacity: 0.7;
  text-decoration: none;
}

.icon-link {
  padding-right: 7px;
}

@media (max-width: 866px) {
  header {
    padding: 70px 0;
    line-height: 2px;
  }
  header h1 {
    font-size: 42px;
  }
  header h2 {
    font-size: 20px;
  }
  .main-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  section {
    padding: 40px 20px;
  }

.tiktok-grid {
    grid-template-columns: auto auto;
  }
  main img {
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  main h2 {
    font-size: 28px;
  }
  main p {
    font-size: 14px;
  }
  .footer-container {
    grid-template-columns: 1fr;
    margin: 0 20px;
    text-align: center;
  }
  .footer-info {
    margin: 20px 0;
  }
  footer h3 {
    font-size: 14px;
  }
  footer p, footer li {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .spotify-songs {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 450px) {
  header {
    padding: 30px 0;
    line-height: 1px;
  }
  header h1 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  header h2 {
    font-size: 16px;
    margin-bottom: 50px;
  }
  header h3 {
    font-size: 10px;
  }
  header a {
    padding: 5px 10px
  }
  .main-grid {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  main h2 {
    font-size: 22px;
  }
  main h3 {
    font-size: 13px;
  }
  .footer-container {
    margin: 0 10px;
  }
  footer h3 {
    font-size: 13px;
  }
  footer p, footer li {
    font-size: 11px;
  }
}