html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Wremena';
    font-weight: bold;
    background-color: #12100d;
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "kern" 1, "kern";
    font-feature-settings: "kern" 1, "kern";
    -webkit-font-kerning: normal;
    font-kerning: normal;
    background: #0d0c01 url("../images/header_bg.jpg") no-repeat top;
    background-size: 100%;
    -webkit-animation: scale 3s infinite;
    animation: scale 3s infinite;
    overflow-x: hidden;
}

#app {
    min-height: 100%;
    position: relative;
    -webkit-transition: -webkit-filter 333ms cubic-bezier(.4, 0, .22, 1);
    transition: -webkit-filter 333ms cubic-bezier(.4, 0, .22, 1);
    transition: filter 333ms cubic-bezier(.4, 0, .22, 1), -webkit-filter 333ms cubic-bezier(.4, 0, .22, 1);
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

main {
    min-height: 10px;
    position: relative;
    padding-bottom: 5rem;
}

main:not(.downloads-card){
    /*margin-bottom: -95px;*/
    background-image: url(../images/content_bg.jpg);
    background-size: 100%;
}

.downloads-content {
    padding-top: 6rem;
}

a {
    color: hsl(0 0% 100% / 0.5);
}

a:hover {
    color: #edc23f;
    text-decoration: underline;
}

.bg-brown {
    background: rgba(60, 42, 41, 0.8);
}

