@font-face {
    font-family: "Redemption";
    src: url("assets/Redemption.ttf");
}

@font-face {
    font-family: "BaiJamjuree";
    src: url("assets/BaiJamjuree.ttf");
}

@font-face {
    font-family: "BaiJamjuree-Bold";
    src: url("assets/BaiJamjuree-Bold.ttf");
}

@font-face {
    font-family: "BaiJamjuree-Italic";
    src: url("assets/BaiJamjuree-Italic.ttf");
}

@font-face {
    font-family: "BaiJamjuree-BoldItalic";
    src: url("assets/BaiJamjuree-BoldItalic.ttf");
}

html {
    font-size: clamp(15px, 1.3vw, 24px);
}

body {
    background-color: #122437;
    font-family: BaiJamjuree, Arial, sans-serif;
    height: 100%;
}

.marketing-container {
    height: 100%;
    width: 100%;
}

.marketing-title {
    font-family: Redemption, Arial, sans-serif;
}

.marketing-mid-title {
    font-family: BaiJamjuree-Bold, Arial, sans-serif;
}

.marketing-mid-title-italic {
    font-family: BaiJamjuree-BoldItalic, Arial, sans-serif;
}

.marketing-header-container {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1rem;
    padding: 0.8rem;
}

.marketing-header-navigation {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: auto;
    flex-wrap: wrap;
    width: 100%;
}

.marketing-header-image {
    height: 2.9rem;
    margin-right: 1rem;
    margin-left: 0.5rem;
}

.marketing-header-navigation-link {
    padding: 1rem;
    text-decoration: none;
    color: white;
    text-wrap: nowrap;
}

.marketing-header-navigation-link:visited {
    color: white;
}

.marketing-header-auth-container {
    display: flex;
    justify-content: flex-end;
    font-size: 0.8rem;
}

.marketing-header-auth {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 1.25rem;
}

.marketing-header-auth-link {
    text-wrap: nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
    text-decoration: none;
    color: white;
}

.marketing-hamburger-button {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 2rem;
    height: 2rem;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10;
    margin-left: auto;
    margin-right: 1rem;
}

.marketing-hamburger-line {
    width: 2rem;
    height: 0.2rem;
    background-color: white;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.marketing-header-navigation-auth-mobile {
    display: none;
}

.marketing-menu-backdrop {
    display: none;
}

.marketing-splash {
    width: 100%;
}

.marketing-text-with-image-container {
    display: flex;
    padding-left: 1rem;
    padding-right: 1rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 4rem;
}

.marketing-text-with-image-body {
    width: 100%;
    max-width: 30rem;
    margin-bottom: 3rem;
    font-size: 1rem;
}

.marketing-text-with-image-p {
    margin-right: 1.6rem;
}

.marketing-blurb-link {
    color: white;
}

.marketing-blurb-link:visited {
    color: white;
}

.marketing-styled-image {
    position: relative;
    width: 100%;
    max-width: 30rem;
    margin-bottom: 4rem;
}

.marketing-awards-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.marketing-awards-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.marketing-awards-image {
    height: 5rem;
    margin: 1.6rem;
}

.marketing-features-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 8rem;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.marketing-blue-line {
    width: 100%;
    max-width: 75rem;
}

.marketing-blue-line-bottom {
    transform: rotate(180deg);
}

.marketing-features-title {
    text-align: center;
    font-size: 4rem;
    margin-top: -1.2rem;
    margin-bottom: -1.2rem;
}

.marketing-features-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.marketing-feature-container {
    max-width: 20rem;
    margin: 2.5rem;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
}

.marketing-feature-image {
    padding: 0.8rem;
    height: 8rem;
}

.marketing-feature-title {
    color: #FC1800;
    font-size: 2.6rem;
}

.marketing-feature-body {
    font-size: 1rem;
    text-align: center;
    max-width: 18rem;
}

.marketing-partnership-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 4rem;
}

.marketing-partnership-image-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 16rem;
}

.marketing-partnership-image {
    width: 100%;
}

.marketing-partnership-background {
    max-width: 100%;
    width: 20rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% - 1rem), -50%) rotate(180deg);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    z-index: -1;
}

.marketing-partnership-body {
    max-width: 40rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.marketing-partnership-blurb {
    font-size: 1rem;
    margin-bottom: 1.6rem;
}

.marketing-partnership-link {
    color: white;
}

.marketing-partnership-link:visited {
    color: white;
}

.marketing-row-container {
    display: grid;
    grid-template-columns: 4rem auto 10rem;
}

.marketing-row-number {
    display: grid;
    place-items: center;
    grid-column-start: 1;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: #32C2FC;
    border-width: thin;
    margin-bottom: -1px;
}

.marketing-row-body {
    grid-column-start: 2;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: #32C2FC;
    border-width: thin;
    margin-bottom: -1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.marketing-row-body-title {
    font-size: 1.6rem;
    color: #32C2FC;
}

.marketing-row-link {
    display: grid;
    place-items: center;
    grid-column-start: 3;
}

.marketing-row-link-container {
    position: relative;
}

.marketing-row-link-image {
    width: 10rem;
}

.marketing-row-link-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
    text-wrap: nowrap;
}

.marketing-tutorials-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
}

