body {
  margin: 0;
  padding: 0;
  background-color: #fffff1;
  width: 100%;
  overflow-x: hidden;
}
body p {
  margin: 0;
  padding: 0;
}
body h1,
body h2 {
  margin: 0;
  padding: 0;
}
body h4 {
  margin: 0;
}

.section1 {
  position: relative;
}
.section1 .video-btn {
  position: absolute;
  bottom: 8%;
  right: 16%;
  transform: translate(50%, 0%);
  z-index: 2;
  transition: all 0.3s ease;
}
.section1 .video-btn:hover {
  transform: translate(50%, 0%) scale(1.1);
}

.section2 {
  position: relative;
  background-color: #fffff1;
}
.section2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section2 .pagination {
  position: absolute;
  top: 40%;
  right: 5%;
  z-index: 2;
}

.scrolling img,
.scrolling-text img {
  width: 100%;
}

.scrolling-text {
  margin-top: 20px;
}

.section3 {
  background-color: #fffff1;
}
.section3 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px;
}
.section3 .container h2 {
  font-size: 20px;
}
.section3 .container p {
  color: #63bd04;
  font-size: 20px;
}
.section3 .tab-button {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 50px;
}
.section3 .tab-button button {
  background-color: unset;
  color: #acacac;
  font-size: 20px;
  border: none;
  border-bottom: 2px solid #acacac;
  padding-bottom: 5px;
  font-weight: 600;
}
.section3 .tab-button button:hover {
  color: #0a6846;
  border-bottom: 2px solid #0a6846;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.section3 .tab-button button.active {
  color: #0a6846;
  border-bottom: 2px solid #0a6846;
  font-weight: 600;
}
.section3 .tab-button button h4 {
  font-size: 24px;
  text-transform: uppercase;
}
.section3 .tab-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.section3 .tab-section .type-tab {
  display: flex;
  flex-direction: row;
  gap: 150px;
}
.section3 .tab-section .type-tab .container-img a {
  text-decoration: none;
}
.section3 .tab-section .type-tab .container-img .img-item {
  transition: transform 0.3s ease;
  width: 300px;
  height: 300px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.section3 .tab-section .type-tab .container-img:hover .img-item {
  transform: scale(1.2);
}
.section3 .tab-section .type-tab .container-img:hover img {
  transform: scale(1.1);
}
.section3 .tab-section .type-tab p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #1d302c;
  margin-top: 25px;
}
.section3 .button-all-product {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-bottom: 50px;
}
.section3 .button-all-product button {
  background-color: #0a6846;
  color: #fffff1;
  font-size: 20px;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.section3 .button-all-product button:hover {
  background-color: #1d302c;
  color: #fffff1;
}

.section4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section5 {
  background-color: #fffff1;
}
.section5 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px;
}
.section5 .container p {
  font-size: 30px;
}
.section5 .container i {
  color: #63bd04;
}
.section5 .content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 300px;
}
.section5 .content img {
  width: 100%;
}
.section5 .content .names-img {
  display: none;
}

.section6 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ebffe2;
}
.section6 .content-left {
  width: 40%;
}
.section6 .content-left .title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.section6 .content-left h3 {
  font-weight: 600;
  font-size: 25px;
}
.section6 .content-left img {
  width: 65%;
}

