*{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Inter';
}
input{
     font-family: 'Inter';
}
.mb-0{margin-bottom: 0 !important;}
.logo img {
    width: 100%;
}
.tnc a {
    color: #999;
}
.logo {
    max-width: 200px;
    margin: 40px auto;
}
.center-container {
    text-align: center;
    background: #000;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 645px;
    height: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
span.at-sign {
    position: absolute;
    left: 17px;
    top: 12px;
    color: #757575;
    font-size: 14px;
    font-family: 'Inter';
    color: #000;
    opacity: 0;
}
.center-container h1 {
    color: #fff;
    margin: 0px 0 0;
    clear: both;
    font-size: 80px;
    display: inline-block;
}
.waitlist {
    background: #e8e8e8;
    width: 430px;
    padding: 30px;
    text-align: left;
    border-radius: 15px;
    margin: 50px auto 0;
    box-sizing: border-box;
    max-width: 430px;
}
.waitlist h2 {
    font-size: 40px;
    margin-bottom: 15px;
}
.waitlist p {
    font-size: 14px;
    line-height: 16px;
}
.form-box-home {
    margin: 15px 0;
}
.form-box-home {
    margin: 20px 0;
}
.form-box-home label {
    font-weight: 600;
    font-size: 14px;
    display: block;
}
.form-box-home input[type="text"] {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 40px;
    border: none;
    border-radius: 45px;
    margin-top: 0px;
    padding: 0 17px;
    box-sizing: border-box;
    outline: none;
}
.form-box-home.mt-0 {
    margin-top: 0;
}
.form-box-home.mt-0 input:not(:placeholder-shown) {
    padding-left: 17px;
    padding-right: 20px;
}
/* CSS */
.form-box-home { position: relative; display: inline-block; width: 100%}

/* position the span on the right inside the field */
.form-box-home .at-sign {
  
}

/* show span when input is NOT placeholder-shown (i.e. it has content) */
.form-box-home input:not(:placeholder-shown) + .at-sign {
  opacity: 1;
}
.form-box-home input:not(:placeholder-shown){padding-left: 31px}


.waitlist button {
    background: #000;
    color: #fff;
    border: none;
    width: 100%;
    height: 50px;
    border-radius: 45px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 5px;
}
.tnc {
    margin-top: 15px;
}

.tnc, .tnc a {
    text-align: center;
    color: #999 !important;
    font-size: 14px;
}
.connect-social ul li img {
    width: 26px;
}

.connect-social ul {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 25px;
}
.connect-social {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 100px;
}
.popup-main {
    position: fixed;
    top: 0;
    width: 100%;
    bottom: 0;
    background: #00000087;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    display: none;
}

.popup-main-inner {
    background: #e8e8e8;
    max-width: 450px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    padding: 35px;
    border-radius: 50px;
    transition: all 0.5s ease;
    opacity: 0;
}
.popup-main-inner h3 {
    font-size: 30px;
    margin-bottom: 10px;
}
.popup-main-inner p {
    font-size: 14px;
    margin: 0 0 15px;
    color: #888;
}
.cross img {
    width: 100%;
}

.cross {
    position: absolute;
    width: 25px;
    right: 30px;
    top: 30px;
    cursor: pointer;
}
.popup-main-inner a {
    color: #000;
}
.connect-social li a {
    color: #000;
}
.popup-main-inner.showMe {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.center-container-inner {
    margin-top: 0px;
}
.center-container-inner {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
}
.white-circle {
    background: #fff;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    margin: 30px auto;
}
.white-circle-outer {
    margin: 80px 0;
}
.sec-last h3 {
    font-size: 25px;
    width: auto;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-weight: 500;
    line-height: 35px;
}
.join-waitlist {
    font-size: 35px;
    font-weight: 800;
    margin: 60px auto 30px;
    color: #fff;
}
button.join-now {
    width: 100%;
    height: 60px;
    border-radius: 50px;
    margin-top: 13px;
    font-weight: 700;
    width: 480px;
    border: none;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    background: #f1f1f1;
}
.waitlist {
    margin: 0;
    border-radius: 30px;
    padding: 0;
    box-sizing: border-box;
}
.center-container {
    max-width: 800px;
    height: 800px;
}
.center-container {
    max-width: 110%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    width: 110%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.outer-wrapper {
    width: 100%;
    overflow: hidden;
}
.logo {
    max-width: 200px;
    margin: 20px auto;
}
.available {
    color: #20e428;
    font-weight: 500;
    position: absolute;
    right: 15px;
    top: 11px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap:5px;
}
.available img {
    width: 14px;
}
.form-group{position: relative;}
.form-group {
    position: relative;
    margin-top: 10px;
}
.form-box-home input[type="text"] {
    padding-right: 124px;
} 
button.join-now:hover {
    background: #dddcdc;
}
.tnc-pages {
    max-width: 90%;
    margin: 0 auto;
    max-width: 1060px;
    color: #222;
}
.tnc-pages h1 {
    font-size: 45px;
    margin-bottom: 10px;
}
.date {
    margin-bottom: 55px;
}
.tnc-pages li {
    margin: 10px 7px;
}
.tnc-pages li h2 {
    font-size: 15px;
    font-weight: 400;
}
.sublist ul {
    list-style: none;
}
.tc-sec ul {
    margin-left: 18px;
    list-style: none;
    margin-bottom: 25px;
}
.sublist {
    list-style: none;
    margin-left: 10px;
    margin-top: 6px;
}
.static-header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}
.tnc-pages p, .tnc-pages li {
   font-size: 15px;
    line-height: 20px;
}
.tc-sec h4 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}
.tnc-pages li {
    margin-bottom: 12px !important;
}
.tc-sec.mt-30 {
    margin-top: 30px;
}
.section-8, .section-11, .section-12, .section-1, .section-2, .section-3, .section-4 {
  counter-reset: item 0;
  list-style: none;
  padding-left: 0;
}
.tc-sec ol {
    padding-left: 20px;
}
.section-8 > li, .section-11 > li, .section-12 > li, .section-6 > li, .section-1 > li, .section-3 > li, .section-2 > li, .section-4 > li {
    counter-increment: item;
    margin: 5px 0;
    text-indent: -26px;
    margin-left: 25px !important;
}
.section-12 > li{
    text-indent: -35px !important;
}
.tc-sec {
    margin-bottom: 20px !important;
}
.tc-sec ul {
    margin-bottom: 0 !important;
}
.section-8 > li, .section-11 > li, .section-12 > li, .section-6 > li, .section-1 > li, .section-2 > li, .section-3 > li, .section-4 > li {
  counter-increment: item;
  margin: 5px 0;
}

.section-8 > li::before {
  content: "8." counter(item) " ";
  font-weight: 400;
}
.section-11 > li::before {
  content: "11." counter(item) " ";
  font-weight: 400;
}
.section-12 > li::before {
  content: "12." counter(item) " ";
  font-weight: 400;
}
.section-6 > li::before {
  content: "6." counter(item) " ";
  font-weight: 400;
}
.section-1 > li::before {
  content: "1." counter(item) " ";
  font-weight: 400;
}

.section-2 > li::before {
  content: "2." counter(item) " ";
  font-weight: 400;
}
.section-3 > li::before {
  content: "3." counter(item) " ";
  font-weight: 400;
}
.section-4 > li::before {
  content: "4." counter(item) " ";
  font-weight: 400;
}
ol.section-11, ol.section-12, ol.section-6 {
    margin-left: 6px;
    list-style: none;
}
ol.section-1, ol.section-2, ol.section-3 {
    margin-left: 0px;
    list-style: none;
}
.tnc-pages div {
    font-size: 15px;
}
#join-success .popup-main-inner p {
    color: #222;
}
#join-success .popup-main-inner h3 {
    margin-bottom: 20px;
}
ol.section-12 {
    margin-left: 17px;
}
li.mob-indent.double {
    text-indent: -18px;
    margin-left: 25px;
}
/*.double{text-indent: -18px;
    margin-left: 25px;}*/
