body {
  background-position: top center;
  background-color: #000;
}

,
html {
  margin: 0;
  font-size: 16px;
  overflow-x: hidden;
  background-color: #000;
}

em {
  color: white;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

input:focus,
button:focus,
textarea:focus {
  outline: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

.main-hero-sec {
  /* set opacity of background image */
  background-image: url(../images/bg-2.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100%;
  padding-bottom: 20vh;
}


.main-hero-sec-keys {
  /* set opacity of background image */
  background-image: url(../images/bg-2.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100%;
}

.main-hero-sec-home {
  /* set opacity of background image */
  /*background-image: url(../images/bg-2.webp);*/
  background-image: url(../images/bg-2-short.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-repeat: no-repeat;
  background-position: 100% 30%;
  background-size: 100%;
  margin-bottom: 10vh;
  height: 111px;
}

.navbar {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.nav-link {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #EBEBF5;
  font-family: 'Azeret Mono', monospace;
  padding-right: 0.85rem !important;
  padding-left: 0.85rem !important;
}

.wallet-play {
  font-family: 'Azeret Mono', monospace;
  font-weight: 500;
  font-size: 0.888rem;
  line-height: 1.1;
  color: #EBEBF5;
  text-decoration: none;
  align-items: center;
  display: flex;
  transition: .3s;
}

.wallet-play svg {
  margin-right: 0.75rem;
}

.wallet-play:hover svg path {
  fill: #0a58ca;
}

.d-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.235rem;
  isolation: isolate;
  width: 9.841rem;
  height: 3.353rem;
  background: #EBEBF5;
  color: #000000;
  font-family: 'Azeret Mono', monospace;
  font-style: normal;
  font-weight: 700;
  font-size: 0.888rem;
  line-height: 100%;
  max-width: 100%;
  transition: .3s;
  border: 1px solid transparent;
  position: relative;
}

/*
.d-btn:hover {
  color: #fff;
  border: 4px solid #fff;
  border-radius: 33.33%;
  box-shadow: 12px 12px 2px 1px rgba(0, 255, 255, .2);
  background-color: transparent;
}
*/

/*
.d-btn:after {
  content: '';
  width: 23px;
  height: 18px;
  background: #000;
  border: 1px solid white;
  transform: rotate(-132deg);
  position: absolute;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  top: auto;
  right: -13px;
  bottom: -12px;
}
*/

.ayyo-key-image-container {
  position: relative;
  cursor: pointer;
  width: 140px;
}

.ayyo-key-image-container img {
  mix-blend-mode: multiply;
}

.ayyo-content {
  padding-left: 1.75rem;
}

.ayyo-content img {
  width: 24rem;
}

.ayyo-content h1 {
  margin: 0;
  color: #fff;
  font-size: 3.6rem;
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
}

.ayyo-content p {
  font-family: 'Azeret Mono';
  font-weight: 600;
  font-size: 1.225rem;
  line-height: 1.3;
  color: #EBEBF5;
  margin: 0;
  padding-right: 10rem;
  margin-top: 1.5rem;
}

.e-btn {
  gap: 1rem;
  width: 11.1111rem;
  height: 3rem;
  margin-top: 2rem;
}

.e-btn:hover svg path {
  fill: #fff !important;
  stroke: #fff !important;
}

.main-hero-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 6.6rem;
}

.main-hero-sec .navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}


.hero-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.coming-medal {
  display: flex;
  align-items: center;
  justify-content: end;
}

.coming-medal h1 {
  font-family: 'Chakra Petch';
  font-weight: 700;
  font-size: 2rem;
  color: #FFFFFF;
  margin: 0;
}

.coming-medal p {
  margin: 0;
  font-family: 'Azeret Mono';
  font-style: italic;
  font-weight: 600;
  font-size: 1.2rem;
  color: #EBEBF5;
}

.medal-sec {
  position: absolute;
  bottom: calc(11vh - 4rem);
  right: 0;
  width: 100%;
}

.hero-sec-home {
  padding: 10rem 0 !important;
  padding-top: 90vh !important;
}

.hero-sec-1 {
  padding: 10rem 0;
}

.hero-sec-1-keys {
}


.ayyo-content-1 h1 {
  font-family: 'Chakra Petch';
  font-weight: 700;
  font-size: 3.6rem;
  color: #FFFFFF;
  text-align: center;
}

.ayyo-content-1 p {
  font-family: 'Azeret Mono';
  font-weight: 500;
  font-size: 1.45rem;
  text-align: center;
  color: #FFFFFF;
  max-width: 46rem;
  margin: auto;
  margin-top: 1.5rem;
}

.unique1 {
  text-align: start;
  padding-top: 6rem;
}

.unique1 h4 {
  font-family: 'Azeret Mono';
  font-weight: 700;
  font-size: 3.35rem;
  color: #FFFFFF;
}

h4 {
  color: #ffffff;
  padding: 20px;
}

.unique1 p {
  font-family: 'Azeret Mono';
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  margin: 0;
  margin-top: 1rem;
}

.conquer-content h1 {
  font-family: 'Chakra Petch';
  font-weight: 700;
  font-size: 3.35rem;
  color: #FFFFFF;
}

.conquer-content p {
  font-family: 'Azeret Mono';
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  max-width: 33rem;
  padding-top: 2rem;
}

.technology-content h1 {
  font-family: 'Chakra Petch';
  font-weight: 700;
  font-size: 3.35rem;
  color: #FFFFFF;
}

.technology-content p {
  font-family: 'Azeret Mono';
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  max-width: 38rem;
  padding-top: 2rem;
}

.balance-row {
  margin-top: 8rem;
}

.hero-sec-2 {
  padding: 3rem 0;
}

.ayyo-content-2 h1 {
  font-size: 3.5rem;
}

.ayyo-content-2 p {
  font-size: 1.36rem;
}

.hero-sec-3 {
  padding: 4rem 0;
}

.clip-shape {
  clip-path: polygon(0 0, 100% 0, 100% 79%, 93% 100%, 0 100%, 0 50%);
}

.developer-kit {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  width: 22rem;
  height: 18rem;
  border: 1px solid #fff;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: relative;
  margin-top: 2rem;
}

.developer-kit h4 {
  font-family: 'Chakra Petch';
  font-weight: 600;
  font-size: 2rem;
  color: #FFFFFF;
}

.developer-kit p {
  font-family: 'Azeret Mono';
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #FFFFFF;
}

.installCommand {
  font-family: 'Azeret Mono';
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #FFFFFF;
  background: #000000;
  border: none;
  width: 100%;
}

.copyInstall {
  cursor: pointer;
}

.tech-ayyo {
  width: 72rem;
  margin: auto;
  justify-content: center;
  max-width: 100%;
}

.developer-kit::after {
  content: '';
  width: 14px;
  height: 10px;
  background: #000;
  border: 1px solid white;
  transform: rotate(-132deg);
  position: absolute;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  top: auto;
  right: -8px;
  bottom: -7px;
}

.clip-shape1 {
  clip-path: polygon(0 0, 100% 0, 100% 76%, 92% 100%, 0 100%, 0 50%);
}

.hero-sec-4 {
  padding: 2rem 0;
}


.roadmap-main {
  position: relative;
}

.roadmap-main {
  margin: auto;
  margin-top: 8rem;
}

.roadmap-line {
  position: absolute;
  top: 0;
  bottom: -1rem;
  width: 4px;
  left: calc(50% - 2px);
  background-color: #fff;
}

.roadmap-line .circle-img1 {
  position: absolute;
  width: 2rem;
  left: calc(-1rem + 1px);
  max-width: initial;
  top: -2rem;
}

.roadmap-line .circle-img2 {
  position: absolute;
  width: 2rem;
  left: calc(-1rem + 2px);
  max-width: initial;
  bottom: -2rem;
}

.roadmap-left .asset-img {
  position: absolute;
  left: 3.75rem;
  top: calc(50% - 0.35rem);
  width: 38rem;
  max-width: initial;
  background-color: #000;
}

.space-img {
  position: absolute;
  width: 11rem;
  left: 2rem;
  max-width: initial;
  top: 0rem;
}

.roadmap-box {
  width: calc(50% - 0rem);
  position: relative;
  padding-left: 15rem;
  padding-right: 3rem;
}

.roadmap-box .d-btn {
  margin-left: auto;
  width: 23rem;
  height: 4rem;
  font-size: 1.4rem;
  position: relative;
  margin-bottom: 5.25rem;
  margin-right: 4rem;
}

.alpha-content {
  margin-top: -2rem;
}

.alpha-content h3 {
  font-family: 'Chakra Petch';
  font-weight: 600;
  font-size: 1.65rem;
  line-height: 2.5rem;
  color: #FFFFFF;
  margin-bottom: 2rem;
  text-align: center;
  padding-right: 1rem;
}

.alpha-content p {
  font-family: 'Azeret Mono';
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #FFFFFF;
}

.circle-img3 {
  position: absolute;
  right: -4rem;
  width: 2rem;
  top: -5rem;
  background-color: #000;
}

.circle-img-3 {
  position: relative;
}

.circle-img-3::after {
  position: absolute;
  content: '';
  background-color: #fff;
  width: 26.5rem;
  height: 4px;
  top: -4rem;
  right: -2rem;
}

.roadmap-right {
  margin-left: auto;
  padding-right: 15rem;
  padding-left: 3rem;
  margin-top: -8rem;
}

.roadmap-right .circle-img-3::after {
  right: initial;
  left: -2rem;
}

.roadmap-right .circle-img3 {
  left: -4rem;
  right: initial;
}

.roadmap-right .space-img {
  right: 2rem;
  left: initial;
}

.hero-sec-5 {
  padding: 12rem 0;
}

.cat-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 19rem;
  height: 27rem;
  border: 1px solid #fff;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: relative;
  padding: 1.5rem;
  margin-top: 2rem;
}

.cat-content h3 {
  font-family: 'Chakra Petch';
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
  color: #FFFFFF;
  margin-top: 1rem;
}

.cat-content p {
  font-family: 'Azeret Mono';
  font-weight: 500;
  font-size: 0.9rem;
  color: #FFFFFF;
}

.community-content {
  width: 62rem;
  margin: auto;
  justify-content: center;
  max-width: 100%;
  margin-top: 3rem;
}

.discord-img {
  margin-top: 2rem;
  text-align: center;
}

.cat-content::after {
  content: '';
  width: 14px;
  height: 11px;
  background: #000;
  border: 1px solid white;
  transform: rotate(-132deg);
  position: absolute;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  top: auto;
  right: -8px;
  bottom: -7px;
}

.hero-sec-6 {
  padding: 6rem 0;
  padding-bottom: 10rem;
}

.ayyo-content-3 h1 {
  font-size: 3.3rem;
}

.ayyo-content-3 p {
  max-width: 35rem;
  line-height: 1.1;
  font-weight: 500;
}

.email-listing {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}

.email-embed {
  width: 100%;
  height: 600px;
}

.email-listing input {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: calc(35% - 7rem) !important;
  height: 2.6rem;
  background-color: transparent;
  border: 1px solid #fff;
  border-right: 0;
  color: #fff;
  font-family: 'Azeret Mono';
}

.email-listing input::placeholder {
  font-family: 'Azeret Mono';
  font-weight: 600;
  font-size: 0.625rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #696969;
  line-height: 110%;
}

.email-listing .j-btn {
  margin-top: 0;
  height: 2.6rem;
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  width: 10rem;
  background-color: #fff;
}

.email-listing .j-btn:hover {
  background-color: transparent;
}

.footer-sec {
  padding: 3rem 0;
}

.footer-play h6 {
  font-family: 'Azeret Mono';
  font-weight: 500;
  font-size: 1rem;
  color: #EBEBF5;
  max-width: 15rem;
  margin-top: 0.5rem;
}

.footer-play .d-btn {
  height: 3rem;
  width: 13rem;
  margin-top: 1.5rem;
}

.hr1 {
  background-color: #fff;
  height: 2px;
  opacity: 0.9;
  width: 95%;
  margin: auto;
  margin-bottom: 2rem;
}

.footer-play-inner p {
  font-family: 'Chakra Petch';
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  color: #EBEBF5;
  margin-bottom: 1.5rem;
}

.footer-play-inner li {
  margin-bottom: 1rem;
}

.footer-play-inner li a {
  font-family: 'Azeret Mono';
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  color: #EBEBF5;
}

.footer-play-inner li a:hover {
  text-decoration: underline;
}

.space-content {
  padding-left: 0;
}

.space-content img {
  width: 35rem;
}

.space-content h1 {
  font-size: 4.25rem;
}

.space-content p {
  padding: 0;
  max-width: 35rem;
  font-size: 1.2rem;
}

.space-content .e-btn {
  margin: auto;
  margin-top: 2rem;
  width: 8.5rem;
  font-size: 0.7rem;
  background-color: #fff;
}

/*
.space-content .e-btn:hover {
  background-color: transparent;
}
*/

.space-content .e-btn::after {
  display: none;
}

.space-content-1 p {
  max-width: 44rem;
  line-height: 1.05;
}

.leaderboard-content-1 p {
  max-width: 50vw;
  line-height: 1.05;
}

.triangle-img img {
  width: 14rem;
}

.block-img img {
  width: 30rem;
}

.block-content p {
  padding-top: 0;
  font-size: 1.125rem;
}

.block-content h1 {
  margin-bottom: 2rem;
}

.github-img img {
  width: 32rem;
}

.e-hero-sec-6 {
  padding-top: 20rem;
  padding-bottom: 15rem;
}

.email-listing .j-btn::after {
  display: none;
}

.roller-content {
  margin-top: 7rem;
}

.roller-content .cat-content {
  width: 18rem;
  height: 22rem;
  padding-bottom: 3rem;
}

.roller-content .cat-content p {
  font-size: 1rem;
}

.roller-content .roller-content-inner {
  position: relative;
}

.roller-content .roller-content-inner::before {
  position: absolute;
  content: '';
  top: 11rem;
  left: 18.4rem;
  background-color: #fff;
  width: 8.5rem;
  height: 2px;
}

.roller-content-inner-1::before {
  display: none;
}

.bg-dev-col {
  padding: 10rem 0;
}

.bg-dev-col-inner img {
  width: 100%;
}

.pilot-content {
  position: relative;
  border: 1px solid #fff;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  height: 13rem;
  padding-left: 2.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.pilot-content::after {
  content: '';
  width: 18px;
  height: 10px;
  background: #000;
  border: 1px solid white;
  transform: rotate(-132deg);
  position: absolute;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  top: auto;
  right: -12px;
  bottom: -9px;
}

.ayyo-content-1.get-hero-sec-inner p a {
  color: #fff;
  text-decoration: underline;
}

.pilot-content svg {
  height: 1.75rem;
  width: 1.75rem;
  margin-bottom: 0.25rem;
}

.pilot-content h4 {
  font-size: 2.125rem;
}

.pilot-content p {
  margin-top: 0;
  font-size: 0.9rem;
  line-height: 1.1;
}

.get-hero-sec {
  padding: 3rem 0;
}


.get-hero-sec-inner p {
  max-width: 64rem;
  line-height: 1.1;
}

.get-hero-sec-inner {
  margin-top: 6rem;
}

.hr3 {
  margin-top: 6rem;
}

.install-col {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}

.install-col-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  width: 28rem;
  height: 3.5rem;
  padding: 1rem;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.dropdown-menu-list {
  display: flex;
  border: 2px solid #fff;
  border-bottom: 0;
  z-index: 42;
}

.dropdown-menu-list li p {
  margin: 0;
}

.dropdown-menu-list li {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Azeret Mono', monospace;
  font-size: 1rem;
  text-align: center;
  width: 14rem;
  padding: .7rem 1rem;
  border-right: 2px solid #fff;
  transition: all .3s ease;
}

.dropdown-menu-list li:hover {
  color: #000;
  background-color: #fff;
  cursor: pointer;
}

.dropdown-menu-list li ul li {
  border: 2px solid #fff;
  border-bottom: 0;
}

.dropdown-menu-list li ul li:last-child {
  border-bottom: 2px solid #fff;
}

.dropdown-d {
  position: relative;
}

.dropdown-d ul li {
  width: 100%;
  display: flex;
  flex-direction: column
}

.dropdown-d ul {
  position: absolute;
  left: -2px;
  width: calc(100% + 4px);
  top: 2.9rem;
  background-color: #000;
}

.dropdown-d:hover ul {
  display: block;
}

.code-img img {
  width: 100%;
}

.dropdown-menu-list {
  position: relative;
}

.dropdown-menu-list:after {
  content: '';
  width: 22px;
  height: 18px;
  background: #000;
  border: 2px solid white;
  transform: rotate(45deg);
  position: absolute;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  top: auto;
  left: -13px;
  top: -11px;
}

.dropdown-menu-list li.dropdown-d {
  padding: 0;
}

.dropdown-menu-list li.dropdown-d p {
  padding: 0.7rem 1rem;
}

.install-col-inner::after {
  content: '';
  width: 23px;
  height: 18px;
  background: #000;
  border: 1px solid white;
  transform: rotate(-132deg);
  position: absolute;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  top: auto;
  right: -13px;
  bottom: -12px;
}

.install-col-inner p {
  margin: 0;
  font-family: 'Azeret Mono';
  font-style: normal;
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: 100;
}

.install-col-inner svg {
  margin-left: 8rem;
  height: 2rem;
}

.code-sec-hero {
  padding: 1rem 0;
}

.code-sec-hero h1 {
  font-family: 'Chakra Petch';
  font-weight: 700;
  font-size: 3rem;
  color: #FFFFFF;
}

.question-sec {
  padding: 12rem 0;
}

.question-sec h1 {
  font-family: 'Chakra Petch';
  font-weight: 700;
  font-size: 3.5rem;
  color: #FFFFFF;
  text-align: center;
}

.accordion-button {
  background-color: #000 !important;
  font-family: 'Azeret Mono' !important;
  font-weight: 500 !important;
  font-size: 1.125rem !important;
  color: #FFFFFF !important;
  padding: 1.25rem 1.5rem !important;
}

.accordion-body {
  background-color: #000 !important;
  font-family: 'Azeret Mono' !important;
  font-weight: 500 !important;
  font-size: 1.125rem !important;
  color: #FFFFFF !important;
  border-top: 1px solid !important;
  padding: 2.75rem 1.5rem !important;
}

.accordion-button span {
  padding-right: 0.8rem;
}

.accordion-item {
  border-radius: 0 !important;
  margin-top: 1rem;
  border-top: 1px solid #fff !important;
}

.accordion-collapse {
  position: relative;
}

.accordion-collapse::after {
  content: '';
  width: 23px;
  height: 18px;
  background: #000;
  border: 1px solid white;
  transform: rotate(-132deg);
  position: absolute;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  top: auto;
  right: -13px;
  bottom: -12px;
}

.accordion-button::after {
  background-image: url(../images/down.png);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/down.png);
  transform: rotate(-180deg);
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 0 !important;
}

.tokenimg {
  width: 20rem !important;
  margin-top: 4rem;
}

.launch-col {
  padding-bottom: 12rem;
}

.flash-inner h1 {
  margin-bottom: 4rem;
  font-size: 3.25rem;
}

.flash-inner p {
  max-width: 66rem;
  font-size: 1.5rem;
}

.coming-medal img {
  height: 3.5rem;
}

.broadcast {
  float: right;
  width: 100%;
}

.livestreamEmbed {
  float: center;
  width: 100%;
  height: 100%;
  display: block;
  height: 45vh;
  max-height: 344px;
}

.gitlab-embed-snippets {
  padding: 0px !important;
  margin: 0px !important;
  background-color: black;
}

.gitlabEmbed {
  display: block;
}

li.disabled {
  /* cursor: not-allowed; */
  opacity: 0.5;
}

li.disabled:hover {
  /* cursor: not-allowed; */
}

li.disabled a:hover {
  pointer-events: none;
}


li.disabled a {
  pointer-events: none;
}


.hidden {
  display: none;
}


.ripple {
  display: block;
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

.get-hero-sec-inner p {
  text-align: left;
}

/* 16:9 aspect ratio */
#gameEmbed {
  position: absolute;
  top: 9.333vh;
  left: 0;
  cursor: pointer;
  display: block;
  /*width: 785px;
  height: 440px;
  */
  width: 100%;
  height: 90vh;
  margin: 0px;
  padding: 0px;
  z-index: 9999;
}

#gameImage {
  display: none;
}

#ayyoKeyModel {
  z-index: 22;
  padding-top: 20px;
  cursor: pointer;
}

