*{
	margin: 0;
	padding: 0;
}
.navbar {
	background-color: white;
	position: fixed;
	top: 0;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	z-index: 1000;
}

.navbar img {
	width: 80px; /* Adjust the width as needed */
	height: auto; /* Adjust the height as needed */
	margin-right: 10px; /* Adjust the margin as needed */
	position: absolute;
	top: 10px;
	left: 10px;
}

.navbar h1 {
	margin: 0;
	color: #fe5bac;
	position: relative;
	padding-bottom: 25px; 
	margin-bottom: 10px; 
}
.navbar h1::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: pink;
	position: absolute;
	bottom: 0;
	left: 0;
}

.navbar a {
	color: #fe5bac;
	text-decoration: none;
	margin: 0 10px;
	padding: 10px;
	display: inline-block;
	padding-bottom: 15px; 
}

.navbar a::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: pink;
	position: absolute;
	bottom: 0;
	left: 0;
}

.header{
	min-height: 100vh;
	width: 100%;
	background-image:url("new_banner.webp");
	/* /Users/zipporahmuse/Desktop/Hackathon/new_banner.webp*/
	background-position: center;
	background-size: cover;
	position: relative;
}

.text-box{
	width: 90%;
	color: #fff;
	position: absolute;
	top: 20%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.text-box h1{
	position: relative;
	text-align: center;
	left: 55%;
	padding-top: 50%;
	font-size: 50px;
	color: #fff;
	text-shadow: 2px 2px #fe5bac;
}

.text-box h5{
	text-align: center;
	position: relative;
	left: 53%;
	top: 65%;
	color: #fff;
	text-shadow: 1px 1px #fe5bac;
	letter-spacing: 2px;
}

.body-wellness{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 100px;
}
.body-wellness h1{
	text-decoration: underline;
}

h1{
	font-size: 36px;
	font-weight: 600;
	font-family: "Cinzel", serif;
  	font-optical-sizing: auto;
  	font-weight: <weight>;
  	font-style: normal;
  	color: #fe5bac;
}

.body-col p{
	color: #fe5bac;
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	padding: 10px;
	text-shadow: 3px 3px #fff;
	font-family: "Cinzel", serif;
  	font-optical-sizing: auto;
  	font-weight: <weight>;
  	font-style: normal;
	text-shadow: 2px 2px #fff; 
}

.row{
	margin-top: 5%;
	display: flex;
	justify-content: space-between;
}

.body-col{
	flex-basis: 31%;
	background: #fff3f3;
	border-radius: 10px;
	margin-bottom: 5%;
	padding: 20px 12px;
	box-sizing: border-box;
}
h3{
	text-align: center;
	font-weight: 600;
	margin: 10px 0;
	text-shadow: 2px 2px #fe5bac;
	color: #fff;
	text-decoration: underline;

}

.body-col:hover{
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}

.fitness{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 50px;
}
.fitness h1{
	text-decoration: underline;
}

.fitness-col{
	flex-basis: 32%;
	border-radius: 10px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.fitness-col img{
	width: 100%;
	display: block;
}

.fitness-col p{
	font-weight: 600;
	line-height: 22px;
	padding: 10px;
	font-size: 13px;
	color: black;
	font-family: "Cinzel", serif;
  	font-optical-sizing: auto;
  	font-weight: <weight>;
  	font-style: normal;
}
.layer{
	background: transparent;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0 ;
	transition: 0.5s;
	/* new stuff */
	opacity: 0;
}
.layer:hover{
	background: rgba(254, 91, 172, .7) ; /* rgba(226, 0, 0, .7) */
	opacity: 1;
}

.layer h3{
	width: 100%;
	font-weight: 500;
	color: #fff;
	font-size: 26px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	transition: 0.5s;
}

.layer:hover h3{
	bottom: 49%;
	opacity: 1;
}
.skincare h1{
	text-decoration: underline;
	text-decoration-style: wavy;
}

.skincare{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 100px;
}
.skincare-col{
	flex-basis: 31%;
	border-radius: 10px;
	margin-bottom: 5%;
	text-align: left;
}

.skincare img{
	width: 80%;
	border-radius: 10px;
}
.skincare-col p{
	padding: 0;
	color: #fe5bac;
	font-family: "Cinzel", serif;
  	font-optical-sizing: auto;
  	font-weight: <weight>;
  	font-style: normal;
  	font-size: 13px;
  	text-shadow: 1px 1px #fe5bac;

}

.skincare-col h3{
	margin-top: 16px;
	margin-bottom: 15px;
	text-align: left;
	text-shadow: 2px 2px #fff;
	color: #fe5bac;
	text-decoration: underline;
}

.hero-btn{
	display: inline-block;
	text-decoration: none;
	color: #fe5bac;
	border: 1px solid #fe5bac;
	padding: 12px 34px;
	font-size: 13px;
	background: transparent;
	position: relative;
	cursor: pointer;
	margin-top: 7px;
}

.hero-btn:hover{
	border: 1px solid #fff;
	background: #fe5bac;
	transition: 1s;
}

.read-more-fitness{
	display: inline-block;
	text-decoration: none;
	color: #fe5bac;
	border: 1px solid #fe5bac;
	padding: 12px 34px;
	font-size: 13px;
	background: transparent;
	position: relative;
	cursor: pointer;
	margin-top: 150px;
	bottom: 37px;
}

.read-more-fitness:hover{
	border: 1px solid #fff;
	background: #fe5bac;
	transition: 1s;
}

.read-more-fitness2{
	display: inline-block;
	text-decoration: none;
	color: #fe5bac;
	border: 1px solid #fe5bac;
	padding: 12px 34px;
	font-size: 13px;
	background: transparent;
	position: relative;
	cursor: pointer;
	bottom: -3px;

}

.read-more-fitness2:hover{
	border: 1px solid #fff;
	background: #fe5bac;
	transition: 1s;
}

.footer {
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 10px;
	position: relative;
	bottom: 0;
	width: 100%;
}





