@import url('https://fonts.googleapis.com/css2?family=Iceland&family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

:root {
    --page-width: 1200px;
    --bg-col: #fff;
    --bg-col2: #2f2c38;
    --accent-1: #fd02a1;
    --accent-2: #0bfef9;
    --blech: #14191a;
}

.text-col-1 {
    color: var(--blech);
}
.text-col-2 {
    color: var(--accent-1);
}
.text-col-3 {
    color: var(--accent-2);
}

.left-quote-pink,
.left-quote-cyan {
    display: flex;
    margin: auto;
    padding-right: 150px;
}
.left-quote-pink>h2,
.left-quote-cyan>h2 {
    text-align: right !important;;
    margin: auto;
    color: var(--accent-1);
    opacity: 0.3 !important;
    min-width: 240px;
}
.left-quote-cyan>h2 {
    
    color: var(--accent-2);
}
.left-quote-pink>p,
.left-quote-cyan>p {
    position: relative;
    padding: 0px 1rem;
    margin-left: 1rem;
    max-width: 500px;
    font-size: 22px;
}
.left-quote-pink>p::before,
.left-quote-cyan>p::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--accent-1);
    border-radius: 3px;
}
.left-quote-cyan>p::before {
    background: var(--accent-2);
}

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'JetBrains Mono', monospace;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000;
    background-color: #fff;
    overflow-x: hidden;
}

/*
 * NAV BARS
*/

nav {
    position: fixed;
    width: 100%;
    z-index: 100;
    background: white;
}

nav.scrolled {
    box-shadow: 0 4px 10px #0000001a;
}

nav > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    align-items: center;
}
nav>div>a {
    text-decoration: none;
    color: var(--blech);
    cursor: pointer;
    border-radius: 7px;
    padding: 5px 15px;
}
nav>div>a:hover {
    background: #00000022;
}

.login-btn {
    border: 2px solid var(--blech);
    font-weight: 600;
    margin-right: 1rem;
}

.logo {
    display: block;
    font-family: "Iceland", "Inria Sans", sans-serif;
    font-size: 2rem;
    text-decoration: none;
    color: #000;
}

.logo::after {
    display: inline-block;
    content: ".";
    font-size: 3.5rem;
    line-height: 0;
    height: 2rem;
    color: var(--accent-1);
}

/*
 * NAV BAR ADJUSTMENTS
*/

main {
    flex: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    max-width: 100vw;
}

/*
* HGROUP
*/
hgroup {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(80vh - 140px);
    padding: 70px 2rem;
}

hgroup>.hgroup-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 980px;
    width: 100%;
    margin: auto;
}

hgroup h1 {
    font-size: 64px;
    font-weight: 700;
    margin: 0;
}

hgroup h2 {
    font-size: 36px;
    font-weight: 400;
    margin: 0;
}
hgroup h2 >span {
    display: inline-block;
}

.btn-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.btn {
    margin-top: 1rem;
    margin-right: 1rem;
    display: block;
    position: relative;
    background: #272727;
    width: fit-content;
    padding: 12px 24px;
    text-decoration: none;
    color: white;
    transition: all 0.15s linear;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;    
    border: #272727 2px solid;
}

.secondary-btn {
    color: var(--blech);
    background: none;
    font-family: "Jetbrains Mono";
}

.secondary-btn:hover {
    color: #fff;
}

.secondary-btn:hover::before {
    opacity: 0;
}

.btn:hover {
    background: #666666;
}






.custom-shape-divider-bottom-1707060979 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1707060979 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 78px;
}

.custom-shape-divider-bottom-1707060979 .shape-fill {
    fill: var(--blech);
}


/**/

.about {

    background: var(--blech);
    color: #fff;
}

.about h2 {
    font-size: 48px;
    font-weight: 900;
    opacity: 10%;
    text-transform: uppercase;
    text-align: center;
}

.about>div {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 980px;
}

.mission>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 25px;
}

.about>div>div>p {
    font-size: 22px;
    line-height: 2rem;
    letter-spacing: 0.5px;
    width: 50%;
}

