@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,400&display=swap');

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/poppins/Poppins-Medium.ttf);
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/poppins/Poppins-Bold.ttf);
}

@font-face {
    font-family: 'Kollektif';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/kollektif/Kollektif.ttf);
}
@font-face {
    font-family: 'Kollektif';
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/kollektif/Kollektif-Italic.ttf);
}
@font-face {
    font-family: 'Kollektif';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/kollektif/Kollektif-Bold.ttf);
}
@font-face {
    font-family: 'Kollektif';
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/kollektif/Kollektif-BoldItalic.ttf);
}

@font-face {
    font-family: 'Open Sauce';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/open-sauce/OpenSauceSans-Light.ttf);
}
/*
@font-face {
    font-family: 'Open Sauce';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/open-sauce/OpenSauceSans-Medium.ttf);
}
*/
@font-face {
    font-family: 'Open Sauce';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/open-sauce/OpenSauceSans-SemiBold.ttf);
}
@font-face {
    font-family: 'Open Sauce';
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/open-sauce/OpenSauceSans-SemiBoldItalic.ttf);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 3rem;
}

body {
    margin: 0;
    min-height: 100vh;
    color: white;
    font-family: 'Open Sauce', sans-serif;
    background: black;
    position: relative;
    overflow-x: hidden;
}

main {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
}

img {
    width: 100%;
}

a {
    color: white;
    text-decoration: none;
}

.container {
    display: flex;
    flex-direction: column;
    grid-template-areas:
        "header"
        "main"
        "footer";
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
    /* padding-bottom: 100px;*/
}



header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: black;
    padding: .2rem 1.2rem;
    align-items: center;
    gap: 2rem;
}

.logo {
    /* max-width: 220px; */
    /* width: 20%; */
}

header nav {
    font: 700 1rem "Kollektif";
    display: flex;
    gap: 3rem;
}

header nav a {
    text-transform: uppercase;
    position: relative;
}

header nav a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.6rem;
    left: calc(50% - 1.5rem);
    width: 0;
    height: 0.3rem;
    background: #8C52FF;
    transition: .1s width ease-in-out;
}
header nav a.active::after, header nav a:hover::after {
    width: 3rem;
}


header .contact-btn {
    border: 3px solid white;
    border-radius: 5rem;
    padding: .3rem 1rem;
    font: 500 .9rem "Poppins";
    line-height: 1.3rem;
    min-width: 8.25rem;
    text-align: center;
}

.hidden-heading {
    position: absolute;
    z-index: -1;
    color: black;
}

.flex {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.flex-spacer {
    flex-grow: 2;
}

h2 {
    font-size: 3.7rem;
    text-align: center;
    font-weight: 700;
    margin: 4rem 0 1rem;
}

h2 {

    font-size: 3rem;

    margin: 0 0 2rem;
}

p {
    font-size: 1.5rem;
    color: #C5D1D1;
    margin: 0;
    margin-top: 1rem;
}
/*.message-bar-background{
    position: fixed;
    text-align: center;
    color: white;
    background-color: black;
    width: 100%;
    z-index: 999;

}
*/

/*
.welcometobetaplus{



}*/
#home {
    padding-top: 0;
    margin-top: -2rem;
}
.home{
    position:absolute;
}
.beta+{
    width: 300px;
    height: 300px;

    object-position: center;

}


.living{

    width: 100%;
    background-color: black;

}

.what-we-offer{
    padding: 4rem 1rem;
    max-width: 76rem;
    margin: 0 auto 5rem;
    display: flex;
    align-items: center;
}

.what-we-offer > div {
    width: 50%;
}

.section-heading h1{
    text-align: left;
    margin-bottom: 2rem;
    font-size: 3.2rem;
}

.offer{
    color: #E27AFF;
}

.cards-buttons{
    padding-left: 30%;
}

.card {
    width: 100%;
    background-color: #121315;
    margin-bottom: 1rem;
    padding: 16px;
}

.card-header {
    display: flex;
    font-family: Kollektif, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    color: #6e777e;
}
.card-header i {
    margin-right: 1.5rem;
    font-size: 1.5rem;
}

.card-img {
    width: 90%;
}
.card-img:not(.active) {
    display: none;
}

.card-content {
    /* margin: 0 16px 16px; */
    box-sizing: content-box;
    max-height: 0;
    overflow: hidden;
    font-size: small;
    transition: all .15s ease-in;
}

