*{
  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;
}

body{
	background: linear-gradient(295deg, #ABC4AA 0%, #F3DEBA 30%, #A9907E 70%);
}
.theimages{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
}
.einpaarbilder{
	font-weight:900;
	font-size: 45px;
	color: #675D50;
  justify-content: center;
  display: flex;
	margin-bottom: 40px;
	margin-top: 40px;
}
.tropp{
	opacity: 0.7;
	transition: all .3s ease;
}
.tropp:hover{
	opacity: 1;
	transition: all .3s ease;
}
.vitaminn{
	opacity: 0.7;
	transition: all .3s ease;
}
.vitaminn:hover{
	opacity: 1;
	transition: all .3s ease;
}
.fruitt{
	opacity: 0.7;
	transition: all .3s ease;
}
.fruitt:hover{
	opacity: 1;
	transition: all .3s ease;
}
.coconutt{
	opacity: 0.7;
	transition: all .3s ease;
}
.coconutt:hover{
	opacity: 1;
	transition: all .3s ease;
}
.summerr{
	opacity: 0.7;
	transition: all .3s ease;
}
.summerr:hover{
	opacity: 1;
	transition: all .3s ease;
}
.applepickerr{
	opacity: 0.7;
	transition: all .3s ease;
}
.applepickerr:hover{
	opacity: 1;
	transition: all .3s ease;
}
.fruitsongrass{
	opacity: 0.7;
	transition: all .3s ease;
}
.fruitsongrass:hover{
	opacity: 1;
	transition: all .3s ease;
}
.factory{
	opacity: 0.7;
	transition: all .3s ease;
}
.factory:hover{
	opacity: 1;
	transition: all .3s ease;
}
.team{
	opacity: 0.7;
	transition: all .3s ease;
}
.team:hover{
	opacity: 1;
	transition: all .3s ease;
}