.navbar {
    height: 70px;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 20;
    -webkit-transition: 1s;
    transition: 1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 0 15px 0 30px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.navbar-expand-lg .navbar-nav {
    column-gap: 5px;
}

.navbar .fa {
    font-size: 8px;
    margin: 0 0 0 4px;
    color: hsla(0, 0%, 100%, 0.3);
}

.navbar .fa.fa-user-o {
    font-size: 18px;
}

.navbar-brand-dropdown {
    padding: .375rem 20px .375rem 32px;
    background: rgba(0, 0, 0, 0.3);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.navbar-brand-dropdown .navbar-brand {
    padding: 0;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    display: block;
}

.navbar-second {
    position: absolute;
    width: 100%;
    top: 70px;
    height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px 0 10px;
    z-index: 10;
    -webkit-transition: .5s;
    transition: .5s;
}

.navbar-second.fixed {
    background-color: rgba(0, 0, 0, 0.651);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: fixed !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: none !important;
}

.dt-button-collection .dropdown-menu {
    opacity: 1;
}

div.dt-button-collection div.dropdown-menu {
    border: none;
    border-radius: 0;
}

div.dt-button-collection .dt-button {
    padding: 5px 10px;
}

.dropdown-menu {
    background: #082237;
    color: #fff;
    opacity: 0;
}

.navbar .dropdown-menu {
    position: absolute;
    visibility: hidden;
    border-radius: 0;
    border: 0;
    opacity: 0;
    max-height: 0;
    -webkit-transition: .8s;
    transition: .8s;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 50px;
    background-color: rgba(0, 0, 0, 0.925);
    border-top: 1px solid #340d04;
    padding: 0;
    z-index: 1000;
    margin: 0;
}

.navbar .nav-item.dropdown:hover .dropdown-menu {
    color: #5e706b;
    visibility: visible;
    opacity: 1;
    max-height: 300px;
    padding: 20px;
}

.dropdown-item {
    font-size: 15px;
    color: #818181;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
}

.dropdown-item:hover {
    color: #edc23f;
    visibility: visible;
    opacity: 1;
    max-height: 300px;
    background-color: transparent;
}

.navbar .register-btn {
    text-decoration: none;
    text-transform: uppercase;
    color: #edc23f;
    padding-bottom: 4px;
    border-bottom: 1px solid #edc23f;
    -webkit-transition: .5s;
    transition: .5s;
}

.navbar .register-btn:hover {
    color: white !important;
}

.nav-link {
    padding: 0 16px;
}

.navbar-dark .navbar-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    color: #818181;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: normal;
    text-transform: uppercase;
    padding: 6px 0 6px 0;
    margin: 0 10px;
    gap: 10px;
}

.languages .dropdown-item {
    text-align: left;
}

.navbar .nav-link .fa {
    color: #edc23f;
    font-size: 16px;
}

.navbar-dark:not(.navbar-second) .main-navbar .nav-link:before {
    content: "";
    background-image: url("../images/menu.png");
    width: 12px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-link {
    color: #edc23f;
}

.btn-link:hover {
    color: #edc23f;
    text-decoration: underline;
}

.btn-primary {
    background-color: #edc23f;
    color: #fff;
    border-color: rgba(0, 0, 0, .4);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle,
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #edc23f;
    color: #edc23f;
    border: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 21, 16, 0.5);
}

.btn-secondary {
    background-color: #edc23f;
    color: #fff;
    border: none;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.active,
.navbar-dark .navbar-nav .nav-link.btn-secondary:focus,
.navbar-dark .navbar-nav .nav-link.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    background-color: #20170e;
    color: #fff;
    border: none;
}

.btn-danger {
    background-color: #340d04;
    color: #fff;
    border: none;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.active,
.navbar-dark .navbar-nav .nav-link.btn-danger:focus,
.navbar-dark .navbar-nav .nav-link.btn-danger:hover {
    background-color: #edc23f;
    color: #fff;
    border: none;
}

.btn-outline-danger {
    background: rgba(159, 22, 0, .6);
    font-size: 1.08rem;
    line-height: 1.5;
    font-weight: 400;
    border-color: #edc23f;
    color: #edc23f;
    min-width: 180px;
    text-transform: uppercase;
    -webkit-transition: background .2s, color .2s;
    transition: background .2s, color .2s;
    border-radius: 0;
}

.btn-outline-danger:hover {
    background: #340d04;
    color: #edc23f;
    border-color: #edc23f;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(159, 22, 0, 0.25);
}

.btn-outline-dark {
    background: rgba(0, 0, 0, .4);
    font-size: 1.08rem;
    line-height: 1.5;
    font-weight: 400;
    border: 1px solid #edc23f;
    color: #edc23f;
    min-width: 180px;
    text-transform: uppercase;
    -webkit-transition: background .2s, color .2s;
    transition: background .2s, color .2s;
    border-radius: 0;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 211, 107, .25);
}

.btn-toolbar .btn-outline-dark {
    min-width: 150px;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle,
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark.active {
    background: #edc23f;
    color: #fff;
    outline-width: 0;
    border: 1px solid #edc23f;
}

.header-btn {
    padding: 12px 30px;
}

.column-gap-10 {
    column-gap: 10px;
}

.row-gap-10 {
    row-gap: 10px;
}

.gap-10 {
    gap: 10px;
}

.column-gap-15 {
    column-gap: 15px;
}

.row-gap-15 {
    row-gap: 15px;
}

.gap-15 {
    gap: 15px;
}

.column-gap-20 {
    column-gap: 20px;
}

.row-gap-20 {
    row-gap: 20px;
}

.gap-20 {
    gap: 20px;
}

.dropdown-menu-header svg, .dropdown-menu-header .fa {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.dropdown-item-icon svg {
    margin-right: 0;
}

.nav-link-text {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navbar .dropdown-item .dropdown-item-content, .navbar .nav-link {
    align-items: center;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    text-align: left;
    transition: color 0.1s ease, background-color 0.1s ease, filter 0.1s ease, border-color 0.1s ease;
    padding: 0 12px;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 0 16px
}

.dropdown-item:focus, .dropdown-item:hover,
.dropdown-item.active, .dropdown-item:active,
.nav-link:hover, .nav-link.active {
    color: #edc23f !important;
    background: transparent;
}

.navbar-dark .navbar-nav.additional-navbar .nav-link {
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    margin-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 100;
}

.shape-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    background: linear-gradient(152deg, #ffbf00, #640102);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold !important;
    color: #ffbf00 !important;
    -webkit-clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 98%, 10% 98%, 0% 50%);
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 98%, 10% 98%, 0% 50%);
    margin-bottom: 25px;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 16px !important;
}

.shape-btn:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    background: linear-gradient(152deg, #edc23f, #340d04);
    color: #3f0102 !important;
}

.shape-btn.blue {
    background: linear-gradient(152deg, #94e2ff, #52bce3);
}

.dropdown-item.account:active {
    background: transparent;
}

.dropdown-item-icon {
    margin-right: 12px;
    color: hsl(0 0% 100% / 50%);
}

.nav-item .dropdown-item-text {
    text-transform: uppercase;
}

.dropdown-item-text {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    padding: 0;
    font-family: "Archivo", Helvetica, Arial, sans-serif, "Microsoft YaHei";
}

.dropdown-item.account .dropdown-item-text {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #66c4ff
}

.dropdown-item-subtext {
    font-size: 14px;
    color: hsl(0deg 0% 100% / 50%);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown-item.account:hover {
    background-color: transparent;
}

.btn .dropdown-item-text {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    padding: 0;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
}

.dropdown-item-sub-text {
    color: hsla(0, 0%, 100%, .5);
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.dropdown-menu-body {
    padding: 12px;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    border-color: transparent;
    border-radius: 0 0 8px 8px;
    border-style: solid;
    border-width: 0;
}

.dropdown-menu-body-title {
    color: #8f8a8a;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 16px 12px 8px;
}

.nav-menu-close {
    color: #fff;
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center;
    margin: 8px;
    min-height: 40px;
    padding: 0;
    width: 40px;
    border-radius: 6px;
    background-color: hsla(0, 0%, 100%, .05);
}

.nav-menu-close .fa {
    font-size: 1.5rem;
    margin: 0;
    color: #fff;
}

.h-100vh {
    height: 100vh;
}

.container-fluid {
    max-width: 1600px;
}

.header {
    overflow: hidden;
    padding-bottom: 0px;
    position: relative;
    height: 100%;
}

@keyframes scale {
    0% {
        background-size: 100%;
    }

    50% {
        background-size: 100%;
    }

    100% {
        background-size: 100%;
    }
}

.header .effects {
    z-index: 0;
    position: relative;
}

.header .effect-1 {
    position: absolute;
    height: 1026px;
    width: 100%;
    z-index: -1;
}

.header .effect-2 {
    position: absolute;
    height: 1026px;
    width: 100%;
    z-index: -1;
}

.header .effect-1:before {
    content: "";
    background-image: url("../images/effect.png");
    position: absolute;
    z-index: 0;
    -webkit-animation: fly 10s infinite linear;
    animation: fly 10s infinite linear;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.header .effect-2:before {
    content: "";
    background-image: url("../images/effect.png");
    position: absolute;
    z-index: 0;
    -webkit-animation: fly 25s infinite linear;
    animation: fly 25s infinite linear;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

@keyframes fly {
    0% {
        top: 200px;
        left: 0;
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        top: -1000px;
        opacity: 1;
        left: -1000px;
    }
}

.header .header-content {
    z-index: 1;
    text-align: center;
    padding-top: 350px;
    position: relative;
}

.header .header-content h1, main h1 {
    color: white;
    text-transform: uppercase;
    font-size: 65px;
    background: linear-gradient(365deg, white, #bace09);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(0px 2px 14px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(0px 2px 14px rgba(0, 0, 0, 0.6));
    font-weight: bold;
}

.container.header-icons {
    max-width: 1250px;
    margin-top: 350px;
}

.header-icons p {
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    color: white;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.582);
}

.header-download {
    padding-top: 80px;
}

.header-download a:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.header-download a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 360px;
    height: 90px;
    color: #edc23f;
    font-size: 28px;
    background: url(../images/start.png);
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
}

/*.divider {
    position: absolute;
    background: url(../images/line.png) top repeat;
    height: 25px;
    width: 100%;
    top: -10px;
    pointer-events: none;
    clear: both;
}*/

#footer {
    background-image: url(../images/footer-bg.jpg);
    padding: 0 0 30px;
}

.bordered:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .08);
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .08);
    content: "";
    display: block;
    pointer-events: none;
    z-index: 1;
}

#footer .footer-logo {
    padding-top: 100px;
    padding-bottom: 80px;
}

#footer .footer-copyright {
    background: transparent;
}