.about>div>div>p>strong {
    font-weight: 700;
    font-size: 22px;
}

/*When the screen is narrower than 1000*/
@media (max-width: 1000px) {
    .about>div>div>p {
        width: 100%;
    }
}

.about>div>img {
    flex: 0 1 auto;
    /* no grow, shrink allowed, auto basis */
    max-width: 540px;
    width: 100%;
    /* this will allow it to resize */
}.custom-shape-divider-top-1707061495 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1707061495 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 140px;
}

.custom-shape-divider-top-1707061495 .shape-fill {
    fill: var(--blech);
}

.efficient {
    padding-bottom: 120px;
}

.efficient-inner {
    display: flex;
    justify-content: center !important;
    align-items: center;
    flex-direction: column !important;
    text-align: center;
}
.efficient-inner > div {
    display: flex;
    flex-direction: row;
    text-align: left;
    flex-wrap: wrap;
}

.iphone-frame {
    filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.5));
}

.efficient-inner > div>p {
    flex: 1;
    min-width: 200px;
    padding: 2px 1rem;
    font-size: 22px;
}

.img-first > div {
    padding-left: 2rem;    
}

.how {
    position: relative;
    padding-top: 180px;
}

.progression {
    margin: auto;
    max-width: 1180px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.progression h2 {
    text-align: center;
}

.prog-btns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#m2-plan {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#m2-plan ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#m2-plan ul li {

    max-width: 300px;
    width: 100%;
    margin: 1rem;
    padding: 1rem;
    transition: 200ms all ease-in-out;
    border: #222 1px solid;
    border-radius: 15px;
}


#m2-plan ul li.extra-plan:not(.toggled) {
    opacity: 0;
    height: 0;
    padding: 0 1rem;
    margin: 0 1rem;
}

#m2-plan ul li h3 {
    margin-top: 0;
}

#m2-plan ul li p {
    margin: 0;
}
.features {
    max-width: 980px;
    margin: auto;
}
.features>div {
    padding: 1.4rem;
    margin: 150px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.features>div>div {
    flex: 1 1 auto;
    /* grow, shrink, basis */
    min-width: min(400px, calc(100vw - 20px));
}

.features>div>div>h2 {
    letter-spacing: 0.5px;
    font-size: 36px;
}
.features>div>div>p {
    line-height: 2rem;
    letter-spacing: 0.5px;
    font-size: 22px;
}
.addon {
    font-size: 18px !important;
    opacity: 0.5;
}

.features>div>img {
    flex: 0 1 auto;
    /* no grow, shrink allowed, auto basis */
    max-width: 540px;
    width: 100%;
    /* this will allow it to resize */
}



/*When the screen is narrower than 1000*/
@media (max-width: 1000px) {
    .img-first {
        flex-direction: column !important;
    }
    .text-first {
        flex-direction: column-reverse !important;
    }
    .text-first img, .img-first img {
        width: 50% !important;
    }
}


/*
*
* MAIN END
*
*/

footer {
    background: #14191a;
    color: white;
}

.footer-list {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.footer-list a:hover {
    text-decoration: underline;
}

.footer-list>* {
    color: #fff;
    margin: 0.4rem;
}

footer a {
    color: inherit;
    text-decoration: none;
}

footer>div {
    max-width: 1200px;
    margin: auto;
    display: flex;
    width: auto;
}

.footer-cta {
    display: flex;
    flex-direction: column;

    border-bottom: 1px solid #fff3;
    padding: 8rem 2rem;
}

.footer-cta>h2 {
    font-weight: 300;
    font-size: 2rem;
    font-weight: 700;
}

.footer-cta .btn {
    background: #fff;
    color: #272727;
    font-weight: 600;
}

.footer-cta .btn:hover {
    background: #fff;
    color: #272727;
    transform: translateY(-5px);
}

.footer-head {
    border-bottom: 1px solid #fff3;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem 2rem;
    padding-bottom: 5rem;
    flex-wrap: wrap;
}

.footer-head .container {
    flex: 2;
}

.container>.logo,
.container>p {
    margin: 0;
}

footer .logo {
    color: white;
}

.footer-cmark {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
}