
@import url('https://fonts.cdnfonts.com/css/minecrafter-alt');

:root {
    --bg-color: #02212f;
    --color-secondary: #ccc;
    --color-bg: #000;
}
.card.card-links .card-body {
    flex-wrap: wrap;
}

.card.card-links .card-body > a {
    min-width: 282px;
}
.news-item {
    color: inherit;
}
.news-action {
    margin-top: 20px;
}
.post-card-excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines to show before truncating */
    -webkit-box-orient: vertical;
}
.news-text {
    margin-top: 20px;
}
html {
  overflow: hidden scroll;
  scrollbar-width: thin;
  scrollbar-color: var(--color-secondary) var(--color-bg);
  scrollbar-gutter: stable;
}
body {
    background: var(--bg-color);
    font-size: 18px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    color:#c0d9e5;
}
figure.article-image {
    height: 500px;
    overflow: hidden;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0px !important;
}

header.article-body {
    text-align: center;
    margin: 0 12vh;
    line-height: 32px;
}

figure.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-meta.inline {
    padding: 0px;
    background: transparent;
    margin-bottom: 15px;
}
#hero .button {
    outline: 4px solid #0000002e;
}

.hero-section .image img, .button, .nav-btn {
    outline: 4px solid #0000002e;
}
.page-post .article-inline-title {
    margin-bottom: 10px;
}
.swal2-popup.swal2-modal.swal2-icon-success.swal2-show {
    padding: 40px !important;
}
p.meta-item.meta-tag {
    color: #ffce3c;
}
.article-text a {
    color: #ffce3c;
    text-decoration: underline;
}
#loader .inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
h1, h2, h3, h4, h5, h6 {
    color: white;
    font-family: 'Minecrafter', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.card-staff .user-banner {
    padding: 20px !important;
    font-size: 20px;
}
.article-header {
    min-height: 100px;
    display: flex;
    background: #00364d;
    padding: 30px 0px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
:root {
    --swal2-background: #0d4e69 !important;
    --swal2-color: #ffffff !important;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line], div:where(.swal2-icon).swal2-success .swal2-success-fix {
    background: var(--swal2-background) !important;
}

.swal2-success-fix {}

div:where(.swal2-container) h2:where(.swal2-title) {
    font-weight: normal !important;
}

div#swal2-html-container {
    opacity: .75;
}
#foot .footer--socials a {
    color: white !important;
}
div:where(.swal2-icon) {
    margin-top: 10px !important;
}
.article-header h1 {
    margin: 0;
    font-size: 40px;
}

a {
    text-decoration: none;
}
* {
    box-sizing: border-box;
}
.container {
    max-width: 1140px;
    padding: 0 30px;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}
.count.inline {
    margin-left: 10px;
    background: #00000026;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 16px;
}
.text-center {
    text-align: center;
}
#hero > .container {
    position: relative;
    z-index: 10;
}

.hero-buttons {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
#hero .button {
    gap: 10px;
    font-size: 20px;
    padding: 20px 20px;
}
.nav-link:hover {
    color: white !important;
}
.nav-Store {
    background: #FFC107;
    color: #875f15 !important;
    box-shadow: inset 0px -5px 0px #00000038 !important;
}
strong,b {
    font-weight: normal !important;
}
.button {
    color: white;
    font-size: 22px;
    padding: 16px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    text-transform: uppercase;
    transition: all 300ms ease;
    font-family: 'Minecrafter', sans-serif;
    cursor: pointer;
    background: #1eb3ff;
    box-shadow: 3px 10px 15px #0000002e;
}
.button.primary:hover {
    background: #ffcb2d !important;
    color: #875f15 !important;
}
.button:hover {
    background: #54c2f3;
}
.button.primary {
    background: #ffc107;
    color: #784e00;
}
#hero {
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero .join-the-adventure {
    max-width: 720px;
}

#hero .join-the-adventure img {
    max-width: 100%;
}
.section-title h1 {
    font-size: 50px;
    margin-bottom: 0px;
}
.section-title p {
    margin-top:8px;
}
.hidden {
    display:none;
}
/* NAV */
#nav {
    position: relative;
    z-index: 500;
    padding: 25px 0px;
}
#nav .nav-link {
    color:white;
    font-size: 18px;
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    text-transform: uppercase;
    transition: all 300ms ease;
    font-family: 'Minecrafter', sans-serif;
    cursor:pointer;
}
#nav .nav-link i {
    font-size:19px;
}
#nav .nav-links {
    display: flex;
    gap: 15px;
}
#nav .nav-discord {
    background: #8592ff;
    color: white;
}
#nav .nav-link:hover, #nav .nav-btn {
    background: #1eb3ff;
    color: white;
}
#nav .nav-players {
    background: #FFC107;
    color: #875f15;
}
#nav .nav-players:hover {
    background: #ffcb2d !important;
    color: #875f15 !important;
}
#nav .nav-btn:hover {
    background: #54c2f3;
}
.mobile-toggle {
    width: 100%;
}

