@font-face {
  font-family: 'Motiva Sans';
  src: url('https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Motiva Sans';
  src: url('https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Light.ttf') format('truetype');
  font-weight: 300; /* Light */
  font-style: normal;
}

@font-face {
  font-family: 'Motiva Sans';
  src: url('https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Thin.ttf') format('truetype');
  font-weight: 200; /* Ultra-Light / Thin */
  font-style: normal;
}

@font-face {
  font-family: 'Motiva Sans';
  src: url('https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Medium.ttf') format('truetype');
  font-weight: 500; /* Medium */
  font-style: normal;
}

@font-face {
  font-family: 'Motiva Sans';
  src: url('https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Motiva Sans';
  src: url('https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-RegularItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Motiva Sans';
  src: url('https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-LightItalic.ttf') format('truetype');
  font-weight: 300; /* Light */
  font-style: italic;
}

@font-face {
  font-family: 'Motiva Sans';
  src: url('https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Motiva Sans';
  src: url('https://store.akamai.steamstatic.com/public/shared/fonts/MotivaSans-Black.ttf') format('truetype');
  font-weight: 900; /* Black */
  font-style: normal;
}

body {
  margin: 0;
}

.overlay {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
}

.container {
  background: rgba(8, 8, 8, 1);
}

.right-gradient {
  background: radial-gradient(circle at right, rgba(222, 170, 58, 0.2) 0%, rgba(109, 9, 145, 0) 60%);
}

.top-left-gradient {
  background: radial-gradient(circle at left, rgba(222, 170, 58, 0.2) 0%, rgba(109, 9, 145, 0) 20%);
}

.bottom-gradient {
  background: radial-gradient(circle at 35% bottom, rgba(109, 9, 145, 0.2) 0%, rgba(109, 9, 145, 0) 60%);
}

.download-button-wrapper {
  display: inline-flex;
  margin-top: 24px;
}

.download-button {
  background: linear-gradient(to right, rgb(170, 35, 222) 50%, rgb(108, 18, 206) 100%);
  width: calc(100% - 72px);
  border: none;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 16px 72px 16px 24px;
  text-align: left;
  color: white;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: "Motiva Sans", Sans-serif;
  user-select: none;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  background-size: 200%;
  background-position: right 0;
  transition: background-position 300ms ease-in;
  text-decoration: none;
}

.download-button:hover {
  background-position: 0 0;
  cursor: pointer;
}

.download-button:after {
  content: "";
  background-image: url('icon-windows.svg');
  background-position: top right;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 25px;
}

.screenshot-quark {
  width: 600px;
  height: 430px;
}

.about-subtitle {
  margin-top: 10px;
}

.about-subtitle, .about-subtitle > a {
  color: white;
  display: inline-block;
  font-size: 24px;
  font-weight: 200;
  font-family: "Motiva Sans", Sans-serif;
}

.quark-logo {
  color: white;
  display: inline-block;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: "Motiva Sans", Sans-serif;
  text-transform: uppercase;
  display: block;
  line-height: 72px;
  padding-left: 88px;
}

.quark-logo:before {
  content: "";
  background-image: url('icon-quark.svg');
  background-position: top left;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 72px;
  height: 72px;
  position: absolute;
  margin-left: -88px;
}

.content-wrapper {
  display: flex;
}

.description-wrapper {
  padding: 120px 60px 120px 120px;
  margin: 0 auto;
  max-width: 40%;
  box-sizing: border-box;
}

.screenshot-quark-wrapper {
  min-width: 712px;
  margin: 0 auto;
}

.screenshot-quark-wrapper {
  padding-top: 120px;
}

.online-stats {
  margin-top: 18px;
}

.online-stats::after {
  content: "";
  display: table;
  clear: both;
}

.online-stat {
  font-size: 24px;
  font-family: "Motiva Sans", Sans-serif;
  font-weight: 300;
  float: left;
  width: 50%;
  color: #fff;
}

.online-stat-label {
  font-size: 10px;
  letter-spacing: 1px;
  padding-left: 15px;
  font-family: "Motiva Sans", Sans-serif;
  font-weight: 500;
  position: relative;
  color: #AEAEAE;
  text-transform: uppercase;
}

.online-stat-label.gamers-online:before {
  background-color: rgb(170, 35, 222);
  animation: pulse-purple 2s infinite;
}

@keyframes pulse-purple {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(170, 35, 222, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(142, 68, 173, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 0);
  }
}

.online-stat-label.gamers-in-game:before {
  background-color: rgb(13, 222, 129);
  animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(13, 222, 129, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
  }
}

.online-stat-label:before {
  width: 7px;
  height: 7px;
  top: 3px;
  content: "";
  position: absolute;
  left: 0;
  border-radius: 50%;
}

@media screen and (max-width: 910px) {
  .overlay {
    min-width: 100vw;
    min-height: 100vh;
  }

  div.content-wrapper {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    position: relative;
    /* z-index: 10; */
  }

  .screenshot-quark {
    max-width: 150vw;
  }

  .description-wrapper {
    padding: 0;
  }

  .description-wrapper, .screenshot-quark-wrapper {
    /* position: relative; */
  }

  .content-wrapper {
    /* padding-bottom: 120px; */
    /* min-height: calc( 100vh - 120px ); */
  }
}