@charset "UTF-8";


:root,
[data-bs-theme="light"] {
	/* Font */
	--font: "Google Sans Flex 9pt", system-ui, sans-serif;

	/* Domyślny kolor primary — fiolet */
	--primary-color: hsl(267 95% 51%);
	--primary-color-light: hsl(267 95% 61%);
	--primary-color-dark: hsl(267 95% 41%);

	/* Rozmiary */
	--xxl: 7.5rem;
	--xl: calc(var(--xxl) / 2);

	/* Bootstrap — domyślny fiolet */
	--bs-primary: hsl(267 95% 51%);
	--bs-primary-rgb: 118, 11, 249;

	/* Bootstrap — jasny */
	--bs-light: hsl(267 94% 94%);
	--bs-light-rgb: 238, 225, 254;

	/* Bootstrap — ciemny */
	--bs-dark: #000;
	--bs-dark-rgb: 0, 0, 0;

	/* Kolor tekstu */
	--bs-body-color: #000;

	/* Nagłówki */
	--h1: clamp(2.75rem, 5vw, 4.29375rem);
	--h2: clamp(2.2rem, 4vw, 3.43125rem);
	--h3: clamp(1.7rem, 3vw, 2.75rem);
	--h4: clamp(1.5rem, 3vw, 2.2rem);
	--h5: clamp(1.3rem, 2vw, 1.75625rem);
	--h6: clamp(1.25rem, 2vw, 1.40625rem);

	--lead: var(--h6);

	/* Wysokość affix */
	--affix-height: 80px;

	/* Pozostałe kolory */
	--color-1: #fff;
	--color-2: #f7099f;
	--color-3: #b708f9;
	--color-4: #1308f8;
	--color-5: #048b7b;
	--color-6: #a9f109;
	--color-7: #ebfcc4;
}


/* ========================================
   PODSTRONA ID 791 — #F7099F
   ======================================== */

body.page-id-791 {
	--primary-color: #f7099f;
	--primary-color-light: #fa42b7;
	--primary-color-dark: #c6007b;

	--bs-primary: #f7099f;
	--bs-primary-rgb: 247, 9, 159;
}


/* ========================================
   PODSTRONA ID 974 — #048B7B
   ======================================== */

body.page-id-974 {
	--primary-color: #048b7b;
	--primary-color-light: #20aa99;
	--primary-color-dark: #036b5f;

	--bs-primary: #048b7b;
	--bs-primary-rgb: 4, 139, 123;
}


/* ========================================
   NADPISANIE data-bs-theme="light"
   WEWNĄTRZ KONKRETNYCH PODSTRON
   ======================================== */

body.page-id-791 [data-bs-theme="light"] {
	--primary-color: #f7099f;
	--primary-color-light: #fa42b7;
	--primary-color-dark: #c6007b;

	--bs-primary: #f7099f;
	--bs-primary-rgb: 247, 9, 159;
}


body.page-id-974 [data-bs-theme="light"] {
	--primary-color: #048b7b;
	--primary-color-light: #20aa99;
	--primary-color-dark: #036b5f;

	--bs-primary: #048b7b;
	--bs-primary-rgb: 4, 139, 123;
}


[x-cloak] {
	display: none !important;
}

:focus-visible {
	outline: 2px dashed var(--primary-color);
	outline-offset: 2px;
}

html {
	scrollbar-gutter: stable;
	scroll-behavior: smooth;
	scroll-padding-top: var(--affix-height);
}

body {
	font-family: var(--font);
	font-weight: 300;
	font-size: clamp(1rem, 2vw, 1.125rem);
	line-height: 1.7;
	text-wrap-style: pretty;
}





strong,
b {
	font-weight: 900;
}

.font-size-12px {
	font-size: .75rem;
}

.font-size-14px {
	font-size: .875rem;
}

.font-size-16px {
	font-size: 1rem;
}

.font-size-18px {
	font-size: 1.125rem;
}

.font-size-20px {
	font-size: 1.25rem;
}

.font-size-22px {
	font-size: 1.375rem;
}

.font-size-24px {
	font-size: 1.5rem;
}

.font-size-26px {
	font-size: 1.625rem;
}

.font-size-28px {
	font-size: 1.75rem;
}

.font-size-30px {
	font-size: 1.875rem;
}

.font-size-32px {
	font-size: 2rem;
}

.font-size-34px {
	font-size: 2.125rem;
}

