@font-face {
  font-family: 'alarm clock';
  src: url('https://cdn.galacticgeckos.com/legacy-website/fonts/alarmclock.eot');
  src: url('https://cdn.galacticgeckos.com/legacy-website/fonts/alarmclock.eot?#iefix')
      format('embedded-opentype'),
    url('https://cdn.galacticgeckos.com/legacy-website/fonts/alarmclock.woff2')
      format('woff2'),
    url('https://cdn.galacticgeckos.com/legacy-website/fonts/alarmclock.woff')
      format('woff'),
    url('https://cdn.galacticgeckos.com/legacy-website/fonts/alarmclock.ttf')
      format('truetype'),
    url('https://cdn.galacticgeckos.com/legacy-website/fonts/alarmclock.svg#alarmclock')
      format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

* {
  font-family: 'Futura', 'Roboto', sans-serif;
  color: #000;
  box-sizing: initial !important;
  -webkit-box-sizing: initial !important;
}

.label {
  color: black !important;
}

.custom-container {
  width: 1440px;
  margin: 0 auto;
  padding-bottom: 24px;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #6b3fa0 !important; /* Fallback color based on the image */
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/background_tile_1.png');
  background-repeat: repeat;
  animation-name: star_move;
  animation-duration: 1000s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background-size: 50%;
}
@keyframes star_move {
  from {
    background-position: 5% 5%;
  }
  to {
    background-position: 1300% 600%;
  }
}

@keyframes fade_out {
  0% {
    transform: scale(1, 1);
    color: rgba(0, 0, 100, 0.5);
    letter-spacing: 0px;
  }
  20% {
    transform: scale(1.01, 1.1);
    color: rgba(255, 0, 0, 0.2);
    letter-spacing: -0.15px;
  }
  40% {
    transform: scale(1.015, 1.15);
    color: rgba(0, 0, 255, 0.1);
    letter-spacing: -0.2px;
  }
  50% {
    transform: scale(1.015, 1.15);
    color: rgba(0, 0, 0, 0);
    letter-spacing: -0.2px;
  }
  100% {
    transform: scale(1, 1);
    color: rgba(0, 0, 0, 0);
    letter-spacing: 0px;
    letter-spacing: 0px;
  }
}

a {
  text-decoration: none;
}
a:hover {
  animation: fade_pulse_white 1s infinite;
  animation-timing-function: linear;
}

div#tc {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 25px;
}

div#t-and-c-header {
  left: 20px;
  z-index: 10;
  position: relative;
  min-height: 200px;
  max-height: 200px;
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/faq_dropdown.png');
  background-repeat: no-repeat;
  background-size: contain;
}

div#t-and-c-header span.title {
  color: rgba(0, 0, 0, 1);
  position: absolute;
  text-align: center;
  font-size: 50px;
  top: 23%;
}

div#t-and-c-top-row {
  height: 0px;
  position: relative;
  text-align: center;
  top: 00px;
  left: 0px;
  z-index: 1000;
}

div#t-and-c-top-row span {
  display: inline-block;
  text-align: center;
  width: 100%;
}

div#t-and-c-top-row span a {
  display: inline-block;
}

.text_link {
  color: rgba(255, 255, 255, 1);
  text-shadow: 0px 0px 10px rgba(200, 200, 220, 1),
    0px 0px 20px rgba(200, 200, 220, 1), 0px 0px 30px rgba(200, 200, 220, 1);
}

.text_link: hover {
  animation: white_glow 1.333s linear infinite;
}

a#t-and-c {
  text-decoration: none;
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  text-shadow: 0px 0px 10px rgba(200, 200, 220, 1),
    0px 0px 20px rgba(200, 200, 220, 1), 0px 0px 30px rgba(200, 200, 220, 1);
  transition: 333ms;
}
a#t-and-c-top {
  text-decoration: none;
  position: relative;
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  text-shadow: 0px 0px 10px rgba(200, 200, 220, 1),
    0px 0px 20px rgba(200, 200, 220, 1), 0px 0px 30px rgba(200, 200, 220, 1);
  transition: 333ms;
  top: 10px;
}

a#t-and-c:hover,
a#t-and-c-top:hover {
  text-decoration: underline;
  transform: translate(-5px, -5px);
  animation: none;
  transition: 333ms;
}

