html {
	scroll-padding-top: 200px;
	scroll-behavior: smooth;
}

.sub {
	padding-top: 130px;
}

[data-hidden] {
	display: none;
}

form button {
	margin-top: 1rem;
}

.sub main {
	padding: calc(var(--sectionPadding) / 2) 0 var(--sectionPadding);
}

.sub .navbar {
	background-color: #fff;
}

.sub header .col {
	width: 50%;
}

.sub header .col-1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 60px 0 calc((100vw - var(--containerWidth)) / 2);
	background-image: linear-gradient(to right, #000080, #3b3bbc);
	color: white;
}

.sub header h1 {
	color: white;
}

.minigallery {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, 1fr);
}

.minigallery a:first-child {
	grid-column: span 3;
}

.minigallery a {
	display: block;
	overflow: hidden;
	width: 100%;
}

.minigallery a img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform var(--normalSpeed) var(--ease);
	-webkit-transition: transform var(--normalSpeed) var(--ease);
	-moz-transition: transform var(--normalSpeed) var(--ease);
	-ms-transition: transform var(--normalSpeed) var(--ease);
	-o-transition: transform var(--normalSpeed) var(--ease);
}

.minigallery a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.sub h1 {
	font-weight: 300;
}

.sub header .lead {
	margin-bottom: 0;
}

#atrakcje .md\:w-4-12 {
	margin-bottom: 30px;
}

.atrakcja {
	color: white;
	overflow: hidden;
	border-radius: 0.5rem;
}

.atrakcja .absolute {
	background-image: linear-gradient(to top, hsl(0 0% 0% / 0.9), transparent);
}

.atrakcja strong {
	display: block;
	margin-bottom: 10px;
	font-size: var(--h4);
}

.atrakcja img.w-full {
	transition: transform var(--normalSpeed) var(--ease);
	-webkit-transition: transform var(--normalSpeed) var(--ease);
	-moz-transition: transform var(--normalSpeed) var(--ease);
	-ms-transition: transform var(--normalSpeed) var(--ease);
	-o-transition: transform var(--normalSpeed) var(--ease);
}

.atrakcja:hover img.w-full {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

aside .cena {
	line-height: 1;
	margin-top: 0;
	margin-bottom: 30px;
}

aside form .flex.col,
aside form {
	margin-bottom: 10px;
}

aside form .flex.md\:row {
	margin-bottom: 0;
}

aside form label {
	margin-top: 0;
	margin-bottom: 0;
	font-size: .875rem;

}

aside form input {
	font-size: .875rem;
	line-height: 1.1;
	padding: 0.65em 0.875em;
}

aside form select {
	background-color: #fff;
}


aside form textarea {
    height: 7rem;
}

#dane-atrakcji {
	margin: 0;
	padding: 0;
}

#dane-atrakcji li {
	list-style: none;
	margin: 0 0 2px;
	padding: 15px;
	/*
	background-color: var(--primary);
	*/
	background-image: linear-gradient(to right, #000080, #3b3bbc);
	color: white;
	flex-wrap: nowrap;
}

#dane-atrakcji li span {
	line-height: 1.3;
	flex-shrink: 1;
	flex-grow: 1;
	font-size: 0.875rem;
}

#dane-atrakcji li img {
	flex-shrink: 0;
	filter: invert();
}

#main img {
	max-width: 100%;
	height: auto;
	display: block;
}

aside h4 {
	font-size: var(--h5);
	margin-top: 0;
}

aside .nav {
	margin: 0;
	padding: 0;
	width: 100%;
}

aside .nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

aside .nav a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	line-height: 1.3;
	padding: 10px 25px;
	text-decoration: none;
	border-left: 2px solid var(--borderColor);
	transition: all 0.2s;
	color: var(--textColor);
}

aside .nav a:hover,
aside .nav .active > a,
aside .nav a.active {
	border-left-color: var(--primary);
}

