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

html {
	font-size: 62.5%;
}

:root {
	--primary-color: #24242b;
	--secondary-color: #80cfff;
	--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/logos/hubert_logo.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;
}

a {
	text-decoration: none;
	color: #80cfff;
}

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

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

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

.heading-long span {
	background: #252424;
	padding: 12px;
	border-radius: 10px;
	font-size: 24px;
	font-weight: 900;
	color: #80cfff;
}

.heading-short {
	font-size: 32px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.heading-short span {
}

.heading-short:after {
	display: block;
	content: "";
	height: 2px;
	width: 75%;
	margin: 10px auto;
	background: #80cfff;
}

.bg-color-yellow {
	background: #80cfff !important;
	color: #252424 !important;
}

.bg-color-blue {
	background: #80cfff !important;
	color: #252424 !important;
}

.bg-color-purple {
	background: #181e76 !important;
	color: #f4f4f4 !important;
}

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

.heading-shadow-flota {
	font-size: 220%;
	position: relative;
	top: -60px;
	color: #fff;
}
.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: #80cfff;
	color: #fff;
	text-align: center;
	font-size: 1rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.fs150 {
	font-size: 150% !important;
}

.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;
}

.onas {
	background: var(--bg-color);
}

.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 #80cfff;
}

.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: #80cfff;
	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: #80cfff;
    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: rgba(46, 46, 46, 0.9);
	z-index: -5;
}

.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;
}

.onas-item-global {
	position: relative;
	height: 200px;
	width: 30%;
	color: #fff;
	padding: 50px;
}

.onas-item {
	position: relative;
	height: auto;
	width: 20%;
	color: #fff;
	display: flex;
	justify-content: flex-end;
	padding: 75px;
}

.onas-item i {
	color: #80cfff;
	display: block;
	position: relative;
	top: -20px;
	font-size: 40px;
	text-shadow: 2px 1px 4px rgba(0, 0, 0, 0.5);
	margin-bottom: 10px;
}

.onas-img-container {
	width: 100%;
	height: 500px;
	border-bottom-left-radius: 25px;
}

.onas-img-container img {
	max-width: 100%;
	position: relative;
	height: auto;
	z-index: 2;
}

.opiswypo {
	color: #5f5f5f !important;
	font-size: 18px !important;
}

.fleet-card {
	position: relative;
	background: #181e76;
	color: #f4f4f4;
	padding: 10px 25px;
}

.fleet-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url(../img/pattern.jpg);
	background-size: cover;
	opacity: 0.03;
	z-index: 0;
	pointer-events: none;
}

.fleet-card::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 80px;
	height: 10px;
	border-radius: 2px;
	background: #80cfff;
}
.img-frame {
	position: relative;
	display: inline-block; /* klucz — szerokość = obraz */
}

.img-frame img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
	position: relative;
	z-index: 2;
}

.img-frame::before {
	content: "";
	position: absolute;
	inset: 0;
	transform: translate(-24px, 24px);
	background: linear-gradient(135deg, #0bf, #007fad);
	border-radius: 12px;
	z-index: 1;
}

.img-box {
	width: 100%;
	height: 150px; /* 🔑 TA SAMA WYSOKOŚĆ */
	overflow: hidden;
}

.img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* wypełnia równo */
	display: block;
}

.m100 {
	margin: 100px 0;
}

.onas-container {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.onas-container h1 {
	color: #181e76;
	font-family: "Poppins", Sans-serif;
	font-size: 40px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.1em;
	letter-spacing: -2px;
}

.onas-container p {
	padding: 15px;
	font-size: 18px;
	border-radius: 5px;
	margin: 30px 0;
	color: #666;
}

.imgwypo {
	max-width: 100%;
	width: 100%;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
}

.imgwypo img {
	max-width: 100%;
	object-fit: cover;
	height: auto;
}

.wyposazenie {
	margin: -50px 0px 50px 0 !important;
}

.wyposazenie p {
	color: #181e76;
	font-family: "Poppins", Sans-serif;
	font-size: 24px;
	font-weight: 500;
}

.wyposazenie h2 {
	font-size: 32px;
	font-weight: 750;
	color: #181e76;
	font-family: "Poppins", Sans-serif;
}

.text-format {
	text-align: center;
	padding: 0 50px;
}

.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;
}