div#medium_header {
  z-index: 10;
  position: relative;
  min-height: 200px;
  max-height: 200px;
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/faq_dropdown.png');
  background-repeat: no-repeat;
  background-size: contain;
  transform: translatex(0px);
  transform: translatey(0px);
  animation: float_xy 15s ease-in-out infinite;
}

div#medium_header span.title {
  position: absolute;
  text-align: center;
  font-size: 70px;
  top: 14%;
}

@keyframes fade_pulse {
  0% {
    color: rgba(0, 0, 0, 1);
  }
  50% {
    color: rgba(0, 0, 0, 0.5);
  }
  100% {
    color: rgba(0, 0, 0, 1);
  }
}

@keyframes float_y {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-15px);
  }
  100% {
    transform: translatey(0px);
  }
}

@keyframes float_xy {
  0% {
    transform: translate(3px, 0px);
  }
  25% {
    transform: translate(0px, -10px);
  }
  50% {
    transform: translate(-3px, 0px);
  }
  75% {
    transform: translate(0px, -5px);
  }
  100% {
    transform: translate(3px, 0px);
  }
}

@keyframes fade_pulse_white {
  0% {
    color: rgba(255, 255, 255, 0.85);
  }
  50% {
    color: rgba(200, 200, 200, 0.85);
  }
  100% {
    color: rgba(255, 255, 255, 0.85);
  }
}

@font-face {
  font-family: 'Zombie';
  src: url('https://cdn.galacticgeckos.com/legacy-website/assets/zombie.otf')
    format('opentype');
  font-display: block;
}

.title {
  font-size: 45px;
  text-align: center;
  width: 100%;
  font-family: 'Zombie', 'Futura', 'Roboto', sans-serif;
}

.text {
  font-size: 20px;
  text-align: left;
}
span.LED {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: rgba(255, 10, 10, 1);
  box-shadow: 0 0 5px 5px rgba(255, 0, 0, 1), 0 0 10px 10px rgba(255, 0, 0, 1);
  animation: LED_pulse 3s linear infinite;
}

@keyframes LED_pulse {
  0% {
    transform: scale(1);
    opacity: 0.1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0.1;
  }
}

/* MENU */
div.branding-row.home-page {
  text-align: center;
}

#top_box {
  position: relative;
  z-index: 0;
  min-height: 945px;
  max-height: 945px;
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/frame.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0px;
  transform: translatey(0px);
  animation: float_y 18s ease-in-out infinite;
}

#top_box.home-page {
  width: 1440px !important;
}

#top_box.home-page #branding.home-page {
  display: inline-block;
  height: 145px;
  margin-top: 23px;
  margin-left: 95px;
  background-size: 445px;
  width: 445px;
}

span.ggsg-text {
  font-family: 'Zombie', 'Futura', 'Roboto', sans-serif;
  position: absolute;
  font-size: 90px;
  pointer-events: none;
  cursor: default;
  text-shadow: 2.5px 4px 0px #33002244;
  line-height: 75px;
  text-align: center;
  user-select: none;

  margin-top: 47px;
}

span#ggsg-text-left {
  left: 180px;
}

span#ggsg-text-right {
  right: 140px;
}

#top_box .home-page#branding {
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/logo_no_text.png');
}

#top_box #branding {
  pointer-events: none;
  cursor: default;
  height: 145px;
  margin-top: 18px;
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/logo.png');
  background-repeat: no-repeat;
  background-size: 445px;
}

#branding-link {
  pointer-events: none;
  cursor: default;
}

#top_box .menu {
  margin-top: 90px;
  font-size: 18px;
  font-family: 'Revali', sans-serif;
}

#top_box .menu ul {
  list-style: none;
  padding: 0px;
  margin-left: -15px;
  margin: 0px;
  float: left;
}

#top_box .menu li {
  float: left;
  margin-right: 35px;
}

#top_box .menu_item {
  margin-top: 50px;
  border-right: 0px solid #000000;
}

#top_box div.menu_item a {
  font-family: 'VT323', monospace;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  width: 100%;
}

#top_box .menu_item ul {
  list-style: none;
  padding: 0px;
  margin-left: -15px;
  margin: 0px;
  float: left;
  position: relative;
  width: 100%;
}

#top_box .menu_item li {
  float: left;
  margin-right: 35px;
  width: 100%;
}

