#content {
    padding: 0;
    background-color: var(--thoxt-background);
}

.spinner-container {
    display: none;
}

/* .about-outer {
    background: linear-gradient(-1deg, rgba(48, 244, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(244, 255, 48, 1) 100%);
} */

.page-section {
    margin: 10px 0;
}

.about-outer,
.page-section,
.flex-center-items,
.flex-subsection,
.text-subdiv {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

.about-outer {
    max-width: 1200px;
    margin: auto;
}

.flex-subsection {
    flex-direction: row;
    gap: 5px;
    justify-content: space-evenly;
}

.flex-center-items {
    width: 50%;
}

.large-logo {
    font-family: 'antipol-variable', sans-serif;
    font-weight: 600;
    font-size: 9rem;
    text-shadow: -5px 5px 0 var(--thoxt-lemon);
    line-height: 1ch;
}

.subheading-cyan,
.subheading-lemon {
    font-family: 'antipol-variable', sans-serif;
    font-weight: medium;
    font-size: 3rem;
    background: var(--thoxt-cyan);
    text-shadow: -3px 3px 0 var(--thoxt-white);
    display: inline-block;
    white-space: nowrap;
    color: #000;
    padding: 0 5px;
    line-height: 1;
}

.subheading-lemon {
    background: var(--thoxt-lemon);
}

.text-subdiv {
    margin: 10px 0;
}

.regular-text {
    font-size: 1.5rem;
}

.thoxt-intro {
    z-index: 1;
}

.faux-mobile-wrapper {
    width: auto;
    height: 90vh;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    border-radius: 42px;
    border: 7px solid transparent;

    background:
        linear-gradient(#000, #000) padding-box,
        linear-gradient(145deg,
            #fff 0%,
            #F4FF30 15%,
            #cbd500 45%,
            #F4FF30 70%,
            #fff 100%) border-box;

    box-shadow:
        inset 2px 2px 3px rgba(255, 255, 255, 0.75),
        inset -3px -3px 5px rgba(0, 0, 0, 0.45),
        0 4px 10px rgba(0, 0, 0, 0.35);
}

.faux-mobile-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-cloud {
    height: 500px;
    z-index: 0;
}

.cloud-svg {
    position: absolute;
    left: 48%;
    transform: translateX(-50%);
    bottom: 0;
    width: 70%;
    max-width: 800px;
    height: auto;
}

/* .cyan-circles {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 20%;
    top: 10px;
}

.cyan-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #30F4FF, #F4FEFE); 
}

.cyan-circles :nth-child(2) {
    width: 60px;
    height: 60px;
    margin-left: 20px;
} */

.intro-cloud .regular-text {
    text-align: center;
    font-size: 2rem;
}

.intro-cloud h2 {
    margin: 10px 0 0 0;
}

.thoxt-people-text h2 {
    margin: 10px 0;
}

.thoxt-people-image {
    width: 100%;
}

.thoxt-rows-div {
    text-align: left;
}

.trending-tags-div, .trending-topics-div {
    max-width: 100%;
}

.thoxt-row {
    margin-right: 0;
    padding-right: 0;
}

.articles-section {
    background-color: var(--thoxt-background);
    overflow-x: hidden;
    padding: 10px;
    border-radius: 15px;
}

.dark-mode .thoxt-row-meta-desc {
    color: #ccc;
}

.sticker-section {
    height: 500px;
}

.stickers-left,
.stickers-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    pointer-events: none;
}

.stickers-left {
    left: 0;
    right: unset;
}

.social-icon-sticker {
    position: absolute;
    width: 140px;
    pointer-events: none;
}

/* randomize */
.stickers-left :nth-child(1) {
    top: 10px;
    left: 40%;
}

.stickers-left :nth-child(2) {
    top: 220px;
    left: 180px;
}

.stickers-right :nth-child(1) {
    top: 0;
    right: 50%;
}

.stickers-right :nth-child(2) {
    top: 100px;
    right: 50px;
}

.stickers-right :nth-child(3) {
    top: 300px;
    right: 35%;
}


@media screen and (max-width: 1000px) {

    .about-outer {
        padding: 20px 10px 0 10px;
    }

    .page-section {
        margin: 0;
    }

    .flex-subsection {
        flex-direction: column;
    }

    .large-logo {
        font-size: 5.1rem;
        line-height: 1.5ch;
    }

    .subheading-cyan,
    .subheading-lemon {
        font-size: 2.1rem;
        white-space: normal;
    }

    .regular-text,
    .intro-cloud .regular-text {
        font-size: 1.5rem;
    }

    .flex-center-items {
        width: 100%;
    }

    .faux-mobile-wrapper {
        width: 90vw;
        height: calc(90vw * 16 / 9);
    }

    .intro-cloud {
        height: 440px;
        justify-content: flex-end;
    }

    .cloud-svg {
        height: 440px;
        width: auto;
        max-width: unset;
    }

    .intro-cloud .text-subdiv {
        margin-bottom: 5px;
    }

    .social-icon-sticker {
        position: absolute;
        width: 80px;
        pointer-events: none;
    }

    .stickers-left,
    .stickers-right {
        position: relative;
        display: flex;
        justify-content: space-evenly;
        top: unset;
        right: unset;
        width: 100%;
        height: fit-content;
    }

    .social-icon-sticker {
        position: relative;
        width: 80px;
    }

    .stickers-left :nth-child(1),
    .stickers-left :nth-child(2),
    .stickers-right :nth-child(1),
    .stickers-right :nth-child(2),
    .stickers-right :nth-child(3) {
        top: unset;
        right: unset;
        left: unset;
    }
}