@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    background-color: #000126;
    color: #FFFAFF;
    font-family: 'Outfit', sans-serif;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

.container {
    padding: 0 150px;
}

.navbar {
    background-color: #000126;
    color: #FFFAFF;
    font-family: 'Outfit', sans-serif;
    padding: 2.75rem 0;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.navbar-img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-right: 1rem;
}

.nav-left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav-left a {
    font-size: 20px;
    font-weight: 500;
}

.nav-item {
    font-size: 25px;
    font-weight: 500;
    padding: 9px 30px;
    color: #000126;
    background-color: #CEFF00;
    text-decoration: none;
}

a {
    color: #FFFAFF;
    text-decoration: none;
    font-weight: 700;
}

.header {
    margin: 15rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header .motto {
    font-size: 50px;
    color: #CEFF00;
    font-weight: 700;
}

.header .name {
    font-size: 170px;
    color: #FFFFFF;
    font-weight: 900;
}

.add-discord-btn {
    margin-top: 1rem;
    font-size: 25px;
    font-weight: 500;
    padding: 9px 30px;
    color: #000126;
    background-color: #CEFF00;
    text-decoration: none;
}

.section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 5rem 0;
}

.advantage {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.advantage-left {
    display: flex;
    flex-direction: column;
    margin-right: 2rem;
    max-width: 50%;
}

.advantage-left p {
    font-size: 25px;
    color: #969696;
    font-weight: 400;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.advantage-left p img {
    width: 25px;
    height: 25px;
    margin-right: 1rem;
}

.advantage-btn-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}

.advantage-title {
    font-size: 70px;
    color: #FFFFFF;
    font-weight: 700;
}

.advantage-title a {
    color: #CEFF00;
    text-decoration: none;
    font-weight: 700;
}

.advantage-right {
    display: flex;
    flex-direction: column;
    margin-left: 2rem;
    max-width: 50%;
    overflow: hidden;
}

.advantage-img {
    height: 600px;
}

.guilds {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 14rem 0;
}

.guilds-title {
    font-size: 70px;
    color: #FFFFFF;
    font-weight: 700;
}

.guilds-title a {
    color: #CEFF00;
    text-decoration: none;
    font-weight: 700;
}

.guilds-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.guild {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1rem;
    width: 250px;
}

.guild-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.guild img {
    width: 60px;
    height: 60px;
    margin-right: 1rem;
    opacity: 0.8;
}

.guild-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.guild-info a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s;
}

.guild-info a:hover {
    color: #CEFF00;
}

.guild-info p {
    color: #b1b1b1;
    font-weight: 400;
    margin: 0;
}

.wouldyourather {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 17rem 0;
}

