*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  list-style: none;
  text-decoration: none;
}
.head{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 33px 9%;
  align-items: center;
}

.logo{
  font-size: 35px;
  font-weight: 700;
  color: white;
}
.navlist{
  display: flex;
}
.navlist a{
  color: #52514e;
  margin-left: 60px;
  font-size: 20px;
  font-weight:500;
  border-bottom:2px solid transparent;
  transition: all .55s ease;
}
.navlist a:hover{
  border-bottom: 2px solid #52514e;
}
#menu-icon{
  color: rgb(211, 232, 215);
  font-size: 30px;
  z-index: 10001;
  cursor: pointer;
  display: flex;
  opacity: 0;
}

/* .hero{
  height: 100%;
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(295deg, #ABC4AA 0%, #F3DEBA 30%, #A9907E 70%);
  position: relative;
  display: flex;
 	justify-content: space-evenly;
 	align-items: center;
 	gap: 5em;
  z-index: 0;
} */
section{
  padding: 0 19%;
}
.wod{
	/* position: fixed; 
	top: 200px;
	left: 100px; */
	font-size: 20px;
}

.woo{
	/* position: fixed; 
	top: 200px;
	left: 100px; */
	font-size: 20px;
}
.wos{
	/* position: fixed; 
	top: 200px;
	left: 100px; */
	font-size: 20px;
}
.transparentstext{
	color: transparent;
}
.textnav{
	/* margin: 50px; */
  display: flex;
  flex-direction: column;
  margin: 30px;
  margin-top: 100px;
}
.item1{
	font-weight:900;
	font-size: 45px;
	color: #675D50;
  justify-content: center;
  display: flex;
}
.item2{
	font-size: 20px;
	font-weight: 300;
  display: flex;
  justify-content: center;
}
body{
  background: linear-gradient(295deg, #ABC4AA 0%, #F3DEBA 30%, #A9907E 70%);
}
.allofwo{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 1em;
}