/* Fixed navbar on top */
.menu20-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    background: #181713;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0;
    pointer-events: none;
}

.menu20-fixed.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.menu20-fixed .hero-main.menu20 {
    margin-top: 0;
    padding: 10px 0;
}

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;900&display=swap');

@font-face {
    font-family: 'Pretendard';
    src: url('fonts/Pretendard-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('fonts/Pretendard-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-heading: 'Cinzel', serif;
}

/*==Font-setup==*/

*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Pretendard', Arial, sans-serif;
    font-size: 16px;
    color: #e8e0d2;
    background: #0d0b0b;
    line-height: 1.6;
}

a,
a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

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

/*==Basic-setup==*/

/* Discord floating button */
.discord-float {
    position: fixed;
    right: 25px;
    bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #660f0f;
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 999;
    box-shadow: 0 4px 15px rgba(63, 1, 11, 0.4);
    transition: all 0.3s ease;
}

.discord-float:hover {
    background: #ca1919;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(150, 8, 8, 0.6);
    color: #fff;
}

.discord-float i {
    font-size: 20px;
}

.discord-float span {
    font-family: var(--font-heading);
}

/*===this-is-code-start===*/
.container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

/*==hero-section==*/
.hero-area {
    background: url('images/hero-bg.png') no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 60px;
}

.hero-logo-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    /*! position: relative; */
    /*! bottom: -53px; */
}

.hero-logo-wrapper img {
    width: 100%;
}

.hero-logo-left img {
    position: relative;
    z-index: 2;
    top: -30px;
    transform: scale(1.1);
    transform-origin: center center;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.hero-logo-left img:hover {
    transform: scale(1.13);
    filter: brightness(1.08) contrast(1.05);
}

.hero-logo-right img {
    position: relative;
    left: -80px;
    z-index: 1;
    top: 90px;
    max-height: 640px;
    object-fit: contain;
}

.hero-main {
    display: grid;
    grid-template-columns: max-content 1fr max-content;
    background: #181713;
    align-items: center;
    padding: 20px 30px;
    column-gap: 40px;
    position: relative;
    z-index: 5;
    margin-top: -65px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.menu20.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    max-width: 100%;
    margin: 0;
    width: 100%;
    padding: 15px 40px;
    z-index: 1000;
}

.hero-main-img img {
    width: 100%;
}

.hero-left ul {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.hero-left ul li a img {
    vertical-align: bottom;
    transition: transform 0.25s ease, filter 0.25s ease;
}

.hero-left ul li a img:hover {
    transform: translateY(-3px) scale(1.1);
    filter: brightness(1.3);
}

/* Navbar social vector icons */
.nav-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #808080;
    transition: color 0.25s ease, transform 0.25s ease;
}

.nav-social-icon:hover {
    color: #BD0917;
    transform: translateY(-2px) scale(1.1);
}

.nav-social-icon:active {
    color: #8b1a1a;
}

.hero-left ul li span {
    width: 1px;
    height: 20px;
    background: #312F2C;
    display: block;
}

.hero-middle ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
}

.hero-middle ul li a {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    transition: 0.2s all ease;
}

.hero-middle ul li:nth-of-type(4) button {
    background: none;
    border: none;
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    transition: 0.2s all ease;
    cursor: pointer;
}

.hero-middle ul li:nth-of-type(4) button:hover {
    color: #BD0917;
}

.hero-middle ul li a:hover {
    color: #BD0917;
}

.hero-right ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 20px;
}

.hero-right ul li img {
    transition: transform 0.25s ease, filter 0.25s ease;
}

.hero-right ul li img:hover {
    transform: translateY(-2px) scale(1.1);
    filter: brightness(1.3);
}

/* Language Switcher */
.lang-switcher-wrap {
    position: relative;
}

.lang-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50px;
    color: #999;
    font-size: 13px;
    font-family: var(--font-heading);
    font-weight: 600;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.lang-pill:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.25);
}

.lang-pill .fa-globe {
    font-size: 14px;
}

.lang-arrow {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.lang-code {
    letter-spacing: 1px;
    font-size: 12px;
}

.lang-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 170px;
    background: #1e1d1a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 6px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    z-index: 1001;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.lang-switcher-wrap.open .lang-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    color: #aaa;
    font-size: 13px;
    font-weight: 500;
    transition: background 0.2s ease, color 0.2s ease;
}

.lang-option img {
    width: 20px;
    height: 14px;
    object-fit: cover;
    border-radius: 2px;
}

.lang-option:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.lang-option.active {
    color: #BD0917;
}

.lang-option.active:hover {
    color: #BD0917;
}

.hero-right ul li:nth-of-type(3) button {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    width: 156px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url('images/btn-bg1.png') no-repeat;
    background-position: 100% 100%;
    border: none;
    cursor: pointer;
    transition: transform 0.25s ease, filter 0.25s ease;
}

.hero-right ul li:nth-of-type(3) button:hover {
    transform: translateY(-2px) scale(1.03);
    filter: brightness(1.2);
}

.hero-right ul li:nth-of-type(3) a:hover {
    opacity: 0.8;
}

.hero-right ul li span {
    /* width: 1px; */
    height: 20px;
    background: #312F2C;
    display: block;
}

.hero-btm img {
    width: 100%;
    position: relative;
    margin-top: -20px;
    vertical-align: bottom;
}

.menu-btn {
    width: 24px;
    cursor: pointer;
    display: none;
    flex-direction: column;
    gap: 5px;
    z-index: 1001;
}

