/*-- Body Reset --*/
body {
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
	color: #222831;
	background-color: #EEEEEE;
	margin: 0;
	padding: 0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

/*============= TOP BAR HEADER =============*/

.top-bar {
	background-color: #76ABAE;
	height: 2.8rem;
	padding: .5rem 0;
}

.top-bar a {
	color: #EEEEEE;
	text-decoration: none;
	font-size: 1.1rem;
}

/*============= NAVIGATION =============*/

.navbar-brand img {
	height: 3rem;
}

.navbar {
	background-color: #31363F!important;
	font-size: 1.15rem;
	font-weight: 600;
	letter-spacing: .1rem;
	box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .3);
	border-top: 5px solid #76ABAE;
	z-index: 1001;
	position: fixed;
	width: 100%;
}

.nav-link {
	color: #EEEEEE!important;
}

.nav-item {
	padding: .5rem;
}

.nav-link.active,
.nav-link:hover {
	color: #76ABAE!important;
}

.path {
	padding-top: 3rem;
}

.path a {
	color: #000000;
	text-decoration: none;
}

.path a:hover {
	color: #76ABAE;
}

.path a:active {
	color: #76ABAE;
}

.nav-distance {
	margin-top: 5rem;
}

/*============= CAROUSEL =============*/

#carousel-without-text {
	display: none;
}

#carousel {
	box-shadow: 0 1rem 1rem rgba(0, 0, 0, .3);
}

.carousel-inner {
	max-height: 38rem!important;
}

.carousel-item img {
	transform: translateY(-25%);
}

/*---Change Carousel Transition Speed --*/

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	transition: transform 1.2s ease;
}

.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
  }

/*-- Carousel Content --*/

.carousel-caption {
	text-align: justify;
	position: absolute;
	top: 0%;
	left: 0%;
}

.carousel-caption h1 {
	text-transform: uppercase;
	font-family: Urbanist;
	font-size: 6rem;
	text-shadow: .1rem .1rem .3rem rgba(0, 0, 0, .7);
	text-shadow: .2rem .2rem .3rem rgba(0, 0, 0, .7);
	text-align: left;
	font-weight: bold;
}

.carousel-caption p {
	font-size: 1.2rem;
	text-shadow: 0 .1rem .1rem rgba(0, 0, 0, .7);
}

.border-primary {
	border-top: .2rem solid #76ABAE!important;
}

.bg-custom {
	background-color: rgba(0, 0, 0, .5);
}

.aqua {
	color: #76ABAE;
}

.all-in-one {
	background-color: #FFFFFF;
}

.all-in-one-inner {
	height: 550px;
}

.all-in-one img {
	width: 100%;
	height: auto;
	margin: auto;
}

.all-in-one-top {
	height: 200px;
}

.products a,
.products a:hover,
.products a:active {
	color: #000000;
	text-decoration: none;
}

/*============= CONTACT & PRODUCT ====*/

.contact-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
	height: auto;
}
  
.contact-left,
.contact-right {
	flex: 1;
	max-width: 48%;
	padding: 20px;
}
  
.contact-left {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
  
.contact-left-title h2 {
	font-family: Urbanist;
	color: #222831;
	font-size: 3rem;
	margin-bottom: 15px;
}
  
  .contact-left-title hr {
	border: none;
	width: 120px;
	height: 5px;
	background-color: #76ABAE;
	border-radius: 10px;
	margin-bottom: 20px;
}

.contact-right hr {
	border: none;
	width: 120px;
	height: 5px;
	background-color: #76ABAE;
	border-radius: 10px;
	margin-bottom: 20px;
}
  
.contact-inputs {
	width: 100%;
	height: 50px;
	border: none;
	outline: none;
	padding-left: 25px;
	color: #222831;
	border-radius: 50px;
}
  
.contact-left textarea {
	height: 10rem;
	padding-top: 15px;
	border-radius: 20px;
}
  
.contact-inputs:focus {
	border: 2px solid #76ABAE;
}
  
.contact-right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
  
.contact-right img {
	width: 100%;
	max-width: 200px;
}
  
.contact-right h2,
.contact-right h3 {
	margin: 10px 0;
}
  
.contact-right p {
	font-size: 1.2rem;
	line-height: 1.6;
}

.small-banner img {
	display: block;
	margin: auto;
	margin-top: 5rem;;
}

.products {
	background-color: #FFFFFF;
	margin-top: 5rem;
}

.product {
	background-color: #FFFFFF;
}

.product a {
	color: #76ABAE;
}

.products h3 {
	text-align: center;
	padding: 0;
}

.products-img {
	height: 300px;
}

.products-img img {
	max-width: 80%;
}

.about {
	background-color: #FFFFFF;
	margin-top: 5rem;
	margin-bottom: 5rem;
}

.about {
	background-color: #FFFFFF;
}

.about a {
	color: #76ABAE;
}

.about h3 {
	text-align: center;
	padding: 0;
}

.about-img {
	height: 300px;
}

.line-div {
	position: relative;
	margin: 0;
}

.line {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	height: 2px;
	background-color: #000000;
}

/*===== FIXED BACKGROUND IMG =====*/

.fixed-background {
  overflow: hidden; /*-- Correction for iOS --*/
  padding: 0;
}

.fixed {
	background-image: url('../img/fixed-background.jpg');
	position: fixed;
}

.btn-primary {
	background-color: #76ABAE;
	border: 5px solid #76ABAE;
	border-radius: 1rem;
	text-transform: uppercase;
}

.btn-primary:hover {
	background-color: #638f91;
	border: 5px solid #638f91;
}

.btn-primary:focus {
	background-color: #638f91!important;
	border: 5px solid #638f91!important;
}

ul.numbers {
	list-style-type: none;
	display: flex;
	margin: auto;
	padding: 0;
}
  
ul.numbers li {
	margin: auto;
	padding: 1rem;
}

ul.numbers li h3{
	padding-top: 2rem;
}

.numbers-large {
	font-size: 3rem;
	font-weight: bold;
}

.jumbotron {
	background-color: #EEEEEE;
}

/*============= FOOTER =============*/

footer {
	background-color: #31363F;
	width: 100%;
	padding: 2rem 0;
	margin-top: auto;
	position: relative;
  }
  
  footer img {
	height: 3.5rem;
	margin: 1.5rem auto;
  }
  
  footer p,
  footer a,
  .socket a {
	color: white;
	text-decoration: none;
  }
  
  ul.social {
	list-style-type: none;
	display: flex;
	max-width: 16rem;
	margin: 0 auto;
	padding: 0;
  }
  
  ul.social li {
	margin: 0 auto;
  }
  
  footer .svg-inline--fa {
	font-size: 2.3rem;
  }
  
  footer .svg-inline--fa:hover {
	color: #76ABAE;
  }
  
  /*============= SOCKET =============*/
  
  .socket {
	background-color: #222831;
	border-top: 5px solid #76ABAE;
	padding: 1rem;
	width: 100%;
	text-align: center;
  }
  

/*============= MEDIA QUERIES =============*/

@media (max-width: 500px) {
	#carousel-without-text {
		height: 10rem!important;
	}
}