.border5 span {
	color: #80cfff;
}
.bg-about {
	position: relative;
	color: #fff;
	z-index: 5;
	padding: 5rem;
	box-shadow: 1px 1px 10px #0a0a0a;
}

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

.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: 70vh;
	background-size: cover;
	z-index: 0;
}

/* .top-hero:after {
	content: "";
	display: block;
	position: relative;
	top: -10px;
	margin: 0 auto;
	width: 250px;
	height: 15px;
	background: #282826;
}
 */

.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);
}

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

.keke {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 3.6rem;
	height: 100%;
}

.keke2 {
	background: #8b7556;
	display: block;
	content: "";
	height: 1px;
	width: 120px;
	margin: 20px auto 0;
	position: relative;
}

.top-hero-text {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
}

.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(24 30 118 / 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: 12px;
}
::-webkit-scrollbar-track {
	background: #181e76;
	width: 50%;
	padding: 0 10px;
	border-radius: 8px;
	border: 1px solid #80cfff;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
	background: #24242b;
	border-radius: 8px;
}

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: absolute;
	font-family: "Outfit", sans-serif;
	top: 0;
	z-index: 999;
	width: 100%;
	transition: 0.4s;
	background: transparent;
}
nav .wrapper {
	position: relative;
	/* top: -15px; */
	height: 100px;
	background: #181e76;
	line-height: 70px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
	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);
}

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

.nav-phone {
	width: auto;
	display: flex;
	flex-direction: column;
	font-weight: 500;
	margin: 10px;
	border-right: 1px solid #cbcbcb;
	align-self: center;
	justify-content: center;
	align-items: center;
}

.nav-phone span {
	margin: 10px;
}

.nav-phone-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #80cfff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	margin: 10px;
}

.nav-phone-icon i {
	color: #282826;
	margin: 0 auto;
}
.nav-location {
	width: auto;
	display: flex;
	flex-direction: column;
	font-weight: 500;
	align-self: center;
	justify-content: center;
	align-items: center;
}

.nav-location span {
	margin: 10px;
}

.nav-location-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #282826;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	margin: 10px;
}

.nav-location-icon i {
	color: #80cfff;
	margin: 0 auto;
}

.nav-email {
	width: auto;
	display: flex;
	flex-direction: column;
	font-weight: 500;
	align-self: center;
	border-right: 1px solid #cbcbcb;
	margin: 10px;
	justify-content: center;
	align-items: center;
}

.nav-email-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #282826;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	margin: 10px;
}

.nav-email-icon i {
	color: #80cfff;
	margin: 0 auto;
}

.nav-email span {
	margin: 10px;
}

.top-nav {
	position: relative;
	color: var(--primary-color);
	max-width: 1200px;
	margin: auto;
	height: 50px;
	display: flex;
	justify-content: space-evenly;
}

.header-contact {
	position: absolute;
	background: #eee;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	margin: 0 auto;
	padding: 10px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-self: center;
	font-size: 16px;
}

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

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

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

.logo-wrapper {
	display: flex;
	width: auto;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.logo-wrapper img {
	max-height: 60px;
	width: auto;
}
.wrapper .logo a {
	color: #f2f2f2;
	font-size: 30px;
	font-weight: 600;
	text-decoration: none;
}

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

.menu-btn {
	color: #80cfff !important;
	background: none !important;
}

.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: #80cfff;
	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: #80cfff;
	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;
}