#footer h5 {
    font-size: 18px;
    color: hsl(0 0% 100% / 70%);
    font-family: "Blizzard", Helvetica, Arial, sans-serif, "Microsoft YaHei";
    line-height: 1.4;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
}

#footer ul li a {
    color: hsl(0 0% 100% / 0.5);
    font-size: 16px;
    font-family: "Blizzard", Helvetica, Arial, sans-serif, "Microsoft YaHei";
    text-transform: uppercase;
}

#footer a {
    color: hsl(0 0% 100% / 0.7);
}

.footer-links, .footer-links a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: white !important;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
}

.footer-links a:not(:last-child) {
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-copyright, #footer .footer-copyright p, #footer .footer-copyright div {
    font-size: 14px;
    font-weight: normal;
    color: #edc23f;
}

.footer-links a:hover {
    color: #edc23f !important;
}

#footer ul li a:hover,
#footer ul li a:focus,
#footer a:focus, #footer a:hover {
    color: #fff;
}

.dataTable thead, .dataTable tfoot {
    background: #edc23f;
    color: #edc23f;
    border: 1px solid #170201;
}

.table td, .table th {
    border-color: #170201;
    color: #fff;
}

.table td a, .table th a {
    color: #fff;
}

.table td a:hover, .table th a:hover {
    color: #170201;
}

.table thead th {
    border-bottom: none;
}

.table thead th, .table thead td {
    border-color: #170201;
}

.table-bordered, .table-bordered td, .table-bordered th {
    border-color: #170201;
}

