.main {
    width: 100%;
    height: auto;
    background-color: #00000C;
}

.hero {
    width: 100%;
    height: 100vh;
    position: relative;
}

.hero > img {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.hero-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100vh;
    display: flex;
    padding: 0px 50px;
    box-sizing: border-box;
    align-items: flex-start;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
}

.tag {
    height: 40px;
    /* width: 200px; */
}

.tagline {
    margin-top: 30px;
    font-size: 100px;
}

.tagline span {
    color: yellow;
}

.tagline span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  background: currentColor;
  margin-left: 4px;
  animation: blink 1s steps(1) infinite;
}

.hero-content p {
    margin-top: 10px;
    max-width: 600px;
    font-size: 20px;
    color: rgb(209, 209, 209);
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.whyjoin {
    width: 100%;
    display: flex;
    padding: 30px 80px;
    margin-top: 50px;
    box-sizing: border-box;

}

.whyjoin > div {
    width: 50%;
}

.left h1 {
    font-size: 40px;
    color: #C2AEF6;
    font-weight: 300;
    margin-bottom: 15px;
}

ul li {
    line-height: 30px;
    font-size: 18px;
    margin-left: 20px;
    color: rgb(205, 205, 205);
}

.right img {
    width: 100%;
    transform: translateY(-100px);
}

.right {
    display: flex;
    align-items: center;
}

.explore {
    width: 100%;
    position: relative;
    height: 500px;
}

.notice {
    position: fixed;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: auto;
    box-sizing: border-box;
    padding: 15px;
    z-index: 9999;
    border-radius: 5px;
    backdrop-filter: blur(8px);
    background-color: rgba(255, 0, 0, 0.185);
    border: 1px solid rgba(255, 0, 0, 0.416);
}

*:disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
}

/* * {
    overflow-x: hidden;
} */

.explore {
  position: relative;
  width: 100%;
  overflow:  hidden;
  display: inline-block;
}

.explore img {
  width: calc(102%);
  transform: translateX(-1%);
  height: auto;
  display: block;
}

.explore-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.explore-inner h1 {
    font-size: 80px;
}

.explore-inner h1 span {
    color: var(--main);
    filter: brightness(120%);
}

.explore-inner p {
    margin-top: 5px;
    font-size: 30px;
    color: rgb(199, 199, 199);
}

.form {
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  transform: translateY(-100px);
  gap: 20px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.field p {
  font-size: 14px;
  color: #b8b8c5;
}



.field h6 {
  font-size: 11px;
  color: #7a7a8a;
  font-weight: 400;
}

.inp {
  background: #0f0f14;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 12px 14px;
  color: #ffffff;
  outline: none;
  font-size: 14px;
  transition: border 0.2s, box-shadow 0.2s;
}

.inp:focus {
  border-color: #7b6cff;
  box-shadow: 0 0 0 2px rgba(123,108,255,0.15);
}

textarea.inp {
  min-height: 90px;
  resize: vertical;
}

select.inp {
  appearance: none;
}

.item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #b8b8c5;
}

.item input {
  accent-color: #7b6cff;
}

.item a {
  color: #7b6cff;
  text-decoration: none;
}

.item a:hover {
  text-decoration: underline;
}

.joinwaitlist {
  margin-top: 10px;
  padding: 12px 16px;
  border-radius: 12px;
  border: none;
  /* background: linear-gradient(135deg, #7b6cff, #9f8cff); */
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
  background-color: #5D459E;
    border: 2px solid #997beaa9;
}

.joinwaitlist:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(123,108,255,0.35);
}

.joinwaitlist:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(123,108,255,0.25);
}

.footer {
    width: 100%;
    /* margin-top: 40px; */
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    /* display: flex; */
    background-color: rgba(255, 255, 255, 0.089);
}

.ft-left, .ft-right {
    display: inline-flex;
    width: 47%;
    flex-direction: column;
}

.ft-right {
    float: right;
    justify-content:end;
    align-items: flex-end;
}

.tcc {
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
}



.disclaimer {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    font-size: 13px;
}

.ft-right a {
    float: right;
    text-decoration: none;
}

