*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  list-style: none;
  text-decoration: none;
}

.logo{
  font-size: 35px;
  font-weight: 700;
  color: white;
}
.head{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 33px 9%;
  align-items: center;
}
body{
  background: linear-gradient(295deg, #ABC4AA 0%, #F3DEBA 30%, #A9907E 70%);
  height: max-content;
  width: 100%;
  z-index: 0;
}
#menu-icon{
  color: rgb(211, 232, 215);
  font-size: 30px;
  z-index: 10001;
  cursor: pointer;
  display: flex;
	opacity: 0;
}
.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;
}



.whitebox{
	background: white;
	height: 440px;
	width: 300px;
	border-radius: 15px;
  poisition: relative;
  /* border: dotted 2px black; */
	transition: transform 0.5s ease;
}
.whitebox img{
	position: relative;
	width: 125px;
	left: 80px;
}
.whitebox h4{
	position: flex;
	margin-left: 30px;
	margin-right: 30px;
     left:60px; *image.png/
	font-weight: 700;
	font-size: 21px;
}
.whitebox h5{
	font-weight: 400;
	font-size: 20px;
	marign-right: 30px;
  margin-left: 38px;
}
.whitebox:hover{
	transform: scale(1.08);
	transition: transform 0.5s ease; 
}

.kaufenbtn {
  /* display: flex;
  justify-content: center; */
  position: relative;
  top: 30px;
  left: 95.5px; 
  width: 100px;
  height: 40px;
  font-size: 17px;
  text-transform: uppercase; 
  border: none;
  border-radius: 7px;
  background-color: rgb(255, 102, 102);
  color: white;
  transition: 0.3s ease;
}
.kaufenbtn:hover{
  background-color: rgb(247, 57, 57);
  cursor: pointer;
  box-shadow: 0 0 10px rgb(255, 102, 102) ;
  transition: 0.3s ease;
}
.whiteboxnrtwo{
	background: white;
	height: 440px;
	width: 300px;
	border-radius: 15px;
  position: relative;
  /* right: 480px; */
	transition: transform 0.5s ease;
}
.whiteboxnrtwo img{
	position: relative;
	width: 125px;
	left: 80px;
}
.whiteboxnrtwo h4{
	position: flex;
	margin-left: 42px;
	margin-right: 30px;
	/* left:60px; */
	font-weight: 700;
	font-size: 22px;
}
.whiteboxnrtwo h5{
	font-weight: 400;
	font-size: 20px;
	marign-right: 30px;
  margin-left: 30px;
}
.whiteboxnrtwo:hover{
	transform: scale(1.08);
	transition: transform 0.5s ease;
}


.whiteboxnrthree{
	background: white;
	height: 440px;
	width: 300px;
	border-radius: 15px;
  position: relative;
  /* right: 480px; */
	transition: transform 0.5s ease;
}
.whiteboxnrthree img{
	position: relative;
	width: 125px;
	left: 80px;
}
.whiteboxnrthree h4{
	position: flex;
	margin-left: 60px;
	margin-right: 10px;
	/* left:60px; */
	font-weight: 700;
	font-size: 22px;
}
.whiteboxnrthree h5{
	font-weight: 400;
	font-size: 20px;
	marign-right: 30px;
  margin-left: 30px;
}
.whiteboxnrthree:hover{
	transform: scale(1.08);
	transition: transform 0.5s ease;
}


.whiteboxnrfour{
	background: white;
	height: 440px;
	width: 300px;
	border-radius: 15px;
  position: relative;
  /* right: 480px; */
	transition: transform 0.5s ease;
}
.whiteboxnrfour img{
	position: relative;
	width: 125px;
	left: 80px;
}
.whiteboxnrfour h4{
	position: flex;
	margin-left: 30px;
	margin-right: 30px;
	/* left:60px; */
	font-weight: 700;
	font-size: 22px;
}
.whiteboxnrfour h5{
	font-weight: 400;
	font-size: 20px;
	marign-right: 30px;
  margin-left: 30px;
}
.whiteboxnrfour:hover{
	transform: scale(1.08);
	transition: transform 0.5s ease;
}


.whiteboxnrfive{
	background: white;
	height: 440px;
	width: 300px;
	border-radius: 15px;
  position: relative;
  /* right: 480px; */
	transition: transform 0.5s ease;
}
.whiteboxnrfive img{
	position: relative;
	width: 81px;
	left: 100px;
}
.whiteboxnrfive h4{
	position: flex;
	margin-left: 42px;
	margin-right: 30px;
	/* left:60px; */
	font-weight: 700;
	font-size: 22px;
}
.whiteboxnrfive h5{
	font-weight: 400;
	font-size: 20px;
	marign-right: 30px;
  margin-left: 30px;
}
.whiteboxnrfive:hover{
	transform: scale(1.08);
	transition: transform 0.5s ease;
}

.topnav{
	/* border: solid 3px green; */
	height: 100px;
	width:100%;
	margin-top: 40px;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	font-size: 53px;
	font-weight: 800;
	color: #675D50;
}

.containervonbox{
	display: flex;
	flex-direction: row;
	gap: 2em;
	justify-content: center;
}