@font-face {
  font-display: swap;
  font-family: "GT";
  src: local("GT-America-Bold"), local("GT-America-Bold"), url("./fonts/GT-America-Bold.woff") format("woff");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-display: swap;
  font-family: "GTCompressed";
  src: local("GT-America-Compressed-Medium"), local("GT-America-Compressed-Medium"), url("./fonts/GT-America-Compressed-Medium.woff") format("woff");
  font-style: normal;
  font-weight: medium;
}

@font-face {
  font-display: swap;
  font-family: "GTCondensed";
  src: local("GT-America-Condensed-Medium"), local("GT-America-Condensed-Medium"), url("./fonts/GT-America-Condensed-Medium.woff") format("woff");
  font-style: normal;
  font-weight: medium;
}

html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  margin: 0;
  min-height: 100%;
  padding: 0;
  position: relative;
  width: 100%;
}

html {
  scroll-behavior: smooth;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "GTCondensed", "Arial", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  background: black;
  color: white;
  font-family: "GTCondensed";
}

a {
  color: white;
  text-decoration: none;
}

/*@font-face {
   font-family: 'Noto Sans';
   font-style: normal;
   font-weight: 400;
   src: url(fonts/NotoSansKR-Regular.woff) format('woff');
}
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
li {
  padding-left: 0;
}

.menu {
  text-transform: uppercase;
  font-family: "GTCompressed", "Arial", sans-serif;
  letter-spacing: 0.02em;
}

@media (max-width: 800px) {
  .menu {
    display: none;
  }
}

.menu .left-menu {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu .left-menu a {
  -webkit-transition: 0.3s ease-in-out color;
  transition: 0.3s ease-in-out color;
}

.menu .left-menu a:hover {
  color: #d84523;
}

.menu .left-menu .sales-menu {
  position: relative;
  padding-left: 13px;
  -webkit-transition: 0.4s height ease-in-out;
  transition: 0.4s height ease-in-out;
}

.menu .left-menu .sales-menu ul {
  padding-bottom: 25px;
}

.menu .left-menu .sales-menu li a {
  cursor: pointer;
  color: #fff;
}

.menu .left-menu .sales-menu li a:hover {
  color: #d84523;
}

.menu .left-menu .sales-menu li a.active {
  color: #4ba6ca;
}

.menu .left-menu .sales-menu li a.disabled {
  color: #666666;
  pointer-events: none;
}

.menu .right-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 23px;
  right: 20px;
  z-index: 12;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu .right-menu .menu-vesting {
  display: none;
  cursor: pointer;
}

.menu .right-menu .wallet-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
}

.menu .right-menu .wallet-button .button {
  cursor: pointer;
  padding: 9px 20px 10px;
  border-radius: 30px;
  color: #d84523;
  border: 1px solid #d84523;
  -webkit-transition: 0.3s ease-in-out background-color, 0.3s ease-in-out color, 0.3s ease-in-out border-color;
  transition: 0.3s ease-in-out background-color, 0.3s ease-in-out color, 0.3s ease-in-out border-color;
}

.menu .right-menu .wallet-button .button:hover {
  background-color: #d84523;
  color: black;
}

.text-disconnect {
  display: none;
}

.connected .menu .right-menu .wallet-button .button {
  color: white;
  border-color: white;
}

.connected .menu .right-menu .wallet-button .button:hover {
  background-color: #d84523;
  border: 1px solid #d84523;
  color: black;
}

.connected .menu .right-menu .menu-vesting {
  display: block;
}

.connected .text-connect {
  display: none;
}

.connected .text-disconnect {
  display: block;
}

.logo-atag {
  position: fixed;
  top: 0;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 15;
  mix-blend-mode: difference;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.logo-atag .logo-top {
  width: 100%;
  pointer-events: none;
}

.logo-atag.shrink-logo {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

@media (max-width: 600px) {
  .logo-atag.shrink-logo {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}

@media (max-width: 600px) {
  .logo-atag {
    width: 80vw;
  }
}

.bottom-caption {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "GTCompressed";
  letter-spacing: 0.04em;
  color: white;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  text-transform: uppercase;
  max-width: 90vw;
}

@media (max-width: 800px) {
  .bottom-caption {
    bottom: 120px;
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .bottom-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 0px;
    font-size: 22px;
    bottom: 90px;
    font-size: 16px;
  }
}

.bottom-caption .title-itself {
  padding: 0 80px;
}

@media (max-width: 600px) {
  .bottom-caption .title-itself {
    padding: 0;
  }
}

.bracket-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.bracket-style .timer-itself {
  font-family: "GTCompressed";
  color: #d84523;
  font-variant: tabular-nums slashed-zero;
}

section {
  position: relative;
  width: 100%;
  min-height: 100%;
}

section h2,
section .h2 {
  font-weight: 500;
  font-size: 38px;
}

@media (max-width: 600px) {
  section h2,
  section .h2 {
    font-size: 24px;
  }
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 600px) {
  .centered {
    -webkit-transform: translate(-50%, -65%);
            transform: translate(-50%, -65%);
  }
}

.button-style {
  cursor: pointer;
  font-size: 24px;
  font-family: "GTCompressed";
  text-transform: uppercase;
  letter-spacing: -0.01em;
  padding: 12px 35px 13px;
  border-radius: 30px;
  color: #fff;
  border: 1px solid #d84523;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  color: #d84523;
}

.button-style:hover {
  background-color: #d84523;
  color: black;
}

@media (max-width: 600px) {
  .button-style {
    font-size: 18px;
  }
}

.wrap-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.wrap-form .input-set {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 600px) {
  .wrap-form .input-set {
    margin-top: 35px;
  }
}

.wrap-form .input-set .amount-to-earn {
  text-align: right;
  font-size: 16px;
  margin-bottom: 20px;
  color: #4ba6ca;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .wrap-form .input-set .amount-to-earn {
    text-align: center;
  }
}

.wrap-form .input-set .input-wrap {
  position: relative;
  font-family: "GTCondensed";
  text-transform: uppercase;
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 600px) {
  .wrap-form .input-set .input-wrap {
    font-size: 18px;
  }
}

.wrap-form .input-set .input-wrap .append-currency {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.5;
}

.wrap-form .input-set .input-wrap input {
  width: 470px;
  height: 80px;
  border-radius: 4px;
  text-align: center;
  font-family: "GTCondensed";
  text-transform: uppercase;
  font-size: 28px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: BLACK;
  color: white;
  line-height: 1;
  /* Firefox */
}

