.mo-primary-text a {
    color: white;
}

.mo-primary-text-inverted {
    color: black;
}

.mo-secondary-text a {
    color: #BABABA;
}

.mo-highight-text {
    color: #FFC300
}

html {
    color: white;
    font-family: "Inter", sans-serif;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

body {
    padding-bottom: 50px;
    background-color: #191919;
    overflow: auto;
}

main {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: url(../static/img/mo-background-image-gradient.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 0px;
}


.mo-navbar-main {
    width: 1260px;
    border-radius: 46px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: rgba(71, 71, 71, 0.2);
    border: 1px solid #363636;

    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;
}

.mo-navbar-logo {
    height: 91px;
    width: 150px;

    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mo-navbar-links {
    height: 91px;
    width: 91px;
    font-size: 18px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    gap: 50px;
}

.mo-navbar-links-item {
    a {
        text-decoration: none;
    }


    a:hover {
        text-decoration: underline;
    }

    &.mo-primary-text {
        color: white;
    }

    .mo-primary-text:hover {
        text-decoration: none;
    }

    &.mo-secondary-text {
        color: #BABABA;
    }
}

.mo-navbar-login {
    height: 91px;
    width: 195px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mo-navbar-login-button {
    height: 51px;
    width: 194px;
    background-color: #FFC300;
    color: black;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 26px;
    cursor: pointer;
}

.mo-navbar-login-button-link {
    text-decoration: none;
    color: black;
}

.mo-navbar-hamburger {
    display: none;
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #ffffff;
    z-index: 101;
}

.mo-navbar-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.mo-navbar-overlay.show {
    display: block;
}

.mo-swipe-icon {
    display: none;
}

.mobile-link {
    display: none;
}

.desktop-link {
    display: block;
}


.mo-pricing-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "FoundryMonoline-Bold";
    width: 500px;
    font-size: 40px;
    line-height: 62px;
    padding-top: 60px;
}

.mo-pricing-interval {
    display: flex;
    justify-content: space-evenly;
    align-items: end;
    flex-wrap: nowrap;
    gap: 10px;
    padding-left: 350px;
    height: 120px;
}

.mo-pricing-interval-text {
    font-size: 18px;
    line-height: 39px;
    text-align: left;
    font-weight: 500;
    color: #DFE1E6;
    cursor: pointer;
}

.mo-pricing-interval-text-highlight {
    font-weight: 700;
    color: #E8E8E8;
}

.mo-pricing-interval-decoration {
    font-size: 20px;
    line-height: 39px;
    text-align: left;
    font-weight: 600;
    color: #FFA900;
}

.mo-pricing-main-desktop {
    width: 1160px;
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
    color: #E8E8E8;
}

.mo-pricing-main-mobile {
    display: none;
}

.mo-pricing-row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    width: 100%;
    gap: 24px;
    border-bottom: 1px solid #262626;
}

.mo-pricing-row-full {
    background-color: #1E1E1E;
    border: 1px solid #262626;
    border-radius: 26px;
    margin-top: 15px;
}

.mo-pricing-row-1 {
    width: 340px;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
}

.mo-pricing-row-1>img {
    margin-left: 20px;
    width: 26px;
    height: 24px;
}

.mo-pricing-row-1>span {
    margin-left: 20px;
}

.mo-pricing-row-2 {
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    ;
}

.mo-pricing-row-plans-container {
    display: flex;
    justify-content: center;
    align-items: end;
    width: 100%;
    gap: 20px;
    padding-top: 15px;
}

.mo-pricing-row-plan-month {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 170px;
    width: 250px;
    border: 1px solid #292929;
    background-color: #1E1E1E;
    border-radius: 20px;
    align-items: start;
    justify-content: center;
    padding-left: 20px;

}

.mo-pricing-row-plan-year {
    display: none;
    flex-direction: column;
    gap: 10px;
    height: 200px;
    width: 250px;
    border: 1px solid #292929;
    background-color: #1E1E1E;
    border-radius: 20px;
    align-items: start;
    justify-content: center;
    padding-left: 18px;

}

.mo-pricing-plan-highlight {
    background-image: url(static/img/mo-background-image-gradient-card-top.svg), url(static/img/mo-background-image-gradient-card-bottom.svg);
    background-position: center, center;
}

.mo-pricing-row-plan-1 {
    width: 340px;
    font-size: 24px;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-bottom: 20px;
}

.mo-pricing-row-plan-1-mobile {
    display: none;
}

.mo-pricing-row-plan-name {
    font-size: 24px;
    line-height: 39px;
    text-align: left;
    font-weight: 600;
    color: #FFA900;
}

.mo-pricing-row-plan-price-1 {
    font-size: 24px;
    line-height: 20px;
    font-weight: 500;
}

.mo-pricing-row-plan-price-2 {
    font-size: 24px;
    line-height: 20px;
    font-weight: 500;
    padding-top: 20px;
    margin-left: -2px;
}

.mo-pricing-row-plan-price-3 {
    font-size: 16px;
    line-height: 32px;
    margin-left: -2px;
}

.mo-pricing-row-plan-price-4 {
    font-size: 16px;
    line-height: 32px;
    color: #BABABA;
    margin-left: -2px;
}

.mo-pricing-row-plan-price-5 {
    font-size: 10.5px;
    line-height: 32px;
}

.mo-pricing-row-plan-button {
    background-color: #FFFFFF;
    border: 1px solid #DFE1E6;
    border-radius: 26px;
    color: #0D0D12;
    width: 210px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;

    a {
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
    }


}

.mo-main-section-11>img {
    cursor: pointer;
}

.mo-main-section-11-1 {
    padding-top: 200px;
    padding-bottom: 150px;
    display: flex;
}

.mo-main-section-11-2 {
    padding-top: 200px;
    padding-bottom: 150px;
    display: none;
}

.mo-footer-main {
    display: flex;
    flex-direction: column;
    width: 1320px;
    color: #BABABA;
    font-size: 18px;
}

.mo-footer-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid #232323;
}

.mo-footer-top-1 {
    display: flex;
}

.mo-footer-top-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 460px;
    gap: 10px;
}

