@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	font-family: "Barlow", sans-serif;
	font-optical-sizing: auto;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f9f9f9;
    color: #333446;
	font-size: 16px;
}

ul, li, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

a { text-decoration: none; }
h1, h2, h3, h4, h5 { margin: 0; padding: 0; }
p { margin: 0; padding: 0; }

.mobile-menu {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100001;
	background-color: #fff;
	padding: 30px;
	overflow-y: auto;
}

.mobile-menu.show {
	display: block;
}

.mobile-menu ul li {
	display: block;
}

.mobile-menu ul li.menu-link a {
	display: block;
	padding: 10px 0px;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
    font-weight: 600;
    color: #343434
}

#nav-icon2 {
	display: none;
	position: fixed;
	right: 30px;
	top: 45px;
	width: 25px;
	height: 25px;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 100005;
}

#nav-icon2 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 50%;
	background-color: #000;
	opacity: 1;
	transition: .25s ease-in-out;
}

#nav-icon2.open span {
	background-color: #001233;
}

#nav-icon2 span:nth-child(even) {
	left: 50%;
	border-radius: 0 3px 3px 0;
}

#nav-icon2 span:nth-child(odd) {
	left: 0px;
	border-radius: 3px 0 0 3px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
	top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
	top: 8px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
	top: 16px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
	left: 6px;
	top: 8px;
}

#nav-icon2.open span:nth-child(2) {
	left: calc(50% - 6px);
	top: 8px;
}

#nav-icon2.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
	left: 6px;
	top: 8px;
}

#nav-icon2.open span:nth-child(6) {
	left: calc(50% - 6px);
	top: 8px;
}

h1 {
	font-size: 42px;
	font-weight: 600;
}

h2 {
	font-size: 38px;
}

/* HEADER */

header {
	position: fixed;
	left: 0;
	top: 20px;
	right: 0;
	z-index: 10001;
}

header .wrapper {
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 20px;
	padding: 10px;
}

header .wrapper .logo {
	width: 130px;
}

header .wrapper .logo img {
	width: 100%;
}

header .wrapper ul {
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

header .wrapper ul li a {
	color: #fefefe;
}

header nav {
	flex: 1;
}

header nav ol {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

header nav ol li {
	position: relative;
}

header nav ol li:not(:first-child):before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #111;
	opacity: .1;
}

header nav ol li a {
	display: block;
	font-weight: 500;
    color: #2b1b00;
	transition: .2s;
	padding: 15px 20px;
	line-height: 1;
}

header nav ol li a:hover {
    color: #caa24d;
}

.hero {
	display: flex;
	align-items: center;
	background: #0e34770d;
	position: relative;
}

.hero .wrapper {
	display: flex;
	align-items: center;
	position: relative;
	padding: 200px 0;
}

.hero .wrapper .content {
	margin-left: auto;
	width: 50%;
	text-align: right;
}

.hero .wrapper-image {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 65%;
	height: 100%;
	background: url(../img/projektanci.png);
	background-size: 100%;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.hero .wrapper h1 {
	color: #2b1b00;
}

.hero .wrapper h1 span {
	display: block;
	color: #E53935;
	text-transform: uppercase;
	font-size: 55px;
}

.hero .wrapper p {
	color: #fefefe;
}

.btn {
	border-radius: 30px;
	padding: 12px 18px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
}

.btn-large {
	padding: 15px 22px;
	font-size: 18px;
}

.btn-1 {
	background: linear-gradient(135deg, #E53935, #f35552);
	color: #fff;
}

.btn-2 {
	background: linear-gradient(
		135deg,
		#6f4e00 0%,
		#caa24d 18%,
		#f6e27a 32%,
		#fff2b0 45%,
		#e6c45c 58%,
		#b48a2c 72%,
		#7a5600 100%
	);
	color: #2b1b00;
	background-size: 200% 200%;
	animation: gold_move 2s ease-in-out infinite alternate;
}

@keyframes gold_move {
	0% { background-position: 0% 50%; }
	100% { background-position: 100% 50%; }
}

/* NIKOFONTS */

.nikofonts {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #000;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}

.nikofonts[data-icon="phone"] {
	-webkit-mask-image: url(./nikofonts/phone.svg);
	mask-image: url(./nikofonts/phone.svg);
}

.nikofonts[data-icon="mail"] {
	-webkit-mask-image: url(./nikofonts/mail.svg);
	mask-image: url(./nikofonts/mail.svg);
}

.nikofonts[data-icon="address"] {
	-webkit-mask-image: url(./nikofonts/address.svg);
	mask-image: url(./nikofonts/address.svg);
}

.bg-1 {
	background-color: #353535;
	color: #fff;
	background: url(../img/przylacza-wod-kan.webp);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}

.bg-1:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 1;
}

.bg-1 * {
	position: relative;
	z-index: 2;
}

.bg-2 {
	background-color: #fff;
}

/* ACCORDION */

.accordion-button {
	font-size: 18px;
	font-weight: 500;
}

.contacts {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.contacts .item {
	display: flex;
	align-items: center;
}

.contacts .item a {
	display: flex;
	border: 1px solid #4bb7c8;
	padding: 10px 20px;
	border-radius: 10px;
	color: #4bb7c8;
	font-weight: 500;
}

/* FOOTER */

footer {
	padding: 30px 0;
	border-top: 1px solid #ddd;
}

footer .logos {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

footer .contact-item {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

footer .contact-item i {
	position: relative;
	top: 3px;
	background-color: #e53935;
}

footer ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

footer a {
	color: #2b1b00;
}

footer a:hover {
	color: #caa24d;
}

footer .copyrights {
	margin-top: 50px;
}

footer .copyrights p {
	font-size: 14px;
	color: #999;
}

.p20 { padding: 20px !important; }
.p30 { padding: 30px !important; }
.p50 { padding: 50px !important; }
.pt50 { padding-top: 50px !important; }
.pt100 { padding-top: 100px !important; }
.pt150 { padding-top: 150px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb100 { padding-bottom: 100px !important; }
.pb150 { padding-bottom: 150px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb20 { margin-bottom: 20px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt50 { margin-top: 50px !important; }
.g-6 { --bs-gutter-x: 4rem; }

@media (min-width: 0px) and (max-width: 991px) {
	
	#nav-icon2 {
		display: block;
	}
		
	header {
		top: 10px;
	}
	
	header nav {
		display: none;
	}
	
	header .wrapper .logo {
		width: 110px;
	}
	
	.hero .wrapper-image {
		display: none;
	}
	
	.hero .wrapper .content {
		margin-left: none;
		width: 100%;
		text-align: center;
	}
	
	.hero .wrapper h1 span {
		font-size: 40px;
	}
	
	.m-mt20 { margin-top: 20px !important; }
	.m-mt30 { margin-top: 30px !important; }
	.pm-20 { padding: 20px !important; }
	.m-p15 { padding: 15px !important; }

}