aside .nav a:hover {
	padding-left: 30px;
	padding-right: 20px;
}

aside .nav .active > a,
aside .nav a.active {
	color: var(--primary);
}

.gallery a {
	overflow: hidden;
}

.gallery img {
	display: block;
	width: 100%;
	transition: all var(--normalSpeed) var(--ease);
}

.gallery a:hover img {
	transform: scale(1.1);
}

.downloads a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding: 15px 30px;
	text-decoration: none;
	color: var(--textColor);
	transition: all var(--fastSpeed);
	box-shadow: 0 0 30px hsl(0, 0%, 0%, 0.1);
}

.downloads a:hover {
	color: var(--primary);
	transform: translateY(-2px);
	box-shadow: 0 15px 20px -5px hsl(0, 0%, 0%, 0.2);
}

.downloads a img:not(.download-icon) {
	height: 52px;
	border-radius: 0;
}

.download-icon {
	height: 18px;
	display: block;
	margin-left: 30px;
	border-radius: 0;
	filter: grayscale(1);
}

.downloads .size {
	opacity: 0.6;
	font-size: 0.875rem;
}

.downloads .text {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 30px;
}

.downloads strong {
	font-weight: 400;
	line-height: 1.3;
	display: block;
	padding-right: 30px;
}

form {
	width: 100%;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

label {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 1.125rem;
}

label p {
	margin: 0;
}

label a {
	text-decoration: none;
	color: var(--primary);
}

label p,
label li {
	font-size: 0.875rem;
	line-height: 1.5;
}

label li {
	margin-bottom: 0.5em;
}

input,
select,
textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 0.8rem 1rem;
	border: 2px solid var(--borderColor);
}

[type="checkbox"],
[type="radio"] {
	width: auto;
	flex-shrink: 0;
}

textarea {
	height: 15rem;
}

.ok {
	border-color: var(--borderColor);
}

.error {
	border-color: red;
}

.error-msg {
	color: red;
	font-size: 1rem;
	margin-top: 5px;
}

.star {
	color: red;
	font-family: sans-serif;
}

#alert {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 0.5rem 1rem;
	color: white;
	font-weight: bold;
}

#alert.success {
	background-color: rgb(0, 133, 22);
}

#alert.danger {
	background-color: rgb(165, 0, 0);
}

#limuzyna .swiper-pagination {
	width: auto;
	display: flex;
	justify-content: flex-end;
	left: auto;
	right: 0;
	bottom: 0;
	padding: 0.3em 0.5em 0.25em;
	background-color: white;
	border-radius: 0.5rem 0 0 0;
}

#limuzyna .swiper-pagination-bullet {
	background-color: var(--primary);
	width: 12px;
	height: 12px;
}

#limuzyna h1,
#limuzyna h2,
#limuzyna h3,
#limuzyna h4,
#limuzyna h5,
#limuzyna h6 {
	font-weight: bold;
}

.pakiety ul {
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	text-align: center;
	gap: 30px;
	margin-top: 30px;
}

.pakiety ul li {
	cursor: pointer;
	border-radius: 0.5rem;
	padding: 1.25em;
	position: relative;
	padding: 60px;
	transition: all 0.2s ease-in-out;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
	text-align: left;
	overflow: hidden;
}

.pakiety ul li:hover {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.pakiety ul li::after {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 64px;
	height: 64px;
	transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	background: #000080;
}

.pakiety ul li::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 6px;
	background: #000080;
}

.limo .pakiety ul li::after {
	content: "Zarezerwuj";
	position: relative;
	margin-top: 30px;
	width: 100%;
	border-radius: 0.5rem;
	clip-path: none;
	font-weight: bold;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
}

.limo .pakiety ul li:hover::after {
	bottom: -5px;
	right: 0px;
	/*background: var(--primary);*/
}

.pakiety ul li em {
	border-top: 1px solid var(--bgLight);
	border-bottom: 1px solid var(--bgLight);
	padding: 20px 0;
}

