* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

body {
  background: #f7f3f0;
}

.hero_section_container {
  position: relative;
  overflow: hidden;
}

.header {
  display: flex;
  justify-content: center;
}

nav {
  width: 80%;
  height: 90px;
  /* background: red; */
  display: flex;
  justify-content: space-between;
  align-items: center;

}

nav .menu ul {
  display: flex;
  list-style: none;
  gap: 1.5rem;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

nav .menu ul li {
  color: #575757;
  cursor: pointer;
}

nav .menu img {
  width: 120px;
}

nav .menu button {
  padding: 10px 25px;
  margin-left: 20px;
  outline: none;
  border: none;
  border-radius: 5px;
  background: #d3a863;
  color: #fff;
  cursor: pointer;
}

nav .menu i {
  font-size: 18px;
  color: #575757;
}

@media (max-width: 900px) and (min-width: 280px) {
  nav {
    width: 90%;
  }

  nav .menu ul {
    display: none;
  }

  nav .menu img {
    width: 100px;
  }

  nav .menu button {
    display: none;
  }
}

/* hero section */

.hero_section {
  width: 100%;
  height: auto;
  /* background: red; */
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.hero_section_content {
  width: 38%;
  height: 100%;
  /* background: yellow; */
}

.hero_section_content:nth-child(1) {
  /* display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem; */
  /* align-items: center; */
  padding: 5rem 0rem;
}

.hero_section_content:nth-child(1) span {
  letter-spacing: 8px;
}

.hero_section_content:nth-child(1) h1 {
  font-size: 6em;
}

.hero_section_content:nth-child(1) p {
  color: #575757;
}

.hero_section_content:nth-child(1) button {
  margin: 2rem 0rem;
  outline: none;
  border: none;
  background: #c74817;
  color: #fff;
  padding: 15px 28px;
  border-radius: 5px;
  cursor: pointer;
  /* color: #575757; */
}

.hero_section_content:nth-child(2) img {
  width: 100%;
}

@media (max-width: 900px) and (min-width: 280px) {
  .hero_section {
    flex-direction: column-reverse;
    align-items: center;
    gap: 1rem;
  }

  .hero_section_content {
    width: 90%;
  }

  .flowe-1 {
    display: none;
  }

  .flowe-2 {
    display: none;
  }

  .flowe-3 {
    display: none;
  }

  .honey_text_logo {
    display: NONE;
  }

  .honeybee_1 {
    display: none;
  }

  .honeybee_2 {
    display: none;
  }

  .hero_section_content:nth-child(1) {
    padding: 20px 0px;
  }

  .hero_section_content:nth-child(1) h1 {
    font-size: 2em;
  }

  .hero_section_content:nth-child(1) p {
    font-size: 13px;
  }

  .hero_section_content:nth-child(1) span {
    text-wrap: nowrap;
    letter-spacing: 4px;
  }

  .hero_section_content:nth-child(1) button {
    margin-top: 10px;
    padding: 10px 15px;
    font-size: 13px;
  }

  .hero_section_content:nth-child(2) img {
    width: 95%;
    display: block;
    margin: auto;
  }
}

.flowe-1 {
  position: absolute;
  left: 0;
  top: 7rem;
  width: 8%;
}

.flowe-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8%;
}

.flowe-3 {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 10%;
}

.honey_text_logo {
  position: absolute;
  right: 9rem;
  top: 12rem;
  width: 10%;
}

.honeybee_1 {
  position: absolute;
  right: 20rem;
  top: 10rem;
}

.honeybee_2 {
  position: absolute;
  right: 14rem;
  top: 21rem;
  animation: honeybee_2 1s alternate infinite;
}

@keyframes honeybee_2 {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-20px);
  }
}

.category_honey_container {
  width: 100%;
  height: auto;
  padding: 20px 0px;
  background: #fff;
}

.category_honye_heading {
  width: 80%;
  display: block;
  margin: auto;
}

.category_honye_heading h1 {
  font-size: 2rem;
  color: #30180d;
}

.honey_category_content_container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 3rem;
  /* background: red; */
}

.honey_category_content P {
  margin: 10px 0px 50px 0px;
}

.honey_category_content {
  width: 39%;
  height: 100%;
  /* background: yellow; */
}

.honey_category_content:nth-child(1) {
  color: #696664;
}

.honey_category_content:nth-child(2) img {
  width: 80%;
  display: block;
  margin: auto;
}

.category_container {
  width: 100%;
  height: auto;
  /* background: blue; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.category_content:nth-child(1) {
  width: 40%;
  height: 100%;
}

.category_content:nth-child(1) img {
  /* display: block;
  margin: auto; */
  padding: 20px;
  border-radius: 50%;
  transition-duration: 0.5s;
}

.category_content:nth-child(1) img:hover {
  background: #b76801;
  transition-duration: 0.5s;
}

.category_content:nth-child(2) {
  width: 100%;
  height: 100%;
}

.category_content:nth-child(2) p {
  margin: 10px 0px;
}

.category_content:nth-child(2) h2 {
  color: #30180d;
  font-size: 2rem;
}

@media (max-width: 900px) and (min-width: 280px) {
  .honey_category_content_container {
    flex-direction: column;
    gap: 0rem;
    padding: 0px 20px;
  }

  .category_honey_container .category_honye_heading h1 {
    text-wrap: nowrap;
    font-size: 1.5rem;
  }

  .honey_category_content:nth-child(1),
  .honey_category_content:nth-child(2) {
    width: 100%;
  }

  .honey_category_content p {
    text-align: center;
  }

  .category_content:nth-child(2) h2 {
    font-size: 20px;
  }

  .category_content:nth-child(2) {
    width: 90%;
  }
}

.fresh_honey_section {
  width: 100%;
  height: auto;
  background: #fdf5ee;
  padding: 30px 0px;
}

.fresh_honey_heading {
  width: 100%;
  height: auto;
  /* background: yellow; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.fresh_honey_heading h1 {
  font-size: 2.5rem;
  color: #30180d;
}

.fresh_honey_heading p {
  width: 49%;
  text-align: center;
  color: #696664;
}

.product_card_container {
  width: 100%;
  height: auto;
  /* background: red; */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 30px;
  position: relative;
}

.product_card {
  width: 250px;
  height: auto;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

.product_img {
  width: 100%;
  height: auto;
  /* background: #F4EAE1; */
  padding: 10px;
}

.product_img img {
  width: 65%;
  display: block;
  margin: auto;
}

.product_content {
  width: 100%;
  height: auto;
  background: #f4eae1;
  margin-top: 20px;
  padding: 10px;
}

.product_content h1 {
  font-size: 22px;
}

.price_container {
  display: flex;
  gap: 10px;
}

.price:nth-child(1) p {
  color: orangered;
}

.price:nth-child(2) p {
  color: #ccc;
  text-decoration: line-through #ccc;
}

.discount {
  position: absolute;
  top: 10px;
  left: 0px;
  background: #b9410e;
  color: #fff;
  padding: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 15px;
}

.product_icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 15px;
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: 10;
}

.product_icons i {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}

.product_icons i:hover {
  background-color: #ffd600;
}

.product_card:hover .product_icons {
  opacity: 1;
}

@media (max-width: 900px) and (min-width: 280px) {
  .fresh_honey_heading {
    width: 100%;
  }

  .fresh_honey_heading h1 {
    font-size: 2rem;
  }

  .fresh_honey_heading p {
    width: 90%;
    text-align: center;
  }

  .product_card_container {
    flex-wrap: wrap;
  }
}