@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300&display=swap');

a {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: none;
    color: white;
}

li {
    list-style-type: none;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: -webkit-gradient(linear, left top, right top, from(#fb6b00), to(#b80400));
    border: 0px none #000000;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: -webkit-gradient(linear, left top, right top, from(#fb6b00), to(#b80400));
}
::-webkit-scrollbar-thumb:active {
    /*background: #FFFF55;*/
    background: -webkit-gradient(linear, left top, right top, from(#fb6b00), to(#b80400));
}
::-webkit-scrollbar-track {
    background: #000000;
    border: 0px none #000000;
    border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
    background: #000000;
}
::-webkit-scrollbar-track:active {
    background: #000000;
}
::-webkit-scrollbar-corner {
    background: transparent;
}


body {
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
  margin: 0;
  padding: 0;
  height: 100%!important;
  background-color: #1f1f1f;
  color: black;
}

#body {
    background: linear-gradient(0deg, #1f1f1f 0%, #00000047 50%),url("../../assets/img/tlo.jpg") center / cover no-repeat;
}

.nav__logo__text {
  font-weight: 600;
}

.nav__shop {
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 5px 30px 0 rgb(0 0 0 / 12%);
}

.navbar-nav {
    align-items: center!important;
}

.nav_logo {
    width: 100px;
}

.nav-link {
    margin: 0 10px 0 10px;
    color: #ffffff!important;
}

.nav_shop_button {
    background-color: #00e7ff96;
    border-radius: 15px;
}

#top {
    margin-top: 50px;
    margin-bottom: 50px;
    color: white;
    text-align: center;
}

#top h2 {
    font-size: 17px;
    font-weight: bold;
}

#top .row {
    align-items: center!important;
}

#top .title {
    margin-bottom: 25px;
    font-size: 52px;
    font-weight: 900;
}

#top .top_button {
    background-color: #25b098b8;
    color: white;
    padding: 10px 25px 10px 25px;
}

#top .online {
    margin-top: 20px;
}

.fa-circle {
    color: #56ff00;
}

.fa-circle {
    animation: fa-circle 3s ease infinite;
}

@keyframes fa-circle {
    0% {
        transform: scale(0.5);
    }
    50% {
        transform: scale(0.7);
    }
    100% {
        transform: scale(0.5);
    }
}

#top .info_one {
    font-size: 50px;
    font-weight: 600;
}

#top .info_one p {
    font-size: 17px;
    color: #ff9c00;
}

#top .info_cl_two .info_two {
    font-size: 50px;
    font-weight: 600;
}

#top .info_cl_two p {
    font-size: 17px;
    color: #11cde5b0;
}

/*#regulamin  s*/
#top_regulamin {
    margin-top: 30px;
    margin-bottom: 50px;
}

#top_regulamin .row {
    justify-content: center!important;
}

#top_regulamin .button_regulamin_1 {
    background-color: #f0e3008a;
    margin: 10px 10px 10px 10px;
}

#top_regulamin .button_regulamin_2 {
    background-color: #f0e3008a;
    margin: 10px 10px 10px 10px;
}

#top_regulamin .button_regulamin_3 {
    background-color: #f0e3008a;
    margin: 10px 10px 10px 10px;
}

#top_regulamin .button_regulamin_4 {
    background-color: #f0e3008a;
    margin: 10px 10px 10px 10px;
}
/*regulamin k*/


#main {
    margin-bottom: 25px;
}

#main .row {
    align-items: center!important;
}

#main .title {
    border-bottom: 1px solid #e9920c !important;
    max-width: 300px;
    margin: 25px 0px;
    margin-bottom: 35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#main .title h1 {
    color: white;
    font-weight: 900;
    font-style: italic;
}

#main p {
    font-size: 25px;
    color: #ffffff7d;
}

/*#main_regulamin s*/

#main_regulamin {

}

#main_regulamin .title{
    border-bottom: 1px solid #e9920c !important;
    max-width: 300px;
    margin: 25px 0px;
    margin-bottom: 35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#main_regulamin .title h1 {
    font-weight: 900;
    font-size: 45px;
    color: white;
    text-align: center;
}

#main_regulamin .regulamin h1 {
    font-weight: 700;
    font-size: 28px;
    color: #e9920c;
}

#main_regulamin .regulamin p {
    margin-bottom: 2px;
    color: #cacaca;
    font-size: 15px;
    font-weight: bold;

}

#main_regulamin .regulamin .reg1{
    border-left: 3px solid #e9920c;
    padding: 10px;
    padding-left: 20px;
    margin: 40px 0;
}

#main_regulamin .regulamin .reg2{
    border-left: 3px solid #e9920c;
    padding: 10px;
    padding-left: 20px;
    margin: 40px 0;
}

#main_regulamin .regulamin .reg3{
    border-left: 3px solid #e9920c;
    padding: 10px;
    padding-left: 20px;
    margin: 40px 0;
}

#main_regulamin .regulamin .reg4{
    border-left: 3px solid #e9920c;
    padding: 10px;
    padding-left: 20px;
    margin: 40px 0;
}
/*#main_regulamin k*/

footer  {
    box-shadow: 0 -2px 5px 0 rgb(0 0 0 / 16%), 0 5px 30px 0 rgb(0 0 0 / 12%);
    border-radius: 5px;
    text-align: center;
}

footer .container {
    margin-top: 15px;
}

footer .row {
    align-items: center!important;
}

footer .footer_one h1 {
    font-size: 30px;
    font-weight: 700;
    color: white;
}

footer .footer_one h2 {
    font-size: 15px;
    line-height: normal;
    color: gray;
}

footer .footer_two p {
    font-size: 12px;
    margin-top: 10px;
    color: white;
}

footer .footer_two h1 {
    color: #ff822f;
    font-size: 37px;
    font-weight: 900;
}

footer .footer_two h2 {
    font-size: 15px;
    color: #fff3cd;
}

footer .footer_twoo {
    display: flex;
    justify-content: center!important;
}

footer .footer_twoo .footer_logo {
    width: 80px;
}

footer .footer_tree h1 {
    color: white;
    font-size: 37px;
    font-weight: 900;
}

footer .footer_tree li a {
    color: gray;
}

footer .footer_icon {
    margin-top: 10px;
    margin-bottom: 20px;
}

footer .footer_icon .discord_color {
    color: #7289da;
    margin-left: 10px;
    margin-right: 10px;
}

footer .footer_icon .facebook_color {
    color: #4258a6;
    margin-left: 10px;
    margin-right: 10px;
}

footer .footer_icon .mail_color {
    color: #cf3a3a;
    margin-right: 10px;
    margin-left: 10px;
}