html, body {
  height: auto;       /* lub 100%, ale bez overflow: hidden */
  overflow-y: auto;   /* włącz przewijanie pionowe */
}

body {
background: #111111;
color: white;
overflow: auto;
scrollbar-height: none;
font-family: 'Poppins', sans-serif;


}


body::-webkit-scrollbar {
  display: none; /* Chrome, Edge, Safari */
}













.overlays {
margin-top: -8px;
margin-left: -10px;
z-index: 10000;
position: fixed;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
height: 50px;
 background: black;
}
section {
max-width: 1400px;
width: 100%;
}
.countdown-damn {
    font-size: 16px;
    text-shadow: 5px 5px 4px rgba(15, 150, 163, 0.3);
}
.Main {
    font-size: 16px;
    text-shadow: 5px 5px 4px rgba(15, 150, 163, 0.3);
}




.form {
display: flex;
align-items: center;
justify-content: space-between;
}
.icons-buyers {
    margin-right: -20px;
    top: 7.2vh;
    left: 74%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
}
.icons-buyers ul {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.icons-buyers i {
    position: relative;
    font-size: 30px;
    width: 45px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 10%;
    cursor: pointer;
    transition: all 0.5s;
}
.icons-buyers i:hover {
    color: black;
    background: white;
}




.responsive {
margin-top: 43px;
margin-left: -10px;
z-index: 1000;
position: fixed;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 75px;
 background: radial-gradient(circle at top left, #1c1e22 0%, #2a2c35 100%);

}
.overlay {
max-width: 1400px;
width: 100%;
margin: 0 auto;
}
.menu-medium {
display: flex;
align-items: center;
justify-content: space-between;
}

img {
border-radius: 40px;

}



.search {
display: flex;
align-items: center;
width: max-content;
    box-shadow: 0 0 4px rgb(197, 194, 194);
    border: 2.5px solid white;

border-radius: 10px;
padding: 10px;
transition: all 0.2s;
color: white;
}

.search:focus-within {
    border: 1px solid 1px solid white;
    box-shadow: 0 0 0px rgb(197, 194, 194);
}
.search-input::placeholder,
.search-icon {
    color: white;
}

.search-input {
font-size: 16px;
font-family: 'Lexend', sans-serif;
color: white;
margin-left: var(--padding);
outline: none;
border: none;
background: transparent;
width: 740px;
margin-left: 10px;
height: 30px;

}


.values {
font-weight: bold;
display: flex;
}
.values .PL {
font-size: 30px;
margin-right: 15px;
cursor: pointer;
}
.values .EN {
font-size: 30px;
cursor: pointer;

}



.logo a {
text-decoration: none;
font-size: 50px;
font-weight: bold;
color: white;
}

.fab {
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 20px;
    margin-right: 20px;
    padding: 0.3px;
    position: relative;
    display: inline-block;
    border: 2px solid black;
    width: 30px;
    height: 30px;
    transition: all 0.5s;
    border-radius: 10px;
}
.fab::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    border-radius: 10px;
}

.fab:hover {
    color: black;
}
.fab:hover::before {
    background: white;
}
.lines-ase-4 {
    position: fixed; 
    top: 49px;  
    left: 50%; 
    width: 100%; 
    transform: translateX(-50%); 
    height: 1px;  
    background-color: #e1dfdf;
    z-index: 100000;  
}
.lines-ase-1 {
    position: fixed; 
    top: 125px;  
    left: 50%; 
    width: 100%; 
    transform: translateX(-50%); 
    height: 1px;  
    background-color: #e1dfdf;
    z-index: 10000000;  
}































































































































.logos {
width: 250px;
}

.logos p:hover {
color: rgb(224, 223, 223);}

.logos img {
transition: all 0.3s ease ;}


.logos:hover  img { 
transform: scale(1.05);
}

.layout-text-sigma-komp {
color: purple;
}
.layout-text-sigma-komp:hover {
color: black;
}
.img-layout {
transition: all 0.3s;
}

.img-layout:hover {
transform: scale(1.1)
}

.box-img {
transition: all 0.9s;
}

.box-img:hover {
transform: rotateX(360deg); 
}







.h2-layout {
color: purple;
}
.logos a {
color: white;
}

.h2-layout:hover {
color:black;
}

.pipi {
color: purple;
}
.pipi:hover{
color: black;
}

  .logos {
    margin-top: 50px;
    padding: 20px;
    border-radius: 10px;
    transition: all 0.3s;
    width: 100%;
    cursor: pointer;
    background: radial-gradient(circle at top left, #0b0c10 0%, #1a1c25 100%);


   
    border: 2px solid transparent;
    box-sizing: border-box;
  }
  .logos .logos-text {
    text-align: left;
  }
  .logos .p-nickame-offerts {
    margin-top: 15px;
    position: relative;
    cursor: pointer;

  }
  .logos:hover {
    border: 2px solid white;
 background-color: #363954;
  }
  
  
  .logos img {
    width: 200px; 
    height: auto;
    border-radius: 10px;
    cursor: pointer;
  }
  
  .logos .p-offerts {
    font-size: 15px;
    margin-top: 10px;
  }
  .box-img {
    margin-left: -35px;
    width: 180px;
    height: 90px;
  }
  .damn-container {
    display: flex;
    margin-top: -20px;
    z-index: 10;
    
  }
  .text-container {
    margin-top: 20px;
  }
  .line-layout {
    position: absolute;
    width: 300px;
    z-index: 100;
    height: 2px;
    border-bottom: 2px solid #cbcaca; 
    margin-top: 125px;
    margin-left: 20px;
  }
  .sigma-layou-h1 {
    margin-top: 35px;
    font-size: 25px; 
    cursor: pointer;
  }
  .img-layout {
    width: 200px;
    height: 150px;
    position: absolute;
    background: black;
    z-index: 100;
    margin-top: 80px;
  }
  .image-layout-komp {
    margin-top: 10px;
    justify-content: center;
    display: flex;
  }
  .skibidi-sigma-ohio-rizz {
    position: absolute;
    z-index: 100;

    font-weight: bold;
    margin-top: 255px;
    border: 1px solid purple;
    padding: 4px 4px 4px 4px;
    width: 35%;
    color: purple;
    font-size: 12px;
    border-radius: 5px;
  }
  .layout-text-sigma-komp {
    font-size: 25px;
    margin-top: 285px;
    position: absolute;
    z-index: 100;
  }



  .p-offerts-layout {
    position: absolute;
    z-index: 100;
    font-weight: bold;
    margin-top: 405px;
    width: 43%;
    color: purple;
    font-size:23px;
    border-radius: 5px;
  }
.p-offerts-layout:hover {
color: black;
}

  .main-container {
    padding: 20px;
    border-radius: 10px;
    height: auto; 
    margin-top: 0px; 
    cursor: pointer;
  }
  .main-container {
    position: relative;
    width: 380px;
    height: 610px; 
    background: black;
    border-radius: 8px;
    overflow: hidden;
}

  .main-container::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: linear-gradient(0deg, #ca45ff, #e945ff, transparent, transparent);
    z-index: 1;
    transform-origin: center;
    animation: animate 5s linear infinite;
}
@keyframes animate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.main-container form {
    position: absolute;
    inset: 4px;
    background: rgb(248, 248, 248);
    padding: 50px 40px;
    border-radius: 10px;
    z-index: 2; 
    display: flex;
    flex-direction: column;
}




.dalej {
height: auto;
margin-top: 130px;
margin-left: 20px;
width: 90%;
}




































































































@media (max-width: 482px) {
html, body {
    overflow-x: hidden;
}

    * {
  box-sizing: border-box;
  max-width: 100vw;
}
    body {
    overflow-x: hidden;
    width: 100%;
    
    
    
    margin: 0;
    padding: 0;    }

    section {
        position: relative; /* fixed nie zawsze dobrze działa na małych ekranach */
        display: flex;
        padding: 10px 0;
        margin-top: 0;
    }


    .menu-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .menu-top .ValutesLeanguage .text-valutes,
    .menu-top .ValutesLeanguage .text-leanguage {
        font-size: 18px; /* dopasowanie do telefonu */
        margin-right: 10px;
    }

    .fab {
        width: 25px;
        height: 25px;
        font-size: 16px;
        padding: 10px;
    }

    .countdown-damn {
        font-size: 14px;
        text-shadow: 3px 3px 3px rgba(15, 150, 163, 0.3);
    }

    .container-max,
    .section-container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 10px; /* margines od krawędzi telefonu */
    }

}


















































































@media (max-width: 480px) {
    body {
    overflow-x: hidden;
    width: 100%;
    
    
    
    margin: 0;
    padding: 0;    }
    .responsive {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 10px;
	flex-direction: column;
        z-index: 100000;
	left: 5%;
    } 
    .overlay {
        position: relative;
        flex-direction: column;
        margin: 0 auto;
    }
    .logo a {
	position: absolute;
	top: -120%;
	right: 5%;
       font-size: 35px;
    }
    .search {
	width: 340px;
	position: absolute;
	right: -138%;
	top: -10%;
    }
    .search-input {
        width: 260px;
    }
        .overlay {
        position: relative;
        flex-direction: column;
        margin: 0 auto;
    }

    .menu-medium {
	 position: absolute;

        z-index: 100000;
        flex-direction: column;
        align-items: flex-start;
	grid-template-columns: repeat(1, 1fr); 
        grid-template-rows: repeat(2, auto);  

	width: 150px;
	left: -5%;

    }
    section {
    display: none;
    }
    
    .icons-buyers ul  {
	position: absolute;	
	right: -137%;
	top: -115%;
	gap: 15px;

    }
    .icons-buyers i {
	font-size: 23px;
	border: 2px solid white;
    }
    .lines-ase-1 {
	top: 115px;
}






}





/* RESPONSYWNOŚĆ NA TELEFONY */
@media (max-width: 481px) {






    .responsive {
	margin-left:-19px;
       margin-top: -10px;
	height: 125px;
}
    .main-container {
	width: 320px;
	margin-left: 22px;
	}
     .menino ul li a {
	display: flex;
	z-index: 100000;
	font-size: 14px;	
}
     .menino ul {
	margin-left: 20px;
}
    .main-container {
	width: 320px;
	margin-left: 22px;
	}
@media (max-width: 480px) {
.logos {
width: 100%;

}
.logos img {
width: 250px;
height: 25%;
}
.dalej {
height: auto;
margin-top: 130px;
margin-left: 20px;
width: 90%;
}
}