.font-size-36px {
	font-size: 2.25rem;
}

.font-size-38px {
	font-size: 2.375rem;
}

.font-size-40px {
	font-size: 2.5rem;
}

.font-size-42px {
	font-size: 2.625rem;
}

.font-size-44px {
	font-size: 2.75rem;
}

.font-size-46px {
	font-size: 2.875rem;
}

.font-size-48px {
	font-size: 3rem;
}

.font-size-50px {
	font-size: 3.125rem;
}

.icon {
	width: var(--icon-size, 72px);
}

.icon-72px,
[src*="_72px"] {
	width: 72px;
}

.icon-48px,
[src*="_48px"] {
	width: 48px;
}

.icon-32px,
[src*="_32px"] {
	width: 32px;
}

.icon-24px,
[src*="_24px"] {
	width: 24px;
}

.icon-16px,
[src*="_16px"] {
	width: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: var(--font);
	margin-bottom: 1rem;
	line-height: 1.25;
	font-weight: 900;
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
.h1 em,
.h2 em,
.h3 em,
.h4 em,
.h5 em,
.h6 em {
	font-style: normal;
	color: var(--primary-color);
}

h1,
.h1 {
	font-size: var(--h1) !important;
	text-wrap-style: balance;
}

h2,
.h2 {
	font-size: var(--h2) !important;
	text-wrap-style: balance;
}

h3,
.h3 {
	font-size: var(--h3) !important;
	text-wrap-style: balance;
}

h4,
.h4 {
	font-size: var(--h4) !important;
	text-wrap-style: balance;
}

h5,
.h5 {
	font-size: var(--h5) !important;
}

h6,
.h6 {
	font-size: var(--h6) !important;
}

.lead {
	font-size: var(--lead);
}

.lead,
p {
	text-wrap: pretty;
}

.container-fluid {
	padding-inline: 3vw;
}

@media (min-width: 1536px) {
	.container {
		max-width: 1470px;
	}
}

.inset-0 {
	inset: 0;
}

.p-xxl {
	padding: var(--xxl);
}

.p-xl {
	padding: var(--xl);
}

.px-xxl {
	padding-inline: var(--xxl)
}

.px-xl {
	padding-inline: var(--xl)
}

.pt-xxl {
	padding-top: var(--xxl);
}

.pb-xxl {
	padding-bottom: var(--xxl);
}

.py-xxl {
	padding-top: var(--xxl);
	padding-bottom: var(--xxl);
}

.mt-xxl {
	margin-top: var(--xxl);
}

.mb-xxl {
	margin-bottom: var(--xxl);
}

.my-xxl {
	margin-top: var(--xxl);
	margin-bottom: var(--xxl);
}

.pt-xl {
	padding-top: var(--xl);
}

.pb-xl {
	padding-bottom: var(--xl);
}

.py-xl {
	padding-top: var(--xl);
	padding-bottom: var(--xl);
}

.mt-xl {
	margin-top: var(--xl);
}

.mb-xl {
	margin-bottom: var(--xl);
}

.my-xl {
	margin-top: var(--xl);
	margin-bottom: var(--xl);
}

#main ol li ul {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#main ol li+li {
	margin-top: 1rem;
}

.rounded-circle,
.square {
	aspect-ratio: 1;
	height: auto;
}

/*  MARK: navbar  */

.navbar {
	--bs-navbar-padding-x: 0;
	--bs-navbar-padding-y: 1.875rem;
	--bs-navbar-active-color: white;
	--bs-navbar-nav-link-padding-x: 1rem;
	transition: padding 200ms, background-color 200ms, backdrop-filter 200ms;
}

.navbar.affix {
	--bs-navbar-padding-y: .5rem;
	background-color: hsl(0 0% 0% / .5);
	backdrop-filter: blur(1rem);
}

.navbar-brand-image {
	height: 100px;
	transition: height 200ms;
}

.affix .navbar-brand-image {
	height: 60px;
}

.navbar-nav .nav-link {
	font-weight: 300;
	color: white;
	border-radius: .5rem;
	transition: background-color 300ms, backdrop-filter 300ms;

	&:hover,
	&:focus,
	&.active,
	&.show {
		background-color: hsl(267 95% 71% / .1);
		backdrop-filter: blur(2rem);
	}
}

