#intro .contain {
  min-height: 500px;
  margin-bottom: 100px;
}

#intro .contain p.message {
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#intro .contain p.little {
  font-size: 22px;
  margin: 20px 0 0 0;
}

#intro .contain p.little a,
#intro .contain p.little a:link,
#intro .contain p.little a:visited {
  text-decoration: none;
  text-transform: lowercase;
  color: #ff9800;
  text-decoration: underline;
}

#intro .contain p.little a:hover,
#intro .contain p.little a:link:hover,
#intro .contain p.little a:visited:hover {
  text-decoration: underline;
  color: #fe007a;
}

#intro .contain .logo-game {
  width: 300px;
}

#intro .contain .logo-loading {
  margin-bottom: 0;
}

#intro .contain .title-loading {
  margin-bottom: 0;
}

#intro .contain .title-info {
  margin-top: 10px;
}

#intro .contain .title-info .info-box .box {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: #1a1a1a90;
  padding: 20px 15px 15px 15px;
  border-radius: 10px;
  margin: 20px 0 0 0;
}

#intro .contain .title-info .info-box .box p {
  font-size: 20px;
}

@media (max-width: 600px) {
  #intro .contain p.message {
    font-size: 30px;
    margin: 0 0 20px 0;
    line-height: 1em;
    padding: 0 10px;
  }
  #intro .contain .logo-game {
    width: 225px;
  }
  #intro .contain p.little {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
  #intro .contain .logo-brand {
    width: 50px;
  }
  #intro .contain .title-info {
    margin-top: 5px;
  }
  #intro .contain .title-info .info-box .box {
    padding: 15px;
    border-radius: 5px;
    margin: 10px 0 20px;
  }
  #intro .contain .title-info .info-box .box h4 {
    font-size: 20px;
    margin: 0;
  }
}

#charities {
  margin-top: 50px;
}

#charities .charity {
  text-align: center;
  margin: 0 0 20px 0;
}

#charities .charity aside {
  padding: 30px 20px;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: #1a1a1a90;
  color: white;
}

#charities .charity aside a,
#charities .charity aside .btn {
  margin: 30px 0 0 0;
  padding: 10px 20px 7.5px 20px;
  font-size: 1.2em;
}

#charities .charity aside h3 {
  font-size: 21px;
  text-transform: none;
}

#charities .charity aside img {
  width: 70%;
  margin: 0 0 10px 0;
}

#charities .charity aside p {
  font-size: 1.1em;
  margin: 5px 0 0 0;
  font-weight: 200;
}

#instore_complete #charities .charity aside img.logo {
  display: block;
  width: 200px;
  height: auto;
  margin: 30px auto 0;
}

#social p {
  font-size: 20px;
}

#head-title {
  text-align: center;
  margin: 30px 0 0 0;
}

#head-title img {
  width: 60px;
  margin: 10px 5px;
}

@media (max-width: 550px) {
  #head-title {
    padding: 0;
  }
  #head-title img {
    width: 35px;
    margin: 5px 5px;
  }
}

#head-title h1.big {
  margin-top: 10px;
  font-size: 45px;
  line-height: 1em;
  text-transform: uppercase;
}

#head-title p.explain {
  font-size: 22px;
}

section.splash .text-coins {
  margin-top: 20px;
  text-align: center;
}

section.splash .text-coins h3 {
  font-size: 20px;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  text-align: center;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.x1 {
  left: 5%;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.6;
  -webkit-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
}

.x2 {
  left: 25%;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0.9;
  -webkit-animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
  -moz-animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
}

.x3 {
  left: 55%;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.8;
  -webkit-animation: moveclouds 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: moveclouds 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
}

.x4 {
  left: 72%;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0.9;
  -webkit-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: moveclouds 18s linear infinite, sideWays 0zs ease-in-out infinite alternate;
}

.x5 {
  left: 58%;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.3;
  -webkit-animation: moveclouds 7s linear infinite, sideWays 1s ease-in-out infinite alternate;
  -moz-animation: moveclouds 7s linear infinite, sideWays 1s ease-in-out infinite alternate;
}

.x6 {
  left: 16%;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.9;
  -webkit-animation: moveclouds 10s linear infinite, sideWays 1s ease-in-out infinite alternate;
  -moz-animation: moveclouds 10s linear infinite, sideWays 1s ease-in-out infinite alternate;
}

@-webkit-keyframes moveclouds {
  0% {
    top: 900px;
  }
  100% {
    top: -500px;
  }
}

@keyframes moveclouds {
  0% {
    top: 900px;
  }
  100% {
    top: -500px;
  }
}

@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

@keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

@-keyframes swayWays {
  0% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
    left: -0.3%;
  }
  33% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    left: 0.7%;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: -12%;
  }
}

.heart {
  position: relative;
}

