* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}

:root {
	--primary-color: #24242b;
	--secondary-color: #abc121;
	--tertiary-color: #e7e7e7;
	--font-color: #24242b;
	--bg-color: #f3f3f3;
	--bg-cookie: #24242b;
	--bg-card: url(../img/ofertabg.jpg);
	--bg-blog: url(../img/ofertabg_black.png);
	--bg-oferta: url(../img/ofertabg.jpg);
	--logo: url(../img/logofanatycy_gold.png);
	--logo_v2: url(../img/logofanatycy_gold_v2.png);
	--heading-color: #24242b;
}

html[data-theme="dark"] {
	--primary-color: #f3f3f3;
	--secondary-color: #1f1f20;
	--tertiary-color: #27272d;
	--font-color: #d8d8f6;
	--bg-color: #242424;
	--bg-cookie: #f3f3f3;
	--bg-card: url(../img/ofertabg_gold.png);
	--bg-blog: url(../img/ofertabg.jpg);
	--bg-oferta: #242424;
	--logo: url(../img/logo2.png);
	--heading-color: #f3f3f3;
}

body {
	font-family: "Outfit", sans-serif;
	font-size: 1.6rem;
	background-color: var(--bg-color);
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 40px;
}

a {
	text-decoration: none;
	color: #28282b;
}

a:active,
a:hover {
	color: #cbae7d;
}
/*
section {
	margin-top: 100px;
}

/*

a:active,
a:hover {
	color: #cbae7d;
}

a:link,
li a:visited {
	text-decoration: none;
}

.heading {
	color: #383330;
}

.heading-long {
	border-bottom: 3px solid #ddd;
	line-height: 3px;
	margin-bottom: 50px;
	margin-top: 50px;
}

.heading-long span {
	background: #eee;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 900;
	color: #abc121;
}

.heading-shadow {
	font-size: 220%;
	position: relative;
	color: var(--primary-color);
}

.heading-shadow-flota {
	font-size: 220%;
	position: relative;
	top: -60px;
	color: #fff;
}

/* =========================
   WYDARZENIA
   ========================= */

#wydarzenia {
	position: relative;
	background:
		radial-gradient(
			circle at top center,
			rgba(203, 174, 125, 0.12),
			transparent 32%
		),
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, #2b2b2b, #1d1d1d 55%, #161616);
	overflow: hidden;
}

#wydarzenia::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.08;
	background-image:
		linear-gradient(
			30deg,
			transparent 24%,
			rgba(255, 255, 255, 0.06) 25%,
			rgba(255, 255, 255, 0.06) 26%,
			transparent 27%,
			transparent 74%,
			rgba(255, 255, 255, 0.06) 75%,
			rgba(255, 255, 255, 0.06) 76%,
			transparent 77%
		),
		linear-gradient(
			-30deg,
			transparent 24%,
			rgba(255, 255, 255, 0.04) 25%,
			rgba(255, 255, 255, 0.04) 26%,
			transparent 27%,
			transparent 74%,
			rgba(255, 255, 255, 0.04) 75%,
			rgba(255, 255, 255, 0.04) 76%,
			transparent 77%
		);
	background-size: 22px 22px;
}

.events-wrap {
	position: relative;
	z-index: 2;
}

.events-section-tag {
	width: fit-content;
	margin: 0 auto -18px;
	position: relative;
	z-index: 3;
	padding: 14px 28px;
	border-radius: 16px;
	background: linear-gradient(180deg, #cbae7d, #a38c65);
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-weight: 800;
	font-size: 15px;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

.events-board {
	position: relative;
	min-height: 520px;
	border-radius: 26px;
	overflow: hidden;
	box-shadow: 0 24px 50px rgba(0, 0, 0, 0.38);
	background:
		linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.82)),
		url("./img/tlo-kibice.jpg") center / cover;
	border: 1px solid rgba(255, 255, 255, 0.06);
	padding: 74px 40px 34px;
	isolation: isolate;
}

.events-board::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at center, transparent 40%, rgba(0, 0, 0, 0.3) 100%),
		linear-gradient(
			90deg,
			rgba(0, 0, 0, 0.25),
			rgba(0, 0, 0, 0.05) 46%,
			rgba(0, 0, 0, 0.25)
		);
	z-index: -1;
}

.events-grid {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 34px;
	align-items: stretch;
	height: 100%;
}

.events-card {
	position: relative;
	border-radius: 22px;
	padding: 28px 28px 24px;
	background: linear-gradient(
		180deg,
		rgba(11, 11, 11, 0.74),
		rgba(11, 11, 11, 0.86)
	);
	border: 1px solid rgba(203, 174, 125, 0.18);
	backdrop-filter: blur(6px);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.events-card--assoc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	overflow: hidden;
}

.events-card--assoc::before {
	content: "";
	position: absolute;
	inset: -30% auto auto -20%;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background: radial-gradient(
		circle,
		rgba(203, 174, 125, 0.22),
		transparent 70%
	);
	filter: blur(10px);
}

.events-assoc-image {
	width: 100%;
	max-width: 420px;
	height: 210px;
	margin: 0 auto 24px;
	border-radius: 18px;
	overflow: hidden;
	position: relative;
	border: 1px solid rgba(203, 174, 125, 0.22);
	box-shadow:
		0 18px 34px rgba(0, 0, 0, 0.34),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
}

.events-assoc-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 30%),
		linear-gradient(0deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.08));
	pointer-events: none;
}

.events-assoc-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* =========================
   PLACEHOLDER WYDARZENIA
   ========================= */

.events-placeholder {
	width: 100%;
	max-width: 420px;
	height: 200px;
	margin: 0 auto 24px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;

	border-radius: 18px;

	background: linear-gradient(
		180deg,
		rgba(203, 174, 125, 0.12),
		rgba(163, 140, 101, 0.06)
	);

	border: 1px dashed rgba(203, 174, 125, 0.35);

	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 10px 28px rgba(0, 0, 0, 0.25);
}

.events-placeholder-icon {
	font-size: 42px;
	opacity: 0.8;
}

.events-placeholder-text {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #d4c6a7;
}

.events-placeholder {
	width: 100%;
	max-width: 420px;
	height: 200px;

	margin: 0 auto 24px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	gap: 12px;

	border-radius: 18px;

	background: linear-gradient(
		180deg,
		rgba(203, 174, 125, 0.1),
		rgba(163, 140, 101, 0.05)
	);

	border: 1px dashed rgba(203, 174, 125, 0.35);

	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 10px 28px rgba(0, 0, 0, 0.25);
}

/* placeholder obrazek */

.events-placeholder-img {
	max-width: 120px;
	height: auto;
	opacity: 0.9;
}

/* tekst */

.events-placeholder-text {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #d4c6a7;
}

/* =========================
   OBRAZEK WYDARZENIA
   ========================= */

.events-assoc-image {
	width: 100%;
	max-width: 420px;
	height: 200px;
	margin: 0 auto 24px;

	border-radius: 18px;
	overflow: hidden;

	border: 1px solid rgba(203, 174, 125, 0.22);

	box-shadow:
		0 18px 34px rgba(0, 0, 0, 0.34),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);

	background: rgba(255, 255, 255, 0.04);

	position: relative;
}

.events-assoc-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.events-assoc-image::after {
	content: "";
	position: absolute;
	inset: 0;

	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 40%),
		linear-gradient(0deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.08));

	pointer-events: none;
}

.events-coin {
	width: 150px;
	aspect-ratio: 1;
	margin: 0 auto 24px;
	border-radius: 50%;
	position: relative;
	background: radial-gradient(
		circle at 35% 25%,
		#efe2c3 0%,
		#e0cfab 14%,
		#cbae7d 38%,
		#a38c65 72%,
		#866d49 100%
	);
	box-shadow:
		inset 0 3px 4px rgba(255, 255, 255, 0.38),
		inset 0 -8px 14px rgba(58, 44, 21, 0.45),
		0 0 30px rgba(203, 174, 125, 0.16);
	border: 3px solid rgba(241, 223, 188, 0.45);
}

.events-coin::before,
.events-coin::after {
	content: "";
	position: absolute;
	inset: 9px;
	border-radius: 50%;
	border: 1px solid rgba(92, 75, 42, 0.38);
}

.events-coin::after {
	inset: 18px;
	opacity: 0.45;
	border-color: rgba(255, 243, 218, 0.35);
}

.events-coin-mark {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	text-align: center;
	font-weight: 900;
	color: rgba(76, 55, 21, 0.72);
	text-transform: uppercase;
	line-height: 0.95;
	letter-spacing: 0.05em;
	font-size: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.12);
}

.events-eyebrow {
	font-size: 13px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #d4c6a7;
	margin-bottom: 12px;
	font-weight: 700;
}

.events-empty-title {
	margin: 0;
	font-size: clamp(34px, 4vw, 42px);
	line-height: 0.94;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: -0.03em;
}

.events-empty-title span {
	display: block;
	background: linear-gradient(
		180deg,
		#f3e6c3 0%,
		#cbae7d 35%,
		#a38c65 68%,
		#7f6846 100%
	);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-shadow: 0 8px 24px rgba(203, 174, 125, 0.12);
}

.events-empty-sub {
	margin: 18px auto 24px;
	max-width: 460px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 20px;
	font-weight: 700;
}

.events-empty-line {
	width: 260px;
	height: 2px;
	margin: 0 auto;
	background: linear-gradient(90deg, transparent, #cbae7d, transparent);
	opacity: 0.9;
}

.events-card--match {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 18px;
}

.events-match-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(203, 174, 125, 0.55);
}

.events-match-title {
	margin: 0;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: -0.03em;
}

.events-match-title span {
	display: block;
	background: linear-gradient(
		180deg,
		#f3e6c3 0%,
		#cbae7d 38%,
		#a38c65 70%,
		#7f6846 100%
	);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.events-match-badge {
	padding: 10px 16px;
	border-radius: 12px;
	background: rgba(203, 174, 125, 0.12);
	color: #e0cfab;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 12px;
	letter-spacing: 0.12em;
	white-space: nowrap;
	border: 1px solid rgba(203, 174, 125, 0.22);
}

.events-versus {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 18px;
	padding: 18px 0 8px;
}

.events-team {
	text-align: center;
}

.events-crest {
	width: 155px;
	aspect-ratio: 1;
	margin: 0 auto 14px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	border: 2px solid rgba(255, 255, 255, 0.16);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.32);
	overflow: hidden;
}

.events-crest img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.events-crest--home {
	padding: 18px;
	/*background: radial-gradient(
		circle at 35% 25%,
		#efe2c3,
		#cbae7d 35%,
		#a38c65 68%,
		#7d6848 100%
	);*/
}

.events-crest--away {
	border-radius: 26px;
	padding: 12px;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.08),
		rgba(255, 255, 255, 0.03)
	);
}

.events-team-name {
	margin: 0;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.05;
	color: #fff;
}

.events-team-meta {
	margin-top: 6px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	font-weight: 600;
}

.events-vs {
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: linear-gradient(
		180deg,
		rgba(203, 174, 125, 0.22),
		rgba(203, 174, 125, 0.08)
	);
	border: 1px solid rgba(203, 174, 125, 0.28);
	color: #e0cfab;
	font-weight: 900;
	font-size: 22px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.events-match-info {
	text-align: center;
	color: rgba(255, 255, 255, 0.92);
	font-weight: 700;
	font-size: 22px;
	margin-top: 6px;
}

.event-countdown {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 12px;
}

.countbox {
	min-width: 88px;
	padding: 14px 10px 12px;
	border-radius: 16px;
	background: linear-gradient(
		180deg,
		rgba(203, 174, 125, 0.28),
		rgba(163, 140, 101, 0.18)
	);
	border: 1px solid rgba(203, 174, 125, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	text-align: center;
}

.countbox strong {
	display: block;
	font-size: 28px;
	line-height: 1;
	color: #fff;
	margin-bottom: 6px;
}

.countbox span {
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 11px;
	color: #d4c6a7;
	font-weight: 800;
}

.events-footer-note {
	margin-top: 14px;
	text-align: center;
	color: rgba(255, 255, 255, 0.66);
	font-size: 13px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.events-match-empty {
	min-height: 280px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: rgba(255, 255, 255, 0.9);
}

.events-match-empty-icon {
	font-size: 56px;
	margin-bottom: 14px;
	line-height: 1;
	opacity: 0.9;
}

.events-match-empty p {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	max-width: 360px;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 991.98px) {
	.events-board {
		padding: 66px 18px 22px;
	}

	.events-grid {
		grid-template-columns: 1fr;
	}

	.events-match-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.events-versus {
		grid-template-columns: 1fr;
	}

	.events-vs {
		margin: 0 auto;
	}

	.events-crest {
		width: 110px;
	}

	.events-card {
		padding: 22px 18px 20px;
	}

	.events-empty-sub,
	.events-match-info {
		font-size: 18px;
	}
}

@media (max-width: 575.98px) {
	.events-section-tag {
		padding: 12px 18px;
		font-size: 13px;
	}

	.events-board {
		border-radius: 18px;
		padding: 58px 14px 16px;
	}

	.events-card {
		border-radius: 18px;
	}

	.events-empty-title {
		font-size: 30px;
	}

	.events-empty-sub,
	.events-match-empty p {
		font-size: 16px;
	}

	.events-match-title {
		font-size: 24px;
	}

	.events-team-name {
		font-size: 18px;
	}

	.countbox {
		min-width: 62px;
		padding: 12px 8px 10px;
	}

	.countbox strong {
		font-size: 22px;
	}

	.countbox span {
		font-size: 10px;
	}
}

.about-assoc-card {
	background: #3d3d3d;
	z-index: 2;
	position: relative;
	margin-top: -170px;
	border-radius: 16px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
	overflow: hidden;
	color: #ffffff;
}

/* NAGŁÓWEK (przycisk do rozwijania) */
.about-assoc-header {
	width: 100%;
	background: transparent;
	border: none;
	outline: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.1rem 1.5rem;
	cursor: pointer;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.about-assoc-header span:first-child {
	text-align: left;
	font-size: 16px;
}

.about-assoc-toggle-icon {
	font-size: 1.1rem;
	transition: transform 0.25s ease;
}

/* ROTACJA IKONKI, gdy otwarte */
.about-assoc-card.open .about-assoc-toggle-icon {
	transform: rotate(180deg);
}

.about-assoc-body:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/moroccan_pattern_2.png) repeat;
	background-size: 100px;
	opacity: 0.05;
	z-index: -1;
	pointer-events: none;
}

/* ROZWIJANA TREŚĆ */
.about-assoc-body {
	max-height: 0;
	background: #2b2b2b;
	overflow: hidden;
	transition: max-height 0.35s ease;
	padding: 0 1.5rem;
}

/* Gdy otwarte – większy max-height + padding dolny */
.about-assoc-card.open .about-assoc-body {
	max-height: 800px; /* wystarczająco na treść */
	padding-bottom: 1.5rem;
}

/* LEWA KOLUMNA – tekst */
.about-assoc-text {
	padding-top: 3rem;
	margin: 20px;
	padding-bottom: 1rem;
}

.about-assoc-text h3 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 2rem;
	color: #d7bc8b;
}

.about-assoc-text p {
	font-size: 1.6rem;
	line-height: 1.6;
	color: #e2e4eb;
	margin-bottom: 0.6rem;
}

.about-assoc-text ul {
	margin: 0.2rem 0 0.6rem 1.2rem;
	padding: 0;
}

.about-assoc-text ul li {
	font-size: 1.35rem;
	padding: 0.5rem;
	line-height: 1.5;
	color: #e2e4eb;
	margin-bottom: 0.35rem;
}

/* PRAWA KOLUMNA – logo */
.about-assoc-logo-box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem 0;
}

.about-assoc-logo-box img {
	max-width: 70%;
	height: auto;
	display: block;
	filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.6));
}

/* Responsywność */
@media (max-width: 768px) {
	.about-assoc-body {
		padding: 0 1.1rem;
	}

	.about-assoc-card.open .about-assoc-body {
		padding-bottom: 1.1rem;
	}

	.about-assoc-logo-box img {
		max-width: 60%;
	}
}

.fight-fight-card {
	background: #d7bc8b;
	z-index: 2;
	position: relative;
	margin-top: -170px;
	border-radius: 16px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
	overflow: hidden;
	color: #ffffff;
}

/* NAGŁÓWEK (przycisk do rozwijania) */
.fight-fight-header {
	width: 100%;
	background: transparent;
	border: none;
	outline: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.1rem 1.5rem;
	cursor: pointer;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.fight-fight-header span:first-child {
	text-align: left;
	font-size: 16px;
}

.fight-fight-toggle-icon {
	font-size: 1.1rem;
	transition: transform 0.25s ease;
}

/* ROTACJA IKONKI, gdy otwarte */
.fight-fight-card.open .fight-fight-toggle-icon {
	transform: rotate(180deg);
}

.fight-fight-body:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/moroccan_pattern_2.png) repeat;
	background-size: 100px;
	opacity: 0.05;
	z-index: -1;
	pointer-events: none;
}

/* ROZWIJANA TREŚĆ */
.fight-fight-body {
	max-height: 0;
	background: #f4f4f4;
	overflow: hidden;
	transition: max-height 0.35s ease;
	padding: 0 1.5rem;
}

/* Gdy otwarte – większy max-height + padding dolny */
.fight-fight-card.open .fight-fight-body {
	max-height: 800px; /* wystarczająco na treść */
	padding-bottom: 1.5rem;
}

/* LEWA KOLUMNA – tekst */
.fight-fight-text {
	padding-top: 3rem;
	margin: 20px;
	padding-bottom: 1rem;
}

.fight-fight-text h3 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 2rem;
	color: #d7bc8b;
}

.fight-fight-text p {
	font-size: 1.6rem;
	line-height: 1.6;
	color: #28282b;
	margin-bottom: 0.6rem;
}

.fight-fight-text ul {
	margin: 0.2rem 0 0.6rem 1.2rem;
	padding: 0;
}

.fight-fight-text ul li {
	font-size: 1.35rem;
	padding: 0.5rem;
	line-height: 1.5;
	color: #e2e4eb;
	margin-bottom: 0.35rem;
}

/* PRAWA KOLUMNA – logo */
.fight-fight-logo-box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem 0;
	margin-top: 100px;
}

.fight-fight-logo-box img {
	max-width: 70%;
	height: auto;
	display: block;
	filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.6));
}

/* Responsywność */
@media (max-width: 768px) {
	.fight-fight-body {
		padding: 0 1.1rem;
	}

	.fight-fight-card.open .fight-fight-body {
		padding-bottom: 1.1rem;
	}

	.fight-fight-logo-box img {
		max-width: 60%;
	}
}

.ziemia-radom--card {
	background: #56565c;
	z-index: 2;
	position: relative;
	margin-top: -170px;
	border-radius: 16px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
	overflow: hidden;
	color: #ffffff;
}

/* NAGŁÓWEK (przycisk do rozwijania) */
.ziemia-radom--header {
	width: 100%;
	background: transparent;
	border: none;
	outline: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.1rem 1.5rem;
	cursor: pointer;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.ziemia-radom--header span:first-child {
	text-align: left;
	font-size: 16px;
}

.ziemia-radom-toggle-icon {
	font-size: 1.1rem;
	transition: transform 0.25s ease;
}

/* ROTACJA IKONKI, gdy otwarte */
.ziemia-radom--card.open .ziemia-radom-toggle-icon {
	transform: rotate(180deg);
}

.ziemia-radom--body:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/moroccan_pattern_2.png) repeat;
	background-size: 100px;
	opacity: 0.05;
	z-index: -1;
	pointer-events: none;
}

/* ROZWIJANA TREŚĆ */
.ziemia-radom--body {
	max-height: 0;
	background: #f4f4f4;
	overflow: hidden;
	transition: max-height 0.35s ease;
	padding: 0 1.5rem;
}

/* Gdy otwarte – większy max-height + padding dolny */
.ziemia-radom--card.open .ziemia-radom--body {
	max-height: 800px; /* wystarczająco na treść */
	padding-bottom: 1.5rem;
}

/* LEWA KOLUMNA – tekst */
.ziemia-radom--text {
	padding-top: 3rem;
	margin: 20px;
	padding-bottom: 1rem;
}

.ziemia-radom--text h3 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 2rem;
	color: #d7bc8b;
}

.ziemia-radom--text p {
	font-size: 1.6rem;
	line-height: 1.6;
	color: #28282b;
	margin-bottom: 0.6rem;
}

.ziemia-radom--text ul {
	margin: 0.2rem 0 0.6rem 1.2rem;
	padding: 0;
}

.ziemia-radom--text ul li {
	font-size: 1.35rem;
	padding: 0.5rem;
	line-height: 1.5;
	color: #e2e4eb;
	margin-bottom: 0.35rem;
}

/* PRAWA KOLUMNA – logo */
.ziemia-radom--logo-box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem 0;
	margin-top: 100px;
}

.ziemia-radom--logo-box img {
	max-width: 70%;
	height: auto;
	display: block;
	filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.6));
}

/* Responsywność */
@media (max-width: 768px) {
	.ziemia-radom--body {
		padding: 0 1.1rem;
	}

	.ziemia-radom--card.open .ziemia-radom--body {
		padding-bottom: 1.1rem;
	}

	.ziemia-radom--logo-box img {
		max-width: 60%;
	}
}

.gameday-container {
	position: relative;
	justify-content: center;
	padding-bottom: 3rem;
}

/* Główny box */
.gameday-box {
	display: flex;
	gap: 2rem;
	background: #3d3d3d;
	border-radius: 18px;
	padding: 3.5rem;
	position: relative;
	z-index: 1;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
	color: #ffffff;
}