.dropdown-menu {
	border: 0;
	padding: .75rem 1rem;
	border-radius: 0;
	box-shadow: 0 1rem 2.5rem -.5rem hsl(0 0% 0% / .25);
	background-color: hsl(0 0% 100% / .8);
}

.dropdown-item {
	padding: 0.25rem 0;
	transition: color 200ms, border-color 200ms;
	border-bottom: 1px solid transparent;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
	color: var(--primary-color);
	background-color: transparent;
	border-bottom-color: var(--primary-color);
}

/*  MARK: header  */

.slogan {
	margin-top: 160px;
}

.dolacz-text {
	border-radius: 3rem;
	background-color: hsl(0 0% 0% / .5);
	backdrop-filter: blur(2rem);
	margin-left: -1rem;
	padding: 0.75rem 1.5rem;

	display: flex;
	align-items: center;
	gap: .75rem;

	&::before {
		content: '';
		display: block;
		border-radius: 50%;
		width: 0.5rem;
		height: 0.5rem;
		background-color: var(--color-6);
	}
}

.home header h1 {
	font-size: clamp(5rem, 8vw, 7.5rem) !important;
}

.z-5 {
	z-index: 5;
}

.header-img {

	.simpleParallax {
		height: 100%;
	}

	.zoomout {
		height: 100%;
		animation: zoomout 3000ms ease-out 1 forwards;
	}

	&::before {
		content: '';
		display: block;
		position: absolute;
		inset: 0;
		background-color: hsl(0 0% 0% / .5);
		background-image: url(../img/objects-header.webp);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top;
		z-index: 3;
	}
}

.header-boxes {
	margin-bottom: var(--xxl);
}

@keyframes zoomout {
	from {
		transform: scale(1.1);
	}

	to {
		transform: scale(1);
	}
}

.header-boxes .more,
.kierunki .more {
	width: 64px;
	height: 64px;
}

.header-boxes a,
.kierunki .box {
	color: white;

	.position-absolute {
		isolation: isolate;

		&::after {
			content: '';
			background-image: radial-gradient(ellipse at left bottom, hsl(243 94% 50% / .8), hsl(243 94% 50% / .2));
			position: absolute;
			inset: 0;
			z-index: -1;
			transition: opacity 400ms;
		}
	}

	img.z-1 {
		aspect-ratio: 1;
		object-fit: cover;
		display: block;
		transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	strong {
		text-wrap-style: balance;
	}

	&:hover,
	&:focus {
		.position-absolute::after {
			opacity: .5;
		}

		img {
			transform: scale(1.1);
		}
	}
}



.header-boxes .col:nth-child(6n + 1) a,
.header-boxes .col:nth-child(6n + 5) a,
.kierunki .col:nth-child(6n + 1) .box,
.kierunki .col:nth-child(6n + 5) .box {
	.position-absolute::after {
		background-image: radial-gradient(ellipse at left bottom,
				hsl(243 94% 50% / .8),
				hsl(243 94% 50% / .2));
	}
}


.header-boxes .col:nth-child(6n + 2) a,
.header-boxes .col:nth-child(6n) a,
.kierunki .col:nth-child(6n + 2) .box,
.kierunki .col:nth-child(6n) .box {
	.position-absolute::after {
		background-image: radial-gradient(ellipse at left bottom,
				hsl(322 94% 50% / .8),
				hsl(322 94% 50% / .2));
	}
}


.header-boxes .col:nth-child(6n + 3) a,
.header-boxes .col:nth-child(6n + 4) a,
.kierunki .col:nth-child(6n + 3) .box,
.kierunki .col:nth-child(6n + 4) .box {
	.position-absolute::after {
		background-image: radial-gradient(ellipse at left bottom,
				hsl(173 94% 28% / .8),
				hsl(173 94% 28% / .2));
	}
}

.header-boxes a .position-absolute,
.kierunki .box .position-absolute {
	padding: 36px;
}



/*  MARK: main content */

.btn {
	--bs-btn-padding-x: 1.875rem;
	--bs-btn-padding-y: 1.25rem;
	--bs-btn-font-size: 1rem;
	--bs-btn-font-weight: 900;
	--bs-btn-line-height: 1.5;
	transition: color 200ms, background-color 200ms;
}

.btn-primary {
	--bs-btn-bg: var(--primary-color);
	--bs-btn-border-color: var(--primary-color);
	--bs-btn-hover-bg: var(--primary-color-light);
	--bs-btn-hover-border-color: var(--primary-color-light);
	--bs-btn-active-bg: var(--primary-color-dark);
	--bs-btn-active-border-color: var(--primary-color-dark);
}

.btn-outline-primary {
	--bs-btn-color: var(--primary-color);
	--bs-btn-border-color: var(--primary-color);
	--bs-btn-hover-bg: var(--primary-color);
	--bs-btn-hover-border-color: var(--primary-color);
	--bs-btn-active-bg: var(--primary-color);
	--bs-btn-active-border-color: var(--primary-color);
}

.color-1 {
	color: var(--color-1);
}

.color-2 {
	color: var(--color-2);
}

.color-3 {
	color: var(--color-3);
}

.color-4 {
	color: var(--color-4);
}

.color-5 {
	color: var(--color-5);
}

.color-6 {
	color: var(--color-6);
}

.bg-color-1 {
	background-color: var(--color-1);
	color: var(--bs-dark);
}

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

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

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

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

.bg-color-6 {
	background-color: var(--color-6);
	color: var(--bs-body-color);
}

.bg-color-7 {
	background-color: var(--color-7);
	color: var(--bs-body-color);
}

main section h2:first-child {
	margin-bottom: 2rem;
}

.badge {
	line-height: 1;
	font-weight: 300;
	padding: .5rem 1rem .35rem 1rem;
	text-transform: uppercase;
	font-size: .75rem;
}

.home #news {
	background-image: url(../img/newsbg.webp);
	background-repeat: no-repeat;
	background-size: cover;
}