a#armory_menu {
  letter-spacing: 0px;
}

div ul li a.menu_item_link {
  margin-top: 5px;
  font-size: 39px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: -1px;
  /*font-style:  italic;*/
}

a.menu_item_link:hover {
  color: #17ff2a;
  text-shadow: 0px 0px 10px rgba(200, 200, 220, 1),
    0px 0px 20px rgba(200, 200, 220, 1), 0px 0px 30px rgba(200, 200, 220, 1);
}

div #menu_items_div {
  height: 145px;
  margin-left: -120px;
}

/* HERO */
#hero {
  position: absolute;
  top: 160px;
  left: 91px;
  z-index: -1;
  width: 1313px;
  height: 680px;
  transform: translatey(0px);
  animation: float_y 18s ease-in-out infinite;
}

#hero span#hero_holder {
  position: absolute;
  width: 1440px;
  height: 760px;
  margin-left: -20px;
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/hero_frame.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 1520px 760px;
  border-radius: 3%;
}

div#minter {
  position: absolute;
  z-index: 1;
  top: 240px;
  left: -80px;
  width: 600px;
  height: 750px;

  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/mint_widget.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 600px 750px;

  transform: translatey(0px);
  animation: float_y 9s ease-in-out infinite;

  font-family: 'VT323', monospace;
}

div#minter_screen {
  position: absolute;
  z-index: 0;
  top: 71px;
  left: 101px;
  width: 389px;
  height: 398px;
  border-radius: 1%;

  background-color: #ff0;
  animation: color_pulse 5s infinite ease-in-out;
  background-image: radial-gradient(#7db446, #5acf37);
  box-shadow: 0 0 6vmin 0.5vmin rgba(0, 0, 0, 0.8) inset;
  box-sizing: border-box;
  padding: 10px;
}

div#minter_screen span#cost {
  display: none;

  position: relative;
  float: left;
  left: 55px;
  text-align: center;
  font-family: 'VT323', monospace;
  font-size: 135px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.25);
  animation: color_pulse_text 5s infinite ease-in-out;
}

div#minter div#minter_screen span#small {
  position: absolute;
  top: 145px;
  left: 170px;
  text-align: center;
  font-size: 36px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.25);
  font-family: 'VT323', monospace;
  animation: color_pulse_text 5s infinite ease-in-out;
}

div#minter_screen span#gecko {
  display: none;

  position: absolute;
  left: 43px;
  top: 150px;
  font-family: 'Zombie', 'Futura', 'Roboto', sans-serif;
  font-size: 125px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.25);
  animation: color_pulse_text 5s infinite ease-in-out;
}
div#minter_screen span#gecko.open {
  left: 81px;
}
div#minter div#minter_screen span#connected_as {
  display: none;

  position: absolute;
  left: 10px;
  text-align: center;
  font-size: 18px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.25);
  font-family: 'VT323', monospace;
  animation: color_pulse_text 5s infinite ease-in-out;
}

div#minter div#minter_screen span#progress_bar {
  position: absolute;
  bottom: 15px;
  left: 10px;
  width: 95%;
}

div#minter div#minter_screen span#timer {
  position: absolute;
  bottom: 0px;
  left: 60px;
  text-align: center;
  font-size: 32px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.25);
  font-family: 'VT323', monospace;
  animation: color_pulse_text 5s infinite ease-in-out;
}

#progress_bar > div > div > div {
  background-color: rgba(100, 105, 100, 0.25);
  height: 25px;
  animation: color_pulse_text 5s infinite ease-in-out;
}

#progress_bar > div > div.MuiBox-root > p {
  font-size: 18px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.25);
  font-family: 'VT323', monospace;
  animation: color_pulse_text 5s infinite ease-in-out;
}

#progress_bar > div > div.MuiBox-root > div > div {
  background-color: rgba(20, 25, 20, 0.85);
  animation: color_pulse_text 2s infinite ease-in-out;
}

div#minter_screen span#status {
  position: absolute;
  top: 340px;
  left: 60px;
  font-family: 'VT323', monospace;
  font-size: 30px;
  line-height: 68px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.25);
  animation: color_pulse_text 5s infinite ease-in-out;
}

