* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--MainFont);
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #f4f4f4;
}
:root {
  --MainFont: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  --mainColor: #06c167;
}
.container {
  max-width: 73.5625rem;
  margin: auto;
  overflow: hidden;
}
/* Header Section Start  */
header {
  height: min-content;
}
/* nav */
nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
nav .logo a {
  text-decoration: none;
}
nav .logo span {
  font-size: 2rem;
  font-weight: 500;
  color: var(--mainColor);
}
nav .navItem ul {
  display: flex;
  list-style: none;
  gap: 2rem;
}
nav .navItem ul li a {
  text-decoration: none;
  color: black;
}
nav .navItem .homeBtn {
  color: var(--mainColor);
  position: relative;
}
.homeBtn::after {
  content: "";
  height: 0.375rem;
  width: 0.375rem;
  background-color: #06c167;
  position: absolute;
  top: 1.5rem;
  right: 50%;
  border-radius: 50%;
}
.menuIcon {
  display: none;
}
/* nav */
/* Hero */
.hero {
  display: flex;
  /* background-color: #e334; */
  margin-top: 2rem;
}
.leftHero {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  gap: 11rem;
}
.leftHero .content h1 {
  font-size: 3.7rem;
  letter-spacing: 0.2rem;
  padding-right: 4rem;
  color: #1d1d1f;
}
.leftHero .content p {
  margin-top: 1rem;
  line-height: 142%;
  padding-right: 6rem;
  color: #1d1d1fbf;
}
.leftHero .content button {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.9rem 1.5rem;
  background-color: var(--mainColor);
  outline: 0;
  border: 0;
  color: white;
  cursor: pointer;
}
.leftHero .content button span {
  font-size: 1.2rem;
  margin: 0 0.5rem;
}
.leftHero .brandLogo {
  padding-right: 5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.leftHero .brandLogo img {
  width: 25%;
}
.SmallbrandLogo {
  display: none;
}
.rightHero {
  flex-basis: 50%;
  position: relative;
  overflow: hidden;
}
.rightHeroContainer {
  display: flex;
  justify-content: center;
}
.rightHero .imgSectrion {
  width: 32.25rem;
  padding-left: 2rem;
  /* overflow: hidden; */
}
.mainPicture {
  width: 100%;
  position: relative;
  /* display: flex; */
  padding-left: 6rem;
}
.rightHero .mainPicture img {
  width: 100%;
}
.dotImg {
  position: absolute;
  bottom: 1.5rem;
  right: 0;
  width: 10.875rem;
}
.rating {
  position: absolute;
  top: 40%;
  left: 9%;
  width: 11.375rem;
}
.feedback {
  position: absolute;
  width: 11.375rem;
  top: 30%;
  right: -2%;
}
.mobileDeviceRatingsFeedback {
  display: none;
}
/* Hero */
/* Header Section End  */
/* Feature */
.feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: min-content;
  margin-top: 5rem;
}
.feature .featureItem:nth-child(1) {
  flex-basis: 25%;
}
.feature .featureItem:nth-child(2) {
  flex-basis: 25%;
}
.feature .featureItem:nth-child(3) {
  flex-basis: 25%;
}
.feature .featureItem:nth-child(4) {
  flex-basis: 25%;
}
.feature .featureItem {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.feature .featureItem h4 {
  font-size: 1.125rem;
  font-weight: 500;
}
.feature .featureItem p {
  font-size: 0.875rem;
}
/* Feature */
/* ourBenefit */
.ourBenefit {
  margin-top: 7rem;
  display: flex;
  gap: 6rem;
}
.ourBenefit .imgSection {
  width: 28.8125rem;
  margin-left: 4rem;
  flex-basis: 50%;
}
.ourBenefit .imgSection img {
  width: 100%;
}
.ourBenefit .content {
  flex-basis: 50%;
}
.ourBenefit .content p {
  font-size: 15px;
  margin-top: 4rem;
  margin-bottom: 1.25rem;
}
.ourBenefit .content h2 {
  font-size: 2.5rem;
  font-weight: 500;
  padding-right: 6rem;
  letter-spacing: 0.1rem;
}
.ourBenefit .content ul {
  list-style: none;
  margin-left: 0rem;
  margin-top: 2.5rem;
}
.ourBenefit .content li {
  margin-bottom: 1rem;
}
.ourBenefit .content img {
  width: 24px;
  margin-right: 1rem;
}
/* ourBenefit */
/* ourStars */
.ourStars {
  margin-top: 7rem;
  display: flex;
  gap: 6rem;
  flex-direction: row-reverse;
}
.ourStars .imgSection {
  width: 28.8125rem;
  margin-left: 4rem;
  flex-basis: 50%;
}
.ourStars .imgSection img {
  width: 90%;
}
.ourStars .content {
  flex-basis: 50%;
}
.ourStars .content p {
  font-size: 15px;
  margin-top: 4rem;
  margin-bottom: 1.25rem;
}
.ourStars .content h2 {
  font-size: 2.5rem;
  font-weight: 500;
  padding-right: 6rem;
  letter-spacing: 0.1rem;
}
.ourStars .content .history {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
  text-align: center;
}
.ourStars .content .history h3 {
  font-size: 2rem;
  font-weight: 500;
  color: var(--mainColor);
}
.ourStars .content .history p {
  margin-top: 0.8rem;
  font-size: 15px;
}
.ourStars .content button {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.9rem 1.5rem;
  background-color: var(--mainColor);
  outline: 0;
  border: 0;
  color: white;
  cursor: pointer;
}
.ourStars .content button span {
  font-size: 1.2rem;
  margin: 0 0.5rem;
}
/* ourStars */
/* ourFeature */
.ourFeature {
  margin-top: 3rem;
  height: min-content;
}
.ourFeature .content {
  text-align: center;
  margin-bottom: 3rem;
}
.ourFeature .content p {
  font-size: 15px;
}
.ourFeature .content h2 {
  font-size: 2.5rem;
  font-weight: 500;
}
.ourFeature .imgSection {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 18.28125rem);
  grid-template-rows: repeat(2, 18.28125rem);
}
.ourFeature .contentItem {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1.5px solid var(--mainColor);
}
.ourFeature .contentItem h3 {
  font-size: 2rem;
  font-weight: 500;
}
.ourFeature .contentItem p {
  padding-right: 2rem;
  word-spacing: 0.1rem;
  margin-top: -30px;
}
.ourFeature .contentItem button {
  margin-top: -30px;
  width: 10.25rem;
  background-color: #e6f9f0;
  border: 0;
  color: var(--mainColor);
  padding: 0.9rem 1.5rem;
  cursor: pointer;
}
/* ourFeature */
/* Product */
.product {
  margin-top: 7rem;
}
.product .content p {
  font-size: 15px;
}
.product .content h2 {
  font-size: 2.5rem;
  font-weight: 500;
}
.product .boxSection {
  display: grid;
  grid-template-columns: repeat(4, 16rem);
  grid-template-rows: repeat(1, 27rem);
  justify-content: space-between;
  margin-top: 3rem;
}
.product .boxSection .item {
  padding: 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.product .boxSection .item1 {
  border: 2px solid var(--mainColor);
}
.product .boxSection .item:not(.item1) {
  border: 2px solid lightgray;
}
.product .boxSection .item .imgSec img {
  width: 10rem;
  margin-bottom: 8px;
}
.product .boxSection .item .boxTitle p {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.product .boxSection .item .price {
  font-size: 20px;
  margin-bottom: 30px;
}
.boxSection .item .price s {
  color: #767675;
  padding-right: 8px;
  font-weight: 600;
}
.boxSection .item .price span {
  font-weight: 600;
  color: var(--mainColor);
}
.boxSection .item button {
  padding: 15px 30px;
  font-size: 17px;
  background-color: transparent;
  color: var(--mainColor);
  border: 2px solid var(--mainColor);
  transition: all 0.25s linear;
  cursor: pointer;
}
.boxSection .item button:hover {
  background-color: var(--mainColor);
  color: white;
}
/* Product */
/* Veggie Foods */
.veggieFoods {
  min-height: 28rem;
  background-image: url(../img/VeggieFood.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 8rem;
  display: grid;
  place-items: center;
  place-content: center;
  text-align: center;
}
.veggieFoods h2 {
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 3rem;
  font-weight: 600;
  /* padding: 0 16rem; */
}
.veggieFoods button {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.9rem 3rem;
  background-color: var(--mainColor);
  outline: 0;
  border: 0;
  color: white;
  cursor: pointer;
}
.veggieFoods button span {
  font-size: 1.2rem;
  margin: 0 0.5rem;
}
/* Veggie Foods */
/* footer */
footer .footerContainer {
  display: grid;
  grid-template-columns: 17.75rem 6.6875rem 6.875rem 21.125rem;
  justify-content: space-between;
  margin-top: 4rem;
}
footer .footerContainer .item:not(.item5) {
  padding: 4rem 0;
}
footer .logo {
  font-size: 2rem;
  color: var(--mainColor);
  font-weight: 500;
  margin-bottom: 2.5rem;
}
footer .logo a {
  color: var(--mainColor);
}
footer .footerTitle {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
footer li {
  list-style: none;
  margin-bottom: 1rem;
}
footer a {
  text-decoration: none;
  color: #1d1d1f;
}
footer .item1 p {
  line-height: 120%;
  margin-bottom: 2.8rem;
}
footer .item1 .icons img {
  margin-right: 20px;
  /* width: 11px; */
  cursor: pointer;
}
footer .item4 p {
  line-height: 120%;
  margin-bottom: 2.8rem;
}
footer .item4 input {
  width: 12rem;
  border: 0;
  background-color: #f0f1ec;
  padding: 15px 22px;
}
footer .item4 input::placeholder {
  font-size: 14px;
}
footer .item4 button {
  width: 7.3rem;
  padding: 14px 1.5rem;
  border: 0;
  background-color: var(--mainColor);
  color: white;
}
footer .copyright {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}
/* footer */
/* Media Query */
@media (max-width: 1200px) {
  /* nav */
  nav .logo {
    padding-left: 1rem;
  }
  nav .navItem {
    padding-right: 1rem;
  }
  /* nav */
  /* Hero */
  .leftHero {
    margin-left: 5rem;
    gap: 5rem;
  }
  .leftHero .content h1 {
    font-size: 3.7rem;
    padding-right: 2rem;
  }
  .leftHero .content p {
    padding-right: 4rem;
  }
  .leftHero .content button {
    display: inline-block;
    margin-top: 2rem;
    padding: 0.9rem 1.5rem;
    background-color: var(--mainColor);
    outline: 0;
    border: 0;
    color: white;
    cursor: pointer;
  }
  .leftHero .content button span {
    font-size: 1.2rem;
    margin: 0 0.5rem;
  }
  .leftHero .brandLogo {
    padding-right: 0rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .leftHero .brandLogo img {
    width: 25%;
  }
  .SmallbrandLogo {
    display: none;
  }
  .rightHeroContainer {
    display: flex;
    justify-content: center;
  }
  .rightHero .imgSectrion {
    width: 32.25rem;
    padding-left: 1rem;
    overflow: hidden;
  }
  .mainPicture {
    width: 85%;
    position: relative;
    /* display: flex; */
    padding-left: 3.5rem;
  }
  .rightHero .mainPicture img {
    width: 100%;
  }
  .dotImg {
    bottom: -1rem;
    right: 3rem;
    width: 10.875rem;
  }
  .rating {
    top: 44%;
    left: 1%;
  }
  .feedback {
    position: absolute;
    top: 30%;
    right: 1.5%;
  }
  /* Hero */
  /* ourBenefit */
  .ourBenefit {
    margin-top: 6rem;
    gap: 4rem;
  }
  .ourBenefit .imgSection {
    width: 27.8125rem;
    margin-left: 2rem;
    flex-basis: 50%;
  }
  .ourBenefit .content h2 {
    font-size: 2.5rem;
    padding-right: 6rem;
  }
  /* ourBenefit */
  /* ourStars */
  .ourStars {
    margin-top: 6rem;
    gap: 0rem;
  }
  .ourStars .imgSection {
    width: 25.8125rem;
    margin-left: 2rem;
    flex-basis: 50%;
  }
  .ourStars .imgSection img {
    width: 85%;
  }
  .ourStars .content {
    padding-left: 1rem;
  }
  .ourStars .content p {
    margin-top: 3.5rem;
  }
  .ourStars .content h2 {
    font-size: 2.5rem;
    padding-right: 0rem;
  }
  /* ourStars */
  /* ourFeature */
  .ourFeature {
    margin-top: 5rem;
  }
  .ourFeature .imgSection {
    grid-template-columns: repeat(3, 18.28125rem);
    grid-template-rows: repeat(1, 18.28125rem);
    grid-auto-rows: 18.28125rem;
    place-content: center;
  }
  .ourFeature .imgSection .item5 {
    grid-column: 3/4;
    grid-row: 2/3;
  }
  /* ourFeature */
  /* Product */
  .product {
    margin-top: 6rem;
  }
  .product .content {
    padding-left: 1rem;
  }
  .product .boxSection {
    grid-template-columns: repeat(4, 15rem);
    grid-template-rows: repeat(1, 26.5rem);
    padding: 0 0.8rem;
  }
  .product .boxSection .item {
    padding: 1.2rem 1.8rem;
    margin: 0 0.1rem;
  }
  /* Product */
  /* Veggie Foods */
  .veggieFoods {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .veggieFoods h2 {
    font-size: 2.8rem;
  }
  .veggieFoods button {
    padding: 0.9rem 3rem;
  }
  .veggieFoods button span {
    font-size: 1.2rem;
    margin: 0 0.5rem;
  }
  /* Veggie Foods */
  /* Footer */
  footer .footerContainer {
    margin-left: 1rem;
  }
  /* Footer */
}
@media (max-width: 992px) {
  /* nav */
  nav .navItem ul {
    gap: 1rem;
  }
  /* nav */
  /* Hero */
  .leftHero {
    margin-left: 4rem;
    gap: 5rem;
    margin-right: 0.9rem;
  }
  .leftHero .content h1 {
    font-size: 3.2rem;
    padding-right: 0rem;
    letter-spacing: 0.1rem;
  }
  .leftHero .content p {
    padding-right: 0rem;
  }
  .leftHero .content button {
    padding: 0.9rem 1.5rem;
  }
  .leftHero .content button span {
    font-size: 1.2rem;
    margin: 0 0.5rem;
  }
  .leftHero .brandLogo {
    padding-right: 0rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .leftHero .brandLogo img {
    width: 25%;
  }
  .SmallbrandLogo {
    display: none;
  }
  .rightHero .imgSectrion {
    width: 24.25rem;
    padding-left: 0rem;
    overflow: hidden;
  }
  .mainPicture {
    position: relative;
    /* display: flex; */
    padding-left: 0rem;
  }
  .dotImg {
    bottom: -2rem;
    right: 3rem;
    width: 10.875rem;
  }
  .rating {
    top: 44%;
    left: 0%;
    width: 9.375rem;
  }
  .feedback {
    position: absolute;
    top: 30%;
    right: 5%;
    width: 9.375rem;
  }
  /* Hero */
  /* Feature */
  .feature .featureItem:nth-child(1) {
    flex-basis: 50%;
    margin-bottom: 2rem;
  }
  .feature .featureItem:nth-child(2) {
    flex-basis: 50%;
    margin-bottom: 2rem;
  }
  .feature .featureItem:nth-child(3) {
    flex-basis: 50%;
    margin-bottom: 2rem;
  }
  .feature .featureItem:nth-child(4) {
    flex-basis: 50%;
    margin-bottom: 2rem;
  }
  /* Feature */
  /* ourBenefit */
  .ourBenefit {
    margin-top: 6rem;
    gap: 1.5rem;
  }
  .ourBenefit .imgSection {
    width: 25.8125rem;
    margin-left: 0rem;
  }
  .ourBenefit .content p {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .ourBenefit .content h2 {
    font-size: 2.4rem;
    padding-right: 0rem;
  }
  .ourBenefit .content ul {
    margin-top: 2rem;
  }
  .ourBenefit .content li {
    margin-bottom: 0.7rem;
  }
  /* ourBenefit */
  /* ourStars */
  .ourStars {
    margin-top: 6rem;
    gap: 0.5rem;
  }
  .ourStars .imgSection {
    width: 25.8125rem;
    margin-left: 0rem;
  }
  .ourStars .imgSection img {
    width: 90%;
  }
  .ourStars .content {
    padding-left: 1rem;
  }
  .ourStars .content p {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .ourStars .content h2 {
    font-size: 2.4rem;
    padding-right: 0rem;
  }
  /* ourStars */
  /* ourFeature */
  .ourFeature {
    margin-top: 5rem;
  }
  .ourFeature .imgSection {
    grid-template-columns: repeat(2, 18.28125rem);
    grid-template-rows: repeat(1, 18.28125rem);
    grid-auto-rows: 18.28125rem;
    place-content: center;
  }
  .ourFeature .imgSection .item3 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .ourFeature .imgSection .item5 {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  /* ourFeature */
  /* Product */
  .product .content {
    text-align: center;
  }
  .product .boxSection {
    grid-template-columns: repeat(2, 16rem);
    grid-template-rows: repeat(1, 27rem);
    justify-content: center;
    grid-auto-rows: 27rem;
    gap: 5rem;
  }
  /* Product */
  /* VeggieFood */
  .veggieFoods h2 {
    font-size: 2.6;
  }
  .veggieFoods button {
    padding: 0.9rem 3rem;
  }
  .veggieFoods button span {
    font-size: 1.2rem;
    margin: 0 0.5rem;
  }
  /* VeggieFood */
  /* Footer */
  footer .footerContainer {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    place-items: center;
    place-content: center;
    margin-top: 4rem;
  }
  footer .footerContainer .item:not(.item5) {
    padding: 4rem 0 0;
  }
  footer .item1,
  .item4 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer p {
    padding: 0 3rem;
    text-align: center;
  }
  footer .copyright {
    margin-top: 3rem;
  }
  /* Footer */
}
@media (max-width: 768px) {
  /* nav */
  nav .navItem ul {
    display: none;
  }
  .menuIcon {
    display: block;
  }
  .menuIcon img {
    width: 90%;
  }
  /* nav */
  /* Hero */
  .hero {
    flex-direction: column;
  }
  .leftHero {
    align-items: center;
    text-align: center;
    padding: 0 5rem;
    gap: 3rem;
    margin-left: 0;
    margin-right: 0;
  }
  .leftHero .content h1 {
    padding-right: 0rem;
    font-size: 3.2rem;
  }
  .leftHero .content p {
    padding-right: 0rem;
    font-size: 15px;
  }
  .leftHero .content button {
    margin-top: 1.5rem;
    padding: 0.9rem 4rem;
  }
  .leftHero .brandLogo img {
    display: none;
  }
  .SmallbrandLogo {
    display: block;
    padding-right: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* row-gap: 0rem; */
    margin-top: 3rem;
    margin-left: 1rem;
  }
  .SmallbrandLogo img {
    width: 7.375rem;
  }
  .rightHeroContainer {
    align-items: center;
  }
  .rightHero .imgSectrion {
    width: 30.25rem;
    padding-left: 0rem;
    overflow: hidden;
  }
  .mainPicture {
    padding-left: 0rem;
  }
  .rightHero .mainPicture img {
    width: 80%;
    margin-left: 6rem;
  }
  .dotImg {
    position: absolute;
    bottom: 4rem;
    right: 12rem;
    width: 10.875rem;
    z-index: 1;
  }
  .mobileDeviceRatingsFeedback {
    display: block;
    z-index: 333;
    position: absolute;
    bottom: 20%;
    left: 35%;
  }
  .mobileDeviceRatingsFeedback img {
    margin-bottom: 0.5rem;
    width: 90%;
  }
  .rating {
    display: none;
  }
  .feedback {
    display: none;
  }
  /* Hero */
  /* ourBenefit */
  .ourBenefit {
    margin-top: 5rem;
    gap: 0rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .ourBenefit .imgSection {
    width: 28.8125rem;
    margin-left: 0rem;
    flex-basis: 100%;
  }
  .ourBenefit .imgSection img {
    width: 100%;
  }
  .ourBenefit .content {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ourBenefit .content p {
    font-size: 15px;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
    text-align: center;
  }
  .ourBenefit .content h2 {
    text-align: center;
    font-size: 2.3rem;
    padding-right: 6.3rem;
    padding-left: 6.3rem;
  }
  /* ourBenefit */
  /* ourStars */
  .ourStars {
    margin-top: 5rem;
    gap: 0rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .ourStars .imgSection {
    width: 26.8125rem;
    margin-left: 0rem;
    flex-basis: 100%;
  }
  .ourStars .imgSection img {
    width: 100%;
  }
  .ourStars .content {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ourStars .content p {
    font-size: 15px;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
    text-align: center;
  }
  .ourStars .content h2 {
    text-align: center;
    font-size: 2.3rem;
    padding-right: 6.3rem;
    padding-left: 6.3rem;
  }
  .ourStars .content .history {
    gap: 4rem;
    text-align: center;
  }
  .ourStars .content button {
    margin-top: 1.5rem;
    padding: 0.9rem 4rem;
  }
  /* ourStars */
  /* ourFeature */
  .ourFeature {
    margin-top: 7rem;
  }
  .ourFeature .imgSection {
    grid-template-columns: repeat(1, 18.28125rem);
    grid-template-rows: repeat(1, 18.28125rem);
    grid-auto-rows: 18.28125rem;
    place-content: center;
  }
  .ourFeature .imgSection .item3 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .ourFeature .imgSection .item5 {
    grid-column: 1/2;
    grid-row: 6/7;
  }
  .ourFeature .imgSection .item8 {
    grid-column: 1/2;
    grid-row: 7/8;
  }
  /* ourFeature */
  /* Product  */
  .product {
    margin-top: 5rem;
  }
  .product .content {
    text-align: center;
  }
  .product .content h2 {
    font-size: 2.3rem;
  }
  .product .boxSection {
    grid-template-columns: repeat(1, 16rem);
    gap: 3rem;
  }
  /* Product  */
  /* veggieFood */
  .veggieFoods h2 {
    font-size: 2.4rem;
  }
  /* veggieFood */
  /* Footer */
  footer .footerContainer {
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
    place-content: center;
    margin-top: 3rem;
  }
  footer .footerContainer .item:not(.item5) {
    padding: 4rem 0 0;
  }
  footer .item1,
  .item4 {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
  }
  footer p {
    padding: 0 8rem;
    text-align: center;
  }
  footer .copyright {
    margin-top: 3rem;
  }
  /* Footer */
}
@media (max-width: 530px) {
  /* nav */
  .menuIcon img {
    width: 70%;
  }
  /* nav */
  /* Hero */
  .leftHero {
    padding: 0 2rem;
    gap: 1.5rem;
  }
  .leftHero .content h1 {
    padding-right: 0rem;
    font-size: 2.8rem;
  }
  .rightHero .imgSectrion {
    width: 25.25rem;
  }
  .rightHero .mainPicture img {
    width: 80%;
    margin-left: 3rem;
  }
  .dotImg {
    bottom: 12rem;
    right: 3.5rem;
    width: 8.875rem;
  }
  .mobileDeviceRatingsFeedback {
    bottom: 36%;
    left: 30%;
  }
  .mobileDeviceRatingsFeedback img {
    width: 85%;
  }
  .rating {
    display: none;
  }
  .feedback {
    display: none;
  }
  .SmallbrandLogo {
    padding-right: 0rem;
    margin-top: 3rem;
    padding-left: 1rem;
    justify-content: center;
    column-gap: 3rem;
  }
  .SmallbrandLogo img {
    width: 7.375rem;
  }
  .SmallbrandLogo img:nth-child(1) {
    flex-basis: 30%;
    margin: 1rem;
  }
  .SmallbrandLogo img:nth-child(2) {
    margin: 1rem;
    flex-basis: 30%;
  }
  .SmallbrandLogo img:nth-child(3) {
    margin: 1rem;
    flex-basis: 30%;
  }
  /* Hero */
  /* Feature Section */
  .feature .featureItem {
    flex-direction: column;
  }
  /* Feature Section */
  /* ourBenefit */
  .ourBenefit .imgSection {
    width: 24.8125rem;
  }
  .ourBenefit .content h2 {
    font-size: 2.1rem;
    padding-right: 4.5rem;
    padding-left: 4.5rem;
  }
  .ourBenefit .content img {
    width: 24px;
    margin-right: 1rem;
  }
  /* ourBenefit */
  /* ourStars */
  .ourStars .content h2 {
    font-size: 2.1rem;
    padding-right: 4.5rem;
    padding-left: 4.5rem;
  }
  .ourStars .imgSection {
    width: 23.8125rem;
  }
  .ourStars .content .history {
    flex-direction: column;
  }
  /* ourStars */
  /* Product */
  .product .content h2 {
    font-size: 2.2rem;
  }
  /* Product */
  /* Veggie Food */
  .veggieFoods h2 {
    font-size: 2.3rem;
  }
  /* Veggie Food */
  /* Footer */
  footer p {
    padding: 0 6rem;
  }
  /* Footer */
}
