*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1px 35px;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
	position: sticky;
	z-index: 999;
	top: 0;
	left: 0;

}

.navbar{
	display: flex;
	align-items: center;
	justify-content: center;

}

.navbar li{
	list-style: none;
	padding: 10px 20px;
}

.navbar li a{
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	color: #821941;

}

.navbar li a:hover{ 
    color: deeppink;
}

.hero{
	background-image: url(hero1.jpg);
	height: 90vh;
	width: 100%;
	background-size: cover;
	background-position: top 75% right;
	padding: 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hero h6{
	padding-bottom: 10px;
}

.hero h2{
	color: #821941;
}

.product_{
	padding: 100px;
}

.product_{
	text-align: center;
}

.product_ h4{
	font-weight: 700;
}

.product_ .container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 20px;
	gap: 5px;
}

.product_ .P_product{
	width: 23%;
	padding: 10px 10px;
	border: 1px solid #e9ecef;
	border-radius: 25px;
	margin-top: 35px;
	position: relative;
}

.product_ .P_product img{
	width: 100%;
	border-radius: 20px;
}

.product_ .P_product .desc{
	text-align: start;
	padding: 10px;
}

.product_ .P_product .desc h5{
	color: #821941;
}

.product_ .P_product .desc h6{
	padding-top: 5px;
	font-size: 15px;
	font-weight: 500px;
	color: #783951;
}

.product_ .P_product .add-to-cart{
    background-color: #dbced3;
	color: darkred;
	border: 2px solid #000;
}

footer{
	display: flex;
	flex: wrap;
	justify-content: space-between;
	background-color: #e9ecef;
	height: 150px;

}

footer .col{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

footer h6{
	font-size: 18px;
}

footer p{
	font-size: 15px;
}

footer a{
	font-size: 15px;
	text-decoration: none;
	color: #821941;
}


.product_ .p-peoduct-page{
	color: #821941;
	display: flex;
	align-items: flex-start;
}

.Contact{
	background-color: #d3d3d3;
	padding: 50px;
	text-align: center;
}

.c-container h2{
	font-size: 35px;
	margin-bottom: 40px;
	color: #821941;
}

.Contant_{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.contant-form h4{
	font-size: 25px;
	margin-bottom: 20px;
}

.form_{
	margin-bottom: 15px;
}

input, textarea{
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	border: none;
}

button{
	display: inline-block;
	padding: 12px 24px;
	background-color: #821941;
	color: #fff;
	border: none;
}

.contant-info h3{
	font-size: 25px;
	margin-bottom: 20px;
}

.contant-info p{
	margin-bottom: 10px;
}

.contant-info .i{
	margin-right: 15px;
}