div#minter_screen:after {
  background-image: linear-gradient(transparent, transparent 3px, #222);
  background-size: 4px 4px;
  bottom: 0px;
  content: '';
  left: 0px;
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
}

@keyframes color_pulse_screen {
  0%,
  100% {
    background-image: radial-gradient(#7db446, #5acf37);
  }
  48%,
  52% {
    background-image: radial-gradient(#7db446, #5afb37);
  }
  50% {
    background-image: radial-gradient(#7db446, #3bc01f);
  }
}

@keyframes color_pulse_text {
  0%,
  100% {
    color: #000;
  }
  48%,
  52% {
    color: rgba(0, 25, 0, 1);
  }
  50% {
    color: rgba(0, 25, 0, 0.8);
  }
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

div#minter div#mint_button {
  position: absolute;
  text-align: center;
  left: 130px;
  bottom: 90px;
  width: 350px;
  height: 120px;
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/mint_button.png');
  background-repeat: no-repeat;
  background-size: 360px;
  cursor: pointer;
}

div#minter div#mint_button span#text {
  position: absolute;
  top: 30px;
  left: 10%;
  float: left;
  font-size: 36px;
  user-select: none;
}

div#minter div#mint_button span#connect {
  position: absolute;
  float: left;
  top: 0px;
  left: 0px;
  font-size: 28px;
  user-select: none;
}
div#minter div#mint_button span button.MuiButton-containedPrimary {
  display: none;
  position: absolute;
  width: 345px;
  height: 110px;
  background-color: rgba(255, 255, 255, 0);
  padding: 0px;
  box-shadow: none;
  font-size: 28px;
}

div#minter div#mint_button span button.MuiButton-containedPrimary:hover {
  display: none;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
}
div#minter div#mint_button span button.MuiButton-containedPrimary:click {
}

/* ABOUT (GALACTIC GECKOS */

div#about {
  z-index: 10;
  position: relative;
  min-height: 550px;
  max-height: 550px;
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/about_bar.png');
  background-repeat: no-repeat;
  background-size: contain;
  transform: translatex(0px);
  transform: translatey(0px);
  animation: float_xy 15s ease-in-out infinite;
}

div#about span#about_wrapper {
  position: absolute;
  float: left;
  width: 90%;
  top: 190px;
  left: 5%;
}

div#about span.title {
  position: absolute;
  text-align: center;
}

div#about span.title:after {
  z-index: -1;
  position: absolute;
  left: 90px;
  top: 0px;
  content: 'GALACTIC GECKOS SPACE GARAGE';
  animation: fade_out 3s ease-in infinite;
}

div#about span.text {
  position: absolute;
  text-align: center;
  width: 90%;
  left: 5%;
  top: 95px;
}

div#about span#first.LED {
  position: absolute;
  top: -88px;
  left: 426px;
}

div#about span#second.LED {
  position: absolute;
  top: -98px;
  right: 58px;
}

/* QUOTE */

div#quote {
  z-index: 10;
  position: relative;
  min-height: 600px;
  max-height: 600px;
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/quote_bar.png');
  background-repeat: no-repeat;
  background-size: contain;
  transform: translatex(0px);
  transform: translatey(0px);
  animation: float_xy 12s ease-in-out infinite;
}

div#quote span#quote_wrapper {
  position: absolute;
  float: left;
  width: 90%;
  top: 270px;
  left: 5%;
}

div#quote span#quote {
  width: 100%;
  position: absolute;
  text-align: center;
  font-size: 32px;
  padding-top: 1%;
}

div#quote span#quote_author {
  width: 100%;
  position: absolute;
  text-align: left;
  font-size: 22px;
  top: 95px;
  left: 40%;
  padding-top: 1%;
}

/* STORY (FATE OF THE COSMOS */

div#story {
  z-index: 10;
  position: relative;
  min-height: 600px;
  max-height: 600px;
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/story_bar.png');
  background-repeat: no-repeat;
  background-size: contain;
  transform: translatex(0px);
  transform: translatey(0px);
  animation: float_xy 15s ease-in-out infinite;
}

div#story span#story_wrapper {
  position: absolute;
  float: left;
  width: 90%;
  top: 225px;
  left: 5%;
}

div#story span.title {
  position: absolute;
  text-align: center;
}

div#story span.title:after {
  z-index: -1;
  position: absolute;
  left: 173px;
  top: 0px;
  content: 'THE FATE OF THE COSMOS';
  animation: fade_out 3s ease-in infinite;
}