/* disable scroll bars */
.treeEmbed-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 98%; /* This ratio will make the iframe behave like a 16:9 aspect ratio video player, you may adjust this value to meet your aspect ratio needs */
  padding-bottom: 0px;
  bottom: 0px;
  z-index: 33;
  height: 40vh;
}

.treeEmbed {
  position: absolute;
  top: 77px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 100%;
  border: none;
}

/* disable scroll bars */
.keyEmbed-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 77%;
  padding-bottom: 0px;
  bottom: 0px;
  z-index: 33;
}

.keyEmbed {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 100%;
  border: none;
}

.keysEmbed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.list {
  color: #ffffff;
  font-size: 1.85rem;
  width: 500px;
}

.level2 img {
  width: 100px;
}
.level3 img {
  width: 60px;
}



.image-container {
  position: relative;
  cursor: pointer;
  width: 140px;
}

.image-container img {
  mix-blend-mode: multiply;
}

.colorKey {
  mix-blend-mode: multiply;
}

.rainbow-hover:hover {
  animation: rainbow-text-light 4s linear infinite;
}

.rainbow-text {
  animation: rainbow-text 16s linear infinite;
}

.rainbow-text-fast {
  animation: rainbow-text 4s linear infinite;
}

.image-container-rainbow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  animation: rainbow 3.33s linear infinite;
}


