/*
 * ============================================================
 * © 2024 ZeroCrazy — Todos los derechos reservados.
 * Archivo CSS perteneciente al proyecto Shroom2.
 * Queda prohibida su copia, distribución o modificación
 * sin autorización expresa del autor.
 * ============================================================
 */

@font-face {
    font-family: 'Trajan Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Trajan Pro Regular'), url('../webfonts/TrajanPro-Regular.ttf') format('woff');
}

@font-face {
    font-family: 'Trajan Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Trajan Pro Bold'), url('../webfonts/TrajanPro-Bold.otf') format('woff');
}

:root {
    --link-hover: #f4b978;
}

body {
    padding: 0px;
    margin: 0px;
    background-color: #5a4131;
}

.hero-top {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    height: 1098px;
    background: url('../images/top-bg.png') no-repeat;
    background-size: cover;
    margin-top: -95px;
    margin-bottom: -560px;
}

.hero-top .render {
    background: url('../images/render-top-bg.png');
    width: 600px;
    height: 634px;
    background-size: contain;
}

.container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

nav {
    background-color: #333;
    padding: 10px 0;
}

nav .container {
    max-width: 1280px;
    margin: 0 auto;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

nav ul li {
    position: relative;
}

nav ul li a {
    color: #e2d9d6;
    text-shadow: 0px 2px 0px #330202, 0px 0px 20px #523827;
    font-family: 'Trajan Pro Bold';
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    transition: all 0.3s ease;
}

nav ul li.language a {
    background-color: #2b1a0f;
    box-shadow: inset 0px 1px 20px 0px hsl(31deg 85% 71% / 50%), 0px 1px 0px #5a4131;
    border-radius: 20px;
}

.flag-lang {
    width: 15px;
    filter: drop-shadow(0 2px 0px #5e1212);
}

nav ul li.signup a {
    background: rgb(208, 145, 51);
    background: linear-gradient(180deg, rgba(208, 145, 51, 1) 0%, rgba(198, 67, 13, 1) 100%);
    box-shadow: inset 0px 1px 20px 0px #00000087, 0px 0px 20px 5px rgb(0 0 0 / 50%);
    border-radius: 20px;
    text-shadow: 0px 1px 0px #962c11;
}

nav ul li.signup a:hover {
    filter: brightness(1.5);
}

nav ul li a:hover,
nav ul li.active a {
    color: var(--link-hover);
}

.dropdown .dropbtn {
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    top: 100%;
}

.dropdown-content a {
    color: white;
    padding: 5px 30px;
    width: max-content;
    display: block;
    text-decoration: none;
    margin: 3px 0px;
    background-color: #333 !important;
    box-shadow: none !important;
}

.dropdown-content a:hover {
    background-color: #555;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.logo {
    float: right;
    margin-top: 160px;
    margin-right: 390px;
    width: 400px;
    transition: 1s;
}

.logo:hover {
    filter: brightness(2);
}

.col-left,
.col-middle,
.col-right,
.col-full {
    position: relative;
    display: flow-root;
    padding: 0px 10px;
    justify-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    float: left;
}

.col-left,
.col-right {
    width: 300px;
}

.col-middle {
    width: 620px;
}

.card {
    margin-bottom: 5px;
    width: 100%;
}

a {
    display: block;
    text-decoration: none;
    ;
    color: #ecd6b4;
}

.sidenav-trigger {
    display: none;
    background: #351a08;
    text-align: center;
    color: #fff;
    font-size: 36px;
    border-bottom: 1px solid #a67a5d;
}

.large-href {
    width: 100%;
    height: 100px;
    background: url('../images/btn-href.jpg') no-repeat;
    background-size: cover !important;
    border-bottom: 1px solid #4e0d0d;
    text-align: center;
    line-height: 100px;
    color: #d0a990;
    text-shadow: 0px 0px 7px rgba(90, 65, 49, 0.49);
    font-size: x-large;
    text-decoration: none;
    font-family: 'Trajan Pro Bold';
    text-transform: uppercase;
    transition: 1s;
}

.large-href .icon {
    float: left;
    line-height: 100px;
    margin-left: 30px;
}

.large-href:hover {
    filter: brightness(1.5);
}

.card-title {
    font-family: 'Trajan Pro Regular';
    color: #ecd6b4;
    border-bottom: 2px solid #a67a5d;
    text-align: center;
    background: url('../images/top-light-card.png') no-repeat 50% 50% #351a08;
    background-size: contain;
    font-size: 14px !important;
    text-shadow: 0px 1px 0px #962c11;
    padding: 10px 0px;
}

.card-body {
    background-color: #986b50;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: inset 0px -4px 13px 0px hsl(0deg 0% 0% / 50%);
}

.input-group {
    position: relative;
    width: 100%;
}

.input-group .icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #704e3a;
    text-shadow: 0px 1px 0px #805b46;
}

.input-group input {
    width: 100%;
    padding: 10px 40px;
    border: none;
    border-bottom: 2px solid #8f6751;
    color: #7a5844;
    background-color: #1b0d04;
    font-size: 16px;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px 13px rgb(63 42 30 / 50%);
}

.input-group input::placeholder {
    color: #7a5844;
}

.input-group input:focus {
    outline: none;
}

.input-group input:focus+.icon {
    color: #000;
}

.btn {
    display: block;
    margin: 0 auto;
    background-color: #2e0f06;
    border: none;
    border-top: 1px solid #48271a;
    box-shadow: inset 0px -1px 0px 0px #a7836f, 0px 0px 20px 13px rgb(63 42 30 / 10%);
    padding: 10px 30px;
    color: #fffbec;
    outline: none;
    font-family: 'Trajan Pro Bold';
    cursor: pointer;
}

.forgot-password {
    padding: 15px 10px;
    background-color: #1b0d04;
    text-align: center;
    color: #b38f7a;
}

.forgot-password p {
    margin: 0px;
}

.forgot-password a {
    color: #f8f0e4;
}

.card.news .card-title {
    background-color: #2e0f06;
}

.card.news .card-body {
    background-color: #312218;
}

.news-card {
    margin: 20px 0;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.news-body {
    background-color: #170b04;
    padding: 1px 20px;
}

.news-title {
    font-size: 24px;
    font-weight: bold;
    color: #ecd6b4;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.news-content {
    font-size: 16px;
    opacity: 0.6;
    line-height: 1.5;
    color: #ecd6b4;
    margin-bottom: 15px;
}

.highlight {
    color: #e24b3c;
}

.news-footer {
    background-color: #1c0f07;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding: 20px;
}

.news-footer .cc {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
}

.author {
    color: #fc6950;
    font-weight: bold;
    font-family: sans-serif;
    font-weight: 100;
}

.date-posted {
    color: #d6c2a5;
    font-weight: 100;
    font-family: sans-serif;
}

.read-all-btn {
    background-color: #3f2a1e;
    border: none;
    border-radius: 3px;
    color: #f9d6b2;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    float: right;
}

.read-all-btn:hover {
    background-color: #604832;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2);
}

.slider {
    background-color: transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.slider .card-body {
    position: relative;
    width: 100%;
    height: 282px;
}

.slider .slide {
    display: none;
    padding: 0px;
    text-align: center;
    height: 282px;
    background-size: cover;
}

.slider .slide.active {
    display: block;
}

.slider .slide .content {
    bottom: 0px;
    position: absolute;
    text-align: left;
    padding: 0px 20px;
    width: 100%;
    background-color: rgb(23 11 2 / 70%);
    font-family: 'Trajan Pro Bold';
}

.slider .slide .content h2 {
    color: #ecd6b4;
    font-family: 'Trajan Pro Bold';
    margin-bottom: 0px;
}

.slider .slide .content p {
    opacity: 0.7;
    color: #ecd6b4;
    font-family: sans-serif;
    font-weight: 100;
    font-size: 14px;
    margin-top: 0px;
}

.slider button {
    background-color: rgb(46 15 6 / 10%);
    transition: 0.5s;
    color: #fffbec;
    border: none;
    border-radius: 4px;
    padding: 10px 15px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slider button.prev {
    left: 10px;
}

.slider button.next {
    right: 10px;
}

.slider button:hover {
    background-color: #48271a;
}

.ranking {
    width: 100%;
    border-collapse: collapse;
    background-color: #1b0b01;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-family: 'Trajan Pro Bold';
    font-size: 12px;
}

.ranking th,
.ranking td {
    padding: 8px;
    text-align: left;
    border-bottom: 2px solid #986b50;
}

.ranking thead {
    background-color: #986b50;
}

.ranking th {
    font-weight: bold;
    color: #ffffff;
}

.ranking tbody tr {
    transition: background-color 0.3s;
}

.ranking tbody tr:last-child td {
    border-bottom: none;
}

.ranking tbody td:nth-child(1) {
    background-color: #1a0300;
    text-align: center;
    font-weight: 900;
    font-family: sans-serif;
    color: #ecd6b4;
    text-shadow: 0px 1px 0px #ecd6b4;
}

.ranking,
.ranking tbody td:nth-child(2),
.ranking tbody td:nth-child(3) {
    color: #ecd6b4;
}

.ranking thead th:nth-child(1),
.ranking thead th:nth-child(3),
.ranking thead th:nth-child(4) {
    text-align: center;
}

.ranking tbody td:nth-child(3) {
    text-align: center;
}

.ranking tbody td:nth-child(4) {
    color: #ecd6b4;
    text-align: center;
}

.Jinno {
    color: #6871e7 !important;
}

.Shinsoo {
    color: #e22727 !important;
}

.Chunjo {
    color: #dfd02d !important;
}

.card.statistics ul {
    margin: 0px;
    padding: 10px 20px;
}

.card.statistics ul li {
    display: block;
    background-color: #1b0d04;
    margin-bottom: 5px;
    padding: 10px 9px;
    border-bottom: 1px solid #85604b;
    box-shadow: 0px 0px 20px 13px rgb(63 42 30 / 50%);
    color: #ecd6b4;
    font-family: 'Trajan Pro Bold';
    font-size: 12px;
}

.center {
    text-align: center !important;
}

.card.statistics ul li strong {
    float: right;
}

.col-full {
    background: url('../images/bottom-bg.png') 50% no-repeat;
    width: 100%;
    padding: 0px;
    height: 1241px;
    margin-top: -900px;
    margin-bottom: -110px;
    z-index: -10;
}

.pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.links-download {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.links-download li {
    display: block;
}

.table.table-hover {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.table.table-hover img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
}

.specs-table {
    border-spacing: 5px;
}

.specs-table tr {
    background-color: #1e0f06;
    color: #ffe9a8;
    text-align: center;
    font-size: 14px;
}

.specs-table tr th,
.specs-table tr td {
    padding: 10px 21px;
}

.specs-table .odd {
    background-color: #321b0c;
}

.bold {
    font-weight: bold;
}

.account-table {
    width: 100%;
    border-spacing: 0px;
    padding: 30px 0px;
}

.account-table tr {
    background-color: #321b0c;
}

.account-table tr td {
    padding: 15px 21px;
    border-bottom: 1px solid #341c0b;
}

.account-table tr:nth-child(2n) {
    background-color: #45240e !important;
}

.account-table .glow {
    text-shadow: 0px 0px 3px #c5b71e;
}

.account-table tbody tr td form {
    width: 100%;
    display: block;
}

footer {
    background-color: transparent;
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    bottom: 140px;
    width: 100%;
    flex-wrap: nowrap;
}

footer .left-text,
footer .right-text {
    font-size: 14px;
    color: #c9aa79;
    font-family: 'Trajan Pro Bold';
}

footer .right-text {
    text-align: right;
}

footer .center-logo img {
    height: 100px;
}

footer span {
    color: #eedfc8;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

footer span a {
    margin-left: 35px;
}

.justify-content-center {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}