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

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.5);
	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;
	height: 100%;
	font-size: 3.6rem;
	text-transform: uppercase;
}

/* nawigacja */

/* .nav-link{
	background-color: #fff;
	margin:10px;
} */

nav {
	font-size: 2rem;
	text-transform: uppercase;
	background: #66470ace;
	background: linear-gradient(to right, #BF953F, #FCF6BA, #AA771C);
	/* font-weight: 600; */

	

}

.navbar-toggler {
	font-size: 3rem;
	

}

.navbar-brand {
	font-size: 2.4rem;
	font-weight: bold;
	text-transform: none;

	
}

/* header */

/* .headerelements{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
} */
header {
	font-size: 2rem;
}

.carousel-item {
	position: relative;
	height: 90vh;
	background-position: center;
	background-size: cover;
	z-index: 0;
}

.carousel-img-one {
	background-image: url('../img/main-carousel-1.jpg');
}

.carousel-img-two {
	background-image: url('../img/main-carousel-2.jpg');
}

.carousel-img-three {
	background-image: url('../img/main-carousel-3.jpg');
}



.carousel-first #logoglowna {
	width: 260px;
	transition: transform .6s;
	animation: logo-bounce 3s linear infinite;
}



#mapshome {
	width: 260px;
	transition: transform .6s;
}

#mapshome:hover {
	transform: translateY(-40px);
}

.carousel-second p {
	margin-top: 20px;

}


.carousel-three p {
	margin-top: 20px;
}


#qualityhome {
	width: 260px;
	transition: transform .6s;
}

#qualityhome:hover {
	transform: translateY(-40px);
}

.twobutton {

	display: flex;
	flex-direction: row;
	margin-top: 30px;
}

.buttonheader {
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	padding: 10px;
	width: 150px;
	background-color: #BF953F;
	margin: 10px;
	transition: background 0.6s;
}

.buttonheader:hover {
	color: white;
	background-color: #bf943f96;

}

/* home */
.home-boxes {
	padding: 5em 0;
	background: rgb(247, 247, 247);
	color: white;
}

.home-box i {
	font-size: 4rem;
}

.home-box h3 {
	font-size: 2.6rem;
}



.home-passion {
	position: relative;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 400px;
	background-image: url('../img/home-passion.jpg');
	background-position: center;
	background-size: cover;
	z-index: 0;
}


.gravephoto{
	padding:10px;
	transition:.3s;
	cursor:pointer;

}

.gravephoto:hover{
	transform: translateY(-15px)

}

/* ----- */

.home-brand-first{
	color:black;
	background-image: url('../img/tlopodnagrobki.png');
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.home-brand h3 {
	font-size: 3rem;
	font-weight: bold;
}

/* footer */
footer {
	font-size: 1.6rem;
}

/* about us */

.aboutus-hero {
	background-image: url('../img/main-carousel-2.jpg');
	background-position: bottom;
}

/* ----- */

.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 #007bff;
}

.aboutus-text-right {
	text-align: right;
}

.aboutus-img {
	height: 300px;
	object-fit: cover;
}

/* ----- */
.aboutus-bottom i {
	font-size: 3rem;
}

.aboutus-bottom h3 {
	font-size: 2.2rem;
	font-weight: bold;
}


.card {
	background-color: #BF953F;
}

/* usługi */

.service-hero {
	background-image: url('../img/service/service-hero.jpg');
	background-position: 0 75%;
}

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

.service-hero-box.box-one {
	background-image: url('../img/service/engine.jpg');
}

.service-hero-box.box-two {
	background-image: url('../img/service/visual.jpg');
}

.service-hero-box.box-three {
	background-image: url('../img/service/car-audio.jpg');
}




/* projekty */


.projects-hero {
	background-image: url('../img/projects/project-hero.jpg');
	background-position: center;
}

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

.projects .btn {
	font-size: 1.4rem;
	text-transform: uppercase;
}

/* kontakt */
.contact h3{
	font-weight: bold;
	font-size: 20px;
}
.contact-hero {
	background-image: url('../img/contact/contact-hero.jpg');
	background-position: 0 40%;
}

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

.contact-logo {
	font-size: 3rem;
}

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

.contact .btn {
	padding: 0.3em 0.8em;
	font-size: 2rem;
}