.dps-table tr {
    font-size: 11px !important;
}

.page-link {
    color: #170201;
    background-color: #170201;
    border: 1px solid #170201;
}

.page-item.active .page-link, .page-link:hover, .page-item.disabled .page-link {
    background-color: #170201;
    color: #211510;
    border-color: #170201;
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 211, 107, .25);
}

.card {
    background: rgb(23 2 1 / 85%);
    border: none;
    border-radius: 0;
}

.card.auth-cards{
    background-color: #1e0200 !important;
}

.auth-cards h4{
    font-family: Nunito, sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    margin-bottom: 30px;
}

.auth-cards label {
    font-family: Roboto, sans-serif, "Helvetica Neue", Arial, "Noto Sans";
    font-size: .875rem !important;
    font-weight: 600 !important;
}

.auth-cards input{
    font-family: Roboto, sans-serif, Helvetica Neue, Arial, Noto Sans !important;
    font-family: inherit;
    border: 1px solid #474747 !important;
    color: #fff !important;
    background: #170201 !important;
    border-radius: 5px !important;
    font-size: .9375rem !important;
    height: calc(2.625rem + 2px) !important;
    line-height: 1.25rem !important;
    padding: 0.6875rem 1rem !important;
}

.auth-cards .custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #edc23f;
    background-color: #edc23f;
}

.auth-cards .custom-checkbox .custom-control-label:before {
    border-radius: 4px;
}

.auth-cards .form-label {
    color: #e94803;
    font-size: .875rem !important;
    font-weight: 600 !important;
    margin-bottom: 0.5rem;
}

.auth-cards .custom-control-label:after, .auth-cards .custom-control-label:before{
    height: 1.5rem;
    width: 1.5rem;
    margin-left: -10px;
    top: -1px;
}

.auth-cards .btn.btn-link{
    color: #edc23f !important;
    font-size: .75rem !important;
    align-items: center !important;
    background: transparent !important;
    border: none !important;
    display: inline-flex !important;
    font-family: Roboto, sans-serif !important;
    font-size: .85rem !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    transition: all .3s ease !important;
    white-space: nowrap !important;
    text-decoration: none;
}
.auth-cards ::placeholder {
    color: #fff;
    font-size: .9375rem;
    line-height: 1.25rem;
    font-weight: 400;
}

.auth-cards a {
    transition: color .4s, background-color .4s, border .4s, box-shadow .4s;
}

.auth-cards a {
    background-color: transparent;
    color: #edc23f;
    text-decoration: none;
}
.auth-cards a:hover {
    color: #edc23f;
    text-decoration: none;
}

.auth-cards .register-account{
    color: #fff;
    font-size: 14px;
    font-family: Roboto, sans-serif !important;
    font-weight: 400;
}
.auth-cards .footer-text{
    color: #fff;
    font-size: 14px;
    font-family: Roboto, sans-serif !important;
    font-weight: 400;
}

.auth-cards .footer-link {
    margin-right: 15px;
    color: #edc23f !important;
    font-size: 0.7em;
}
.auth-cards .footer-link  {
    font-size: 0.7em;
}
.auth-cards .btn {
    background-color: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    color: #666 !important;
    display: inline-block !important;
    font-family: Nunito, sans-serif !important;
    font-size: .8125rem !important;
    font-weight: 700 !important;
    line-height: 1.25rem !important;
    padding: 0.4375rem 1.125rem !important;
    text-align: center !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    vertical-align: middle !important;
    border-radius: 5px !important;
    font-size: .9375rem !important;
    line-height: 1.25rem !important;
    padding: 0.6875rem 1.5rem !important;
    align-items: center !important;
    display: inline-flex !important;
    letter-spacing: .02em !important;
    position: relative !important;
    justify-content: center !important;
}

.auth-cards .btn-primary {
    background-color: #edc23f !important;
    border-color: #edc23f !important;
    color: #170201 !important;
}

.auth-cards .btn-primary.focus, .auth-cards .btn-primary:focus, .auth-cards .btn-primary:hover {
    background-color: #edc23f !important;
    border-color: #b03e11 !important;
    color: #170201 !important;
}
.auth-cards input[type=checkbox], .auth-cards input[type=radio]{
    box-sizing: border-box;
    padding: 0 !important;
}
.card:not(.downloads-card, .auth-cards)::before {
    content: "";
    position: absolute;
    background: url(../images/line.png) top repeat;
    height: 25px;
    width: 100%;
    top: -4px;
    pointer-events: none;
    clear: both;
}

