*{
  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;
}
.rest{
  /* border: solid 3px green; */
  width: 100%;
  justify-content:center;
  /* align-items: center; */
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
/* .test{
  display: flex;
  justify-content: center;
} */
.theul{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2em;
}
.sortenig{
  display: flex;
  cursor: pointer;
  justify-content: center;
  font-size: 35px;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 20px;
}
p{
  text-align: end;
  color:#F3DEBA;  
}
.ananas{
  display: flex;
  font-size: 25px;
  color: white;
  justify-content: center;
}
.ananasbox{
  padding: 24px;
  border-radius: 15px;
  border: dashed 1.5px rgb(52, 52, 52);
  background-color: #675D50;
  transition: all .3s ease;
}
.ananasbox:hover{
  box-shadow: 0 0 15px black;
  transition: all .3s ease;
}
.tropical{
  display: flex;
  font-size: 25px;
  color: white;
  justify-content: center;
}
.tropicalbox{
  padding: 24px;
  border-radius: 15px;
  border: dashed 1.5px rgb(52, 52, 52);
  background-color: #675D50;
  transition: all .3s ease;
}
.tropicalbox:hover{
  box-shadow: 0 0 15px black;
  transition: all .3s ease;
}
.refreshing{
  display: flex;
  font-size: 25px;
  color: white;
  justify-content: center;
}
.refreshingbox{
  padding: 24px;
  border-radius: 15px;
  border: dashed 1.5px rgb(52, 52, 52);
  background-color: #675D50;
  transition: all .3s ease;
}
.refreshingbox:hover{
  box-shadow: 0 0 15px black;
  transition: all .3s ease;
}
.fruit{
  display: flex;
  font-size: 25px;
  color: white;
  justify-content: center;
}
.fruitbox{
  background-color: #675D50;
  padding: 24px;
  border-radius: 15px;
  border: dashed 1.5px rgb(52, 52, 52);
  transition: all .3s ease;
}
.fruitbox:hover{
  box-shadow: 0 0 15px black;
  transition: all .3s ease;
}
.summer{
  display: flex;
  font-size: 25px;
  color: white;
  justify-content: center;
}
.summerbox{
  padding: 24px;
  border-radius: 15px;
  border: dashed 1.5px rgb(52, 52, 52);
  background-color: #675D50;
  transition: all .3s ease;
}
.summerbox:hover{
  box-shadow: 0 0 15px black;
  transition: all .3s ease;
}
/* .hero{
  height: 100%;
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(295deg, #ABC4AA 0%, #F3DEBA 30%, #A9907E 70%);
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 2rem;
} */
.nwinfosig{
  display: flex;
  justify-content: center;
  font-size: 35px;
  font-weight: 500;
  cursor: pointer;
  padding-bottom: 20px;
}
section{
  padding: 0 19%;
}

body{
  background: linear-gradient(295deg, #ABC4AA 0%, #F3DEBA 30%, #A9907E 70%);
  height: max-content;
  width: 100%;
  z-index: 0;
}

.ananasnwinfo{
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  width: max-content;
}
.tropnwinfo{
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  width: max-content;
}
.refreshnwinfo{
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  width: max-content;
}
.fruitnwinfo{
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  width: max-content;
}
.summernwinfo{
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  width: max-content;
}

.nwinfo{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  transition: transform .3s ease;
}
.nwinfo:hover{
  transform: scale(1.1);
  transition: transform .3s ease;
}
.nwtext{
  font-weight: 700;
}
.thefirstbox{
  display: flex;
  flex-direction: column;
  width: max-content;
  gap: 1em;
  /* border: solid 3px green; */
}

.thesecondbox{
  display: flex;
  flex-direction: column;
  width: max-content;
  gap: 1em;
}

.thethirdbox{
  display: flex;
  flex-direction: column;
  width: max-content;
  gap: 1em;
}
.theforthbox{
  display: flex;
  flex-direction: column;
  width: max-content;
  gap: 1em;
}
.thefifthbox{
  display: flex;
  flex-direction: column;
  width: max-content;
  gap: 1em;
}
.containeridk{
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  margin-top: 100px;
  gap: 4em;
  flex-wrap: wrap;
  /* border: solid 3px green; */
}
.secondcontaineridk{
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  margin-top: 60px;
  gap: 4em;
  /* border: solid 3px green; */
  flex-wrap: wrap;
}

.ka{
  font-weight:900;
	font-size: 45px;
	color: #675D50;
  justify-content: center;
  display: flex;
  margin-top: 70px;
}