body {
    background: url(../../../images/zaket/bg.png);
    background-color: #141519;
    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: #f9f9f9;
}


header {
    border-bottom: 1px solid #070c16;
}

.topnav {
    height: 90px;
    position: relative;
}

.bottomnav {
    height: 48px;
    /* background: url(../../../images/zaket/bottomnav.png); */
    background-position: center;
    background: #1d1e22;
}

.topnav {
    height: 105px;
    /* background: url(../../../images/zaket/topnav.png); */
    position: relative;
    background-position: center;
    background-color: #141519;
    padding-top: 10px;
    border-bottom: 2px solid #ffffff0a;
    /* background-image: linear-gradient(180deg, #181818, #000000); */
}

.left-topnav {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: flex-start;
    margin-right: 190px;
}

input.search-textbox {
    background: #121317;
    border: 1px solid #181818;
    padding: 15px 20px 15px 15px;
    color: #50586c;
    border-radius: 3px;
    outline: 0;
    position: relative;
    width: -webkit-fill-available;
}


fieldset#search {
    position: relative;
}

button.cSearchSubmit {
    background: #09090a;
    border: none;
    position: absolute;
    right: 6px;
    padding: 10px 10px;
    top: 6px;
    color: #ffffff;
}
::-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: 87%;
    height: 5px;
    bottom: 0px;
    background: #446696;
    border-radius: 10px 10px 0px 0px;
    margin: auto;
    left: 3%;
    right: 3%;
    z-index: 9999999999999;
}

.login-form2 {
    display: none;
    position: absolute;
    padding: 20px;
    margin-top: 30px;
    background: #141125;
    border-radius: 4px;
    box-shadow: none;
    z-index: 55;
    color: #fff;
    border: 1px solid #44669633;
    right: 0;
    width: 230px;
    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: 20px;
}
.left-bottomnav a {
    color: #fff;
    padding: 14px 10px;
    text-transform: uppercase;
    font-size: 13px;
    text-shadow: none;
    color: #d5d5d5;
    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;
}

#animate-area {
    background-image: url(https://i.imgur.com/Nnzw3On.jpg);
    background-repeat: repeat-x;
    animation: animatedBackground 30s linear infinite alternate;
}







@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}



a.icon-sociale {
    color: #fff;
    padding: 6px 6px;
    box-sizing: border-box;
    max-width: 30px;
    min-width: 27px;
    border-radius: 3px;
    border: 1px solid #2c2c2c;
}
a.icon-sociale.fb {  padding: 6px 8px;} 
.fb { background: #0073ff;   } 
.steam {
    background: #1c1c1c;
}
.yt { background: #ff0000; }
a.icon-sociale:hover { opacity:0.5;}


swiper-container {
      width: 100%;
      height: 100%;
    }

    swiper-slide {

    height: 350px;
  
		
    }

    swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }





.slider-top {
    background: url(../../../images/zaket/Nnzw3On.png);
    /* background-repeat: no-repeat; */
    /* background-position: bottom right; */
    max-width: -webkit-fill-available;
    background-size: cover;
    /* background-position-y: 21%; */
    /* mix-blend-mode: luminosity; */
    border-bottom: 1px solid #1c1b1b;
}



swiper-slide {
    height: 350px;
    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: #5138ee;
    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;
}
		
.s-media {
    color: #ffffffc4;
    margin: 10px;
    font-size: 17px;
}

.social-media-icons {
    display: none;
	/* display: flex; */
    flex-direction: column;
    float: right;
    margin-top: -18%;
    position: relative;
    align-content: center;
    z-index: 2;
    align-items: center;
}



 /*

.button-left-setting {
    position: sticky;
    top: 50%;
    background: #ffffff2b;
    width: 10px;
    padding: 15px 5px;
    border-radius: 0 5px 5px 0;
    color: #ffffff8f;
    cursor: pointer;
}

 */
















/* Butonul care activează meniul */
.button-left-setting {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #34323c;
  width: 10px;
  padding: 15px 5px;
  border-radius: 0 5px 5px 0;
  color: #ffffff8f;
  cursor: pointer;
  z-index: 1003;
  transition: left 0.3s ease;
}

/* Poziție mutată când meniul e deschis */
.button-left-setting.open {
  left: 250px; /* Exact cât width-ul meniului */
}

/* Meniul lateral */
.side-menu {
    position: fixed;
    top: 0;
    left: -290px;
    width: 210px;
    height: 100vh;
    background-color: #34323c;
    color: white;
    padding: 20px;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.5);
    transition: left 0.3s ease;
    z-index: 1002;
}

.side-menu.open {
  left: 0;
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}


span.liczba-wiado-folder {
    position: relative;
    font-size: 10px;
    background: #5138ee;
    color: #fff;
    padding: 1px 5px;
    border-radius: 50px;
    right: 5px;
    top: -10px;
    text-shadow: 0px 0px 2px #5138ee;
    margin-right: -13px;
}
		
		