.card.active .card-content {
    max-height: 90px;
}

.card.active .cardimage {
    opacity: 1; /* Show when card-content is active */
}

.card-images {
    align-self: flex-start;
    text-align: center;
    padding-top: 4rem;
}

.card.active .card-header {
    color: #d2ff3a;
}

.card p {
    margin: 0;
    font-size: .75rem;
    line-height: 1.4;
    padding-top: 16px;
}

.who-are-we{
    display: grid;
    grid-template-columns: 16fr 26fr 40fr;
    gap: 1rem;
}

.who-are-we > :last-child {
    padding-left: 2rem;
    margin-top: -1.5rem;
}

#about h2 {
    text-align: left;
    text-indent: 7rem;
}

.yellow-txt{
    color: #d2ff3a;
}
.video-icon{

    display: flex;
    justify-content: center;
    align-items: center;

}
.video{
    width: 100%;
    max-width: 900px;
    height: auto;
}
/*
.background-launch-countdown{
    background-color: black;
    padding-top: 10% ;

}
*/
.background{

    width:100%;
    background-color: black;
    bottom:0%;
    object-fit: contain;
    object-position: bottom ;
    background-color: black;
    padding-top: 10% ;
}




#play {
    padding: 2rem 4vw;
    text-align: center;
    background: url(../images/sparkle-bg.png) no-repeat;
    background-position: 48% 1.2rem;
    background-size: 49%;
}

#play img {
    margin-top: -5vw;
}


.download-info {padding: calc(10vw + 100px) 0 0 10vw;margin-right: -7vw;}

.download-info img {
    width: calc(10vw);
    margin-right: 12px;
    margin-top: 15px;
}

.learn-info {
    box-sizing: content-box;
    padding: calc(7vw + 100px) 0 0 5vw;
    width: 300px;
}

.learn-img {
    width: 60vw;
}

.learn-info a {
    padding: 5px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
}

blockquote {
    position: relative;
    margin: 0;
    width: 30%;
    background-image: url(../images/review-outline.png);
    background-size: cover;
    aspect-ratio: 1.7;
    padding: 3.2rem 2.4rem 2rem;
}

blockquote p {
    font-size: 1.1rem;
}

blockquote h6 {
    margin: 0;
    font-size: 1.3rem;
}
blockquote::after {
    content: "";
    background-image: url(../images/icon-quote.png);
    background-size: 100%;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 35px;
    right: 37px;
}

section#reviews {
    max-width: 1600px;
    margin: auto;
}

/*footer {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding: 40px;
}*/
footer {
    width: 100%;
    margin: auto;
    position: relative;
    background-color: rgba(15,10,32,255);
    padding: 4rem 0 3rem;
}

.link-block a {
    display: flex;
    line-height: 1.8rem;
    width: 13rem;
    color: #f5fefe;
}

footer nav {
    display: flex;
    max-width: 1600px;
    margin: auto;
    position: relative;
}

.footer-logo {
    position: absolute;
    top: 2rem;
    right: 4rem;
    max-width: 9rem;
    /* max-height: 100px; */
    padding: 10px;
}

.footer-content {
    max-width: 90%;
    padding: 0 1rem;
    margin: auto;
}

.footer-legal{
    font-size: .85rem;
    color: #697682;
    margin: 0 0 1.5rem;
    padding: .5rem 0 2rem;
    border-bottom: 1px solid #58616a;
}


h5 {
    margin-bottom: 1rem;
    font-size: 1.3rem;
    color: #D2FF3A;
}

.social-links a {
    width: 34px;
    display: inline-block;
}

.social-links {
    display: flex;
    gap: 24px;
}

.app-btn {
    display: inline-block;
    width: 125px;
}
.copyright {
    display: block;
    text-align: right;
    color: #C5D1D1;
    font-size: .9rem;
}

.sign-up-bar{
    position: sticky;
    bottom: -1px;
    left: 0;
    width: 100%;
    display: flex;
    gap: .75rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
    padding: 20px;
    background: url("../images/Sign-up-background.png");
    background-size: cover;
}

.sign-up-bar h3 {
    font-size: 1.5rem;
    margin: 0;
}