/* HERO */
#hero {
    min-height: 70vh;
    background: linear-gradient(90deg, transparent, var(--hero-bg-color), var(--hero-bg-color), transparent);
    position: relative;
}

.hero-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-bg .fade {
    background: radial-gradient(#00000000,  var(--bg-color));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.hero-bg .fade:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 250px;
    background: linear-gradient(180deg, var(--bg-color), transparent);
}
.hero-bg .fade:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 250px;
    background: linear-gradient(360deg, var(--bg-color), transparent);
}

/* FOOTER */
#foot {
    border-top: 10px solid #022c3e;
    background: #011119;
    padding: 80px 0;
}
#foot .footer--socials a {
    font-size: 21px;
}

#foot .container h1 {
    font-size: 32px;
    line-height: 1;
    margin: 0;
}
    #foot .container {font-size: 15px;display: flex;align-items: center;}
    #foot .container h1 {
        color: white;
    }
    #foot .container p {font-size: 12px;opacity: .5;}
    #foot .watermark {width: 45px;margin-left: auto;}
    #foot .watermark path {fill: #ffffff54 !important;}
    #foot #benj {position: relative;top: 4px;}
    #foot .copyright> span {font-size: 16px;display: inline-block;margin-bottom: 4px;color: white;}
    #foot .copyright {font-size: 13px;}
    #foot .top--footer {
        padding-bottom:50px;
    }
    #foot .footer--socials {
        display: flex;
        gap: 25px;
        color: white;
        margin-left: auto;
    }


.staff-list {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-staff {
    flex: 1;
    text-align: center;
}

.card-staff .avatar {
    max-height: 120px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.card-staff h1 {
    margin: 0;
}

.card-staff .card-body {
    display: flex;
    flex-direction: column;
    gap: 18px;
    flex: 1;
}

.card-staff .avatar img {
    max-width: 118px;
}

.card-staff .user-banner {
    color: white;
    font-size: 22px;
    padding: 12px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    text-transform: uppercase;
    transition: all 300ms ease;
    font-family: 'Minecrafter', sans-serif;
    cursor: pointer;
    background: #1eb3ff;
    margin-top:10px;
}
#page-body .news-grid .news-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hero-section .image .overlay {
    display: none !important;
}
.card-staff .user {
    flex: 1;
}

#page-body .news-grid {
    margin-top: 0;
}
.user-banner.owner {
    background: #FFC107 !important;
    color: #875f15 !important;
}

#page-body .news-grid.two{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
#page-body .news-grid.three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (min-width: 768px) {
    .hidden-desktop {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
#page-body .news-grid{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.staff-list {
    display: flex;
    flex-direction: column;
}
.card.card-links .card-body {
    flex-direction: column;
    gap: 24px;
}

.article-header .article-title {
    font-size: 32px;
    padding: 20px !important;
}
.hero-section .container {
    flex-direction: column;
    text-align: center;
}

.hero-section .container .image {
    order: -1 !important;
}  
    .news-item {
        flex-direction: column !important;
        gap: 10px !important;
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .news-title {
        align-items: center !important;
        justify-content: center !important;
    }
    #hero {
        min-height: 50vh;
    }
    .hidden-mobile {
        display: none !important;
    }
    #nav .container {
        justify-content: center;
        flex-direction: column;
    }

    #nav .mobile-navigation {
        display: flex;
        flex-direction: column;
        background: #011119;
        padding: 20px;
        border-radius: 10px;
        margin-top: 20px;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 2;
        top: 80px;
        margin-left: 30px;
        margin-right: 30px;
        border: 3px solid #022c3e;
    }

    #nav .mobile-navigation .nav-links {
        flex-direction: column;
    }
}

#loader {
    background: #011119;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.meta-item:last-child:after {
    display: none;
}

.news-meta {
    display: inline-flex;
    gap: 20px;
    font-size: 14px;
    background: #ffffff21;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.news-image {max-width: 400px;}

.news-image img {
    max-width: 100%;
    border-radius: 20px;
}

p.meta-item.meta-tag {
    color: #ffffff;
}

.news-meta .meta-item {
    margin: 0px;
}

.news-title h1 {
    margin: 0px;
    font-size: 42px;
}
.hero-section .image {
    position: relative;
    display: flex;
}

.hero-section .image .overlay {
    position: absolute;
}

.hero-section .image img:not(.overlay) {
    border-radius: 30px;
}
.news-title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.news-meta .meta-item i {
    margin-right: 6px;
    opacity: .45;
}
.news-text {
    line-height: 28px;
}

p.time-posted.meta-item {
    opacity: .75;
}

.news-item {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    background: #00364d;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.news-body {display: flex;flex-direction: column;justify-content: center;flex: 1;}

.news-grid {
    max-width:1000px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 60px;
}

.hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0px;
    background: #00364d;
}

.hero-section .container {
    display: flex;
    align-items: center;
    gap: 60px;
}

.hero-section .text {
    flex: 1;
}

.hero-section .image {
    max-width: 500px;
    padding: 10px;
    box-sizing: border-box;
}

img {
    width: 100%;
}

section#body {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.hero-section-text .note {
    display: inline-flex;
    gap: 20px;
    font-size: 14px;
    background: #ffffff21;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    line-height: 21px;
}
.hero-section.secondary {
    background: #012a3b;
}