.downloads-content .card .card-header h1{
    color: white;
    background: transparent;
    -webkit-text-fill-color: inherit;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    font-size: 35px;
    text-transform: capitalize;
    text-align: center;
}

.step-number span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    width: 45px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 3px solid #333333;
    margin-bottom: 30px;
}

.step-number span p {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: white;
    font-size: 20px;
    margin: 0;
}

.step:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.842);
    padding-bottom: 70px;
}

.step {
    padding: 60px 0px 0px 0px;
    text-align: center;
}

.step h1 {
    color: white;
    font-size: 40px;
    margin-bottom: 20px;
    background: transparent;
    -webkit-text-fill-color: inherit;
    text-transform: inherit;
}

.step p {
    color: rgba(255, 255, 255, 0.541);
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: normal;
}

.step .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.step .links a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 280px;
    height: 50px;
    background: linear-gradient(152deg, #edc23f, #340d04);
    text-decoration: none;
    text-transform: uppercase;
    color: #291004;
    -webkit-clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0% 50%);
    clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0% 50%);
    -webkit-transition: .5s;
    transition: .5s;
}

.step .links a:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.step .table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 25px;
}

.step .table ul {
    width: 49.2%;
    background-color: #442318;
    border-radius: 8px;
    text-align: left;
    padding: 55px;
    -webkit-box-shadow: 0px 20px 20px rgba(214, 201, 27, 0.562);
    box-shadow: 0px 10px 10px rgba(208, 231, 4, 0.644);
}

.step .table ul span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    color: #442318;
    text-transform: uppercase;
}

.step .table ul li:not(:last-child) {
    margin-bottom: 25px;
}

.step .table ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.step .table ul li p {
    margin: 0;
}

.step .step p {
    color: rgba(255, 255, 255, 0.541);
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: normal;
}

.card-header, .card-footer {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0;
    border-color: #340d04;
}

.card-header:first-child, .card-footer:last-child {
    border-radius: 0;
}

.u-vmenu > ul > li > a {
    background: rgba(0, 0, 0, 0.3) !important;
}

.u-vmenu ul li a:hover {
    background: rgba(0, 0, 0, 0.3) !important;
}

.u-vmenu > ul > li > a:before {
    color: #edc23f !important;
}

.dps-table tr th,
.dps-table tr td {
    border: none;
    border-bottom: 1px #fff solid;
}

.ui-tooltip {
    max-width: 350px;
}

.news-header {
    font-size: 1.08rem;
    line-height: 1.5;
    font-family: Semplicita Pro, Open Sans, Arial, Helvetica, sans-serif;
    color: #fff;
    text-shadow: 0 0 1px transparent, 0 1px 2px rgba(0, 0, 0, 0.8);
    font-weight: 700;
    padding: 10px;
    text-transform: uppercase;
}

.all-news a {
    font-size: 0.9rem;
    line-height: 1.5;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    color: #edc23f;
    text-shadow: 0 0 1px transparent, 0 1px 2px rgba(0, 0, 0, .8);
    padding: 10px;
}

.post-box {
    -webkit-transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
    width: 100%;
    border: 1px solid #0d0c01;
    height: 211px;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}

.post-box:hover {
    outline: 0;
    border-color: #edc23f;
}

.post-box .post-bottom {
    position: absolute;
    bottom: 0;
    width: 0;
    padding: 10px;
}

.post-box .post-title {
    font-size: 1.00rem;
    -webkit-transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
    font-family: Semplicita Pro, Open Sans, Arial, Helvetica, sans-serif;
    text-shadow: 0 0 1px transparent, 0 1px 2px rgba(0, 0, 0, .8);
    font-weight: 700;
    color: #ffffff;
    line-height: 30px;
}

.post-box:hover .post-title {
    color: #fff;
}

.post-box .post-date {
    font-size: 0.0rem;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    color: #cacaca;
    text-shadow: 0 0 1px transparent, 0 1px 2px rgba(0, 0, 0, .8);
    font-weight: 0;
    line-height: 0px;
}

.banner-1, .banner-2, .banner-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: 480px;
    background-color: #000;
    background-position: 50% 50%;
    overflow: hidden;
    background-repeat: round;
}

.banner-3 {
    background-image: url('../images/banners/banner_bg_3.jpg');
    background-color: #1a100f;
    height: 782px;
}

.banner-box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10%;
    left: 10%;
}

.banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 100%;
    width: 50%;
}

.banner-content.right {
    position: absolute;
    right: 0;
}