.mo-footer-top-2-1 {
    font-size: 18px;
    text-align: right;
}

.mo-footer-top-2-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.mo-footer-top-2-2-input {
    display: flex;
    flex-grow: 1;
    align-items: center;
}

.mo-footer-top-2-2-input>input {
    width: 100%;
    padding: 14px 25px;
    font-size: 16px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #232323;
    background-color: #292929;
    color: white;
    border-radius: 26px;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    height: 61px;
}

.mo-footer-top-2-2-input>input::placeholder {
    color: #BABABA;
    font-family: "Inter", sans-serif;
}

.mo-footer-top-2-2-button {
    height: 51px;
    width: 88px;
    background-color: #FFC300;
    color: black;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 26px;
    cursor: pointer;
}

.mo-footer-bottom-mobile {
    display: none;
}

.mo-footer-bottom-desktop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-top: 40px;
}

.mo-footer-bottom-1 {
    display: flex;
    flex-direction: column;
    width: 515px;
}

.mo-footer-bottom-1-1 {
    display: flex;
    flex-direction: row;
    padding-top: 20px;
}

.mo-footer-bottom-1-1-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: #1E1E1E;
    border: 1px solid #262626;
    border-radius: 20px;
}

.mo-footer-bottom-2 {
    display: flex;
    flex-direction: column;
}

.mo-footer-bottom-3 {
    display: flex;
    flex-direction: column;
}

.mo-footer-bottom-4 {
    display: flex;
    flex-direction: column;
}

.mo-footer-bottom-col-header {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    height: 50px;
    justify-content: flex-start;
    align-items: center;
    color: white;
}

.mo-footer-bottom-anchor {
    padding-top: 20px;

    a {
        color: #BABABA;
        text-decoration: none;
    }

    a:hover {
        color: white;
        text-decoration: underline;
        cursor: pointer;
    }
}



