


/* ====== TELEFON ====== */

@media (max-width: 767px) {

    .badge-container {
        grid-template-columns: 1fr;
    }

    .badgee {
        flex-direction: column;
        text-align: center;
    }

}






	
	
	h1,h2,p
	{
	        font-family: 'Press Start 2P', monospace;

	}


	.nav-item {
        font-family: 'Press Start 2P', monospace;
        text-transform: uppercase;
		letter-spacing: 0.35em;
      }
	  
	  body
	  {
		background-color: black;
		background-image: url('./gfx/dotts.jpg');
		background-repeat: repeat-x;
	  }
	  
	  
	  .divider {
  width: 1px;
  background: rgba(255,255,255,.3);
  margin: 0 1rem;
}

.darkgray
{
	background-color: black;
	color: white;

}
.wa-float2 {
    position: fixed;
    right: 25px;
    bottom: 25px;
    background: #25D366;
    color: white;
    padding: 14px 18px;
    border-radius: 40px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,.4);
}


.wa-box {
    max-width: 480px;
    margin: 10px auto;
    padding: 25px;
    background: #0c0c0c;
    border: 1px solid #2f2f2f;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0,0,0,.6);
}

.wa-box input,
.wa-box textarea,
.wa-box select {
    width: 100%;
    margin: 8px 0;
    padding: 12px;
    background: black;
    color: white;
    border: 1px solid #444;
    border-radius: 6px;
    font-family: 'Press Start 2P', monospace;
    font-size: 12px;
}



.wa-box a {
    width: 100%;
    margin: 8px 0;
    padding: 22px;
    color: white;
    font-family: 'Press Start 2P', monospace;
    font-size: 16px;
}




.wa-box textarea {
    height: 120px;
    resize: vertical;
}

.wa-box button {
    margin-top: 12px;
    padding: 14px;
    background: #25D366;
    border: none;
    color: black;
    font-weight: bold;
    cursor: pointer;
    border-radius: 8px;
}

.wa-box button:hover {
    transform: scale(1.05);
}


/* =========================================
   FACEBOOK EVENT BUTTON
   ========================================= */

.fb-event {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 16px 28px;

	border-radius: 14px;
	text-decoration: none;
	color: white;

	font-family: 'Press Start 2P', monospace;
	font-size: 0.8rem;
	letter-spacing: .12em;

	background:
		linear-gradient(145deg,#1877f2,#0a4fb3);

	box-shadow:
		0 0 0 2px rgba(255,255,255,.15) inset,
		0 10px 25px rgba(0,0,0,.6),
		0 0 25px rgba(24,119,242,.45);

	transition:
		transform .25s ease,
		box-shadow .25s ease,
		filter .25s ease;
}

/* ikonka */
.fb-event svg {
	width: 28px;
	height: 28px;
	filter: drop-shadow(0 0 6px rgba(255,255,255,.4));
}

/* hover */
.fb-event:hover {
	transform: translateY(-4px) scale(1.03);
	filter: brightness(1.15);

	box-shadow:
		0 0 0 2px rgba(255,255,255,.25) inset,
		0 15px 35px rgba(0,0,0,.8),
		0 0 45px rgba(24,119,242,.75);
}

/* mała wersja mobilna */
@media (max-width:600px){
	.fb-event {
		font-size:0.6rem;
		padding:12px 18px;
	}
}