.banner-title {
    color: white;
    text-transform: uppercase;
    font-size: 65px;
    background: linear-gradient(365deg, white, #edc23f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(0px 2px 14px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(0px 2px 14px rgba(0, 0, 0, 0.6));
    margin-bottom: 30px;
    line-height: 60px;
    font-weight: bold;
}

.banner-text {
    font-size: 21px;
    color: rgba(255, 255, 255, 0.692);
    font-weight: normal;
    margin-bottom: 40px;
}

.banner-sub-title {
    color: white;
    text-transform: uppercase;
    font-size: 40px;
    background: linear-gradient(365deg, white, #edc23f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(0px 2px 14px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(0px 2px 14px rgba(0, 0, 0, 0.6));
    line-height: 60px;
    font-weight: bold;
}

.sidebar {
    width: 100% !important;
    min-height: auto;
}

.sidebar .sidebar-content {
    margin: 0;
    width: 100%;
    row-gap: 5px;
    color: #fff;
}

.sidebar-content h4 {
    font-size: 22px;
    color: #fff;
}

.sidebar-left .card {
    height: 100%;
}

.sidebar .sidebar-content > div:first-child {
    padding-right: 0.125rem;
    padding-left: 0;
}

.sidebar .sidebar-content > div:last-child {
    padding-left: 0.125rem;
    padding-right: 0;
}

.sidebar .sidebar-left, .sidebar .sidebar-right {
    -webkit-transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: all .25s cubic-bezier(.23, 1, .32, 1) 0s;
    width: 100%;
    border: 1px solid #504137;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    padding: 15px;
    height: 100%;
}

.sidebar-content .carousel {
    height: 100%;
}

.sidebar-content .carousel-inner {
    height: 90%;
    padding: 0 20%;
}

.sidebar-content table {
    background: linear-gradient(to bottom, rgb(23 14 9 / 62%), rgb(23 14 9));
}

.sidebar-content .table td, .sidebar-content .table th {
    padding: 0.4rem 0.75rem;
}

.discord-users {
    max-height: 315px;
    margin-bottom: 10px;
}

.discord-users li {
    border-bottom: 1px solid #0f54bb;
}

.discord-playing {
    max-width: 40%;
    text-align: end;
}

.discord-name {
    max-width: 60%;
}

.list-group-item {
    background: #340d04;
}

.list-group-item:hover, .list-group-item.active {
    background: rgba(0, 0, 0, 0.5);
    border-color: #504137;
}

.card.downloads-card {
    text-decoration: none;
    width: 205px;
    height: 175px;
    text-align: center;
    color: #7b5d5d;
    padding-top: 40px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: block;
    margin: 10px 10px;
    position: relative;
    transition: all 0.3s ease;
}

.img-fluid-reverse {
    max-height: 100%;
    width: auto;
}

.card.downloads-card:hover {
    border-radius: 20%;
}

.select2-dropdown {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #7b5d5d;
}

.modal-dialog {
    top: 50px;
}

.modal-content {
    background-color: rgba(60, 42, 41, 0.9);
    background-clip: padding-box;
    border: 1px solid #340d04;
}

.modal-header {
    border-color: #7b5d5d !important;
}

.box-small-icon-alt .box-icon {
    border: 1px solid #edc23f;
    color: #edc23f;
}

.box-small-icon-alt:hover .box-icon {
    background-color: #edc23f;
}

.box-icon-outline {
    -webkit-text-stroke: 1px #edc23f;
    -webkit-text-fill-color: transparent;
}

.box-small-icon-alt:hover .box-icon-outline {
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
}

.nav-tabs .nav-link {
    padding: 10px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #edc23f;
    border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.5);
    background: rgba(60, 42, 41, 0.8);
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.5);
}

.nav-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.sides {
    position: fixed;
    z-index: 3;
    top: 25%;
    text-align: center;
}

.sides:not(.side-left) {
    left: 30px;
}

.sides.side-left {
    right: 30px
}

.sides:before {
    content: "";
    background-image: url("../images/sides.png");
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    width: 20px;
    opacity: 0.4;
    height: 178px;
    display: block;
}

.sides:after {
    content: "";
    background-image: url("../images/sides.png");
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    width: 20px;
    opacity: 0.4;
    height: 178px;
    display: block;
}

.sides a {
    font-size: 30px;
    display: block;
}

.sides i {
    font-size: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    color: rgba(255, 255, 255, 0.61);
}

.sides:not(.side-left) i {
    -webkit-animation: glow 2s infinite;
    animation: glow 2s infinite;
}

.sides a:hover i {
    color: #ffe0ac;
    text-shadow: 0 0 20px #340d04;
}