@media (max-width: 768px) {

    main {
        padding-top: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        /* background: url(../static/img/mo-background-image-gradient.svg); */
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: 0px;
        background: none;
    }

    body {
        padding-bottom: 50px;
        background: url(../static/img/mo-background-grid.svg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-position-x: center;
        background-position-y: 600px;
        background-color: #191919;
        overflow: visible;
    }

    .mo-navbar-links {
        position: fixed;
        top: 0;
        left: 0;
        margin-left: -100%;
        z-index: 100;
        background-color: #1E1E1E;
        display: flex;
        flex-direction: column;
        width: 45%;
        height: 100%;
        align-items: center;
        justify-content: flex-start;
        padding-top: 20px;
        gap: 0px;
        align-items: start;
        padding-left: 50px;

        .mo-primary-text a {
            color: #FFC300
        }

        .mo-secondary-text a {
            color: #ffffff
        }
    }

    .mo-navbar-links-item {
        margin-top: 2rem;
        color: #444444;
        text-decoration: none;
        font-weight: bold;
        position: relative;
    }

    .mo-navbar-links.open {
        margin-left: 0;
    }

    .mo-navbar-hamburger {
        display: block;
        font-size: 1.5rem;
        background: none;
        border: none;
        cursor: pointer;
        color: #ffffff;
    }

    .mo-navbar-login {
        display: none;
    }

    .mo-navbar-main {
        width: 372px;
        border-radius: 46px;
        padding-right: 25px;
        padding-left: 25px;
        background-color: #00000000;
        border: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }

    div.mo-swipe-icon {
        display: flex;
        width: 20px;
        height: 20px;
        justify-content: center;
        padding-top: 5px;
    }

    div.mobile-link {
        display: block;
    }

    div.desktop-link {
        display: none;
    }

    div.mo-pricing-1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-family: "FoundryMonoline-Bold";
        width: 372px;
        font-size: 24px;
        line-height: 32px;
        padding-top: 40px;
    }

    div.mo-pricing-interval {
        display: flex;
        justify-content: space-evenly;
        align-items: end;
        flex-wrap: nowrap;
        gap: 10px;
        padding-left: 0px;
        height: 60px;
    }

    div.mo-pricing-interval-text {
        font-size: 16px;
        line-height: 39px;
        text-align: left;
        font-weight: 500;
        color: #DFE1E6;
        cursor: pointer;
    }

    div.mo-pricing-interval-text-highlight {
        font-weight: 700;
        color: #E8E8E8;
    }

    div.mo-pricing-interval-decoration {
        font-size: 18px;
        line-height: 39px;
        text-align: left;
        font-weight: 600;
        color: #FFA900;
    }

    div.mo-pricing-main-desktop {
        width: 1160px;
        display: none;
        flex-direction: column;
        padding-bottom: 100px;
        color: #E8E8E8;
    }

    div.mo-pricing-main-mobile {
        display: flex;
        width: 372px;
        display: flex;
        flex-direction: column;
        padding-bottom: 10px;
        color: #E8E8E8;
        overflow-x: scroll;
        overflow-y: hidden;
        scroll-behavior: smooth;
    }

    .mo-pricing-row-plan-1-mobile {
        width: 372px;
        font-size: 24px;
        display: flex;
        justify-content: left;
        align-items: center;
        padding-bottom: 20px;
        padding-top: 60px;

    }

    .mo-pricing-row-plans-container {
        display: flex;
        justify-content: center;
        align-items: end;
        width: 1060px;
        gap: 20px;
        padding: 5px 15px 0px 15px;
    }

    .mo-pricing-row-plan-button {
        width: 295px;
    }

    .mo-pricing-row {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55px;
        width: 1000px;
        gap: 24px;
        border-bottom: 1px solid #262626;
    }

    .mo-pricing-row-plan-month {
        display: flex;
        flex-direction: column;
        gap: 10px;
        height: 170px;
        width: 320px;
        border: 1px solid #292929;
        background-color: #1E1E1E;
        border-radius: 20px;
        align-items: start;
        justify-content: center;
        padding-left: 20px;

    }

    .mo-pricing-row-plan-year {
        display: none;
        flex-direction: column;
        gap: 10px;
        height: 200px;
        width: 320px;
        border: 1px solid #292929;
        background-color: #1E1E1E;
        border-radius: 20px;
        align-items: start;
        justify-content: center;
        padding-left: 28px;

    }

    .mo-pricing-row-info-card-plans-container {
        display: flex;
        justify-content: center;
        align-items: start;
        width: 1060px;
        gap: 20px;
        padding: 0px 15px;
    }

    .mo-pricing-plan-info-card {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 320px;
        border: 1px solid #292929;
        background-color: #1E1E1E;
        border-radius: 20px;
        align-items: start;
        justify-content: start;
        padding-left: 18px;
        margin-top: 15px;
        padding-top: 10px;

        &.basic-card {
            height: 2265px;
        }

        &.standard-card {
            height: 2475px;
        }

        &.premium-card {
            height: 2785px;
        }
    }

    .mo-pricing-plan-info-card-text {
        flex-direction: row;
        display: flex;
        gap: 10px;
        height: auto;
        width: 300px;
        align-items: start;
        justify-content: start;
        padding-left: 20px;
        margin-top: 15px;
    }

    .mo-pricing-plan-info-card-main-text {
        flex-direction: row;
        display: flex;
        gap: 10px;
        height: 40px;
        width: 300px;
        align-items: start;
        justify-content: start;
        padding-left: 0px;
        margin-top: 15px;
        padding-bottom: 15px;

    }

    .mo-pricing-row-1 {
        width: 230px;
        display: flex;
        justify-content: left;
        align-items: center;
        gap: 10px;
        padding-top: 15px;
    }

    .mo-pricing-col-1 {
        width: 210px;
        display: flex;
        justify-content: left;
        align-items: center;
        gap: 10px;
    }

    .mo-pricing-row-1>img {
        margin-left: 0px;
        width: 26px;
        height: 24px;
    }

    .mo-pricing-row-1>span {
        margin-left: 20px;
    }

    .mo-pricing-col-2 {
        width: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mo-pricing-col-2-padding {
        width: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 15px;
    }

    .mo-pricing-col-2>img {
        margin-left: 0px;
        width: 26px;
        height: 24px;
    }

    .mo-pricing-col-2-padding>img {
        margin-left: 0px;
        width: 26px;
        height: 24px;
    }

    #section-11.mo-main-section-11 {
        width: 372px;
        flex-direction: column;
    }

    a.mo-main-section-11-1 {
        display: none;
    }

    a.mo-main-section-11-2 {
        display: block;
        padding-top: 25px;
        padding-bottom: 70px;
    }

    #section-footer-main.mo-footer-main.mo-footer-top {
        width: 372px;
        flex-direction: column;

    }

    #section-footer-main.mo-footer-main {
        width: 372px;
        flex-direction: column;

    }

    div.mo-footer-top {
        flex-direction: column;
    }

    div.mo-footer-top-1 {
        display: flex;
        width: 244px;
    }

    div.mo-footer-top-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 372px;
        gap: 10px;
    }

    div.mo-footer-top-2-1 {
        padding-top: 25px;
        font-size: 16px;
        text-align: left;
    }

    .mo-footer-top-2-2 {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .mo-footer-top-2-2-input {
        display: flex;
        flex-grow: 1;
        align-items: center;
    }

    .mo-footer-top-2-2-input>input {
        width: 100%;
        padding: 14px 25px;
        font-size: 16px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #232323;
        background-color: #292929;
        color: white;
        border-radius: 26px;
        box-sizing: border-box;
        font-family: "Inter", sans-serif;
        height: 61px;
    }

    .mo-footer-top-2-2-input>input::placeholder {
        color: #BABABA;
        font-family: "Inter", sans-serif;
    }

    .mo-footer-top-2-2-button {
        height: 51px;
        width: 88px;
        background-color: #FFC300;
        color: black;
        font-size: 16px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        border-radius: 26px;
        cursor: pointer;
    }

    div.mo-footer-bottom-mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    div.mo-footer-bottom-desktop {
        display: none;
    }


    .mo-footer-bottom-1 {
        display: flex;
        flex-direction: column;
        width: 515px;
        padding-top: 20px;
    }

    .mo-footer-bottom-1-1 {
        display: flex;
        flex-direction: row;
        padding-top: 20px;
    }

    .mo-footer-bottom-1-1-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        background-color: #1E1E1E;
        border: 1px solid #262626;
        border-radius: 20px;
    }

    .mo-footer-bottom-2 {
        display: flex;
        flex: 1 1 calc(50% - 10px);
        margin: 5px;
        width: 150px;
    }

    .mo-footer-bottom-3 {
        display: flex;
        flex: 1 1 calc(50% - 10px);
        margin: 5px;
        width: 50%;
    }

    .mo-footer-bottom-4 {
        padding-top: 20px;
        display: flex;
        flex: 1 1 100%;
        margin: 5px;
    }

    .mo-footer-bottom-col-header {
        font-size: 14px;
        display: flex;
        flex-direction: row;
        gap: 10px;
        height: 50px;
        justify-content: flex-start;
        align-items: center;
        color: white;
    }

}