.nav-buttons {
	margin-left: 50%;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	
}

body {
	font-family: poppins, sans serif;
	overflow-x: hidden;
}

h1 {
	font-size: 2.5rem;
	font-weight: 700;
	color: coral;
}

h2 {
	font-size: 1.9rem;
	font-weight: 600;
}



h3 {
	font-size: 2rem;
	font-weight: 800;
	color: coral;
}

h4 {
	font-size: 1.2rem;
	font-weight: 600;
}

h5 {
	font-size: 1rem;
	font-weight: 400;
}

h6 {
	color: #d8d8d8;
}

.navbar {
	font-size: 16px;
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
	top: 0;
	left: 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	position: fixed;
	width: 100%;
}

.navbar-light .navbar-nav .nav-link {
	padding: 0 20px;
	color: #000;
	transition: 0.4 ease;

}
.navbar ul li{
	margin-left: 10px;
}
.navbar ul li a:hover {
	color: coral;
}

.logo {
	height: 70px;
	width: 70px;
	margin-right: 50px;
}




/***** home page css *****/


#home {
	background-image:-webkit-linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 1.0)),url(img/background-1.jpg);
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: top;
	background-position-y: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;

}

#home span {
	color: coral;
}

#home h1 {
	color: cornsilk;
	margin-top: 100px;
}
#home h2 {
	color: cornsilk;
}
#home p {
	color: cornsilk;
}
#home h5 {
	color: cornsilk;
}
button {
	font-size: 0.8rem;
	font-weight: 900;
	outline: none;
	border: none;
	background-color: coral;
	color: aliceblue;
	padding: 13px 30px;
	text-transform: uppercase;
	cursor: pointer;
	transition: 0.5s ease;
}

button:hover {
	background-color: #000;

}


.one button a {
	text-decoration: none;
	list-style: none;
	color: cornsilk;
}


#new .one img {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

#new .one {
	position: relative;
}
#new {
	margin-top: 50px;
}

#new .one .details {
	position: absolute;
	top: 0;
	left: 0;
	color: coral;
	font-weight: bold;
	transition: 0.4s ease;
	opacity: 0.7;
	background-color: rgb(1,1,1);
	width: 100%;
	height: 100%;
}
#new .one .details h2 {
	opacity: 1;
}

#new .one .details:hover {
	background-color: cornsilk;
}

#new .one:nth-child(1) .details {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

#new .one:nth-child(2) .details {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

#new .one:nth-child(3) .details {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

#new .one:nth-child(4) .details {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.product {

}

.product h2 {
	line-height: 1.6;
	margin-bottom: 50px;
}

.product p {
	line-height: 1,6;

}
#about img {
	height: 100px ;
	width: 100px;
}
.product img {
	border-radius: 200px;
	margin: 3px;
}

#about .container h3 {
	color: coral;
}
hr {
	width: 400px;
	
}

.copyright .row {
	flex-wrap: wrap;
}

.footer-one .row {
	flex-wrap: wrap;
}


footer {
	background-color: #222222;
}

footer h6 {
	color: coral;
	font-weight: 700;
	font-size:1.2rem ;
}
footer p {
	color: #fff;
}
footer h2 {
	color: coral;
}

footer li {
	padding-bottom: 4px;

}

footer li a {
	font-size: 0.8rem;
	color: #999;
	text-decoration: none;

}

footer li a:hover {
	color: #d8d8d8;
}

footer .social a {
	color: #000;
	height: 40px;
	width: 40px;
	background-color: #fff;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	transition: 0.3s ease;
	margin: 0 5;
}
footer .social a :hover {
	transform: scale(1.2);

}

.image {
	width: 100px;
	height: 100px;
}


h2 {
	font-size: 1.9rem;
	font-weight: 600;
}

footer .copyright img {
	width: 35%;

}

.card {
	outline: none;
	border: none;

}


.logos img {
	margin-left: 30px;
}

#logo-slider {
	  height: 30vh;
  background-color: white;
}
.container {
  overflow: hidden;
}
.container .slider {
  animation: slidein 20s linear infinite;
  white-space: nowrap;
}
.container .slider .logos {
  width: 100%;
  display: inline-block;
  margin: 0px 0;
}
.container .slider .logos .fab {
  width: calc(100% / 5);
  animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}

@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}






@media only screen and (max-width: 500px) {



	 .product {
		margin-top: 50px;
	}

	#about {
		margin: 0px;
	}

	#home {
		margin-top: 0px;
	}
	#new {
	margin-top: 0px;
}
hr {
	width: 150px;
}

h1 {
	font-size: 2rem;
	font-weight: 700;
}
#banner ul li {
	margin-right: 30px;
}
#banner button {
  display: none;
}


footer {
	text-align: center;
}
.logo {
	margin-right: 0px;
}
footer ul {
	padding-left: 0px;
}


}



#banner h1 {
	color: coral ;
}

#banner button {
	background-color: #fb774b;
}

#banner button:hover {
	background-color: #000;
}
.image-grid img {
	height: 50%;
}
.carousel-inner {
	margin-bottom: 0px;
}