@media (max-width: 550px) {
	.contact-right h2 {
		font-size: 0.8rem;
		margin: 0;
		font-weight: bold;
	}

	.contact-right h3 {
		font-size: 0.8rem;
		margin: 0;
		font-weight: bold;
	}

	.contact-left-title h2 {
		font-size: 2.5rem;
	}

	.logo_img {
		width: 270px;
		height: auto;
	}

	.products h3 {
		font-size: 1.2rem;
	}

	.products-img {
		height: 50px;
	}

	#carousel-without-text {
		height: 10rem!important;
	}
}

@media (max-width: 700px) {
	.contact-right h2 {
		font-size: 1.5rem;
	}

	.contact-right h3 {
		font-size: 1.2rem;
	}

	#carousel-without-text {
		height: 20rem!important;
	}
}

@media (max-width: 800px) {
	#carousel-without-text {
		height: 20rem!important;
	}

	.first {
		margin-top: 0!important;
	}

	.products-img {
		height: 100px;
	}
}

@media (max-width: 1065px) {
	.contact-inputs {
		width: 80vw;
	}

	.fixed-background {
		display: none;
	}

	.products-img {
		height: 250px;
	}
}

@media (min-width: 1066px) {
	.fixed-background {
		display: flex;
	}
}

@media (max-width: 1100px) {
	.contact-container {
	  flex-direction: column;
	  align-items: center;
	  text-align: justify;
	}
  
	.contact-left,
	.contact-right {
	  max-width: 100%;
	  padding: 0;
	}
  
	.contact-right img {
	  margin: auto;
	}

	.contact-right {
		margin-top: 5rem;
	}
  
	.contact-inputs {
	  width: 100%;
	}

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

@media (min-width: 1101px) {
	.contact-right hr {
		display: none;
	}
}

@media (max-width: 1200px) {
	.navbar {
		font-size: 0.8rem;
	}

	.all-in-one-inner {
		margin-bottom: 3rem;
	}

	.all-in-one-top {
		height: auto;
	}

	.all-in-one-bottom h4 {
		text-align: center;
	}

	.all-in-one-bottom a {
		display: block!important;
		margin: auto!important;
		width: 7rem;
	}

	.all-in-one img {
		width: auto;
		max-width: 50vw;
		height: auto;
		display: block;
		margin: auto;
	}
}

@media (max-width: 1350px) {
	#carousel {
		display: none;
	}

	#carousel-without-text {
		display: flex;
		height: 30rem!important;
	}

}

@media (max-width: 1850px) {
	.carousel-caption h1{
		font-size: 4rem;
	}
}

/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/

/*-- Bootstrap Mobile Gutter Fix --*/
.row, .container-fluid {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/*-- Fixed Background Image --*/
.fixed-background {
  position: relative;
  width: 100%;
  z-index: 1000!important;
  flex-direction: column;
  padding: 0;
  text-shadow: 0 .1rem .1rem rgba(0, 0, 0, .7);
}

.fixed-background h1 {
	font-family: Urbanist;
	font-size: 4rem;
	text-transform: uppercase;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999 !important;
}
.fixed {
  z-index: -999!important;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.fixed-background img {
	width: 80%;
	height: auto;
	margin: 0;
}