/*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:
		linear-gradient(to bottom, #24242b, #28282bc9, #24242b),
		url(../img/blog_bg.jpg);
	background-size: cover;
	background-position: center center;
}

.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;
}

.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;
}

.gwarancja h1 {
	color: #181e76;
	padding: 75px 55px;
	font-weight: 600;
}

.gwarancja p {
	padding: 0 55px;
	font-size: 18px;
	color: #666;
}

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

.reservation-left {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
	border-radius: 25px;
	padding: 40px;
}

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

.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 #80cfff !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;
}

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

.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 label span {
	margin: 5px;
}

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

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

#reservationForm select {
	border: 1px solid #242424;
	border-radius: 10px;
	margin-top: 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;
}

.m-50 {
	margin: 50px 0;
}

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

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

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

.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;
	}

	header.hero-img .hero-text {
		margin-left: 75px;
	}

	.heading-long {
		width: auto;
	}

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

	.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;
	}

	#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;
}
/* header */

header.hero-img {
	position: relative;
	height: 60vh;
	background: url(../img/background.jpg);
	background-size: cover;
	background-position: center;
	color: var(--primary-color);
	z-index: 0;
}
header.hero-img h1 {
	text-transform: uppercase;
	font-size: 48px;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.4);
	padding: 10px;
}

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

header.hero-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(24 30 118 / 90%);
	z-index: -5;
}
header.hero-img .hero-text {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	height: 100%;
	margin-left: 10%;
	font-size: 40px;
}

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 {
	border: 2px solid #80cfff;
	border-radius: 25px;
	color: #181e76;
	background-color: transparent;
	box-shadow: none;
}

#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 {
	border-radius: 25px;
	padding: 25px;
}

.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;
	margin-top: 10px;
	border: 1px solid #80cfff;
	padding: 2rem;
}

.accordion-button {
	padding: 20px;
	font-size: 2rem;
	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: var(--bg-color);
	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: #80cfff;
	padding: 10px;
}

.social-media a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 5rem;
	height: 5rem;
	background: transparent;
	border: 0.5rem solid #80cfff;
	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: #67b1dd;
	color: black;
	box-shadow: 0 0 2rem #67b1dd;
}

.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;
}

/*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%;
	align-items: center;
	justify-content: center;
	padding: 50px 8%;
}

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

.gallery img {
	max-height: 250px;
	max-width: 250px;
	transition: transform 0.52s ease-out;
}

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

.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);
}

/* ----- */

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

.opis-bg p {
	text-align: center;
	font-weight: 600;
	color: #80cfff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.opis-bg h1 {
	position: relative;
	text-align: center;
	font-weight: 600;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	color: #fff;
}

.opis-opis {
	position: relative;
	text-align: center;
	font-size: 16px;
	font-weight: normal !important;
	margin: 50px 20px 0 0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	color: #f4f4f4 !important;
}

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

.opis-bg-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(24, 30, 118, 0.7);
	z-index: -5;
}

.opis-bg2 {
	position: relative;
	background-image: url("../img/740.jpg");
	background-size: cover;
	background-position: center;
	padding: 140px;
	margin: 100px 0;
	z-index: 0;
}

.opis-bg2 h1 {
	position: relative;
	text-align: center;
	font-weight: 600;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	color: #fff;
}

.opis-bg2 p {
	text-align: center;
	font-weight: 600;
	color: #80cfff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.opis-opis2 {
	position: relative;
	text-align: center;
	font-size: 16px;
	font-weight: normal !important;
	padding: 0px 50px;
	text-align: left !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	color: #f4f4f4 !important;
}

.wynajem h1 {
	color: #181e76;
	padding: 25px 55px;
	font-weight: 600;
}

