/* CSS Document */
/*IOS Fix*/
@supports (-webkit-touch-callout: none) {
  html, body {
    overflow-x: hidden;
  }
  .logo {
    right: 0px;
  }
}
html, body {
  overflow-x: hidden;
  height: 100%;
  transform: translate3d(0, 0, 0);
}

/*** The Essential Code ***/
@font-face {
  font-family: "future-earth";
  src: url("fonts/future-earth.ttf");
}
@font-face {
  font-family: "avenir";
  src: url("fonts/AvenirLTStd-Roman.otf");
}
@font-face {
  font-family: "avenir-medium";
  src: url("fonts/AvenirLTStd-Medium.otf");
}
@font-face {
  font-family: "avenir-black";
  src: url("fonts/AvenirLTStd-Black.otf");
}
@font-face {
  font-family: "avenir-heavy";
  src: url("fonts/AvenirLTStd-Heavy.otf");
}
@font-face {
  font-family: "kranky";
  src: url("fonts/Kranky.ttf");
}
h1 {
  font-family: "avenir-black", "sans-serif";
  font-size: 68pt;
  color: #FFFFFF;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}

h2 {
  font-family: "future-earth", "sans-serif";
  font-size: 55pt;
  color: #FFFFFF;
  margin: 0;
}

h3 {
  font-family: "future-earth", "sans-serif";
  font-size: 30pt;
  color: #000000;
  margin: 0;
}

h4 {
  font-family: "avenir-black";
  color: #BDA7C6;
  text-align: start;
}

h5 {
  font-family: "avenir-black";
  font-size: 22pt;
  color: #BDA7C6;
  margin: 0;
  text-align: start;
}

input {
  background-color: #B5A9D0;
  border: 1px inset #B5A9D0;
  color: #2D305F;
}

.avenir {
  font-family: "avenir", "sans-serif";
}

.future-earth {
  font-family: "future-earth", "sans-serif";
}

body {
  overflow-x: hidden;
  /*position: relative;*/
  margin: 0;
  padding: 0; /* 2 x LC width + RC width */
  background-image: url("../art/bg/pat-4.webp");
  box-shadow: inset 0 0 0 1000px rgba(59, 28, 53, 0.7);
  background-position: center;
  background-size: auto;
  text-align: center;
  font-size: 24px;
  font-family: "avenir", "sans-serif";
}

#announcement-bar {
  background-color: #EF6CB0;
}

.mt-lrg {
  margin-top: 150px;
}

.purp-m {
  margin-bottom: -550px;
}

.fh1 {
  font-size: 28pt;
}

.app-icon {
  height: 50px;
  padding: 8px 12px;
}

.lrg-app-icon {
  height: 85px;
  padding: 8px 12px;
}

.sm-icon {
  width: 35px;
  padding: 0px 5px;
}

.sm-icon:hover {
  cursor: pointer;
  filter: invert(100%);
}

#header {
  height: 70px;
  background-color: #2D305F; /* Safari */
  position: sticky;
  top: 0;
  z-index: 999;
}

.dropdown-menu {
  background-color: #2D305F;
  width: 100vw;
  text-align: center;
}

.dropdown-link {
  font-size: 12pt;
  font-family: "future-earth";
  color: #FFFFFF;
  text-decoration: none;
}

.dropdown-link:hover {
  color: #F4C2E7;
}