.hero-section.secondary .image {
    order: 5;
}
.hero-section-text {
    display: flex;
    line-height: 29px;
    flex-direction: column;
    gap: 15px;
}

.hero-section-text p {
    margin: 0px;
}
.button {
    gap: 8px;
}
.hero-section-title h1 {
    margin-top: 0px;
    font-size: 50px;
    margin-bottom: 20px;
}

.hero-section.center .hero-section-title {
    text-align: center;
}

.hero-section.center .hero-section-text {
    align-items: center;
    text-align: center;
}

.hero-section.center .container {
    max-width: 800px;
    margin: 0 auto;
}
#app {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#page-body {
    flex: 1;
    padding-bottom: 80px;
}

.card {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    background: #00364d;
    border-radius: 20px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.card-body {
    padding: 30px;
}
.card.card-links .card-body > a:hover {
    background: #1eb3ff;
    color: white;
}
.article {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
#app {
    position: relative;
}

#foot {
    position: relative;
    z-index: 5;
}

#page-body > .container {
    position: relative;
    z-index: 5;
}

#page-body .page-bg .hero-bg .fade:before {
    display: none;
}

#page-body .page-bg {
    position: absolute;
    background: #02212f;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 350px;
    overflow: hidden;
    opacity: .5;
}

#page-body .hero-bg .fade:before {
    height: 100%;
    opacity: .5;
}
.article .card p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.article-header {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.card.card-links .card-body {
    display: flex;
    justify-content: space-between;
    flex: 1;
    gap: 28px;
}

.card.card-links .card-body > a {
    background: #FFC107;
    color: #875f15;
    flex: 1;
    font-size: 22px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    text-transform: uppercase;
    transition: all 300ms 
ease;
    font-family: 'Minecrafter', sans-serif;
    cursor: pointer;
}
.article-title-body {
    background: #022c3e;
    padding: 25px;
}

.article-title-body p {
    margin: 0px;
    font-size: 18px;
    line-height: 22px;
}

.article-header .article-title {
    padding: 30px;
}

#page-body .news-grid{
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    gap: 32px;
}

#page-body .news-grid .news-item {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#page-body .news-grid .news-body {
    justify-content: center;
    align-items: center;
    text-align: center;
}
.page-bg.hero-bg .fade:before {
    display: none;
}
#page-body .news-grid .news-title {
    align-items: center;
    justify-content: center;
}
.nav-link.nav-btn.mobile-toggle-btn {
    height: 45px;
}
#page-body .news-grid .news-text > p {font-size: 16px;}

#page-body .news-grid .news-action {
    margin-top: 20px;
}

#page-body .news-grid .news-image {
    max-width: 100%;
    height: 150px;
    overflow: hidden;
    width: 100%;
}

#page-body #page-body .news-grid.news-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* */
.news-item {
    border-bottom: 12px solid #042939;
}
#nav .nav-btn, .nav-Store, #nav .nav-link:hover, .button, .card-staff .user-banner, .card.card-links .card-body > a {
    box-shadow: inset 0px -5px 0px #00000038 !important;
}
.hero-section .image img:not(.overlay) {
    border-radius: 0px !important;
}

.card.card-links .card-body > a {
    border-radius: 0px !important;
}

.news-item {
    border-radius: 0px !important;
}

.news-image img {
    border-radius: 0px !important;
}

.card-staff .user-banner {
    border-radius: 0px !important;
}

.button {
    border-radius: 0px !important;
}

.news-meta {
    border-radius: 0px !important;
}

#nav .nav-link {
    border-radius: 0px !important;
}

.card {
    border-radius: 0px !important;
}

.article-header {
    border-radius: 0px !important;
}
.page-blog .news-title h1 {
    font-size: 35px;
}

#page-body .news-grid .news-text > p {
    font-size: 14px;
}

.article-text p {
    margin-top: 0px;
}

.article-text {
    font-size: 20px;
}

.news-meta.inline {
    font-size: 17px;
}

.page-post .article-inline-title {
    font-size: 45px;
    margin-bottom: 20px !important;
}

/* */
.button.primary {
    text-shadow: 0px 2px 0px #ffdf7c;
}

.button {
    text-shadow: 0px 2px 0px #0000002e;
}

.nav-btn {
    text-shadow: 0px 2px 0px #0000002e;
}

.nav-Store {
    text-shadow: 0px 2px 0px #ffdf7c;
}

#nav .nav-link:hover, #nav .nav-btn {
    text-shadow: 0px 2px 0px #0000002e;
}

#nav .nav-players {
    text-shadow: 0px 2px 0px #ffdf7c !important;
}

.count.inline {
    text-shadow: none !important;
}