/* Etykieta na górze boxa */
.gameday-label {
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
	background: #d7bc8b;
	color: #000;
	display: flex;
	align-items: center;
	padding: 4px 18px;
	font-size: 13px;
	height: 40px;
	line-height: 20px;
	border-radius: 10px;
	font-weight: 700;
	letter-spacing: 0.05em;
	z-index: 5;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
}

/* Kolumny */
.gameday-column {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
	position: relative;
	z-index: 1;
}

.gameday-column--left {
	border-right: 3px solid #cbae7d;
	padding-right: 2rem;
}

.ribonka {
	position: absolute;
	top: 15px;
	left: -110px;
	z-index: 4;
	display: block;
	width: 300px;
	line-height: 30px;
	letter-spacing: 1px;
	padding: 6px 0;
	background-color: #abc121;
	color: #fff;
	text-align: center;
	font-size: 1rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nxtgame {
	padding: 20px;
}

.fs220 {
	font-size: 220% !important;
	font-weight: 700;
}

.heading-shadow-home-brand {
	font-size: 220%;
	color: #fff;
}

.heading-shadow-home-brand:before {
	content: "O NAS";
	color: #dfb52f;
	display: block;
	font-size: 64px;
	opacity: 0.4;
	font-weight: 700;
	margin: 0 0 -40px 0;
	text-transform: uppercase;
	z-index: 0;
}



.news-content p {
	margin-bottom: 1rem;
}

.news-content h2,
.news-content h3,
.news-content h4 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-weight: 700;
}

.news-content ul,
.news-content ol {
	margin-bottom: 1rem;
	padding-left: 1.5rem;
}

.news-content li {
	margin-bottom: 0.4rem;
}

.news-content a {
	text-decoration: underline;
}

.news-content blockquote {
	margin: 1.5rem 0;
	padding: 1rem 1.25rem;
	border-left: 4px solid #c9a55c;
	background: rgba(255, 255, 255, 0.04);
}

.news-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.5rem 0;
}

.news-content table th,
.news-content table td {
	border: 1px solid rgba(255, 255, 255, 0.15);
	padding: 10px;
}

.news-content img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
	display: block;
	margin: 1rem auto;
}

.news-content img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 1rem auto;
	border-radius: 12px;
}

.news-content span[style*="color"] {
	font-weight: inherit;
}

.news {
	background: url(../img/rks_background.png);
}

.newspage {
	margin-top: 250px;
}

.pattern-bg {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background: url("../img/triangles-black.png") repeat-x center top;
	background-position: -4rem 62%;
	opacity: 0.03;
	z-index: 0;
	pointer-events: none;
}

.newsy {
	position: relative;
	margin-top: 0 !important;
	z-index: 1;
}

.newsy h2 {
	font-family: "Outfit", sans-serif;
	font-weight: 800;
	letter-spacing: 2px;
	color: #cbae7d;
	text-shadow:
		0 1px 0 #2d2d2d,
		0 4px 8px rgba(0, 0, 0, 0.1);
}

.newsy::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/triangles-black.png") repeat;
	background-size: 100px; /* np. 25% szerokości kontenera */
	opacity: 0.02;
	z-index: -1;
	pointer-events: none;
}

.newsy {
	position: relative;
	overflow: hidden;
}

.newsy .slider-wrapper {
	position: relative;
}

.newsy .swiper-slide {
	height: auto;
	display: flex;
}

.news-card {
	position: relative;
	width: 100%;
	min-height: 460px;
	border-radius: 28px;
	overflow: hidden;
	background: #111;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
	transition:
		transform 0.4s ease,
		box-shadow 0.4s ease;
}

.news-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 24px 50px rgba(0, 0, 0, 0.2);
}

.news-card__link-wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 460px;
	color: inherit;
	text-decoration: none;
}

.news-card__image {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.news-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s ease;
}

.news-card:hover .news-card__image img {
	transform: scale(1.06);
}

.news-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.9) 10%,
		rgba(0, 0, 0, 0.35) 45%,
		rgba(0, 0, 0, 0.08) 70%,
		rgba(0, 0, 0, 0.02) 100%
	);
	z-index: 1;
}

.news-card__badge {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 16px;
	border-radius: 999px;
	/*background: #cdb07a;*/
	background: linear-gradient(135deg, #cdb07a, #b8965f);
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.news-card__content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	padding: 28px 26px 24px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.news-card__title {
	margin: 0;
	color: #fff;
	font-size: 1.9rem;
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-wrap: balance;
	text-shadow: 0 3px 16px rgba(0, 0, 0, 0.35);
}

.news-card__cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	color: #cdb07a;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	transition:
		transform 0.3s ease,
		color 0.3s ease;
}

.news-card:hover .news-card__cta {
	transform: translateX(4px);
	color: #e0c28a;
}

.news-card__cta i {
	font-size: 0.9rem;
}

.news-card--empty .news-card__title {
	max-width: 70%;
}

.newsy .swiper-button-prev,
.newsy .swiper-button-next {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: rgba(17, 17, 17, 0.78);
	backdrop-filter: blur(8px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
	transition:
		transform 0.3s ease,
		background 0.3s ease;
}

.newsy .swiper-button-prev:hover,
.newsy .swiper-button-next:hover {
	transform: scale(1.06);
	background: rgba(205, 176, 122, 0.95);
}

.newsy .swiper-button-prev::after,
.newsy .swiper-button-next::after {
	font-size: 1rem;
	font-weight: 900;
	color: #fff;
}

.newsy .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.newsy .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #444;
	opacity: 1;
}

.newsy .swiper-pagination-bullet-active {
	background: #cdb07a;
}

@media (max-width: 991.98px) {
	.news-card,
	.news-card__link-wrap {
		min-height: 400px;
	}

	.news-card__title {
		font-size: 1.55rem;
	}
}

@media (max-width: 767.98px) {
	.news-card,
	.news-card__link-wrap {
		min-height: 360px;
		border-radius: 22px;
	}

	.news-card__badge {
		top: 16px;
		left: 16px;
		font-size: 0.82rem;
		padding: 7px 14px;
	}

	.news-card__content {
		padding: 22px 18px 18px;
	}

	.news-card__title {
		font-size: 1.25rem;
		line-height: 1.12;
	}

	.news-card__cta {
		font-size: 0.92rem;
	}

	.newsy .swiper-button-prev,
	.newsy .swiper-button-next {
		display: none;
	}
}

.onas-wrapper {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	height: 400px;
	margin: 0 auto;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom: 5px solid #abc121;
}

.onas-info-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	position: absolute;
	top: -40px;
	right: 5%;
	height: 75px;
	width: 75px;
	background: #abc121;
	text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.6);
	border-radius: 50%;
}

/*

.onas-wrapper:after {
	content: "";
    display: block;
    position: absolute;
    top: -40px;
    right: 5%;
    height: 75px;
    width: 75px;
    background: #abc121;
    border-radius: 50%;
} */

.onas-bg {
	background: url("../img/droga.jpg");
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.onasheading {
	color: #fff;
	font-weight: 700;
	font-size: 32px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	padding: 10px;
}

.onas-wrapper p {
	color: #b7b7b7;
}

.mb50 {
	margin-bottom: 50px;
}

.dark-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(14 14 14 / 79%);
	z-index: -5;
}

.gallery-nav-buttons {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: fit-content;
	gap: 20px;
}

.nav-buttons {
}

.wydarzenia {
	background: linear-gradient(to bottom, #3a3b3c, #f2f1f0);
	margin-top: 0 !important;
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	z-index: -2;
}

.wydarzenia:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/moroccan_pattern_2.png) repeat;
	background-size: 100px;
	opacity: 0.02;
	z-index: -1;
	pointer-events: none;
}

.onas-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(46, 46, 46, 0.9);
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	/* border-top-right-radius: 25px; */
	z-index: -5;
}

.nextmatch-container {
	position: relative;
	z-index: 1;
	height: 500px;
	width: 100%;
	margin: 0 auto;
	margin-top: -125px;
	background: url(../img/goal.jpg);
	background-position: center;
	background-size: cover;
}

.nextmatch-container h2 {
	color: #eee;
	text-transform: uppercase;
	font-weight: 700;
}

.nextmatch-info {
	display: flex;
	justify-content: space-evenly;
	color: #eee;
	padding: 20px;
	margin: 20px;
}

.nextmatch-label {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.nextmatch-label span {
	font-size: 48px;
	color: #f4f4f4;
}

.nextmatch-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(18 18 18 / 90%);
	z-index: -5;
}

.team-cera,
.opponnent {
	flex-direction: row;
	margin: 0px 20px;
	width: auto;
	height: 150px;
}

.team-cera img,
.opponnent img,
.league-boximg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.nextmatch-info-box {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.date-box {
	font-size: 48px;
	display: flex;
	color: #f4f4f4;
	justify-content: center;
	padding: 0px 40px;
	align-items: center;
	flex-direction: column;
}

.league-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	align-items: center;
}

.league-boximg {
	width: auto;
	height: 75px;
}

.remaining-time {
	background: #0072ff;
	color: #f4f4f4;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px 70px;
}

.kupbilet {
	font-size: 24px;
}

#countdown {
	font-family: monospace;
	font-size: 24px;
	font-weight: bold;
	display: flex;
	color: #f5f5dc;
	padding: 20px;
	gap: 10px;
}

.schedule-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #f4f4f4;
}

.schedule-match-label {
	display: flex;
	margin: 10px;
	justify-content: space-around;
	flex-direction: row;
}

.schedule-date-box {
	display: flex;
	align-items: center;
	background: #a00005;
	font-size: 18px;
	font-weight: 700;
	padding: 5px 50px;
}

.schedule-remains {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
}

.schedule-teams {
	display: flex;
	flex-direction: column;
	padding: 20px;
}