.section7 {
  background-color: #0a6846;
  display: flex;
  position: relative;
}
.section7:hover .container-animation {
  transform: translateX(10%);
  transition: all 1.5s ease;
}
.section7 img {
  position: relative;
  z-index: 2;
}
.section7 .container-animation {
  width: 93%;
  transition: all 1.5s ease;
  transform: translateX(100%);
}
.section7 .container-animation .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: absolute;
  left: 55%;
  top: 329px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.section7 .container-animation .container .container-top {
  background-color: #11322b;
  height: 450px;
  width: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.section7 .container-animation .container .container-top h1 {
  color: #ebffe2;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
.section7 .container-animation .container .container-top p {
  color: #ebffe2;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.section7 .container-animation .container .container-top button {
  background-color: #ebffe2;
  color: #0a6846;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  margin-top: 20px;
}
.section7 .container-animation .container .container-top .img-friutas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: bounce 1s infinite ease-in-out;
}
.section7 .container-animation .container .container-bottom {
  background-color: #ebffe2;
  height: 90px;
  width: 90%;
}

.section7-mobile {
  display: none;
}

.section8 {
  background-image: url(../image/image10.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  gap: 100px;
  padding: 100px 0;
}
.section8 .container-top {
  border-radius: 20px;
  padding: 20px 50px;
  height: 450px;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  border: 2px solid black;
}
.section8 .container-top:not(.brown, .pink) {
  background-color: #d2ffea;
}
.section8 .container-top.brown {
  background-color: #fff6d2;
}
.section8 .container-top.brown h1 {
  padding-top: 35px;
}
.section8 .container-top.pink {
  background-color: #ffd2d2;
}
.section8 .container-top h1 {
  font-size: 35px;
  border-bottom: 2px solid #0a6846;
  line-height: 1.2;
  margin-bottom: 40px;
  padding-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
}
.section8 .container-top #shipping-system-content {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
}
.section8 .container-top #shipping-system-content img {
  width: 80%;
}
.section8 .container-top #certificates {
  flex-direction: column;
  align-items: center;
}
.section8 .container-top #certificates img {
  width: 50%;
}
.section8 .container-top #certificates .certificates-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 80px;
  padding: 20px;
}
.section8 .container-top #certificates .certificates-content p {
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}
.section8 .container-top #certificates .certificates-content .done-btn {
  background-color: white;
  border-radius: 20px;
  padding: 5px 20px;
  cursor: pointer;
}
.section8 .container-bottom {
  background-color: #1d302c;
  border-radius: 20px;
  padding: 20px 50px;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section8 .container-bottom h1 {
  font-size: 40px;
  color: white;
  text-align: center;
}
.section8 .container-bottom p {
  font-size: 20px;
  color: white;
  text-align: center;
  padding: 20px 0;
}
.section8 .container-bottom button {
  background-color: #79db00;
  color: black;
  border-radius: 20px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  font-size: 20px;
  font-weight: 600;
}
.section8 .container-bottom button a {
  text-decoration: none;
  color: black;
  font-size: 20px;
  font-weight: 600;
}
.section8 .container-bottom button:hover {
  background-color: #63bd04;
  color: white;
}

.section9 {
  background-color: #fffff1;
  margin-bottom: 50px;
}
.section9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section10 {
  overflow-x: hidden;
}
.section10 h2 {
  text-align: center;
  font-size: 20px;
}
.section10 .user-review {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
  margin-bottom: 65px;
}
.section10 .user-review .user-review-item {
  padding: 20px;
  border-radius: 20px;
  width: 330px !important;
}
.section10 .user-review .user-review-item.brow {
  background-color: #fff6d2;
}
.section10 .user-review .user-review-item.green {
  background-color: #d2ffea;
}
.section10 .user-review .user-review-item.pink {
  background-color: #ffd2d2;
}
.section10 .user-review .user-review-item p {
  font-size: 16px;
}
.section10 .user-review .user-review-item p:last-child {
  font-weight: 600;
  text-align: right;
}

.section11 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section11 .button-scroll-top {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0a6846;
  color: white;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  border: unset;
  cursor: pointer;
}

.section12 {
  margin-top: 80px;
}
.section12 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section12 .container h1 {
  font-size: 48px;
  text-transform: uppercase;
}
.section12 .container p {
  font-size: 20px;
  color: #63bd04;
}
.section12 .apple-container {
  position: relative;
  width: 100%;
}
.section12 .apple-container .animated-apple {
  width: 100%;
}
.section12 .apple-container .apple {
  position: absolute;
  top: 240px;
  right: 0;
  transition: transform 0.6s ease-in-out;
}
.section12 .apple-container:hover .apple {
  animation: orbit 3s ease-in-out alternate;
}
.section12 .apple-mobile {
  display: none;
}

@keyframes orbit {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    top: 155px;
    right: 380px;
    opacity: 1;
    transform: translate(-100px, -100px);
  }
  50% {
    top: 250px;
    right: 720px;
    opacity: 1;
    transform: translate(-200px, 0px);
  }
  75% {
    top: 30px;
    right: 1100px;
    opacity: 0.9;
    transform: translate(-300px, 30px);
  }
  100% {
    top: 240px;
    opacity: 0;
    transform: translate(0, 0);
  }
}
.section13 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.section13 .container-left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section13 .container-left h1 {
  font-size: 48px;
  text-transform: uppercase;
  color: #1d302c;
}
.section13 .container-left h2 {
  font-size: 44px;
  color: #aaaaaa;
}
.section13 .container-line {
  width: 150px;
  height: 2px;
  transform: rotate(90deg);
  background-color: #63bd04;
  margin-top: 20px;
}
.section13 .container-right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.section13 .container-right p {
  color: #1d302c;
  font-size: 20px;
}
.section13 .container-right input {
  border: 2px solid #63bd04;
  border-radius: 50px;
  padding: 10px 20px;
  width: 100%;
  margin-top: 10px;
  background-color: unset;
}
.section13 .container-right input::placeholder {
  color: #0a6846;
}
.section13 .container-right input:focus {
  outline: none;
}
.section13 .container-right button {
  background-color: #0a6846;
  color: #d2ffea;
  border-radius: 50px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .section1 .video-btn {
    display: none;
  }
  .section2 .pagination .img-next {
    width: 32px;
  }
  .scrolling {
    margin-top: -7px;
  }
  .section3 .container h1 {
    text-align: center;
  }
  .section3 .container p {
    font-size: 12px;
  }
  .section3 .tab-button button {
    font-size: 16px;
  }
  .section3 .tab-section .type-tab {
    flex-direction: column;
  }
  .section3 .tab-section .type-tab .container-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section3 .tab-section .type-tab .container-img img {
    width: 80%;
  }
  .section4 {
    display: none;
  }
  .section5 .container {
    padding: 20px;
  }
  .section5 .content {
    padding: 0;
    margin-bottom: 20px;
  }
  .section5 .content .small-tip-img {
    display: none;
  }
  .section5 .content .names-img {
    display: block;
  }
  .section6 {
    flex-direction: column;
  }
  .section6 .content-left {
    text-align: center;
    width: 100%;
    padding: 10px 0;
  }
  .section6 .content-left img {
    width: 100%;
  }
  .section6 .content-right {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section6 .content-right img {
    width: 80%;
  }
  .section7 {
    display: none;
  }
  .section7-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 20px 0;
  }
  .section7-mobile img {
    width: 40%;
  }
  .section7-mobile .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .section7-mobile .container h1 {
    font-size: 24px;
    text-align: center;
  }
  .section7-mobile .container p {
    font-size: 16px;
    text-align: center;
  }
  .section7-mobile .container button {
    font-size: 20px;
    border-radius: 50px;
    padding: 10px 20px;
    background-color: #0a6846;
    color: #d2ffea;
    border: none;
    cursor: pointer;
    margin-top: 20px;
  }
  .section8 {
    display: none;
  }
  .section12 .container h1 {
    font-size: 22px;
  }
  .section12 .apple-container {
    display: none;
  }
  .section12 .apple-container .apple {
    display: none;
  }
  .section12 .apple-mobile {
    display: block;
  }
  .section13 {
    flex-direction: column;
    padding: 20px;
  }
  .section13 .container-left {
    width: 100%;
  }
  .section13 .container-right {
    width: 100%;
  }
  .section13 .container-right input {
    width: 90%;
  }
  .section13 .container-line {
    transform: rotate(0deg);
    margin: 20px;
  }
}

/*# sourceMappingURL=best.css.map */