.menu-btn span {
    height: 2px;
    background: #fff;
    display: block;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.menu-btn.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.menu-btn.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobile menu overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Mobile dropdown menu */
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #181713;
    z-index: 999;
    transform: translateY(-100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 70px 24px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.mobile-nav.active {
    transform: translateY(0);
}

.mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-nav ul li a,
.mobile-nav ul li button {
    display: block;
    padding: 14px 0;
    color: #fff;
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: color 0.2s ease;
    background: none;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.mobile-nav ul li a:hover,
.mobile-nav ul li button:hover {
    color: #BD0917;
}

.mobile-nav ul li:last-child {
    border-bottom: none;
}

.mobile-nav .mobile-social {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-nav .mobile-social a img {
    width: 24px;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.mobile-nav .mobile-social a img:hover {
    opacity: 1;
}

/*==news-section==*/
.news-area {
    background: #252525;
    padding: 10px 0 70px 0;
}

.news-section-heading {
    text-align: center;
    margin-bottom: 35px;
}

.news-section-heading h2 {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    transition: transform 0.3s ease;
    margin: 0;
}

.news-section-heading .heading-line {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #8b1a1a, transparent);
    margin: 12px auto 0;
}

.news-main {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    column-gap: 35px;
    margin-top: 25px;
}

.news-btn1 {
    position: relative;
}

/* Featured news (left) */
.news-left {
    overflow: hidden;
    transition: transform 0.3s ease;
}

.news-left:hover {
    transform: translateY(-3px);
}

.news-left-img {
    overflow: hidden;
    border-radius: 0;
    position: relative;
}

.news-left-img img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease, filter 0.3s ease;
}

.news-left:hover .news-left-img img {
    transform: scale(1.04);
}

.news-left-img:hover img {
    filter: brightness(0.85);
}

.news-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #BD0917;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 4px 12px;
    border-radius: 3px;
    text-transform: uppercase;
    z-index: 2;
}

.news-left-cnt {
    padding: 18px 0 0;
}

.news-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.news-category {
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 700;
    color: #BD0917;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.news-date {
    font-size: 12px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 5px;
}

.news-date i {
    font-size: 11px;
}

.news-title {
    margin-bottom: 12px;
}

.news-title a {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.news-title a:hover {
    color: #BD0917;
}

.news-left-cnt h4 {
    font-weight: 600;
    font-size: 13px;
    color: #d19e50;
    margin-top: 0;
}

.news-left-cnt span {
    color: #b60009;
}

.news-left-cnt p {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    margin-top: 0;
    line-height: 1.65;
}

.news-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 600;
    color: #BD0917;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: gap 0.3s ease, color 0.2s ease;
}

.news-read-more:hover {
    gap: 14px;
    color: #8b1a1a;
}

.news-read-more i {
    font-size: 11px;
    transition: transform 0.3s ease;
}

.news-read-more:hover i {
    transform: translateX(3px);
}

/* Smaller news (right) */
.news-right {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.news-flex {
    display: grid;
    grid-template-columns: 170px auto;
    column-gap: 20px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.news-flex:hover {
    transform: translateY(-2px);
}

.news-flex:last-child {
    border-bottom: none;
}

.news-flex2 {
    margin-top: 20px;
}

.news-col-left img {
    width: 100%;
    border-radius: 4px;
    transition: transform 0.4s ease, filter 0.3s ease;
}

.news-col-left {
    overflow: hidden;
    border-radius: 4px;
}

.news-col-left:hover img {
    transform: scale(1.06);
    filter: brightness(0.9);
}

.news-col-right .news-meta {
    margin-bottom: 8px;
}

.news-col-right h4 {
    font-weight: 600;
    font-size: 14px;
    color: #1a1a1a;
    line-height: 1.4;
}

.news-col-right h4 a {
    color: #ffffff;
    transition: 0.2s all ease;
}

.news-col-right h4 a:hover {
    color: #BD0917;
}

.news-col-right p {
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
    margin-top: 8px;
    line-height: 1.5;
}

/* Empty state for tabs */
.news-empty-state {
    text-align: center;
    padding: 60px 20px;
}

.news-empty-state i {
    font-size: 40px;
    color: #ccc;
    margin-bottom: 15px;
}

.news-empty-state p {
    font-size: 15px;
    color: #999999;
}

/* View all news button */
.news-view-all {
    text-align: center;
    margin-top: 40px;
}

.news-view-all a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background: #1a1a1a;
    padding: 14px 36px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: background 0.3s ease, transform 0.25s ease, gap 0.3s ease;
}

.news-view-all a:hover {
    background: #BD0917;
    transform: translateY(-2px);
    gap: 16px;
}

.news-view-all a i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.news-view-all a:hover i {
    transform: translateX(3px);
}

/* Tab buttons enhancement */
.tab-buttons ul {
    display: flex;
    align-items: center;
    column-gap: 40px;
    padding-bottom: 15px;
}

.tab-buttons ul li {
    position: relative;
}

.tab-btn {
    font-weight: 600;
    font-size: 14px;
    color: #666;
    z-index: 2;
    position: relative;
    transition: color 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /* padding-bottom: 17px; */
}

.tab-btn i {
    font-size: 13px;
}

.tab-btn:hover {
    color: #BD0917;
}

.tab-btn.active {
    color: #BD0917;
    position: relative;
}

.tab-pane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
    transform: translateY(10px);
    margin-top: 20px;
}

.tab-pane.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.tab-content {
    position: relative;
    overflow: hidden;
}

.tab-btn-img img {
    position: absolute;
    left: 2px;
    bottom: 0;
    z-index: -1;
    display: none;
    width: 100%;
}

.tab-btn.active .tab-btn-img img {
    display: block;
}

/*==social-midea-section==*/

.social-midea-area {
    background: url('images/social-media-bg.png') no-repeat;
    background-position: center;
    background-size: cover;
    padding: 67px 0 60px 0;
}

.social-midea-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 15px;
    max-width: 1115px;
    margin: auto;
}

.social-midea-item {
    text-align: center;
}

.social-midea-item img {
    max-width: 130px;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.social-midea-item a:hover img {
    transform: translateY(-6px) scale(1.05);
    filter: brightness(1.2);
}

.social-midea-item a:hover {
    opacity: 1;
}

.social-midea-item h4 {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 18px;
    color: #0a0b0a;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 10px;
    text-shadow: 0px 1px 2px #ccc, 0px 8px 10px rgba(0, 0, 0, 0.15), 0px 8px 2px rgba(0, 0, 0, 0.7);
    background-image: linear-gradient(#fff 26%, #76270C 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*==player-section==*/
.player-area {
    padding: 68px 0 92px 0;
}

.player-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
}

.player-item-topper {
    background: url('images/player-top-bg.png') no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px;
}

.player-item-topper ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.player-item-topper ul li {
    position: relative;
}

.player-line img {
    position: absolute;
    bottom: 0;
    left: 2px;
}

.player-item-topper ul li:nth-of-type(1) h4 {
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
}

.player-item-topper ul li:nth-of-type(2) a {
    font-weight: 400;
    font-size: 13px;
    color: #d19f50;
    text-transform: uppercase;
    transition: color 0.2s ease, letter-spacing 0.2s ease;
}

.player-item-topper ul li:nth-of-type(2) a:hover {
    color: #BD0917;
    letter-spacing: 0.5px;
}

.player-item-btmbar {
    background: #080904;
    margin-top: 5px;
    padding: 20px 25px;
    display: grid;
    grid-template-columns: 100%;
    min-height: 330px;
}

.player-table-row {
    display: grid;
    grid-template-columns: 60% auto 20% auto;
    align-items: center;
    padding: 8px 0;
}

.player-table-col1 ul {
    display: flex;
    align-items: center;
    column-gap: 25px;
}

.player-table-col ul li {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
}

.player-table-col ul li span {
    color: #807f7f;
}

.player-table-col ul li sup {
    font-size: 10px;
    color: #d19f50;
    text-transform: uppercase;
}

.player-table-col3 {
    text-align: right;
}

.player-btn {
    margin-top: auto;
}

.player-btn a {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 19px;
    color: #ffffff;
    text-transform: uppercase;
    width: 200px;
    height: 45px;
    background: url('images/player-btn-bg.png') no-repeat;
    background-position: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 20px;
    transition: transform 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease;
}

.player-btn a:hover {
    transform: translateY(-2px) scale(1.03);
    filter: brightness(1.2);
}

.player-table-row2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.color-name {
    color: #d19f50 !important;
}

.color-name2 {
    color: #ac0a0b !important;
}

/*==mage-section==*/
.mage-area {
    background: url('images/mage-bg.png') no-repeat;
    background-position: center;
    background-size: cover;
    padding: 48px 0;
    position: relative;
    overflow: hidden;
}

.mega-right-flex {
    position: relative;
}

.maga-mian-img img {
    width: 100%;
    position: absolute;
}

.maga-mian-img1 img {
    max-width: 600px;
    top: -60px;
    right: -50px;
}

.maga-mian-img2 img {
    max-width: 566px;
    top: -87px;
    right: 0;
}

.maga-mian-img3 img {
    max-width: 895px;
    top: -87px;
    right: 0;
}

.maga-mian-img4 img {
    max-width: 600px;
    top: 56px;
    right: -77px;
}

.maga-mian-img5 img {
    max-width: 650px;
    top: 5px;
    right: -90px;
}

.maga-mian-img6 img {
    max-width: 750px;
    top: 51px;
    right: -35px;
}

.maga-mian-img7 img {
    max-width: 750px;
    top: 126px;
    right: -172px;
}

.maga-mian-img8 img {
    max-width: 793px;
    top: 105px;
    right: -155px;
}

.maga-mian-img9 img {
    max-width: 717px;
    top: 71px;
    right: -139px;
}

.maga-mian-img10 img {
    max-width: 750px;
    top: 2px;
    right: -65px;
}

.maga-mian-img11 img {
    max-width: 750px;
    top: -87px;
    right: -140px;
}

.maga-mian-img12 img {
    max-width: 753px;
    top: 32px;
    right: -50px;
}

.maga-mian-img13 img {
    max-width: 835px;
    top: 76px;
    right: -70px;
}

.mage-left ul {
    display: grid;
    grid-template-columns: 100%;
    row-gap: 15px;
}

.mage-left {
    text-align: center;
}

.indicator h4 {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 14px;
    color: #0a0b0a;
    text-align: center;
}

.mage-right h2 {
    font-family: var(--font-heading);
    font-weight: 900;
    font-size: 60px;
    background-image: linear-gradient(#0a0b0a 26%, #76270C 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 3;
}

.mage-right h3 {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 22px;
    background: linear-gradient(81deg, #0a0b0a 0%, #D86968 18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    padding: 10px 0;
}

.menga-line1 img {
    vertical-align: bottom;
}

.menga-line2 img {
    vertical-align: top;
}

.menga-line img {
    max-width: 196px;
    position: relative;
    left: -20px;
}

.mega-dot {
    margin-top: 15px;
}

.mage-right h4 {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 14px;
    color: #d19f50;
    display: inline-block;
    border-bottom: 2px solid #d19f50;
    margin-top: 20px;
    text-transform: uppercase;
}

.mage-right p {
    font-weight: 400;
    font-size: 14px;
    color: #0a0b0a;
    margin-top: 15px;
    max-width: 440px;
    position: relative;
    z-index: 3;
    line-height: 1.6;
}

.mage-right a {
    font-weight: 600;
    font-size: 14px;
    color: #d19f50;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 25px;
    transition: color 0.2s ease, letter-spacing 0.2s ease, transform 0.2s ease;
}

.mage-right a:hover {
    color: #BD0917;
    letter-spacing: 1px;
    transform: translateX(3px);
}

.custom-slider {
    display: grid;
    grid-template-columns: 160px 1fr;
    column-gap: 50px;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* LEFT SIDE */
.indicator-wrapper {
    overflow: hidden;
}

.indicators {
    display: flex;
    flex-direction: column;
    transition: transform .4s ease;
}

.indicator {
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease, filter 0.3s ease;
    margin-bottom: 11px;
    text-align: center;
}

.indicator:hover {
    transform: scale(1.1);
    filter: brightness(1.15);
}

.indicator img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.controls-top {
    margin-bottom: 10px;
}

.controls-btm {
    margin-top: 10px;
}

.controls button {
    background: none;
    color: white;
    cursor: pointer;
    border: none;
    text-align: center;
    width: 100%;
    transition: transform 0.25s ease, filter 0.25s ease;
}

.controls button:hover {
    transform: scale(1.15);
    filter: brightness(1.3);
}

.slides-wrapper {
    position: relative;
    overflow: visible;
    width: 100%;
    min-width: 0;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: visible;
}

.slide.active-slide {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    min-height: 420px;
    width: 100%;
}

.mega-right-flex {
    position: relative;
    width: 100%;
}

/* Ensure character images in slider are not cropped */
.slide img {
    max-width: 100%;
    max-height: 600px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

/*==backpack-section==*/
.backpack-area {
    background: url('images/backpack-bg.png') no-repeat;
    background-position: center;
    background-size: cover;
    padding: 42px 0;
    position: relative;
    margin-top: -10px;
    z-index: 3;
}

.backpack-main {

    grid-template-columns: 8% 15% 21% 21% 21% 8%;
    align-items: center;
}

.backpack-item {
    text-align: center;
}

.backpack-item a {
    display: block;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.3s ease;
}

.backpack-item a:hover {
    transform: translateY(-10px) scale(1.05);
}

.backpack-item img {
    max-width: 200px;
    transition: filter 0.3s ease, transform 0.4s ease;
}

.backpack-item a:hover img {
    filter: drop-shadow(0 8px 20px rgba(209, 159, 80, 0.4)) brightness(1.1);
}

.backpack-cnt {
    position: relative;
    top: -35px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.backpack-item a:hover .backpack-cnt {
    transform: translateY(-4px);
}

.backpack-cnt h3 {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0px 1px 2px #ccc, 0px 8px 10px rgba(0, 0, 0, 0.15), 0px 8px 2px rgba(0, 0, 0, 0.7);
    transition: color 0.3s ease;
}

.backpack-item a:hover .backpack-cnt h3 {
    color: #fff;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.4), 0px 1px 2px #ccc, 0px 8px 10px rgba(0, 0, 0, 0.15);
}

.backpack-cnt h4 {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 18px;
    color: #d19f50;
    text-shadow: 0px 1px 0px #ccc, 0px 8px 10px rgba(0, 0, 0, 0.15), 0px 8px 2px rgba(0, 0, 0, 0.7);
    margin-top: 10px;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.backpack-item a:hover .backpack-cnt h4 {
    color: #f0c060;
    text-shadow: 0 0 12px rgba(209, 159, 80, 0.5), 0px 1px 0px #ccc, 0px 8px 10px rgba(0, 0, 0, 0.15);
}

.backpack-right-arrow {
    text-align: right;
}

.splide-slider {
    width: 100%;
    overflow: visible;
    max-width: 900px;
    margin: auto;
}

/* Custom arrows */
.custom-arrows {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

.backpack-container {
    position: relative;
}

.custom-arrows button {
    background: none;
    color: #fff;
    border: none;
    cursor: pointer;
    filter: brightness(0.7);
    opacity: 0.8;
    padding: 0;
}

.custom-arrows button:hover,
.custom-arrows button:focus {
    filter: brightness(1.2);
    opacity: 1;
}

.custom-arrows button:active {
    filter: brightness(0.5);
}

.arrow-inner img {
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.25s;
}

.custom-arrows button:hover .arrow-inner img,
.custom-arrows button:focus .arrow-inner img {
    transform: scale(1.15);
}

.custom-arrows button:active .arrow-inner img {
    transform: scale(0.92);
}

.left-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
}

.left-arrow:hover {
    transform: translateY(-50%) scaleX(-1) scale(1.15);
}

.right-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.right-arrow:hover {
    transform: translateY(-50%) scale(1.15);
}

/* Custom Dots */
.custom-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    display: none;
}

.custom-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #fff;
    cursor: pointer;
}

.custom-dots button.active {
    background: red;
}

/*==footer-section==*/
.footer-area {
    padding: 50px 0 25px 0;
    text-align: center;
}

.footer-main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-main ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
}

.footer-main ul li a {
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

.footer-main ul li a:hover {
    color: #BD0917;
    transform: translateY(-2px);
}

.copyright-item {
    padding-top: 30px;
    border-top: 1px solid #000000;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright-item ul {
    display: flex;
    align-items: center;
    column-gap: 25px;
    justify-content: center;
}

.copyright-item ul li p {
    font-weight: 600;
    font-size: 14px;
    color: #bd0811;
}

.copyright-item ul li span {
    width: 2px;
    height: 20px;
    background: #807F7F;
    display: block;
}

.copyright-item ul li a {
    font-weight: 600;
    font-size: 14px;
    color: #4e4e4e;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

.copyright-item ul li a:hover {
    color: #BD0917;
    transform: translateY(-1px);
}

/*==login-page==*/
.login-title {
    text-align: center;
    position: relative;
}

.login-title h2 {
    font-weight: 600;
    font-size: 14px;
    color: #e1dfe0;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.login-line {
    position: absolute;
    margin-top: -28px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3px;
}

.login-item {
    padding: 20px 37px;
    background: url('images/login-item-bg1.png') no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.login-item1 {
    background: url('images/login-item-bg1.png') no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.login-item2 {
    background: url('images/login-item-bg2.png') no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.login-flex-wrap {
    margin-top: 30px;
}

.input-flex {
    display: grid;
    grid-template-columns: 38px auto;
    column-gap: 18px;
    background: #151611;
    padding: 10px 20px;
    margin-top: 15px;
}

.input-item-left ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.devide {
    display: block;
    height: 20px;
    width: 2px;
    background: #383934;
}

.input-flex ul li i {
    color: #000000;
}

.input-flex:focus-within li i {
    color: #807F7F;
}

.input-item-right input {
    font-weight: 400;
    font-size: 14px;
    color: #e1dfe0;
    width: 100%;
    background: none;
    border: none;
    outline: none;
}

.input-item-right input::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #e1dfe0;
}

.sign-btm h4 {
    font-weight: 400;
    font-size: 14px;
    color: #807f7f;
    text-align: center;
    margin-top: 15px;
}

.sign-btm h4 span {
    color: #d19f50;
}

.input-submit {
    text-align: center;
    margin-top: 24px;
}

.input-submit button {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    width: 160px;
    height: 36px;
    background: url('images/submit-bg.png') no-repeat;
    background-position: 100% 100%;
    border: none;
    cursor: pointer;
    transition: transform 0.25s ease, filter 0.25s ease;
}

.input-submit button:hover {
    transform: translateY(-2px) scale(1.03);
    filter: brightness(1.2);
}

.checkbox {
    display: grid;
    grid-template-columns: 20px auto;
    align-items: center;
    column-gap: 12px;
    margin-top: 20px;
}

.checkbox input[type=checkbox] {
    appearance: none;
    height: 20px;
    width: 20px;
    background: #1F2120;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkbox input[type=checkbox]::after {
    content: "\f00c";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    color: #ffffff;
    display: none;
}

.checkbox input[type=checkbox]:checked {
    background: #6E2226;
}

.checkbox input[type=checkbox]:checked::after {
    display: block;
}

.checkbox label {
    font-weight: 400;
    font-size: 14px;
    color: #807f7f;
    cursor: pointer;
}

/* ===== Modal Overlay ===== */
.modal-ad {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .85);
    z-index: 3000;
    overflow-y: auto;
    padding: 40px 0;

    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease, visibility .4s ease;
}

/* Active modal */
.modal-ad.active-ad {
    opacity: 1;
    visibility: visible;
}

/* ===== Modal Box ===== */
.modal-box-ad {
    max-width: 480px;
    width: 90%;
    margin: 100px auto 40px;
    position: relative;
    transform: translateY(-120px);
    opacity: 0;
    transition: transform .55s cubic-bezier(.22, .61, .36, 1),
        opacity .45s ease;
}

/* Slide down animation */
.modal-ad.active-ad .modal-box-ad {
    transform: translateY(0);
    opacity: 1;
}

/* ===== Close Button ===== */
.modal-close-ad {
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 20px;
    cursor: pointer;
    user-select: none;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

/* =========================================================
   Pixarts visual polish pass - premium dark fantasy UI
   ========================================================= */
:root {
    --pix-bg: #0d0b0b;
    --pix-panel: rgba(19, 16, 14, 0.86);
    --pix-panel-solid: #15110f;
    --pix-panel-soft: #1c1714;
    --pix-red: #BD0917;
    --pix-red-dark: #6d060e;
    --pix-gold: #d19f50;
    --pix-text: #f2eadb;
    --pix-muted: #b8aa96;
    --pix-border: rgba(209, 159, 80, 0.18);
    --pix-shadow: 0 24px 70px rgba(0, 0, 0, .42);
}

html {
    scroll-behavior: smooth;
}

body {
    background: radial-gradient(circle at top, #26140f 0, var(--pix-bg) 480px);

}

body::selection {
    background: var(--pix-red);
    color: #fff;
}

.section-wrapper20-area {
    background: linear-gradient(180deg, #0d0b0b 0%, #14100e 46%, #0b0908 100%);
}

.hero-area {
    position: relative;
    min-height: 760px;
    padding-bottom: 96px;
    isolation: isolate;
    background-position: center top;
}

.hero-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 73% 38%, rgba(189, 9, 23, .18), transparent 35%),
        linear-gradient(90deg, rgba(8, 6, 6, .86) 0%, rgba(8, 6, 6, .42) 42%, rgba(8, 6, 6, .78) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, .12) 0%, #0d0b0b 100%);
    z-index: -1;
}

.hero-area::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 220px;
    background: linear-gradient(180deg, transparent, #0d0b0b 80%);
    z-index: -1;
}

.hero-container {
    max-width: 1280px;
}

.hero-logo-wrapper {
    min-height: 610px;
    position: relative;
}

.hero-logo-left img {
    max-width: 530px;
    margin: 54px auto 0;
    filter: drop-shadow(0 24px 45px rgba(0, 0, 0, .75));
}

.hero-logo-right img {
    max-height: 680px;
    filter: drop-shadow(0 36px 72px rgba(0, 0, 0, .72));
}

.hero-main,
.menu20-fixed,
.mobile-nav {
    background: rgba(14, 12, 10, .88);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(209, 159, 80, .14);
    box-shadow: 0 16px 50px rgba(0, 0, 0, .42);
}

.menu20-fixed {
    border-left: 0;
    border-right: 0;
}

.hero-main {
    border-radius: 18px;
    margin-top: -88px;
}

.hero-middle ul li a,
.hero-middle ul li:nth-of-type(4) button,
.mobile-nav ul li a,
.mobile-nav ul li button {
    letter-spacing: 1.1px;
    color: var(--pix-text);
}

.hero-middle ul li a:hover,
.hero-middle ul li:nth-of-type(4) button:hover,
.mobile-nav ul li a:hover,
.mobile-nav ul li button:hover,
.nav-social-icon:hover {
    color: #f0c060;
}

.lang-pill {
    background: rgba(255, 255, 255, .06);
    color: var(--pix-text);
    border-color: var(--pix-border);
}

.lang-dropdown {
    background: #120f0d;
    border-color: var(--pix-border);
}

.hero-right ul li:nth-of-type(3) button,
.player-btn a,
.news-view-all a,
.pix-hero-cta .cta-primary {
    background: linear-gradient(135deg, var(--pix-red-dark), var(--pix-red));
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 999px;
    box-shadow: 0 10px 28px rgba(189, 9, 23, .28);
}

.pix-hero-cta {
    position: absolute;
    left: 28vw;
    bottom: 86px;
    width: 100%;
    max-width: 480px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pix-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--pix-gold);
    font-family: var(--font-heading);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.pix-kicker::before {
    content: "";
    width: 42px;
    height: 1px;
    background: var(--pix-gold);
    opacity: .8;
}

.pix-hero-cta h1 {
    font-family: var(--font-heading);
    color: var(--pix-text);
    font-size: clamp(38px, 5vw, 72px);
    line-height: .98;
    letter-spacing: .5px;
    text-shadow: 0 16px 44px rgba(0, 0, 0, .78);
    margin-bottom: 18px;
}

.pix-hero-cta p {
    color: var(--pix-muted);
    max-width: 440px;
    font-size: 16px;
}

.pix-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
    justify-content: center;
}

.pix-hero-actions a,
.pix-hero-actions button {
    min-width: 150px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    color: #fff;
    font-family: var(--font-heading);
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.pix-hero-actions .cta-secondary {
    border-radius: 999px;
    border: 1px solid var(--pix-border);
    background: rgba(0, 0, 0, .28);
    color: var(--pix-text);
}

.pix-hero-actions a:hover,
.pix-hero-actions button:hover {
    transform: translateY(-3px);
}

.hero-btm {
    display: none;
}

.news-area,
.player-area,
.social-midea-area,
.backpack-area,
.footer-area {
    background-color: transparent;
}

.news-area {
    padding: 92px 0 82px;
}

.news-section-heading {
    margin-bottom: 42px;
}

.news-section-heading h2 {
    font-size: clamp(30px, 3.5vw, 46px);
    letter-spacing: 1px;
}

.news-section-heading .heading-line {
    width: 112px;
    background: linear-gradient(90deg, transparent, var(--pix-gold), var(--pix-red), transparent);
}

.news-main {
    gap: 28px;
}

.news-left,
.news-flex,
.player-item-btmbar,
.social-midea-item,
.backpack-item a {
    background: var(--pix-panel);
    border: 1px solid var(--pix-border);
    border-radius: 18px;
    box-shadow: var(--pix-shadow);
}

.news-left {
    padding: 14px;
}

.news-left-img,
.news-col-left {
    border-radius: 14px;
}

.news-left-img img {
    aspect-ratio: 16/9;
    object-fit: cover;
}

.news-left-cnt {
    padding: 20px 6px 4px;
}

.news-left-cnt p,
.news-col-right p {
    color: var(--pix-muted);
}

.news-date {
    color: var(--pix-muted);
}

.news-flex {
    grid-template-columns: 160px auto;
    padding: 14px;
    border-bottom: 0;
}

.news-col-left img {
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
}

.news-title a,
.news-col-right h4 a {
    color: var(--pix-text);
}

.news-read-more,
.news-category {
    color: var(--pix-gold);
}

.news-view-all a {
    background-image: linear-gradient(135deg, #2a1914, var(--pix-red-dark));
}

.social-midea-area {
    padding: 84px 0;
    background-size: cover;
    position: relative;
}

.social-midea-area::before,
.backpack-area::before,
.mage-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(7, 6, 6, .68);
    pointer-events: none;
}

.social-midea-area>.container,
.backpack-area>.container,
.mage-area>.container {
    position: relative;
    z-index: 1;
}

.social-midea-item {
    padding: 28px 18px;
    text-align: center;
}

.social-midea-item img {
    max-width: 92px;
    filter: drop-shadow(0 15px 20px rgba(0, 0, 0, .45));
}

.social-midea-item h4 {
    color: var(--pix-text);
    text-shadow: none;
}

.player-area {
    padding: 88px 0;
}

.player-main {
    display: grid;
    grid-template-columns: repeat(2, 480px);
    justify-content: center;
    gap: 28px;
}

.player-item-topper {
    border-radius: 18px 18px 0 0;
    border: 1px solid var(--pix-border);
    border-bottom: 0;
}

.player-item-btmbar {
    border-radius: 0 0 18px 18px;
    margin-top: 0;
    background: rgba(10, 9, 8, .88);
}

.player-table-col ul li {
    color: var(--pix-text);
}

.player-table-col ul li span {
    color: var(--pix-muted);
}

.player-btn a {
    width: 190px;
    height: 46px;
    background-position: center;
}

.mage-area {
    padding: 82px 0;
}

.backpack-area {
    padding: 76px 0 86px;
    margin-top: 0;
}

.backpack-main {
    display: grid;
    gap: 22px;
}

.backpack-item a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 24px 12px 18px !important;
    min-height: 270px !important;
    box-sizing: border-box !important;
}

.backpack-item img {
    max-width: 100% !important;
    height: auto !important;
    max-height: 140px !important;
    object-fit: contain !important;
}

.backpack-cnt {
    position: static !important;
    margin-top: 10px !important;
}

.backpack-cnt h3,
.backpack-cnt h4 {
    text-shadow: none;
}

.footer-area {
    padding-top: 66px;
    background: #080706;
    border-top: 1px solid var(--pix-border);
}

.copyright-item {
    border-top-color: rgba(209, 159, 80, .16);
}

.copyright-item ul li a {
    color: var(--pix-muted);
}

.discord-float {
    background: linear-gradient(135deg, #4d070c, var(--pix-red));
    box-shadow: 0 14px 40px rgba(189, 9, 23, .36);
}

@media screen and (max-width: 991px) {
    .hero-area {
        min-height: auto;
        padding-bottom: 48px;
    }

    .hero-logo-wrapper {
        min-height: 520px;
        margin-top: 54px;
        grid-template-columns: 1fr;
    }

    .hero-logo-left img {
        max-width: 390px;
        top: 0;
        transform: none;
        margin-top: 26px;
    }

    .hero-logo-right img {
        position: absolute;
        right: -90px;
        bottom: -10px;
        left: auto;
        top: auto;
        max-height: 430px;
        opacity: .78;
    }

    .pix-hero-cta {
        position: relative;
        left: auto;
        transform: none;
        bottom: auto;
        padding: 0 20px 22px;
        margin-top: -80px;
        margin-left: auto;
        margin-right: auto;
    }

    .pix-hero-cta h1 {
        font-size: 40px;
    }

    .pix-hero-cta p {
        font-size: 14px;
    }

    .pix-hero-actions a,
    .pix-hero-actions button {
        min-width: 135px;
        min-height: 44px;
        font-size: 12px;
    }

    .news-area,
    .player-area,
    .social-midea-area,
    .backpack-area {
        padding: 54px 0;
    }

    .news-main {
        grid-template-columns: 1fr;
    }

    .news-flex {
        grid-template-columns: 120px auto;
    }

    .player-main {
        grid-template-columns: 1fr;
    }

    .hero-main {
        border-radius: 0;
    }
}

@media screen and (max-width: 575px) {
    .hero-logo-left img {
        max-width: 285px;
    }

    .hero-logo-right img {
        max-height: 350px;
        right: -120px;
        opacity: .62;
    }

    .pix-hero-cta {
        margin-top: -70px;
    }

    .pix-hero-cta h1 {
        font-size: 32px;
    }

    .pix-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .news-flex {
        grid-template-columns: 1fr;
    }

    .social-midea-main {
        grid-template-columns: 1fr;
    }

    .backpack-main {
        grid-template-columns: 1fr 1fr;
    }

    .footer-main ul,
    .copyright-item ul {
        flex-wrap: wrap;
        row-gap: 14px;
    }
}


/* Cinematic redesign pass */
.hero-area {
    padding-bottom: 20px !important;
}

.hero-logo-left img {
    max-width: 620px !important;
    transform: scale(1.18) !important;
}

.hero-logo-right img {
    max-height: 760px !important;
    left: -20px !important;
    top: 40px !important;
}

.hero-main {
    border-radius: 24px !important;
    background: rgba(8, 8, 8, .82) !important;
    border: 1px solid rgba(255, 120, 40, .18) !important;
}

.news-main-item,
.news-right-item {
    background: rgba(10, 10, 10, .92) !important;
    border: 1px solid rgba(255, 120, 40, .15) !important;
    border-radius: 18px !important;
}

.news-heading h2 {
    letter-spacing: 2px !important;
}


/* =========================================================
   SECOND CINEMATIC HOMEPAGE PASS
   Makes the live files closer to the mockup: top black nav,
   bigger hero/logo/dragon, decorative dividers, premium cards.
   ========================================================= */
:root {
    --pix-red: #e20f22;
    --pix-red-deep: #8b080f;
    --pix-gold: #d8a74e;
    --pix-gold-soft: #f1d58b;
    --pix-ink: #070606;
    --pix-panel: rgba(10, 9, 8, .84);
    --pix-border: rgba(216, 167, 78, .24);
    --pix-text: #f4efe5;
    --pix-muted: #b8aca0;
}

body {
    background: #060505;
    color: var(--pix-text);
}

.container {
    max-width: 1540px;
}

.section-wrapper20-area {
    background: radial-gradient(circle at 50% 0, rgba(156, 24, 13, .13), transparent 35%), linear-gradient(180deg, #050404 0%, #0c0a09 45%, #050404 100%) !important;
}

/* Always show one polished top navbar like the mockup */
.menu20-fixed {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    background: rgba(4, 4, 4, .94) !important;
    border-bottom: 1px solid rgba(216, 167, 78, .22) !important;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .48) !important;
    backdrop-filter: blur(18px);
}

.menu20-fixed .hero-container {
    max-width: 1680px;
    padding: 0 44px;
}

.menu20-fixed .hero-main.menu20 {
    display: grid !important;
    grid-template-columns: 280px 1fr max-content max-content !important;
    align-items: center !important;
    gap: 32px !important;
    min-height: 96px !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.menu20-fixed .menu-btn {
    display: none !important;
}

.nav-brand {
    display: flex;
    align-items: center;
    width: 250px;
    height: 96px;
    position: relative;
    z-index: 3;
}

.nav-brand img {
    width: 230px;
    max-height: 120px;
    object-fit: contain;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .75));
    transform: translateY(5px);
}

.menu20-fixed .hero-left {
    order: 3;
}

.menu20-fixed .hero-middle {
    order: 2;
}

.menu20-fixed .hero-right {
    order: 4;
}

.menu20-fixed .hero-left ul,
.menu20-fixed .hero-right ul,
.menu20-fixed .hero-middle ul {
    height: 96px;
}

.menu20-fixed .hero-middle ul {
    gap: 54px;
    justify-content: center;
}

.menu20-fixed .hero-middle ul li {
    position: relative;
}

.menu20-fixed .hero-middle ul li a,
.menu20-fixed .hero-middle ul li:nth-of-type(4) button {
    font-weight: 700 !important;
    font-size: 15px !important;
    letter-spacing: .9px !important;
    color: #f7f1e8 !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .65);
}

.menu20-fixed .hero-middle ul li a.nav-active,
.menu20-fixed .hero-middle ul li a.nw-active,
.menu20-fixed .hero-middle ul li a.rk-active,
.menu20-fixed .hero-middle ul li a.dl-active,
.menu20-fixed .hero-middle ul li a.is-active,
.menu20-fixed .hero-middle ul li a.ac-active {
    color: var(--pix-red) !important;
    position: relative;
}

.menu20-fixed .hero-middle ul li a.nav-active::after,
.menu20-fixed .hero-middle ul li a.nw-active::after,
.menu20-fixed .hero-middle ul li a.rk-active::after,
.menu20-fixed .hero-middle ul li a.dl-active::after,
.menu20-fixed .hero-middle ul li a.is-active::after,
.menu20-fixed .hero-middle ul li a.ac-active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -35px;
    width: 86px;
    height: 3px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, var(--pix-red), var(--pix-gold), transparent);
    box-shadow: 0 0 24px rgba(226, 15, 34, .75);
}

.mobile-nav ul li a.nav-active,
.mobile-nav ul li a.nw-active,
.mobile-nav ul li a.rk-active,
.mobile-nav ul li a.dl-active,
.mobile-nav ul li a.is-active,
.mobile-nav ul li a.ac-active {
    color: var(--pix-red) !important;
}

.menu20-fixed .hero-middle ul li a:hover,
.menu20-fixed .hero-middle ul li:nth-of-type(4) button:hover {
    color: var(--pix-red) !important;
}

.menu20-fixed .nav-social-icon {
    font-size: 20px;
    color: #f3efe7 !important;
    opacity: .95;
}

.menu20-fixed .hero-left ul {
    gap: 28px;
}

.menu20-fixed .hero-left ul li:last-child span {
    display: none;
}

.menu20-fixed .hero-right ul {
    gap: 24px;
}

.menu20-fixed .lang-pill {
    height: 46px;
    padding: 0 20px;
    border-radius: 14px;
    background: rgba(0, 0, 0, .36) !important;
    border: 1px solid rgba(216, 167, 78, .24) !important;
    color: #fff !important;
}

.menu20-fixed .hero-right ul li:nth-of-type(3) button {
    width: 148px !important;
    height: 48px !important;
    border-radius: 13px !important;
    background: linear-gradient(180deg, #ed1a2a, #9c0b12) !important;
    border: 1px solid rgba(255, 165, 130, .28) !important;
    box-shadow: 0 10px 30px rgba(226, 15, 34, .35) !important;
    font-size: 15px !important;
}

/* Remove the duplicate floating hero navbar. The top navbar replaces it. */
.hero-area>.hero-main-wrapper>.hero-container>.hero-main.menu20 {
    display: none !important;
}

/* Cinematic hero */
.hero-area {
    min-height: 690px !important;
    padding: 96px 0 0 !important;
    background-image: url('images/hero-bg.png') !important;
    background-size: cover !important;
    background-position: center top !important;
    overflow: hidden;
}

.hero-area::before {
    background:
        radial-gradient(circle at 65% 15%, rgba(255, 124, 28, .28), transparent 26%),
        radial-gradient(circle at 83% 45%, rgba(226, 15, 34, .22), transparent 30%),
        linear-gradient(90deg, rgba(2, 2, 2, .56) 0%, rgba(2, 2, 2, .18) 47%, rgba(2, 2, 2, .38) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(6, 5, 5, .15) 62%, #060505 100%) !important;
}

.hero-area::after {
    height: 170px !important;
    background: linear-gradient(180deg, transparent, #060505 86%) !important;
}

.hero-logo-wrapper {
    min-height: 594px !important;
    display: grid !important;
    grid-template-columns: 47% 53% !important;
    align-items: center !important;
    position: relative !important;
}

.hero-logo-wrapper::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 4px;
    transform: translateX(-50%);
    width: 620px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(216, 167, 78, .65), var(--pix-red), rgba(216, 167, 78, .65), transparent);
    box-shadow: 0 0 25px rgba(226, 15, 34, .48);
}

.hero-logo-wrapper::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 14px;
    height: 14px;
    transform: translateX(-50%) rotate(45deg);
    background: linear-gradient(135deg, var(--pix-gold), var(--pix-red));
    border: 1px solid rgba(255, 228, 150, .65);
    z-index: 6;
}

.hero-logo-left {
    z-index: 5;
}

.hero-logo-left img {
    max-width: 690px !important;
    width: 112% !important;
    margin: 20px 0 0 80px !important;
    top: 0 !important;
    transform: none !important;
    filter: drop-shadow(0 26px 42px rgba(0, 0, 0, .8)) saturate(1.06) contrast(1.04) !important;
}

.hero-logo-left img:hover {
    transform: scale(1.02) !important;
}

.hero-logo-right {
    z-index: 4;
}

.hero-logo-right img {
    max-height: 760px !important;
    width: auto !important;
    max-width: 100% !important;
    left: -80px !important;
    top: 60px !important;
    transform: scale(1.04) !important;
    filter: drop-shadow(0 36px 65px rgba(0, 0, 0, .86)) saturate(1.08) contrast(1.05) !important;
}

.hero-btm {
    display: none !important;
}

/* News section rebuilt to feel like the mockup */
.news-area {
    padding: 24px 0 110px !important;
    position: relative;
}

.news-section-heading {
    margin-bottom: 34px !important;
    text-align: center;
}

.news-section-heading h2 {
    font-family: var(--font-heading) !important;
    font-size: clamp(34px, 3.1vw, 50px) !important;
    letter-spacing: 4px !important;
    color: #fff !important;
    text-shadow: 0 4px 24px rgba(0, 0, 0, .85);
}

.news-section-heading .heading-line {
    width: 360px !important;
    height: 24px !important;
    margin: 12px auto 0 !important;
    background: none !important;
    position: relative;
}

.news-section-heading .heading-line::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 11px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(216, 167, 78, .65), rgba(226, 15, 34, .8), rgba(216, 167, 78, .65), transparent);
}

.news-section-heading .heading-line::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 5px;
    width: 14px;
    height: 14px;
    transform: translateX(-50%) rotate(45deg);
    background: linear-gradient(135deg, var(--pix-gold), var(--pix-red));
    border: 1px solid rgba(255, 224, 147, .75);
    box-shadow: 0 0 22px rgba(226, 15, 34, .7);
}

.tab-container {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
}

.tab-buttons {
    margin-bottom: 20px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tab-buttons ul {
    gap: 0 !important;
    background: rgba(8, 7, 7, .62);
    border: 1px solid rgba(216, 167, 78, .18);
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    box-shadow: 0 16px 42px rgba(0, 0, 0, .35);
}

.tab-buttons ul li a {
    min-width: 172px !important;
    height: 56px !important;
    padding: 0 24px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-right: 1px solid rgba(216, 167, 78, .12);
    color: var(--pix-muted) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(0, 0, 0, .1));
}

.tab-buttons ul li a.active {
    color: #fff !important;
    background: linear-gradient(180deg, rgba(226, 15, 34, .28), rgba(88, 8, 8, .18));
    box-shadow: inset 0 -3px 0 var(--pix-red);
}

.tab-btn-img {
    display: none !important;
}

.news-view-all {
    position: absolute !important;
    right: 8px !important;
    top: 5px !important;
    margin: 0 !important;
}

.news-view-all a {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #fff !important;
    font-weight: 700;
    gap: 14px;
}

.news-view-all a i {
    color: var(--pix-red);
}

.news-main {
    display: grid !important;
    grid-template-columns: 1.06fr 1.34fr !important;
    gap: 28px !important;
    align-items: stretch !important;
}

.news-left,
.news-flex {
    border: 1px solid rgba(216, 167, 78, .25) !important;
    background: linear-gradient(145deg, rgba(12, 10, 9, .93), rgba(4, 4, 4, .92)) !important;
    box-shadow: 0 22px 65px rgba(0, 0, 0, .55), inset 0 1px 0 rgba(255, 255, 255, .04) !important;
    overflow: hidden !important;
}

.news-left {
    padding: 14px !important;
    border-radius: 20px !important;
    display: flex;
    flex-direction: column;
}

.news-left-img {
    border-radius: 14px !important;
    overflow: hidden;
}

.news-left-img img {
    height: 292px !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    filter: saturate(1.08) contrast(1.05);
}

.news-badge {
    top: 26px !important;
    left: 26px !important;
    background: linear-gradient(180deg, #ff1c30, #a50812) !important;
    border-radius: 6px !important;
    font-weight: 900 !important;
    letter-spacing: 1.2px;
}

.news-left-cnt {
    padding: 22px 18px 12px !important;
}

.news-title {
    font-size: 28px !important;
    line-height: 1.12 !important;
}

.news-left-cnt p {
    font-size: 16px !important;
    line-height: 1.65 !important;
}

.news-right {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 22px !important;
}

.news-flex {
    display: grid !important;
    grid-template-columns: 230px 1fr !important;
    gap: 22px !important;
    padding: 18px !important;
    border-radius: 18px !important;
    margin: 0 !important;
    min-height: 210px;
}

.news-flex3 {
    display: none !important;
}

.news-col-left {
    width: 100% !important;
    border-radius: 13px !important;
    overflow: hidden;
}

.news-col-left img {
    width: 100% !important;
    height: 174px !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
}

.news-col-right {
    padding: 2px 2px 0 !important;
}

.news-col-right h4 {
    font-size: 24px !important;
    line-height: 1.16 !important;
    margin: 8px 0 12px !important;
}

.news-col-right p {
    font-size: 15px !important;
    line-height: 1.55 !important;
}

.news-meta {
    gap: 14px !important;
    align-items: center !important;
}

.news-category {
    font-family: var(--font-heading) !important;
    font-size: 13px !important;
    letter-spacing: 1.8px !important;
    color: var(--pix-gold) !important;
}

.news-date {
    font-size: 13px !important;
    color: #aaa !important;
}

.news-read-more {
    color: #ff2636 !important;
    font-weight: 800 !important;
}

.news-read-more::after,
.news-col-right p+a {
    color: #ff2636 !important;
}

.discord-float {
    right: 24px !important;
    bottom: 26px !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #b9111d, #681014) !important;
    border: 1px solid rgba(255, 115, 115, .22) !important;
}

@media (max-width:1200px) {
    .menu20-fixed .hero-main.menu20 {
        grid-template-columns: 220px 1fr max-content !important;
        gap: 18px !important;
    }

    .menu20-fixed .hero-left {
        display: none !important;
    }

    .nav-brand {
        width: 210px
    }

    .nav-brand img {
        width: 200px
    }

    .menu20-fixed .hero-middle ul {
        gap: 26px;
    }

    .hero-logo-left img {
        margin-left: 30px !important;
        max-width: 560px !important;
    }

    .hero-logo-right img {
        left: -40px !important;
        max-height: 680px !important;
    }

    .news-main {
        grid-template-columns: 1fr !important;
    }

    .news-right {
        grid-template-columns: 1fr 1fr !important;
    }
}

@media (max-width:900px) {
    .menu20-fixed {
        display: block !important;
        height: 60px !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 2000 !important;
        background: rgba(4, 4, 4, 0.95) !important;
        border-bottom: 1px solid rgba(216, 167, 78, 0.22) !important;
        backdrop-filter: blur(18px) !important;
    }

    .menu20-fixed .hero-container {
        padding: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .menu20-fixed .hero-main.menu20 {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        height: 60px !important;
        min-height: 60px !important;
        padding: 0 20px !important;
    }

    .menu20-fixed .menu-btn {
        display: flex !important;
        order: 1 !important;
    }

    .menu20-fixed .nav-brand {
        display: flex !important;
        align-items: center !important;
        height: 60px !important;
        width: auto !important;
        order: 2 !important;
    }

    .menu20-fixed .nav-brand img {
        width: 140px !important;
        max-height: 40px !important;
        transform: none !important;
        filter: none !important;
    }

    .menu20-fixed .hero-left,
    .menu20-fixed .hero-middle,
    .menu20-fixed .hero-right {
        display: none !important;
    }

    .hero-area {
        padding-top: 60px !important;
        min-height: auto !important;
    }

    .hero-area>.hero-main-wrapper>.hero-container>.hero-main.menu20 {
        display: none !important;
    }

    .tab-btn-img {
        display: none !important;
    }

    .hero-logo-wrapper {
        grid-template-columns: 1fr !important;
        min-height: 560px !important;
        text-align: center;
    }

    .hero-logo-left img {
        margin: 30px auto 0 !important;
        width: 92% !important;
        max-width: 520px !important;
    }

    .hero-logo-right img {
        left: 0 !important;
        top: -40px !important;
        max-height: 520px !important;
    }

    .news-right {
        grid-template-columns: 1fr !important;
    }

    .news-flex {
        grid-template-columns: 1fr !important;
    }

    .news-col-left img {
        height: auto !important;
    }

    .news-view-all {
        position: static !important;
        text-align: center;
        margin-top: 18px !important;
    }

    .tab-buttons {
        justify-content: center;
    }

    .tab-buttons ul {
        flex-wrap: wrap;
        justify-content: center;
        border-radius: 18px;
    }
}


/* Restore Latest News & Updates to the original balanced layout */
.news-area {
    padding: 92px 0 82px !important;
}

.news-section-heading {
    text-align: center !important;
    margin-bottom: 42px !important;
}

.news-section-heading h2 {
    font-size: clamp(30px, 3.5vw, 46px) !important;
    letter-spacing: 1px !important;
}

.news-section-heading .heading-line {
    width: 112px !important;
    height: 3px !important;
    margin: 12px auto 0 !important;
    background: linear-gradient(90deg, transparent, var(--pix-gold), var(--pix-red), transparent) !important;
}

.news-section-heading .heading-line::before,
.news-section-heading .heading-line::after {
    content: none !important;
    display: none !important;
}

.tab-container {
    max-width: 1170px !important;
    margin: 0 auto !important;
}

.tab-buttons {
    display: block !important;
    margin-bottom: 0 !important;
}

.tab-buttons ul {
    display: flex !important;
    align-items: center !important;
    column-gap: 40px !important;
    gap: 40px !important;
    padding-bottom: 15px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
    box-shadow: none !important;
}

.tab-buttons ul li a,
.tab-btn {
    position: relative !important;
    min-width: 0 !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #666 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.tab-buttons ul li a.active,
.tab-btn.active {
    color: #BD0917 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.tab-btn-img {
    display: block !important;
}

.tab-btn-img img {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: -1 !important;
    width: 140px !important;
    height: 42px !important;
    max-width: none !important;
    pointer-events: none !important;
}

.news-view-all {
    position: static !important;
    right: auto !important;
    top: auto !important;
    text-align: center !important;
    margin-top: 40px !important;
}

.news-view-all a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: #fff !important;
    background: #1a1a1a !important;
    padding: 14px 36px !important;
    border-radius: 4px !important;
    border: 0 !important;
    box-shadow: none !important;
}

.news-main {
    display: grid !important;
    grid-template-columns: 1.2fr 1fr !important;
    column-gap: 35px !important;
    gap: 35px !important;
    margin-top: 25px !important;
    align-items: start !important;
}

.news-left {
    display: block !important;
    padding: 14px !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    background: var(--pix-panel) !important;
    border: 1px solid var(--pix-border) !important;
    box-shadow: var(--pix-shadow) !important;
}

.news-left-img {
    border-radius: 14px !important;
    overflow: hidden !important;
}

.news-left-img img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
}

.news-badge {
    top: 15px !important;
    left: 15px !important;
    border-radius: 3px !important;
}

.news-left-cnt {
    padding: 20px 6px 4px !important;
}

.news-title {
    font-size: inherit !important;
    line-height: inherit !important;
    margin-bottom: 12px !important;
}

.news-title a {
    font-size: 18px !important;
    line-height: 1.4 !important;
}

.news-left-cnt p {
    font-size: 14px !important;
    line-height: 1.65 !important;
}

.news-right {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
}

.news-flex,
.news-flex2,
.news-flex3 {
    display: grid !important;
    grid-template-columns: 160px auto !important;
    column-gap: 20px !important;
    gap: 20px !important;
    align-items: center !important;
    padding: 14px !important;
    margin: 0 !important;
    min-height: auto !important;
    border-radius: 18px !important;
    background: var(--pix-panel) !important;
    border: 1px solid var(--pix-border) !important;
    box-shadow: var(--pix-shadow) !important;
}

.news-flex2,
.news-flex3 {
    margin-top: 20px !important;
}

.news-col-left {
    width: 100% !important;
    border-radius: 14px !important;
    overflow: hidden !important;
}

.news-col-left img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    display: block !important;
}

.news-col-right {
    padding: 0 !important;
}

.news-col-right h4 {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

.news-col-right p {
    font-size: 13px !important;
    line-height: 1.5 !important;
    margin-top: 8px !important;
}

.news-meta {
    gap: 15px !important;
    margin-bottom: 10px !important;
}

.news-category {
    font-size: 11px !important;
    letter-spacing: 1.5px !important;
    color: var(--pix-gold) !important;
}

.news-date {
    font-size: 12px !important;
}

@media (max-width: 1200px) {
    .news-main {
        grid-template-columns: 1fr !important;
    }

    .news-flex,
    .news-flex2,
    .news-flex3 {
        grid-template-columns: 160px auto !important;
    }
}

@media (max-width: 900px) {

    .news-flex,
    .news-flex2,
    .news-flex3 {
        grid-template-columns: 1fr !important;
    }

    .news-col-left img {
        height: auto !important;
    }
}

/* Align page wrappers below fixed navbar */
.ac-wrap,
.rk-wrap,
.reset-wrap,
.is-wrap,
.ns-wrap,
.verify-wrap,
.nw-wrap,
.dl-wrap,
.admin-wrap {
    padding-top: 96px !important;
}

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

    .ac-wrap,
    .rk-wrap,
    .reset-wrap,
    .is-wrap,
    .ns-wrap,
    .verify-wrap,
    .nw-wrap,
    .dl-wrap,
    .admin-wrap {
        padding-top: 60px !important;
    }
}

/* Widen inputs and enlarge text inside desktop modal containers */
@media screen and (min-width: 901px) {
    .login-item {
        padding: 40px 48px !important;
    }

    .login-title h2 {
        font-size: 20px !important;
        letter-spacing: 1px !important;
    }

    .input-flex {
        padding: 14px 24px !important;
        margin-top: 20px !important;
        grid-template-columns: 44px auto !important;
    }

    .input-item-right input {
        font-size: 16px !important;
    }

    .input-submit button {
        width: 220px !important;
        height: 48px !important;
        font-size: 16px !important;
        background-size: 100% 100% !important;
    }

    .sign-btm h4 {
        font-size: 15px !important;
        margin-top: 20px !important;
    }

    .checkbox label {
        font-size: 15px !important;
    }
}