*{
    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;*/
    margin-bottom: 20px;
}
.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: 15px;
}
.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;
}
.tnc.mb-50{margin-bottom: 50px}
.tnc.mb-50 a {
    margin: 0 5px;
}
.support form .form-group input {
    background: #f1f1f1;
    border: 1px solid #e8e8e8;
    height: 45px;
    border-radius: 35px;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
     outline: none;
    font-size: 14px;
}
.drop-down-btn img {
    transition: 0.3s ease;
}

.drop-down-btn.active img {
    transform: rotate(90deg);
    top: 16px;
}
.support form .form-group textarea {
    background: #f1f1f1;
    border: 1px solid #e8e8e8;
    width: 100%;
    padding: 15px;
    resize: none;
    border-radius: 17px;
    box-sizing: border-box;
    font-family: 'Inter';
    outline: none;
    font-size: 14px;
}
.submit button {
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
}    
.submit button:hover {
    background: #222;
}
div#submitted {
    background: #f1f1f1;
    border: 1px solid #e8e8e8;
    padding: 15px;
    border-radius: 15px;
    margin-top: 20px;
    display: none;
}
#submitted .popup-main-inner-submit .check {
    width: 17px;
    flex-shrink: 0;
    margin-right: 9px;
}
#submitted .popup-main-inner-submit {
    display: flex;
}
#submitted .popup-main-inner-submit .check img {
    width: 100%;
}

#submitted .popup-main-inner-submit .check {
    width: 20px;
    flex-shrink: 0;
    margin-right: 9px;
}
#submitted .popup-main-inner-submit p {
    color: #181818;
    font-size: 12px;
    line-height: 15px;
}
.support {
    max-width: 450px;
    margin: 0 auto;
}  
.support .sub-title {
    color: #999;
    margin-bottom: 35px;
    display: block;
    font-size: 16px;
}
.support .form-group p {
    color: #999;
    font-size: 12px;
    line-height: 17px;
    margin-top: 9px;
}
.drop-down-btn {
    background: #f1f1f1;
    border: 1px solid #e8e8e8;
    height: 45px;
    border-radius: 35px;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    line-height: 45px;
    color: #757575;
    font-size: 14px !important;
}
.drop-down ul {
    list-style: none;
}

.drop-down ul li a {
    text-decoration: none;
    color: #333;
}
.drop-down {
    background: #f1f1f1;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    margin-top: 5px;
    padding: 20px;
    position: absolute;
    z-index: 9;
    width: 100%;
    box-sizing: border-box;
    display: none;
}
.drop-down-btn{cursor: pointer}
.drop-down ul li a:hover {
    background: #d2d2d2;
    color: #000;
}
.drop-down-btn img {
    width: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.drop-wrapper {
    position: relative;
}
.drop-down li a {
    background: #fff;
    padding: 6px 10px;
    display: block;
    border-radius: 10px;
    font-size: 14px;
}
.drop-down li {
    margin: 10px 0 !important;
}
.drop-down li:first-child {
    margin-top: 0 !important;
}
.drop-down li:last-child {
    margin-bottom: 0 !important;
}
.drop-down li input {
    width: auto !important;
    height: auto !important;
    position: absolute;
    width: 100% !important;
    right: 0;
    text-align: left;
    opacity: 0;
}
.drop-down label {
    background: #fff;
    display: block;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
}
.support form .form-group .drop-down input:checked + label {
    background: #c7c7c7;
}
.support form .form-group .drop-down input {
    height: 35px !important;
    opacity: 0;
    cursor: pointer;
}
.drop-down input:hover + label {
    background: #e2e2e2 !important;
}
.new-download-sec {
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin-top: 40px;
}
.download-wrapper.d-flex {
    max-width: 270px;
    display: flex;
    margin: 50px auto 0;
    gap: 15px;
    width: 270px;
}


.download-wrapper.d-flex img {
    width: 100%;
}
.get-app-qr-code-wrapper {
    position: fixed;
    top: 0;
    z-index: 9999999999;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    background: #00000082;
    left: 0;
    right: 0;
}
.get-app-qr-code-wrapper .email-verification.after-login {
    padding: 30px 20px !important;
}

.get-app-qr-code-wrapper .email-verification.after-login {
    border: 1px solid #333333;
    border-radius: 42px;
}
.get-app-qr-code-wrapper .email-verification.after-login {
    padding: 30px 20px !important;
}
.get-app-qr-code-wrapper > div {
    background: #161616;
}
.get-app-qr-code-wrapper > div {
    background: #161616;
    max-width: 340px;
    height: auto;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 340px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 25px;
    margin: 0;
}
.close-getstart {
    position: absolute;
    right: 20px;
    font-size: 33px;
    color: #555555;
    top: 10px;
    font-weight: 100;
    cursor: pointer;
}
.get-app-qr-code-wrapper .email-box {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}
.get-app-qr-code-wrapper > div h4.text-center {
    color: #fff;
}

.get-app-qr-code-wrapper h4 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 32px;
    text-align: center;
}
.get-app-qr-code-wrapper .note-line p {
    line-height: 18px;
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    color: #fff;
}
.get-androd-app {
    text-align: center;
}
.get-androd-app a {
    font-size: 12px;
    color: #5566FF;
    margin-top: 14px;
    display: block;
    text-decoration: none;
}
.scanner {
    width: 230px;
    margin: 0px auto 15px;
    max-width: 230px;
}
.scanner img {
    width: 100%;
}
.download-btn {
    text-align: center;
    width: 130px;
    margin: 0 auto;
}
.download-btn img {
    width: 100%;
}
/*.double{text-indent: -18px;
    margin-left: 25px;}*/