#news {
	.card-img-bottom img {
		aspect-ratio: 321 / 454;
	}
}

.card-img-top,
.card-img-bottom,
.ratio.ratio-4x3 {
	overflow: hidden;
	display: block;
	width: 100%;

	img {
		transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}
}

.sub #news {
	padding-bottom: var(--xxl);
}

.sub #news .card {
	box-shadow: 0 .5rem 2rem -0.5rem hsl(0 0% 0% / .15);
}


.swiper-wrapper {
	align-items: stretch !important;
}

.swiper-slide {
	height: auto !important;
}

.card {
	padding: 36px;
	height: 100%;
}

.card {
	cursor: pointer;

	&:hover,
	&:focus {

		.card-img-top,
		.card-img-bottom,
		.ratio.ratio-4x3 {
			img {
				transform: scale(1.1);
			}
		}

		&:has(.bg-color-2) .card-title-link {
			color: var(--color-2);
		}

		&:has(.bg-color-3) .card-title-link {
			color: var(--color-3);
		}

		&:has(.bg-color-4) .card-title-link {
			color: var(--color-4);
		}

		&:has(.bg-color-5) .card-title-link {
			color: var(--color-5);
		}

		&:has(.bg-color-6) .card-title-link {
			color: var(--color-6);
		}
	}
}

.card-title-link {
	text-decoration: none;
	color: var(--bs-dark);
	transition: color 200ms;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.swiper-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;

	.swiper-button-prev,
	.swiper-button-next {
		position: relative;
		inset: auto;
		margin: 0;
		padding: 0;
		width: 64px;
		height: 64px;
		border-radius: 3rem;
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		color: var(--bs-dark);

		&::before,
		&::after {
			font-size: 1rem;
		}
	}
}

#wspieramy {
	background-image: url(../img/firmabg.webp);
	background-size: cover;
	background-repeat: no-repeat;
}

.list-unstyled.d-flex {
	margin: 0;
}


/*  MARK: stopka */

footer {
	background-image: url(../img/footerbg.webp);
	background-size: cover;
	background-repeat: no-repeat;
}

footer a {
	text-decoration: none;
	color: var(--bs-body-color);
	transition: color 200ms, text-decoration 200ms;
}

footer a:hover,
footer a:focus {
	color: var(--primary-color);
	text-decoration: underline;
}

footer .social img {
	filter: grayscale(1);
	transition: filter 500ms;
}

footer .social a:hover,
footer .social a:focus {
	img {
		filter: grayscale(0);
	}
}

footer .list-unstyled:not(.d-flex) li+li {
	margin-top: 0.5rem;
}

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

.madeby small {
	font-size: 0.625rem;
	margin: 0.2em 0.2em 0 0;
}



/*  MARK: sub content  */

.sub {
	padding-top: 170px;
}

