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

html {
	font-size: 62.5%;
}

body {
	font-family: 'Raleway', sans-serif;
	font-size: 1.6rem;
}


.icon-container {
	position: fixed;
	bottom: 22%;
	right: 0;
  }
  
  .icon {
	margin: 15px;
	transition: .3s;
  }
  .icon:hover {
	margin: 25px;
	cursor:pointer;
	
  }

  .icon img{
	width:50px;
  }


.hero-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	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 {
	font-size: 2rem;
	text-transform: uppercase;
}

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

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

/* header */

header {
	font-size: 2rem;
}

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

.carousel-item img {
	width:80%;
}

.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-img-four {
	background-image: url('../img/main-carousel-4.jpg');
}

.carousel-img-four p {
	color:rgb(255, 37, 37);
	font-weight: bold;
}


/* home */
.home-boxes {
	padding: 5em 0;
}

.home-box i {
	font-size: 4rem;
	color:red;
}
.home-box h3 {
	font-size: 2.6rem;

}

/* przycisk */

.btn-home-boxes{
	padding:15px;
	border:none;
	border: 2px solid red;
	
}
.btn-home-boxes:hover{
	background-color: red;
	transition: 0.3s;
	
}
.btn-home-boxes a{
	text-decoration: none;
	color:black;
	/* font-weight: bold; */
	font-size:20px;
	
}

/* karuzela przedmiotów */



/* ----- */

.home-passion {
	position: relative;
	height: 350px;
	background-image: url('../img/home-passion.jpg');
	background-position: center;
	background-size: cover;
	z-index: 0;
}

/* ----- */

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

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

/* about us */

.aboutus-hero {
	background-image: url('../img/about/about-hero.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;
}

.aboutustwo {
	padding: 5em 0;
	color:#ff0000;
	background-color: #ebebeb;
}

.aboutustwo img {
	width:60px;
	margin:30px;
}

.homecontact {
	padding: 5em 0;
	color:#ff0000;
	background-color: #000000;
}

.homecontact img {
	/* width:60px; */
	margin:30px;
}

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

.redcolor{
	color:red;
}

.service-hero-box.box-one {
	background-image: url('../img/service/1.jpg');	
	transition: .3s;
}
.service-hero-box:hover {
opacity: 0.8;
}



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

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

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

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

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

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

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

.service-hero-box a {
	
	text-decoration: none;
 
}




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

/* blog */
.blog{
	background-color: rgb(207, 207, 207);
}



/* kontakt */

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

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

/* formularz */
.contact-form{
	padding: 30px;
	
	width:90%;
	background-color: #333;
	color:white;
	/* border-radius:24px; */

}
 .contact-box{
	display:flex;
	flex-direction: column;
	margin:40px 0;

 }
 .contact-form label{
	font-size:22px;
	margin-bottom:10px;
 }

 .contact-form input,
 .contact-form textarea,
 .contact-form button{
	padding:15px;
	font-size:16px;
	border: 2px solid hsl(0,0%,67%);
	/* border-radius:12px; */
 }

.contact-form textarea{
	resize:vertical;
}

.contact-form button {
	padding:12px;
	width:100%;
	cursor:pointer;
}
.contact-form button:hover {
	color:white;
	background-color: hsl(220, 100%, 50%);
}

.msg-status{
	display:none;
	justify-content: center;
	align-items: center;
	position:absolute;
	top:50px;
	padding:30px;
	/* border-radius:12px; */
	font-size:24px;
}
.success{
	display:flex;
	background-color: hsl(143, 83%, 55%);
}

.error{
	display:flex;
	background-color: hsl(0, 94%, 50%);
}


.srodek{
	display:flex;
	justify-content: center;
	align-items: center;
}

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





	
}

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

	.carousel-item img {
		width:30%;
	}
	

	.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-img-four {
		background-image: url('../img/main-carousel-4.jpg');
	}
}