div#story span.text {
  position: absolute;
  text-align: center;
  width: 90%;
  left: 5%;
  top: 95px;
}

div#story span#first.LED {
  position: absolute;
  top: -94px;
  left: 371px;
}

div#story span#second.LED {
  position: absolute;
  top: -105px;
  left: 447px;
}

div#story span#third.LED {
  position: absolute;
  top: -204px;
  left: 407px;
  animation-duration: 5s;
}

div#story span#fourth.LED {
  position: absolute;
  top: -153px;
  left: 515px;
  animation-duration: 5s;
}

/* FACTIONS */

div#factions {
  z-index: 10;
  position: relative;
  min-height: 1750px;
  max-height: 1750px;
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/factions_bar.png');
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  transform: translatex(0px);
  transform: translatey(0px);
  animation: float_xy 18s ease-in-out infinite;
}

div#factions span#factions_wrapper {
  position: absolute;
  float: left;
  width: 90%;
  left: 5%;
  top: 370px;
}

div#factions span#factions_wrapper span.title {
  float: left;
  margin-bottom: 30px;
  font-size: 56px;
}

div#factions span.title:after {
  z-index: -1;
  position: absolute;
  left: 398px;
  top: 0px;
  content: 'FACTIONS';
  animation: fade_out 3s ease-in infinite;
}

span.faction_row {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 75px;
}

span.faction_row span.faction_title {
  font-family: 'Zombie', 'Futura', 'Roboto', sans-serif;
  position: absolute;
  text-align: left;
  left: 25%;
  width: 100%;
  font-size: 28px;
}

span.faction_row img {
  float: left;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  border: 2px solid #000;
}

span.faction_row .faction_description {
  position: absolute;
  text-align: left;
  left: 25%;
  top: 25%;
  font-size: 20px;
}

/* FLIGHT PATH */

div#flight_path {
  z-index: 10;
  position: relative;
  min-height: 605px;
  max-height: 605px;
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/flight_path_bar.png');
  background-repeat: no-repeat;
  background-size: contain;
  transform: translatex(0px);
  transform: translatey(0px);
  animation: float_xy 15s ease-in-out infinite;
}

div#flight_path span#flight_path_wrapper {
  position: absolute;
  float: left;
  width: 90%;
  top: 200px;
  left: 5%;
}

div#flight_path span.title {
  position: absolute;
  text-align: center;
  padding-top: 1%;
}

div#flight_path span.title:after {
  z-index: -1;
  position: absolute;
  left: 289px;
  top: 5px;
  content: 'FLIGHT  PATH';
  animation: fade_out 3s ease-in infinite;
}

div#flight_path span.text {
  position: absolute;
  text-align: center;
  width: 90%;
  left: 5%;
  top: 80px;
  padding-top: 1%;
  line-height: 45px;
}

div#flight_path span#first.LED {
  position: absolute;
  top: -130px;
  right: -5px;
  width: 23px;
  height: 28px;
  animation-duration: 5s;
}

div#flight_path span#second.LED {
  position: absolute;
  top: 12px;
  right: 158px;
}

/* FAQ/INSTRUCTION MANUAL */

div#faq {
  z-index: 10;
  position: relative;
  min-height: 750px;
  transform: translatex(0px);
  transform: translatey(0px);
  animation: float_xy 18s ease-in-out infinite;
}

div#faq div#faq_header {
  position: relative;
  min-height: 410px;
  max-height: 410x;
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/faq_top.png');
  background-repeat: no-repeat;
  background-size: contain;
}

div#faq span#faq_wrapper {
}

div#faq div#faq_header span.title {
  position: absolute;
  bottom: 80px;
}

#faq_header > span:after {
  z-index: 10;
  position: absolute;
  left: 242px;
  top: 0px;
  content: 'INSTRUCTION MANUAL';
  animation: fade_out 3s ease-in infinite;
}

ul#accordion {
  z-index: 100;
  position: relative;
  width: 100%;
  list-style: none;
  margin-top: -20px;
  margin-left: 7px;
  padding: 0px;
}

ul#accordion li {
  position: relative;
  height: 80px;
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/faq_bar.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  margin-bottom: -5px;
  cursor: pointer;
}