.ayyoKeys {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(141px, 1fr));
  gap: 33px;
  /* adjust the gap as needed */
  justify-items: center;
  padding: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  }

  .ayyoKeysSingleRow {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 33px;
  }

  img.ayyoSingleKey {
    max-width: 230px;
    margin: 20px;
    /* width: 400px !important; */
  }
  

@keyframes rainbow {
  0% {background: red;}
  14% {background: orange;}
  28% {background: yellow;}
  42% {background: lime;}
  57% {background: blue;}
  71% {background: indigo;}
  85% {background: violet;}
  100% {background: red;}
}

@keyframes rainbow-text {
  0% {color: red;}
  14% {color: orange;}
  28% {color: yellow;}
  42% {color: lime;}
  57% {color: blue;}
  71% {color: indigo;}
  85% {color: violet;}
  100% {color: red;}
}

@keyframes rainbow-text-light {
  0% {color: #FFC0CB;} /* Pink */
  14% {color: red;}
  28% {color: orange;}
  42% {color: yellow;}
  57% {color: lime;}
  71% {color: blue;}
  85% {color: indigo;}
  100% {color: red;}
}


.tagLine {
  max-width: 44rem !important;
}

code {
  font-size: 1.888rem;
  color: #ffffff;
}

.smaller  {
  font-size: 1.444rem;
}

.exploreButton {
  margin: 0 !important;
}

.topHeaderOverlay {
  z-index: 22222;
}

#navbarSupportedContent {
  z-index: 22222;
}