.wynajem p {
	padding: 0 65px;
	font-size: 18px;
	color: #666;
}
.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: 5px;
}
.border-gradient-purple {
	border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
}
.border-gradient-green {
	border-image-source: linear-gradient(to left, #80cfff, #d1c21c);
}

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

.card-list .card-item {
	color: #fff;
	background: #80cfff;
	height: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	margin: 0 auto;
}

.card-list .card-item .user-image {
	width: 100%;
	height: 250px;
	padding: 10px;
	margin: 0 auto;
	position: absolute;
	object-fit: cover;
	top: 0;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.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;
}

.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-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: #80cfff !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: 1px solid #80cfff;
	border-radius: 5px;
	background: #242424;
	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: #80cfff;
	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: 25px;
	border-top-right-radius: 25px;
}

.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:
		linear-gradient(to bottom, #24242b, #28282bc9, #24242b),
		url(../img/bg_polska2_grey.JPG);
	background-position: center;
	background-size: 99%;
	/* 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;
}

.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 #80cfff;
	padding: 20px;
}

#cookiealert_powiadomienie {
	margin-bottom: 20px;
}

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

#cookiealert_polityka {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #242526;
	border: 1px solid #242526;
	padding: 15px;
	width: auto;
	/* text-align: center; */
	margin: 0 auto;
	line-height: 15px;
	border-radius: 10px;
}

#cookiealert_polityka a {
	color: #242526;
}

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

#okbutton:hover {
	background: #d1c21c !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 regulamin */

.popupreg {
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.popupreg__content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 75%;
	background-color: #fff;
	box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	display: table;
	overflow: hidden;
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.25);
	transition: all 0.5s 0.2s;
}
.popupreg__left {
	width: 33.333333%;
	display: table-cell;
}
.popupreg__right {
	width: 66.6666667%;
	display: table-cell;
	vertical-align: middle;
	padding: 3rem 5rem;
}
.popupreg__img {
	display: block;
	width: 100%;
}
.popupreg__text {
	font-size: 1.4rem;
	margin-bottom: 4rem;
	-moz-column-count: 2;
	-moz-column-gap: 4rem;
	-moz-column-rule: 1px solid #eee;
	column-count: 2;
	column-gap: 4rem;
	column-rule: 1px solid #eee;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.popupreg:target {
	opacity: 1;
	visibility: visible;
}
.popupreg:target .popupreg__content {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}
.popupreg__close:link,
.popupreg__close:visited {
	color: #777;
	position: absolute;
	top: 2.5rem;
	right: 2.5rem;
	font-size: 3rem;
	text-decoration: none;
	display: inline-block;
	transition: all 0.2s;
	line-height: 1;
}
.popupreg__close:hover {
	color: #efbb25;
}

/* ----- */

.home-brand {
	background:
		linear-gradient(to bottom, #f2f0f0, #ffffffbd),
		url(../img/travel_pattern.jpg);
}

.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: 1.6rem;
	font-weight: 600;
	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;
}

/* footer */
footer {
	font-size: 1.6rem;
	color: var(--primary-color);
	background: url(./img/footer_bg.png);
}

.oferta-hero {
	background: var(--bg-oferta);
	background-size: cover;
	background-position: center;
}

.cennik-hero {
	background-image: url("../img/cennik/cennik.jpg");
	background-size: cover;
}

.faq-hero {
	background-image: url("../img/faq.jpg");
	background-size: cover;
	background-position: center;
}

.galeria-hero {
	background-image: url("../img/galeria/galeria.jpg");
	background-size: cover;
	background-position: center;
}

#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 {
	padding: 100px;
}

.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,
.emailnav {
	display: flex;
	flex-direction: row;
	color: #28282b;
}

