* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: white;
	
}

html {
	font-size: 62.5%;
}

body {
	font-family: "Raleway", sans-serif;
	font-size: 1.6rem;
}

.hero-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: -1;
}

.top-hero {
	position: relative;
	height: 200px;
	background-size: cover;
	z-index: 0;
}

.top-hero-text {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.6rem;
	text-transform: uppercase;
	height: 100%;
}

/* nav */

nav {
	font-size: 2rem;
	text-transform: uppercase;
}

.navbar-toggler {
	font-size: 3rem;
}

.navbar-brand {
	padding-left: 10px;
}

.mobile {
	display: none;
}
/* header */

header {
	font-size: 2rem;
}

.carousel-item {
	position: relative;
	height: 400px;
	background-position: center;
	background-size: cover;
	z-index: 0;
}

.carousel-img-one {
	background-image: url("../img/22.jpg");
}
.carousel-img-two {
	background-image: url("../img/ogrodzenie1.webp");
}
.carousel-img-three {
	background-image: url("../img/palisady.webp");
}



.display-4 {
	font-weight: bold;
}

.home-boxes {
	padding: 5em 0;
	background-color: rgb(221, 221, 221);
}

.home-box i {
	font-size: 4rem;
}

.home-box h3 {
	font-size: 2.6rem;
}

.home-passion {
	position: relative;
	height: 350px;
	background-position: center;
	background-size: cover;
	background-image: url("../img/plates-3160931_1280.jpg");
	z-index: 0;
}

.home-brand {
	background-color: rgb(221, 221, 221);
}

.home-brand h3 {
	font-size: 3rem;
	font-weight: bold;
}

.aboutus-hero {
	background-image: url("../img/about/s-o-c-i-a-l-c-u-t-1RT4txDDAbM-unsplash.jpg");
	background-position: contain;
	height: 300px;
}

.aboutus-info {
	background-color: rgb(248, 248, 248);
}
.aboutus-info .container {
	padding: 2em 0.5em;
}

.aboutus-text {
	padding: 1.8em;
}
.aboutus-text h3 {
	margin-bottom: 0.5em;
	font-size: 2.6rem;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline #e41c34;
}

.aboutus-text-right {
	text-align: right;
}

.aboutus-bottom i {
	font-size: 3rem;
}

.aboutus-bottom h3 {
	font-size: 2.2rem;
	font-weight: bold;
}

.colorcard2 {
	background-color: #243464;
}

.colorcard1 {
	background-color: #f4a404;
}

.services-hero {
	background-image: url(../img/constructionSmall.jpg);
	background-position: center;
	object-fit: cover;
	height: 300px;
}

.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: aliceblue;
}

.service-hero-box.box-one {
	background-image: url(../img/beautiful-city-park.jpg);
}
.service-hero-box.box-two {
	background-image: url(../img/ogrodzenie1.webp);
}
.service-hero-box.box-three {
	background-image: url(../img/palisady.webp);
}
.service-hero-box.box-four {
	background-image: url(../img/tarasy.webp);
}

.projects-hero {
	background-image: url(../img/parkSmall.jpg);
	background-position: center;
	object-fit: cover;
	height: 300px;
}

.projects-img {
	height: 240px;
	object-fit: cover;
}

.projects-btn {
	font-size: 1.4rem;
	text-transform: uppercase;
}

.contact-hero {
	background-image: url(../img/contactSmall.jpg);
	background-position: center;
	height: 300px;
}

.contact h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2.6rem;
}

.contact input,
.contact select,
.contact textarea {
	font-size: 1.6rem;
}

.contact .btn {
	padding: 0.3em 0.8em;
	font-size: 2rem;
}

.contact-map iframe {
	width: 100%;
	min-height: 400px;
}

@media (min-width: 768px) {
	.aboutus-hero {
		height: 400px;
		object-fit: cover;
		background-position: center;
	}

	.services-hero {
		height: 400px;
	}

	.projects-hero {
		height: 400px;
	}

	.contact-hero {
		height: 400px;
	}

	.mobile {
		display: block;
		color: white;
		padding-right: 50px;
		font-size: 1.6rem;
	}
}

@media (min-width: 992px) {
	.aboutus-info .container {
		padding: 0;
	}

	.aboutus-shadow {
		box-shadow: inset 0 5px 10px -5px rgba(0, 0, 0, 0.4);
	}

	.aboutus-hero {
		height: 500px;
	}

	.services-hero {
		height: 500px;
	}

	.projects-hero {
		height: 500px;
	}

	.contact-hero {
		height: 500px;
		background-position: 0 5%;
	}
}

@media (min-width: 1400px) {
	.carousel-item {
		height: 600px;
	}

	/* dodac zdjecia wysokiej hq

	.carousel-img-one {
		background-image: url(../img/kostka1.jpg);
	}
	.carousel-img-two {
		background-image: url(../img/kostka2.jpg);
	}
	.carousel-img-three {
		background-image: url(../img/kostka3.jpg);
	} */
}
