:root {
    scroll-behavior: smooth;
    --white: #FFFFFF;
    --black: #000000;
    --success: #04AA6D;
    --error: #F44336;
    --info: #2196F3;
    --warning: #FF9800;
    --main: #FFD200;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: var(--main);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--black);
}

*, ::after, ::before {
    box-sizing: border-box;
}

input[type="text"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

html, body {
    width: 100%;
    margin: 0px;
    padding: 0px;
} 

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background-color: #101010;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
}

a:focus {
    outline: 0;
}

a:focus, a:hover {
    text-decoration: none;
}

.bold {
    font-weight: bold !important;
}

.hidden {
    display: none;
    opacity: 0;
}

.divider {
    border-bottom: 2px solid #131313;
    margin: 1.5em 0em 0.5em 0em;
    width: 100%;
    height: 5px;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
}

.swal2-popup {
    background: #66d87e !important;
    color: #FFF !important;
}

.swal2-title {
    color: #FFF !important;
    font-size: 1.5em;
}

.preloader-wrapper {
    width: 100%;
    height: 100vh;
    background: linear-gradient(to right, #ED7E07, #FFD200);
    position: fixed;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 9999;
}

.preloader-wrapper img {
    width: 132px;
}

.preloader-wrapper .big-logo {
    width: 50%;
    position: absolute;
    right: -250px;
    bottom: -250px;
    opacity: 0.2;
}

@keyframes bounce-an {
    from { transform: translate3d(0, 0, 0);}
    to { transform: translate3d(0, 50px, 0);}
}

.preloader-wrapper .mid-logo {
    animation: bounce-an 0.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.header {
    height: 100vh;
    width: 100%;
    background: url(../img/pic.png);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.header-top {
    height: 40px;
    background-color: #090909;
    width: 100%;
}

.header-top .btns-holder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.header-top .btns-holder .ip {
    font-family: 'Montserrat';
    font-weight: bold;
    color: var(--main);
    margin-right: 0.5em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header-top .btns-holder .grbtn {
    background-color: #1D1D1D;
    color: #6D6D6D;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: bold;
    margin-right: 0.5em;
    padding: 0.3em 1em;
    font-size: 0.9em;
    transition: ease-in 0.2s;
}

.header-top .btns-holder .ip-copy-btn {
    background-color: #1D1D1D;
    color: #6D6D6D;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: bold;
    margin-right: 0.5em;
    padding: 0.2em 1em;
    font-size: 0.9em;
    transition: ease-in 0.2s;
    cursor: pointer;
}

.header-top .btns-holder .ip-copy-btn:hover {
    background-color: var(--main);
    color: #000;
}

.header-top .btns-holder .dc:hover {
    background-color: #5865F2;
    color: #FFF;
}

.header-top .btns-holder .store:hover {
    background-color: var(--main);
    color: #000;
}

.header-top .btns-holder .ip-copy-btn i {
    margin-right: 0.3em;
}

.header-top .btns-holder .grbtn i {
    margin-right: 0.3em;
}

.header-nav {
    background-color: rgba(16,16,16,0.8);
    height: 100px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0em 5em;
}

.header-logo img {
    width: 240px;
}

.header-menu {
    height: 100%;
    margin-left: 4em;
}

.header-menu .nav {
    height: 100%;
}

.header-menu .nav .navigation {
    height: 100%;
    display: flex;
    align-items: center;
    transition: ease-in 0.2s;
    padding: 0em 2em;
}

.header-menu .navigation li a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: bold;
    padding: 2em;
    height: 100%;
    display: flex;
    align-items: center;
}

.header-menu .navigation li {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.header-menu .navigation .active {
    background: linear-gradient(to top, #E97007, #FFD200);
    border-bottom: 7px solid #853106;
    transform: skew(-20deg);
}

.header-menu .navigation .active a {
    transform: skew(20deg);
}

.header-menu .navigation .store {
    color: #FFD200;
}

.header-menu .navigation li:hover, .header-menu .navigation li:focus {
    background: linear-gradient(to top, #E97007, #FFD200);
    border-bottom: 7px solid #853106;
    transform: skew(-20deg);
}

.header-menu .navigation li:hover a, .header-menu .navigation li:focus a {
    transform: skew(20deg);
}

.header-menu .navigation li:hover .store, .header-menu .navigation li:focus .store {
    color: #FFF;
}

.header-counter {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}

.counter-content .online {
    color: #FFF;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 1.3em;
}

.counter-content span .num {
    color: #FFD200;
}

.counter-content .online i {
    margin-right: 0.5em;
    color: #FFD200;
}

.header-main {
    height: 100%;
    display: flex;
    position: relative;
}

.header-main .left-side {
    width: 100%;
}

.header-main .left-side img {
    width: 1100px;
    position: absolute;
    margin-left: -50px;
    bottom: -250px;
}

.header-main .right-side {
    display: flex;
    height: 100%;
    margin-right: 7.5em;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
}

.header-main .right-side .text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: -200px;
    line-height: 6em;
}

.header-main .right-side .text span {
    color: #FFF;
    font-size: 75px;
    font-family: 'Montserrat';
    font-weight: 800;
}

.header-main .right-side .text .third {
    color: var(--main);
}

.header-main .right-side .join-now-btn {
    margin-top: 1em;
    width: 60%;
    float: right;
    height: 70px;
    background-color: #A2FF00;
    border-radius: 0;
    font-size: 30px;
    text-transform: uppercase;
    color: #4F6A1F;
    font-family: 'Montserrat';
    font-weight: bold;
}

.header-main .right-side .join-now-btn i {
    margin-right: 0.5em;
}

.main {
    height: 100%;
}

.fullpage-holder {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.server-info-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 100vh;
}

.server-info-section .info-holder {
    height: 50%;
    width: 100%;
    overflow: hidden;
    display: flex;
}

.server-info-section .info-holder .left-side, .server-info-section .info-holder .right-side {
    width: 50%;
    overflow: hidden;
}

.server-info-section .info-holder .right-side {
    background-color: #101010;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0em 2em;
}

.server-info-section .info-holder .right-side .border-top {
    border-top: 20px solid #FFD200;
    width: 25%;
    margin-bottom: 3em;
}

.server-info-section .info-holder .right-side .titles {
    display: flex;
    flex-direction: column;
    font-family: 'Hind';
    font-weight: 700;
    font-size: 3em;
    color: #FFF;
    line-height: 1em;
}

.server-info-section .info-holder .right-side .titles .colored {
    color: var(--main);
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 1000;
}

.server-info-section .info-holder .right-side .info-text {
    margin-top: 1em;
}

.server-info-section .info-holder .right-side .info-text span {
    color: #646464;
    font-family: 'Hind';
    font-size: 1.5em;
}

.server-info-section .info-holder .right-side .info-text .colored {
    color: var(--main);
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 1000;
}

.server-info-section .info-two .left-side {
    background-color: var(--main);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0em 2em;
}

.server-info-section .info-two .right-side::before {
    display: none;
}

.server-info-section .info-two .right-side {
    padding: 0 !important;
}

.server-info-section .info-two .left-side .border-top {
    border-top: 20px solid #101010;
    width: 25%;
    margin-bottom: 3em;
}

.server-info-section .info-two .left-side .titles {
    display: flex;
    flex-direction: column;
    font-family: 'Hind';
    font-weight: 700;
    font-size: 3em;
    color: #FFF;
    line-height: 1em;
}

.server-info-section .info-two .left-side .titles .colored {
    color: #101010;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 1000;
}

.server-info-section .info-two .left-side .info-text {
    margin-top: 1em;
}

.server-info-section .info-two .left-side .info-text span {
    color: #646464;
    font-family: 'Hind';
    font-size: 1.5em;
}

.server-info-section .info-two .left-side .info-text .colored {
    color: #101010;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 1000;
}

.server-info-section .info-holder .left-side img {
    width: 100%;
    height: 100%;
}

.server-info-section .info-holder .right-side img {
    width: 100%;
    height: 100%;
}

.fullpage-holder .single-section {
    height: 50vh;
}

.fullpage-holder .single-section .info-holder {
    height: 100% !important;
}

.fullpage-holder .lbs-section {
    height: 100vh;
    background: url(../img/bgsec.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2em 2em 0em 2em;
}

.section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 2.5em;
}

.section-title span {
    font-family: 'Montserrat';
    font-weight: bold;
}

.section-title .top {
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.5em;
}

.section-title .bottom {
    color: var(--main);
    font-size: 2.5em;
    text-transform: uppercase;
    text-align: center;
}

.fullpage-holder .lbs-section {
    overflow: hidden;
}

.fullpage-holder .lbs-section .lbs-content {
    display: flex;
    height: 100%;
}

.fullpage-holder .lbs-section .lbs-content .left-side img {
    width: 850px;
}

.fullpage-holder .lbs-section .lbs-content .left-side {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.tab-list {
    display: flex;
    flex-wrap: wrap;
}

.tab-toggle {
    display: none;
}

.tab-toggle:nth-child(1):checked ~ .tab-container .tab-content:nth-child(1), .tab-toggle:nth-child(2):checked ~ .tab-container .tab-content:nth-child(2), .tab-toggle:nth-child(3):checked ~ .tab-container .tab-content:nth-child(3), .tab-toggle:nth-child(4):checked ~ .tab-container .tab-content:nth-child(4), .tab-toggle:nth-child(5):checked ~ .tab-container .tab-content:nth-child(5) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tab-content {
    display: none;
}

.lbs-menu .tab-list .active {
    background-color: rgba(255, 210, 0, 0.2);
    color: #FFF;
    border: 1px solid rgba(255, 210, 0, 0.2);
}

.lbs-menu li label {
    color: var(--post-topic);
    font-size: 1.3em;
    font-family: 'Montserrat';
    font-weight: normal;
    border: 1px solid #4A4A4A;
    text-transform: uppercase;
    padding: 1em 5em;
    cursor: pointer;
    margin-right: 1em;
}

.fullpage-holder .lbs-section .lbs-content .right-side {
    width: 100%;
    margin-top: 10em;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 5em;
}

.fullpage-holder .lbs-section .lbs-content .right-side .lbs-menu {
    display: flex;
    width: 100%;
}

.lbs-box {
    width: 100%;
}

.lbs-section .fl-table img, .leaderboards-section .fl-table img {
    width: 64px;
}

.lbs-section .fl-table td, .leaderboards-section .fl-table td {
    background-color: rgba(161,161,161,5%);
    padding: 0.5em 5em;
}

.lbs-section .fl-table td:first-child, .leaderboards-section .fl-table td:first-child {
    background-color: transparent;
    padding: 0 !important;
}

.lbs-section .fl-table, .leaderboards-section .fl-table {
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.lbs-section .fl-table tr:first-child td:nth-child(2), .leaderboards-section .fl-table tr:first-child td:nth-child(2) {
    text-align: center;
    background-color: rgba(155,212,157,0.2);
    color: #51CF57;
}

.lbs-section .fl-table tr:nth-child(2) td:nth-child(2), .leaderboards-section .fl-table tr:nth-child(2) td:nth-child(2) {
    text-align: center;
    background-color: rgba(155,198,212,0.2);
    color: #51C6CF;
}

.lbs-section .fl-table tr:nth-child(3) td:nth-child(2), .leaderboards-section .fl-table tr:nth-child(3) td:nth-child(2) {
    text-align: center;
    background-color: rgba(212,191,155,0.2);
    color: #CFB651;
}

.lbs-section .fl-table tr td:nth-child(2), .leaderboards-section .fl-table tr td:nth-child(2) {
    text-align: center;
    background-color: rgba(201,201,201,0.2);
    color: #AAAAAA;
    padding: 0.5em;
}

.lbs-section .fl-table tr:first-child td:nth-child(3), .leaderboards-section .fl-table tr:first-child td:nth-child(3) {
    color: #51CF57;
}

.lbs-section .fl-table tr:nth-child(2) td:nth-child(3), .leaderboards-section .fl-table tr:nth-child(2) td:nth-child(3) {
    color: #51C6CF;
}

.lbs-section .fl-table tr:nth-child(3) td:nth-child(3), .leaderboards-section .fl-table tr:nth-child(3) td:nth-child(3) {
    color: #CFB651;
}

.lbs-section .fl-table tr td:nth-child(3), .leaderboards-section .fl-table tr td:nth-child(3) {
    padding: 0.5em 5em 0.5em 2em;
}

.lbs-section .fl-table tr td:nth-child(4), .leaderboards-section .fl-table tr td:nth-child(4) {
    text-align: center;
    background-color: rgba(161,161,161,0.2);
    color: #FFF;
    padding: 0em;
}

.lbs-section .fl-table tr td:nth-child(3), .leaderboards-section .fl-table tr td:nth-child(3) {
    color: #AAAAAA;
}

.lbs-section .fl-table tr td:nth-child(1) {
    width: 8%;
}

.lbs-section .tab-content .btn-see-more, .leaderboards-section .tab-content .btn-see-more {
    float: right;
    border: 0 !important;
    background: rgba(155,212,157,0.2);
    border-radius: 0;
    padding: 1em 3em;
    color: #FFF;
}

.footer {
    background-color: #090909;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 2em;
}

.footer-holder-top {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer-holder-top .border-top {
    border-top: 10px solid #FFD200;
    width: 25%;
    margin-bottom: 3em;
    margin-top: -2em;
}

.footer-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0em 15em;
}

.footer-holder .first-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0em 5em;
}

.footer-holder .first-row img {
    width: 235px;
    height: 56px;
}

.footer-holder .social-menu {
    display: flex;
}

.footer-holder .social-menu a {
    color: #FFF;
    padding: 0em 0.5em;
    transition: ease-in 0.2s;
    font-size: 1.3em;
}

.footer-holder .social-menu a:hover {
    color: var(--main);
}

.footer-holder .header-menu {
    margin: 0;
}

.footer-holder .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 1em;
}

.footer-holder .footer-bottom .cpy {
    color: #AAAAAA;
    font-family: 'Hind';
    font-size: 1.2em;
}

.footer-holder .footer-bottom img {
    width: 107px;
}

.primary-header {
    height: 400px;
    background: url(../img/pic2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.primary-header .header-main {
    justify-content: center;
    align-items: center;
    height: 100%;
}

.header-main .title {
    margin-top: -150px;
}

.header-main .title span {
    color: #FFF;
    font-weight: bolder;
    font-family: 'Poppins';
    font-size: 5em;
    text-transform: uppercase;
    text-shadow: -1px 9px 2px #000;
    border-bottom: 15px solid #853106;
}

.main-section {
    width: 100%;
    position: relative;
    min-height: calc(100vh - 400px);
    background-color: #090909;
    padding: 2em;
}

.main-section .content {
    width: 100%;
}

.content .vote-links {
    margin-top: 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.content .vote-links .vote-link {
    width: 450px;
    overflow: hidden;
    margin-right: 2em;
    margin-bottom: 2em;
    border-radius: 15px;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content .vote-links .link1 {
    background: url(../img/link1.jpg);
    background-size: cover;
    background-position: center;
}

.content .vote-links .link2 {
    background: url(../img/link2.jpg);
    background-size: cover;
    background-position: center;
}

.content .vote-links .link3 {
    background: url(../img/link3.jpg);
    background-size: cover;
    background-position: center;
}

.content .vote-links .link4 {
    background: url(../img/link4.jpg);
    background-size: cover;
    background-position: center;
}

.content .vote-links .link5 {
    background: url(../img/link5.jpg);
    background-size: cover;
    background-position: center;
}

.content .vote-links .vote-link .top {
    color: #FFF;
    font-weight: bold;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 3em;
    text-shadow: 0px 5px 2px #000;
}

.content .vote-links .vote-link .bottom {
    color: var(--black);
    font-family: 'Montserrat';
    font-size: 1.5em;
    margin-top: -10px;
    font-style: italic;
    font-weight: bold;
}

.content #accordion {
    margin-top: 2em;
}

#accordion .card .card-link:after {
    content: '\002B';
    color: #646464;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

#accordion .card {
    width: 100%;
}

#accordion .card .card-link {
    color: #646464;
    font-size: 1.5em;
    font-family: 'Montserrat';
    font-weight: bold;
}

#accordion .card .card-header {
    padding: 1em;
    border-bottom: 2px solid #171717;
}

#accordion .card .card-body {
    padding: 2em;
    color: var(--white);
    font-family: 'Montserrat';
    font-size: 1.2em;
}

.rules-section .top-text {
    display: flex;
    flex-direction: column;
    margin-top: 2em;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.rules-section .top-text span {
    color: #646464;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 1.2em;
}

.rules-section .top-text .mid {
    color: #FF0000;
}

.rules-section .top-text .severities {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rules-section .top-text .severities .sq {
    width: 16px;
    height: 16px;
    border-radius: 5px;
    margin-right: 0.5em;
}

.rules-section .top-text .severities span {
    margin-right: 1em;
}

.rules-section .red {
    background-color: #FF0000;
    color: #FF0000;
}

.rules-section .ylw {
    background-color: #FFF700;
    color: #FFF700;
}

.rules-section .grn {
    background-color: #43FF00;
    color: #43FF00;
}

.rules-section #accordion .grn, .rules-section #accordion .ylw, .rules-section #accordion .red {
    background-color: transparent;
}

.rules-section #accordion .card-body .rule {
    margin-bottom: 2em;
}

.leaderboards-section .lbs-menu {
    margin-top: 2em;
}

.leaderboards-section .lbs-menu ul li label {
    padding: 0.7em 4em;
}

.leaderboards-section .fl-table {
    width: 100%;
    margin-top: 2em;
}

.leaderboards-section .fl-table tr td:nth-child(2) {
    padding: 0em;
}

.leaderboards-section .fl-table td:first-child {
    width: 5%;
}

.leaderboards-section .fl-table td:nth-child(2) {
    width: 5%;
}

#mobile-nav {
    margin: auto 0;
    display: none;
    cursor: pointer;
    margin-right: 2em;
    margin-left: 1em;
}

.mobilenav {
    width: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 5;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    height: 100vh;
    top: 120px;
    padding: 2em;
    display: none;
}

.clicked {
    background-color: white;
    color: #000 !important;
    padding: 0.2em 0.3em;
    border-radius: 5px;
}

.tab-cont {
    display: block !important;
}

.mn-sec {
    height: 100%;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination li a {
    background: rgba(161,161,161,5%);
    border: 0;
    font-size: 1em;
    font-weight: bold;
    color: #545454;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #fff;
    cursor: not-allowed;
    background-color: #e15050;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #FFF;
    background-color: var(--main);
}

.body {
    background-color: #090909;
}

.mn-sec .lbs-section .fl-table tr:first-child td:nth-child(2), .mn-sec .leaderboards-section .fl-table tr:first-child td:nth-child(2) {
    background-color: rgba(201,201,201,0.2);
    color: #AAAAAA;
}

.mn-sec .lbs-section .fl-table tr:nth-child(2) td:nth-child(2), .mn-sec .leaderboards-section .fl-table tr:nth-child(2) td:nth-child(2) {
    background-color: rgba(201,201,201,0.2);
    color: #AAAAAA;
}

.mn-sec .lbs-section .fl-table tr:nth-child(3) td:nth-child(2), .mn-sec .leaderboards-section .fl-table tr:nth-child(3) td:nth-child(2) {
    background-color: rgba(201,201,201,0.2);
    color: #AAAAAA;
}

.mn-sec .lbs-section .fl-table tr:first-child td:nth-child(3), .mn-sec .leaderboards-section .fl-table tr:first-child td:nth-child(3) {
    color: #AAAAAA;
}

.mn-sec .lbs-section .fl-table tr:nth-child(2) td:nth-child(3), .mn-sec .leaderboards-section .fl-table tr:nth-child(2) td:nth-child(3) {
    color: #AAAAAA;
}

.mn-sec .lbs-section .fl-table tr:nth-child(3) td:nth-child(3), .mn-sec .leaderboards-section .fl-table tr:nth-child(3) td:nth-child(3) {
    color: #AAAAAA;
}

.staff-members {
    width: 100%;
    height: auto;
    padding: 5em;
    display: flex;
    flex-direction: column;
}

.staff-panel-heading .staff {
    margin: 0px 0px 25px 0px;
    width: 20%;
    display: flex;
    justify-content: center;
    padding: 0.5em;
    transform: skew(-20deg);
}

.staff-panel-heading .staff-title {
    font-family: 'Poppins';
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    font-size: 2em;
    transform: skew(20deg);
}

.staff-panel-heading > .owner {
    background: #aa0000;
}

.staff-panel-heading > .manager {
    background: #aa0041;
}

.staff-panel-heading > .admin {
    background: #FF5555;
}

.staff-panel-heading > .srmod {
    background: #AA00AA;
}

.staff-panel-heading > .mod {
    background: #00AAAA;
}

.staff-panel-heading > .trialmod {
    background: var(--main);
}

.staff-panel {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
    padding: 0px 30px;
}

.staff-member {
    margin-right: 100px;
    margin-bottom: 25px;
}

.staff-panel .staff-name {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.staff-name span {
    color: var(--white);
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 1.5em;
}

@media only screen and (max-width: 1780px) {
    .header-main .right-side .text span {
        font-size: 60px;
    }
}

@media only screen and (max-width: 1650px) {
    .header-main .right-side .text span {
        font-size: 50px;
    }

    .header-main .left-side img {
        width: 1050px;
    }

    .header-main .right-side .text {
        line-height: 4.5em;
    }
}

@media only screen and (max-width: 1615px) {
    .footer-holder .first-row {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 2em;
    }

    .fullpage-holder .lbs-section .lbs-content .left-side img {
        width: 700px;
    }
}

@media only screen and (max-width: 1520px) {
    .header-main .left-side img {
        width: 950px;
    }
}

@media only screen and (max-width: 1415px) {
    .header-main .left-side img {
        width: 900px;
    }

    .header {
        height: 50vh;
    }

    .header-main .left-side img {
        width: 750px;
        bottom: -300px;
    }

    .header-main .right-side .text span {
        font-size: 40px;
    }

    .header-main .right-side .join-now-btn {
        height: 50px;
        font-size: 20px;
        width: 50%;
    }

    .header-main .right-side .text {
        line-height: 3.5em;
    }

    .header-logo img {
        width: 200px;
    }
}

@media only screen and (max-width: 1200px) {
    .header-counter {
        display: none;
    }

    .fullpage-holder .lbs-section .lbs-content .left-side img {
        display: none;
    }

    .lbs-box .tab-content .col-lg-12 {
        width: 100%;
    }

    .fullpage-holder .lbs-section .lbs-content .right-side .lbs-menu {
        justify-content: center;
        margin-bottom: 2em;
    }

    .fullpage-holder .lbs-section .lbs-content .right-side {
        margin-top: 5em;
    }

    .header-main .left-side img {
        width: 600px;
        bottom: -200px;
    }

    .header-nav {
        justify-content: center;
    }

    .tab-list {
        justify-content: center;
    }

    li.tab-item {
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 1040px) {
    .header-nav {
        padding: 0em 2em;
        height: 80px;
    }

    .header-menu {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1020px) {
    .header-main .left-side {
        display: none;
    }

    .header-main .right-side {
        margin-right: 0;
        align-items: center;
    }

    .header-main .right-side .text {
        align-items: center;
    }

    .header-main .right-side .text .third {
        color: var(--black);
    }
}

@media only screen and (max-width: 992px) {
    .header {
        height: 40vh;
    }

    .header-main .right-side .text {
        margin-top: -100px;
    }

    .server-info-section .info-holder {
        height: auto;
        flex-direction: column;
        width: 100%;
    }

    .server-info-section {
        height: auto;
    }

    .server-info-section .info-holder .left-side, .server-info-section .info-holder .right-side {
        width: 100%;
    }

    .server-info-section .info-holder .right-side .info-text, .server-info-section .info-two .left-side .info-text {
        margin-bottom: 2em;
    }

    .fullpage-holder .single-section {
        height: auto;
    }
    
    .fullpage-holder .lbs-section {
        height: 75vh;
    }

    .content .vote-links {
        width: 100%;
        display: block;
    }

    .content .vote-links .vote-link {
        width: 100%;
    }

    #mobile-nav {
        display: block;
    }

    .header-menu .navbar-nav {
        display: none;
    }

    .header-menu {
        display: flex;
    }

    #mobile-nav i {
        width: auto;
        height: auto;
        color: white;
        font-size: 1.8em;
        margin-left: 2em;
    }

    .mobilenav ul li {
        color: #FFF;
        font-size: 1.5em;
        text-transform: uppercase;
        font-family: 'Poppins';
        padding: 1em;
        font-weight: bold;
        margin: 0.5em 0em;
        border-radius: 15px;
        width: 100%;
        display: flex;
        justify-content: center;
        background-color: rgba(255, 210, 0, 0.5);
    }

    .mobilenav ul li a {
        color: #FFF !important;
    }
}

@media only screen and (max-width: 768px) {
    .header-menu .nav .navigation {
        flex-direction: column;
    }

    .footer-holder {
        padding: 0em 5em;
    }

    .footer-holder .first-row {
        flex-direction: column;
        padding: 0;
    }

    .fullpage-holder .lbs-section {
        height: 100vh;
    }

    .fullpage-holder .lbs-section .lbs-content .right-side {
        margin-right: 0em;
    }
}

@media only screen and (max-width: 598px) {
    .footer-holder .footer-bottom {
        flex-direction: column;
    }

    .footer-holder .footer-bottom .cpy {
        margin-bottom: 2em;
    }

    .lbs-menu li label {
        font-size: 1em;
    }
}

@media only screen and (max-width: 492px) {
    .header-main .title span {
        font-size: 4em;
    }

    .header {
        height: 30vh;
    }

    .header-main .right-side .text span {
        font-size: 30px;
    }

    .header-main .right-side .text {
        line-height: 2em;
    }

    .header-main .right-side .join-now-btn {
        display: none;
    }
}

@media only screen and (max-width: 425px) {
    .header-main .title span {
        font-size: 3em;
    }

    .footer-holder .first-row {
        flex-direction: row;
    }

    .footer-holder {
        padding: 0em 2em;
    }
}

@media only screen and (max-width: 390px) {
    .header-main .title span {
        font-size: 2em;
    }

    .header-main .title span {
        text-shadow: -1px 4px 2px #000;
    }

    .leaderboards-section .fl-table img, .lbs-section .fl-table img {
        width: 32px;
    }

    .main-section {
        padding: 2em 1em;
    }

    .header {
        height: 25vh;
    }

    .fullpage-holder .lbs-section {
        height: 80vh;
    }
}