.schedule-teamsimg {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100%;
	width: 50px;
	margin-bottom: 10px;
}
.schedule-teams img {
	margin-right: 10px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.line {
	margin-top: 1.6rem;
	margin-bottom: 1.6rem;
	width: 100%;
	height: 2px;
	background-color: #eee;
	border: none;
}

.nextevent-container {
	position: relative;
	justify-content: center;
	padding-bottom: 3rem;
}

.next-events-box {
	display: flex;
	gap: 2rem;
	background-image: url(../img/starafota.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	justify-content: space-evenly;
	border-radius: 18px;
	padding: 2rem;
	position: relative;
	z-index: 1;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.next-events-box::after {
	content: "";
	position: absolute;
	border-radius: 18px;
	inset: 0;
	background: linear-gradient(180deg, rgb(0 0 0 / 95%), rgb(0 0 0 / 85%));
	z-index: -1;
}

/* Treść nad tłem */
.next-event > * {
	position: relative;
	z-index: 1;
}

/* Delikatne różnicowanie kolumn (opcjonalne) */
.next-event--assoc {
	border-right: 2px solid #cbae7d;
	margin-top: 30px;
}

.next-event--rks {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin-top: 15px;
}

.next-event-header {
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 600;
	color: #c8ccd4;
	margin-bottom: 1rem;
}

.next-event-body {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.events-label {
	position: absolute;
	top: -24px; /* wystaje trochę nad pudełko */
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(to right, #a38c65, #cbae7d);
	color: #fff;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 4px 16px;
	font-size: 13px;
	height: 40px; /* Twój wymóg */
	line-height: 20px; /* wyrównanie tekstu */
	border-radius: 10px;
	font-weight: 700;
	letter-spacing: 0.05em;
	z-index: 5;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4); /* opcjonalnie ładny cień */
}

/* Nazwa wydarzenia */
.event-name {
	font-size: 2rem;
	font-weight: 700;
	padding: 20px;
	background: transparent;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	margin: 0 auto;
	color: #ffffff;
}

/* Wiersz logo / przeciwnik */
.opponent-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin: 45px;
}

.team-logo {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex-shrink: 0;
}

.team-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.vs-text {
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 700;
	color: #f6f7fb;
}

.opponent-name {
	font-size: 1.5rem;
	background: transparent;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
	padding: 20px;
	font-weight: 700;
	color: #ffffff;
}

/*produkty*/

.products {
	background: #f5f5f5;
}

/* karta */

.product-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	transition: 0.4s;
	border: 1px solid #eee;
}

.product-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* obraz */

.product-img {
	height: 220px;
	overflow: hidden;
}

.product-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}

.product-card:hover img {
	transform: scale(1.08);
}

/* content */

.product-content {
	padding: 25px;
	text-align: center;
}

.product-content h4 {
	font-weight: 600;
	margin-bottom: 10px;
	color: #333;
}

.product-content p {
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}

/* cena */

.product-price {
	font-size: 22px;
	font-weight: 700;
	color: #c6a75f;
	margin-bottom: 20px;
}

.realizacje-intro {
	background: #f5f5f5;
}

.realizacje-box {
	max-width: 850px;
	background: #ffffff;
	border: 1px solid #ececec;
	border-radius: 18px;
	padding: 50px 35px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	position: relative;
	transition: 0.4s ease;
}

.realizacje-box:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.realizacje-label {
	display: inline-block;
	margin-bottom: 15px;
	padding: 8px 18px;
	border-radius: 30px;
	background: linear-gradient(135deg, #d7bc8b, #b8964a);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.realizacje-box h2 {
	font-size: 2rem;
	font-weight: 700;
	color: #2f2f2f;
	margin-bottom: 18px;
}

.realizacje-box p {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	max-width: 700px;
	margin: 0 auto 30px;
}

.btn-realizacje {
	display: inline-block;
	padding: 12px 28px;
	border-radius: 8px;
	background: linear-gradient(135deg, #d7bc8b, #b8964a);
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	transition: 0.3s ease;
}

.btn-realizacje:hover {
	background: linear-gradient(135deg, #b8964a, #8f742f);
	color: #fff;
	transform: translateY(-2px);
}

@media (max-width: 768px) {
	.realizacje-box {
		padding: 35px 20px;
	}

	.realizacje-box h2 {
		font-size: 1.6rem;
	}

	.realizacje-box p {
		font-size: 15px;
		line-height: 1.7;
	}
}

/* przycisk */

.btn-product {
	display: inline-block;
	padding: 10px 22px;
	border-radius: 6px;
	background: linear-gradient(135deg, #d7bc8b, #b8964a);
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	transition: 0.3s;
}

.btn-product:hover {
	background: linear-gradient(135deg, #b8964a, #8f742f);
	color: #fff;
}

/* Countdown */
.countdown {
	display: flex;
	gap: 0.7rem;
	flex-wrap: wrap;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
	margin-top: 50px !important;
	padding: 20px;
	border-radius: 25px;
	margin: 0 auto;
}

.countdown-item {
	min-width: 58px;
	padding: 0.7rem 1rem;
	border-radius: 10px;
	background: linear-gradient(to right, #a38c65, #cbae7d);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.countdown-number {
	font-size: 1.4rem;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.1;
}

.countdown-label {
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #000000;
}

/* Responsywność */
@media (max-width: 992px) {
	.next-events-box {
		flex-direction: column;
		padding: 1.5rem;
	}
}

@media (max-width: 576px) {
	.next-event {
		padding: 1.1rem;
	}

	.event-name,
	.opponent-name {
		font-size: 1.5rem;
	}

	.countdown-item {
		min-width: 52px;
	}
}

.event-image {
	width: 60%;
	max-height: 200px;
	height: 200px;
	margin: 0 auto 1.5rem auto; /* wyśrodkowanie i odstęp */
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.event-image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover; /* jeśli zdjęcie ma cięcie */
	object-position: center;
}

@media (max-width: 576px) {
	.event-image {
		width: 100%;
	}
}

/* mecz center */

#match-container {
	width: 100%;
	height: 100%;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

#match-container .team-name {
	color: #f4f4f4;
	font-weight: 700;
	font-size: 24px;
}

.match-header {
	display: flex;
	width: 50%;
	position: relative;
	top: 72%;
	align-self: center;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 2rem;
	font-size: 1.8rem;
	text-transform: uppercase;
	border-bottom: 1px solid #444;
	background: rgba(0, 0, 0, 0.7);
}

.match-info {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.match-type {
	font-weight: bold;
	opacity: 0.8;
}

/* --- Nowy układ --- */
.match-body {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: start;
	gap: 2rem;
	padding: 2rem;
	text-align: center;
}

.team-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.team-wrapper {
	position: relative;
	height: 300px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.team-core {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.team-name {
	flex: 1;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	padding: 20px;
	background: transparent;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	margin: 0 auto;
	color: #ffffff;
}

.team-logo {
	height: 80px;
	max-width: 100%;
}

.rozgrywki-info img {
	margin-top: 20px;
	height: 48px;
	width: auto;
}

.sedzia {
	font-size: 1.2rem;
	color: #eeee;
	display: flex;
	flex-direction: column;
}

.scorers {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	color: #f4f4f4;
}

.scorers li {
	margin-top: 10px;
}

.scorers-goscie {
	color: #ffb3b3;
}

.score-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: center;
	justify-content: center;
	font-size: 3rem;
	font-weight: bold;
	color: #337ab7;
	gap: 1rem;
}

.score-box .score {
	background: linear-gradient(to right, #6d5c41, #cbae7d);
	font-size: 4rem;
	padding: 20px;
	color: #ffffff;
}

.match-description-container {
}

.match-description-container .section-title {
	background: linear-gradient(to right, #6d5c41, #cbae7d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	font-size: 3rem;
	font-weight: 800;
	margin: 2rem 0 1rem;
	padding-bottom: 2rem;
	letter-spacing: 1px;
}

.match-description-container p {
	margin-bottom: 2rem;
	font-size: 16px;
}

.match-description-container strong {
	color: #141414;
	font-weight: bold;
}

.match-description {
	margin-top: 100px;
}

.match-description h2 {
	margin-bottom: 50px !important;
}

/*terminarz pełen*/

.terminarz {
	width: 100%;
	margin: 0 auto;
}

.miesiac {
	font-size: 2rem;
	margin: 2rem 0 1rem;
	text-transform: uppercase;
	border-bottom: 2px solid #333;
	padding-bottom: 0.5rem;
}

.mecz {
	position: relative;
	display: flex;
	align-items: center;
	padding: 1rem;
	border-bottom: 1px solid #222;
}

.data {
	flex: 1;
	max-width: 120px;
	text-align: center;
	font-size: 0.85rem;
	color: #f4f4f4;
	background: #d7bc8b;
	padding: 20px;
}

.data .dzien {
	font-size: 2rem;
	color: #fff;
	display: block;
}

.data .dzien-tyg {
	font-weight: bold;
	color: #fff;
}

.srodek {
	flex: 1;
	display: flex;
	justify-content: center;
}

.info-meczu {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 20px 0px;
}

.druzyny {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 2rem;
}

.druzyna {
	font-size: 1.6rem;
	font-weight: bold;
	word-break: break-word;
	display: flex;
	align-items: center;
	gap: 10px;
}

.druzyna:first-child {
	justify-self: end;   /* lewa drużyna przyklejona do środka */
	text-align: right;
}

.druzyna:last-child {
	justify-self: start; /* prawa drużyna przyklejona do środka */
	text-align: left;
}

.druzyna img {
	width: 36px;
	height: 36px;
	margin: 10px;
}

.wynik {
	font-size: 1.5rem;
	font-weight: 900;
	color: #4caf50;
	grid-column: 2 / 3;
}


.wynik {
	justify-self: center; /* wynik zawsze idealny środek */
}

.lokacja {
	margin-top: 0.5rem;
	font-size: 1.2rem;
	display: flex;
	flex-direction: column;
	color: #aaa;
}

.typ-meczu {
	text-transform: uppercase;
	font-size: 1rem;
	color: #4caf50;
}

.kolejka {
	margin: 5px;
	font-weight: 700;
	color: #2b2b2b;
}

.akcje {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	gap: 0.5rem;
}

.akcje button {
	background: #222;
	border: none;
	color: #fff;
	font-size: 1.2rem;
	padding: 1rem 1.5rem;
	cursor: pointer;
	transition: background 0.3s;
}

.kupbilet {
	background: linear-gradient(to left, #fff101, #cabf01) !important;
	color: #28282b !important;
}

.akcje button:hover {
	background: #333;
}

@media (max-width: 992px) {
	.akcje {
		position: static;
		transform: none;
		justify-content: center;
		margin-top: 1rem;
	}

	.mecz {
		flex-direction: column;
		align-items: center;
	}

	.srodek {
		order: 2;
	}

	.druzyna {
		display: flex;
		align-items: center;
	}

	.akcje {
		order: 3;
	}
}

/*tabela*/

.league-table {
	font-family: "Segoe UI", sans-serif;
	background: #f5f5f5;
	border-radius: 12px;
	/* box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.1); */
	overflow-x: auto;
	margin-top: 50px;
	padding: 10px;
}

.league-table table {
	width: 100%;
	border-collapse: collapse;
	background: #f4f4f4;
	color: #28282b;
	border-radius: 10px;
	overflow: hidden;
}

.league-table thead {
	background: #f9f9f9;
	text-transform: uppercase;
	font-size: 12px;
	color: #555;
}

.league-table th,
.league-table td {
	padding: 10px 12px;
	text-align: center;
	font-size: 14px;
}

.league-table tbody tr {
	border-top: 1px solid #eee;
	transition: background 0.3s;
}

.league-table tbody tr:hover {
	background-color: #fff20188;
}

.league-table tbody tr.highlight {
	background-color: #d7bc8b;
	color: white;
	font-weight: bold;
}

.league-table img {
	width: 24px;
	height: 24px;
}

.more-about {
	border: 1px solid #fff;
	padding: 10px;
	margin-top: 50px;
}

.border5 {
	border: 2px solid #848484;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	backdrop-filter: blur(3px);
	padding: 40px;
}
.bg-about {
	position: relative;
	color: #fff;
	z-index: 5;
	padding: 5rem;
	box-shadow: 1px 1px 10px #0a0a0a;
}

.bg-about h1 {
	color: #fff;
}

.aktualnosci-hero h1 {
	color: #d7bc8b;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.ybb03-hero h1 {
	color: #d7bc8b;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.sporty-walki-hero {
	color: #d7bc8b;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.strefa-kibica-hero {
	background-image: url("../img/fani/1.jfif");
	background-size: cover;
	background-position: center;
	filter: grayscale(0.5);
	margin-top: 0 !important;
}

.strefa-kibica-hero h1 {
	color: #d7bc8b;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.news-hero {
	background-image: url(/img/boisko.jpg);
	background-size: cover;
	background-position: center;
	filter: grayscale(0.5);
	margin-top: 0 !important;
}

.news-hero h1 {
	color: #d7bc8b;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.duma-miasta-hero {
	background-image: url("../img/Radomsko_centrum_gora.jpg");
	background-size: cover;
	background-position: bottom;
	height: 60vh !important;
	filter: grayscale(0.5);
	margin-top: 0 !important;
}

.duma-miasta-hero h1 {
	color: #d7bc8b;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.ziemia-radomszczanska-hero {
	position: relative;
	height: 60vh !important;
	margin-top: 0 !important;
	overflow: hidden; /* ważne, żeby pseudo-element się nie rozlał */
}

.ziemia-radomszczanska-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("../img/ziemiaradomszczanska.jpg");
	background-size: cover;
	background-position: bottom;
	filter: grayscale(0.9);
	z-index: 1; /* TŁO */
}

.galerie-hero {
	position: relative;
	height: 60vh !important;
	margin-top: 0 !important;
	overflow: hidden; /* ważne, żeby pseudo-element się nie rozlał */
}

.galerie-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("../img/galerietlo.jpg");
	background-size: cover;
	background-position: bottom;
	filter: grayscale(0.9);
	z-index: 1; /* TŁO */
}

.faq-hero {
	position: relative;
	height: 60vh !important;
	margin-top: 0 !important;
	overflow: hidden; /* ważne, żeby pseudo-element się nie rozlał */
}

.faq-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("../img/faq.jpg");
	background-size: cover;
	background-position: bottom;
	filter: grayscale(0.9);
	z-index: 1; /* TŁO */
}

.faq-hero h1,
.galerie-hero h1 {
	color: #d7bc8b;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	position: relative;
	background: #ffffffcf;
	padding: 20px;
	border-radius: 10px;
}

/* Tekst nad wszystkim */
.top-hero-text {
	position: relative;
	z-index: 3; /* TEKST */
}

.ziemia-radomszczanska-hero h1 {
	color: #d7bc8b;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	position: relative;
	background: #ffffffcf;
	padding: 20px;
	border-radius: 10px;
}

.bg-about-pattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: var(--bg-card);
	background-size: cover;
	background-repeat: round;
	opacity: 1;
	z-index: -1;
}

.bg-about1 {
	background-color: #727609;
	padding: 2rem;
}

.top-hero {
	position: relative;
	height: 85vh;
	background-size: cover;
	z-index: 0;
}

.top-hero-mini {
	position: relative;
	height: 40vh;
	background-size: cover;
	z-index: 0;
}
.quote-container {
	padding: 25px;
	background-color: rgb(0 0 0 / 80%);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	color: #fff;
}

.txs {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.sub-page-lead {
	color: #f4f4f4;
	font-size: 36px;
}

.quote-hero-text {
	display: flex;
	justify-content: center;
	align-items: center;
	color: black;
	font-size: 2rem;
	text-transform: uppercase;
}

.top-hero-text {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.6rem;
	height: 100%;
	text-transform: uppercase;
}

.icon-bar {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1000;
}

.hero-bg {
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 12px;
}
.hero-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(18 18 18 / 30%);
	z-index: -5;
}

.hero-picture {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 25px;
	margin-top: 100px;
	/* filter: grayscale(100%); */
}

.hero-picture img {
	width: auto;
	height: 300px;
	margin-right: 10px;
	border-radius: 25px;
	object-fit: cover;
	box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.5);
	display: block;
}

.hero-picture img:after {
	content: "";
	position: absolute;
	bottom: -50px;
	right: -50px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	background: #cbae7d;
	border-radius: 50%;
	z-index: 2;
}

.player-section-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 90%);
	z-index: -5;
}

.mt-10 {
	margin-top: 5rem;
}
.wiz {
	line-height: 1.8;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(3px);
}

.wiz ul {
	list-style: square;
	padding: 50px;
	box-shadow: 0px 10px 30px 2px rgb(49 52 57 / 70%);
}

.pt-10 {
	padding-top: 10rem;
}

/* custom scroll bar */
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background: #3a3b3c;
}
::-webkit-scrollbar-thumb {
	background: #a38857;
}

table.ofertatable {
	border: 1px solid #0f0f0f;
	background-color: var(--bg-color);
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
table.ofertatable td,
table.ofertatable th {
	border: 1px solid #aaaaaa;
	padding: 3px 2px;
}
table.ofertatable tbody td {
	font-size: 13px;
	padding: 10px;
}
table.ofertatable tr:nth-child(even) {
	background: var(--bg-color);
}
table.ofertatable thead {
	background: #282826;
}
table.ofertatable thead th {
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	color: #fff;
	border-left: 2px solid #d0e4f5;
}
table.ofertatable thead th:first-child {
	border-left: none;
}

table.ofertatable tfoot {
	font-size: 14px;
	font-weight: bold;
	color: var(--primary-color);
	background: #d0e4f5;
	background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #d0e4f5 100%);
	background: -webkit-linear-gradient(
		top,
		#dcebf7 0%,
		#d4e6f6 66%,
		#d0e4f5 100%
	);
	background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #d0e4f5 100%);
	border-top: 2px solid #444444;
}
table.ofertatable tfoot td {
	font-size: 14px;
}
table.ofertatable tfoot .links {
	text-align: right;
}
table.ofertatable tfoot .links a {
	display: inline-block;
	background: #1c6ea4;
	color: #ffffff;
	padding: 2px 8px;
	border-radius: 5px;
}
/* nawigacja */

/*menu*/

nav {
	position: relative;
	font-family: "Outfit", sans-serif;
	z-index: 999;
	width: 100%;
	transition: 0.4s;
	background-image: linear-gradient(to right, #222223, #1a1a1a);
	box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.5);
}
nav .wrapper {
	position: relative;
	height: 100px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

nav::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		/* gradient */ url(/img/historia-edit.png); /* zdjęcie */
	background-size: cover;
	background-position: center;
	backdrop-filter: blur(4px); /* efekt szkła 🔥 */
	opacity: 0.9; /* „prześwitywanie” */
	pointer-events: none; /* menu nadal klikalne */
	z-index: 0;
}

nav > * {
	position: relative;
	z-index: 1; /* całe menu NAD efektem */
}

.nav-site {
	position: relative;
	max-width: 1400px;
	top: -15px;
	height: 80px;
	background: #020202;
	line-height: 70px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
	box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.2);
}

.sticky {
	position: fixed !important;
	max-width: 100% !important;
	width: 100% !important;
	top: 0 !important;
	left: 0;
	right: 0;
	height: 80px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f4f4f4 !important;
	box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.2);
}

.sticky .logo {
	width: 110px;
}

.sticky .logo-wrapper {
	height: 110px;
}

.top-nav-left {
	width: 400px;
	border-right: 1px solid #f2f2f2;
	display: flex;
	flex-direction: row;
	font-weight: 500;
	align-self: center;
	justify-content: center;
	align-items: center;
}

.top-nav-left-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e6e6e6;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	margin: 10px;
}

.top-nav-left p {
	margin: 0;
	font-size: 14px;
	color: #f4f4f4;
	margin-right: 5px;
}

.top-nav-left i {
	color: #caa328;
	margin: 0 auto;
}
.top-nav-right {
	width: 400px;
	border-left: 1px solid #f2f2f2;
	display: flex;
	flex-direction: row;
	font-weight: 500;
	align-self: center;
	justify-content: flex-end;
	align-items: center;
}

.top-nav-login {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.top-nav-login-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f4f4f4;
	color: #f4f4f4;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	line-height: 24px;
	font-size: 16px;
	margin: 10px;
}

.top-nav-login i {
	color: #caa328;
	margin: 0 auto;
}

.top-nav-login p {
	color: #f4f4f4;
	font-weight: 700;
	font-size: 14px;
	margin: 0;
}

.top-nav-socials {
	display: flex;
	align-self: center;
}

.top-nav-socials i {
	font-size: 24px;
	color: #f4f4f4;
	margin: 0px 5px;
}

.top-nav {
	position: relative;
	color: var(--primary-color);
	width: 100%;
	margin: auto;
	height: AUTO;
	display: flex;
	/* justify-content: center; */
}

.top-nav-buttons {
	margin-top: 80px !important;
	justify-content: center;
	margin: 0 auto;
	display: flex;
}

.top-nav-links {
	position: absolute;
	margin-top: 125px !important;
	display: flex;
	z-index: 2;
	width: 100%;
	justify-content: space-around;
	margin: 0 auto;
}

.logo {
	width: 150px;
	height: 100%;
	background-image: var(--logo);
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-sponsor2 {
	position: relative;
	left: 15%;
	width: 100px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-sponsor2 img,
.logo-sponsor1 img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.logo-sponsor1 {
	position: relative;
	left: -15%;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logoimg {
	background-image: var(--logo);
	height: 125px;
	width: auto;
	margin: auto;
}

.logo-wrapper {
	position: absolute;
	top: 65%;
	left: 15%;
	transform: translate(-50%, -30%);
	z-index: 2;
	height: 150px;
}
.wrapper .logo a {
	color: #f2f2f2;
	font-size: 30px;
	font-weight: 600;
	text-decoration: none;
}

.wrapper .logo img {
	height: 120px;
	width: auto;
}
.wrapper .nav-links {
	display: inline-flex;
}

.nav-links li {
	margin: 0 5px;
	position: relative;
	list-style: none;
}
.nav-links li a {
	text-decoration: none;
	display: block;
	padding: 9px 15px;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	position: relative;
	z-index: 1;
	text-align: center;
	color: #f3f3f3;
	transition: all 0.3s ease-in-out;
}

.nav-links li a:hover {
	background: #abc121;
	color: #fff;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
}

.nav-links li a::after {
	content: "";
	display: block;
	width: 1px;
	height: 24px;
	right: -4px;
	top: 8px;
	background: #abc121;
	position: absolute;
}

.nav-links .mobile-item {
	display: none;
}
.nav-links .drop-menu {
	position: absolute;
	background: #242526;
	width: 180px;
	line-height: 45px;
	top: 85px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
	transition: all 0.3s ease;
	top: 100px;
	opacity: 1;
	visibility: visible;
}
.drop-menu li a {
	width: 100%;
	display: block;
	padding: 0 0 0 15px;
	font-weight: 400;
	border-radius: 0px;
}
.mega-box {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 30px;
	top: 85px;
	opacity: 0;
	visibility: hidden;
}
.mega-box .content {
	background: #242526;
	padding: 25px 20px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.mega-box .content .rowm {
	width: calc(25% - 30px);
	line-height: 45px;
}
.content .rowm img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content .rowm header {
	color: #f2f2f2;
	font-size: 20px;
	font-weight: 500;
}
.content .rowm .mega-links {
	margin-left: -40px;
	border-left: 1px solid rgba(255, 255, 255, 0.09);
}
.rowm .mega-links li {
	padding: 0 30px;
}
.rowm .mega-links li a {
	padding: 0px;
	padding: 0 20px;
	color: #d9d9d9;
	font-size: 17px;
	display: block;
}
.rowm .mega-links li a:hover {
	color: #f2f2f2;
}
.wrapper .btn {
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	display: none;
}
.wrapper .btn.close-btn {
	position: absolute;
	right: 30px;
	top: 10px;
}

/* Domyślnie ukryte */
.mobile-bottom-nav,
.mobile-logo-holder {
	display: none;
}

/* Tylko mobilki < 992px */
@media (max-width: 992px) {
	/* Pasek na dole */
	.mobile-bottom-nav {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 75px;
		background: #0a0a0f;
		border-top: 3px solid #d7bc8b;
		padding: 10px 30px;
		display: flex;
		align-items: center;
		justify-content: space-between;

		z-index: 9990; /* niższy od logo */
	}

	.nav-item {
		color: #ffffff;
		text-decoration: none;
		font-size: 14px;
		margin-top: 20px;
		font-weight: 600;
		opacity: 0.85;
		text-transform: uppercase;
	}

	.next-event--assoc {
		border-bottom: 3px solid #cbae7d;
		border-right: 0;
	}

	.next-event-body {
		padding: 30px;
	}

	.events-label {
		padding: 30px;
		font-size: 12px;
	}

	.media {
		padding: 25px;
	}

	.rycerzyk-background {
		margin: 10px !important;
	}

	.accordion {
		margin-bottom: 30px;
	}

	.mobile-bottom-nav .nav-item:hover {
		color: #d7bc8b;
	}

	.mobile-bottom-nav .nav-item:first-child {
		font-size: 20px;
	}

	/* ELEMENT LOGO NAD NAV-EM */
	.mobile-logo-holder {
		display: block;
		position: fixed;
		bottom: 46px; /* podnosi logo NAD paskiem */
		left: 50%;
		transform: translateX(-50%);
		z-index: 10000; /* logo ponad paskiem */
		pointer-events: none; /* żeby nie blokowało klikania menu */
	}

	.mobile-logo-holder img {
		width: 75px;
		height: auto;
		display: block;
	}

	.mobile-bottom-nav::-webkit-scrollbar {
		display: none;
	}

	a.fanimani-widget-floatbanner {
	    top: 50%!important;
    width: auto!important;
    left: -150px!important;
    margin-left: 0px!important;
}

a.fanimani-widget-floatbanner:hover {
	left: 0!important;
}
}



.nav {
	height: 100px;
}

.burger {
	position: fixed;
	left: 20px;
	top: 100px;
	width: 45px;
	height: 35px;
	padding: 4px;
	border-radius: 4px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
	cursor: pointer;
	z-index: 1001;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
	background: linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.82));
}

.burger span {
	display: block;
	width: 100%;
	height: 4px;
	background: #cbae7d;
	border-radius: 2px;
	transition:
		transform 0.4s ease,
		opacity 0.4s ease,
		background 0.4s ease;
	transform-origin: center;
}

.burger.active span {
	background: #f4f4f4;
}

.burger.active span:nth-child(1) {
	transform: rotate(45deg);
	position: absolute;
}

.burger.active span:nth-child(2) {
	opacity: 0;
}

.burger.active span:nth-child(3) {
	transform: rotate(-45deg);
	position: absolute;
}
/* PODSTAWOWE MENU */
.side-menu {
	position: fixed;
	top: 0;
	left: -250px;
	height: 100vh;
	width: 250px;
	background: #222;
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	transition: 0.4s ease;
	z-index: 1000;
}

.side-menu.active {
	left: 0;
}

.side-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}

.side-menu li {
	width: 100%;
	height: 100px;
	min-width: 100%;
	min-height: 100px;
	max-width: 100%;
	max-height: 100px;
	flex-shrink: 0;
	flex-grow: 0;
}

/* IMG WRAPPER Z OBRAZKIEM I OVERLAYEM */
.img-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}

/* OBRAZEK */
.img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s ease;
	filter: grayscale(100%);
	transition: filter 0.4s ease;
	z-index: 1;
	position: relative;
}

/* NAKŁADKA SZARA */
.img-wrapper .overlay-grey {
	position: absolute;
	inset: 0;
	background: rgba(73, 73, 73, 0.7); /* szara przezroczystość */
	transition: opacity 0.4s ease;
	z-index: 2;
	pointer-events: none;
}

.img-wrapper .hover-overlay {
	position: absolute;
	inset: 0;
	transition: background 0.4s ease;
	z-index: 2;
}

/* NAPIS */
.img-wrapper span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 19px;
	font-weight: 700;
	text-shadow: 2px 2px 5px rgba(215, 188, 139, 0.7);
	z-index: 3;
	pointer-events: none;
}

/* EFEKT HOVER */
.img-wrapper:hover .hover-overlay {
	background: rgba(215, 188, 139, 0.7);
}
.img-wrapper:hover img {
	filter: grayscale(100%) brightness(1);
	transform: scale(1.03);
}

/* OVERLAY DLA CAŁEGO EKRANU (jeśli używasz) */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease;
	z-index: 999;
}
.overlay.active {
	opacity: 1;
	visibility: visible;
}

/* SKALOWANIE NA MAŁYCH EKRANACH */
@media (max-width: 480px) {
	.side-menu li {
		width: 90%;
		height: 140px;
	}
}

.has-submenu {
	width: 180px;
	position: relative;
}

@media (max-width: 992px) {
	.submenu {
		position: fixed;
		top: 0;
		left: 0 !important; /* 👈 to nadpisuje desktopowe left: 250px */
		width: 100vw !important; /* 👈 pełna szerokość */
		height: 100vh;
		background: #1d1d1d;
		display: none;
		flex-direction: column;
		padding: 80px 20px 20px;
		z-index: 1002;
		gap: 10px;
	}

	#backFromZespoly {
		color: #fff;
		font-weight: bold;
		padding: 12px 10px;
		border-bottom: 1px solid #444;
		cursor: pointer;
		display: block;
	}
}

/* Submenu – ukryte obok side-menu */
.has-submenu {
	position: relative;
}

.submenu {
	position: fixed;
	top: 0;
	left: 250px;
	width: 250px;
	height: 100vh;
	background: url(../img/zespol_szary.png);
	display: none;
	flex-direction: column;
	padding: 60px 20px 20px;
	box-sizing: border-box;
	z-index: 1002;
	gap: 10px;
}

/* Pokazuj submenu na hover */
.has-submenu:hover .submenu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.submenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.submenu li a {
	display: block;
	color: #f4f4f4;
	background: #141414;
	padding: 10px 15px;
	text-decoration: none;
	transition: background 0.3s ease;
}
.submenu li a:hover {
	background: #d7bc8b;
}

.back-btn {
	background: none;
	color: #141414;
	display: none;
	border: none;
	font-size: 2rem;
	margin-bottom: 20px;
	cursor: pointer;
	text-align: left;
}
.back-btn:hover {
	text-decoration: underline;
}

body.submenu-open .burger {
	display: none;
}
/*sidebar*/

/* The side navigation menu */
.sidebar {
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	height: 100%;
	overflow: auto;
	padding: 15px 15px 15px 15px;
	box-shadow: 1px 1px 10px #121212;
}
.sidebar h2 {
	color: #f3f3f3;
	font-weight: 600;
	margin-top: 10px;
}

.sidebar h2:after {
	content: "";
	width: 181px;
	height: 10px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	background-image: url("../img/kreska.png");
	background-repeat: no-repeat;
}
/* Sidebar links */
.sidebar a {
	display: inline-block;
	padding: 16px;
	margin-top: 5px;
	color: #f3f3f3;
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: 500;
	border-radius: 5px;
	transition: all 0.3s ease;
}

/* Active/current link */
.sidebar a.active {
	background-color: #463d34;
	color: white;
}

/* Links on mouse-over */
.sidebar a:hover:not(.active) {
	background-color: #dfb52f;
	color: white;
}

/* Page content. The value of the margin-left property should match the value of the sidebar's width property */
.sidecontent {
	width: 100%;
	text-align: left;
	padding: 0;
	height: auto;
}

.sidecontent h1 {
	position: relative;
	margin-bottom: 24px;
	margin-top: 24px;
	padding-left: 15px;
	font-size: 3rem;
	border-bottom: 1px solid #e6e6e6;
	line-height: normal;
	font-weight: 800;
	text-transform: uppercase;
}

.sidecontent h2 {
	position: relative;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
}

.decor {
	color: #dfb52f;
}

.sidecontent ul {
	list-style-image: url("../img/treehouse-marker.png");
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-transform: lowercase;
}
.sidecontent li {
	padding: 5px 0px 5px 5px;
}

.sidecontent-container {
	width: 100%;
	height: 500px;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1vw), 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1vw), 0 100%);
}

.sidecontent-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article-content {
	font-size: 18px;
}

.article-content img {
	display: block;
	width: 50%;
	height: auto;
	padding: 20px;
	margin: 0 auto;
}

.blog {
	color: var(--primary-color);
	background: #141414;
}

.bg-blog-black {
	background-color: #343a40 !important;
	color: #fff !important;
}

.bg-blog-bronze {
	background-color: var(--heading-color) !important;
	color: var(--secondary-color) !important;
}

.bg-blog-blue {
	background-color: #5643fa !important;
	color: #fff !important;
}

.blabla {
	list-style-image: url("../img/marker_red.png");
}

.pod {
	width: 100%;
	height: auto;
}

/*animacje*/

/* =========================
   REVEAL SYSTEM 2026
   lekki, bez AOS
   ========================= */

:root {
	--reveal-duration: 0.8s;
	--reveal-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--reveal-distance: 40px;
	--reveal-scale: 0.94;
	--reveal-blur: 8px;
}

/* bazowy stan */
.reveal {
	opacity: 0;
	will-change: transform, opacity, filter;
	transition:
		opacity var(--reveal-duration) var(--reveal-ease),
		transform var(--reveal-duration) var(--reveal-ease),
		filter var(--reveal-duration) var(--reveal-ease);
}

/* stan aktywny */
.reveal.is-visible {
	opacity: 1;
	transform: none;
	filter: blur(0);
}

/* kierunki */
.reveal-up {
	transform: translateY(var(--reveal-distance));
	filter: blur(var(--reveal-blur));
}

.reveal-down {
	transform: translateY(calc(var(--reveal-distance) * -1));
	filter: blur(var(--reveal-blur));
}

.reveal-left {
	transform: translateX(calc(var(--reveal-distance) * -1));
	filter: blur(var(--reveal-blur));
}

.reveal-right {
	transform: translateX(var(--reveal-distance));
	filter: blur(var(--reveal-blur));
}