ul#accordion li.open {
  margin-bottom: 135px;
}

ul#accordion li span.label {
  position: absolute;
  z-index: 20;
  font-size: 24px;
  margin-top: 20px;
  margin-left: 25px;
  cursor: pointer;
}

ul#accordion li span.slider {
  display: none;
  z-index: -1;
  position: absolute;
  top: 70px;
  width: 100%;
  height: 0px;
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/faq_dropdown.png');
  background-repeat: no-repeat;
  background-size: contain;
}

ul#accordion li span.slider.open {
  height: 188px;
  display: block;
}

ul#accordion li span.slider span.description {
  position: absolute;
  left: 80px;
  top: 55px;
  font-size: 16px;
  width: 80%;
}

/* SOCIALS */

div#social {
  z-index: 10;
  position: relative;
  min-height: 220px;
  max-height: 220px;
  margin-top: 50px;
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/social_bar.png');
  background-repeat: no-repeat;
  background-size: contain;
  transform: translatex(0px);
  transform: translatey(0px);
  animation: float_xy 15s ease-in-out infinite;
}

div#social.top_banner {
  z-index: 10;
  position: relative;
  min-height: 155px;
  max-height: 155px;
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/social_bar.png');
  background-repeat: no-repeat;
  background-size: contain;
  transform: translatex(0px);
  transform: translatey(0px);
  animation: float_xy 15s ease-in-out infinite;
}

div#social span#social_wrapper {
  position: absolute;
  float: left;
  width: 100%;
  top: 25px;
}

div#social a#twitter {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 35%;
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/twitter.png');
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: 0px -7px;
}

div#social a#discord {
  position: absolute;
  width: 100px;
  height: 100px;
  right: 35%;
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/discord.png');
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: -3px 16px;
}

/*
 *
 * Rarity tools
 *
 */

input.number_input {
  display: block;
  position: absolute;
  font-size: 35px;
  padding: 0px 0px 10px 0px;
  top: 65px;
  width: 280px;
  z-index: 999;
  height: 40px;
  font-family: 'Zombie', 'Futura', 'Roboto', sans-serif;
  background-color: rgba(255, 255, 255, 0.25);
  text-align: center;
}

label.search_labels {
  top: 15px;
  width: 280px;
  position: absolute;
  display: block;
  vertical-align: middle;
  font-family: 'Zombie', 'Futura', 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-left: 4px;
  text-align: center;
}

div.search_box_forms {
  margin-left: 30px;
}

div#gecko_search {
  margin-left: 50px;
}

div.custom-container div#bg_wrapper {
  position: absolute;
  top: 180px;
  left: 85px;
  z-index: -1;
  width: 1265px;
  height: 640px;
  transform: translatey(0px);
  animation: float_y 18s ease-in-out infinite;
}

div.custom-container div#rare_wrapper {
  position: absolute;
  top: 170px;
  left: 120px;
  z-index: 2;
  width: 1265px;
  height: 640px;
  transform: translatey(0px);
  animation: float_y 18s ease-in-out infinite;
}

div.custom-container div.gecko_card_no_link#gecko_card {
  position: absolute;
  height: 570px;
  width: 570px;
  top: 25px; /*     (640px - (580 + 20)) / 2              (height of containing wrapper - (height of img + (border size * 2 ))) / 2  */
  left: 5px; /*    ((632.5) - (600)) / 2              ((width of containing wrapper / 2) - (width of img + (border size * 2 ))) / 2 */
}

div.custom-container div.gecko_card_w_link#gecko_card {
  position: absolute;
  height: 490px;
  width: 490px;
  top: 25px; /*     (640px - (580 + 20)) / 2              (height of containing wrapper - (height of img + (border size * 2 ))) / 2  */
  left: 40px; /*    ((632.5) - (600)) / 2              ((width of containing wrapper / 2) - (width of img + (border size * 2 ))) / 2 */
}

div.custom-container div#faction_color {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/Martu.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 3%;
}

div.custom-container div#faction_family {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/family.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 3%;
}

div.custom-container img#selected_gecko {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 5%;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 10px;
  border-color: rgba(255, 255, 255, 0.35);
}

div.custom-container span#selected_gecko_id {
  z-index: 3;
  position: absolute;
  left: 30px;
  top: -3px;
  font-family: 'Zombie', 'Futura', 'Roboto', sans-serif;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.85);
  pointer-events: none;
  cursor: default;
}

