*{
    margin: 0;
    padding: 0;
}

body{

    font-family: sans-serif;
}

#nav-bar{

    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar{

    background-color: #4b5465;
    padding: 0 !important;
}

.navbar-brand img{
    height: 75px;
}

.navbar-nav li{

    padding: 0 10px;
}

.navbar-nav li a{

    color: white !important;
    font-weight: bold;
    float: right;
    text-align: left;
    transition: .3s;

}

.navbar-nav li a:hover{

    transform: scale(1.3);

}




.search{
	width: 70%;
	border: 1px solid none;
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.search input{
	border: none;
	outline: none;
	box-shadow: none;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 10px;
}
.search .button{
	width: 30%;
	height: 20%;
	border-radius: 45px;
	transition: all 0.3s;
	cursor: pointer;
	background: white;
	font-size: 1.2em;
	font-weight: 550;
	font-family: 'Montserrat', sans-serif;
	margin-left: 20px;
}




/*---------banner section---------*/

#banner{
		height: 100vh;
		width: 100%;  	
  		background-image: url("img/img_1.png");
		color: white;
		background-size: cover;
		background-position: center;
	}

.text-box{
    width: 99%;
    color: white;
    position: relative;
    top: 55%;
    left:35%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.text-box p{
	font-size: 35px;
	font-weight: 500;
}

.text-box h1{
	font-size: 40px;
	font-weight: 500;
}
.promo-title{
    font-size: 30px;
    font-weight: bold;
  	margin: auto;
}

.img{

    margin-left: auto;
    margin-right: auto;
    margin-top: 125px;
}

.bottom-img{
    width: 100%;
}


/*---------Product section---------*/


.cards{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;	
}

.cards p{
	font-weight: 100;
	font-size: 25px;
}


.cards a {
	text-decoration: none;
	color: black;
	font-weight: 400;
	margin: 50px;
}

.products_name{
	text-align: center;
	margin-left: 1px;
}

.product{
	display: flex;
	justify-content: center;
}



/*---------About us section---------*/

.title::before{
    content: '';
    background:#C0C0C0 ;
    height: 5px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(63px);
}

#about_us{
    background-color: #f8f9fa;
}

.about_title{

    font-size: 35px;
    font-weight: 600;
    margin-top: 20px;
}


.img_2{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.cards-2{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.card-2{
	margin-top: 50px;
	background-color: transparent;
	width: 25vw;
	height: 200px;
	border-radius: 8px;
	border-color:#4b5465 ;
	background-color: #4b5465;
	border-style: solid;
	text-align: center;
	color: white;
}

.cards-2 .card-2 i{
	margin-top: 10px;
}

.space{
    margin-top: 90px;
}

.details{
	text-align: center;
}
/*---------Contact section---------*/

.Contact{
	padding-top: 100px;
}

.Contact .contain{
	
	width: 100%;
	height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 120px;
}

form{
	background: #4b5465;
	display: flex;
	flex-direction: column;
	padding: 2vw 4vw;
	width: 90%;
	max-width: 600px;
	border-radius: 15px;
}

form input, form textarea{
	
	border: 0;
	margin: 10px 0;
	padding: 20px;
	outline: none;
	background: white;
	font-size: 20px;
}

form button{
	padding: 15px;
	background-color: transparent;
	border:none;
	color: white;
	transition: transform .5s;
	font-size: 27px;
	cursor: pointer;
}

form button:hover{
	transform: scale(1.2);
}



/*---------footer section---------*/

.space_1{
    margin-top: 250px;
}


.footer-distributed{
	background: #4b5465;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Open Sans', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	position: relative;
	bottom: 50px;
	margin-left: 25px;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
  font-weight:400;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #222;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-center a{
	text-decoration: none;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
	
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
  	font-weight:bold;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
	font-weight:bold;

}

.footer-distributed .footer-center p a{
	color:  white;
	text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
  margin-top: 120px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  white;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

	.cards img{
		margin-left: 100px;
		margin-right: 100px;
	}

	.details{

		margin-left: 10px;
	}
	

	.products_name{
		position: relative;
		top: 20px;
		margin-left: 12px;
	}

	.details{
		position: relative;
		top: 20px;
	}

	.card-2{
		height: 450px;
	}


	.space{
		margin-top:150px;
	}

	.footer-left img{
		width: 120px;
		margin-left: 25px;
	}

}