/* delikatne */
.reveal-fade {
	transform: none;
	filter: blur(4px);
}

.reveal-zoom-in {
	transform: scale(var(--reveal-scale));
	filter: blur(var(--reveal-blur));
}

.reveal-zoom-out {
	transform: scale(1.06);
	filter: blur(var(--reveal-blur));
}

/* mocniejszy efekt premium */
.reveal-up-soft {
	transform: translateY(24px) scale(0.98);
	filter: blur(6px);
}

.reveal-left-soft {
	transform: translateX(-24px) scale(0.98);
	filter: blur(6px);
}

.reveal-right-soft {
	transform: translateX(24px) scale(0.98);
	filter: blur(6px);
}

/* opóźnienia */
.delay-1 {
	transition-delay: 0.08s;
}
.delay-2 {
	transition-delay: 0.16s;
}
.delay-3 {
	transition-delay: 0.24s;
}
.delay-4 {
	transition-delay: 0.32s;
}
.delay-5 {
	transition-delay: 0.4s;
}
.delay-6 {
	transition-delay: 0.48s;
}
.delay-7 {
	transition-delay: 0.56s;
}

/* szybsze / wolniejsze */
.reveal-fast {
	--reveal-duration: 0.55s;
}

.reveal-slow {
	--reveal-duration: 1s;
}

/* sekcje grupowe */
.reveal-group > * {
	opacity: 0;
	transform: translateY(30px);
	filter: blur(6px);
	transition:
		opacity 0.75s var(--reveal-ease),
		transform 0.75s var(--reveal-ease),
		filter 0.75s var(--reveal-ease);
}

.reveal-group.is-visible > * {
	opacity: 1;
	transform: none;
	filter: blur(0);
}

/* automatyczne schodki */
.reveal-group.is-visible > *:nth-child(1) {
	transition-delay: 0.06s;
}
.reveal-group.is-visible > *:nth-child(2) {
	transition-delay: 0.12s;
}
.reveal-group.is-visible > *:nth-child(3) {
	transition-delay: 0.18s;
}
.reveal-group.is-visible > *:nth-child(4) {
	transition-delay: 0.24s;
}
.reveal-group.is-visible > *:nth-child(5) {
	transition-delay: 0.3s;
}
.reveal-group.is-visible > *:nth-child(6) {
	transition-delay: 0.36s;
}
.reveal-group.is-visible > *:nth-child(7) {
	transition-delay: 0.42s;
}
.reveal-group.is-visible > *:nth-child(8) {
	transition-delay: 0.48s;
}
.reveal-group.is-visible > *:nth-child(9) {
	transition-delay: 0.54s;
}
.reveal-group.is-visible > *:nth-child(10) {
	transition-delay: 0.6s;
}
.reveal-group.is-visible > *:nth-child(11) {
	transition-delay: 0.66s;
}
.reveal-group.is-visible > *:nth-child(12) {
	transition-delay: 0.72s;
}

/* mobile: mniej agresywnie */
@media (max-width: 768px) {
	:root {
		--reveal-distance: 22px;
		--reveal-duration: 0.65s;
		--reveal-blur: 4px;
	}

	.reveal-zoom-out,
	.reveal-zoom-in {
		transform: translateY(18px);
	}
}

html,
body {
	overflow-x: hidden;
}

@media (max-width: 768px) {
	.reveal-left,
	.reveal-right,
	.reveal-left-soft,
	.reveal-right-soft {
		transform: translateY(18px) !important;
		filter: none !important;
	}
}

/* dostępność */
@media (prefers-reduced-motion: reduce) {
	.reveal,
	.reveal-group > * {
		opacity: 1 !important;
		transform: none !important;
		filter: none !important;
		transition: none !important;
	}
}

/*sidebar-history*/

/* ========== SIDEBAR ========== */
.sidebar-history {
	width: 220px;
	background: #f4f4f4;
	color: #222;
	padding: 2rem 1rem;
	position: sticky;
	top: 150px;
	align-self: flex-start;
	min-width: 180px;
	margin-right: 40px;
}

.sidebar-history ul {
	list-style: none;
}

.sidebar-history li {
	padding: 0.8rem 1rem;
	margin-bottom: 4px;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.2s;
}

.sidebar-history li:hover {
	background: #e0e0e0;
}

.sidebar-history li.active {
	font-weight: bold;
	background: #ddd;
	border-left: 4px solid #0d6efd;
}

.navrksbox {
	background: #0f0f0f;
	height: auto;
	margin-top: 0 !important;
}

.navrksbox::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/moroccan_pattern_2.png) repeat;
	background-size: 100px;
	opacity: 0.02;
	z-index: 1;
	pointer-events: none;
}

.navrks-group {
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0;
	margin: 0 auto;
	margin: 50px 0;
	justify-content: center;
	gap: 50px;
}

.navrks-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 400px;
	height: 200px;
	font-size: 20px;
	font-weight: 800;
	color: #ffffff;
	text-decoration: none;
	position: relative;
	border-radius: 12px;
	border: 2px solid #d7bc8b;
	overflow: hidden;
	background: #000;
	cursor: pointer;
	transition:
		border 0.25s ease,
		transform 0.25s ease,
		box-shadow 0.25s ease;
	text-transform: uppercase;

	/* WYRAŹNIEJSZY NAPIS */
	text-shadow:
		0 0 6px rgba(0, 0, 0, 0.65),
		0 0 3px rgba(0, 0, 0, 0.85);
}

/* TŁO – delikatne, bardziej schowane */
.navrks-btn::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--bg);
	background-size: cover;
	background-position: center;

	/* jeszcze subtelniej niż wcześniej */
	opacity: 0.35;

	z-index: 1;
	transition:
		transform 0.45s ease,
		opacity 0.35s ease;
}

/* TEKST NAD TŁEM */
.navrks-btn {
	z-index: 2;
}

/* HOVER – napis nie znika! */
.navrks-btn:hover {
	border-color: #f6e3b8;
	transform: translateY(-2px);
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.35);
}

/* HOVER – subtelne tło + minimalne wyostrzenie, BEZ negatywu dla tekstu */
.navrks-btn:hover::before {
	opacity: 0.5;
	transform: scale(1.05);
}

/* ========== TIMELINE ========== */
.timeline {
	width: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 2rem;
	position: relative;
	background: linear-gradient(to bottom, #111, #1a1a1a);
}

.timeline-line {
	width: 4px;
	background: #0d6efd;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.timeline-date {
	position: sticky;
	top: 2rem;
	text-align: center;
	font-size: 1.5rem;
	color: #0d6efd;
	z-index: 1;
}

.timeline-date span {
	display: block;
	font-size: 1rem;
	color: #ccc;
}

.timeline-marker {
	position: absolute;
	left: 0;
	width: 200px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	pointer-events: none;
}

.timeline-marker .year {
	font-size: 3.2rem;
	z-index: 2;
	position: relative;
	left: -50px;
	font-weight: bold;
	color: #f4f4f4;
	margin-bottom: 10px;
}

.timeline-marker .line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 4px;
	height: 100%;
	background: #0d6efd;
}

/* ========== CONTENT AREA ========== */
.content-history {
	flex: 1;
	padding: 2rem;
	position: relative;
	color: #f4f4f4;
	overflow: hidden;
	padding-left: 100px; /* zostaw miejsce na datę */
	margin-bottom: 100px;
}

.image-wrapper img {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
	border: 2px solid #444;
	border-radius: 4px;
}

.text-wrapper {
	margin-top: 1.5rem;
	margin-left: 5rem;
}

/* ========== MULTI-SECTIONS ========== */
/*
.content-section {
	display: none;
	animation: fade 0.3s ease;
}

.content-section.active {
	display: block;
} */

@keyframes fade {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@media (max-width: 767px) {
	.sidebar-history {
		top: 0;
		display: none;
		z-index: 10;
		border-bottom: 1px solid #ccc;
	}
}
.paragraph1 {
	padding: 20px 30px;
	margin-bottom: 20px;
	box-shadow: 0px 10px 30px 2px rgba(49, 52, 57, 0.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 2rem;
	position: relative;
	margin-top: 15px;
	z-index: 2;
}

.paragraph1:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	border-style: solid;
	border-width: 5px;
	top: 0;
	left: 0;
	border-color: #caa328 transparent transparent #caa328;
}

.paragraph1:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	border-style: solid;
	border-width: 5px;
	top: 0;
	right: 0;
	border-color: #caa328 #caa328 transparent transparent;
}

.paragraph2 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 30px;
	margin-bottom: 20px;
	background-color: #242526;
	color: #574a3a;
	font-size: 2rem;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 15px;
	border: 1px solid #d6e9c6;
	z-index: 2;
}

.paragraph2:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	border-style: solid;
	border-width: 5px;
	bottom: 0;
	left: 0;
	border-color: transparent transparent #caa328 #caa328;
}

.paragraph2:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	border-style: solid;
	border-width: 5px;
	bottom: 0;
	right: 0;
	border-color: transparent #caa328 #caa328 transparent;
}

.paragraph2 i {
	background: transparent;
	border: 0.25rem solid #dfb52f;
	border-radius: 10%;
	font-size: 25px;
	padding: 5px;
}

.paragraph2 p {
	margin: 10px 10px;
	padding: 10px;
}

.paragraph3 {
	padding: 20px 30px;
	margin-bottom: 20px;
	background-image: url("../img/9.jpg");
	background-size: cover;
	background-position: center;
}

.paragraph3 img {
	width: auto;
	height: 75px;
	object-fit: cover;
}

.paragraph4 {
	padding: 20px 30px;
	margin-bottom: 20px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 10px 30px 2px rgba(49, 52, 57, 0.7);
	color: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 2rem;
	position: relative;
	margin-top: 15px;
	z-index: 2;
}

.paragraph4:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	border-style: solid;
	border-width: 5px;
	top: 0;
	left: 0;
	border-color: #caa328 transparent transparent #caa328;
}

.paragraph4:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	border-style: solid;
	border-width: 5px;
	bottom: 0;
	right: 0;
	border-color: transparent #caa328 #caa328 transparent;
}

.news-share {
	border: 1px solid #f6f7fb;
}

.poznaj_nas {
	margin-bottom: 100px;
}

.poznaj_nas h2 {
	color: #28282b;
	text-shadow:
		0 1px 0 #2d2d2d,
		0 4px 8px rgba(0, 0, 0, 0.1);
	font-family: "Outfit", sans-serif;
	font-weight: 800;
}

.akademia {
	margin: 100px;
}

/* AKADEMIA */

.akademia-card {
	position: relative;
	display: block;
	width: 100%;
	height: 350px;
	margin: 15px 5px;
	overflow: hidden;
	border-radius: 4px;
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - 10px),
		calc(100% - 10px) 100%,
		0 100%
	);
	text-decoration: none;
	transition: transform 0.3s ease;
}

.akademia-image:hover {
	transform: scale(1.03);
}

.akademia-image {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	z-index: 0;
}

.akademia-overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(
		0,
		20,
		50,
		0.3
	); /* ciemnoniebieska półprzezroczystość */
	z-index: 1;
	transition: background-color 0.3s ease;
}

.akademia-card:hover .akademia-overlay {
	background-color: rgba(0, 20, 50, 0.7); /* mocniejsze przy hoverze */
}

.akademia-label {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-weight: 700;
	font-size: 24px;
	z-index: 2;
	text-align: center;
	letter-spacing: 1px;
	pointer-events: none;
}

.main-news {
	position: relative;
	border-radius: 5px;
	height: 450px;
	overflow: hidden;
	display: flex;
	padding: 20px;
	margin: 10px 0px;
}

.bg-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: contain;
	background-color: black;
	z-index: 1;
}

.main-news-img img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: contain;
	z-index: 1;
}

.news-heading {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	bottom: 0;
	left: 0;
	height: 40%;
	width: 45%;
	background: #8e877b;
	z-index: 3;
	color: white;
	padding: 20px;
}

.news-title h2 {
	font-size: 20px;
	font-weight: 700;
	color: #cbae7d;
	text-transform: uppercase;
}

.news-lead {
	background: #3d3d3d;
	color: #d7bc8b;
	line-break: anywhere;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
	position: relative;
	z-index: 2;
	margin-top: -170px;
	padding: 20px;
	font-size: 32px;
	margin-bottom: 20px;
}

.news-info {
	display: flex;
	flex-direction: row;
}

.news-info-box {
	color: #3d3d3d;
	padding: 20px;
	width: 30%;
	margin: 20px 0px;
}

.news-category {
	color: #28282b;
	font-weight: 700;
	margin: 0 10px;
}

.news-shadow {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.4),
		rgba(0, 0, 0, 0.7)
	);
	z-index: 2;
}

.news-container {
	height: 600px;
}

.second-news {
	position: relative;
	height: 450px;
	width: 100%;
	margin: 10px 0px;
}

.second-news img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.second-news-heading {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	bottom: 0;
	right: 0;
	height: 40%;
	width: 85%;
	background: #28282b;
	z-index: 3;
	color: white;
	padding: 20px;
}

.news-card {
	position: relative;
	border-radius: 5px;
	height: 450px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	margin: 10px 0px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.news-card-img {
	height: 250px;
	position: relative;
	width: 100%;
}

.news-card-info {
	background: #f4f4f4;
	position: relative;
	height: 200px;
	padding: 20px;
	display: flex;
	flex-direction: column;
}

.news-card-info-label {
	display: flex;
	margin: 50px 0px;
	justify-content: space-between;
}

.news-card-info h2 {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.text-content {
	flex-grow: 1;
	overflow: hidden;
}

.text-content h2 {
	font-size: 2rem;
	line-height: 1.4;
	max-height: calc(2rem * 1.4 * 3);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.meta-content {
	display: flex;
	justify-content: space-between;
	font-size: 1.4rem;
	margin-top: 10px;
}

.news-boxes {
	display: flex;
	height: 50%;
}

.news-box1 {
	width: 50%;
}

.news-box1 img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.rezerwacja-stopka p {
	font-weight: 700;
}

.bg-left-btn {
	background: #abc121;
	height: 20px;
}

.player-button {
	position: relative;
	overflow: hidden;

	padding: 10px 20px;
	background-color: #0f0f0f;
	border: none;
	color: #f4f4f4;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;

	transform: scale(0.95);
	transition:
		transform 0.25s ease,
		color 0.25s ease;
}

/* gradient overlay */
.player-button::before {
	content: "";
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;

	background: linear-gradient(to bottom, #d9c08f, #cbae7d, #b79b66);

	transition: top 0.35s ease;
	z-index: 0;
}

/* hover */
.player-button:hover::before {
	top: 0;
}

.player-button:hover {
	transform: scale(1);
}

.player-button:hover span {
	color: #1f1f1f;
}

/* tekst nad gradientem */
.player-button span,
.player-button {
	position: relative;
	z-index: 1;
}

.reservation-btn {
	width: auto;
	height: 50px;
	left: 20px;
	bottom: 20px;
	opacity: 1;
	background: #333;
	color: #fff;
	border-radius: 25px;
	cursor: pointer;
	position: fixed;
	z-index: 2000;
	box-shadow: 0.3rem 0.3rem #7e8e18 !important;
	transition: all 0.4s ease-in-out;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(1);
}

.reservation-btn a {
	color: #fff;
}

#counter {
	font-weight: 700;
}

.thank-you {
	display: flex;
	justify-content: center;
	padding: 100px;
	height: 100vh;
	background:
		linear-gradient(to bottom, #f2f0f0, #ffffffbd),
		url(../img/travel_pattern.jpg);
	background-size: cover;
}

.thank-you button {
	width: auto;
	background: #28282b !important;
	color: #fff;
	margin-top: 10px;
	box-shadow: 0.3rem 0.3rem #7e8e18 !important;
}

.thank-you button:hover,
.thank-you button:active {
	background: #8b9d16 !important;
}

.thank-you button span {
	display: flex;
	align-items: center;
}

.thank-you button i {
	font-size: 16px;
}

.travel_pattern {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/travel_pattern.jpg);
	background-size: cover;
	opacity: 0.7;
	z-index: -1;
}

/*formularz rezerwacji */

.rc-anchor-light {
	border-radius: 10px !important; /*captcha*/
}

#reservationForm {
	border-radius: 25px;
	padding: 10px 30px;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.45);
}

#reservationForm label {
	padding: 10px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
	color: #fff;
}

#reservationForm input {
	border: 1px solid #def932;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
}

#reservationForm textarea {
	border: 1px solid #def932;
	border-radius: 10px;
	width: 400px;
	max-width: 400px;
	resize: both;
	overflow: auto;
}

#reservationForm select {
	border: 1px solid #242424;
	border-radius: 10px;
	padding: 10px 20px;
}

#reservationForm input::placeholder {
	font-size: 14px;
	opacity: 0.8;
}

#reservationForm textarea::placeholder {
	font-size: 14px;
	padding: 5px;
}

#reservationForm p {
	color: #f6f6f6;
	font-size: 14px;
	font-weight: 400;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.submit-reservation {
	margin: 10px;
	left: 40%;
	position: relative;
	box-shadow: 0.3rem 0.3rem #7e8e18 !important;
	padding: 1rem 2.8rem !important;
}

.message {
	display: none;
	padding: 10px;
	margin-top: 15px;
	border-radius: 6px;
}
.message.success {
	background-color: #d4edda;
	color: #155724;
}
.message.error {
	background-color: #f8d7da;
	color: #721c24;
}

.cred {
	color: red;
}

.style {
}
.style:after {
	background: #abc121;
	display: block;
	content: "";
	height: 3px;
	width: 120px;
	margin: 5px 0;
	position: relative;
}

.style-light:after {
	background: #ffffff;
	display: block;
	content: "";
	height: 2px;
	width: 120px;
	margin: 5px 0;
	position: relative;
}

.style2 {
	padding-bottom: 50px;
	margin-bottom: 5px;
	position: relative;
}

.contact {
	margin: 0 !important;
}

.style2:after {
	content: "";
	display: block;
	bottom: 0;
	left: 0;
	max-width: 100%;
	width: 100px;
	height: 2px;
	margin: 5px auto 0;
	border-radius: 4px;
	background-color: #dfb52f;
}

.scroll-down {
	background: url("../img/scroll_down.png");
	bottom: 10%;
	display: block;
	height: 35px;
	margin: 0 auto;
	position: absolute;
	width: 85px;
}

.code {
	background-color: #fcfcfc;
	border-radius: 8px;
	color: black;
	font-family: courier, monospace;
	font-size: 18px;
	padding: 2px 5px 5px;
	position: relative;
	top: -2px;
}

.booksy {
	background-image: url("../img/booksy_icon.png");
	display: inline-block;
	height: 18px;
	width: 25px;
}

.booksy-umow {
	background-image: url("../img/booksy_icon.png");
	display: inline-block;
	float: inline-start;
	margin-right: 1rem;
	height: 18px;
	width: 25px;
}

@media screen and (max-width: 970px) {
	.contact {
		height: auto !important;
	}

	.heading-long span {
		font-size: 16px;
	}

	.hero-picture {
		flex-direction: column;
		margin: 20px 0px 50px 0px;
	}

	.hero-picture img {
		height: 125px;
		margin-top: 10px;
	}

	.wrapper .btn {
		display: block;
	}

	nav .wrapper {
		justify-content: space-between;
	}

	.logo {
		margin: 0 10px;
	}
	.wrapper .nav-links {
		position: fixed;
		height: 100vh;
		width: 50%;
		top: 0;
		left: -100%;
		background: #28282b;
		display: block;
		padding: 25px 10px;
		line-height: 50px;
		overflow-y: auto;
		box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
		transition: all 0.3s ease;
	}

	.nav-links li a::after {
		display: none;
	}
	/* custom scroll bar */
	::-webkit-scrollbar {
		width: 10px;
	}
	::-webkit-scrollbar-track {
		background: #3a3b3c;
	}
	::-webkit-scrollbar-thumb {
		background: #a38857;
	}

	#user-menu ~ .nav-links:focus-within,
	#user-menu:focus ~ .nav-links {
		left: 0%;
		display: block;
		transform: scaleX(1) scaleY(1);
		transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
		transition-duration: 500ms;
		opacity: 1;
	}
	.nav-links li {
		margin: 15px 10px;
	}
	.nav-links li a {
		padding: 12px;
		display: block;
		font-size: 20px;
	}
	.nav-links .drop-menu {
		position: relative;
		opacity: 1;
		top: 65px;
		visibility: visible;
		padding-left: 20px;
		width: 100%;
		max-height: 0px;
		overflow: hidden;
		box-shadow: none;
		transition: all 0.3s ease;
	}
	#showDrop:checked ~ .drop-menu,
	#showMega:checked ~ .mega-box {
		max-height: 100%;
	}
	.nav-links .desktop-item {
		display: block;
	}
	.nav-links .mobile-item {
		display: block;
		color: #f2f2f2;
		font-size: 20px;
		font-weight: 500;
		padding-left: 20px;
		cursor: pointer;
		border-radius: 5px;
		transition: all 0.3s ease;
	}
	.nav-links .mobile-item:hover {
		background: #3a3b3c;
	}
	.drop-menu li {
		margin: 0;
	}
	.drop-menu li a {
		border-radius: 5px;
		font-size: 18px;
	}
	.mega-box {
		position: static;
		top: 65px;
		opacity: 1;
		visibility: visible;
		padding: 0 20px;
		max-height: 0px;
		overflow: hidden;
		transition: all 0.3s ease;
	}
	.mega-box .content {
		box-shadow: none;
		flex-direction: column;
		padding: 20px 20px 0 20px;
	}
	.mega-box .content .rowmm {
		width: 100%;
		margin-bottom: 15px;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}
	.mega-box .content .rowmm:nth-child(1),
	.mega-box .content .rowmm:nth-child(2) {
		border-top: 0px;
	}
	.content .rowmm .mega-links {
		border-left: 0px;
		padding-left: 15px;
	}
	.rowmm .mega-links li {
		margin: 0;
	}
	.content .rowmm header {
		font-size: 19px;
	}
}
nav input {
	display: none;
}

