body {
    background: url(../../../images/centrumcs/bg.png);
    background-color: #020209;
    background-repeat: no-repeat;
    color: #f7f7f7;
    line-height: 1.8;
	text-align:left;
    margin: 0;
    font-size: 13px;
    font-family: "Rajdhani", sans-serif;
    overflow-y: scroll;
    background-position: top center;
    background-size: 1920px 770px;
	    color: #657087;
}
header {
    border-bottom: 1px solid #070c16;
}

.topnav {
    height: 90px;
    position: relative;
}

.bottomnav {
    height: 48px;
    background: url(../../../images/centrumcs/bottomnav.png);
    background-position: center;
}

.topnav {
    height: 120px;
    background: url(../../../images/centrumcs/topnav.png);
    position: relative;
    background-position: center;
}

.left-topnav {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: flex-start;
}

input.search-textbox {
    background: none;
    border: 1px solid #0d131f;
    padding: 15px 20px 15px 40px;
    color: #50586c;
    border-radius: 3px;
    outline: 0;
    position: relative;
}
fieldset#search {
    position: relative;
}

button.cSearchSubmit {
    background: none;
    border: none;
    position: absolute;
    left: 6px;
    padding: 10px 10px;
    top: 6px;
    color: #424b5d;
}
::-webkit-input-placeholder { /* Edge */
    color: #424b5d;
  }

  :-ms-input-placeholder { /* Internet Explorer 10-11 */
     color: #424b5d;
  }

  ::placeholder {
       color: #424b5d;
  }

.topnav-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.right-topnav {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    gap: 10px;
}
a.icon-topnav {
    padding: 10px;
    color: #fff;
    font-size: 16px;
}
img.enmenu-img {
    width: 37px;
    height: 37px;
    border-radius: 3000px;
}
span.nick-topnav {
    color: #fff;
    font-weight: bold;
	cursor:pointer;
}

.login-container1{
  position: relative;
}
.login-container2{
  position: relative;
}
element.style {
}
.open1 {
    @include animation(slide 1s): ;
    display: block;
}

.login-form1::after {
    content: "";
    content: '';
    position: absolute;
    width: 94%;
    height: 4px;
    bottom: 0px;
    background: #446696;
    border-bottom-left-radius: 62px;
    border-bottom-right-radius: 40px;
    margin: auto;
    left: 3%;
    right: 3%;
	z-index: 9999999999999;
}

.login-form1 {
    display: none;
    position: absolute;
    padding: 20px;
    margin-top: 20px;
    background: #050912;
    border-radius: 4px;
    box-shadow: none;
    z-index: 55;
    color: #fff;
    border-bottom: #3db2bf;
    right: 160px;
    width: 250px;
    font-weight: 200;
}
@include keyframes(slide) {
  0% {
    opacity: 0;
    @include transform(translateY(20px));
  }
  100% {
    opacity: 1;
    @include transform(translateY(0));
  }
}

.open1 {
  @include animation(slide 1s);
  display: block;
}	






element.style {
}
.open2 {
    @include animation(slide 1s): ;
    display: block;
}

.login-form2::after {
    content: "";
    content: '';
    position: absolute;
    width: 94%;
    height: 4px;
    bottom: 0px;
    background: #446696;
    border-bottom-left-radius: 62px;
    border-bottom-right-radius: 40px;
    margin: auto;
    left: 3%;
    right: 3%;
	z-index: 9999999999999;
}

.login-form2 {
    display: none;
    position: absolute;
    padding: 20px;
    margin-top: 20px;
    background: #050912;
    border-radius: 4px;
    box-shadow: none;
    z-index: 55;
    color: #fff;
    border-bottom: #3db2bf;
    right: 0;
    width: 200px;
    font-weight: 200;
}
@include keyframes(slide) {
  0% {
    opacity: 0;
    @include transform(translateY(20px));
  }
  100% {
    opacity: 1;
    @include transform(translateY(0));
  }
}

.open2 {
  @include animation(slide 1s);
  display: block;
}	

.przywitanie-kayka {
    display: block;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
}
a.x {
    display: block;
    padding: 10px 0px;
    border-bottom: 1px solid #080e1c;
    color: #fff;
    font-weight: 400;
}
a.xe { 
	    display: block;
    padding: 10px 0px;
    color: #fff;
    font-weight: 400;
}

span#login-button1 {
    color: #fff;
    padding: 10px 15px;
    /* background: #121a2a; */
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}
span#login-button1:hover {opacity:0.8;}

a.register {
    color: #02020a;
    background: #137dae;
    padding: 10px 15px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0px 0px 5px #208eb3;
}

a.register:hover {opacity:0.7;}

input#quick_login_username {
    display: block;
    margin: 10px 0px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    background: #070c15;
    border: 2px solid #0a1729;
}

input#quick_login_password {
    display: block;
    margin: 10px 0px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    background: #070c15;
    border: 2px solid #0a1729;
}
button, input.button {
    padding: 3px 8px;
    cursor: pointer;
    font-size: 13px;
    background: #137dae;
    border: none;
    color: #fff;
    outline: 0;
    padding: 10px 20px;
    border-radius: 3px;
}

input.textbox {
    background: #ffffff;
    color: #424b5d;
    border: 1px solid #ccc;
    padding: 3px;
    outline: 0;
    font-size: 13px;
}

.left-bottomnav {
    display: flex;
    gap: 10px;
    height: 50px;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0px;
}
.left-bottomnav a {
    color: #fff;
    padding: 14px 10px;
    text-transform: uppercase;
    font-size: 13px;
    text-shadow: none;
    color: #50586c;
    font-weight: bold;
    letter-spacing: 0;
}
.left-bottomnav a:hover { color:#fff;} 

.bottomnavv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.right-bottomnav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}



/* Uniwersalne style dla ikon */
a.icon-sociale {
    color: #fff;
    padding: 6px 6px;
    box-sizing: border-box;
    max-width: 24px;
    min-width: 25px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

/* Discord Icon */
.discord {
    background: #5865F2; /* Oficjalny kolor Discorda */
}

/* Connection to Server Icon */
.connect {
    background: #00a341; /* Kolor łączenia się z serwerem */
}

/* Shop/Itemshop Icon */
.shop {
    background: #ed9200; /* Kolor dla sklepu */
}

/* Efekt hover dla wszystkich ikon */
a.icon-sociale:hover {
    opacity: 0.8; /* Ikony stają się lekko przyciemnione */
}



swiper-container {
      width: 100%;
      height: 100%;
    }

    swiper-slide {

    height: 555px;
  
		
    }

    swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


.slider-top {
    background: url(../../../images/centrumcs/header_1.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    max-width: 1920px;
    margin: auto auto;
}

swiper-slide {
    height: 555px;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    align-items: center;
}
.content-slidy {
    width: 50%;    color: #ffffff;
}
h1.title-slider {
    font-size: 50px;
    margin: 0;
    padding: 0;
}
p.text-slider {
    font-size: 17px;
    margin: 0;
    padding: 0;
}
a.button-slider {
    background: hsl(198.31deg 78.57% 38.43%);
    padding: 15px 25px;
    display: inline-block;
    margin: 10px 0px;
    color: hsl(240deg 66.67% 2.35%);
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 1s;    box-shadow: 0px 1px 6px #1580af;
}
a.button-slider:hover {opacity:0.5;}
.position-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}
img.logotyp {
    margin-left: -27px;
}
#post-container { width:!00%;} 

i.fa-regular.fa-circle-info {
    color: #657087;
}
		