html {
    scrollbar-width: none;
    overflow-x: hidden;
}

html::-webkit-scrollbar {
    display: none;
}

@font-face {
    font-family: Heebo;
    src: url("../fonts/Heebo-Black.ttf");
 }
 
* {
    font-family: Heebo;
}

.background {
    background: url("../img/Front.png");
    background-color: #FFC377;
    height: 100%;
    width: 100%;
    top: 0px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
    z-index: -1;
}

.content {
    top: 100vh;
    width: 100%;
    position: absolute;

    background: #FFF5E0;
}

.logo {
    display: none;
}

.platform-button {
    width: calc(100% / 4);
    height: 80px;
    float: left;
    margin-top: calc(100vh - 80px);
    transition: 0.1s;
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.platform-button img {
    height: 50px;
    transition: 0.1s;
}

.social {
    float: right;
    margin: 14px;
    margin-left: 0px;
    background-color: #FFC377;
    padding: 12px;
    border-radius: 8px;
    outline: solid;
    outline-color: #3D2448;
    outline-width: 3px;
}

.social img {
    height: 26px;
}

.social:hover > img {
    opacity: 0.6;
}

[data-index="0"] { --x: 0; }
[data-index="1"] { --x: 1; }
[data-index="2"] { --x: 2; }
[data-index="3"] { --x: 3; }
[data-index="4"] { --x: 4; }
[data-index="5"] { --x: 5; }
[data-index="6"] { --x: 6; }
[data-index="7"] { --x: 7; }
[data-index="8"] { --x: 8; }
[data-index="9"] { --x: 9; }

.prize-left {
  position: absolute;
  width: 200px;
  opacity: 0.5;
  transition: 0.1s;
  transform: translateX(-250px) translateY(calc(250px * var(--x)));
}

.prize-left:hover {
  opacity: 1;
  transform: translateX(-250px) translateY(calc(250px * var(--x))) scale(1.1);
}

.prize-right {
  position: absolute;
  width: 200px;
  opacity: 0.5;
  transition: 0.1s;
  right: 0px;
  transform: translateX(250px) translateY(calc(250px * var(--x)));
}

.prize-right:hover {
  opacity: 1;
  transform: translateX(250px) translateY(calc(250px * var(--x))) scale(1.1);
}

.news {
  width: 340px;
  height: 340px;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: calc(50% + 25%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  box-shadow: 0px 0px 50px;
  transition: 0.1s;
}

.news:hover{
  transform: translate(-50%, -50%) scale(1.05);
}

@media only screen and (min-width: 768px) {

    .platform-button:hover {
        height: 160px;
        float: left;
        margin-top: calc(100vh - 120px);
        border-radius: 10px;
        transform: scale(1.05);
        z-index: 10;
    }

    .platform-button:hover > img {
        height: 80px;
    }
}

@media only screen and (max-width: 768px) {

    .background {
        background: url("../img/Front\ Empty.png");
        background-color: #FFC377;
        height: 100%;
        width: 100%;
        top: 0px;
        position: absolute;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; 
        z-index: -1;
    }

    .logo {
        display: inherit;
        position: absolute;

        top: 50vh;
        top: calc(var(--vh, 1vh) * 50);

        /* Use this for news
        top: 32vh;
        top: calc(var(--vh, 1vh) * 32); */

        width: 100%;
        transform: translate(0, -50%);
    }

    .news {
      width: 280px;
      height: 280px;
      left: 50%;
      top: 65%;
      transition: 0s;
    }

    .news:hover{
      transform: translate(-50%, -50%);
    }

    .content {
        top: calc(var(--vh, 1vh) * 100);
    }

    .socials {
        display: flex;
        justify-content: space-evenly;
    }

    .platform-button {
        height: 100px;
        transition: 0s;
        margin-top: calc(100vh - 100px);
        margin-top: calc(var(--vh, 1vh) * 100 - 100px);
    }

    .platform-button img {
        height: 55px;
    }

    .social img {
        height: 30px;
    }

    .social {
        margin: 8px;
        padding: 14px;
    }
}

.video {
    border-radius: 8px;
}

.screenshot {
    border-radius: 8px;
}

a:link { 
    text-decoration: none; 
} 
a:visited { 
    text-decoration: none; 
} 
a:hover { 
    text-decoration: none; 
} 
a:active { 
    text-decoration: none; 
}

#mc_embed_signup form {
    text-align: center;
    padding: 10px 0 10px 0;
  }
  .mc-field-group {
    display: inline-block;
  } /* positions input field horizontally */
  #mc_embed_signup input.email {
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana,
      sans-serif;
    font-size: 15px;
    border: 1px solid #abb0b2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #343434;
    background-color: #fff;
    box-sizing: border-box;
    height: 32px;
    padding: 0px 0.4em;
    display: inline-block;
    margin: 0;
    width: 350px;
    vertical-align: top;
  }
  #mc_embed_signup label {
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
  }
  #mc_embed_signup .clear {
    display: inline-block;
  } /* positions button horizontally in line with input */
  #mc_embed_signup .button {
    font-size: 13px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: 0.03em;
    color: #fff;
    background-color: #07080e;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    display: inline-block;
    margin: 0;
  }
  #mc_embed_signup .button:hover {
    cursor: pointer;
    opacity: 0.6;
  }
  #mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0em 0.5em 0em 0.5em;
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
    clear: both;
  }
  #mc_embed_signup div.response {
    margin: 1em 0;
    padding: 1em 0.5em 0.5em 0;
    font-weight: bold;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 80%;
  }
  #mc_embed_signup #mce-error-response {
    display: none;
  }
  #mc_embed_signup #mce-success-response {
    color: #61b15a;
    display: none;
  }
  #mc_embed_signup label.error {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.05em;
    text-align: left;
    padding: 0.5em 0;
  }

  @media (max-width: 768px) {
    #mc_embed_signup input.email {
      width: 100%;
      margin-bottom: 5px;
    }
    #mc_embed_signup .clear {
      display: block;
      width: 100%;
    }
    #mc_embed_signup .button {
      width: 100%;
      margin: 0;
    }
  }
  