* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Hind';
    background-color: #303030 !important;
    color: #fff;
}

a {
    color: var(--bs-white);
    text-decoration-line: none;
}

a:hover {
    color: var(--bs-yellow);
    text-decoration: underline;
}

.scroll {
    overflow-y: hidden;
    overflow-x: hidden;
}

.mnav {
    width: 100%;
    height: 100vh;
    background: #151515;
    color: #fff;
    text-align: center;
}

.mnav .icon {
    padding: 20px;
    color: #fff;
}

.mnav .navbar-brand {
    margin-bottom: 20px;
    color: #fff;
}

.mnav .nav-item {
    color: #fff;
}

.mnav .nav-item:hover {
    background: #1D1D1D;
}

.mnav .nav-item a:link {
    color: #fff;
}

.mnav .nav-item a:visited {
    color: #fff;
}

.mnav .nav-item a:hover {
    color: #fff;
}

.mnav .nav-item a:active {
    color: #fff;
}

::-webkit-scrollbar {
    width: 6px;
    height: 20px;
}

::-webkit-scrollbar-track {
    background: #111214;
}

::-webkit-scrollbar-thumb {
    background: orange;
}

::-webkit-scrollbar-thumb:hover {
    background: orange;
}

.bg-navbar {
    background: linear-gradient(#303030, #303030af)!important;
}

.nav-link:hover {
    text-decoration: underline var(--bs-orange) 3px;
}

#banner-other .nav-link:hover {
    text-decoration: underline var(--bs-orange) 3px;
}

.logo-top {
    z-index: 10000;
    max-width: 120px;
    margin-left: 5%;
}

.color-fordark {
    color: #fff !important;
}

.color-fordark:hover {
    background-color: #3B3B3B !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff!important;
    font-size: 1.15rem!important;
}

.navbar-toggler {
    color: #353535b4!important;
    border-radius: 5px!important;
    border-color: transparent!important;
}

.navbar-collapse {
    text-align: center;
}

.dropdown-item:hover {
    text-decoration: underline var(--bs-orange) 3px;
}

#banner {
    background-position: center center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25)), url("../images/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    height: 50rem;
    padding-bottom: 15rem;
}

#banner::after {
    content: "";
    background-image: url(../images/wave.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: repeat-x;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 10rem;
    width: 100%;
}

#banner-other {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    height: 30rem;
    padding-bottom: 15rem;
}

#test{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    height: 30rem;
    padding-bottom: 15rem;
    font-family: 'Hind';
    color: #fff;
}

#test .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#test .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

#test .navbar-expand-lg .navbar-nav {
    flex-direction: row;
}

#test .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

#test .ms-auto {
    margin-left: auto!important;
}

.banner-all {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/background.jpg");
}

.banner-img-admin {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/a-team.jpeg");
}

#banner-other::after {
    content: "";
    background-image: url(../images/wave.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: repeat-x;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 10rem;
    width: 100%;
}

.btn-light {
    border: none;
    border-radius: 2rem;
    padding: 1rem 3rem;
    background-color: #F9910A !important;
    color: white;
}

.btn-hp {
    padding: 16px !important;
    margin-bottom: 15px;
    font-size: 1.5rem;
    background-color: #F9910A !important;
    color: #fff !important;
    border-radius: 74px !important;
    border: 0px !important;
    text-decoration: none !important;
}

.btn-hp:hover {
    background-color: #FFA500 !important;
}

#wave {
    position: relative;
    width: 100%;
}

.title {
    font-size: 6rem;
    font-weight: 700;
    margin-top: 100px;
}

.title-hp {
    text-shadow: 0px 0px 20px #000000;
}

.title-other {
    font-size: 50px;
    font-weight: 700;
    padding-top: 150px;
}

.description {
    font-size: 20px;
    color: #ededed;
    letter-spacing: 4px;
    text-align: center;
}

.bottom-img {
    width: 100%;
}

#features .features-small-title{
    color: orange;
}

#features {
    background-color: #303030 !important;
    color: #fff !important;
}

.features-title {
    font-size: 50px;
    text-align: center;
    font-weight: 500;
    color: orange;
    
}

#features p {
    font-weight: 600;
    padding-bottom: 10px;
}

#features .card {
    margin-top: 30px;
    border-radius: 15px;
    border: 0px;
    transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.336);
    height: 600px;
    background-color: #252525;
}

#features .card:hover {
    transform: scale(1.1);
}