.tertiary-border {
  background-color: #6F58A4;
  height: 50px;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.intro {
  background-image: url("../art/bg/main-cloud.webp");
  background-size: cover;
  height: 750px;
  flex-wrap: nowrap;
}

.intro-pt {
  padding-top: 105px;
}

.battle-char {
  display: flex;
  width: 600px;
  position: relative;
}

.mini-char {
  width: 300px !important;
}

.left-side {
  left: 120px;
}

.right-side {
  transform: scaleX(-1);
  left: -120px;
}

.mini-right-side {
  margin-left: 15vw;
}

.intro-box {
  background-color: rgba(239, 108, 176, 0.5);
  border: solid 3px #FFFFFF;
  border-radius: 25px;
  width: 700px;
  padding: 45px;
}

.cash-box {
  background-color: #FFFFFF;
  border: solid 3px #000000;
  border-radius: 25px;
  width: 320px;
  position: relative;
  top: -50px;
  z-index: 50;
}

.oneonone {
  font-family: "future-earth", "sans-serif";
  font-size: 86pt;
  color: #FFFFFF;
  margin-bottom: 0;
}

.header-link {
  font-size: 9pt;
  text-decoration: none;
  padding: 0 10px;
}

.footer-link {
  font-size: 18pt;
  padding: 20 0px;
}

.header-link, .footer-link {
  font-family: "future-earth", "sans-serif";
  color: #FFFFFF;
  text-decoration: none;
  padding: 0 10px;
}

.header-link:hover, .footer-link:hover {
  color: #F4C2E7;
}

.every-night {
  font-family: "avenir-black", "sans-serif";
  color: #FFFFFF;
  font-size: 28pt;
}

.tonight-cash {
  color: #6F58A4;
  padding: 12px 0px;
}

.cash-text {
  font-family: "avenir-black", "sans-serif";
  color: #6F58A4;
  font-size: 36pt;
}

.sub-hdr-text {
  color: #FFFFFF;
  font-size: 24pt;
}

.bl-text {
  padding-top: 100px;
  font-size: 20pt;
}

.sm-hdr-text {
  font-family: "avenir-black", "sans-serif";
  font-size: 48pt;
  color: #FFFFFF;
}

.md-hdr-text {
  font-family: "avenir-black", "sans-serif";
  font-size: 48pt;
  color: #B5A9D0;
}

.kranky-text {
  font-family: "kranky", "serif";
  font-size: 36pt;
  color: #000000;
}

.body-text {
  font-family: "avenir", "sans-serif";
  color: #FFFFFF;
}

.anim-hdr {
  color: #F4C2E7 !important;
  position: relative;
  animation-name: anim-hdr;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes anim-hdr {
  0% {
    top: 0;
    left: 0;
    rotate: 0deg;
  }
  25% {
    top: -8;
    left: 18;
    rotate: -2deg;
  }
  50% {
    top: 2;
    left: -10;
    rotate: 0deg;
  }
  75% {
    top: 12;
    left: 5;
    rotate: 2deg;
  }
  100% {
    top: 0;
    left: 0;
    rotate: 0deg;
  }
}
.anim-text {
  color: #FFFFFF;
  position: relative;
  animation-name: anim-text;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes anim-text {
  0% {
    top: 0;
    left: 0;
    rotate: 0deg;
  }
  25% {
    top: 20;
    left: -20;
    rotate: -2deg;
  }
  50% {
    top: 8;
    left: 8;
    rotate: 0deg;
  }
  75% {
    top: 12;
    left: 18;
    rotate: 2deg;
  }
  100% {
    top: 0;
    left: 0;
    rotate: 0deg;
  }
}
.bl-container {
  border: 3px solid #FFFFFF;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px 18px;
  height: 400px;
}

.blk-container {
  background-color: #000000;
  padding: 20px 18px;
  height: 400px;
  animation-name: container;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-clip-path: polygon(3% 6%, 0% 92%, 100% 96%, 90% 2%);
          clip-path: polygon(3% 6%, 0% 92%, 100% 96%, 90% 2%);
}

@keyframes container {
  0% {
    -webkit-clip-path: polygon(3% 6%, 0% 92%, 100% 96%, 90% 2%);
            clip-path: polygon(3% 6%, 0% 92%, 100% 96%, 90% 2%);
  }
  25% {
    -webkit-clip-path: polygon(5% 8%, 3% 95%, 98% 93%, 92% 5%);
            clip-path: polygon(5% 8%, 3% 95%, 98% 93%, 92% 5%);
  }
  50% {
    -webkit-clip-path: polygon(4% 9%, 5% 93%, 94% 95%, 96% 7%);
            clip-path: polygon(4% 9%, 5% 93%, 94% 95%, 96% 7%);
  }
  75% {
    -webkit-clip-path: polygon(7% 4%, 2% 90%, 90% 92%, 90% 10%);
            clip-path: polygon(7% 4%, 2% 90%, 90% 92%, 90% 10%);
  }
  100% {
    -webkit-clip-path: polygon(3% 6%, 0% 92%, 100% 96%, 90% 2%);
            clip-path: polygon(3% 6%, 0% 92%, 100% 96%, 90% 2%);
  }
}
.purp-container, .purp-bg {
  background-image: url("../art/bg/pat-2.webp");
  box-shadow: inset 0 0 0 500px rgba(111, 88, 164, 0.5);
}

.purp-bg {
  padding: 30px 75px;
}

.space-bg {
  background-image: url("../art/bg/space.webp");
  box-shadow: inset 0 0 0 500px rgba(111, 88, 164, 0.5);
  background-size: cover;
  background-position: center;
}

.footer-bg {
  position: relative;
  padding-top: 120px;
  z-index: 99;
  background-image: url("../art/bg/pat-2.webp");
  box-shadow: inset 0 0 0 500px rgba(111, 88, 164, 0.5);
  --mask:
  radial-gradient(134.16px at 50% 180px,#000 99%,#0000 101%) calc(50% - 120px) 0/240px 100%,
  radial-gradient(134.16px at 50% -120px,#0000 99%,#000 101%) 50% 60px/240px 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

.footer-fix {
  margin-bottom: -75px;
}

.purp-container {
  padding: 30px 75px;
  border-radius: 30px;
  border: 3px solid #FFFFFF;
}

.phone {
  width: 350px;
  position: relative;
  top: -230px;
  margin: 0px 75px;
  margin-bottom: -230px;
}

.phone-left {
  left: -170px;
}

.box {
  height: 275px;
  position: relative;
  top: -150px;
  background-color: #EF6CB0;
  margin-bottom: -180px;
  border: 1px solid black;
  --mask:
  radial-gradient(167.71px at 50% 225px,#000 99%,#0000 101%) calc(50% - 150px) 0/300px 51% repeat-x,
  radial-gradient(167.71px at 50% -150px,#0000 99%,#000 101%) 50% 75px/300px calc(51% - 75px) repeat-x,
  radial-gradient(167.71px at 50% calc(100% - 225px),#000 99%,#0000 101%) 50% 100%/300px 51% repeat-x,
  radial-gradient(167.71px at 50% calc(100% + 150px),#0000 99%,#000 101%) calc(50% - 150px) calc(100% - 75px)/300px calc(51% - 75px) repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

#character {
  width: 400px;
}

#podium {
  position: relative;
  left: 90px;
  top: -370px;
  width: 233px;
}

#char-name, #pod-name {
  width: 400px;
}

.char-group {
  position: relative;
  top: -150px;
}

.astronaut {
  position: relative;
  width: 550px;
  animation-name: astronaut;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes astronaut {
  0% {
    top: 0px;
    left: 0px;
    rotate: 0deg;
  }
  25% {
    top: -41px;
    left: -42px;
    rotate: 90deg;
  }
  50% {
    top: 33px;
    left: -10px;
    rotate: 180deg;
  }
  75% {
    top: -22px;
    left: 38px;
    rotate: 270deg;
  }
  100% {
    top: 0px;
    left: 0px;
    rotate: 360deg;
  }
}
/*Buttons*/
.btn {
  border: none;
  background-color: transparent;
  color: #FFFFFF;
}

.menu-btn {
  background-color: transparent;
  border: none;
}

.q-btn {
  border: none;
  background-color: transparent;
  color: #FFFFFF;
}

.bubbly-button {
  font-family: "Helvetica", "Arial", sans-serif;
  display: inline-block;
  font-size: 1em;
  padding: 1em 2em;
  margin-top: 100px;
  margin-bottom: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #EF6CB0;
  color: #FFFFFF;
  border-radius: 12px;
  border: 6px solid #F4C2E7;
  cursor: pointer;
  position: relative;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
}
.bubbly-button:focus {
  outline: 0;
}
.bubbly-button:before, .bubbly-button:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #EF6CB0 20%, transparent 20%), radial-gradient(circle, transparent 20%, #EF6CB0 20%, transparent 30%), radial-gradient(circle, #EF6CB0 20%, transparent 20%), radial-gradient(circle, #EF6CB0 20%, transparent 20%), radial-gradient(circle, transparent 10%, #EF6CB0 15%, transparent 20%), radial-gradient(circle, #EF6CB0 20%, transparent 20%), radial-gradient(circle, #EF6CB0 20%, transparent 20%), radial-gradient(circle, #EF6CB0 20%, transparent 20%), radial-gradient(circle, #EF6CB0 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #EF6CB0 20%, transparent 20%), radial-gradient(circle, #EF6CB0 20%, transparent 20%), radial-gradient(circle, transparent 10%, #EF6CB0 15%, transparent 20%), radial-gradient(circle, #EF6CB0 20%, transparent 20%), radial-gradient(circle, #EF6CB0 20%, transparent 20%), radial-gradient(circle, #EF6CB0 20%, transparent 20%), radial-gradient(circle, #EF6CB0 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.bubbly-button:active {
  transform: scale(0.9);
  background-color: #ec55a4;
  box-shadow: 0 2px 25px rgba(239, 96, 170, 0.2);
}
.bubbly-button.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}
.bubbly-button.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1400px;
  }
}
@media screen and (max-width: 1200px) {
  .phone {
    left: -50px;
  }
  .phone-left {
    left: -170px;
  }
  .footer-img {
    position: relative;
    left: -50px;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 40pt;
  }
  .phone {
    width: 250px;
  }
  .mini-right-side {
    margin-left: 5vw;
  }
  .purp-m {
    margin-bottom: -450px;
  }
  .lrg-app-icon {
    height: 70px;
    padding: 6px 8px;
  }
  .char-group {
    top: -75px;
  }
}
@media screen and (max-width: 767px) {
  .intro-box {
    width: auto;
    padding: 45px;
    margin: 0px 20px;
  }
  .bl-text {
    padding-top: 0px;
    font-size: 20pt;
  }
  .battle-char {
    display: none;
  }
  .phone {
    width: 225px;
    left: calc(25% - 112.5px);
    top: 0;
    padding: 15px 0px;
    margin-bottom: 0px;
  }
  .bl-container {
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 36pt;
  }
  h2 {
    font-size: 36pt;
  }
  h3 {
    font-size: 24pt;
  }
  .mt-lrg {
    margin-top: 50px;
  }
  .lrg-app-icon {
    height: 50px;
    padding: 4px 2px;
  }
  .every-night {
    font-size: 18pt;
  }
  .post-500 {
    display: none;
  }
  .purp-container,
  .purp-bg {
    padding: 30px 10px;
  }
  .sm-hdr-text,
  .md-hdr-text {
    font-size: 36pt;
  }
  .sub-hdr-text {
    font-size: 18pt;
  }
  .kranky-text {
    font-size: 20pt;
  }
  .oneonone {
    font-size: 44pt;
  }
  .char-group {
    left: -100px;
  }
  #podium {
    left: 130px;
  }
}
@media screen and (min-width: 576px) {
  .sub-500 {
    display: none;
  }
}/*# sourceMappingURL=styles.css.map */