.navbar-light {
	background-color: #fff;
	transition: box-shadow 200ms;

	&.affix {
		background-color: #fff;
		box-shadow: 0 0 1rem hsl(0 0% 0% / .15);
	}

	.navbar-nav .nav-link {
		color: var(--bs-body-color);
	}
}

.border-start:is(h1, h2, h3, h4, h5, h6) {
	padding-left: .5em !important;
	border-width: .1em !important;
	border-color: var(--primary-color) !important;
}

.btn:has(img) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;

	img {
		transition: filter 200ms, transform 200ms;
	}
}

.btn-outline-primary {

	&:hover,
	&:focus {
		img {
			filter: brightness(0) invert(1);
			transform: translate(3px, -3px);
		}
	}
}

.btn-light {
	color: var(--primary-color);

	&:hover,
	&:focus {
		background-color: white;
		color: var(--color-2);

		img {
			transform: translate(3px, -3px);
		}
	}
}

.sub-bg-1 {
	background-image: url(../img/sub-section-bg-1.webp);
	background-size: cover;
	background-repeat: no-repeat;
}

.checklist {
	padding: 0;

	li {
		padding: 0;
		list-style: none;
		position: relative;
		padding-left: 45px;

		&::before {
			content: '';
			display: block;
			width: 28px;
			height: 28px;
			background-image: url(../img/check.svg);
			background-size: contain;
			background-repeat: no-repeat;

			position: absolute;
			top: 0;
			left: 0;
		}
	}

	li+li {
		margin-top: 1.5rem;
	}
}


main:has(#sub-pages:last-of-type) {
	padding-bottom: 0;
}

.gallery a {
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: var(--bs-border-radius-xl);
}

.gallery a img {
	width: 100%;
	display: block;
	transition: transform 400ms cubic-bezier(0.19, 1, 0.22, 1);
}

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

.downloads a {
	text-decoration: none;
	color: black;
	border: 1px solid hsl(0 0% 90%);
	border-radius: .25rem;
	transition: color 200ms, border-color 200ms;
}

.downloads a:hover {
	color: var(--primary-color);
	border-color: var(--primary-color);
}

.form-control,
.form-select {
	border-radius: .25rem;
	padding: 0.75rem 1rem;
}

.form-control.error {
	border-color: red;
}

.error-msg {
	color: red;
}

form label a {
	color: var(--primary-color);
}

.steps {
	counter-reset: step;
	padding: 0;

	li {
		list-style: none;
		counter-increment: step;
		position: relative;
		padding: 36px;
		background-color: #fff;
		border-radius: 1rem;
		padding-left: 156px;

		p:last-child {
			margin-bottom: 0;
		}

		&+li {
			margin-top: 1rem;
		}

		.counter {
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			text-align: center;
			white-space: pre-wrap;
			line-height: 1.5;
			letter-spacing: .1em;
			text-transform: uppercase;
			font-size: 0.75rem;

			padding: 0.5rem;
			border-radius: .75rem;
			background-color: var(--color-7);

			position: absolute;
			top: 36px;
			left: 36px;
			flex-shrink: 0;
			width: 90px;
			height: 90px;

			& strong {
				font-weight: 900;
				font-size: 1.125rem;
			}
		}
	}
}

.sub-bg-2 {
	background-image: url(../img/projektujemy-bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
}

.kierunki .swiper-slide img.z-1 {
	aspect-ratio: 393 / 600;
}

#cennik {
	background-image: url(../img/cennikbg.webp);
	background-size: cover;
	background-repeat: no-repeat;

	.checklist {
		li+li {
			margin-top: 0.875rem;
		}
	}

	.col .p-5 {
		background-color: hsl(0 0% 100% / .15);
		backdrop-filter: blur(2rem);
	}

	.col:nth-child(2) .p-5 {
		background-color: hsl(0 0% 100% / .5);
	}

	.col {
		position: relative;
	}

	.col .badge {
		position: absolute;
		top: 0;
		right: 3rem;
		z-index: 10;
		transform: translateY(-50%);
	}
}


/* MARK: akordeon */

.accordion-flush .accordion-item {
	border-bottom: 1px solid hsl(0 0% 0% / .15);
	background-color: transparent;
}

.accordion-header {
	margin-bottom: 0;
}

.accordion-button {
	font-weight: 900;
	background-color: transparent !important;
	padding-inline: 0;
	box-shadow: none !important;
	outline: none !important;
}

.accordion-button:not(.collapsed) {
	color: var(--primary-color);
}