.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, #80cfff, #000), url(../img/master.jpg);
	background-position: center;
}
.karta__picture--sprinter {
	background-image:
		linear-gradient(to right bottom, #000, #80cfff), url(../img/sprinter.jpg);
	background-position: center;
}
.karta__picture--ducato {
	background-image:
		linear-gradient(to right bottom, #80cfff, #000), url(../img/ducato.jpg);
	background-position: center;
}

.karta__picture--movano {
	background-image:
		linear-gradient(to right bottom, #80cfff, #000), url(../img/movano.jpg);
	background-position: center;
}
.karta__picture--transit {
	background-image:
		linear-gradient(to right bottom, #000, #80cfff), url(../img/transit.jpg);
	background-position: center;
}

/*autobusy*/

.karta__picture--benz {
	background-image:
		linear-gradient(to right bottom, #80cfff, #000), url(../img/tourismo.jpg);
	background-position: center;
}

.karta__picture--ecitaro {
	background-image:
		linear-gradient(to right bottom, #000, #80cfff), url(../img/ecitaro.jpg);
	background-position: center;
}

.karta__picture--intouro {
	background-image:
		linear-gradient(to right bottom, #80cfff, #000), url(../img/intouro.jpg);
	background-position: center;
}

.karta__picture--irizar-i4 {
	background-image:
		linear-gradient(to right bottom, #000, #80cfff), url(../img/irizar-i4.jpeg);
	background-position: center;
}

.karta__picture--irizar-i3 {
	background-image:
		linear-gradient(to right bottom, #80cfff, #000), url(../img/irizar-i3.jpg);
	background-position: center;
}

.karta__picture--setra-s515 {
	background-image:
		linear-gradient(to right bottom, #000, #80cfff), url(../img/setra-s515.jpg);
	background-position: center;
}

/*limuzyny*/

.karta__picture--bmw-740 {
	background-image:
		linear-gradient(to right bottom, #80cfff, #000), url(../img/bmw740.jpg);
	background-position: center;
}

.karta__picture--vw-passat {
	background-image:
		linear-gradient(to right bottom, #000, #80cfff), url(../img/vw-passat.jpg);
	background-position: center;
}

.karta__picture--mercedes-eklasa {
	background-image:
		linear-gradient(to right bottom, #80cfff, #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__info {
	font-size: 1.8rem;
	font-weight: 600;
	text-transform: uppercase;
	text-align: right;
	color: #24242b;
	position: absolute;
	top: 15rem;
	right: 2rem;
	width: 75%;
}

.karta__heading__info i {
	font-size: 20px;
	margin: 2px;
}
.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, #ffffff, #ededed);
}
.karta__heading-span--5 {
	background-image: linear-gradient(to right bottom, #3a3b3c, #3a3b3c);
}
.karta__details {
	padding: 1rem;
	background: rgb(9 9 9 / 90%);
	position: absolute;
	bottom: 0;
	width: 100%;
}
.karta__details:first-child {
	padding: 5rem;
}

.karta__details a {
	color: #ffffff;
}

.karta__details a:hover {
	color: #28282b;
}

.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 0px 10px 0px rgba(0, 0, 0, 0.13);
}

.partnerzy {
	text-align: center;
	padding: 10px;
	margin-top: 50px;
	margin-bottom: 50px;
}

/*oferta zmieniające się karty */

.tabs {
	position: relative;
	padding: 25px;
	border-radius: 25px;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	background: var(--bg-color);
}

.tabsidebar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.tab-btn {
	background: #80cfff;
	border-radius: 15px;
	color: var(--primary-color);
	cursor: pointer;
	padding: 20px;
	margin: 20px 0px 0px 2px;
	outline: none;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.45);
}

.tab-btn-active {
	background: #141414;
	border-bottom: 3px solid #80cfff;
	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;
}

.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;
}

.uslugi-transportowe {
}

.uslugi-transportowe img {
	max-width: 100%;
	height: auto;
}

.sub-page-lead {
	font-size: 4.2rem;
	font-weight: 600;
	margin: 20px;
	text-transform: uppercase;
	color: #181e76;
}

.sub-page-desc {
	font-size: 2rem;
	color: #eee;
}

.text-color {
	color: #80cfff;
}

/*podstrona  nav */

.sub-page-nav-container {
	position: absolute;
	background: transparent;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	padding: 25px 55px;
	border: 1px solid #ffffff78;
	border-radius: 25px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-self: center;
	font-size: 16px;
}

.sub-page-nav {
	margin: 10px;
}

/*podstrona rezerwacja*/

.sub-page-reservation-container {
	padding: 50px;
	background:
		linear-gradient(to bottom, #24242b, #28282bc9, #24242b),
		url(../img/wiz_przod.JPG);
	background-size: cover;
	background-position: center center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.sub-page-reservation-contact {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

/*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;
}

/* 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);
}

/* oferta */

.oferta {
	background: #f7f7f7;
}

.flota-hero {
	background-image: url("../img/background.jpg");
	background-size: cover;
	background-position: center;
	height: 50vh !important;
}

.offer img {
	height: 240px;
	object-fit: cover;
}

.karta-oferta {
	position: relative;
	height: 250px;
	width: 325px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-top: 20px;
	transition: 0.5s ease;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.45);
}

.karta-oferta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	z-index: 0;
}

.karta-oferta > * {
	position: relative;
	z-index: 1;
}

.karta-oferta img {
	max-width: 50%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.karta-oferta--szkolne {
	background-image: url("../img/szkolne.jpg");
	background-size: cover;
	background-position: center;
}

.karta-oferta--pracownicy {
	background-image: url("../img/pracownicy.jpg");
	background-size: cover;
	background-position: center;
}

.karta-oferta--sluzbowe {
	background-image: url("../img/sluzbowe.jpg");
	background-size: cover;
	background-position: center;
}

.karta-oferta--przysiega {
	background-image: url("../img/przysiega.jpg");
	background-size: cover;
	background-position: center;
}

.karta-oferta--zadresupodadres {
	background-image: url("../img/zadresupodadres.jpg");
	background-size: cover;
	background-position: center;
}

.karta-oferta--lotnisko {
	background-image: url("../img/lotnisko.jpg");
	background-size: cover;
	background-position: center;
}

.karta-oferta--sportowe {
	background-image: url("../img/sportowe.jpg");
	background-size: cover;
	background-position: center;
}

.karta-oferta--slub {
	background-image: url("../img/slub.jpg");
	background-size: cover;
	background-position: center;
}

.karta-oferta--inneprzewozy {
	background-image: url("../img/inneprzewozy.jpg");
	background-size: cover;
	background-position: center;
}

.karta-oferta-container {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.karta-oferta-container i .karta-oferta:hover {
	transform: scale(1.05);
	box-shadow: 0px 10px 30px 2px #80cfff;
}

.karta-oferta-icon {
	position: absolute;
	top: -75px;
	width: auto;
	padding: 40px;
	border-radius: 50%;
	background: #fff;
}

.karta-oferta:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 80px;
	height: 15px;
	background: #00bbff5c;
}

.karta-oferta h3 {
	font-size: 22px;
	color: #f4f4f4;
	margin: 25px;
}

.karta-oferta i {
	color: #0bf;
	border-radius: 25px;
	border: 3px solid #0bf;
	box-shadow: 1px 2px 2px 0px #0bf;
	padding: 15px;
	font-size: 64px;
}

.karta-oferta i:hover {
	color: #80cfff;
}

.karta-oferta p {
	color: #0bf;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.karta-rezerwacja {
	background: #f5f5f5;
	position: relative;
	height: 250px;
	width: 100%;
	border-radius: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-top: 20px;
	transition: 0.5s ease;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.45);
}

.karta-rezerwacja:after {
	display: block;
	content: "»";
	position: absolute;
	right: -20px;
	font-size: 40px;
	padding: 10px;
	background: #80cfff;
}

.krw {
	background: #3c8b06 !important;
}

.krw i {
	color: #f5f5f5 !important;
	border: 1px solid #ffffff69 !important;
}
.krw:after {
	display: none;
	content: "";
}
.karta-rezerwacja-icon {
	position: absolute;
	top: -75px;
	width: auto;
	padding: 40px;
	border-radius: 50%;
	background: #fff;
}

.karta-rezerwacja h3 {
	font-size: 22px;
	color: #28282b;
	margin: 10px 20px;
	text-align: center;
}

.karta-rezerwacja i {
	color: #6f6f6f;
	border-radius: 25px;
	border: 1px solid #6f6f6f70;
	padding: 15px;
	font-size: 64px;
}

.karta-rezerwacja i:hover {
	color: #80cfff;
}

.karta-rezerwacja p {
	color: #28282b;
	text-align: center;
}

.full {
	width: auto !important;
	flex-direction: row;
}

.button {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
	border: none;
	background: #80cfff;
	background-size: 18px;
	cursor: pointer;
	outline: none;
}

.btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 1rem 2.8rem;
	background: #80cfff;
	box-shadow: 0 0 1rem #80cfff;
	font-size: 1.5rem;
	color: #28282b;
	letter-spacing: 0.1rem;
	font-weight: 600;
	transition: 0.5s ease;
}

.btn:hover {
	background: #58b7f1;
}

.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: #282826 !important;
	/* color: #000; */
	border: 2px solid #80cfff;
	border-radius: 10px;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.65);
}

.btn-pulse {
	animation: pulse 4.2s ease infinite;
	background: #d1c21c;
}

.btn-shake {
	animation: jump-shaking 1.53s infinite;
}

.btn-flota {
	display: inline-block;
	padding: 1rem 2.8rem;
	background: #fff;
	box-shadow: 0.3rem 0.3rem #d1c21c !important;
	font-size: 1.5rem;
	color: #28282b;
	letter-spacing: 0.1rem;
	font-weight: 600;
	transition: 0.5s ease;
}

.btn-flota:hover,
.btn-flota:active {
	background: #d1c21c !important;
	box-shadow: none !important;
}

.btn-white {
	display: inline-block;
	padding: 1rem 2.8rem;
	background: #fff;
	box-shadow: 0 0 1rem #dfb52f;
	font-size: 1rem;
	color: #574a3a;
	letter-spacing: 0.1rem;
	font-weight: 600;
	transition: 0.5s ease;
	text-decoration: none;
}

.btn-karta {
	margin-top: 10px;
	margin-bottom: 10px;
}

.btn-text:link,
.btn-text:visited {
	font-size: 1.6rem;
	color: #80cfff;
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid #80cfff;
	padding: 10px;
	transition: all 0.2s;
}

.btn-text:hover {
	background-color: #80cfff;
	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: var(--heading-color);
	text-decoration: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 50%;
	margin: 0 auto;
	border: 1px solid;
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: linear-gradient(to left, #80cfff, #d1c21c);
	padding: 5px 30px;
	transition: all ease-in-out 0.3s;
}

.btn-text-blog:hover {
	background-color: #d1c21c;
	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: #80cfff;
	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);
}

/* kontakt */

.contact-hero {
	background-image: url("../img/contact/contact.jpg");
	background-position: center;
}

.contact-shadow {
	background-color: transparent;
	background-image: linear-gradient(90deg, #0bf 20% 0%, #181e76 80%);
	opacity: 0.9;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: -1;
}

.contact h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2rem;
}

.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 {
}

.contact-items {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.contact-item ul {
	list-style-type: square;
}

.contact-item li {
	margin-top: 5px;
	color: #80cfff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.contact-item li::marker {
	color: #80cfff;
}

.logo-contact {
	margin: 0 auto;
	max-height: 100px;
	width: auto;
}

.contact input,
.contact select,
.contact textarea {
	font-size: 1.6rem;
}

.contact .btn {
	/* padding: 0.3em 0.8em; */
	/* font-size: 2rem; */
	width: 75%;
	background: #fff;
	border: 1px solid #80cfff;
	border-radius: 10px;
}

.contact-map iframe {
	width: 100%;
	min-height: 400px;
}

.contact {
	background: url(../img/footer_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	width: 100%;
	z-index: 1;
	color: #fff;
}

.contact:before {
	content: "";
	display: block;
	position: relative;
	top: -38px;
	margin: 0 auto;
	width: 250px;
	height: 15px;
	background: #80cfff;
}

.copyright {
	border-top: 1px solid #ffffff21;
	color: #ffffff75;
	padding: 5px;
	margin: 10px;
}

.phone a {
	text-decoration: none;
}
@media (max-width: 992px) {
	nav,
	.top-nav {
	}

	.karta__cennik__details ul li {
		font-size: 1.5rem;
		padding: 1.2rem;
	}

	.karta-oferta h3 {
		font-size: 18px;
		margin: 20px 10px;
	}

	.karta-oferta p {
		font-size: 14px;
		text-align: center;
	}

	.btn-karta {
		margin-top: 0;
		margin-bottom: 0;
	}

	.paragraph2 {
		flex-direction: column;
	}

	.opinion-item-content {
		margin-top: 50%;
	}

	.open-time-wrapper {
		font-size: 70%;
		flex-direction: column;
		margin-top: 5px;
	}

	.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;
		margin-bottom: 25px;
	}

	.onas-img-container::before,
	.onas-img-container::after {
		height: 50px;
		width: 50px;
	}

	.opis-bg2 h1 {
		font-size: 28px !important;
	}

	.opis-bg2 {
		padding: 25px;
	}

	.opis-opis2 {
		margin: 20px;
		text-align: center !important;
	}

	.wynajem h1,
	.gwarancja h1 {
		margin: 50px 0;
	}

	.dsnone {
		display: none;
	}

	.faq {
		padding: 20px;
	}

	.header-contact {
		flex-direction: column;
		transform: translate(-50%, 50%);
		text-align: center;
		border-right: none;
	}

	.nav-email,
	.nav-phone,
	.nav-location {
		border-right: none;
		border-bottom: 1px solid #cbcbcb;
	}

	.home-brand {
		margin-top: 150px;
	}

	.partnerzy {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.underline-clip:before,
	.underline-clip:after {
		display: none;
	}

	#reservationForm input,
	#reservationForm label {
		width: 100%;
	}

	#reservationForm textarea {
		max-width: 100%;
		width: 100%;
	}

	.submit-reservation {
		margin: 20px;
		left: 20%;
		width: 50% !important;
	}

	.home-box {
		margin-top: 20%;
	}

	header.hero-img h1 {
		font-size: 16px;
	}

	header.hero-img h2 {
		font-size: 14px;
	}

	.dslider:before {
		background-color: #fff;
		bottom: 4px;
		content: "";
		height: 13px;
		left: 4px;
		position: absolute;
		transition: 0.4s;
		width: 13px;
	}
}

@media (max-width: 768px) {
	.sub-page-reservation-contact {
		flex-direction: column;
		align-items: normal;
	}

	.karta-rezerwacja:after {
		display: block;
		content: "»";
		position: absolute;
		transform: rotate(90deg);
		bottom: -40px;
		right: 45%;
		font-size: 40px;
		padding: 10px;
		background: #80cfff;
	}
}

.krw:after {
	display: none;
	content: "";
}

@media (min-width: 768px) and (max-width: 992px) {
	.karta-rezerwacja p {
		font-size: 14px;
	}

	.karta-rezerwacja h3 {
		font-size: 18px;
	}
}

@media (max-width: 992px) {
	.article-content img {
		width: 100%;
	}

	.wiz {
		line-height: 1.4;
		font-size: 1.6rem;
	}

	.przed-wiz {
		padding: 20px;
	}

	.top-nav p {
		font-size: 12px;
	}

	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;
	}

	.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;
}
