/*
    GLOBAL CSS
    @1.0.1

*/



@charset 'UTF-8';



:root {
  --font: 'Montserrat';
  --font-4: 'Inter';
  --font-2: 'Poppins';
  --font-3: 'Plus Jakarta Sans';
  --c-0: rgba(245, 245, 245, 0);
  --c-01: rgba(245, 245, 245, 0.01);
  --c-02: rgba(245, 245, 245, 0.02);
  --c-03: rgba(245, 245, 245, 0.03);
  --c-04: rgba(245, 245, 245, 0.04);
  --c-05: rgba(245, 245, 245, 0.05);
  --c-1: rgba(245, 245, 245, 0.1);
  --c-2: rgba(245, 245, 245, 0.2);
  --c-3: rgba(245, 245, 245, 0.3);
  --c-4: rgba(245, 245, 245, 0.4);
  --c-5: rgba(245, 245, 245, 0.5);
  --c-6: rgba(245, 245, 245, 0.6);
  --c-7: rgba(245, 245, 245, 0.7);
  --c-8: rgba(245, 245, 245, 0.8);
  --c-9: rgba(245, 245, 245, 0.9);
  --c-10: rgba(245, 245, 245, 1);
  --c-bg: rgba(245, 245, 245, 1);
  --c-dim: rgba(0, 0, 0, 0.1);
  --c-point: rgba(93, 176, 46, 1);
  --c-white: rgba(255, 255, 255, 1);
  --red: rgba(198, 45, 29, 1);
  --red-shadow: rgba(210, 21, 21, 0.2);
  --blue: #0295FC;
  --blue-shadow: rgba(21, 75, 210, 0.2);
  --yellow: rgba(241, 142, 0, 1);
  --green: rgba(14, 203, 129, 1);
  --white: rgba(255, 255, 255, 1);
}



* {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-family: var(--font), sans-serif;
  font-variation-settings: 'wght'400;
  color: var(--c-7);
}

body {
  background-color: #FFFFFF;
  background-image: url();
  background-repeat: no-repeat;
  background-size: cover;
}


a {
  text-decoration: none;
  cursor: pointer;
}

button {
  font-family: var(--font), sans-serif;
  cursor: pointer;
  background-color: transparent;
  border-radius: 0;
}

label {
  display: flex;
  align-items: center;
  font-family: var(--font), sans-serif;
  cursor: pointer;
}

input, textarea {
  font-family: var(--font), sans-serif;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
}

input[type=radio], input[type=checkbox], input[type=file] {
  display: none;
}

iframe {
  display: none;
}



/*  HEADER  */
header {
  position: absolute;
  left: 0;
  top: 35px;
  width: 100%;
  height: auto;
  right: 0;
  z-index: 100;
}

#nick_result {
  display: none !important;
}

header:hover ul {
  height: 15rem;
}

header ul {
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5px 2px 5px 0px;
  width: 100%;
  max-width: 1500px;
  height: 59px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(3.5px);
  overflow: hidden;
  list-style: none;
  transition: height 0.4s ease;
}

header ul li {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  width: max-content;
  height: auto;
  float: left;
}

header ul li:last-of-type {
  margin: 0 0 0 auto;
}

header ul li:nth-child(2) {
  margin-left: auto;
}

header ul li a {
  display: flex;
  align-items: center;
  padding: 0 55px 0 0;
  width: max-content;
  height: 50px;
  font-size: 16px;
  font-variation-settings: 'wght'500;
  color: #262626;
  font-family: var(--font-3);
  text-transform: capitalize;
  white-space: nowrap;
  transition: color 0.4s ease;
}

header ul li a.sub {
  padding-right: 10px;
  height: 1.5rem;
  font-size: 0.9rem;
  color: #262626;
}

header ul li a:hover {
  color: #262626;
}

header ul li a.soon::after {
  content: 'SOON';
  margin: -1rem 0 0 0.5rem;
  font-size: 1rem;
  font-variation-settings: 'wght'400;
  color: #262626;
}

header ul li a.home {
  padding: 0 70px 0 45px;
  font-variation-settings: 'wght'800;
  color: #262626;
  background: no-repeat 0 50% / 34px 34px url(../img/fav.png);
}



header ul li a.login {
  color: #fff;
  margin: 0px 0 0 auto;
  display: flex;
  align-items: center;
  width: 140px;
  padding: 0px;
  justify-content: center;
  position: relative;
  height: 50px;
  border-radius: 10px;
  background: linear-gradient(176deg, #6DDFFF -11.79%, #4172FF 96.93%);
}


.mt-16 {
  margin-top: 16px;
}

/*  FOOTER  */
footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  padding: 6rem calc((100% - 100rem) / 2);
  width: 100%;
  background-color: #FFFFFF;
}

footer section.desc {
  width: 55%;
  font-size: 0.9rem;
  font-variation-settings: 'wght'400;
  color: #262626;
  line-height: 2rem;
}