@media screen and (max-width:767px){
li.mob-indent.double {
    text-indent: -18px;
    margin-left: 0;
}
    li.mob-indent {
    text-indent: -17px;
    margin-left: 19px;
}
.tnc-pages li {
    margin-bottom: 12px !important;
    padding-left: 0;
    margin-left: 0;
}    
input,
textarea,
select {
    font-size: 16px !important;
}    
.static-header {
    margin-bottom: 30px;
}
.date {
    margin-bottom: 35px;
}    
.tnc-pages {
    max-width: 90%;
    margin: 0 auto;
    max-width: 1060px;
    color: #222;
    padding: 0 20px;
}
.tnc-pages h1 {
    font-size: 30px;
}    
.connect-social {
    margin-top: 30px;
    margin-bottom: 30px;
}    
    .center-container-inner {
    margin-top: 0;
    }
.center-container h1 {
    font-size: 20px;
}
.waitlist {
    margin: 30px auto 0;
    border-radius: 30px;
}

.waitlist {
    width: 380px;
    padding: 25px;
    text-align: left;
    border-radius: 15px;
    margin: 30px auto 0;
    max-width: 270px;
}
.center-container {
        max-width: 700px;
        height: 700px;
        width: 700px;
        /* margin-left: -220px; */
        position: relative;
        left: 50%;
        transform: translateX(-50%);
}   
.outer-wrapper {
    width: 100%;
    overflow: hidden;
} 
 .logo {
    max-width: 120px;
    margin: 20px auto;
}  
.waitlist h2 {
    font-size: 25px;
    margin-bottom: 10px;
}    
.tnc, .tnc a {
    font-size: 12px;
}   
.waitlist p {
    font-size: 12px;
    line-height: 12px;
}
.form-box-home label {
    font-size: 12px;
}
.available {
    font-size: 12px;
}
.available img {
    width: 12px;
}
.popup-main-inner {
    width: 95%;
    box-sizing: border-box;
    padding: 24px;
}    
.popup-main-inner h3 {
    font-size: 25px;
}
.popup-main-inner p {
    font-size: 12px;
    line-height: 13px;
}
.center-container {
        max-width: 160%;
        height: auto;
        aspect-ratio: 1 / 1;
        width: 160%;
    }    
.waitlist {
        width: auto;
        padding: 0px;
        text-align: left;
        border-radius: 15px;
        margin: 10px auto 0;
        max-width: 370px;
    }   
.center-container h1 {
        font-size: 20px;
        margin-top: 50px;
    } 
.popup-main-inner .waitlist p {
    margin: 0 0 0px;
}    
.white-circle {
    height: 120px;
    width: 120px;
}
.white-circle-outer {
    margin: 0 0;
}
.sec-last h3 {
        font-size: 14px;
        line-height: 21px;
        margin: 0 120px;
    }
.join-waitlist {
    font-size: 20px;
    font-weight: 800;
    margin: 20px auto 5px;
}
    button.join-now {
        width: 180px;
        font-size: 16px;
        font-weight: 600;
        height: 48px;
        color: #000;
    }
svg {
    width: 25px;
}    
.center-container h1 {
        font-size: 25px;
        margin-top: 50px;
/*        padding: 0 130px;*/
            max-width: 400px;
    margin: 80px auto 0;
    }
.center-container h1 br{
    display: none
    }    
.sec-last h3 br {
    display: none;
}
.sec-last h3 {
               font-size: 12px;
        line-height: 20px;
        margin: 0 130px;
        width: 370px;
        margin: 0 auto;
        line-height: 17px;
    font-weight: 400;
    }    
}