.hero {
	position: relative;
	min-height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center;

	background: url("../img/fani/2.grey.png") center/cover no-repeat;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(to bottom, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.6)),
		radial-gradient(circle at center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
}

.hero-content {
	position: relative;
	z-index: 2;
	max-width: 800px;
}

.hero h1 {
	font-size: 40px;
	font-weight: 900;
	letter-spacing: 2px;
	color: #fff;
	position: relative;
	z-index: 3;
	text-shadow:
		0 1px 0 #2d2d2d,
		0 4px 8px rgba(0, 0, 0, 0.1);

	text-transform: uppercase;
}

.hero h1::after {
	content: "";
	display: block;
	width: 80px;
	height: 6px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 34%);
	background: #cdb07a;
	margin: 15px auto;
}

.hero p {
	color: #ddd;
	font-size: 18px;
	text-shadow:
		0 1px 0 #2d2d2d,
		0 4px 8px rgb(0 0 0);
	background: linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.82));
	padding: 15px;
	border-radius: 18px;
	line-height: 1.6;
}

header.hero-img {
	position: relative;
	height: 80vh;
	background: #3a3b3c;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	color: var(--primary-color);
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.hero-img.color-mode {
	filter: grayscale(0%);
	transition: filter 2s ease-in-out;
}

.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 50vw;
	height: 70vh;
	background: rgba(131, 107, 35, 0.6);
	clip-path: inset(0 0 0 0);
	transition: none;
	z-index: 2;
}

.hero-overlay.reset {
	clip-path: inset(0 0 0 0);
}

.hero-overlay.shrink {
	clip-path: inset(65% 0 0 0); /* zostaje 35% wysokosci */
	transition: clip-path 2s ease-in-out;
}

.overlay-right {
	position: absolute;
	inset: 0;
	background: inherit;
	filter: grayscale(100%);
	clip-path: inset(0 0 0 50%);
	transition: clip-path 2s ease-in-out;
	z-index: 2;
	pointer-events: none;
}

.overlay-right.reveal {
	clip-path: inset(0 0 100% 50%);
}

header.hero-img h1 {
	text-transform: uppercase;
	font-size: 48px;
	margin-bottom: 20px;
	border-top: 1px solid #d7bc8b;
	border-bottom: 1px solid #d7bc8b;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.4);
	padding: 10px;
}

header:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/moroccan_pattern_2.png) repeat;
	background-size: 100px;
	opacity: 0.02;
	z-index: -1;
	pointer-events: none;
}

header.hero-img h2 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	margin-top: 50px;
	color: #f4f4f4;
	text-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.4);
	padding: 5px;
}

header.hero-img .hero-text {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 40%;
	font-size: 40px;
	z-index: 4;
	position: relative;
}

header h2 span {
	color: #dfb52f;
	font-size: 50px;
}

header.hero-img .fa-chevron-down {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	font-size: 30px;
	color: #fff;
}

.multiple-text {
	font-family: "Outfit", sans-serif;
}

#faq .accordion-button {
	color: var(--primary-color);
	background-color: #cbae7d;
	box-shadow: 0px 10px 30px 2px rgba(49, 52, 57, 0.3);
}

#faq .accordion-item {
	color: #fff;
	margin-top: 10px;
	border: 0;
}

.faqu .accordion-button {
	color: #ffffff;
	background-color: #574a3a;
	box-shadow: none;
}

.faqu .accordion-item {
	background-color: var(--bg-color);
	margin-top: 10px;
	box-shadow: 0px 10px 30px 2px rgba(49, 52, 57, 0.3);
	border: 0;
}

.accordion-item {
	background-color: transparent;
	margin-top: 10px;
	border: 0;
}

.accordion-item .accordion-body {
	position: relative;
	color: var(--primary-color);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #cbae7d;
	color: #28282b;
	padding: 2rem;
}

.accordion-button {
	padding: 20px;
	font-size: 2rem;
	background: #cbae7d;
	font-weight: 600;
}

.accordion-button:focus {
	z-index: 3;
	border: 0;
	outline: 0;
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
	color: var(--primary-color);
	background-color: #cbae7d;
	box-shadow: none;
}

.accordion-button::after {
	flex-shrink: 0;
	width: 2.5rem;
	height: 2.5rem;
	margin-left: auto;
	content: "";
	background-image: url(../img/up.svg);
	background-repeat: no-repeat;
	background-size: 2.5rem;
	transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
	background-image: url(../img/minus.svg);
	transform: rotate(-180deg);
}

.accordion i {
	font-size: 30px;
	color: #dfb52f;
	padding: 10px;
}

.social-media a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 5rem;
	height: 5rem;
	background: transparent;
	border: 0.5rem solid #abc121;
	border-radius: 5px;
	font-size: 2rem;
	color: #fff;
	margin: 2rem 1.5rem 3rem 0;
	transition: 0.5s ease;
	text-decoration: none;
}

.social-media a:hover {
	background: #6d7b10;
	color: black;
	box-shadow: 0 0 2rem #abc121;
}

.short {
	margin-top: 4rem;
	color: #fff;
}

.saf {
	display: block;
	transition: transform 250ms ease;
	width: 50%;
	height: 50%;
	border-bottom: 0.25rem outset #dfb52f;
	object-fit: contain;
	margin: 0 auto;
	transform: translateY(50%);
}

.saf-bg {
	height: 75px;
	width: 75px;
	background: #282826;
	box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
	margin: 0 auto;
}

.bg-bblack {
	background-color: #141310 !important;
}

.bg-white {
	background: #fff;
}

.bg-heading {
	margin: 0%;
	padding: 25px;
	background-color: rgb(87, 74, 58, 0.25);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	color: #fff;
}

.con {
	display: block;
	transition: transform 250ms ease;
	width: 50%;
	height: 50%;
	object-fit: contain;
	margin: 0 auto;
	transform: translateY(50%);
}
.con-bg {
	height: 75px;
	width: 75px;
	border: 0.2rem solid #dfb52f;
	border-radius: 50%;

	box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);

	margin: 0 auto;
}

.button-galeria {
	width: 100%;
	text-align: center;
}

/*galeria*/
.lightboxOverlay {
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}

.g_container {
	width: 100%;
	min-height: 100vh;

	align-items: center;
	justify-content: center;
	padding: 50px 8%;
}

.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 30px;
	margin: 25px 75px;
}

.gallery img {
	width: 100%;
}

.gallery-desc {
	border-radius: 10px;
	padding: 15px;
}

.lead {
	text-align: center;
	background: rgba(0, 0, 0, 0.15);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
	padding: 20px;
	color: #f4f4f4;
	border-radius: 10px;
	width: 50%;
	margin: 0 auto;
}

.galleryh1 {
	text-align: center;
	font-size: 42px;
	color: #cbae7d;
	margin: 10px;
}

.overflowauto {
	overflow: auto !important;
}

/* tło galerii */
.gallery-bg {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	padding: 3rem 2rem;
	margin: 10px;

	/* fallback jak obrazek nie zadziała */
	background-color: rgba(0, 0, 0, 0.65);

	/* UWAGA: twarda ścieżka pod Twój /test/ */
	background-image:
		linear-gradient(rgb(255 255 255 / 55%), rgb(255 255 255 / 85%)),
		url("/test/rksradomsko-stowarzyszenie/img/historia-edit.png");

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	box-shadow: 0 40px 80px rgba(0, 0, 0, 0.35);
}

/* delikatna poświata */
.gallery-bg::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(
			circle at 20% 20%,
			rgba(255, 255, 255, 0.06),
			transparent 40%
		),
		radial-gradient(
			circle at 80% 70%,
			rgba(255, 255, 255, 0.04),
			transparent 45%
		);
	pointer-events: none;
	z-index: 0;
}

/* treść nad tłem */
.gallery-bg > * {
	position: relative;
	z-index: 1;
}

.sub-oferta a {
	color: #3a3b3c !important;
}

.sub-oferta a:hover,
a:active {
	color: #eee !important;
}

.contact-bg {
	background-image: url(../img/ofertabg.jpg);
	background-size: cover;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.galeriefull {
	margin-top: 0 !important;
}

#galerie,
.gallery-bg {
	position: relative;
	background: linear-gradient(180deg, #0e0e0e 0%, #151515 100%);
	padding: 6rem 0;
	overflow: hidden;
}

#galerie::before,
.gallery-bg::before {
	content: "";
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(
		-45deg,
		rgba(255, 255, 255, 0.015),
		rgba(255, 255, 255, 0.015) 2px,
		transparent 2px,
		transparent 6px
	);
	opacity: 0.6;
	pointer-events: none;
}

#galerie::after,
.gallery-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 50% 0%, #cbae7d47, transparent 50%);
	pointer-events: none;
}

#galerie h2 {
	font-family: "Outfit", sans-serif;
	font-weight: 800;
	background: #141414;
	border-radius: 10px;
	margin: 0 auto;
	width: 80%;
	letter-spacing: 2px;
	color: #cbae7d;
	text-shadow:
		0 1px 0 #2d2d2d,
		0 4px 8px rgba(0, 0, 0, 0.1);
}

.colorgold {
	background: #cbae7d !important;
}

.colorwhite {
	color: #f4f4f4 !important;
	background: #141414;
	margin: 0 auto;
	margin-top: 10px;
	border-radius: 10px;
	width: 80%;
}

.colorblack {
	color: #28282b !important;
}

/* ----- */

.flota-bg {
	position: relative;
	background-image: url("../img/background_droga.jpg");
	background-size: cover;
	background-position: center;
	padding: 120px;
	z-index: 0;
}

.flota-bg h3 {
	position: relative;
	top: -50px;
	color: #fff;
}

.regulamin ul li {
	padding: 1.5rem;
}

.reg2nd {
	padding: 25px;
	list-style: decimal !important;
	border: none !important;
}

.reg2nd li:not(:last-child) {
	border: 0 !important;
}

.regulamin p {
	font-weight: 600;
}

.border-gradient {
	border: 10px solid;
	border-image-slice: 1;
	border-width: 2px;
}
.border-gradient-rks {
	border-image-source: linear-gradient(to left, #1b34a5, #3e60f5);
	width: 100%;
}
.border-gradient-green {
	border-image-source: linear-gradient(to left, #039648, #005f2c);
}

.border-gradient-cera {
	border-image-source: linear-gradient(
		to right top,
		#a00005,
		#963a00,
		#855800,
		#706e00,
		#558100,
		#43841d,
		#2d8630,
		#028841,
		#017e3c,
		#017336,
		#006931,
		#005f2c
	);
}

.border-gradient-cera-2 {
	border-image-source: linear-gradient(
		to bottom,
		#a00005,
		#963a00,
		#855800,
		#706e00,
		#558100,
		#43841d,
		#2d8630,
		#028841,
		#017e3c,
		#017336,
		#006931,
		#005f2c
	);
}

.only-top {
	border-left: 0;
	border-right: 0;
	border-top: 0;
}

/* ========= KARTA OGÓLNA ========= */
.news-card-item {
	width: 100%; /* 👈 klucz – dopasowanie do rodzica */
	display: flex;
	flex-direction: column;
	background: transparent;
	margin: 10px 0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.news-card-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

/* ========= OBRAZEK ========= */
.news-blog-img {
	width: 100%;
	aspect-ratio: 1 / 1; /* Stały BOX -> wys. automagicznie */
	overflow: hidden;
	position: relative;
}

.news-blog-img img {
	position: absolute;
	inset: 0;
	transition: all 0.3s ease;
	width: 100%;
	height: 100%;
}

/* ========= TYTUŁ ========= */
.news-card-item-content {
	padding: 16px;
	flex: 1; /* 👉 daje przestrzeń, kiedy treść będzie krótsza */
}

.news-news-title h2 {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
	color: #222;
}

/* ========= KATEGORIA (na dole) ========= */
.news-card-item-category {
	padding: 12px 16px;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	color: #666;
	border-top: 1px solid #eee;
	background: #d7bc8b;
}

.card-list .card-item {
	color: #fff;
	height: 500px;
	background: linear-gradient(to left, #000, #28282b);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
	clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
	margin: 0 auto;
}

.card-list .card-item .user-image {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	position: absolute;
	object-fit: cover;
	top: 0;
}

.card-item1 {
	color: #fff;
	height: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	margin: 0 auto;
	margin-bottom: 10px;
}

.card-item1 .user-image1 {
	width: 100%;
	height: 250px;
	margin: 0 auto;
	position: relative;
	object-fit: cover;
	top: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.card-item h2 {
	padding: 20px;
}

.card-item-content {
	text-align: center;
	color: #28282b;
	padding: 20px;
	width: 100%;
	position: absolute;
	top: 65%;
	font-weight: 700;
}

.card-item-category {
	position: absolute;
	top: 50%;
	width: auto;
	border-radius: 10px;
	left: 50%;
	color: #ffffff;
	padding: 10px;
	background: linear-gradient(to left, #cbae7d, #d7bc8b);
	transform: translate(-55%, 50%);
}

.opinion-list .opinion-item {
	color: var(--primary-color);
	height: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	/* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); */
	margin: 0 auto;
}

.opinion-list .opinion-item .opinion-image {
	width: 150px;
	height: 150px;
	border-radius: 75px;
	margin: 0 auto;
	position: absolute;
	object-fit: cover;
	top: 0;
}

.opinion-item1 {
	color: #fff;
	height: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	margin: 0 auto;
	margin-bottom: 10px;
}

.opinion-item1 .opinion-image1 {
	width: 100%;
	height: 250px;
	margin: 0 auto;
	position: relative;
	object-fit: cover;
	top: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.opinion-item h2 {
	padding: 20px;
}

.opinion-item-content {
	text-align: center;
	margin-top: 40%;
}

.opinion-img {
	display: flex;
	justify-content: center;
	height: auto;
	width: 100%;
}

.opinion-img:after {
	background: url(../img/google-icon.svg) no-repeat;
	content: "";
	display: block;
	height: 42px;
	position: absolute;
	left: 60%;
	top: 20%;
	width: 42px;
	border-radius: 42px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.opinion-rate {
	background: url(../img/star.svg) repeat-x;
	background-size: 20%, 20%;
	content: "";
	width: 64px;
	height: 32px;
	display: block;
	margin: 0 auto;
}

.opinion-name {
	color: var(--primary-color);
}

.opinion-date {
	color: var(--primary-color);
	font-size: 80%;
}

.opinion-op {
	border-radius: 25px;
	background: #28282b;
	color: #fff;
	padding: 20px;
	box-shadow: 0px 10px 30px 2px rgba(49, 52, 57, 0.3);
}

.bsdec {
	border-style: solid;
	border-width: 2px;
	border-color: #caa328;
	padding: 20px;
}

.bsdec1 {
	border-bottom: 1px solid #e7e7e7;
	padding: 20px;
}

.swiper {
	overflow: hidden;
}

.slider-wrapper {
	overflow: hidden;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.swiper-slide {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
	color: #ffffff !important;
	filter: drop-shadow(0.25rem 0 0.25rem #574a3a) !important;
}

.swiper-pagination-bullet {
	width: var(
		--swiper-pagination-bullet-width,
		var(--swiper-pagination-bullet-size, 16px)
	);
	height: var(
		--swiper-pagination-bullet-height,
		var(--swiper-pagination-bullet-size, 16px)
	);
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 0%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.6);
}

.swiper-pagination-bullet-active {
	background-color: #e4d1ae !important;
}

.blog-img {
	height: 100%;
	width: 100%;
}

.blogdecor {
	background-color: #dfb52f;
	border-radius: 4px;
	color: #343a40;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	margin: 0 2px 0 0;
	padding: 6px 10px;
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	white-space: nowrap;
}

.blog-details {
	position: relative;
	display: flex;
	border: 2px solid #e3fd3c;
	border-radius: 5px;
	background: #abc121;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	height: 40px;
	width: 75%;
	margin: 0 auto;
	padding: 0px 10px;
	top: 230px;
	/* left: 20px; */
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.blog-details i {
	font-size: 14px;
	font-weight: 700;
	color: var(--primary-color);
	margin-left: 10px;
}

.blog-date {
	position: absolute;
	display: flex;
	background: var(--bg-cookie);
	color: #fff;
	justify-content: center;
	align-items: center;
	height: 35px;
	width: auto;
	padding: 0px 10px;
	border-radius: 10px;
	top: 20px;
	left: 20px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.blog-date i {
	font-size: 16px;
	font-weight: 700;
	margin-left: 10px;
}

.blog-date span,
.blog-details span {
	margin-left: 5px;
}

.bdfshadow {
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	height: 250px;
	width: 100%;
	opacity: 40%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.article-content a:hover {
	color: #fff;
}

.article-content i {
	font-size: 18px;
	padding: 6px 3px;
}

.article-info {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 30px;
	margin: 10px;
	color: var(--heading-color);
	font-size: 2rem;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #d6e9c6;
	z-index: 2;
}

.article-info i,
.article-info span {
	margin-right: 8px;
}

.blog_container {
	position: relative;
	background-image: url(../img/ofertabg.jpg);
	background-size: contain;
	background-repeat: round;
	width: 400px;
	height: auto;
	box-shadow: 3px 3px 15px rgba(213, 230, 238, 0.68);
	margin-bottom: 2rem;
}

.bg_polska {
	position: relative;
	background-image: url(../img/cera_background_black.png);
	background-position: top;
	background-size: cover;
	/* background-attachment: fixed; */
	z-index: 2;
}

.bblack {
	background: var(--bg-blog) !important;
	background-size: contain;
	background-repeat: round;
}

.bbgold {
	background-image: url(../img/ofertabg_gold.png);
	background-size: contain;
	background-repeat: round;
}

.bblack h2 {
	color: var(--tertiary-color) !important;
}

.black {
	color: var(--heading-color) !important;
}

.grey {
	color: #bdbaba !important;
}

.gold {
	color: #e8decb !important;
}
.white {
	color: #fff !important;
}

.blog img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	transition: transform 0.2s ease-out;
}

.blog h3 {
	color: #fff;
}

.blog-content {
	width: 100%;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.blog h2 {
	color: var(--primary-color);
	font-size: 120%;
	text-align: center;
	font-weight: 600;
}

.more {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	background: #92891b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 48px;
	height: 48px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 31px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

/* cookies */

.cookie-wrapper {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.65);
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
}

#cookiealert {
	display: flex;
	flex-direction: column;
	z-index: 99999;
	min-height: 35px;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	background: #f3f3f2;
	text-align: center;
	right: 0;
	bottom: 0;
	color: #101010;
	box-shadow: 0 0 3px 0 #abc121;
	padding: 20px;
}

#cookiealert i {
	font-size: 50px;
	margin: 10px;
	text-shadow: 2px 2px #28282b;
}

#cookiealert_polityka {
	margin: 10px;
}

#okbutton {
	position: relative;
	width: auto;
	margin: 0 auto;
	text-decoration: none;
	border: 0px solid rgb(31, 31, 31);
	border-radius: 5px;
	padding: 10px 40px;
	background: #28282b !important;
	box-shadow: 0.3rem 0.3rem #7e8e18 !important;
	color: #fff;
	text-align: center;
	font-size: 13px;
	line-height: 15px;
}

#okbutton:hover {
	background: #8b9d16 !important;
}

#xbutton {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	width: 15px;
	height: 15px;
	opacity: 0.5;
	padding: 10px;
	outline: 0;
	cursor: pointer;
}

/* popup mecz */

.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.popup-container {
	background: #212529;
	border: 5px solid #f4f4f4;
	padding: 2rem;
	border-radius: 8px;
	position: relative;
	width: 90%;
	max-width: 600px;
	z-index: 1;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

.popup-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/tekstura_2.jpg);
	background-size: cover;
	opacity: 0.05;
	z-index: -5;
}

.popup-close {
	position: absolute;
	top: 10px;
	right: 15px;
	background: transparent;
	color: #f4f4f4;
	font-size: 28px;
	border: none;
	cursor: pointer;
}

.popup-date {
	font-size: 28px;
	color: #f4f4f4;
	margin-bottom: 20px;
}

.popup-date .bold {
	font-weight: 900;
}

.popup-logos {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 30px;
	flex-wrap: wrap;
	gap: 20px;
}

.team-logo {
	max-height: 150px;
	width: auto;
	height: 150px;
}

.rozgrywki-logo {
	max-width: 80px;
	height: auto;
}

.popup-button {
	background-color: #141414;
	color: #fff;
	font-size: 20px;
	padding: 15px 40px;
	border: none;
	cursor: pointer;
	font-weight: bold;
	border-radius: 4px;
	transition: background 0.3s;
}

.popup-button:hover {
	background-color: #3e60f5;
}

/* ----- */

.home-brand {
	background: #f4f4f4;
	background-position: center;
	background-size: cover;
}

.bio-image-wrapper {
	overflow: hidden;
	width: 75%;
	margin: 0 auto;
	height: 100%;
	filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.2));
	transition: transform 0.2s ease-out;
}

.bio-image-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.2s ease-out;
}

.bio-podpis {
	width: 50%;
	height: auto;
	margin: 0 auto;
	padding: 2rem;
	display: block;
	transition: transform 0.2s ease-out;
}

.home-brand h1 {
	color: var(--primary-color);
}

.home-brand h3 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	color: var(--primary-color);
}

.home-box {
	width: 100%;
	color: var(--primary-color);
	position: relative;
	padding: 50px;
	font-size: 18px;
	line-height: 1.8;
}

.home-box h3 {
	font-size: 3rem;
	font-weight: bold;
	color: #dfb52f;
}

.opinions h3 {
	border-bottom: 2px solid var(--tertiary-color);
	width: 50%;
	margin: 0 auto;
}

.open-time-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	font-size: 90%;
}