#features h4 {
    padding-left: 4%;
}

#features ul {
    padding-left: 15%;
}

#features .card-body {
    padding: 2em 2em;
}

#features .card-body img {
    padding-bottom: 2em;
}

#features .card li::before {
    content: "\2022";
    color: orange;
    font-size: 22px;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
  }
#features .card ul {
    list-style: none;
    font-size: 15px;
  }

#minigames p {
    font-weight: 500;
}

#minigames .card {
    margin-top: 30px;
    border-radius: 0;
    border: 0px;
    transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    box-shadow: 0px 20px 40px 0px rgba(0, 23, 88, 0.2);
    height: 300px;
}

#minigames .card:hover {
    transform: scale(1.1);
}

.minigames-title {
    margin-bottom: -50px;
    font-size: 40px;
    font-weight: 300;
}

#discord h1 {
    margin-top: 50px;
    color: orange;
}

#discord p {
    margin-top: 30px;
    color: #fff;
    font-size: 20px;
    margin-left: 25%;
    margin-right: 25%;
}

#discord {
    background-position: center center;
    background-color: #252525;
    background-repeat: no-repeat;
    background-size: cover;
}

#rules {
    padding-bottom: 3em;
}

#rules h1 {
    text-align: center;
    margin-bottom: 30px;
    color: orange;
}

#rules h3 {
    margin-top: 0px;
    font-size: 20px;
}

#nabor h1 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

#nabor iframe {
    width: 100%;
    height: 100vh;
    border: 0;
}

#banlist h3 {
    margin-top: 0px;
    font-size: 20px;
}

#adminteam {
    margin-top: 50px;
    margin-bottom: 30px;
}

#adminteam .members {
    margin-left: 5%;
}

#adminteam .about {
    margin-top: 35px;
}

#adminteam .name {
    font-size: 25px;
}

#adminteam .rank {
    font-size: 18px;
    margin-top: -15px;
    color: #fff;
    width: fit-content;
    border: none;
    border-radius: 2rem;
    padding: 0.20rem 0.75rem;
}

.link-nabor {
    text-decoration: none !important;
}

.owner {
    background: #f53f3f;
}

.leader {
    background: #ff3225;
}

.ttechnic {
    background: #FF6E56;
}

.helper {
    background: #00bb2f;
}

.builder {
    background: #f3c514;
}

.eventer {
    background: #ff5dff;
}

.teventer {
    background: #a420a4;
}

.thelper {
    background: #52a757;
}

.tbuilder {
    background: #bcbc11;
}

.hledame-link {
    margin-top: 0 !important;
    font-size: 30px;
}

.navbar-nav>li>.dropdown-menu a {
    color: #555555;
}

.navbar-nav>li>.dropdown-menu {
    background-color: #e7e7e7;
}

.tab {
    margin-top: 50px;
    margin-bottom: 50px;
}

.top {
    margin-bottom: 80px;
}

#footer {
    background: #151515;
    color: #fff;
}

.footer-box {
    padding: 20px;
}