.messages-container {
    background-color: #313338;
    width: 600px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.discord-message {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.discord-message-container {
    margin: 1rem;
    display: flex;
    flex-direction: row;
}

.message-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.message-left img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.message-right {
    margin-left: 1rem;
}

.message-top {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.message-top h3 {
    color: #ceff00;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}

.message-top a {
    color: #8b929b;
    font-weight: 400;
    margin: 0;
    margin-left: 0.5rem;
    font-size: 14px;
}

.message-content {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 15px;
    margin: 5px 0 0 0;
}

.message-embed {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0.5rem;
    width: 400px;
    background-color: #2b2d31;
    border-radius: 5px;
    border-left: 3px solid #ceff00;
}

.message-embed-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0.7rem;
    gap: 5px;
}

.message-embed-title h2 {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
}

.message-embed-options {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    gap: 1rem;
}

.option {
    display: flex;
    flex-direction: column;
}

.option-title {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}

.option-description {
    color: #dadcdf;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}

.embed-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    gap: 0.5rem;
}

.embed-button {
    background-color: #4E5058;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
}

.embed-button img {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
}

.embed-button:hover {
    background-color: #6d6f78;
    cursor: pointer;
}

.message-embed-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 0.5rem 0 0 0;
}

.message-embed-footer img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.message-embed-footer p {
    color: #dadcdf;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}

.embed-footer-seperator {
    color: #dadcdf;
    width: 1px;
    font-weight: 900;
    margin: 0 0.2rem;
}

.wouldyourather-right {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    width: 50%;
}

.wyr-title {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 70px;
    margin: 0;
}

.wyr-title a {
    color: #ceff00;
    text-decoration: none;
    transition: 0.2s;
    font-weight: 600;
}

.wyr-options {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0;
    gap: 1rem;
}

.wyr-option {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.5rem;
}

.wyr-option-title {
    font-size: 25px;
    color: #FFFFFF;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

.wyr-option-title img {
    width: 30px;
    height: 30px;
    margin-right: 0.5rem;
}

.wyr-option-description {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 400;
}

.wyr-choose {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
}

.wyr-choose p {
    color: #CEFF00;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}

.wyr-choose-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

.wyr-choose a {
    background-color: #14143C;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    padding: 0.5rem 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

.wyr-choose a:hover {
    background-color: #232355;
    color: #fff;
    cursor: pointer;
}

.wyr-choose a img {
    width: 20px;
    height: 20px;
}

.invite-title {
    font-size: 70px;
    color: #FFFFFF;
    font-weight: 700;
    margin: 0;
}

.invite-title a {
    color: #CEFF00;
    text-decoration: none;
    font-weight: 700;
}

.footer {
    background-color: #000000;
    width: 100%;
    margin-top: 15rem;
}

.footer-container {
    padding: 50px 150px;
    display: flex;
    flex-direction: column;
}

.footer-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.footer-bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 2rem;
}

.footer-bottom p {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

.footer-bottom a {
    color: #CEFF00;
    text-decoration: none;
    font-weight: 700;
}

.footer-bottom img {
    height: 20px;
    margin-right: 0.5rem;
}

.footer-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: 2rem;
    max-width: 50%;
}

.footer-left h1 {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 50px;
    margin: 0;
}

.footer-left h1 a {
    color: #CEFF00;
    text-decoration: none;
    font-weight: 700;
}

.footer-button {
    background-color: #CEFF00;
    color: #000126;
    font-family: inherit;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    padding: 0.5rem 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.footer-right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 30%;
}

.footer-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: 2rem;
    max-width: 50%;
    gap: 0.5rem;
}

.footer-section h1 {
    font-size: 25px;
    font-weight: 600;
}

.footer-section a {
    font-weight: 500;
    font-size: 25px;
}

.footer-section a:hover {
    color: #CEFF00;
    cursor: pointer;
}

.stats-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stats-title {
    font-size: 45px;
    color: #CEFF00;
    margin-top: 5rem;
    font-weight: 700;
}

.stats-id {
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 500;
    margin-top: 1rem;
}

.stats-card {
    background-color: #14143C;
    padding: 2rem;
    display: flex;
    flex-direction: row;
    gap: 4rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.stats-col {
    display: flex;
    flex-direction: column;
}

.stats-col h1 {
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 600;
}

.stats-col h2 {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 500;
}

.stats-col:nth-child(3) h2 {
    text-transform: capitalize;
}

.stats-options {
    font-size: 45px;
    font-weight: 700;
    margin-top: 5rem;
}

.option-card {
    display: flex;
    flex-direction: column;
    width: 300px;
}

.option-card-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.option-card-head h1 {
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 600;
}

.option-card-head img {
    width: 40px;
    height: 40px;
}

.percentage {
    margin-left: 4rem;
    font-size: 25px;
    font-weight: 500;
}

.option-title {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.percentage-bar {
    background-color: #CEFF00;
    height: 2px;
    width: 100%;
    margin-top: 1rem;
}

.option-desc {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 500;
    margin-top: 2rem;
}

.error-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10rem 0;
}

.error-section h2 {
    font-size: 50px;
    font-weight: 700;
    color: #CEFF00;
}

.error-section h1 {
    font-size: 170px;
    font-weight: 900;
    color: #FFFFFF;
    margin: 0;
}

.error-section-button {
    font-size: 25px;
    font-weight: 500;
    color: #000126;
    background: #CEFF00;
    padding: 0.5rem 2rem;
    margin-top: 2rem;
}

.privacy-section {
    display: flex;
    flex-direction: column;
    margin: 5rem 0;
}

.privacy-section h1 {
    font-size: 45px;
    font-weight: 700;
    color: #CEFF00;
}

.privacy-section p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.semibold {
    font-weight: 500 !important;
}

.privacy-content {
    margin-top: 2rem;
}

.content-title {
    font-size: 20px;
    font-weight: 600 !important;
    color: #CEFF00 !important;
    margin-top: 2rem;
}

.privacy-dot {
    color: #CEFF00;
    font-size: 20px;
    font-weight: 600;
    margin-right: 1rem;
}

.extra-enter {
    margin-top: 1rem;
}

.bold {
    font-weight: 600;
    color: #CEFF00;
}

.link {
    font-size: inherit;
    font-weight: inherit;
    color: #CEFF00 !important;
}

@media only screen and (max-width: 1512px) {
    .name {
        font-size: 135px !important;
    }

    .wouldyourather-right {
        margin-left: 2rem;
    }
}

@media only screen and (max-width: 1700px) {
    .container {
        padding: 0 100px;
    }

    .footer-container {
        padding: 50px 100px;
    }
}

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

    .nav-left a {
        font-size: 16px;
        font-weight: 500;
    }
    
    .navbar-img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-right: 0.5rem;
    }

    .container {
        padding: 0 15px;
    }

    .stats-card {
        flex-direction: column;
        width: 80%;
    }

    .nav-item {
        font-size: 14px;
        font-weight: 500;
        padding: 9px 20px;
        color: #000126;
        background-color: #CEFF00;
        text-decoration: none;
    }

    .motto {
        font-size: 20px !important;
    }

    .name {
        font-size: 40px !important;
    }

    .add-discord-btn {
        font-size: 18px;
        font-weight: 500;
        padding: 9px 20px;
        color: #000126;
        background-color: #CEFF00;
        text-decoration: none;
    }

    .advantage {
        flex-direction: column-reverse;
        align-items: center;
    }

    .advantage-right {
        margin-left: 0;
        margin-top: 2rem;
        max-width: 100% !important;
    }

    .advantage-img {
        width: 100%;
        height: auto;
    }

    .advantage-left {
        margin-right: 0;
        max-width: 100% !important;
    }

    .advantage-left p {
        font-size: 14px;
    }

    .advantage-left p img {
        width: 16px;
        height: 16px;
    }

    .advantage-title {
        font-size: 30px;
        margin-bottom: 1rem;
    }

    .guilds-title {
        font-size: 30px;
    }

    .guild-icon img {
        width: 40px;
        height: 40px;
        margin-right: 1rem;
    }

    .guild-info a, p {
        font-size: 14px;
    }

    .guild {
        padding: 0.5rem;
    }

    .wouldyourather {
        flex-direction: column;
        align-items: center;
    }

    .messages-container {
        width: 100%;
    }

    .message-top h3 {
        font-size: 14px;
    }

    .message-top a {
        font-size: 12px;
    }

    .message-embed {
        width: 100%;
    }

    .message-embed-title h2 {
        font-size: 14px;
    }

    .message-embed-options {
        font-size: 12px;
        flex-direction: column;
        align-items: flex-start;
    }

    .message-left img {
        width: 35px;
        height: 35px;
    }

    .message-right {
        margin-left: 0.5rem;
    }

    .wouldyourather-right {
        margin-left: 0;
        margin-top: 2rem;
        width: 100%;
    }

    .wyr-title {
        font-size: 35px;
    }

    .wyr-option-title {
        font-size: 20px;
    }

    .wyr-option-description {
        font-size: 16px;
    }

    .invite-title {
        font-size: 30px;
    }

    .footer-container {
        padding: 50px 15px;
    }

    .footer-left h1 {
        font-size: 25px;
    }

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

    .footer-left {
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 2rem;
    }

    .footer-right {
        width: 100%;
        margin-top: 2rem;
    }

    .footer-section h1 {
        font-size: 16px;
    }

    .footer-section a {
        font-size: 14px;
    }

    .footer-bottom {
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-bottom: 0;
    }

    .footer-bottom p {
        font-size: 13px;
    }

    .error-section h2 {
        font-size: 30px;
    }

    .error-section h1 {
        font-size: 100px;
    }

    .error-section-button {
        font-size: 16px;
        font-weight: 500;
        color: #000126;
        background: #CEFF00;
        padding: 0.5rem 1rem;
        margin-top: 2rem;
    }

    .privacy-section p {
        font-size: 14px;
    }

    .privacy-section h1 {
        font-size: 30px;
    }

    .privacy-content {
        margin-top: 1rem;
    }

    .content-title {
        font-size: 16px;
    }

    .privacy-dot {
        font-size: 16px;
    }

    .extra-enter {
        margin-top: 0.5rem;
    }
}
  