.heart:before,
.heart:after {
  position: absolute;
  content: "";
  left: 36px;
  top: 0;
  width: 36px;
  height: 60px;
  background: #cc2022;
  border-radius: 30px 30px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.heart:after {
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

img.shop {
  width: 500px;
  margin: 0 0 20px 0;
  border-radius: 5px;
}

#head-title h1.big-2 {
  margin: 10px 0 10px 0;
  font-size: 40px;
  line-height: 1em;
  text-transform: uppercase;
}

#head-title h1.big-3 {
  margin-top: 50px;
  font-size: 35px;
  line-height: 1em;
  text-transform: uppercase;
}

a.btn.btn--heattech,
button {
  font-size: 1.6em;
}

section.splash .text-coins {
  margin-top: 25px;
  text-align: center;
}

section.splash .text-coins .tweak {
  margin: 0 0 30px 0;
}

section.splash .img-token {
  margin: 0 30px;
}

@media only screen and (max-width: 990px) {
  #head-title img {
    width: 50px;
    margin: 10px 5px;
  }
  #head-title h1.big-3 {
    margin-top: 20px;
    font-size: 26px;
  }
  #charities .charity aside {
    padding: 20px 10px;
    border-radius: 10px;
  }
  #charities .charity aside h3 {
    font-size: 16px;
  }
  #charities .charity aside p {
    font-size: 13px;
  }
  #head-title p.explain {
    font-size: 16px;
  }
  #charities .charity aside a,
  #charities .charity aside .btn {
    margin: 10px 0 0 0;
    font-size: 1em;
  }
}

@media only screen and (max-width: 750px) {
  #charities {
    margin-top: 10px;
    padding: 0;
  }
  #charities .charity {
    text-align: center;
    margin: 0 0 10px 0;
  }
  #charities .charity aside {
    padding: 15px 7.5px;
    border-radius: 5px;
  }
  #charities .charity aside a {
    display: none;
  }
  #charities .charity aside img {
    display: none;
  }
  #charities .charity aside button {
    font-size: 12px;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
    padding: 5px 15px 2.5px 15px;
  }
  #charities .charity aside h3 {
    font-size: 18px;
  }
  #charities .charity aside p {
    font-size: 12px;
  }
  #head-title {
    margin: 10px 0 0 0;
  }
  #head-title img {
    width: 40px;
    margin: 10px 5px;
  }
  #head-title h1.big {
    margin-top: 5px;
    font-size: 24px;
    line-height: 1em;
  }
  #head-title p.explain {
    font-size: 16px;
  }
  #head-title h1.big-3 {
    margin-top: 5px;
    font-size: 24px;
    line-height: 1em;
  }
  section.splash .text-coins {
    margin-top: 5px;
  }
  section.splash .text-coins h3 {
    font-size: 14px;
  }
  section.splash .text-coins img {
    width: 65px;
  }
}

@media only screen and (max-width: 600px) {
  section.splash .img-token.extra,
  section.splash .img-token {
    margin: 5px 0px;
  }
}

@media only screen and (max-width: 750px) {
  img.shop {
    margin: 0 0 20px 0;
    width: 80% !important;
  }
  #head-title {
    padding: 0 15px;
  }
  #head-title h1.big-2 {
    margin: 20px 0 10px 0;
    font-size: 24px;
    line-height: 1em;
  }
  #head-title h1.big-2 br {
    display: none;
  }
  #head-title h1.big-3 {
    margin-top: 15px;
    font-size: 22px;
    line-height: 1em;
    text-transform: uppercase;
  }
  section.splash .text-coins .tweak {
    margin: 0 0 20px 0;
  }
  section.splash .text-coins a {
    font-size: 12px;
    letter-spacing: 1px;
    margin: 2px 0 0 0;
    padding: 5px 15px 2.5px 15px;
  }
  .sweepstake-cols {
    margin-top: 25px;
  }
}

@media (max-width: 550px) {
  #head-title h1.big-3 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 1em;
    text-transform: uppercase;
  }
}

@media (max-width: 500px) {
  #head-title h1.big-3 {
    font-size: 16px;
  }
  #charities .charity aside a,
  #charities .charity aside .btn {
    margin: 10px 0 0 0;
    font-size: 0.8em;
  }
}

@media (max-width: 400px) {
  #charities .charity aside {
    padding: 5px 5px;
    border-radius: 5px;
  }
}

@media (max-width: 400px) {
  #charities .charity aside a,
  #charities .charity aside .btn {
    margin: 10px 0 0 0;
    font-size: 0.7em;
  }
}

@media (max-width: 400px) {
  #charities .charity aside a,
  #charities .charity aside .btn {
    margin: 5px 0 0 0;
    padding: 7.5px 15px 7px 15px;
    font-size: 0.6em;
  }
}

@media (max-width: 400px) {
  #charities .charity aside h3 {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  #head-title h1.big-3 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1em;
    text-transform: uppercase;
  }

  #charity_info .pos-bot {
    bottom: 35px;
    z-index: 100;
  }

  a.btn.btn--heattech,
  button {
    font-size: 1em;
  }
}

@media (max-width: 350px) {
  #intro .contain {
    min-height: 500px;
    margin-bottom: 10px;
  }
  #head-title h1.big-3 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1em;
    text-transform: uppercase;
  }
}