.footer-box p {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.footer-box hr {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mdc-text-green {
    color: #4CAF50;
}

.mdc-text-blue {
    color: #03A9F4;
}

.mdc-text-yellow {
    color: #FFC107;
}

.mdc-text-red {
    color: #F44336;
}

.mdc-text-purple {
    color: #7430E7;
}

.mdc-text-orange {
    color: #FFA500;
}

.headlogo-an {
    animation: floating 2s infinite ease-in-out !important;
}

.footlogo-an {
    animation: floating 3.5s infinite ease-in-out !important;
}

@keyframes floating {
    50% {
        transform: translateY(-10px);
    }
}

.getdown {
    content: '';
    width: 80px;
    height: 80px;
    background-image: url(../images/getdown.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    text-align: center;
}

.goldrush {
    content: '';
    width: 80px;
    height: 80px;
    background-image: url(../images/goldrush.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    text-align: center;
}

.knockbackffa {
    content: '';
    width: 80px;
    height: 80px;
    background-image: url(../images/knockbackffa.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    text-align: center;
}

.thebridge {
    content: '';
    width: 80px;
    height: 80px;
    background-image: url(../images/thebridge.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    text-align: center;
}

.gungame {
    content: '';
    width: 80px;
    height: 80px;
    background-image: url(../images/gungame.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    text-align: center;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.navbar-nav>li {
    margin-left: 10px;
    margin-right: 10px;
}

.navbar-toggler-right-cont {
    justify-content: right !important;
}

.centering {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.navbar-collapse {
    justify-content: flex-end;
}

#slider-gal {
    margin: 40px;
    margin-left: 50px;
    margin-right: 50px;
}

.table {
    color: #fff;
}

.sidekick {
    position: relative;
    padding-left: 1em;
    border-left: 0.15em solid var(--bs-orange);
    font-size: 1em;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 40px;
}

.custom-rules {
    text-align: left;
    padding-left: 25px;
}

.rules-h3 {
    text-align: left;
}

.rules-h2 {
    margin-bottom: 30px;
}

.rules-div {
    margin-bottom: 10px;
}

.rules-list {
    text-align: left !important;
    padding-left: 45px;
}

.iframe-nabor {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    max-height: 70vh !important;
    height: 70vh !important;
    background-color: #3B3B3B !important;
}

.faq-h2 {
    font-size: 20px !important;
    margin-bottom: 50px;
}

.badge-pink {
    background-color: var(--bs-orange);
}

.badge-pink1 {
    background-color: var(--bs-pink);
}

.panel-group .panel {
    background-color: #272727;
    border: none;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 11px;
}

.panel .panel-heading {
    padding: 0;
    border-radius: 10px;
    border: none;
}

.panel-heading a {
    color: #ffffff !important;
    display: block;
    border: none;
    padding: 20px 35px 20px;
    font-size: 20px;
    background-color: transparent;
    font-weight: 600;
    position: relative;
    color: #fff;
    box-shadow: none;
    transition: all 0.1s ease 0;
}

.panel-heading a:after,
.panel-heading a.collapsed:after {
    content: "\f068";
    font-family: fontawesome;
    text-align: center;
    position: absolute;
    left: -20px;
    top: 10px;
    color: var(--bs-orange) !important;
    background-color: #303030;
    border: 5px solid #fd7d14ad;
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.panel-heading:hover a:after,
.panel-heading:hover a.collapsed:after {
    transform: rotate(360deg);
}

.panel-heading a.collapsed:after {
    content: "\f067";
}

#accordion .panel-body {
    background-color: #2b2b2b;
    color: #d3d3d3;
    line-height: 25px;
    padding: 10px 25px 20px 35px;
    border-top: none;
    font-size: 14px;
    position: relative;
}

.text-white {
    color: white;
    text-transform: uppercase;
}

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #Fff;
    top: 50%;
    animation: loader 2s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #333333;
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(180deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }
    25% {
        height: 0%;
    }
    50% {
        height: 100%;
    }
    75% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}

.row {
    justify-content: center;
}

.panel-body p {
    font-size: 20px;
}

.footer-list-div {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
}

.footer-list li {
    list-style-type: none;
    margin-bottom: 10px;
    font-size: 20px;
}

.footer-list a {
    color: orange;
}

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

.soc-footer a {
    padding: 20px;
    font-size: 30px;
    width: 60px;
    height: 60px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 80px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.soc-footer :hover {
    background-color: var(--bs-orange);
}

.fa:hover {
    opacity: 0.7;
}

.soc-facebook {
    background: #3B5998;
    color: white !important;
}

.soc-discord {
    background: #e95950;
    color: white;
}

.soc-discord {
    background: #5865f2;
    color: white;
}

.soc-tiktok {
    background: #000;
    color: white;
}

.slider-gal {
    width: 150vh;
}

.gal-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-hp-centering {
    padding-top: 45px;
}

#nabor .card {
    margin-top: 30px;
    border-radius: 15px;
    border: 0px;
    transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.336);
    height: 300px;
    background-color: #252525;
}

#nabor .card:hover {
    transform: scale(1.1);
}

#nabor .features-small-title{
    color: orange;
}

#nabor {
    background-color: #303030 !important;
    color: #fff !important;
}

#nabor p {
    font-weight: 600;
}

#nabor h1 {
    text-align: center;
    margin-bottom: 30px;
    color: orange;
}

#nabor h4 {
    padding-left: 4%;
}

#nabor ul {
    padding-left: 15%;
}

#nabor .card-body {
    padding: 2em 2em;
    text-align: center!important;
}

#nabor .card-body img {
    padding-bottom: 2em;
}

#nabor .card li::before {
    content: "\2022";
    color: orange;
    font-size: 22px;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
  }
#nabor .card ul {
    list-style: none;
    font-size: 15px;
  }

#faq {
    padding-top: 100px;
    padding-bottom: 200px;
}