.open-time-wrapper span {
	margin: 5px;
}

/* ====== LAYOUT ====== */
.banner-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

@media (max-width: 900px) {
	.banner-grid {
		grid-template-columns: 1fr;
	}
}

/* ====== BOX ====== */
.banner-box {
	--radius: 18px;
	--pad: 22px;

	position: relative;
	display: block;
	min-height: 240px;
	border-radius: var(--radius);
	overflow: hidden;
	isolation: isolate;
	text-decoration: none;
	color: #fff;

	background-image: var(--bg);
	background-size: cover;
	background-position: center;
	transform: translateZ(0);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

/* FORCE: kolor tekstu NA HOVER */
.banner-box:hover,
.banner-box:hover .banner-title,
.banner-box:hover .banner-sub,
.banner-box:hover h2,
.banner-box:hover h3,
.banner-box:hover p {
	color: #d7bc8b !important;
}

/* gradient + “styl” na wierzchu */
.banner-overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(
			1200px 500px at 20% 20%,
			rgba(255, 255, 255, 0.12),
			transparent 55%
		),
		linear-gradient(
			120deg,
			rgba(0, 0, 0, 0.75),
			rgba(0, 0, 0, 0.25) 55%,
			rgba(0, 0, 0, 0.7)
		);
	z-index: 0;
	transition: opacity 0.45s ease;
}

/* pseudo-zoom tła (animowane) */
.banner-box::before {
	content: "";
	position: absolute;
	inset: -10px;
	background-image: var(--bg);
	background-size: cover;
	background-position: center;
	filter: saturate(1.05) contrast(1.05);
	transform: scale(1.02);
	z-index: -1;
	transition: transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* ====== ANIMOWANE OBRAMOWANIE ====== */
.banner-border {
	position: absolute;
	inset: 0;
	border-radius: var(--radius);
	pointer-events: none;
	z-index: 2;

	/* 4 “krawędzie” rysowane gradientami */
	background:
		linear-gradient(
				90deg,
				rgba(255, 255, 255, 0),
				rgba(255, 255, 255, 0.9),
				rgba(255, 255, 255, 0)
			)
			top/0% 2px no-repeat,
		linear-gradient(
				180deg,
				rgba(255, 255, 255, 0),
				rgba(255, 255, 255, 0.9),
				rgba(255, 255, 255, 0)
			)
			right/2px 0% no-repeat,
		linear-gradient(
				270deg,
				rgba(255, 255, 255, 0),
				rgba(255, 255, 255, 0.9),
				rgba(255, 255, 255, 0)
			)
			bottom/0% 2px no-repeat,
		linear-gradient(
				0deg,
				rgba(255, 255, 255, 0),
				rgba(255, 255, 255, 0.9),
				rgba(255, 255, 255, 0)
			)
			left/2px 0% no-repeat;

	opacity: 0;
	transition: opacity 0.35s ease;
}

.banner-box:hover .banner-border {
	opacity: 0.95;
	animation: drawBorder 0.95s ease forwards;
}

@keyframes drawBorder {
	0% {
		background-size:
			0% 2px,
			2px 0%,
			0% 2px,
			2px 0%;
	}
	35% {
		background-size:
			100% 2px,
			2px 0%,
			0% 2px,
			2px 0%;
	}
	65% {
		background-size:
			100% 2px,
			2px 100%,
			0% 2px,
			2px 0%;
	}
	85% {
		background-size:
			100% 2px,
			2px 100%,
			100% 2px,
			2px 0%;
	}
	100% {
		background-size:
			100% 2px,
			2px 100%,
			100% 2px,
			2px 100%;
	}
}

/* ====== CONTENT ====== */
.banner-content {
	position: relative;
	z-index: 1;
	padding: var(--pad);
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 75%;
}

.banner-title {
	margin: 0;
	font-size: clamp(20px, 2.2vw, 30px);
	line-height: 1.08;
	letter-spacing: 0.2px;
	text-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.banner-sub {
	margin: 0;
	font-size: 14px;
	opacity: 0.92;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

.banner-sub.h2 {
	font-size: clamp(16px, 1.5vw, 20px);
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0.2px;
}

/* ====== CTA: prostokąt z ikoną + animacje ====== */
.banner-cta {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 3;

	display: flex;
	align-items: center;
	gap: 10px;

	padding: 10px 12px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(10px);

	transform: translateY(10px);
	opacity: 0;
	transition:
		transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1),
		opacity 0.55s ease,
		background 0.55s ease;
	overflow: hidden;
}

/* „shine” na prostokącie */
.banner-cta::after {
	content: "";
	position: absolute;
	top: -40%;
	left: -60%;
	width: 60%;
	height: 180%;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(255, 255, 255, 0.22),
		transparent
	);
	transform: rotate(18deg);
	opacity: 0;
}

.banner-box:hover .banner-cta {
	transform: translateY(0);
	opacity: 1;
	background: rgba(0, 0, 0, 0.45);
}

.banner-box:hover .banner-cta::after {
	opacity: 1;
	animation: shine 1.05s ease;
}

@keyframes shine {
	from {
		left: -60%;
	}
	to {
		left: 120%;
	}
}

.cta-icon {
	width: 34px;
	height: 34px;
	border-radius: 10px;
	display: grid;
	place-items: center;

	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);

	transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.cta-icon svg {
	width: 18px;
	height: 18px;
	color: #fff;
}

.cta-text {
	font-size: 12.5px;
	letter-spacing: 0.35px;
	opacity: 0.92;
	white-space: nowrap;
}

/* hover: ikonka “idzie do przodu” */
.banner-box:hover .cta-icon {
	transform: translateX(2px) translateY(-1px) scale(1.03);
	animation: pulse 1.15s ease-in-out infinite;
}

@keyframes pulse {
	0%,
	100% {
		transform: translateX(2px) translateY(-1px) scale(1.03);
	}
	50% {
		transform: translateX(4px) translateY(-2px) scale(1.08);
	}
}

/* ====== EXTRA FX: zoom + glow + mocniejszy overlay ====== */
.banner-box:hover::before {
	transform: scale(1.1);
}

.banner-box:hover .banner-overlay {
	opacity: 0.88;
}

.banner-box:hover {
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.35);
}

.banner-box:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.75);
	outline-offset: 4px;
}

/* footer */
footer {
	font-size: 1.6rem;
	color: var(--primary-color);
	background: #abc121;
}

.footer-sponsors {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 10px;
	gap: 20px;
}

.footer-sponsors img {
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
	background: linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.82));
	padding: 20px;
	border: 1px solid #cbae7d;
	border-radius: 25px;
	gap: 20px;
}

.footer-socials {
	margin: 50px;
}