div.custom-container span#selected_gecko_rank:before {
  content: 'RANK ';
  z-index: 3;
  font-family: 'Zombie', 'Futura', 'Roboto', sans-serif;
  font-size: 45px;
  color: rgba(255, 255, 255, 0.85);
}
div.custom-container span#selected_gecko_rank {
  z-index: 3;
  position: absolute;
  right: 17px;
  top: 9px;
  font-family: 'Zombie', 'Futura', 'Roboto', sans-serif;
  font-size: 45px;
  color: rgba(255, 255, 255, 0.85);
  pointer-events: none;
  cursor: default;
}
div.custom-container span#faction {
  z-index: 3;
  position: absolute;
  right: 18px;
  bottom: 0px;
  font-family: 'Zombie', 'Futura', 'Roboto', sans-serif;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.85);
  pointer-events: none;
  cursor: default;
}

div.custom-container span#selected_gecko_id {
  pointer-events: none;
  cursor: default;
}
div.custom-container span#selected_gecko_rank {
  pointer-events: none;
  cursor: default;
}
div.custom-container span#faction {
  pointer-events: none;
  cursor: default;
}

div.custom-container span#marketplace_link {
  z-index: 3;
  position: absolute;
  left: 75px;
  bottom: 30px;
  font-family: 'Zombie', 'Futura', 'Roboto', sans-serif;
  font-size: 75px;
  color: rgba(255, 255, 255, 0.85);
  pointer-events: none;
  cursor: default;
}

div.custom-container button#marketplace_button {
  display: none;
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 65px;
  left: 11px;
  bottom: -100px;
  text-align: center;
  font-family: 'VT323', monospace;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  background: #6dd6d1;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 10px 25px #57aba7, 0px -10px 25px #a6fffa,
    inset 0px -5px 10px #57aba7, inset 0px 5px 10px #a6fffa;
  transition: 500ms;
  animation: hueRotation 2s linear infinite;
}

button#marketplace_button:hover {
  animation: hueRotation 1s linear infinite;
}

@keyframes hueRotation {
  to {
    filter: hue-rotate(360deg);
  }
}

button#marketplace_button:focus {
  outline: none;
}

div.custom-container div#attributes {
  z-index: 3;
  position: absolute;
  top: 30px;
  right: 207px;
  font-family: 'Revali', sans-serif;
}

div#attributes ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

div#attributes li {
  position: relative;
  width: 235px;
  background-color: #ffffff;
  background-image: linear-gradient(315deg, #ffffff 0%, #d7e1ec 74%);
  padding: 10px;
  margin-bottom: 10px;
  height: 55px;
  cursor: default;
}

div#attributes li span.attribute_icon {
  z-index: 0;
  position: absolute;
  left: -105px;
  width: 110px;
  height: 55px;
  font-size: 28px;
  top: 0px;
  text-align: center;
  padding-top: 20px;
  background-color: rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 1);
  border-radius: 10% 0 0 10%;
  background-size: 75px;
  background-repeat: no-repeat;
  background-position-x: 16px;
  opacity: 0.75;
}
div#attributes li span.attribute_icon.armor {
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/armor_icon.png');
}
div#attributes li span.attribute_icon.ears {
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/ears_icon.png');
}
div#attributes li span.attribute_icon.eyes {
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/eyes_icon.png');
}
div#attributes li span.attribute_icon.faction {
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/faction_icon.png');
}
div#attributes li span.attribute_icon.helmet {
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/helmet_icon.png');
}
div#attributes li span.attribute_icon.mouth {
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/mouth_icon.png');
}
div#attributes li span.attribute_icon.body {
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/body_icon.png');
}

div#attributes li span.attribute_name {
  position: absolute;
  width: auto;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 1);
  left: -105px;
  padding: 5px;
  padding-left: 15px;
  border-radius: 15% 0 10% 0;
}

div#attributes li span.attribute_value {
  position: absolute;
  width: 100%;
  top: 25px;
  text-align: center;
  font-size: 18px;
}

div#attributes li span.attribute_class {
  position: absolute;
  width: 215px;
  padding: 5px;
  top: 40px;
}