@media screen and (max-width:767px){
.download-wrapper.d-flex {
    max-width: 270px;
    display: flex;
    margin: 30px auto 0;
    gap: 15px;
    width: 200px;
}    
.get-app-qr-code-wrapper > div {
    max-width: 95%;
    width: 95%;
    padding: 25px;
    box-sizing: border-box;
}    
.new-download-sec {
    font-size: 25px;
    margin-top: 30px;
}
.download-wrapper.d-flex {
    max-width: 220px;
}    
.support .form-group p {
    line-height: 14px;
}    
.support .sub-title {
    margin-bottom: 25px;
}    
.support input, .support textarea, .support select {
        font-size: 14px !important;
    }    
.drop-down-btn {
    font-size: 14px !important;
    position: relative;
}    
.support form .form-group textarea {
    height: 180px;
}    
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;
}
.drop-down li {
    margin: 5px 0 !important;
}    
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: 0px;
}    
    .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%;
    } 
.center-container {
        max-width: 180%;
        height: auto;
        aspect-ratio: 1 / 1;
        width: 180%;
    }    
.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: 32px;
        margin-top: 50px;
        /* padding: 0 130px; */
        max-width: 400px;
        margin: 10px auto 0;
        line-height: 51px;
    }
.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;
}
.center-container {
    max-width: 150%;
    width: 150%;
}
.center-container h1 {
        margin: 00px 0 0;
        font-size: 90px;
        display: inline-block;
    }    
.join-waitlist {
    font-size: 45px;
    margin: 60px auto 30px;
}    
}  
@media screen and (min-width:1100px) and (max-width:1200px) {
    .center-container h1 {
        font-size: 90px;
        margin: 0;
    }
    .center-container {
        max-width: 140%;
        width: 140%;
    }
    .sec-last {
        max-width: 50%;
        margin: 0 auto;
    }
    .sec-last h3 {
        font-size: 25px;
        line-height: 37px;
    }
    .sec-last {
        max-width: 100%;
        margin: 0 auto;
    }
    .tnc, .tnc a {
    font-size: 17px;
}
}
@media screen and (min-width:900px) and (max-width:1100px) {
    .center-container h1 {
    color: #fff;
    margin: 170px 0 0;
    clear: both;
    font-size: 35px;
    display: inline-block;
}
.center-container {
    max-width: 170%;
    width: 170%;
}
.center-container h1 {
        font-size: 65px;
    }    
.sec-last {
    max-width: 80%;
    margin: 0 auto;
}
.sec-last h3 {
    font-size: 22px;
    line-height: 37px;
}

.sec-last h3 br {
    display: none;
}
.sec-last {
    max-width: 50%;
    margin: 0 auto;
}
button.join-now {
    width: 400px;
}
.join-waitlist {
    font-size: 40px;
}
}

@media screen and (min-width:800px) and (max-width:900px) {
    .center-container h1 {
    margin: 120px 0 0;
    font-size: 60px;
}
.center-container {
    max-width: 150%;
    width: 150%;
}    
.sec-last br {
    display: none;
}

.sec-last {
    max-width: 60%;
    margin: 0 auto;
}
.sec-last h3 {
    font-size: 21px;
    }
        button.join-now {
    width: 300px;
}
.tnc-pages {
    padding: 0 20px;
}   
.white-circle {
    margin: 0px auto;
}    
}

@media screen and (min-width:767px) and (max-width:800px) {
    .center-container {
        max-width: 140%;
        width: 140%;
    }
        .center-container h1 {
        margin: 80px 0 0;
        font-size: 50px;
    }
    .white-circle-outer {
    margin: 0px 0;
}
.sec-last h3 {
    font-size: 18px;
    width: auto;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-weight: 500;
    line-height: 29px;
}
.sec-last h3 {
    font-size: 18px;
}
button.join-now {
    width: 380px;
}
    .tnc-pages {
    padding: 0 20px;
}
    
}