@media screen and (min-width:1200px) and (max-width:1300px) {
    .center-container h1 {
    margin: 110px 0 0;
    clear: both;
    font-size: 60px;
    display: inline-block;
}
}
@media screen and (min-width:900px) and (max-width:1200px) {
    .center-container h1 {
    color: #fff;
    margin: 170px 0 0;
    clear: both;
    font-size: 35px;
    display: inline-block;
}
}

button#join-btn:hover {
    background: #222;
}
@media screen and (max-width:405px){
    .center-container h1 {
        font-size: 22px;
    }
}
@media screen and (max-width:390px){
   .waitlist {
        max-width: 350px;
    }   
    .center-container h1 {
        font-size: 22px;
        margin-top: 50px;
        /* padding: 0 130px; */
        max-width: 340px;
        margin: 50px auto 0;
    }
    .sec-last h3 {
        font-size: 12px;
        line-height: 17px;
        margin: 0 130px;
        max-width: 350px;
        margin: 0 auto;
        font-weight: 400;
    }
}
@media screen and (max-width:375px){
    .waitlist {
    max-width: 300px;
    }
    .center-container h1 {
        font-size: 22px;
        margin-top: 50px;
        /* padding: 0 130px; */
        max-width: 340px;
        margin: 50px auto 0;
    }
    .sec-last h3 {
        font-size: 12px;
        line-height: 17px;
        margin: 0 130px;
        max-width: 310px;
        margin: 0 auto;
        font-weight: 400;
    }
}
@media screen and (max-width:367px){
    .waitlist {
    max-width: 300px;
    }
    .center-container h1 {
        font-size: 25px;
        margin-top: 50px;
        /* padding: 0 130px; */
        max-width: 340px;
        margin: 50px auto 0;
    }
}
@media screen and (max-width:325px){
    .waitlist {
        max-width: 290px;
        padding: 20px;
    }
        .center-container h1 {
        font-size: 18px;
        margin-top: 50px;
    }
        .sec-last h3 {
        max-width: 280px;
    }
.center-container h1 {
        max-width: 260px;
        margin: 50px auto 0;
    }    
}