div#attributes li span.rarity_class {
  position: absolute;
  width: 120px;
  height: 45px;
  padding: 5px;
  padding-top: 25px;
  color: rgba(255, 255, 255, 1);
  top: 0px;
  right: -130px;
  text-align: center;
  font-size: 18px;
  border-radius: 0 8% 8% 0;
}

div#attributes .common {
  background-color: #38b000;
}

div#attributes .uncommon {
  background-color: #979dac;
}

div#attributes .rare {
  background-color: #023e8a;
}

div#attributes .mythic {
  background: linear-gradient(270deg, #e909ea, #e26eee, #e83ada);
  background-size: 600% 600%;

  -webkit-animation: purple_glimmer 3s ease infinite;
  -moz-animation: purple_glimmer 3s ease infinite;
  animation: purple_glimmer 3s ease infinite;
}

@-webkit-keyframes purple_glimmer {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes purple_glimmer {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes purple_glimmer {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

div#attributes .ultra {
  background: linear-gradient(270deg, #eac709, #f7eaa0, #e8cd3a);
  background-size: 600% 600%;

  -webkit-animation: golden_glimmer 5s ease infinite;
  -moz-animation: golden_glimmer 5s ease infinite;
  animation: golden_glimmer 5s ease infinite;
}

@-webkit-keyframes golden_glimmer {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes golden_glimmer {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes golden_glimmer {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

div#attributes li span.rarity_percent {
  z-index: 0;
  position: absolute;
  right: -109px;
  width: 110px;
  height: 55px;
  font-size: 28px;
  top: 0px;
  text-align: center;
  border-radius: 0 10% 10% 0;
  padding-top: 20px;
  color: rgba(255, 255, 255, 1);
}

div#medium_header {
  z-index: 10;
  position: relative;
  min-height: 300px;
  max-height: 300px;
  background-image: url('https://cdn.galacticgeckos.com/legacy-website/images/faq_dropdown.png');
  background-repeat: no-repeat;
  background-size: contain;
  animation: swing 2s ease-in-out 1;
  transition: 994ms;
}

div#medium_header:hover {
  position: relative;
}

@keyframes swing {
  0% {
    transform: perspective(479px) rotateY(0);
  }
  16% {
    transform: perspective(479px) rotateY(23deg);
  }
  33% {
    transform: perspective(479px) rotateY(0);
  }
  49% {
    transform: perspective(479px) rotateY(12deg);
  }
  66% {
    transform: perspective(479px) rotateY(0);
  }
  83% {
    transform: perspective(479px) rotateY(3deg);
  }
  100% {
    transform: perspective(479px) rotateY(0);
  }
}

div#medium_header span.title {
  position: absolute;
  text-align: center;
  font-size: 90px;
  top: 15%;
  color: rgba(255, 255, 255, 1);
  text-shadow: 0px 0px 10px #ffffff;
  animation: white_glow 2.3s ease-in-out 1 2.1s;
  font-family: 'VT323', monospace;
  font-weight: 700;
  letter-spacing: 10px;
  font-style: italic;
  text-transform: uppercase;
}

div#medium_header span.title:hover {
  animation: white_glow 1.333s linear infinite;
}

.enigma_event {
  z-index: 3;
  opacity: 0;
  border-radius: 30%;
  width: 75px;
  height: 75px;
  position: absolute;
  bottom: 0px;
  left: 30px;
  transition: opacity 300ms ease-out;
}

@-webkit-keyframes white_glow {
  0% {
    text-shadow: 0 0 10px #ffffff;
  }
  50% {
    text-shadow: 0 0 5px #54b541, 0 0 15px #ffffff, 0 0 16px #ffffff,
      0 0 17px #ffffff, 0 0 20px #54b541, -5px 0 17px #00ff00, 0 0 18px #ff0000,
      5px 0 19px #0000ff;
  }
  100% {
    text-shadow: 0 0 10px #ffffff;
  }
}

/* Scrollbar styling */
::-webkit-scrollbar {
  width: 10px; /* Width of the entire scrollbar */
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3); /* Color of the tracking area */
}

::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.6); /* Color of the scroll thumb */
  border-radius: 20px; /* Roundness of the scroll thumb */
  border: 3px solid rgba(0, 0, 0, 0.1); /* Creates padding around scroll thumb */
}

/* Ensure the body takes up the full width */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
