:root {
    --main-color: #F44336;
    --background: #131313;
    --main-bg: #181818;
    --bg-url: url(https://i.postimg.cc/05pLY9NG/shopbackground.png);
    --header-hover: linear-gradient(transparent 0,#3a39394f 0%,var(--background) 90%);
    --box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    --logo-width: 350px;
    --logo-height: 350px;
}

body {
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: var(--background);
    color: rgba(255, 255, 255, 0.8);
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}

nav.navbar {
    background: var(--main-bg) !important;
}

a.nav-link {
    color: #fff;
    transition: 0.35s ease-in;
    text-decoration: none;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

li.nav-item {
    padding: 5px 15px;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #fff;
}

.nav-link:focus, .nav-link:hover {
    color: var(--main-color);
}

.logo img {
    width: 115px;
}

.main video {
    height: 700px;
    min-width: 100%;
    position: absolute;
    object-fit: fill;
    display: block;
}

.main {
    height: 700px;
    position: relative;
}

.main::before {
    background: linear-gradient(transparent 0, #3a39394f 0%, var(--background) 90%); 
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.m-text {
    z-index: 99;
    position: relative;
}

.m-text {
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.m-text h1 {
    font-weight: 700 !important;
    font-size: 3.5em;
    text-transform: uppercase;
    color: white !important;
    font-family: 'Teko', sans-serif;
}

.m-text p {
    max-width: 50%;
    font-weight: 600;
    line-height: 2;
}

.m-text a {
    height: 60px;
    border-radius: 1rem;
    background: var(--main-color);
    border-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 3px solid rgba(0, 0, 0, .15) !important;
    width: 200px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 1em;
}

.m-text a:hover {
    opacity: .9;
}

.question {
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: var(--main-bg);
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    max-width: 100%;
    margin-top: 10px;
}

.faq .container {
    position: relative;
    margin: 0 auto;
}

.question::after {
    content: "\f077";
    font-size: 12px;
    position: absolute;
    right: 20px;
    transition: 0.2s;
    font-family: "Font Awesome 5 Free";
}

.question.active::after {
  transform: rotate(180deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
    line-height: 2rem;
    color: #fff;
    max-width: 100%;
    background: var(--main-bg);
    padding: 20px;
}

.question.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.question::after {
    background: rgb(255 255 255 / 18%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(255 255 255 / 42%);
}

.question::after {
    content: "\f077";
    font-size: 12px;
    position: absolute;
    right: 20px;
    transition: 0.2s;
    font-family: "Font Awesome 5 Free";
}

.p-title h2 {
    font-weight: 500;
    font-size: 3em;
    font-family: 'Teko', sans-serif;
    color: var(--main-color);
    text-shadow: 1px 1px #000;
}

.team-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3em;
    justify-items: center;
}

.staff img {
    width: 175px;
    border-radius: 50%;
}

.s-block {
    background: var(--main-bg);
    width: 100%;
    padding: 30px 50px;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.staff {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.s-name {
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    color: white;
    text-align: center;
}

.s-rank {
    font-weight: 500;
    padding: 0px 20px 0px 20px;
    font-size: 40px;
    font-family: 'Teko', sans-serif;
    color: var(--main-color);
    text-shadow: 1px 1px #000;
    text-align: center;
}

.s-block {
    padding-top: 70px;
}

.staff img {
    width: 175px;
    border-radius: 50%;
    margin-bottom: -3em;
    z-index: 1;
}

.team {
    margin-top: 5em;
}

.p-title {
    text-align: center;
    padding: 20px;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}

a.dsc {
    display: flex;
    gap: 1em;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

a.dsc i {
    font-size: 2.25em;
    color: var(--main-color);
}

.d-txt h2 {
    margin: 0;
    font-family: 'Teko', sans-serif;
    text-shadow: 1px 1px #000;
    text-transform: uppercase;
}

.d-txt span {
    font-weight: 600;
    letter-spacing: 1px;
}

ul.nav-right {
    margin-bottom: 0;
    list-style: none;
    display: flex;
    gap: 1em;
}

ul.nav-right a {
    color: #fff;
    border: 1px solid var(--main-color);
    padding: 10px;
    border-radius: 50px;
    width: 40px;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    transition: .35s;
}

ul.nav-right a:hover {
    background: var(--main-color);
    transition: .35s;
}

.rules-list {
    background: var(--main-bg);
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    box-shadow: var(--box-shadow);
}

.r-nr {
    border: 1px solid var(--main-color);
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.r-name {
    display: flex;
    gap: 1em;
    align-items: center;
    font-family: 'Teko', sans-serif;
    color: var(--main-color);
    font-size: 25px;
}

.r-nr {
    border: 1px solid var(--main-color);
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 0px;
    color: #fff;
}

.r-desc {
    font-size: 16px;
    padding: 15px 0;
    border-bottom: 1px solid var(--background);
}

.r-name {
    margin-top: 1em;
}

.r-desc:last-child {
    border-bottom: none;
}

.footer {
    margin-top: 5em;
}

.footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.footer-l p {
    margin: 0;
    font-size: 16px;
}

.footer-l small {
    font-size: 14px;
}

.footer-r a {
    color: var(--main-color);
    text-decoration: none;
}

::-webkit-scrollbar {
	width: 10px;
	height: 20px;
}

::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 25px;
}

::-webkit-scrollbar-track {
	background-color: var(--main-bg);
}

::-webkit-scrollbar-corner {
    background-color: var(--main-color);
}

table.table.table-striped {
    background: var(--main-bg);
    box-shadow: var(--box-shadow);
    border-radius: 4px;
}

.table>:not(caption)>*>* {
    background-color: transparent;
    box-shadow: unset;
    vertical-align: middle;
    color: #fff !important;
    font-size: 16px;
    padding: 10px;
    border-bottom: 3px solid var(--background);
}

.table th {
    font-weight: 500;
    padding: 15px;
    font-size: 25px;
    font-family: 'Teko', sans-serif;
    color: var(--main-color) !important;
    text-shadow: 1px 1px #000;
}

.leaderboard button:hover {
    background: var(--main-color);
    opacity: .9;
    border-color: var(--main-color);
}

.leaderboard button {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    padding: 10px 15px;
}
.leaderboard form {
    display: flex;
    justify-content: flex-end;
}
.leaderboard input {
    width: 20%;
    background: var(--main-bg)!important;
    border-color: var(--main-bg)!important;
    border-radius: 6px;
    height: 45px;
    color: #fff!important;
}

a.page-link {
    background: var(--main-bg)!important;
    border-color: var(--main-bg)!important;
    color: #fff!important;
}

a.page-link:hover {
    background: var(--main-bg);
    border-color: var(--main-bg);
    color: var(--main-color)!important;
}

.active>.page-link, .page-link.active {
    background: var(--main-bg)!important;
    border-color: var(--main-bg) !important;
    color: var(--main-color)!important;
}

@media (max-width: 991px) {
    .table th {
        font-weight: 500;
        padding: 5px;
        font-size: 14px;
}

.table>:not(caption)>*>* {
    font-size: 10px;
    padding: 5px;
}

.leaderboard input {
    width: 50%;
    background: var(--main-bg);
    border-color: var(--main-bg);
    border-radius: 6px;
    height: 40px;
}

.leaderboard button {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 13px;
}

ul.nav-right {
    margin-bottom: 0;
    list-style: none;
    display: flex;
    gap: 1em;
    justify-content: center;
    padding-left: 0;
}

.logo img {
    width: 100px;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255 255 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.l-head select.form-select {
    width: 200px;
    background: var(--main-bg);
    border-color: var(--main-bg);
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
}

.l-head {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}

.leaderboard form {
    justify-content: flex-end;
    gap: 1em;
}

select.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
    !important;
    background-repeat: no-repeat !important;
    background-position: right .75rem center !important;
    background-size: 16px 12px !important;
}

.l-head input.form-control {
    width: 100%;
}

@media (max-width: 991px) {
    .team-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 3em;
        justify-items: center;
    }

    .main video {
        width: -webkit-fill-available;
    }
    .main {
        height: 750px;
        position: relative;
    }

    .m-text {
        height: 700px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .m-text p {
        max-width: 100%;
        font-weight: 600;
        line-height: 2;
    }
}