.accordion-button::after {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background-color: hsl(267 95% 51% / .12);
	background-position: center;
}

.sub-bg-3 {
	background-image: url(../img/firmabg.webp);
	background-repeat: no-repeat;
	background-size: cover;
}

p a:only-child:not(.btn) {
	color: var(--color-3);
	text-decoration: none;
	font-weight: 900;

	transition: text-decoration 200ms;

	&:hover,
	&:focus {
		text-decoration: underline;
	}
}

.baner {
	background-color: var(--primary-color);
	min-height: 312px;

	>img {
		margin-top: -85px;
	}

	p {
		margin-bottom: 0;
	}
}


/*  MARK: paginator  */

.pagination {
	display: flex;
}

.pagination li {
	display: none;
}

.pagination .active,
.pagination .insertPage,
.pagination li:first-child,
.pagination li:last-child {
	display: block;
}

.pagination a,
.pagination input {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin: 0 5px;
	padding: 0;
	text-align: center;
	color: #bbb;
	border: 1px solid #e1e1e1;
	text-decoration: none;
	transition: all .2s;
}

.pagination a:focus,
.pagination a:hover,
.pagination input:focus,
.pagination input:hover {
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.pagination input::placeholder {
	color: #bbb;
	font-size: 16px;
	font-weight: 500;
}

.pagination .active a {
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	color: #fff;
	cursor: text;
}

.pagination .insertPage+.insertPage {
	display: none;
}


/* MARK: sub */

.sub.page-id-779:has(header) {
	padding-top: 0;

	header .position-absolute {
		background-color: hsl(0 0% 0% / .5);
	}

	header img {
		height: 100vh;
	}

	.slogan {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		justify-content: center;
	}

	.scroll {
		color: white !important;
		font-weight: normal !important;
		text-decoration: none;
	}

	.scroll img {
		height: 54px;
	}
}

/* MARK: blog */

#blog,
#news {

	.card-img-top {
		overflow: hidden;

		& img {
			transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
		}
	}

	.card[x-data] {
		cursor: pointer;

		&:hover,
		&:focus {
			& .card-img-top img {
				transform: scale(1.1);
			}
		}
	}

}

.mask-image {
	max-height: 260px;
	max-width: 100%;
}

/*  MARK: maski  */

.special {
	position: relative;

	&::after {
		content: '';
		display: block;
		position: absolute;
		inset: 0;
		z-index: 2;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;

	}

	img {
		mask-repeat: no-repeat;
		mask-position: center;
		mask-size: contain;
	}
}

.special-260,
.special-260 img {
	max-height: 260px;
	justify-content: center;
	align-items: center;
	display: flex;
}

.special-mask-1 {
	&::after {
		background-image: url(../img/maska-1-after.svg);
	}

	img {
		mask-image: url(../img/maska-1.svg);
	}
}

.special-mask-2 {
	&::after {
		background-image: url(../img/maska-2-after.svg);
	}

	img {
		mask-image: url(../img/maska-2.svg);
	}
}

.special-mask-3 {
	&::after {
		background-image: url(../img/maska-3-after.svg);
	}

	img {
		mask-image: url(../img/maska-3.svg);
	}
}