.tcc img {
    height: 30px;
}

.tcc h3 {
    margin-left: 10px;
    font-size: 30px;
    font-weight: 400;
}

@media (max-width: 1200px) {
  .tagline {
    font-size: 72px;
  }

  .hero-content {
    padding: 0 40px;
  }

  .explore-inner h1 {
    font-size: 60px;
  }

  .explore-inner p {
    font-size: 24px;
  }
}

@media (max-width: 900px) {
  .hero {
    height: auto;

    min-height: 50vh;
  }

  .hero-content {
    position: relative;
    transform: none;
    top: auto;
    height: auto;
    padding: 120px 30px 60px;
  }

  .tag {
    margin-top: 40px;
  }
  .tagline {
    font-size: 56px;
  }

  .hero-content p {
    font-size: 18px;
  }

  .whyjoin {
    flex-direction: column;
    padding: 30px 40px;
  }

  .whyjoin > div {
    width: 100%;
  }

  .right img {
    transform: none;
    margin-top: 30px;
  }

  .explore-inner h1 {
    font-size: 48px;
  }

  .explore-inner p {
    font-size: 20px;
  }

  .form {
    transform: none;
    padding: 0 20px;
  }
}

@media (max-width: 600px) {
  .hero-content {
    padding: 100px 20px 40px;
  }

  .tagline {
    font-size: 40px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .left h1 {
    font-size: 28px;
  }

  ul li {
    font-size: 16px;
    line-height: 26px;
  }

  .explore {
    height: auto;
  }

  .explore-inner h1 {
    font-size: 36px;
  }

  .explore-inner p {
    font-size: 18px;
  }

  .footer {
    text-align: center;
  }

  .ft-left,
  .ft-right {
    width: 100%;
    align-items: center;
  }

  .ft-right {
    float: none;
    margin-top: 15px;
  }

  .tcc {
    justify-content: center;
  }

  .tcc h3 {
    font-size: 22px;
  }
}

@media (max-width: 400px) {
  .tagline {
    font-size: 32px;
  }

  .explore-inner h1 {
    font-size: 28px;
  }

  .explore-inner p {
    font-size: 16px;
  }
  
}

.footer a {
    color: var(--main);
    text-decoration: none;
    filter: brightness(200%);
}

.footer a:hover {
    filter: brightness(240%);
}

.manage {
  /* position: fixed; */
  width: 100%;
  /* height: 100vh; */
  margin-bottom: 100px;
  left: 0;
  top: 0;
  /* background-color: rgba(46, 46, 46, 0.481); */
  display: flex;
  backdrop-filter: blur(10px);
  align-items: center;
  z-index: 9999999999999;
  justify-content: center;
}

.inner {
  width: 95%;
  max-width: 600px;
  padding: 30px;
  box-sizing: border-box;
  background-color: black;
  /* max-height: 85vh; */
  /* overflow-y: scroll; */
  position: relative;
  border-radius: 8px;
  border: 1px solid rgba(128, 128, 128, 0.247);

}

.header {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* background-color: grey; */
}

.header img {
  width: 100px;
  border-radius: 1000px;
}

.header h1 {
  margin-top: 17px;
  font-size: 23px;
  font-weight: 500;
}

.header p {
  font-size: 15px;
  margin-top: 5px;
  color: rgb(157, 157, 157);
}

.pos {
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pos h2 {
  text-align: center;
  font-size: 21px;
  font-weight: 400;
}

.pos h1 {
  font-size: 40px;
  color: var(--main);
  font-weight: 300;
  filter: brightness(200%);
}

.referral {
  border: 1px solid rgba(128, 128, 128, 0.316);
  background-color: rgba(128, 128, 128, 0.145);
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
}

.referral h3 {
  font-size: 18px;
  font-weight: 500;
  color: rgb(209, 191, 220);
}

.referral p {
  margin-top: 6px;
  font-size: 15px;
  color: rgb(181, 181, 181);
}

.referral a {
  margin-top: 8px;
  font-size: 16px;
  text-decoration: none;
  color: #8965ec;
}

.exitqueue {
  margin-top: 10px;
  width: 120px;
  height: 38px;
  background-color: rgba(255, 0, 0, 0.114);
  border: 1px solid rgba(255, 0, 0, 0.255);
  border-radius: 4px;
  color: rgb(255, 190, 190);
  cursor: pointer;
}

.progressbar {
  margin-top: 7px;
  width: 100%;
  height: 10px;
  margin-bottom: 13px;
  background-color: rgba(128, 128, 128, 0.221);
  border-radius: 100px;
  overflow: hidden;
  display: flex;
}

.pbc {
  width: 10%;
  height: 10px;
  border-right: 1px solid grey;
}


.close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: 0.4s;
  justify-content: center;
}

.close:hover i {
  color: red;
}

.close i {
  font-size: 25px;
  text-align: center;
  line-height: 30px;
}

/* .manage {
  display: none;
} */

:root{
    --table-bg:#0d0d0d;
    --table-panel:#121212;
    --table-border:#303030;
    --table-text:#e6e9ef;
    --table-muted:#aa9ab2;
    --table-accent:var(--main);
     --toast-bg:#151922;
    --toast-border:#252a36;
    --toast-text:#e6e9ef;
    --toast-success:#4caf50;
    --toast-error:#f44336;
    --toast-info:#4f8cff;
}



 .toast-container{
                position:fixed;
                top:20px;
                right:20px;
                display:flex;
                flex-direction:column;
                gap:12px;
                z-index:9999;
            }

            .toast{
                min-width:260px;
                max-width:360px;
                background:var(--toast-bg);
                border:1px solid var(--toast-border);
                border-left:4px solid var(--toast-info);
                padding:14px 16px;
                border-radius:10px;
                box-shadow:0 10px 30px rgba(0,0,0,.4);
                display:flex;
                align-items:center;
                justify-content:space-between;
                animation:toast-in .25s ease forwards;
            }

            .toast.success{ border-left-color:var(--toast-success); }
            .toast.error{ border-left-color:var(--toast-error); }
            .toast.info{ border-left-color:var(--toast-info); }

            .toast-text{
                font-size:14px;
                color:var(--toast-text);
                padding-right:10px;
            }

            .toast-close{
                background:none;
                border:none;
                color:#9aa4b2;
                font-size:18px;
                cursor:pointer;
            }

            .toast-close:hover{
                color:#fff;
            }

            @keyframes toast-in{
                from{ opacity:0; transform:translateY(-10px); }
                to{ opacity:1; transform:translateY(0); }
            }

            @keyframes toast-out{
                from{ opacity:1; transform:translateY(0); }
                to{ opacity:0; transform:translateY(-10px); }
            }


            .refwarning {
              font-size: 14px;
              
            }

            .remref {
              color: #5D459E;
            }

            /* HTML: <div class="loader"></div> */
.loader {
  width: 100px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #514b82;
  animation:
    l20-1 0.8s infinite linear alternate,
    l20-2 1.6s infinite linear;
}
@keyframes l20-1{
   0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
   12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
   25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
   50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
   100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{ 
  0%    {transform:scaleY(1)  rotate(0deg)}
  49.99%{transform:scaleY(1)  rotate(135deg)}
  50%   {transform:scaleY(-1) rotate(0deg)}
  100%  {transform:scaleY(-1) rotate(-135deg)}
}

.loading {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.activepbc {
  background-color: var(--main);
  filter: brightness(130%);
}

.copylink {
  cursor: pointer;
}

.joinbtn {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: auto;
  max-width: 38px;
  height: 38px;
  border-radius: 1000px;
  background-color: rgb(24, 5, 40);
  border: 1px solid #483086;
  display: flex;
  align-items: center;

}

.joinbtn i {
  width: 38px;
  font-size: 20px;
}


.joinbtn p {
  width: 0px;
  overflow: hidden;
  opacity: 0;
  transition-delay: 0.4s opacity;
}

.joinbtn, .joinbtn * {
  transition: 0.4s;
  cursor: pointer;
}

.joinbtn:hover {
  max-width: 200px;
}

.joinbtn:hover p {
  opacity: 1;
  width: 40px;
  text-align: right;
}

* {
  scroll-behavior: smooth;
}