.pakiety ul li em {
	color: #000080;
}

.limo .pakiety ul li:nth-of-type(2)::after,
.limo .pakiety ul li:nth-of-type(2)::before,
.limo .pakiety ul li:nth-of-type(5)::after,
.limo .pakiety ul li:nth-of-type(5)::before {
	background: #058ED9;
	/*filter: saturate(.6);*/
}

.limo .pakiety ul li:nth-of-type(3)::after,
.limo .pakiety ul li:nth-of-type(3)::before,
.limo .pakiety ul li:nth-of-type(4)::after,
.limo .pakiety ul li:nth-of-type(4)::before {
	background: #2292A4;
	/*filter: saturate(.2);*/
}

.limo .pakiety ul li:nth-of-type(2) em,
.limo .pakiety ul li:nth-of-type(5) em {
	color: #058ED9;
	/*filter: saturate(.6);*/
}

.limo .pakiety ul li:nth-of-type(3) em,
.limo .pakiety ul li:nth-of-type(4) em {
	color: #2292A4;
	/*filter: saturate(.2);*/
}

.pakiety ul li:hover:after {
	right: -5px;
	bottom: -5px;
}

.limo .pakiety ul {
	margin-top: 60px;
}

.limo .pakiety ul li {
	text-align: center;
	align-items: center;
}

/* .pakiety ul li br {
	display: none;
} */

.pakiety ul strong {
	font-size: 18px;
	line-height: 1.25;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.limo .pakiety ul strong {
	white-space: break-spaces;
}
.pakiety ul em {
	font-size: 42px;
	font-weight: bold;
	font-style: normal;
	line-height: 1;
	margin: 1rem 0;
}

@keyframes shine {
	0% {
		transform: translateX(-100%) translateY(-100%) rotate(30deg);
	}
	80% {
		transform: translateX(-100%) translateY(-100%) rotate(30deg);
	}
	100% {
		transform: translateX(100%) translateY(100%) rotate(30deg);
	}
}

#news .card {
	border-radius: 0;
	box-shadow: none;
}

#news .card-image img {border-radius: 0;}

#news .card-body {
	padding: 2rem 0 0 0;
}


/*

			M E D I A
			Q U E R I E S

*/

@media (max-width: 1500px) {
	.sub header .col-1 {
		padding: 5vw;
	}

	.sub header .simpleParallax {
		height: 100%;
	}

	.sub header .simpleParallax img {
		height: 100%;
	}
}

@media (max-width: 1199px) {
	.circle.max-w-full {
		margin-top: 2rem;
	}

	.w-full {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	section {
		overflow: hidden;
	}

	h1 {
		margin-top: 0;
	}

	.pakiety ul {
		grid-template-columns: 1fr;
	}

	.pakiety ul li {
		padding: 1rem;
	}

	.sub header .items-stretch {
		flex-direction: column-reverse;
		width: 100%;
	}

	.sub header .col {
		width: 100%;
	}

	.atrakcja img.w-full {
		aspect-ratio: 16/9;
		height: auto;
		object-fit: cover;
	}

	.atrakcja {
		border-radius: 0.5rem;
		overflow: hidden;
	}

	.wyszukiwarka header img {
		display: none;
	}

	.wyszukiwarka header .col-1 {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.pakiety {order:999}

	aside {margin-top: 2rem;}
}

@media screen and (max-width: 599px) {
	:root {
		--sectionPadding: 75px !important;
	}
	.download-icon,
	.downloads .size {
		display: none;
	}

	.downloads a {
		padding: 15px;
	}

	.downloads .text {
		margin-left: 15px;
	}

	.downloads strong {
		padding-right: 0;
		font-size: 0.875rem;
	}

	.downloads a img:not(.download-icon) {
		height: 30px;
	}

	.atrakcja img.w-full {
		aspect-ratio: 1/1;
	}
}