.wrap-form .input-set .input-wrap input::-webkit-outer-spin-button, .wrap-form .input-set .input-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.wrap-form .input-set .input-wrap input[type="number"] {
  -moz-appearance: textfield;
}

@media (max-width: 768px) {
  .wrap-form .input-set .input-wrap input {
    width: 80vw;
    font-size: 18px;
    height: 51px;
  }
}

.wrap-form .input-set .error-message {
  margin-top: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: red;
  opacity: 0.7;
  display: none;
}

@media (max-width: 600px) {
  .wrap-form .input-set .error-message {
    font-size: 12px;
  }
}

.wrap-form .input-set .eth-rates {
  opacity: 0.5;
  margin-top: 10px;
}

@media (max-width: 600px) {
  .wrap-form .input-set .eth-rates {
    font-size: 12px;
  }
}

.wrap-form .buy-button {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap-form .buy-button .load-spin {
  display: none;
  width: 26px;
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}

.wrap-form .buy-button .load-spin img {
  width: 23px;
}

@media (max-width: 600px) {
  .wrap-form .buy-button .load-spin {
    font-size: 18px;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media (max-width: 600px) {
  .wrap-form .buy-button {
    font-size: 18px;
    margin-top: 35px;
  }
}

.event-over {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 38px;
}

@media (max-width: 600px) {
  .event-over {
    font-size: 24px;
    width: 100%;
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
  }
}

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 300px;
}

.section-vesting {
  display: none;
  min-height: 100vh;
}

@media (max-width: 600px) {
  .section-vesting .centered {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.connected .section-vesting {
  display: block;
}

.ended.section-sales .wrap-form {
  display: none;
}

.ended.section-sales .event-over {
  display: block;
}

.purchased.section-sales .buy-button {
  pointer-events: none !important;
  color: gray;
}

.wrap-vesting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap-vesting .total-amount {
  font-family: "GTCompressed";
  color: #d84523;
}

.wrap-vesting .vesting-table {
  width: 1044px;
  margin-top: 50px;
  font-size: 22px;
  position: relative;
}

@media (max-width: 1080px) {
  .wrap-vesting .vesting-table {
    width: 90vw;
  }
}

.wrap-vesting .table-contents {
  max-height: 240px;
  overflow: auto;
  padding: 0 20px;
  position: relative;
}

@media (max-width: 480px) {
  .wrap-vesting .table-contents {
    max-height: 200px;
  }
}

.wrap-vesting .bottom-gradient {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(black 0%, rgba(0, 0, 0, 0.1) 100%);
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.wrap-vesting .table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.5;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "GTCompressed";
  margin-bottom: 15px;
}

.wrap-vesting .table-header.single-row {
  padding: 15px 20px;
}

@media (max-width: 800px) {
  .wrap-vesting .table-header {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .wrap-vesting .table-header {
    font-size: 14px;
  }
}

.wrap-vesting .single-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
}

.wrap-vesting .single-row:nth-child(1) {
  padding-top: 0;
}

.wrap-vesting .single-row:last-child {
  padding-bottom: 50px;
}

@media (max-width: 800px) {
  .wrap-vesting .single-row .single-col {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .wrap-vesting .single-row .single-col {
    font-size: 12px;
  }
}

.wrap-vesting .single-row .single-col:nth-child(1) {
  width: 34%;
}

.wrap-vesting .single-row .single-col:nth-child(2) {
  width: 19%;
}

.wrap-vesting .single-row .single-col:nth-child(3) {
  width: 20%;
}

.wrap-vesting .single-row .single-col:nth-child(4) {
  width: 21%;
  text-align: right;
}

.wrap-vesting .claim-button {
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 50px;
}

@media (max-width: 800px) {
  .wrap-vesting .claim-button {
    margin-top: 25px;
  }
}

.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #3c3c3c;
  border-radius: 8px;
}

.scrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
  border-radius: 8px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #808080;
  border-radius: 8px;
}

.canvas-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 2s ease-in-out opacity;
  transition: 2s ease-in-out opacity;
  z-index: -1;
}

.canvas-wrap.loaded {
  opacity: 1;
}

.canvas-wrap .bottom-gradient {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(black 0%, rgba(0, 0, 0, 0.1) 100%);
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

#glcanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.1;
}

.bottom-menu {
  display: none;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  bottom: 20px;
  padding: 0 20px;
  z-index: 15;
}

@media (max-width: 800px) {
  .bottom-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.bottom-menu .connect-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  line-height: 39px;
  font-family: GTCompressed;
  color: #d84523;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.bottom-menu .connect-mobile svg {
  width: 26px;
  margin-right: 8px;
}

.bottom-menu .connect-mobile span {
  font-size: 20px;
}

.bottom-menu button {
  font-size: 32px;
  font-family: "GTCompressed";
}

.connected .connect-mobile {
  color: white !important;
}

.connected .connect-mobile svg path {
  fill: white !important;
}

.overlay {
  position: fixed;
  z-index: 13;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  display: none;
}

.overlay .inner-links {
  font-size: 32px;
  line-height: 39px;
  font-family: GTCompressed;
  text-transform: uppercase;
  position: absolute;
  bottom: 90px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
}

.overlay .inner-links .myvesting-mobile-menu {
  display: none;
  margin-top: 20px;
}

.connected .myvesting-mobile-menu {
  display: block !important;
}

.popup-wallet {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
}

.popup-wallet .popup-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(38%, black), color-stop(62%, black), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, black 38%, black 62%, rgba(0, 0, 0, 0.5) 100%);
}

@media (max-width: 600px) {
  .popup-wallet .popup-wrap {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(25%, black), color-stop(75%, black), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, black 25%, black 75%, rgba(0, 0, 0, 0.5) 100%);
  }
}

.popup-wallet .popup-wrap h2 {
  margin-bottom: 40px;
  font-weight: 500;
}

.popup-wallet .popup-wrap .button-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 248px;
  margin-bottom: 20px;
}

.popup-wallet .popup-wrap .close-wallet {
  opacity: 0.7;
  margin-top: 10px;
  cursor: pointer;
}
/*# sourceMappingURL=styles.css.map */