@media screen and (min-width:700px) and (max-width:768px) {
    .center-container h1 {
    margin: 120px 0 0;
    font-size: 55px;
}
.center-container {
    max-width: 150%;
    width: 150%;
}    
.sec-last br {
    display: none;
}

.sec-last {
    max-width: 60%;
    margin: 0 auto;
}
.sec-last h3 {
    font-size: 21px;
    }
.sec-last h3 {
        font-size: 20px;
        line-height: 30px;
    }
    button.join-now {
    width: 300px;
}
.center-container h1 {
        margin: 0px 0 60px;
        font-size: 54px;
        max-width: 100%;
        line-height: 75px;
    }
.sec-last {
        max-width: 100%;
        margin: 50px auto 0;
        padding: 0;
        width: 100%;
    }
.sec-last h3 {
        font-size: 18px;
        line-height: 28px;
        width: 58%;
    }
.join-waitlist {
        font-size: 30px;
        font-weight: 800;
        margin: 50px auto 15px;
    }
.tnc-pages {
    padding: 0 20px;
}    
}

@media screen and (min-width:650px) and (max-width:700px) {
.center-container {
        max-width: 130%;
        width: 130%;
    }
.center-container h1 {
        font-size: 50px;
        margin-top: 50px;
        /* padding: 0 130px; */
        max-width: 620px;
        margin: 0px auto 0;
        line-height: 51px;
            line-height: 67px;
    }    
    .sec-last h3 {
        font-size: 17px;
        margin: 0 130px;
        width: 590px;
        margin: 0 auto;
        line-height: 24px;
    }    
.join-waitlist {
        font-size: 25px;
        font-weight: 800;
        margin: 36px auto 5px;
    }
   button.join-now {
        width: 260px;
    }
    .tnc-pages {
    padding: 0 20px;
}
}

@media screen and (min-width:600px) and (max-width:650px) {
.center-container {
        max-width: 130%;
        width: 130%;
    }
.center-container h1 {
        font-size: 40px;
        max-width: 560px;
    }    
    .sec-last h3 {
        font-size: 16px;
        margin: 0 130px;
        width: 590px;
        margin: 0 auto;
        line-height: 24px;
    }    
.join-waitlist {
        font-size: 25px;
        font-weight: 800;
        margin: 36px auto 5px;
    }
   button.join-now {
        width: 260px;
    }
    .tnc, .tnc a {
        font-size: 14px;
    }
    .tnc-pages {
    padding: 0 20px;
}
}

@media screen and (min-width:550px) and (max-width:600px) {
    .center-container h1 {
        font-size: 43px;
        margin-top: 0px;
        max-width: 530px;
        margin: 0px auto 0;
        line-height: 51px;
    }
        .center-container {
        max-width: 150%;
        width: 150%;
    }
        .sec-last h3 {
        font-size: 14px;
        line-height: 20px;
        margin: 0 130px;
        width: 480px;
        margin: 0 auto;
        line-height: 21px;
        font-weight: 400;
    }
    button.join-now {
        width: 210px;
    }
        .tnc, .tnc a {
        font-size: 14px;
    }
    .tnc-pages {
    padding: 0 20px;
}
}


@media screen and (min-width:500px) and (max-width:550px) {
        .center-container {
        max-width: 140%;
        width: 140%;
    }
.sec-last h3 {
        font-size: 14px;
        line-height: 20px;
        width: 420px;
        margin: 0 auto;
        line-height: 21px;
        font-weight: 400;
    }    
    .center-container h1 {
        font-size: 35px;
        max-width: 460px;
    }    
    .tnc-pages {
    padding: 0 20px;
}
}

@media screen and (min-width:450px) and (max-width:500px) {
     .center-container {
        max-width: 150%;
        width: 150%;
    }    
    
    .tnc-pages {
    padding: 0 20px;
}
}

button#join-btn:hover {
    background: #222;
}
@media screen and (max-width:405px){
    .center-container h1 {
        font-size: 30px;
        line-height: 42px;
    }
}
@media screen and (max-width:390px){
   .waitlist {
        max-width: 350px;
    }   
    .center-container h1 {
        font-size: 28px;
        margin-top: 50px;
        /* padding: 0 130px; */
        max-width: 340px;
        margin: 10px 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: 27px;
        margin-top: 50px;
        /* padding: 0 130px; */
        max-width: 340px;
        margin: 50px auto 0;
        line-height: 40px;
    }
    .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: 10px 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;
    }    
}