footer section.shortcuts {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

footer section.shortcuts div {
  width: 25%;
}

footer section.shortcuts div:nth-of-type(2) {
  width: 30%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select {
  position: relative;
}

.select-wrapper.select::after {
  top: 50%;
}

.select::after {
  content: '';
  background-image: url(../img/drop-arrow2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 9px;
}

footer section.shortcuts div:nth-of-type(3) {
  width: 20%;
}

.footer {
  width: 100%;
  max-width: 1340px;
  padding-left: 20px !important;
  margin: 0 auto;
  padding-right: 20px !important;
}

footer section.shortcuts div::before {
  content: attr(data-section);
  display: block;
  margin: 0 0 22px 0;
  width: 100%;
  font-size: 16px;
  font-variation-settings: 'wght'700;
  color: #12141D;
  font-family: var(--font-3);
  font-weight: 700;
  line-height: 28px;
  text-transform: capitalize;
}



footer section.shortcuts div a {
  display: block;
  margin: 0 0 0rem 0;
  width: 100%;
  font-size: 14px;
  font-variation-settings: 'wght'400;
  color: #12141D;
  line-height: 40px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: var(--font-3);
  transition: color 0.4s ease;
}

.bottom-footer {
  width: 100%;
  padding-top: 117px;
  margin-top: 0px;
  padding-bottom: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottom-footer ul {
  display: flex;
  align-items: center;
  grid-gap: 28px;
}

.bottom-footer ul li a {
  color: #12141D;
  font-family: var(--font-4);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.bottom-footer p {
  color: #262626;
  font-family: var(--font-2);
  font-size: 18px;
  width: 100%;
  flex: 1;
  font-weight: 400;
  line-height: normal;
}

footer section.shortcuts div a:hover {
  color: #262626;
}

footer section.logo {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  margin: 2rem 0 0 0;
  padding: 0 0 0 2.5rem;
  width: max-content;
  height: 2rem;
  background: no-repeat 0 0 / 2rem 2rem url('../img/fav.png');
}

footer section.logo h2 {
  margin: 0 0 0.2rem 0;
  width: max-content;
  height: 0.9rem;
  font-size: 0.9rem;
  font-variation-settings: 'wght'700;
  color: #262626;
  line-height: 1.4rem;
  text-transform: uppercase;
}

footer section.logo h3 {
  width: max-content;
  height: 0.8rem;
  font-size: 0.8rem;
  font-variation-settings: 'wght'400;
  color: #262626;
  line-height: 1rem;
}



/*  NAV */
nav {
  display: none;
}

aside {
  display: none;
}


/*  popup-alert */
.popup-alert {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 500;
}

.popup-alert .popup-inner {
  position: relative;
  padding: 3rem;
  width: 30rem;
  height: auto;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}

.popup-alert .popup-inner p {
  position: relative;
  padding: 0 0 2rem 0;
  width: 100%;
  height: auto;
  font-size: 1.1rem;
  font-weight: 300;
  color: #121212;
  line-height: 1.75rem;
  text-align: center;
}

.popup-alert .popup-inner button {
  position: relative;
  width: 100%;
  height: 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  background-color: #121212;
  border: 0;
  border-radius: 0.5rem;
  transition: color 1s ease, background 1s ease;
}

.popup-alert .popup-inner button:hover {
  cursor: pointer;
  color: #000;
  background-color: var(--c-point);
}


button:hover {
  cursor: pointer;
  color: #fff !important;
  background: var(--c-point) !important;
}

.exchange .left button:hover {
  background: var(--Gray-50, #F3F4F6) !important;
}

input:focus {
  border: 1px solid #000 !important;
}

/*  popup confirm   */
.popup-confirm {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 500;
}

.popup-confirm .popup-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem;
  width: 30rem;
  height: auto;
  background-color: rgba(21, 26, 32, 1);
  border-radius: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}

.popup-confirm .popup-inner p {
  position: relative;
  padding: 0 0 1rem 0;
  width: 100%;
  height: auto;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.75rem;
  text-align: left;
}

.popup-confirm .popup-inner button {
  position: relative;
  width: 49%;
  height: 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  background-color: var(--point);
  border-radius: 0.5rem;
  transition: color 1s ease, background 1s ease;
}

.popup-confirm .popup-inner button:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
  background-color: var(--point-hover);
}

/*  popup-feedback */
.popup-feedback {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 450;
}

.popup-feedback .popup-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2rem;
  width: 30rem;
  height: auto;
  background-color: #000;
  border-radius: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(177, 255, 140, 0.6);
}

.popup-feedback .popup-inner::before {
  content: "Feedback";
  position: relative;
  display: block;
  margin: 0 0 1rem 0;
  padding: 0 0 0 0.5rem;
  width: 100%;
  height: auto;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--c-point);
  text-align: center;
}

.popup-feedback .popup-inner input[type="text"] {
  position: relative;
  margin: 0 0 0.5rem 0;
  padding: 0 1rem;
  width: 100%;
  height: 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: #bbb;
  background-color: #000;
  transition: color 1s ease, background-color 1s ease;
  border-bottom: 1px solid #103b17;
}

.popup-feedback .popup-inner input[type="text"]:focus {
  color: var(--c-point);
  border-bottom: 1px solid var(--c-point);
}

.popup-feedback .popup-inner textarea {
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 1rem;
  width: 100%;
  height: 20rem;
  font-size: 1rem;
  font-weight: 400;
  color: #bbb;
  background-color: #000;
  resize: none;
  transition: color 1s ease, background-color 1s ease;
  border-bottom: 1px solid #103b17;
}

.popup-feedback .popup-inner textarea:focus {
  color: var(--c-point);
  border-bottom: 1px solid var(--c-point);
}

.popup-feedback .popup-inner button {
  position: relative;
  width: 49%;
  height: 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  border-radius: 0.25rem;
  transition: color 1s ease, background 1s ease;
}

.popup-feedback .popup-inner button:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
}

.popup-feedback .popup-inner button:nth-of-type(1) {
  background-color: #000;
  border: 1px solid var(--c-point);
  color: var(--c-point);
}

.popup-feedback .popup-inner button:nth-of-type(2) {
  background-color: var(--c-point);
  color: #000;
}

.popup-feedback .popup-inner button:nth-of-type(1):hover {
  background-color: var(--c-point);
  color: #000;
}

.popup-feedback .popup-inner button:nth-of-type(2):hover {
  background-color: var(--c-point);
  color: #000;
}


/*  MOBILE  */
@media (min-width: 320px) and (max-width: 675px) {
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }

  header {
    display: none;
  }

  footer {
    padding: 5rem 2rem 3rem 2rem;
  }

  footer section.desc {
    width: 100%;
    font-size: 0.9rem;
    line-height: 2rem;
  }

  footer section.shortcuts {
    flex-wrap: wrap;
    margin: 2rem 0 0 0;
    width: 100%;
  }

  footer section.shortcuts div {
    width: 50%;
  }

  footer section.shortcuts div:nth-of-type(2) {
    width: 50%;
  }

  footer section.shortcuts div:nth-of-type(3) {
    margin: 2rem 0 0 0;
    width: 50%;
  }

  footer section.shortcuts div:nth-of-type(4) {
    margin: 2rem 0 0 0;
  }

  footer section.logo {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    margin: 3rem 0 0 0;
    padding: 0 0 0 3rem;
    width: max-content;
    height: 2rem;
    background: no-repeat 0 0 / 2rem 2rem url('/assets/images//sys_icon_logo.svg');
  }

  footer section.logo h2 {
    margin: 0 0 0.2rem 0;
    width: max-content;
    height: 1rem;
    font-size: 1rem;
    font-variation-settings: 'wght'700;
    color: var(--c-point);
    line-height: 1.4rem;
    text-transform: uppercase;
  }

  footer section.logo h3 {
    width: max-content;
    height: 0.9rem;
    font-size: 0.9rem;
    font-variation-settings: 'wght'400;
    color: var(--c-3);
    line-height: 1rem;
  }

  nav {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 3.5rem;
    background-color: rgba(60, 60, 60, 0.8);
    backdrop-filter: blur(1rem);
    z-index: 100;
  }

  nav button.menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 3.5rem;
    height: 3.5rem;
    background: no-repeat 50% 50% / 2rem 2rem url('/assets/images//nav_btn_menu.svg');
  }

  nav button.menu.close {
    background-image: url('/assets/images//nav_btn_menu_close.svg');
  }

  nav a.home {
    display: flex;
    align-items: center;
    padding: 0 0 0 2rem;
    width: max-content;
    height: 3rem;
    font-size: 1.2rem;
    font-variation-settings: 'wght'900;
    color: var(--c-point);
    background: no-repeat 0 50% / 1.5rem 1.5rem url('../img/fav.png');
    text-transform: uppercase;
  }

  aside.nav {
    position: fixed;
    display: block;
    padding: 1rem 0 0 0;
    left: 0;
    top: 3.5rem;
    width: 100%;
    height: calc(100vh - 3.5rem);
    background-color: rgba(20, 20, 20, 1);
    transform: translateX(-100%);
    z-index: 90;
    transition: transform 0.4s ease;
  }

  aside.nav.show {
    transform: translateX(0);
  }

  aside.nav a {
    display: flex;
    align-items: center;
    padding: 0 2rem;
    width: 100%;
    height: 4rem;
    font-size: 1.3rem;
    font-variation-settings: 'wght'500;
    color: var(--c-5);
  }

  aside.nav a::before {
    content: '';
    position: absolute;
    display: block;
    left: 2rem;
    bottom: 0;
    width: calc(100% - 4rem);
    height: 0.1rem;
    background-color: var(--c-05);
  }

  aside.nav a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    height: 3rem;
    background: no-repeat calc(100% - 2rem) 50% / 2rem 2rem url('/assets/images//sys_icon_go.svg');
    opacity: 0.3;
  }

  aside.nav a.none::before {
    display: none;
  }
}