.sign-up-input {
    width: 100%;
    max-width: 25rem;
    display: flex;
    border: 1px solid black;
    border-radius: 99px;
    overflow: hidden;
}

.sign-up-input input{
    padding: .5rem 1rem;
    font-size: 16px;
    width: 100%;
    /* max-width: 400px; */
    border: none;
    outline: none;
}

.sign-up-input a {
    background: black;
    color: white;
    border: none;
    padding: 0.35rem 1rem;
    font-size: .9rem;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 600;
}

#time-2-launch {
    background: url("../images/launch-cntdown-bg.png");
    background-position-y: top;
    background-size: auto 100%;
    text-align: center;
    padding: 12rem 1rem 0;
    margin-bottom: 9rem;
    position: relative;
}

#time-2-launch h2, #countdown-overlay h2 {
    font-family: 'Kollektif', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    margin: 0;
}

#time-2-launch h2 span, #countdown-overlay h2 span {
    font-style: italic;
}

.rocket-img {
    position: absolute;
    width: 9rem;
    left: calc(50% + 11rem);
    top: 5rem;
}

.countdown-wrapper {
    display: flex;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 4rem 1rem 6rem;
    font: 500 1.25rem 'Kollektif', sans-serif;
}

.countdown-wrapper > div {
    width: 25%;
    letter-spacing: 2px;
}

.countdown-wrapper span {
    display: block;
    font-size: 5rem;
    margin-bottom: 0.4rem;
}

#time-2-launch p, #countdown-overlay p {
    max-width: 900px;
    width: 90%;
    margin: 0 auto 7rem;
    letter-spacing: 1px;
    line-height: 1.6;
    font-size: 1.3rem;
}

.member-progress {
    padding: 4rem 6rem 0;
    font-family: 'Kollektif', sans-serif;
}

.purple-txt {
    color: #8C52FF;
}

.progress-bar {
    background-color: #2e2e2e;
    border-radius: 10px;
    width: 100%;
    height: 15px;
    padding: 4px;
}

.progress-bar div {
    background-color: royalblue;
    max-width: 100%;
    height: 7px;
    border-radius: 3px;
    position: relative;
    display: block;
}

.progress-bar div::after {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    display: block;
    width: 14px;
    height: 14px;
    background: #2e2e2e;
    border: 7px solid white;
    border-radius: 50%;
}
.progress-bar .progress-label {
    position: absolute;
    top: -3rem;
    display: block;
    width: 200px;
    text-align: center;
    right: -100px;
    font-size: 1.6rem;
    color: #D2FF3A;
}

.progress-sub {
    display: flex;
    justify-content: space-between;
    padding-top: .75rem;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.brand-awareness {
    width: 72%;
    max-width: 1900px;
    margin: 0 auto;
    padding: 0 2rem 0;
    display: flex;
    gap: 6rem;
}

.brand-awareness > div:first-child {
    width: 60%;
}

.brand-awareness h1 {
    color: #D2FF3A;
    font-size: 3.5rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    max-width: 21rem;
    text-align: left;
    line-height: 1.1;
    margin-top: 2rem;
}

.brand-awareness h1 span {
    display: inline-block;
    color: #8C52FF;
    border-bottom: .4rem solid;
    line-height: .8;
}

.brand-awareness p {
    margin: 2rem 0 3rem;
    font-size: 1.4rem;
    max-width: 22rem;
    line-height: 1.5;
}

.outline-btn {
    border: 3px solid white;
    border-radius: 50px;
    padding: 6px 15px 7px;
    font: 500 1.1rem "Poppins";
    line-height: 20px;
    width: 9.5rem;
    text-align: center;
    background: none;
    color: white;
}

.outline-btn.yellow {
    color: #D2FF3A;
    border-color: #D2FF3A;
}

.bullet-points {
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    font-size: .9rem;
    width: calc(100% + 3rem);
}

.bullet-points li {
    position: relative;
    padding: .25rem .5rem .25rem 1.25rem;
    background: #121315;
}

.bullet-points li span {
    position: absolute;
    top: .35rem;
    left: .35rem;
    display: block;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
}

.contact-us, .partner-login {
    max-width: 1000px;
    width: 100%;
    margin: 1rem auto 5rem;
    padding: 1rem 1rem;
}
.partner-login {
    padding-top: 6rem;
}

.contact-us h1, .partner-login h1 {
    margin: 3rem 0;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    color: #D2FF3A;
    font-weight: 500;
    font-size: 3rem;
}

label input {
    width: 100%;
    padding: 6px;
    border: none;
    background: #141618;
    color: white;
    font-size: .75rem;
    margin-top: 5px;
}

label {
    font-size: 1.2rem;
    width: calc(50% - .5rem);
}

label.message-label {
    font-weight: 600;
}

.message-label textarea {
    width: 100%;
    height: calc(45vh - 10rem);
    min-height: 200px;
    margin-top: 0.75rem;
    background: none;
    border: 3px solid white;
    border-radius: 20px;
    color: white;
    padding: 0.5rem;
    font-size: 1rem;
}

.contact-sub-btn {
    color: #D2FF3A;
    background: none;
    border: none;
    outline: none;
    font-size: 1.2rem;
    cursor: pointer;
}

.partner-login p {
    font-size: 1rem;
}

.partner-login form {
    width: 50%;
}

.rainbow-bg {
    position: absolute;
    right: -6vw;
    top: 4rem;
    width: 50vw;
}

.partner-login h1 img {
    width: 10rem;
    position: absolute;
    margin-top: -5rem;
    transform: rotate(-25deg);
}

.logo img {
    width: 3.5rem;
}

.logo h1 {
    font: 500 1.75rem "Kollektif";
    margin: 1.75rem 2rem 1.75rem 0.5rem;
}

.logo {
    display: flex;
    align-items: center;
}

.what-we-offer > div:last-child {
    width: 60%;
}

#about {
    width: 85%;
    margin: 5rem auto;
    padding: 5rem 0;
}