.scoresTable {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 18px;
  text-align: left;
}

.scoresTable thead th {
  background-color: #f2f2f2;
  color: #333;
  padding: 12px;
  border: 1px solid #ddd;
}

.scoresTable tbody td {
  border: 1px solid #ddd;
  padding: 12px;
}

.scoresTable tbody tr:nth-child(even) {
  background-color: #5e5353;
}

.scoresTable tbody tr:hover {
  background-color: #00ff00;
  cursor: pointer;
}

.scoresTable tbody tr {
  transition: background-color 0.2s ease;
}

.regionHeader {
  width: 222px;
}

.scoresTable .emphasis {
  font-weight: bold;
  font-size: 20px;
  width: 30%;  /* adjust as needed */
}

.scoresTable .fade {
  color: #aaa; /* a light gray color for fading */
}

.scoresTable .number {
  text-align: right;
}

/* Add alternating row colors if not already added */
.scoresTable tbody tr:nth-child(odd) {
  background-color: #f7f7f7;
}

.leaderboardContainer {
  display: flex;
  flex-direction: column;
  gap: 1rem; /* Spacing between player entries */
}

.playerEntry {
  display: flex;
  align-items: center;
  gap: 2rem; /* Space between each data point */
  padding: 0.5rem;
  background-color: #f4f4f4;
  border-radius: 8px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  width: 50vw;
}