.fb-footer {
	font-size: 32px;
	margin: 0px 5px;
	color: #f4f4f4;
	background: linear-gradient(180deg, #cbae7d, #a38c65);
	border-radius: 18px;
	padding: 10px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.ig-footer {
	font-size: 32px;
	margin: 0px 5px;
	color: #f4f4f4;
	background: linear-gradient(180deg, #cbae7d, #a38c65);
	border-radius: 18px;
	padding: 10px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

#faq h3,
.partners h3 {
	color: var(--primary-color);
	font-size: 220%;
}

.blog,
.faq,
.galeria,
.kontakt,
.oferta,
.opinions,
.regulamin,
.wizyta {
	color: var(--primary-color);
}

.galeria {
	background: #dcdcdc;
}

.faq {
	margin-top: 0 !important;
}

.faq h2 {
	color: #28282b;
	text-shadow:
		0 1px 0 #2d2d2d,
		0 4px 8px rgba(0, 0, 0, 0.1);
	font-family: "Outfit", sans-serif;
	font-weight: 800;
}

.faqu {
	padding-top: 2rem;
}

.regulamin-hero {
	background-image: url("../img/regulamin/regulamin.jpg");
	background-size: cover;
	background-position: center;
}

.wizyta-hero {
	background-image: url("../img/wizyta/wizyta.jpg");
	background-size: cover;
	background-position: top;
}

/* ----- */

.wizyta-info {
	position: relative;
	background-image: url("../img/przed.jpg");
	background-position: center;
	background-size: cover;
	z-index: 0;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vw), 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vw), 0 100%);
}

.wizyta-info .container {
	padding: 4em 0.5em;
}

.wizyta-info p {
	color: #fff;
}

.wizyta-text {
	padding: 1.8em;
	color: #fff;
	text-shadow: 0 6px 10px rgba(0, 0, 0, 0.6);
}

.wizyta-text h3 {
	margin-bottom: 0.5em;
	font-size: 2.6rem;
	text-transform: uppercase;
	font-weight: bold;
}

.wizyta-text-right {
	text-align: left;
}

.wizyta-img {
	height: 300px;
	object-fit: cover;
}

/* ----- */
.wizyta-bottom i {
	font-size: 3rem;
}

.wizyta-bottom h3 {
	font-size: 2.2rem;
	font-weight: bold;
}

.karta__faq {
	color: var(--primary-color);
	perspective: 150rem;
	-moz-perspective: 150rem;
	margin-top: 2rem;
}

.karta__faq__side {
	transition: all 0.8s ease;
	top: 0;
	left: 0;
	width: 100%;
	backface-visibility: hidden;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

/* cennik*/

.cennik {
	color: var(--primary-color);
}

.karta__cennik {
	perspective: 150rem;
	-moz-perspective: 150rem;

	margin-top: 2rem;
}

.karta__cennik__side {
	transition: all 0.8s ease;
	top: 0;
	left: 0;
	width: 100%;
	backface-visibility: hidden;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.karta__cennik__heading {
	font-size: 3rem;
	font-weight: 300;
	text-transform: uppercase;
	text-align: left;
	color: #fff;
	position: absolute;
	top: 10rem;
	left: 2rem;
	width: 75%;
}

.karta__cennik__heading-span {
	padding: 0.2rem 1.2rem;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	background-image: linear-gradient(
		to right bottom,
		rgba(87, 74, 58, 0.85),
		rgba(71, 60, 46, 0.85)
	);
}
.karta__cennik__heading-span2 {
	padding: 0.2rem 1rem;
	font-size: 2rem;
	color: #fff;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	background-image: linear-gradient(
		to right bottom,
		rgba(87, 74, 58, 0.85),
		rgba(71, 60, 46, 0.85)
	);
}

.karta__cennik__details {
	padding: 1rem;
}

.karta__cennik__details p {
	text-align: center;
	font-size: 2.4rem;
	padding: 0.7rem;
}

.karta__cennik__details ul {
	list-style: none;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 2rem;
}
.karta__cennik__details ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	font-size: 1.8rem;
	padding: 1rem;
}
.karta__cennik__details ul li:not(:last-child) {
	border-bottom: 1px solid #eee;
}

.karta__regulamin__details ul {
	list-style: square;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 2rem;
}
.karta__regulamin__details ul li {
	text-align: left;
	padding: 1rem;
}
.karta__regulamin__details ul li:not(:last-child) {
	border-bottom: 1px solid #eee;
}

.karta-flota {
	perspective: 150rem;
	-moz-perspective: 150rem;
	position: relative;
	background-image: var(--bg-card);
	background-size: contain;
	background-position: center;
	height: 30rem;
	margin-top: 2rem;
}

.phone {
	display: flex;
	flex-direction: column;
	color: var(--primary-color);
}

.t-content .karta__details a {
	color: var(--primary-color);
}
.karta-flota-side {
	height: 30rem;
	transition: all 0.8s ease;
	position: absolute;
	opacity: 1;
	top: 0;
	left: 0;
	width: 100%;
	backface-visibility: hidden;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

/*karty oferta*/

.karta {
	perspective: 150rem;
	-moz-perspective: 150rem;
	position: relative;
	height: 60rem;
	margin-top: 2rem;
}
.karta__side {
	height: 60rem;
	transition: all 0.8s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	backface-visibility: hidden;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.karta__side--front-main {
	background-color: #fff;
}
.karta__side--back--main {
	transform: rotateY(180deg);
}
.karta__side--back--main-1 {
	background-image: linear-gradient(to right bottom, #574a3a, #473c2e);
}
.karta__side--back--main-2 {
	background-image: linear-gradient(to right bottom, #dfb52f, #caa328);
}
.karta__side--back--main-3 {
	background-image: linear-gradient(to right bottom, #2998ff, #5643fa);
}
.karta:hover .karta__side--front--main {
}
.karta:hover .karta__side--back--main {
}

.karta:hover .karta__side--front--offer {
	transform: scale (0.9);
}

/*.karta:hover .karta__side--back--offer {
      transform: rotateY(0); } */
.karta__picture {
	background-size: cover;
	height: 30rem;
	background-blend-mode: screen;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.karta__picture--1 {
	background-image:
		linear-gradient(to right bottom, #574a3a, #473c2e),
		url(../img/antiaging.jpg);
	background-position: center;
}
.karta__picture--2 {
	background-image:
		linear-gradient(to right bottom, #dfb52f, #202020),
		url(../img/woskowanie.jpg);
	background-position: center;
}
.karta__picture--3 {
	background-image:
		linear-gradient(to right bottom, #2998ff, #5643fa), url(../img/stopy.jpg);
	background-position: top;
}

.karta__picture--4 {
	background-image:
		linear-gradient(to right bottom, #574a3a, #141310),
		url(../img/cennik/cennik_bg.png);
	background-position: top;
}

/* oferta zdjecia */
.karta__picture--bankietowy {
	background-image:
		linear-gradient(to right bottom, #574a3a, #473c2e),
		url(../img/oferta/bankietowy.jpg);
	transition: 0.5s ease-in-out;
}

.karta__picture--bankietowy:hover {
	transform: scale(1.1);
}

.karta__picture--master {
	background-image:
		linear-gradient(to right bottom, #abc121, #000), url(../img/master.jpg);
	background-position: center;
}
.karta__picture--sprinter {
	background-image:
		linear-gradient(to right bottom, #000, #abc121), url(../img/sprinter.jpg);
	background-position: center;
}
.karta__picture--ducato {
	background-image:
		linear-gradient(to right bottom, #abc121, #000), url(../img/ducato.jpg);
	background-position: center;
}

.karta__picture--movano {
	background-image:
		linear-gradient(to right bottom, #abc121, #000), url(../img/movano.jpg);
	background-position: center;
}
.karta__picture--transit {
	background-image:
		linear-gradient(to right bottom, #000, #abc121), url(../img/transit.jpg);
	background-position: center;
}

/*autobusy*/

.karta__picture--benz {
	background-image:
		linear-gradient(to right bottom, #abc121, #000), url(../img/tourismo.jpg);
	background-position: center;
}

.karta__picture--ecitaro {
	background-image:
		linear-gradient(to right bottom, #000, #abc121), url(../img/ecitaro.jpg);
	background-position: center;
}

.karta__picture--intouro {
	background-image:
		linear-gradient(to right bottom, #abc121, #000), url(../img/intouro.jpg);
	background-position: center;
}

.karta__picture--irizar-i4 {
	background-image:
		linear-gradient(to right bottom, #000, #abc121), url(../img/irizar-i4.jpeg);
	background-position: center;
}

.karta__picture--irizar-i3 {
	background-image:
		linear-gradient(to right bottom, #abc121, #000), url(../img/irizar-i3.jpg);
	background-position: center;
}

.karta__picture--setra-s515 {
	background-image:
		linear-gradient(to right bottom, #000, #abc121), url(../img/setra-s515.jpg);
	background-position: center;
}

/*limuzyny*/

.karta__picture--bmw-740 {
	background-image:
		linear-gradient(to right bottom, #abc121, #000), url(../img/bmw740.jpg);
	background-position: center;
}

.karta__picture--vw-passat {
	background-image:
		linear-gradient(to right bottom, #000, #abc121), url(../img/vw-passat.jpg);
	background-position: center;
}

.karta__picture--mercedes-eklasa {
	background-image:
		linear-gradient(to right bottom, #abc121, #000),
		url(../img/mercedes_eklasa.jpg);
	background-position: center;
}

.karta__heading {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.8;
	text-transform: uppercase;
	text-align: right;
	color: #fff;
	position: absolute;
	top: 4rem;
	left: 2rem;
	width: auto;
}

.karta__heading__cena {
	font-size: 1.5rem;
	font-weight: 300;
	text-transform: uppercase;
	text-align: right;
	color: #fff;
	position: absolute;
	top: 15rem;
	right: 2rem;
	width: 75%;
}
.karta__heading-span {
	padding: 1rem 1.2rem;
	border-radius: 15px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.karta__heading-span--1 {
	background-image: linear-gradient(to right bottom, #3a3b3c, #000);
}
.karta__heading-span--2 {
	background-image: linear-gradient(
		to right bottom,
		rgba(223, 181, 47, 0.85),
		rgba(202, 163, 40, 0.85)
	);
}

.karta__heading-span--3 {
	background-image: linear-gradient(to right bottom, #2998ff, #5643fa);
}
.karta__heading-span--4 {
	background-image: linear-gradient(to right bottom, #abc121, #000);
}
.karta__heading-span--5 {
	background-image: linear-gradient(to right bottom, #3a3b3c, #3a3b3c);
}
.karta__details {
	padding: 1rem;
	background: rgb(171 193 33 / 85%);
	position: absolute;
	bottom: 0;
	width: 100%;
}
.karta__details:first-child {
	padding: 5rem;
}

.karta__details a {
	color: #ffffff;
}

.karta__details a:hover {
	color: #dfb52f;
}

.karta__details p {
	text-align: center;
	font-size: 1.4rem;
	padding: 0.7rem;
}

.karta__details ul {
	list-style: none;
	width: 80%;
	margin: 0 auto;
}
.karta__details ul li {
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	padding: 0.7rem;
}
.karta__details ul li:not(:last-child) {
	border-bottom: 1px solid #eee;
}

.karta__details_cena ul {
	color: #fff;
	list-style: none;
	width: 80%;
	margin: 0 auto;
}
.karta__details_cena ul li {
	text-align: center;
	font-size: 1rem;
	padding: 2rem;
}
.karta__details_cena ul li:not(:last-child) {
	border-bottom: 1px solid #eee;
}
.karta__details_cena li a:link,
li a:visited {
	text-decoration: none;
	color: #fff;
}
.karta_details_cena li a:hover,
a:active {
	text-decoration: none;
}

.karta__cta {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	text-align: center;
}
.karta__price-box {
	text-align: center;
	color: #fff;
	margin-bottom: 8rem;
}
.karta__price-only {
	font-size: 1.4rem;
	text-transform: uppercase;
}
.karta__price-value {
	font-size: 6rem;
	font-weight: 100;
}
.karta__pattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/ofertabg.jpg);
	background-size: contain;
	background-repeat: round;
	opacity: 0.7;
	z-index: -1;
}

.partners {
	padding: 2rem;
	margin-bottom: 2rem;
}
.partners img {
	background: #fff;
	margin: 10px;
	width: auto;
	height: 150px;
	padding: 20px;
	border-radius: 25px;
	box-shadow: 0px 10px 30px 2px rgba(49, 52, 57, 0.2);
}

.marki {
	text-align: center;
	padding: 10px;
}

/*oferta zmieniające się karty */

.tabs {
	position: relative;
	padding: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
}

.tabsidebar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.tab-btn {
	background: #fff;
	border-radius: 5px;
	border: none;
	color: var(--primary-color);
	cursor: pointer;
	padding: 20px;
	margin: 20px 0px 0px 2px;
	outline: none;
}

.tab-btn-active {
	background: #141414;
	border-bottom: 3px solid #0072ff;
	color: #fff;
	font-weight: bold;
}

.t-content {
	width: 100%;
}

.tab-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: auto;
	position: relative;
	top: 1rem;
	display: none;
}

.tab-content-active {
	display: block;
}

.theme-switch {
	display: inline-block;
	height: 34px;
	position: relative;
	width: 60px;
}

.theme-switch input {
	display: none;
}

.theme-switch-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 5px;
}

.theme-switch-wrapper i {
	margin: 5px;
}

.theme-switch-wrapper em {
	margin-left: 10px;
	font-size: 1rem;
}

.dslider {
	background-color: #ccc;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.4s;
}

.dslider:before {
	background-color: #fff;
	bottom: 4px;
	content: "";
	height: 26px;
	left: 4px;
	position: absolute;
	transition: 0.4s;
	width: 26px;
}

.dslider.round {
	border-radius: 34px;
}

.dslider.round:before {
	border-radius: 50%;
}

input:checked + .dslider {
	background-color: #dfb52f;
}

input:checked + .dslider:before {
	transform: translateX(26px);
}

/* slider-marki */

.splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 500px) {
	.slider__item {
		width: 33%;
	}
}

@media screen and (min-width: 800px) {
	.slider__item {
		width: 25%;
	}
}

@media screen and (min-width: 1200px) {
	.slider__wrapper {
		margin-left: -20px;
	}

	.slider__item {
		width: 20%;
	}
}

.contact-box-shadow {
	box-shadow: 0px 10px 30px 2px #000;
}

.contact-shadow {
	background: #dcdcdc;
	z-index: 2;
}

.ss {
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

/* usługi */

.service-hero {
	background-image: url("../img/contact/contact.jpg");

	object-fit: cover;
}

.service-hero-box {
	position: relative;
	height: 300px;
	background-size: cover;
	z-index: 0;
}

.service-hero-box p {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 3rem;
	text-transform: uppercase;
	color: #fff;
}

/*breadcrumbs*/
/* Style the list */
ul.breadcrumb {
	padding: 10px 16px;
	list-style: none;
}

/* Display list items side by side */
ul.breadcrumb li {
	display: inline;
	font-size: 15px;
	background-color: rgb(87, 74, 58, 0.25);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	color: #fff;
	padding: 6px;
	margin-right: 5px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
	padding: 8px;
	color: #292929;
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
	color: #dfb52f;
	text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
	color: #dfb52f;
	text-decoration: none;
}

/*podstrony hero*/

.makijaz-hero {
	background-image: url("../img/oferta/makijaz.jpg");
	background-size: cover;
	background-position: center;
}

.podstrona-hero {
	background-image: url("../img/5555.jpg");
	background-size: cover;
	background-position: center;
}

.blog-hero {
	background-image: url("../img/blog_hero.jpg");
	background-size: cover;
	background-position: center;
}

.quote-hero {
	/* background-image: url('../img/2222.png'); */
	background-size: cover;
	background-position: center;
}

.video-hero {
	background-image: url("../img/background_blue.jpg");
	background-size: cover;
	background-position: center;
}

.galeria-hero {
	background-image: url("../img/galeria_hero.jpg");
	background-size: cover;
	background-position: center;
}

.tabela-hero {
	background-image: url("../img/tabela-hero.jpg");
	background-size: cover;
	background-position: center;
	margin-top: 0 !important;
}

.terminarz-hero {
	background-image: url("../img/terminarz-hero.jpg");
	background-size: cover;
	background-position: center;
	margin-top: 0 !important;
}

.aktualnosci-hero {
	background-image: url("../img/druzynaszatnia.jpg");
	background-size: cover;
	background-position: center;
	margin-top: 0 !important;
	height: 50vh;
	filter: grayscale(0.9);
}

.terminarz-hero h1,
.tabela-hero h1 {
	color: #f4f4f4;
	text-shadow: 1px 1px 2px rgb(8 8 8 / 90%);
}

.match-hero {
	background-image: url("../img/mecz_2.jpg");
	background-size: cover;
	background-position: center;
	margin-top: 0 !important;
}

.ivligaimg {
	height: 150px;
	width: auto;
}

.ig-gold-box {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	padding: 22px 28px;
	font-size: 1.5rem;
	border-radius: 10px;
	font-weight: 600;
	background: linear-gradient(135deg, #d7bc8b, #b8964a);
	color: #1e1e1e;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
	transition: 0.3s ease;
}

.ig-gold-box i {
	font-size: 2rem;
}

.ig-gold-box:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.5);
	color: #f4f4f4;
	filter: brightness(1.12);
}

.rdmsk-box {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	padding: 22px 28px;
	font-size: 1.5rem;
	border-radius: 10px;
	font-weight: 600;
	background: linear-gradient(135deg, #a50203, #df0a0b, #d33132);
	color: #f4f4f4;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
	transition: 0.3s ease;
}

.rdmsk-starostwo-box {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	padding: 22px 28px;
	font-size: 1.5rem;
	border-radius: 10px;
	font-weight: 600;
	background: linear-gradient(135deg, #28282b, #525259, #28282b);
	color: #f4f4f4;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
	transition: 0.3s ease;
}

/* sekcje tło */

.fani-sekcja {
	background: url(../img/zespol_szary.png);
	background-size: cover;
	background-position: center;
}

.historia {
	background: url(../img/rks_background.png);
}

/* Spinner animation */
@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}
.animate-spin {
	animation: spin 1s linear infinite;
}

/* Modal overlay */
#spinnerOverlay {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

/* Przyciemnione tło */
#spinnerBackdrop {
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

/* Spinner box */
#spinnerModal {
	z-index: 10000;
	background: #333;
	color: #fff;
	padding: 30px 40px;
	border-radius: 12px;
	text-align: center;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
}

/*pierwsza drużyna*/

.first-team-hero {
	background: url(../img/goal.jpg);
	background-position: center center;
	background-size: cover;
	margin-top: 0 !important;
	height: 65vh;
}

.first-team-hero:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to left, #292929, #000000);
	opacity: 0.9;
	z-index: -1;
	pointer-events: none;
}

.rksst-team-hero {
	background: url(../img/goal.jpg);
	background-position: center center;
	background-size: cover;
	margin-top: 0 !important;
	height: 60vh !important;
}

.rksst-team-hero:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to left, #292929, #000000);
	opacity: 0.9;
	z-index: -1;
	pointer-events: none;
}

.ybb03-hero {
	background-image: url("../img/fani/10.jfif");
	background-size: cover;
	background-position: bottom;
	margin-top: 0 !important;
	filter: grayscale(0.7);
}

.sporty-walki-hero {
	background-image: url("../img/13128.jpg");
	background-size: cover;
	background-position: center;
	margin-top: 0 !important;
	height: 60vh;
	filter: grayscale(0.7);
}

.player-container {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.player-img {
	position: relative;
	display: block;
}

.player-img::before {
	content: "#21";
	position: absolute;
	top: -10px; /* 10px nad obrazkiem */
	left: 20px;
	padding: 4px 12px;
	font-weight: 700;
	font-size: 14px;
	color: #111;
	background: linear-gradient(90deg, #d7bc8b, #f3e2b5, #c7a76a);
	border-radius: 4px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}

.player-full-card img {
	width: 100%;
	display: block;
}

.player-full-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	top: 100px;
	position: relative;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	/*box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);*/
	transition: transform 0.3s ease;
}

.player-full-card img {
	max-width: 350px;
	border-radius: 40px;
	margin: 10px;
	padding: 20px;
}

.img-position {
	border-radius: 0 !important;
	position: relative;
	top: -350px;
	right: -350px;
}

.player-full-card p {
	display: flex;
	flex-direction: column;
	position: relative;
	top: -250px;
	left: -350px;
	font-size: 36px;
	color: #f4f4f4;
	font-weight: 600;
}

.player-full-card span {
	color: #f7f7f7;
	padding: 8px;
	font-weight: 800;
}

.overlay-player-info {
	position: relative;
	display: flex;
	flex-direction: row;
	top: 30px;
	padding: 20px;
	margin: 50px;
}

.overlay-player-info-list {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 20px;
	gap: 10px;
}

.item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 40px;
	border-left: 1px solid #eee;
}

.overlay-player-info p:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 80px;
	height: 15px;
	background: #5c2d2d;
}

.overlay-player-info span {
	color: #cbae7d;
	font-weight: 700;
	font-size: 32px;
}

.bio-card {
	position: relative;
	display: block;
	width: 100%;
	background: #ffff;
	border-bottom: 4px solid #cbae7d;
	box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.1);
	height: auto;
	margin: 15px 5px;
	overflow: hidden;
	border-radius: 4px;
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - 10px),
		calc(100% - 10px) 100%,
		0 100%
	);
	text-decoration: none;
	transition: transform 0.3s ease;
}

.bio-card h3 {
	font-size: 24px;
	font-weight: 700;
	padding: 25px;
}

.bio-content {
	padding: 20px;
	margin-top: -10px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}

.bio-question {
	padding: 20px;
	background: #cbae7d;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
	border-bottom: 3px solid #28282b;
}

.player-bio-stats {
	position: relative;
	display: block;
	width: 100%;
	background: #ffff;
	box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.1);
	height: auto;
	margin: 15px 5px;
	overflow: hidden;
	border-radius: 4px;
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - 10px),
		calc(100% - 10px) 100%,
		0 100%
	);
	text-decoration: none;
	transition: transform 0.3s ease;
}

.player-bio-stats-card {
	font-family: "Arial", sans-serif;
	color: #1e1e1e;
	border-top: 4px solid #cbae7d;
	padding: 20px;
	background: #fff;
	line-height: 1.6;
}

.player-bio-stats h2 {
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.info-block .row,
.stats-block .row {
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}

.info-block .row.full {
	flex-direction: column;
	align-items: flex-start;
}

.info-block span,
.stats-block span {
	font-weight: normal;
	color: #333;
}

.info-block strong,
.stats-block strong {
	color: #28282b;
}

.clubs {
	margin-top: 5px;
	padding-left: 10px;
	color: #039648;
	font-size: 14px;
}

.stat-header {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #333;
	border-top: 2px solid #ccc;
	padding-top: 10px;
}

.stats-block .row.stats {
	font-size: 14px;
}

/*zarzad*/

.board-office-hero {
	background-image: url("../img/club_office.jpg");
	background-size: cover;
	background-position: center;
	backdrop-filter: blur(10px);
}

/*historia*/

.historia-hero {
	background-image: url("../img/starafota.jpg");
	background-size: cover;
	background-position: center;
}

.news-img {
	width: 100%;
	aspect-ratio: 16 / 9; /* lub 21 / 9 dla hero */
	max-height: 50vh; /* nie rośnie w nieskończoność */
	overflow: hidden;
	border-radius: 12px;
	position: relative;
}

.news-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.news-content {
	background: transparent;
	padding: 20px;
	margin: 20px 0;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
	position: relative;
}

.news-content h3 {
	margin: 50px 20px;
	font-size: 24px;
}

.news-content p {
	margin: 20px;
}

.news-content img {
	height: auto;
	display: block;
}

.question {
	font-weight: bold;
	color: #444;
}

.answer {
	font-style: italic;
	color: #111;
}

.signature {
	margin-top: 40px;
	font-weight: bold;
	color: #a00000;
	text-align: right;
}

.see-photos {
	text-decoration: none;
	color: inherit;
	font-weight: 600;
	transition: 0.2s;
}

.see-photos:hover {
	text-shadow:
		0 1px 0 #2d2d2d,
		0 4px 8px rgba(0, 0, 0, 0.1);
}

.image-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 18px;
	box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.3);
}

.image-wrap:after {
	content: "";
	position: absolute;
	top: -100px;
	left: -100px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: #d7bc8b9c;
	z-index: 2;
}

.image-wrap::before {
	content: "";
	position: absolute;
	inset: 0;

	background: radial-gradient(
		ellipse at center,
		rgba(215, 188, 139, 0.18),
		rgba(0, 0, 0, 0.55)
	);

	pointer-events: none;
}

.img-fluid:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.35), transparent 60%);
}

.card-maskotka {
	transition:
		transform 0.35s ease,
		box-shadow 0.35s ease;
}

.card-maskotka:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.maskotka {
	background: #ebe9e7;
}

.rycerzyk {
	padding: 20px 0;
	background:
		radial-gradient(
			circle at top center,
			rgba(203, 174, 125, 0.12),
			transparent 32%
		),
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, #2b2b2b, #1d1d1d 55%, #161616);
}

.rycerzyk h2 {
	font-family: "Outfit", sans-serif;
	font-weight: 800;
	margin: 20px 0;
	letter-spacing: 2px;
	color: #cbae7d;
	text-shadow:
		0 1px 0 #2d2d2d,
		0 4px 8px rgba(0, 0, 0, 0.1);
}

.rycerzyk-background {
	background: #3d3d3d;
	position: relative;
	border-radius: 18px;
	margin: 160px 0px 0px -40px;
	box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.5);
	overflow: hidden;
	z-index: 1;
}

.rycerzyk-background:before {
	content: "";
	position: absolute;
	bottom: -50px;
	right: -50px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	background: #cbae7d;
	border-radius: 50%;
	z-index: 2;
}

.rycerzyk-background:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/moroccan_pattern_2.png) repeat;
	background-size: 70px;
	opacity: 0.05;
	z-index: -1;
	pointer-events: none;
}

.rycerzyk-heading {
	background: #cbae7d;
	padding: 0px 20px;
}
.rycerzyk-opis {
	padding: 30px;
}

.rycerzyk-content {
	color: #f4f4f4;
}

.rycerzyk-heading h3 {
	color: #28282b !important;
	font-size: 24px;
	text-align: center;
}

.person-card {
	background: #111;
	border-radius: 16px;
	overflow: hidden;
	text-align: center;
	transition: 0.3s;
}

.person-card:hover {
	transform: translateY(-5px);
}

.person-img {
	width: 100%;
	height: 200px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.person-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.person-info {
	padding: 15px;
	background: #1a1a1a;
}

.person-info h5 {
	margin: 0;
	font-size: 18px;
	color: #d7bc8b; /* Twój złoty vibe */
	font-weight: 600;
}

.person-info p {
	font-size: 14px;
	margin: 10px;
	color: #f4f4f4;
}

/* Swiper styl */
.first-team-swiper {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}

.swiper-slide.player-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	transition: transform 0.3s ease;
}

.teamrole {
	font-size: 16px;
	margin: 10px;
}

.player-card img {
	max-width: 220px;
	border-radius: 40px;
	padding: 5px;
	margin-bottom: 10px;
}

.player-card p {
	display: flex;
	flex-direction: column;
	font-size: 26px;
	color: #f4f4f4;
	font-weight: 600;
}

.player-card span {
	color: #d7bc8b;
	font-weight: 800;
}

.player-action {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 0;
	background: linear-gradient(to left, #998f7f, #e4d1ae);
	text-align: center;
	transform: translateY(100%);
	opacity: 0;
	transition:
		transform 0.4s ease,
		opacity 0.4s ease;
}

.player-action button {
	padding: 10px 20px;
	background-color: #d0ba1c;
	border: none;
	color: #28282b;
	position: relative;
	top: 20%;
	right: 0;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	transform: scale(0.95);
	transition: transform 0.2s ease;
}

.player-action button:hover {
	transform: scale(1); /* delikatny powiększ przy hoverze */
}

.card-item-content:hover .player-action {
	transform: translateY(0%);
	opacity: 0.9;
	height: 120px;
}

.card-item-content:hover .player-action {
	bottom: 0; /* pokazuje się z dołu */
}

.bottom-overlay-nav {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	z-index: 5;
	background: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 2rem;
	box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
}

.overlay-side {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: bold;
	color: #002b5c;
	font-size: 0.9rem;
}

.overlay-center {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 350px;
	height: 60px;
	background: linear-gradient(to left, #998f7f, #cbae7d);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px;
	color: white;
	font-weight: bold;
	font-size: 2rem;
	text-transform: uppercase;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	z-index: 2;
}

.social-icons img {
	width: 20px;
	height: 20px;
	cursor: pointer;
}

/*ostatnie mecze */

.last-matches-box {
	background: #fff;
	padding: 20px;
	max-width: 700px;
	margin: 0 auto;
	margin-top: 20px;
	box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.1);
}

.last-matches-box h2 {
	color: #28282b;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.match-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
	border-top: 1px solid #eee;
}

.match-row:first-of-type {
	border-top: none;
}

.match-row img {
	width: 24px;
	height: 24px;
}

.score-score {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.score-result {
	display: flex;
	flex-direction: row;
}

.score-one {
	display: inline-block;
	width: 38px;
	background: #535353;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
	margin: 5px;
}

.score-two {
	display: inline-block;
	width: 38px;
	background: #0e0e0e;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
	margin: 5px;
}

/*następne mecze*/

.next-matches-box {
	background: #fff;
	padding: 20px;
	max-width: 700px;
	margin: 0 auto;
	margin-top: 20px;
	box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.1);
}

.next-matches-box h2 {
	color: #28282b;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.match-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
	border-top: 1px solid #eee;
}

.match-row:first-of-type {
	border-top: none;
}

.match-row img {
	width: 24px;
	height: 24px;
}

.score {
	font-weight: bold;
	font-size: 20px;
	color: #114c86;
	margin: 0 10px;
	min-width: 60px;
	text-align: center;
}

/* staff */

.staff-card {
	position: relative;
	display: block;
	width: 100%;
	background: #d7bc8b;
	box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.1);
	height: 350px;
	margin: 15px 5px;
	overflow: hidden;
	border-radius: 4px;
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - 10px),
		calc(100% - 10px) 100%,
		0 100%
	);
	text-decoration: none;
	transition: transform 0.3s ease;
}

.kadra-card {
	position: relative;
	display: block;
	width: 100%;
	background: #0f0f0f;
	box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.1);
	height: auto;
	margin: 15px 5px;
	overflow: hidden;
	border-radius: 4px;
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - 10px),
		calc(100% - 10px) 100%,
		0 100%
	);
	text-decoration: none;
	transition: transform 0.3s ease;
}

.kadra-content {
	padding: 20px;
	background: #f2f2f2;
}

.zawodnik {
	font-weight: 700;
	font-size: 20px;
	margin: 5px;
}

.staff-content {
	padding: 20px;
	background: #eee;
}

.staff-label {
	padding: 5px;
	border-bottom: 1px solid #fff;
}

.funkcja {
	margin-left: 10px;
}

.staff-content a {
	font-weight: 700;
	font-size: 20px;
	color: #28282b;
}

.staff-card h3 {
	font-size: 24px;
	font-weight: 700;
	padding: 25px;
}

.kadra-card h3 {
	font-size: 24px;
	font-weight: 700;
	padding: 25px;
	color: #d7bc8b;
}

/* zarzad */

.management-card {
	position: relative;
	display: block;
	width: 100%;
	background: #ffff;
	box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.1);
	height: 500px;
	margin: 15px 5px;
	overflow: hidden;
	border-radius: 4px;
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - 10px),
		calc(100% - 10px) 100%,
		0 100%
	);
	text-decoration: none;
	transition: transform 0.3s ease;
}

.management-card-short {
	position: relative;
	display: block;
	width: 100%;
	background: #ffff;
	box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.1);
	height: 100px;
	margin: 15px 5px;
	overflow: hidden;
	border-radius: 4px;
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - 10px),
		calc(100% - 10px) 100%,
		0 100%
	);
	text-decoration: none;
	transition: transform 0.3s ease;
}

.management-card h3,
.management-card-short h3 {
	padding: 15px 20px;
	font-weight: 700;
	font-size: 24px;
}

.management-content {
	padding: 20px;
	background: #eee;
}

.management-content a {
	font-weight: 700;
	font-size: 14px;
	color: #28282b;
}

.management-position {
	color: #a00005;
	padding: 5px 20px;
	font-weight: 700;
}

.management-picture {
	height: 500px;
	padding: 75px;
}

.management-picture img {
	height: 100%;
	width: 100%;
	border-radius: 25px;
	object-fit: cover;
}

.management-contact {
	margin-top: 50px;
}

.management-contact p {
	font-weight: 700;
}

/* media karty */

.video-card {
	width: 100%;
	max-width: 340px;
	background-color: #1d1d1d;
	border: 1px solid rgba(255, 255, 255, 0.06); /* delikatna poświata */
	box-shadow: 0 4px 12px rgba(255, 255, 255, 0.05); /* miękki cień */
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
	color: white;
	overflow: hidden;
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - 20px),
		calc(100% - 20px) 100%,
		0 100%
	);
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 10px;
}

.video-card:hover,
.gallery-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 6px 18px rgba(255, 255, 255, 0.1);
}

.thumbnail {
	position: relative;
	max-height: 350px;
	height: 350px;
	width: auto;
}

.thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.play-button {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: white;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
	font-size: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.info {
	padding: 15px;
}

.meta {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.category {
	background-color: #d7bc8b;
	color: black;
	padding: 3px 6px;
	font-weight: bold;
}

.date {
	opacity: 0.7;
}

.title {
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 800;
	text-transform: uppercase;
}

.video-container {
	margin-top: -150px;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	border-radius: 10px; /* opcjonalnie */
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); /* opcjonalnie */
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.gallery-card {
	width: 100%;
	max-width: 340px;
	background-color: #1d1d1d;
	border: 1px solid rgba(255, 255, 255, 0.06); /* delikatna poświata */
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
	color: white;
	overflow: hidden;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 10px;
}

.photo-icon {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: white;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
	font-size: 22px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

/*media*/

.faq {
	/*background: url(../img/background_gold.png);*/
}

.offer-hero {
	background-image: url("../img/stadion_2.jpg");
	background-size: cover;
	background-position: center;
}

.offer img {
	height: 240px;
	object-fit: cover;
}

.karta {
	position: relative;
	height: 250px;
	width: auto;
	border-radius: 25px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	margin-top: 20px;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.45);
}

.karta-shadow-1 {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgb(20 20 20 / 60%), #0d6efd);
	border-radius: 25px;
	z-index: -1;
}

.karta-shadow-2 {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgb(235 235 235 / 60%), #fff101);
	border-radius: 25px;
	z-index: -1;
}

.karta-shadow-3 {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to bottom,
		rgba(20, 20, 20, 0.4),
		rgba(20, 20, 20, 0.7)
	);
	border-radius: 25px;
	z-index: -1;
}

.karta-shadow-4 {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgb(0 0 0 / 70%), rgb(8 8 8 / 90%));
	border-radius: 25px;
	z-index: -1;
}

.bilety {
	background: url(../img/boisko.jpg);
	background-position: center;
	background-size: cover;
}

.fani {
	background: url(../img/fans.jpg);
	background-position: center;
	background-size: cover;
}

.stadion {
	background: url(../img/stadion_1.jpg);
	background-position: center;
	background-size: cover;
}

.koszulka {
	background: url(../img/sklep.jpg);
	background-position: center;
	background-size: cover;
}

.karta-icon {
	position: absolute;
	top: -75px;
	width: auto;
	padding: 40px;
	border-radius: 50%;
	background: #fff;
}

.karta:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 80px;
	height: 15px;
	background: #fff;
}