@media (min-width: 992px) {

	.navbar-brand img{
		animation: logo-bounce 2s linear infinite;
	}

	@keyframes logo-bounce {
		0% { 
		  transform: scale(1.0);
		  
		} 50% { 
		  transform: scale(1.1);
		  
		}
		110% { 
			transform: scale(1.0);
			
		  }
		}

	.nav-link{
		background-color: #5c4621;
		margin:7px;
		/* border-radius: 8px; */
		/* border:2px solid rgb(255, 174, 0); */
		transition: background-color .3s;
		letter-spacing: 2px;
		
	}

	.nav-link:hover{
		background-color: rgb(146, 117, 62);
		
		
	}
	.aboutus-info .container {
		padding: 0;
	}

	.aboutus-shadow {
		box-shadow: inset 0 5px 10px -5px rgba(0, 0, 0, 0.4);
	}

	.aboutus-text {
		padding: 5em 0;
		transform: skew(-15deg);
	}

	.aboutus-text-left {
		padding-right: 2em;
		text-align: right;
	}

	.aboutus-text-right {
		padding-left: 2em;
		text-align: left;
	}

	.aboutus-img {
		height: auto;
		transform: skew(-15deg);
	}

	.carousel-first #logoglowna {
		width: 350px;
		transition: transform .6s;
	}

	#mapshome {
		width: 360px;
		transition: transform .6s;
	}

	#qualityhome {
		width: 360px;
	}
}

@media (min-width: 1400px) {
	.carousel-item {
		height: 90vh;
	}

	.carousel-img-one {
		background-image: url('../img/main-carousel-1.jpg');
	}

	.carousel-img-two {
		background-image: url('../img/main-carousel-2.jpg');
	}

	.carousel-img-three {
		background-image: url('../img/main-carousel-3.jpg');
	}



	.carousel-first #logoglowna {
		width: 400px;
	}

	#mapshome {
		width: 460px;
		transition: transform .6s;
	}

	#qualityhome {
		width: 400px;
	}
}








/* zmiany dodatkowe */


.googlemap{width: 95vw;
	min-height: 400px;}

/* .contact-map-glowna{
	width:100%;
} */
.sekcja-kontakt {
	position: relative;
	height: 400px;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-image: url('../img/sekcjakontakt.png');
	background-position: center;
	background-size: cover;
	z-index: 0;
}

/* .sekcjafaceb{
	background-color: rgb(0, 0, 0);
} */
.sekcjafaceb .przycisk {
	margin-top: 20px;
	background-color: rgb(4, 64, 155);
	transition: background-color .3s;


}

.sekcjafaceb .przycisk:hover {
	background-color: rgb(29, 98, 201);
}

.sekcjafaceb {
	background: linear-gradient(to right, #BF953F, #FCF6BA, #AA771C);
}

.sekcjafaceb img {
	width: 200px;
}






/* GALERIA */


.portfolio-menu {
	text-align: center;

}

.portfolio-menu ul li {
	display: inline-block;
	margin: 10px;
	list-style: none;
	padding: 10px 15px;
	width: 200px;
	cursor: pointer;
	font-size: 20px;
	-webkit-transition: all 05s ease;
	-moz-transition: all 05s ease;
	-ms-transition: all 05s ease;
	-o-transition: all 05s ease;
	transition: all .5s ease;
}

.portfolio-item {
	width: 100%;
}

.portfolio-item .item {
	/* width: 303px; */
	float: left;
	margin-bottom: 10px;
}

/* KONIEC GALERIA */
/* przycisk pod nasza firma */
.przycisk {
	color: white;
	text-decoration: none;
	display: block;
	background: #BF953F;
	width: 150px;
	padding: 15px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;

}

.przycisk:hover {
	background: #be7f00f3;
	color: white;
	letter-spacing: 2px;
	transition: 0.3s;

}

.wysokosckarty {
	height: 100px;


}








/* counter */
.counterhome {
	margin-top: 20px;
	margin-bottom: 20px;

}

.counter-box {
	display: block;
	background: #e4e4e4;
	padding: 40px 20px 37px;
	text-align: center;
	cursor: pointer;
	margin: 5px;
	transition: transform .3s;

}

.counter-box:hover {
	background: #e2ba69;
	transform: scale(1.02);
	

}

.counter-box p {
	margin: 5px 0 0;
	padding: 0;
	color: #333333;
	font-size: 18px;
	font-weight: 500
}

.counter-box i {
	font-size: 60px;
	margin: 0 0 15px;
	color: #333333;
}

/* .counter-box:hover i,
.counter-box:hover p,
.counter-box:hover .counter {
	color: #241717;
	transition: color 0.3s;
} */


.counter {
	display: block;
	font-size: 32px;
	font-weight: 700;
	color: #292929;
	line-height: 28px
}


.counterabouts {
	display: block;
	font-size: 23px;
	font-weight: 700;
	color: #292929;


}

.zwieksz {
	height: 120px;
}

/* koniec licznik */


/* ----- */