.playerEntry:hover {
  /* dark grey */
  background-color: #aaa;
}

.nickname {
  flex-grow: 3;
  flex-basis: 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  text-align: left; 
}

.score {
  flex-grow: 1;
  flex-basis: 0;
  font-size: 1.8em;
  color: #007BFF;
  text-align: center;
}

.mode {
  flex-grow: 1;
  flex-basis: 0;
  font-size: 0.9em;
  color: #888;
  text-align: right;
}

.region {
  flex-grow: 1;
  flex-basis: 0;
  font-size: 0.6em;
  color: #888;
  text-align: right;
}

.dailyHighScores {
  
}

.entryContainer {
  display: flex;
  align-items: center;
  gap: 1rem; /* Space between the position and the player entry */
}

.position {
  width: 50px; /* Adjust width as needed */
  height: 50px; /* Adjust height as needed */
  /*  background-color: #007BFF; Adjust color as desired */
  color:  #007BFF; 
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  /*border-radius: 50%;*/ /* Making it a circle */
  font-weight: bold;
}


.second-place {
  /* green */
  color: #228B22;
}

.third-place {
  color: #CD7F32;
}

.normal-place {
  color:  #C0C0C0;
}

.ayyoKeyHolder {
  overflow: hidden;
  /*
  position : absolute;
  bottom: 90px;
  */
}