.modal_div {
    width: 100%;
    min-height: 400px;
    max-width: 480px;
    background: rgba(0, 0, 0, 1) no-repeat center bottom;
    position: fixed;
    top: 15%;
    left: 50%;
    margin-left: -240px;
    display: none;
    opacity: 0;
    z-index: 35;
    padding: 50px 60px;
    box-shadow: 0 10px 20px 1px rgb(0 0 0 / 50%);
}

.modal_div .modal_close {
    width: 56px;
    height: 56px;
    position: absolute;
    top: -28px;
    right: -28px;
    cursor: pointer;
    display: block;
    background: url('../images/close-icon.png') no-repeat;
    transition: 0.3s;
    filter: drop-shadow(0px 10px 14px rgba(0, 0, 0, 0.6));
}

.modal_div .modal_close:hover {
    filter: brightness(120%);
}

.modalTitle {
    color: #85be1b;
    font-size: 24px;
    font-family: "Beaufort", sans-serif;
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    margin-bottom: 30px;
}

@keyframes glow {
    0% {
        color: rgba(255, 255, 255, 0.61);
        transform: scale(1);
    }

    50% {
        color: #ffe0ac;
        text-shadow: 0 0 20px #f7a832;
        transform: scale(1.1);
    }

    100% {
        color: rgba(255, 255, 255, 0.61);
        transform: scale(1);
    }
}

#overlay {
    z-index: 30;
    position: fixed;
    background-color: #070a11;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

#events {
    max-height: 495px;
    overflow: auto;
}

#events li {
    border-bottom: 1px solid #292e42;
}

#events li {
    padding: 10px;
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: left;
}