.marketing-tutorials-background {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    height: 26rem;
    max-width: 100%;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.marketing-tutorials-title {
    text-align: center;
    font-size: 4rem;
}

.marketing-tutorials-body {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0.8rem;
}

.marketing-tutorial-container {
    display: flex;
    flex-direction: column;
    margin: 1.6rem;
    margin-bottom: 0;
    max-width: 21rem;
}

.marketing-tutorial-video-container {
    border-style: solid;
    border-color: #32C2FC;
    border-radius: 0.8rem;
    width: 100%;
    max-width: 21rem;
    aspect-ratio: 16 / 9;
}

.marketing-tutorial-video {
    border-radius: 0.8rem;
    width: 100%;
    height: 100%;
}

.marketing-tutorial-title {
    font-size: 1.6rem;
    color: #32C2FC;
    margin-top: 0.6rem;
}

.marketing-tutorial-text {
    font-size: 1rem;
}

.marketing-questions-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 8rem;
}

.marketing-questions-image-container {
    position: relative;
    width: 16rem;
}

.marketing-questions-image {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(calc(-50% + 6rem), -50%);
    width: 16rem;
    border-radius: 8rem;
}

.marketing-questions-background {
    position: relative;
    height: 29rem;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    z-index: -1;
}

.marketing-questions-body {
    position: relative;
}

.marketing-questions-title-small {
    font-size: 2.4rem;
}

.marketing-questions-title-large {
    font-size: 4.6rem;
    margin-top: -1.6rem;
}

.marketing-questions-button {
    position: absolute;
    bottom: -4rem;
    right: 0;
}

.marketing-about-social-container {
    display: flex;
    flex-wrap: wrap;
}

.marketing-about-social-image {
    width: 3.3rem;
    margin: 1.5rem;
}

.marketing-footer-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    background-color: #10171E;
    margin-top: 2rem;
}

.marketing-footer-section {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    font-size: 0.8rem;
}

.marketing-footer-title {
    font-size: 1.3rem;
}

.marketing-footer-link {
    text-decoration: none;
    color: white;
}

.marketing-footer-link:visited {
    color: white;
}

.marketing-footer-logo {
    height: 5.8rem;
    margin: 2rem;
}

.marketing-redbar-container {
    width: 100%;
}

.marketing-redbar-title {
    font-size: 2.6rem;
    line-height: 110%;
}

.marketing-redbar-image {
    width: 100%;
    margin-top: -3.75rem;
}

.marketing-redbar-image-left {
    max-width: 33rem;
    margin-left: -2rem;
    transform: scaleX(-1);
}

.marketing-styled-image-image {
    width: 100%;
}

.marketing-styled-image-background {
    max-width: 100%;
    width: 30rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% - 4rem), -50%) rotate(180deg);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    z-index: -1;
}

.marketing-help-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.marketing-help-iframe {
    height: 100%;
    width: 100%;
}

@media (width <=1000px) {
    .marketing-header-container {
        padding: 0.4rem;
        position: relative;
    }

    .marketing-header-image {
        margin-right: 0.5rem;
    }

    .marketing-hamburger-button {
        display: flex;
    }

    .marketing-header-navigation {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        background-color: #122437;
        border-bottom: 2px solid #32C2FC;
        transform: scaleY(0);
        transform-origin: top;
        z-index: 100;
    }

    .marketing-header-container:has(.marketing-hamburger-button:focus) .marketing-header-navigation,
    .marketing-header-container:has(.marketing-hamburger-button:active) .marketing-header-navigation {
        transition: transform 0.3s ease;
    }

    .marketing-header-navigation.menu-open {
        transform: scaleY(1);
    }

    .marketing-header-navigation>div {
        border-bottom: 1px solid rgba(50, 194, 252, 0.2);
    }

    .marketing-header-navigation-link {
        display: block;
        padding: 1rem;
        text-align: center;
        width: 100%;
    }

    .marketing-header-navigation-auth-mobile {
        display: block;
    }

    .marketing-header-auth-container {
        display: none;
    }

    .marketing-header-auth {
        padding-right: 0;
    }

    .marketing-header-auth-signup {
        display: none;
    }

    .marketing-menu-backdrop {
        display: block;
        position: fixed;
        top: 4rem;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 50;
    }
}

@media (width <=700px) {
    .marketing-row-container {
        border-top-style: solid;
        border-bottom-style: solid;
        border-color: #32C2FC;
        border-width: thin;
        margin-bottom: -1px;
        grid-template-columns: 4rem auto;
    }

    .marketing-row-number {
        border: none;
    }

    .marketing-row-body {
        border: none;
        margin-right: 0;
    }

    .marketing-row-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .marketing-row-link {
        grid-column-start: 1;
        grid-column-end: span 2;
    }
}