.karta p {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.karta-icon-box {
	height: 128px;
	width: 128px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.karta i {
	color: #f4f4f4;
	padding: 15px;
	font-size: 64px;
}

.ki1 {
	background: #212529 !important;
}

.ki2 {
	background: #212529 !important;
}

.karta i:hover {
	color: #abc121;
}
.button {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
	border: none;
	background: #abc121;
	background-size: 18px;
	cursor: pointer;
	outline: none;
}

.btn {
	display: inline-block;
	padding: 1rem 2.8rem;
	background: linear-gradient(to left, #998f7f, #e4d1ae);
	/*box-shadow: 0 0 1rem #7e8e18; */
	font-size: 1.5rem;
	width: auto;
	color: #28282b;
	letter-spacing: 0.1rem;
	font-weight: 600;
	transition: 0.5s ease;
}

.btn:hover {
	background: linear-gradient(to left, #837a6b, #c5b494);
	color: #28282b;
}

.btn-circle {
	display: inline-block;
	padding: 1rem 2.8rem;
	background: linear-gradient(to left, #039648, #005f2c);
	box-shadow: 0 0 1rem #7e8e18;
	font-size: 1.5rem;
	color: #f4f4f4;
	letter-spacing: 0.1rem;
	font-weight: 600;
	transition: 0.5s ease;
}

.btn-circle:hover {
	background: linear-gradient(to right, #039648, #005f2c);
	color: #f4f4f4;
}

.btn-game {
	display: inline-block;
	padding: 0.5rem 1.4rem;
	background: linear-gradient(to left, #fff101, #cabf01);
	box-shadow: 0 0 1rem #7e8e18;
	font-size: 1rem;
	color: #f4f4f4;
	letter-spacing: 0.1rem;
	font-weight: 600;
	transition: 0.5s ease;
}

.btn-umow {
	display: inline-block;
	padding: 1rem 2.8rem;
	background: #dfb52f;
	box-shadow: 0 0 1rem #dfb52f;
	font-size: 1.5rem;
	color: #fff;
	letter-spacing: 0.1rem;
	font-weight: 600;
	transition: 0.5s ease;
}

.btn-umow:hover {
	display: inline-block;
	padding: 1rem 2.8rem;
	background: #574a3a;
	font-size: 1.5rem;
	color: #fff;
	letter-spacing: 0.1rem;
	font-weight: 600;
	transition: 0.5s ease;
}

.up-btn {
	background: #3a3b3c !important;
}

.btn-pulse {
	animation: pulse 4.2s ease infinite;
	background: #7e8e18;
}

.btn-shake {
	animation: jump-shaking 1.53s infinite;
}

.middle-buttons {
	position: fixed;
	top: 50%;
	left: -150px;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column; /* jeden pod drugim */
	gap: 10px;
	z-index: 2000;
	transition: right 0.4s ease-in-out;
}

.middle-buttons {
	left: -65px;
}
.middle-buttons:hover {
	left: 0;
}

/* Styl pojedynczych przycisków */
.middle-buttons a {
	background: #e60000;
	color: white;
	padding: 10px 15px;
	border-radius: 8px;
	font-size: 14px;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 6px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
	transition: transform 0.3s;
}

.middle-buttons a:hover {
	transform: scale(1.05);
}

.fani-mani {
	background: #ec1853 !important;
}

.yt {
	background: #ff0000 !important;
}

.btn-flota:hover,
.btn-flota:active {
	background: #8b9d16 !important;
}

.btn-top-nav {
	border-radius: 0.3rem;
	border: 1px SOLID #9b8b645e;
	outline: none;
	/* background: linear-gradient(90deg, #7f6219, #b48811); */
	height: 4.2rem;
	display: grid;
	margin-right: 10px;
	margin-top: 10px;
	place-items: center;
	color: #cbae7d;
	padding: 0 2.4rem;
}

.btn-top-nav:hover {
	background: linear-gradient(to left, #998f7f, #e4d1ae);
	color: #28282b;
}

.btn-youtube {
	color: #f4f4f4;
	border-radius: 0.3rem;
	border: none;
	outline: none;
	position: absolute;
	margin-top: 50px;
	height: 4.2rem;
	display: flex;
	place-items: center;
	margin-right: 0.8rem;
	padding: 0 2.4rem;
}

.btn-transmisje {
	background: #ff0077;
	color: #f4f4f4;
	border-radius: 0.3rem;
	border: none;
	outline: none;
	height: 4.2rem;
	display: flex;
	place-items: center;
	margin-right: 0.8rem;
	padding: 0 2.4rem;
}

.btn-youtube i,
.btn-transmisje i {
	margin-right: 5px;
}

.btn-text:link,
.btn-text:visited {
	font-size: 1.6rem;
	color: #3e60f5;
	display: inline-block;
	text-decoration: none;
	padding: 10px;
	transition: all 0.2s;
}

.btn-text:hover {
	background-color: #2241c9;
	color: #fff;
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
}
.btn-text:active {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	transform: translateY(0);
}

.btn-text-white:link,
.btn-text-white:visited {
	font-size: 1.6rem;
	color: var(--tertiary-color);
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid #dfb52f;
	padding: 3px;
	transition: all 0.2s;
}

.btn-text-white:hover {
	background-color: #dfb52f;
	color: #fff;
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
}

.btn-text-blog:link,
.btn-text-blog:visited {
	font-size: 1.6rem;
	color: #f8f8f8;
	background: #28282b;
	text-decoration: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 200px;
	margin: 0 auto;
	border: 1px solid;
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: linear-gradient(to left, #877f71, #cbae7d);
	padding: 5px;
	transition: all ease-in-out 0.3s;
}

.btn-text-blog:hover {
	background-color: #cbae7d;
	color: #fff;
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
	transform: translateX(5px);
}

.btn-text-blog i {
	margin-left: 5px;
	transition: all ease-in-out 0.3s;
}

.btn-text-blog i:hover {
	transform: translateX(5px);
}

.btn-text-black:link,
.btn-text-black:visited {
	font-size: 1.6rem;
	color: #282826;
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid #282826;
	padding: 3px;
	transition: all 0.2s;
}

.btn-text-black:hover {
	background-color: #fff;
	color: #282826;
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
}

.offer .btn {
	font-size: 1.4rem;
	text-transform: uppercase;
}

.underlined {
	position: relative;
	padding: 10px 0px;
}

.underlined1 {
	background: #dfb52f;
	padding: 5px;
	position: relative;
}

.underline-mask:after {
	content: "";
	position: absolute;
	top: 95%;
	width: 150%;
	aspect-ratio: 3 / 1;
	left: 50%;
	transform: translate(-50%, 0);
	border-radius: 50%;
	border: 6px solid hsl(280 80% 50%);
	/* Use a conic gradient mask to hide and show the bits you want */
	--spread: 140deg;
	--start: 290deg;
	mask: conic-gradient(
		from var(--start),
		white 0 var(--spread),
		transparent var(--spread)
	);
}

.underline-overflow {
	display: inline-block;
	/* A little extra padding and overflow hidden   */
	overflow: hidden;
	padding-bottom: clamp(1rem, 2vmin, 2rem);
}
.underline-overflow:after {
	content: "";
	position: absolute;
	top: 100%;
	height: 150%;
	aspect-ratio: 2.5 / 1;
	left: 50%;
	transform: translate(-50%, -10%);
	border-radius: 50%;
	border: 6px solid hsl(10 80% 50%);
}

.underline-clip:before {
	content: "";
	position: absolute;
	top: 93%;
	width: 40px;
	height: 5px;
	transform: translate(-150%, 0);
	left: 0;
	background: #abc121;
	z-index: 5;
}

.underline-clip:after {
	content: "";
	position: absolute;
	top: 97%;
	width: 150%;
	left: 50%;
	transform: translate(-50%, 0);
	border: 1px solid var(--primary-color);
}

.underline-clip2:after {
	content: "";
	position: absolute;
	top: 99%;
	width: 150%;
	aspect-ratio: 4 / 1;
	left: 50%;
	transform: translate(-50%, 0);
	border-radius: 50%;
	border: 3px solid hsl(45, 67%, 54%);
	/* Use a clip-path to hide and show the bits you want */
	clip-path: polygon(0 0, 50% 50%, 100% 0);
}

/* ========== CONTACT (dark + gold) ========== */

.contact-gold {
	--bg: #07070a;
	--panel: rgba(255, 255, 255, 0.03);
	--panel2: rgba(255, 255, 255, 0.05);
	--stroke: rgba(216, 181, 93, 0.2);
	--stroke2: rgba(216, 181, 93, 0.35);

	--gold: #d8b55d; /* ciemne złoto */
	--gold2: #b08a2e; /* głębszy odcień */
	--text: rgba(255, 255, 255, 0.88);
	--muted: rgba(255, 255, 255, 0.65);

	background:
		radial-gradient(
			800px 300px at 15% 10%,
			rgba(216, 181, 93, 0.1),
			transparent 55%
		),
		radial-gradient(
			900px 350px at 85% 30%,
			rgba(176, 138, 46, 0.1),
			transparent 60%
		),
		linear-gradient(180deg, #07070a, #050507);
	padding: clamp(32px, 6vw, 80px) 16px;
}

.contact-gold {
	margin-top: 0 !important;
}

.contact-gold__wrap {
	max-width: 1120px;
	margin: 0 auto;
}

.contact-gold__head {
	text-align: center;
	margin-bottom: clamp(18px, 3vw, 32px);
}

.contact-gold__kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--muted);
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 0 10px;
	position: relative;
}
.contact-gold__kicker::before,
.contact-gold__kicker::after {
	content: "";
	width: 34px;
	height: 1px;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(216, 181, 93, 0.8),
		transparent
	);
	opacity: 0.85;
}

.contact-gold__title {
	color: var(--text);
	font-size: clamp(22px, 3vw, 34px);
	margin: 0 0 8px;
	letter-spacing: 0.02em;
}

.contact-gold__subtitle {
	color: var(--muted);
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
}

.contact-gold__grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 16px;
	margin-top: 18px;
}

.gold-box {
	grid-column: span 12;
	background: linear-gradient(180deg, var(--panel), var(--panel2));
	border: 1px solid rgba(216, 181, 93, 0.18);
	border-radius: 18px;
	padding: 18px 18px 16px;
	position: relative;
	overflow: hidden;
	box-shadow:
		0 18px 45px rgba(0, 0, 0, 0.45),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
	transition:
		transform 0.25s ease,
		border-color 0.25s ease,
		box-shadow 0.25s ease;
}

.gold-box::before {
	content: "";
	position: absolute;
	inset: -2px;
	background:
		radial-gradient(
			700px 180px at 15% 10%,
			rgba(216, 181, 93, 0.14),
			transparent 55%
		),
		radial-gradient(
			600px 180px at 80% 20%,
			rgba(176, 138, 46, 0.12),
			transparent 55%
		);
	opacity: 0.9;
	pointer-events: none;
}

.gold-box::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(216, 181, 93, 0.9),
		transparent
	);
	opacity: 0.7;
	pointer-events: none;
}

.gold-box:hover {
	transform: translateY(-3px);
	border-color: rgba(216, 181, 93, 0.34);
	box-shadow:
		0 24px 60px rgba(0, 0, 0, 0.55),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.gold-box__icon {
	width: 44px;
	height: 44px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	background: rgba(216, 181, 93, 0.08);
	border: 1px solid rgba(216, 181, 93, 0.22);
	margin-bottom: 12px;
	position: relative;
	z-index: 1;
}

.gold-ico {
	width: 22px;
	height: 22px;
	fill: rgba(216, 181, 93, 0.95);
}

.gold-box__title {
	color: rgba(255, 255, 255, 0.9);
	margin: 0 0 6px;
	font-size: 16px;
	letter-spacing: 0.02em;
	position: relative;
	z-index: 1;
}

.gold-box__text {
	margin: 0 0 10px;
	color: var(--muted);
	line-height: 1.6;
	font-size: 15px;
	position: relative;
	z-index: 1;
}

.gold-box__text strong {
	color: rgba(255, 255, 255, 0.92);
	font-weight: 650;
}

.gold-box__meta {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	color: rgba(216, 181, 93, 0.78);
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}

.gold-link {
	color: rgba(216, 181, 93, 0.95);
	text-decoration: none;
	border-bottom: 1px dashed rgba(216, 181, 93, 0.45);
	padding-bottom: 2px;
	transition:
		color 0.2s ease,
		border-color 0.2s ease;
}
.gold-link:hover {
	color: rgba(255, 226, 150, 0.95);
	border-color: rgba(255, 226, 150, 0.55);
}

/* Responsive columns */
@media (min-width: 720px) {
	.gold-box {
		grid-column: span 6;
	}
}
@media (min-width: 1024px) {
	.gold-box {
		grid-column: span 4;
	}
}

/* Accessibility: reduced motion */
@media (prefers-reduced-motion: reduce) {
	.gold-box {
		transition: none;
	}
	.gold-box:hover {
		transform: none;
	}
}

/* kontakt */

.contact-hero {
	background-image: url("../img/contact.jpg");
	background-position: center;
	margin-top: 0 !important;
}

.contact-hero h1 {
	color: #d7bc8b;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.contact p {
	text-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
	color: #28282b;
	font-size: 36px;
	font-weight: 800;
}

.cc::after {
	content: "";
	display: block;
	width: 80px;
	height: 6px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 34%);
	background: #cdb07a;
	margin: 15px auto;
}

.copyright {
	text-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
	font-size: 18px !important;
	font-weight: 400 !important;
	color: #f8f8f8 !important;
}

.contact h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2rem;
	background: linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.82));
	border-radius: 18px;
	width: 20%;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #cbae7d;
	z-index: 2;
	position: relative;
}

.contact-bg2 {
	background-image: url(../img/cennik/cennik_bg2.png);
	object-fit: none;
	position: absolute;
	object-position: left top;
	width: 242px;
	height: 333px;
	z-index: -2;
}

.contact-bg3 {
	background-image: url(../img/cennik/cennik_bg3.jpg);
	object-fit: none;
	position: absolute;
	object-position: right bottom;
	width: 242px;
	height: 333px;
	z-index: -2;
}

.contact-item ul {
	list-style-type: square;
}

.contact-item li::marker {
	color: #abc121;
}

.logo-contact {
	margin: 0 auto;
}

.contact input,
.contact select,
.contact textarea {
	font-size: 1.6rem;
}

.contact .btn {
	padding: 0.3em 0.8em;
	/* font-size: 2rem; */
	background: #fff;
	border: 1px solid #abc121;
	border-radius: 10px;
}

.contact-map iframe {
	width: 100%;
	min-height: 400px;
}

.contact {
	background: linear-gradient(to left, #998f7f, #cbae7d);
	width: 100%;
	z-index: 4;
	position: relative;
	color: #fff;
}

.contact:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/moroccan_pattern_2.png) repeat;
	background-size: 100px;
	opacity: 0.05;
	z-index: -1;
	pointer-events: none;
}

/*
.contact:before {
	content: "RKS Radomsko";
	color: #28282b;
	font-size: 24px;
	text-align: center;
	display: block;
	position: relative;
	top: -38px;
	margin: 0 auto;
	width: 250px;
	height: auto;
	background: #ffffff;
} */

.phone a {
	text-decoration: none;
}
@media (max-width: 992px) {
	.top-nav-socials {
		display: none;
	}

	header.hero-img {
		height: auto;
	}

	.akademia {
		margin: 45px 10px;
	}

	.top-nav-right,
	.top-nav-left {
		border: none;
	}

	.back-btn {
		display: block;
	}

	.top-nav-buttons {
		flex-direction: column;
		justify-content: center;
		display: none;
	}

	.btn-top-nav {
		margin-top: 10px;
	}

	.contact h2 {
		width: 60%;
	}

	.hero h1 {
		font-size: 32px;
	}

	.hero p {
		position: relative;
		top: 100px;
	}

	.logo-wrapper {
		top: 100%;
		left: 50%;
		transform: translate(-50%, 10%);
	}
	.nextmatch-container {
		height: auto;
		width: 100%;
	}
	.nextmatch-label {
		margin: 10px 0;
	}

	.nextmatch-info {
		margin: 10px 0;
		align-items: center;
		flex-direction: column;
	}

	.nextmatch-info span {
		margin-top: 10px;
	}

	.league-box {
		background: none;
	}

	#countdown {
		font-size: 18px;
	}

	.league-table {
		margin-top: 5px;
	}

	.news-card {
		height: 300px;
	}

	.card-list .card-item {
		height: 400px;
	}

	.thumbnail {
		height: 200px;
	}

	.karta {
		height: 150px;
	}

	.karta-icon-box {
		height: 64px;
		width: 64px;
	}

	.karta p {
		font-size: 18px;
		padding: 20px;
	}

	.karta i {
		font-size: 32px;
	}

	.card-list .card-item .user-image {
		height: 250px;
	}

	.league-table td {
		padding: 2px;
	}

	.date-box {
		font-size: 26px;
		flex-direction: row;
		gap: 10px;
		margin: 10px 0;
	}

	.banner-box {
		margin-top: 20px;
	}

	.nextmatch-container h2 {
		font-size: 24px;
		margin: 20px 0;
	}

	.schedule-match-label {
		flex-direction: column;
	}

	.schedule-teamsimg {
		height: 35px;
		width: 35px;
	}

	.schedule-remains {
		justify-content: center;
	}

	.news-heading {
		width: 100%;
	}
	.news-info-box {
		width: 100%;
		padding: 30px;
	}
	.team-cera,
	.opponnent {
		height: 75px;
	}

	.sticky .logo {
		width: 75px;
	}

	.sticky .logo-wrapper {
		height: 75px;
	}

	.nextmatch-label span {
		font-size: 24px;
	}

	.match-header {
		font-size: 1rem;
		padding: 20px;
		width: 100%;
		top: 85%;
		position: absolute;
		margin-top: 100px;
	}

	.scorers {
		padding-left: 0 !important;
	}

	#match-container .team-name {
		font-size: 18px;
	}
	.score-box .score {
		font-size: 2rem;
	}

	.logo-certyfikat-pzpn {
		display: none;
	}

	.logo-sponsor1 {
		left: 5%;
		display: none;
		width: 75px;
		height: 60px;
	}

	.logo-sponsor2 {
		height: 40px;
		left: 5%;
		width: auto;
	}

	.team-logo {
		height: 75px;
		width: auto;
	}

	.popup-logos {
		gap: 5px;
	}

	.staff-card,
	.management-card {
		height: auto;
	}

	.management-picture {
		height: 100%;
		padding: 25px;
	}

	.footer-sponsors img {
		height: 100%;
		margin-top: 20px;
	}

	.footer-sponsors {
		flex-direction: column;
	}

	.sub-page-lead {
		font-size: 24px;
		text-align: center;
	}

	.karta__cennik__details ul li {
		font-size: 1.5rem;
		padding: 1.2rem;
	}

	.player-full-card p {
		top: auto;
		left: auto;
	}

	.img-position {
		top: auto;
		right: auto;
	}

	.player-full-card {
		top: 0;
	}

	.player-full-card img {
		max-width: 250px;
	}

	.overlay-player-info {
		display: none;
	}

	.top-hero {
		height: 100vh;
	}

	.paragraph2 {
		flex-direction: column;
	}

	.opinion-item-content {
		margin-top: 50%;
	}

	.open-time-wrapper {
		font-size: 70%;
		flex-direction: column;
		margin-top: 5px;
	}

	.tabs {
		padding: 0;
	}

	.tab-btn {
		padding: 10px;
	}

	.theme-switch {
		height: 20px;
		width: 50px;
	}

	.onas-wrapper {
		flex-direction: column;
		height: auto;
	}

	.onas-item {
		position: relative;
		height: auto;
		width: auto;
		color: #fff;
		display: flex;
		justify-content: center;
		padding: 25px;
	}

	.onas-item-global {
		height: auto;
		width: auto;
		padding: 25px;
	}

	.onas-img-container {
		height: 300px;
	}

	.onas-img-container::before,
	.onas-img-container::after {
		height: 50px;
		width: 50px;
	}

	.dsnone {
		display: none;
	}

	.faq {
		padding: 20px;
	}

	.underline-clip:before,
	.underline-clip:after {
		display: none;
	}

	#reservationForm textarea {
		max-width: 300px;
		width: 300px;
	}

	.home-box {
		margin-top: 20%;
	}

	header.hero-img h1 {
		font-size: 16px;
	}

	header.hero-img h2 {
		font-size: 14px;
		margin-top: 0;
	}

	.contact {
		height: 1100px !important;
	}

	.dslider:before {
		background-color: #fff;
		bottom: 4px;
		content: "";
		height: 13px;
		left: 4px;
		position: absolute;
		transition: 0.4s;
		width: 13px;
	}
}

@media (max-width: 992px) {
	.nextmatch-info-box {
		flex-direction: column;
	}
	.article-content img {
		width: 100%;
	}

	.wiz {
		line-height: 1.4;
		font-size: 1.6rem;
	}

	.przed-wiz {
		padding: 20px;
	}

	.top-nav p {
		font-size: 11px;
	}

	.overlay-center {
		width: 50%;
		font-size: 1.2rem;
	}

	nav .wrapper {
		padding: 50px;
	}

	.nav-phone-icon {
		width: 30px;
		height: 30px;
		font-size: 20px;
	}

	.nav-location-icon {
		width: 30px;
		height: 30px;
		font-size: 20px;
	}

	.short {
		margin-top: 5rem;
	}

	.karta__cennik__details ul {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.wizyta-info .container {
		padding: 0;
	}

	.wizyta-shadow {
		box-shadow: inset 0 5px 10px -5px rgba(0, 0, 0, 0.4);
	}

	.wizyta-text {
		padding: 5em 0;
	}

	.FOOTER-SPONSORS {
		display: flex;
		flex-direction: column;
	}

	.wizyta-text-left {
		padding-right: 2em;
	}

	.wizyta-text-right {
		padding-left: 2em;
		text-align: left;
	}

	.wizyta-img {
		height: auto;
		transform: skew(-15deg);
	}
}

@media (min-width: 1400px) {
}

@keyframes pulse {
	0% {
		transform: scale(1, 1);
	}
	50% {
		opacity: 0.6;
	}
	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}
.animate-spin {
	animation: spin 1s linear infinite;
}

@keyframes jump-shaking {
	0% {
		transform: translateX(0);
	}
	25% {
		transform: translateY(-9px);
	}
	35% {
		transform: translateY(-9px) rotate(17deg);
	}
	55% {
		transform: translateY(-9px) rotate(-17deg);
	}
	65% {
		transform: translateY(-9px) rotate(17deg);
	}
	75% {
		transform: translateY(-9px) rotate(-17deg);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}

span.rise-shake {
	animation: jump-shaking 0.83s infinite;
}
