@import url('https://use.fontawesome.com/releases/v6.0.0/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&family=Russo+One&family=Trispace&family=Work+Sans&display=swap');
body {
  margin: 0;
  font-family: "Trispace", sans-serif;
  text-align: center;
  font-size: 0;
  background: black;
}
a {
  color: inherit;
  text-decoration: none;
}
.load {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: black;
  z-index: 9;
  cursor: wait;
}
.intro {
  display: block;
  height: 100vh;
  background: radial-gradient(circle at 10% 20%, rgb(253, 239, 132) 0%, rgb(247, 198, 169) 54.2%, rgb(21, 186, 196) 100.3%);
  color: white;
  font-size: 30px;
  position: relative;
}
.icon {
  height: 100%;
  max-width: 90%;
}
.logo {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 30px;
}
.tag {
  display: block;
  padding: 100px 30px;
  font-size: 3vw;
  background: #15bac4;
  color: white;
}
.stats {
  display: block;
  padding: 50px 0 70px;
  font-size: 40px;
  line-height: 1.5;
  background: #15bac4;
  color: white;
  margin-bottom: 100px;
}
.stats-inner {
  display: inline-block;
  width: 1080px;
  max-width: 90%;
}
.stat {
  font-size: 70px;
}
.artists {
  display: inline-block;
  padding: 100px 0 50px;
  width: 1080px;
  max-width: 100%;
}
.artists .right {
  display: inline-block;
  text-align: left;
  width: 500px;
  line-height: 1.7;
  vertical-align: middle;
}
.heading {
  display: block;
  margin-bottom: 50px;
  font-size: 30px;
}
.languages .heading, .platforms .heading, .mastering .heading {
  margin-bottom: 30px;
}
.artists .stat {
  color: #15bac4;
}
.artist {
  display: inline-block;
  padding: 0 15px 35px;
  width: 150px;
  vertical-align: top;
  line-height: 1.5;
  text-align: left;
  font-size: 20px;
}
.artist img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 100%;
}
.listeners {
  display: inline-block;
  margin-top: 5px;
  font-size: 15px;
  color: #15bbc4;
  line-height: 1.7;
}
.playlists {
  display: inline-block;
  width: 1080px;
  margin-bottom: 100px;
  max-width: 100%;
}
.playlist img {
  width: 150px;
  margin: 15px;
  border-radius: 10px;
}
.styles {
  display: inline-block;
  width: 1050px;
  margin-bottom: 100px;
  max-width: 100%;
}
.style {
  display: inline-block;
  width: 150px;
  font-size: initial;
  padding: 15px;
  margin: 15px;
  border-radius: 10px;
  border: 5px solid;
  box-sizing: border-box;
  text-align: right;
  height: 150px;
  vertical-align: top;
  line-height: 1.5;
}
.languages {
  display: block;
  margin-bottom: 100px;
}
.language {
  font-size: initial;
  display: inline-block;
  margin: 30px;
}
.language img {
  width: 70px;
  margin-bottom: 30px;
}
.platforms {
  display: block;
  margin-bottom: 100px;
}
.platform {
  display: inline-block;
  margin: 30px 30px 0;
  font-size: initial;
  vertical-align: top;
  width: 100px;
  line-height: 1.5;
}
.platform i {
  font-size: 40px;
  margin-bottom: 15px;
}
.platform img {
  width: 34px;
  margin-bottom: 15px;
}
.mastering {
  display: block;
  margin-bottom: 100px;
}
.mastering img {
  width: 500px;
  padding-left: 50px;
  vertical-align: middle;
  box-sizing: border-box;
  max-width: 50%;
}
.mastering .right {
  display: inline-block;
  text-align: left;
  width: 500px;
  line-height: 1.7;
  vertical-align: middle;
  max-width: 50%;
  font-size: 20px;
  padding: 50px;
  box-sizing: border-box;
}
.footer {
  display: block;
  color: white;
  font-size: 20px;
  padding: 100px 0;
  background: black;
}
.footer img {
  width: 100px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .intro {
    height: initial;
    text-align: left;
  }
  .icon {
    height: initial;
    max-width: 90%;
  }
  .artists {
    width: 890px;
  }
  .stats {
    font-size: 30px;
  }
  .stat {
    font-size: 60px;
    display: block;
    margin: 10px 0 5px;
  }
  .playlists {
    width: 890px;
  }
  .styles {
    width: 710px;
  }
  .platforms .heading, .playlists .heading, .artists .heading {
    line-height: 1.7;
    display: inline-block;
    max-width: 100%;
  }
  .platforms .heading {
    width: 500px;
  }
  .playlists .heading {
    width: 390px;
  }
  .artists .heading {
    width: 380px;
  }
  .artists .stat {
    line-height: 1;
    margin: 0 0 15px;
  }
}
@media (max-width: 500px) {
  .icon {
    height: initial;
    max-width: 100%;
  }
  .logo {
    display: none;
  }
  .tag {
    padding: 50px 15px;
    font-size: 20px;
    line-height: 1.7;
  }
  .heading {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .stat {
    font-size: 40px;
  }
  .artists {
    padding: 50px 0 30px;
  }
  .artist {
    width: calc(50vw - 45px);
    font-size: 18px;
  }
  .listeners {
    font-size: 13px;
  }
  .stats {
    font-size: 20px;
  }
  .playlists, .styles, .stats, .languages, .platforms, .mastering {
    margin-bottom: 50px;
  }
  .playlist img {
    margin: 10px;
    width: calc(50vw - 30px);
  }
  .styles .heading {
    display: inline-block;
    width: 240px;
    line-height: 1.7;
  }
  .style {
    width: calc(50vw - 30px);
    margin: 10px;
    height: calc(50vw - 30px);
  }
  .platform {
    margin: 15px 15px 0;
    width: 70px;
  }
  .language img {
    width: 50px;
  }
  .mastering img {
    max-width: 70%;
    padding: 0;
  }
  .mastering .right {
    max-width: 100%;
    width: 70%;
    padding: 30px 0 0;
    font-size: initial;
  }
  .mastering .heading {
    margin-bottom: 15px;
  }
  .footer {
    font-size: initial;
    padding: 70px 0 100px;
  }
  .footer img {
    width: 70px;
    margin-bottom: 30px;
  }
  .languages {
    width: 260px;
    display: inline-block;
  }
  .artists .heading {
    width: 260px;
  }
  .stats-inner {
    width: 190px;
  }
  .playlists .heading {
    width: 260px;
  }
}