section {
    padding-top: 2rem;
    margin-bottom: 5rem;
}

footer h4 {
    font: 500 1.85rem "Kollektif";
    margin: 0;
}

footer h6 {
    font: 500 1.15rem 'Open Sauce', sans-serif;
    margin: 0;
}

.foot-head .flex {
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.foot-head p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

@media all and (min-width: 2100px) {
    .card.active .card-content {
        max-height: 110px;
    }
}

@media all and (min-width: 1300px) {
    html {
        font-size: 1.15vw;
    }
}

@media all and (max-width: 1450px) and (min-height: 950px) {
    #home {
        padding-top: 2rem;
        margin-top: 0;
    }
}

@media all and (min-width: 1151px) {
    .mobile-show {
        display: none !important;
    }
}

@media all and (max-width: 1150px) {
    .mobile-hide {
        display: none !important;
    }

    .mobile-flex-wrap {
        flex-wrap: wrap;
    }
    .mobile-flex-wrap > div {
        width: 100%;
    }

    main {
        /*max-width: 500px;*/
        margin: auto;
    }

    .mobile-nav-toggle {
        background: none;
        border: none;
        outline: none;
        width: 4.5rem;
        position: relative;
        z-index: 100;
        cursor: pointer;
    }

    .logo {
        width: 80%;
    }

    .logo h1 {
        font-size: 2rem;
        margin: 0.75rem 2rem 0.75rem 0.5rem;
    }

    header {
        padding: 1rem;
    }

    header nav {
        position: absolute;
        left: 0;
        top: -26rem;
        z-index: 99;
        width: 100%;
        background: black;
        border-bottom: 1px solid #58616a;
        flex-direction: column;
        gap: 0;
        padding: 1rem 0;
        transition: top .2s ease-in-out;
    }
    header nav.show {
        top: 0;
    }

    header nav a {
        font-size: 1.25rem;
        padding: 1.25rem 2.5rem;
    }
    header nav a.active, header nav a:hover, header nav a:focus {
        color: #D2FF3A;
    }

    header nav a.active::after, header nav a:hover::after {
        display: none;
    }

    .mobile-nav-toggle:hover, .mobile-nav-toggle:focus {
        transform: scale(1.1);
    }

    header .timer {
        border: none;
        font-size: 1.3rem;
        font-weight: 700;
        letter-spacing: 1px;
    }

    header h3 {
        font: 500 1.75rem 'Kollektif', sans-serif;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .rocket-img {
        left: calc(50% + 7rem);
        top: 3rem;
    }

    #time-2-launch p, #countdown-overlay p {
        font-size: 1rem;
        margin-bottom: 5rem;
    }

    .countdown-wrapper {
        padding: 3rem 1rem 4rem;
        font-size: 1.1rem;
    }

    .countdown-wrapper span {
        font-size: 4rem;
    }

    .member-progress {
        padding: 4rem 0.5rem 0;
    }

    .section-heading h1 {
        font-size: 2rem;
        margin: 0 0 1.5rem;
    }

    .who-are-we {
        margin-bottom: 0;
        padding: 0.5rem 1.5rem;
        font-size: 1.3rem;
        grid-template-columns: 1fr;
    }

    footer nav {
        flex-wrap: wrap;
        padding: 2rem;
    }

    footer nav > div:last-child {
        order: -1;
        width: 100%;
    }

    footer {
        padding: 4rem 0 1rem;
    }

    .footer-logo {
        top: 0px;
        right: 0;
        max-width: 95px;
    }

    .footer-content {
        max-width: none;
        margin: 0;
    }

    .footer-legal {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .copyright {
        padding-right: 1rem;
    }

    .what-we-offer {
        width: 100%;
        overflow: hidden;
        flex-direction: column;
        padding: 1rem 0 0rem;
        margin: 0 0 1rem;
    }

    .what-we-offer > div {
        width: 100%;
    }

    .what-we-offer > div:first-child {
        padding: 0 1rem 0.5rem;
    }

    .who-are-we > :last-child {
        padding: 2rem 0 0;
    }

    #about h2 {
        text-indent: 1.5rem;
        margin-bottom: 0;
        font-size: 2.5rem;
    }

    .card-header {
        font-size: 1.3rem;
        line-height: 2rem;
    }

    .card-header i {
        font-size: 2rem;
    }

    .cards-buttons {
        padding: 0 .75rem;
    }

    .card {
        background: none;
        padding: 1rem 0;
    }

    .card-header, .card-content {
        padding: 10px 10px 0 10px;
        background: #121315;
    }

    .card-content {
        padding: 0 10px 10px 10px;
        margin-bottom: 4px;
        max-height: none;
    }

    .card p {
        font-size: 1.1rem;
        padding-top: .5rem;
    }

    .card .card-header {
        color: #d2ff3a;
    }

    .card-img {
        display: block !important;
        width: 100%;
    }

    .mobile-card-images {
        position: relative;
        display: flex;
        padding: 0 17vw;
        left: 0;
        transition: left .5s ease-out;
    }

    .brand-awareness {
        width: 100%;
        flex-direction: column;
        padding: 0 0 5rem;
    }

    .brand-awareness-content {
        padding: 0 2rem;
    }

    .brand-awareness p {
        max-width: none;
        font-size: 1.5rem;
    }

    form .flex label:nth-child(3) {
        width: 100%;
    }

    .contact-us form .flex {
        flex-wrap: wrap;
    }

    .contact-us, .partner-login {
        padding: 2rem;
    }

    .partner-login form {
        width: 100%;
    }

    .rainbow-bg {
        top: auto;
        bottom: -10rem;
        width: 45rem;
        right: -11rem;
    }

    #download .flex {
        flex-direction: column;
    }

    .download-img {
        max-width: 100vw;
        overflow: hidden;
    }

    .download-img img {
        width: 160%;
        margin-left: -18%;
    }

    .download-info {
        padding: 2rem;
        margin-right: 0;
    }

    .download-info img {
        width: 12rem;
    }

    .sign-up-bar {
        padding-bottom: 28px;
    }

    section {
        margin-bottom: 2rem;
    }

    #about {
        width: 100%;
        margin: 0;
        padding: 2rem 0 0rem;
    }

    #home {
        padding-top: 0;
    }

    h2 {
        text-align: left;
    }

    .foot-head .flex {
        gap: 1rem;
    }

    footer h6 {
        font-weight: 600;
    }

    .foot-head p {
        font-size: 1.1rem;
    }

    .social-links a {
        width: 25px;
    }
}

@media (max-width: 550px) {
    html {
        font-size: 3vw;
        scroll-padding-top: 5rem;
    }
}

.mobile-overlay {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    min-width: 100%;
    width: 100vw;
    min-height: 100%;
    height: 100vh;
    background: #1c1c1c;
    color: white;
    justify-content: center;
    align-items: center;
}
@media all and (max-width: 1150px) and (orientation: landscape) {
    .mobile-overlay {
        /*display: flex;*/
    }
}