#events ul {
    padding: 3.5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.features {
    padding-bottom: 92px;
    padding-top: 50px;
    color: white;
    background: url(../images/features_bg.jpg) top no-repeat;
    position: relative;
    text-align: center;
    background-size: cover;
}
.features h1 {
    color: white;
    text-transform: uppercase;
    font-size: 52px;
    background: linear-gradient(365deg, white, #edc23f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 2px 14px rgba(0, 0, 0, 0.6));
    letter-spacing: -1px;
}
.features .line {
    position: absolute;
    background: url(../images/line.png) top repeat;
    height: 25px;
    width: 100%;
    top: -10px;
}
.features .features-swiper {
    padding-top: 70px;
}
.features .features-swiper .swiper-slide {
    height: 250px;
    background-color: #f8050500;
    clip-path: polygon(5% 0, 100% 0, 100% 88%, 95% 100%, 0 100%, 0 12%);
    overflow: hidden;
    position: relative;
}
.features .features-swiper .swiper-slide .features-swiper-background {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.features .features-swiper .swiper-slide .features-swiper-text {
    position: absolute;
    left: 110px;
    bottom: 90px;
    z-index: 5;
    width: 60%;
}
.features .features-swiper .swiper-slide .features-swiper-text h1 {
    text-align: left;
    font-size: 48px;
    margin-bottom: 25px;
}
.features .features-swiper .swiper-slide .features-swiper-text p {
    text-align: left;
    font-weight: normal;
    line-height: 24px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}
.features .features-swiper .swiper-slide .features-swiper-text a {
    margin-top: 40px;
    display: inline-flex;
    float: left;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 50px;
    background: linear-gradient(152deg, #edc23f, #340d04);
    text-decoration: none;
    text-transform: uppercase;
    color: #291004;
    clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0% 50%);
    transition: 0.5s;
}
.features .features-swiper .swiper-slide .features-swiper-text a:hover {
    transform: translateY(-6px);
}
.features .features-swiper .swiper-slide .features-swiper-shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(25deg, #c2080800, #1b1b1b00, transparent);
    z-index: 2;
}
.features .features-content {
    position: relative;
    margin-top: 60px;
}
.features .features-content .swiper-button-next {
    width: 45px;
    height: 45px;
    transform: rotate(45deg);
    background-color: #edc23f;
    color: rgba(255, 255, 255, 0.4);
    top: 56px;
    transition: 0.5s;
    z-index: 2;
}
.features .features-content .swiper-button-next:hover {
    color: white;
}
.features .features-content .swiper-button-next i {
    transform: rotate(-45deg);
}
.features .features-content .swiper-button-prev {
    width: 45px;
    height: 45px;
    transform: rotate(45deg);
    background-color: #242424;
    color: rgba(255, 255, 255, 0.4);
    top: 56px;
    z-index: 2;
    transition: 0.5s;
}
.features .features-content .swiper-button-prev:hover {
    color: white;
}
.features .features-content .swiper-button-prev i {
    transform: rotate(-45deg);
}
.features .features-content .features-swiper {
    overflow: hidden;
}
.features .features-content .features-controls {
    margin-bottom: 150px;
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
}
.features .features-content .features-controls .swiper-slide-thumb-active .features-title {
    color: white !important;
}
.features .features-content .features-controls .swiper-slide-thumb-active .features-icon {
    border: 3px solid #edc23f !important;
}
.features .features-content .features-controls .swiper-slide {
    display: flex;
    align-items: center;
    padding: 20px;
    cursor: pointer;
}
.features .features-content .features-controls .swiper-slide:hover .features-title {
    color: white;
}
.features .features-content .features-controls .swiper-slide:hover .features-icon {
    border: 3px solid #edc23f;
}
.features .features-content .features-controls .swiper-slide .features-title {
    text-align: left;
    color: #6a6a6a;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Wrenema';
    transition: 0.5s;
}
.features .features-content .features-controls .swiper-slide .features-icon {
    width: 70px;
    height: 70px;
    transform: rotate(45deg);
    border: 3px solid #14db7e;
    padding: 6px;
    margin-right: 40px;
    transition: 0.5s;
}
.features .features-content .features-controls .swiper-slide .features-icon div {
    width: 100%;
    height: 100%;
    background-color: black;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.features .features-content .features-controls .swiper-slide .features-icon div img {
    transform: rotate(-45deg);
}
.modal_popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
    z-index:103;
}

.modal_popup .modal___fade {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

/* Modal Content */
.modal_popup .modal-content {
    position: relative;
    display: block;
    background: #1c1c1c;
    margin: auto;
    padding: 20px;
    border: 1px solid #444;
    width:560px;
    height:360px;
    border-radius:10px;
    box-shadow:0px 5px 55px rgba(0,0,0,0.4);
}

.modal_popup .modal-content img.gif {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    border-radius:10px;
}

/* The Close Button */
.modal_popup .closep {
    position: absolute;
    display: block;
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    line-height: 14px;
    transition: all 0.2s ease;
    top: 15px;
    right: 15px;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    cursor: pointer;
}

.modal_popup .closep:hover,
.modal_popup .closep:focus {
    transform: rotate(360deg) scale(1.4);

}

.modal_popup .modal-content .btns {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 300px auto 0;
    bottom:50px;
}

.modal_popup .modal-content .btns a {
    position: relative;
    display: block;
    margin: 0 10px;
    border-radius:7px;
}

.modal_popup .modal-content .btns a span {
    position: relative;
    display: block;
    width: 200px;
    height: 64px;
    transition: all 0.2s ease;
    transform: translateY(0px);
    pointer-events: none;
    z-index: 1;
}

.modal_popup .modal-content .btns a.left span {
    /*background: url(/public/modal/modal___1.gif) no-repeat;*/
    background-position: -89px -285px;
}
.modal_popup .modal-content .btns a.right span {
    /*background: url(/public/modal/modal___1.gif) no-repeat;*/
    background-position: -311px -285px;
}

.modal_popup .modal-content .btns a:hover {
    z-index: 2;
}
.modal_popup .modal-content .btns a:hover span {
    transform: scale(1.1);
}

.social {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 40px 20px;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}

.social::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/content_bg.jpg) no-repeat center;
    background-size: cover;
    opacity: 0.1;
    z-index: -1;
    pointer-events: none;
}

@media (max-width: 1200px) {
    .social {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .social {
        grid-template-columns: 1fr;
    }
}

.fb-block,
.footer__discord,
.home-gallery {
    background: linear-gradient(145deg, rgba(22, 15, 1, 0.95), rgba(34, 23, 1, 0.95));
    border: 1px solid rgba(237, 194, 63, 0.2);
    border-radius: 12px;
    padding: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.social-header {
    background: linear-gradient(90deg, #edc23f, #b8971f);
    padding: 15px 20px;
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-header i {
    font-size: 24px;
    color: #000;
}

.social-header span {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.social-content {
    padding: 20px;
}

.widget-facebook,
.footer__discord iframe,
.home-gallery img {
    width: 100%;
    height: 500px;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.server-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 15px;
}

.info-box {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(237, 194, 63, 0.15);
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
}

.info-box:hover {
    border-color: #edc23f;
    transform: translateY(-3px);
}

.info-label {
    color: #edc23f;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    opacity: 0.8;
}

.info-value {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.fb-block:hover,
.footer__discord:hover,
.home-gallery:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(237, 194, 63, 0.2);
}

@media (max-width: 1200px) {
    .social {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .social {
        grid-template-columns: 1fr;
    }
    .server-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .server-info-grid {
        grid-template-columns: 1fr;
    }
    .social-header span {
        font-size: 16px;
    }
}