.fluid-square-mask {
	position: relative;

	&::after {
		content: '';
		display: block;
		position: absolute;
		bottom: .1rem;
		left: .25rem;
		z-index: 2;
		max-width: 251px;
		width: 36%;
		aspect-ratio: 251 / 295;
		background-image: url(../img/fluid-square-after.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}

	img {
		mask-image: url(../img/fluid-square.svg);
		mask-size: contain;
		mask-position: center;
		max-width: 100%;
		position: relative;
		z-index: 1;
	}
}

blockquote {
	border-left: .35em solid var(--primary-color);
	padding: .15em 0 .15em .75em;
	font-size: var(--h6);
	line-height: 1.4;

	p:last-child {
		margin-bottom: 0;
	}
}

*+blockquote {
	margin-top: 2.5rem;
}


/*  MARK: RWD  */

@media (width <=1536px) {
	.header-img .simpleParallax {
		height: 1300px;

		img {
			height: 100%;
		}
	}

	.slogan {
		margin-top: 60px;
	}

	.card .d-flex:has(.category) {
		flex-direction: column;
		align-items: flex-start !important;
	}

	.baner h3 {
		font-size: var(--h5) !important;
	}

	.baner p {
		font-size: .875rem;
	}
}


@media (width < 1400px) {
	.header-boxes strong.h4 {
		font-size: var(--h5) !important;
	}

	footer .container>.d-flex:last-child {
		font-size: .75rem;
	}
}


@media (width < 1200px) {

	.navbar-dark,
	.navbar[data-bs-theme=dark] {
		--bs-navbar-toggler-border-color: rgba(255, 255, 255, 1);
		--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}

	.offcanvas {
		height: 100vh;

		.social {
			justify-content: center;
			margin-top: 2rem;
		}
	}

	.navbar {
		--bs-navbar-padding-y: .5rem;
	}

	.slogan {
		margin-top: var(--xxl);
	}

	.header-boxes {
		margin-top: 1.5rem;

		.col {}
	}

	.header-img .simpleParallax {
		height: 900px;
	}

	.slogan {
		width: 80%;
	}

	.sub {
		padding-top: 126px;
	}

	.sub .navbar-nav .nav-link {
		color: white;
	}

	.sub .offcanvas .social {
		gap: 1rem !important;
	}

	.sub header .container {
		padding-top: var(--xl);
		padding-bottom: var(--xl);
	}

	.sub header p {
		font-size: 1rem;
		line-height: 1.5;
	}

	.sub header .d-flex:has(.btn) {
		flex-direction: column;
		align-items: stretch !important;
	}

	.kierunki .swiper-slide img.z-1 {
		aspect-ratio: 16/9;
	}

	#cennik .col-lg-6 {
		width: 100%;
	}

	.cennik-row h3.h4 {
		font-size: var(--h5) !important;
	}

	.cennik-row {
		font-size: 1rem;
		line-height: 1.5;
	}

	#faq .col-lg-6 {
		width: 100%;
	}

	.baner {
		flex-direction: column !important;
		text-align: center !important;
		height: auto;
		padding-top: 2rem;
		padding-bottom: 2rem;

		>img {
			margin-top: 0;
			margin-bottom: 2rem;
		}
	}

}



@media (width < 992px) {
	.header-img .simpleParallax {
		height: 100%;
	}

	.header-img .zoomout {
		height: 100%;
	}

	.home .header-img {
		position: absolute !important;
		inset: 0;
	}

	.slogan {
		width: 100%;
	}

	[data-aos-delay] {
		transition-delay: 0 !important;
	}

	.header-boxes .square {
		aspect-ratio: 16/6;
	}

	#wspieramy {
		background-image: none;
		text-align: center;
	}

	footer {
		text-align: center;
	}

	.sub header {
		text-align: center;

		.border-start {
			border-left: 0 !important;
			padding-left: 0;
			margin-left: 0;
		}
	}

	#projektujemy {
		background-image: none;
		text-align: center;
	}

	#team {
		text-align: center;
	}

	.header-boxes a .position-absolute,
	.kierunki .swiper-slide a .position-absolute {
		padding: 24px;
	}

	#pytania {
		text-align: center;

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

}


@media (width <=767px) {
	.dolacz-text {
		font-size: .75rem;
	}

	.dolacz img {
		height: 40px;
	}

	.navbar-brand-image {
		height: 80px;
	}

	.home header h1 {
		font-size: clamp(4rem, 6vw, 6rem) !important;
	}

	.card,
	.header-boxes a .position-absolute,
	.kierunki .swiper-slide a .position-absolute {
		padding: 24px;
	}

	.baner {
		>img {
			max-width: 80%;
		}
	}
}

@media (width <=575px) {
	:root {
		--xxl: 3.5rem;
	}

	.slogan {
		margin-top: 120px;
	}

	main,
	footer {
		overflow: hidden;
	}

	#news {
		background-size: auto 100%;
		background-position: -300px 0;
	}

	.steps li .counter {
		position: relative;
		inset: auto;
		margin-bottom: 1.5rem;
	}

	.steps li {
		padding-left: 36px;
	}

	.header-boxes .square {
		aspect-ratio: 16/9;
	}
}


@media (width < 450px) {
	.dolacz {
		flex-direction: column;
	}

	.dolacz-text {
		margin-left: 0;
		margin-top: -.35rem;
	}

	.slogan p {
		font-size: .875rem;
		line-height: 1.5;
	}

	.header-boxes .more,
	.kierunki .more {
		width: 40px;
		height: 40px;
	}
}