/* latin */
@font-face {
  font-family: "Monoton";
  font-style: normal;
  font-weight: 400;
  src: url("font/monoton.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}

#comingSoon,
h3 {
  font-optical-sizing: auto;
  font-weight: 400;
}
#solana,
h3 {
  text-shadow: 0 calc(3px * var(--scale-factor)) calc(3px * var(--scale-factor))
      rgba(255, 255, 255, 0.16),
    0 calc(3px * var(--scale-factor)) calc(3px * var(--scale-factor))
      rgba(255, 255, 255, 0.23);
  white-space: nowrap;
  color: #adadad;
  overflow: hidden;
}
#comingSoon,
#solana,
h3 {
  white-space: nowrap;
}
nav,
ul {
  z-index: 3;
}
#solana,
h3,
ul li a {
  color: #adadad;
}
nav,
ul li a::before {
  position: absolute;
  width: 100%;
}
ul li a,
ul li a::before {
  border-radius: 50%;
  background: #000;
  transition: 0.3s ease-in-out;
}
#comingSoon,
.solText {
  background-color: transparent;
  color: #fff;
}
.buyBtn,
.icon-list,
body,
html,
ul {
  display: flex;
}
#solana,
.btn,
.sol {
  z-index: 2;
}
.btn,
.solText,
a {
  text-decoration: none;
}
#snow,
ul li a {
  display: block;
}
body .window #header #buttons .modalBtn:hover,
body .window #header #search-bar {
  border-top: 5px solid #3f51b5;
  border-left: 5px solid #3f51b5;
  border-bottom: 5px solid #c5cae9;
  border-right: 5px solid #c5cae9;
}
#solana,
.btn,
body,
h3,
html {
  overflow: hidden;
}
#solana,
.solText,
ul li a {
  text-align: center;
}
@font-face {
  font-family: Japanese;
  src: url("./font/jap.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: Inconsolata;
  font-style: normal;
  font-weight: 200 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(font/inconsolata.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --scale-factor: 1;
  --modal-factor: 1;
  --lgray: rgb(150, 150, 150);
  --neon-icon-color-dark: rgb(120, 120, 120);
  --left-shadow: rgb(69, 69, 69);
  --right-shadow: rgb(99, 99, 99);
}
body,
html {
  max-height: 100%;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #000 !important;
}
nav {
  top: 10px;
}
#comingSoon,
#solana,
.btn,
.icon img,
.sol,
h3,
ul li a {
  position: relative;
}
.navContainer {
  padding: calc(16px * var(--scale-factor));
}
a {
  color: inherit;
}
h3 {
  font-family: Inconsolata, sans-serif;
  font-size: calc(18px * var(--scale-factor));
  padding-left: calc(16px * var(--scale-factor));
  float: right;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.navSelected,
h3:hover {
  color: #fff;
  text-shadow: #fff 0 0 36px;
}
.sol {
  height: calc(475px * var(--scale-factor));
  opacity: 1 !important;
  animation: 8s infinite glowing;
  transition: ease-in-out;
  padding-bottom: calc(0px * var(--scale-factor));
}
#comingSoon {
  font-size: calc(125px * var(--scale-factor));
  font-family: Monoton;
  -webkit-animation: 1.5s ease-in-out infinite alternate neon1;
  animation: 1.5s ease-in-out infinite alternate neon1;
  z-index: 2;
  margin-bottom: calc(26px * var(--scale-factor));
  left: 4px;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}
#solana {
  left: 5px;
  font-family: Japanese, monospace;
  letter-spacing: 8px;
  font-size: calc(40px * var(--scale-factor));
}
#snow {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  background-size: 150% 100%;
  filter: blur(5px);
}
@keyframes glowing {
  0%,
  100% {
    filter: grayscale(1)
      drop-shadow(0 0 calc(6px * var(--scale-factor)) rgba(255, 255, 255, 0.8));
  }
  50% {
    filter: grayscale(0)
      drop-shadow(0 0 calc(18px * var(--scale-factor)) rgba(73, 172, 191, 1));
  }
}
ul li {
  list-style: none;
  margin: 0;
  filter: drop-shadow(
      0 0 calc(3px * var(--scale-factor)) rgba(255, 255, 255, 0.68)
    )
    drop-shadow(0 0 calc(6px * var(--scale-factor)) rgba(255, 255, 255, 0.68));
  animation: 4s infinite alternate blink;
}
ul li a {
  width: calc(45px * var(--scale-factor));
  height: calc(45px * var(--scale-factor));
  line-height: calc(48px * var(--scale-factor));
  font-size: calc(22.5px * var(--scale-factor));
}
ul li a::before {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  transform: scale(0.9);
  z-index: -1;
}
ul li a:hover {
  color: #fff;
  box-shadow: 0 0 calc(5px * var(--scale-factor)) rgba(255, 255, 255, 0.68);
  text-shadow: 0 0 calc(5px * var(--scale-factor)) rgba(255, 255, 255, 0.68);
  transform: scale(1.1);
}
.icon-list {
  list-style: none;
  padding: 0;
  margin: 0 calc(32px * var(--scale-factor));
}
.solText {
  font-size: 9em;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1;
  font-family: Monoton, "sans-serif";
  -webkit-animation: 1.5s ease-in-out infinite alternate neon1;
  animation: 1.5s ease-in-out infinite alternate neon1;
}
.buyBtn {
  margin-top: calc(48px * var(--scale-factor));
  flex-direction: column;
}
.btn {
  font-family: Inconsolata, sans-serif;
  color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  height: calc(55px * 1.4 * var(--scale-factor));
  border-radius: 6px;
  line-height: calc(30px * 1.4 * var(--scale-factor));
  font-size: calc(16px * 1.4 * var(--scale-factor));
  font-weight: 800;
  text-shadow: 0 calc(2px * 1.4 * var(--scale-factor)) 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: 1s;
  filter: brightness(100%);
}
.btn:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}
.btn:first-child,
.btn:nth-child(2) {
  margin-bottom: calc(12px * var(--scale-factor));
}
.btn span.icon,
.btn span.title {
  display: block;
  position: relative;
  line-height: calc(52px * 1.4 * var(--scale-factor));
  padding: 0 30px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-weight: 700;
}
.btn span.left {
  float: left;
  border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px 0 0 6px;
  padding: 0 20px;
}
.btn span.right {
  float: right;
  border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  width: calc(110px * 1.4 * var(--scale-factor));
}
.btn span.icon {
  font-size: calc(23px * 1.4 * var(--scale-factor));
  background-color: var(--neon-icon-color-dark);
  box-shadow: 0 4px 0 0 var(--left-shadow);
  text-shadow: 0 1px 1px #888;
  transition: 0.1s ease-in-out;
}
.btn span.title {
  box-shadow: 0 4px 0 0 var(--right-shadow);
  background-color: var(--lgray);
  transition: 0.1s ease-in-out;
}
.icon img {
  width: calc(32px * 1.4 * var(--scale-factor));
  top: calc(8px * 1.4 * var(--scale-factor));
}
@keyframes blink {
  100% {
    filter: drop-shadow(
        0 0 calc(3px * var(--scale-factor)) rgba(255, 255, 255, 0.68)
      )
      drop-shadow(0 0 calc(6px * var(--scale-factor)) rgba(255, 255, 255, 0.68))
      drop-shadow(0 0 calc(9px * var(--scale-factor)) rgba(255, 255, 255, 0.68));
  }
}
@-webkit-keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff,
      0 0 40px var(--neon-border-color1), 0 0 70px var(--neon-border-color1),
      0 0 80px var(--neon-border-color1), 0 0 100px var(--neon-border-color1),
      0 0 150px var(--neon-border-color1);
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff,
      0 0 20px var(--neon-border-color1), 0 0 35px var(--neon-border-color1),
      0 0 40px var(--neon-border-color1), 0 0 50px var(--neon-border-color1),
      0 0 75px var(--neon-border-color1);
  }
}
@keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff,
      0 0 40px var(--neon-border-color1), 0 0 70px var(--neon-border-color1),
      0 0 80px var(--neon-border-color1), 0 0 100px var(--neon-border-color1),
      0 0 150px var(--neon-border-color1);
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff,
      0 0 20px var(--neon-border-color1), 0 0 35px var(--neon-border-color1),
      0 0 40px var(--neon-border-color1), 0 0 50px var(--neon-border-color1),
      0 0 75px var(--neon-border-color1);
  }
}
@media screen and (max-width: 700px) {
  :root {
    --scale-factor: 0.8;
    --modal-factor: 0.44;
  }
  .modalHeader {
    font-size: 1em !important;
  }
  #search-bar {
    width: 65% !important;
  }
  #search-bar p {
    font-size: 14px;
  }
  #main-img,
  nav {
    display: none;
  }
  .sol {
    height: 35%;
  }
  #solana {
    font-size: 7vw !important;
    left: 4px;
  }
  ul li a {
    width: 43px !important;
    height: 43px !important;
    line-height: 47px !important;
    font-size: 21px !important;
  }
  @keyframes glowing {
    0%,
    100% {
      filter: grayscale(1) drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));
    }
    50% {
      filter: grayscale(0) drop-shadow(0 0 15px rgba(73, 172, 191, 1));
    }
  }
}
@media (min-width: 2560px) {
  :root {
    --scale-factor: calc(1 + 1 / 6);
  }
}
@media (min-width: 3840px) {
  :root {
    --scale-factor: 1.5;
  }
}
.overlay {
  display: none;
  position: fixed;
  transition: opacity 0.5s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
body .window {
  display: none;
  border-top: 5px solid #c5cae9;
  border-left: 5px solid #c5cae9;
  border-bottom: 5px solid #3f51b5;
  border-right: 5px solid #3f51b5;
  width: calc(800px * var(--modal-factor));
  aspect-ratio: 1/1;
  margin: auto;
  background-color: #7986cb;
  font-family: Inconsolata;
  position: absolute;
  top: 100px;
  z-index: 1001;
}
body .window * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body .window #header {
  display: flex;
  border-bottom: 5px solid #3f51b5;
  height: 60px;
  padding: 0.5em;
  background-color: #5c6bc0;
}
body .window #header #search-bar {
  height: 100%;
  width: 100%;
  background-color: #ede7f6;
  margin-right: 0.5em;
}
body .window #header #buttons .modalBtn,
body .window #main-content #main-img {
  border-top: 5px solid #c5cae9;
  border-left: 5px solid #c5cae9;
  border-bottom: 5px solid #3f51b5;
  border-right: 5px solid #3f51b5;
}
body .window #header #search-bar p {
  height: 100%;
  padding-left: 1em;
  display: flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #424242;
}
body .window #header #buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
body .window #header #buttons .modalBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  aspect-ratio: 1/1;
  background-color: #9fa8da;
}
body .window #header #buttons .modalBtn span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 2rem;
  width: 100%;
  color: #212121;
}
body .window #header #buttons .modalBtn:first-child {
  padding-bottom: 0.5em;
}
body .window #main-content {
  padding: 1em;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .window #main-content #main-img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  overflow: hidden;
}
#main-img img {
  width: 150px;
  height: 150px;
}
.modalHeader {
  font-size: 2.2em;
  line-height: 1.8em;
  font-weight: 700;
}
body .window #main-content #main-text {
  padding: 1em;
  line-height: 1.5em;
  font-weight: 700;
  font-size: 2rem;
  color: #212121;
  text-align: center;
}
.counterStyle {
  width: 100%;
  display: flex;
  justify-content: center;
}
.counterStyle2 span {
  color: #7986cb;
  border-radius: 10px;
  background-color: #3f51b5;
  padding: 8px 10px;
}
.counterStyle2:hover {
  transform: scale(1.05);
}
