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

.section1 {
  background-color: #ebffe2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 309px;
  padding-bottom: 100px;
}
.section1 .img-poppingcan {
  position: absolute;
  top: 25%;
  left: 0;
}
.section1 .img-Popuptext {
  position: absolute;
  top: 10%;
  left: 10%;
}
.section1 .img-poppingcan1 {
  position: absolute;
  top: 55%;
  left: 16%;
}
.section1 .img-poppingcan2 {
  position: absolute;
  top: 20%;
  right: 0;
}
.section1 .img-poppingcan3 {
  position: absolute;
  top: 12%;
  right: 12%;
}
.section1 .img-scrolling-hand {
  position: absolute;
  top: 60%;
  left: 60%;
  transform: translate(-50%, -50%);
}
.section1 .container-video {
  position: absolute;
  top: 45%;
  right: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section1 .container-video .text-video {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.section1 .container-video .text-video p {
  font-size: 42px;
  font-weight: 600;
  color: #63bd04;
  text-align: center;
}
.section1 .container-video .text-video p:nth-child(1) {
  transform: rotate(320deg);
}
.section1 .container-video .text-video p:nth-child(2) {
  transform: rotate(360deg);
  margin-top: -90px;
}
.section1 .container-video .text-video p:nth-child(3) {
  transform: rotate(390deg);
}
.section1 .container-video .img-videobutton {
  cursor: pointer;
  transition: transform 0.8s ease;
}
.section1 .container-video .img-videobutton:hover {
  transform: scale(1.1) rotate(360deg);
}
.section1 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section1 .container .title-container {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section1 .container .title-container .title {
  text-align: center;
  color: #11322b;
  font-size: 48px;
  font-weight: 700;
}
.section1 .container .title-container .hashtag {
  text-align: center;
  color: #63bd04;
  font-size: 61px;
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
  font-weight: 600;
  font-family: "KorolevBold", sans-serif;
}
.section1 .button {
  background-color: #0a6846;
  border: none;
  border-radius: 20px;
  color: white;
  font-size: 28px;
  font-weight: 700;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  margin-top: 95px;
  font-family: "KorolevBold", sans-serif;
}
.section1 .button:hover {
  background-color: #63bd04;
}
.section1 .text-scrolling {
  text-align: center;
  padding-top: 200px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #1d302c;
}
.section1 .text-scrolling .text-scrolling-color {
  color: #63bd04;
}
.section1:hover .img-poppingcan,
.section1:hover .img-Popuptext,
.section1:hover .img-poppingcan1,
.section1:hover .img-poppingcan2,
.section1:hover .img-poppingcan3 {
  transform: scale(1.1);
}
.section1 .img-poppingcan,
.section1 .img-Popuptext,
.section1 .img-poppingcan1,
.section1 .img-poppingcan2,
.section1 .img-poppingcan3 {
  transition: transform 0.3s ease;
}

.scrolling img {
  width: 100%;
}

.overlay,
.overlay2 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  z-index: 9999;
}
.overlay:target,
.overlay2:target {
  visibility: visible;
}

.popup,
.popup2 {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup .close,
.popup .close2,
.popup2 .close,
.popup2 .close2 {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover,
.popup .close2:hover,
.popup2 .close:hover,
.popup2 .close2:hover {
  color: #06d85f;
}
.popup .content,
.popup2 .content {
  max-height: 100%;
  overflow: auto;
}
.popup .content video,
.popup2 .content video {
  width: 100%;
  height: 500px;
}

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

.section3 {
  position: relative;
  margin: 50px 300px;
}
.section3 .button-pagination {
  position: absolute;
  bottom: 50px;
  right: 100px;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.section3 .button-pagination .button-prev {
  cursor: pointer;
}
.section3 .button-pagination .button-next {
  cursor: pointer;
}

.section4 {
  margin-top: 60px;
}
.section4 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section4 .container h2 {
  font-size: 20px;
}
.section4 .container p {
  color: #63bd04;
  font-size: 20px;
}
.section4 .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.section4 .content .content-text {
  width: 30%;
}
.section4 .content .content-text h3 {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0a6846;
}
.section4 .content .content-text p {
  font-size: 16px;
  color: #0a6846;
}

.section5 {
  background-image: url(../image/image.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section5 .container {
  background-color: #d2ffea;
  border-radius: 40px;
  padding: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 100px;
}
.section5 .video-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-image: url(../image/image1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 700px;
  height: 542px;
  padding: 10px;
  border-radius: 20px;
  position: relative;
}
.section5 .video-container .img-waterdrop {
  margin-top: 8px;
  margin-left: 10px;
}
.section5 .video-container h1 {
  font-size: 48px;
  color: #d2ffea;
}
.section5 .video-container .img-videobutton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: transform 0.8s ease;
}
.section5 .video-container .img-videobutton:hover {
  transform: translate(-50%, -50%) scale(1.1) rotate(360deg);
}
.section5 .test-container {
  background-color: #1d302c;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
  line-height: 1.5;
}
.section5 .test-container h1 {
  color: #d2ffea;
  font-size: 48px;
}
.section5 .test-container p {
  color: #d2ffea;
  font-size: 20px;
}
.section5 .test-container button {
  margin-top: 20px;
  background-color: #d2ffea;
  color: #1d302c;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}
.section5 .test-container button:hover {
  background-color: #63bd04;
  color: #1d302c;
  transition: all 0.3s ease;
}
.section5 .test-container-mb {
  display: none;
}

.section6 {
  display: flex;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.section6:hover .container-animation {
  transform: translateX(10%);
  transition: all 1.5s ease;
}
.section6 img {
  position: relative;
  z-index: 2;
  margin-left: 20px;
}
.section6 .container-animation {
  width: 93%;
  transition: all 1.5s ease;
  transform: translateX(100%);
}
.section6 .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;
}
.section6 .container-animation .container .container-top {
  background-color: #11322b;
  height: 450px;
  width: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.section6 .container-animation .container .container-top h1 {
  color: #ebffe2;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
.section6 .container-animation .container .container-top p {
  color: #ebffe2;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.section6 .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;
}
.section6 .container-animation .container .container-top .img-friutas {
  position: absolute;
  top: 0;
  left: 480px;
  transform: translate(-50%, -50%);
  animation: bounce 1s infinite ease-in-out;
}
.section6 .container-animation .container .container-bottom {
  background-color: #ebffe2;
  height: 90px;
  width: 90%;
}

.section6-mobile {
  display: none;
}

@keyframes bounce {
  0%, 100% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-15px);
  }
}
.section7 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #fff6d2;
  padding: 100px 0;
  height: 800px;
  position: relative;
}
.section7 .container-left h2,
.section7 .container-center h2,
.section7 .container-right h2 {
  font-size: 117px;
  color: #0a6846;
  font-weight: 600;
}
.section7 .container-left p,
.section7 .container-center p,
.section7 .container-right p {
  font-size: 18px;
}
.section7 #dragon {
  position: absolute;
  top: 15%;
  left: 12%;
}
.section7 #rectangle146 {
  position: absolute;
  bottom: 50px;
}
.section7 #rectangle145 {
  position: absolute;
  top: 15%;
  right: 10%;
}

.section8 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 80px;
  margin-bottom: 60px;
}
.section8 .container h2 {
  font-size: 20px;
}
.section8 .container p {
  color: #63bd04;
  font-size: 20px;
}
.section8 .container-img {
  display: flex;
  align-items: center;
  flex-direction: row;
  border: 2px solid #0a6846;
  border-radius: 20px;
  width: 60%;
  margin: 0 auto;
}
.section8 .container-img .twoenergy {
  background-color: #0a6846;
  border-radius: 20px;
}
.section8 .container-img .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
}
.section8 .container-img .content h1 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.section8 .container-img .content img {
  width: 85%;
}
.section8 .img-map-mb {
  display: none;
}

.section9 .mySwiper {
  margin: 40px 20% 40px 40%;
}
.section9 .mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.section9 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 80px;
}
.section9 .container h2 {
  font-size: 20px;
}
.section9 .container p {
  color: #63bd04;
  font-size: 20px;
}
.section9 .content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
  position: relative;
}
.section9 .content .img-varriant {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.6s ease-in-out, transform 0.6s ease-in-out;
  z-index: 10;
}
.section9 .content:hover .img-varriant {
  opacity: 1;
  visibility: visible;
}
.section9 .content:hover .img-cert {
  opacity: 0;
  visibility: 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 {
  position: relative;
}
.section11 .button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}
.section11 .button-container .button-next {
  cursor: pointer;
  z-index: 3;
}
.section11 .button-container .button-prev {
  cursor: pointer;
  z-index: 3;
}
.section11 .button-container .pagination-container {
  bottom: unset;
  z-index: 2;
}
.section11 .button-container .pagination-container .swiper-pagination-bullet-active {
  background-color: white;
}
.section11 .button-container .pagination-container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.section12 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  gap: 200px;
}
.section12 .container-left .faq-container {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 100px;
  border-radius: 50px;
  border: 2px solid #0a6846;
  padding: 5px 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.section12 .container-left .faq-container h3 {
  font-size: 28px;
}
.section12 .container-left .faq-container:hover {
  background-color: #ebffe2;
  border: 2px solid #ebffe2;
  color: white;
}
.section12 .container-left .faq-container:hover h3 {
  color: #4cb64c;
}
.section12 .container-left .faq-container-active {
  background-color: #ebffe2;
  padding: 15px 40px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 20px;
}
.section12 .container-left .faq-container-active .faq-container-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.section12 .container-left .faq-container-active .faq-container-content h3 {
  color: #4cb64c;
  font-size: 28px;
}
.section12 .container-left .faq-container-active .faq-container-content p {
  margin: 10px;
}
.section12 .container-left .faq-container-active .faq-container-content .img-bouncingbox {
  margin-bottom: 8px;
}
.section12 .container-left .faq-container-active {
  max-height: 0;
  opacity: 0;
  transform: translateY(20px);
  overflow: hidden;
  transition: max-height 0.6s ease, opacity 0.6s ease, transform 0.6s ease;
  will-change: max-height, opacity, transform;
}
.section12 .container-left .faq-container-active.show {
  max-height: 200px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
}
.section12 .container-right {
  background-color: #63bd04;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  padding: 10px;
}
.section12 .container-right h3 {
  color: white;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
.section12 .container-right p {
  color: white;
  font-size: 20px;
  text-align: center;
}
.section12 .container-right button {
  background-color: #0a6846;
  color: #d2ffea;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.section12 .container-right button:hover {
  background-color: #ebffe2;
  color: white;
  transition: all 0.3s ease;
}

.section13 {
  display: flex;
  margin-top: 100px;
}
.section13 .container-left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 55%;
}
.section13 .container-left h3 {
  font-size: 20px;
  text-transform: uppercase;
}
.section13 .container-left h1 {
  font-size: 48px;
  text-transform: uppercase;
}
.section13 .container-left p {
  font-size: 20px;
  color: #63bd04;
}
.section13 .container-left button {
  border: 2px solid black;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  background-color: unset;
  margin-top: 20px;
}
.section13 .container-left .pagination {
  margin-top: 40px;
}
.section13 .container-right {
  width: 45%;
  position: relative;
  padding: 20px;
}
.section13 .container-right .progress-pagination {
  top: unset;
  bottom: -20px;
  width: 90%;
}
.section13 .container-right .progress-pagination .swiper-pagination-progressbar-fill {
  background-color: #63bd04;
}
.section13 .container-right .hover-effect {
  transition: all 0.3s ease;
}
.section13 .container-right .hover-effect:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}

.section14 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  background-color: #fffff1;
}
.section14 .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;
}

.section15 {
  margin-top: 80px;
}
.section15 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section15 .container h1 {
  font-size: 48px;
  text-transform: uppercase;
}
.section15 .container p {
  font-size: 20px;
  color: #63bd04;
}
.section15 .apple-container {
  position: relative;
  width: 100%;
}
.section15 .apple-container .animated-apple {
  width: 100%;
}
.section15 .apple-container .apple {
  position: absolute;
  top: 240px;
  right: 0;
  transition: transform 0.6s ease-in-out;
}
.section15 .apple-container:hover .apple {
  animation: orbit 3s ease-in-out alternate;
}
.section15 .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);
  }
}
.section16 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.section16 .container-left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section16 .container-left h1 {
  font-size: 48px;
  text-transform: uppercase;
  color: #1d302c;
}
.section16 .container-left h2 {
  font-size: 44px;
  color: #aaaaaa;
}
.section16 .container-line {
  width: 150px;
  height: 2px;
  transform: rotate(90deg);
  background-color: #63bd04;
  margin-top: 20px;
}
.section16 .container-right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.section16 .container-right p {
  color: #1d302c;
  font-size: 20px;
}
.section16 .container-right input {
  border: 2px solid #63bd04;
  border-radius: 50px;
  padding: 10px 20px;
  width: 100%;
  margin-top: 10px;
  background-color: unset;
}
.section16 .container-right input::placeholder {
  color: #0a6846;
}
.section16 .container-right input:focus {
  outline: none;
}
.section16 .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 {
    padding-top: 100px;
  }
  .section1 .img-poppingcan,
  .section1 .img-Popuptext,
  .section1 .img-poppingcan1,
  .section1 .img-poppingcan2,
  .section1 .img-poppingcan3,
  .section1 .img-scrolling-hand,
  .section1 button {
    display: none;
  }
  .section1 .scrolling-line {
    bottom: -10px;
  }
  .section1 .container .title-container .hashtag {
    font-size: 60px;
  }
  .section1 .text-scrolling {
    padding: 50px;
    font-size: 12px;
  }
  .section1 .container-video {
    display: none;
  }
  .section2 .container h1 {
    text-align: center;
  }
  .section2 .container p {
    font-size: 12px;
  }
  .section2 .tab-button button {
    font-size: 16px;
  }
  .section2 .tab-section .type-tab {
    flex-direction: column;
  }
  .section2 .tab-section .type-tab .container-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section2 .tab-section .type-tab .container-img img {
    width: 80%;
  }
  .section3 {
    display: none;
  }
  .section4 {
    padding: 20px;
  }
  .section4 .content {
    flex-direction: column;
  }
  .section4 .content img {
    width: 100%;
  }
  .section4 .content .content-text {
    width: 100%;
  }
  .section5 .container {
    flex-direction: column;
    margin: unset;
    background-color: unset;
  }
  .section5 .video-container {
    width: 360px;
    height: 230px;
  }
  .section5 .video-container h1 {
    font-size: 20px;
  }
  .section5 .video-container img {
    width: 25px;
  }
  .section5 .video-container .img-videobutton {
    width: 200px;
  }
  .section5 .test-container {
    display: none;
  }
  .section5 .test-container-mb {
    background-color: #1d302c;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    border-radius: 20px;
  }
  .section5 .test-container-mb h1 {
    font-size: 20px;
    color: #d2ffea;
    text-align: center;
    font-weight: 600;
  }
  .section5 .test-container-mb button {
    font-size: 12px;
    border-radius: 10px;
    padding: 10px 20px;
    background-color: #d2ffea;
    color: #1d302c;
    border: none;
    cursor: pointer;
  }
  .section6 {
    display: none;
  }
  .section6-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section6-mobile img {
    width: 40%;
  }
  .section6-mobile .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .section6-mobile .container h1 {
    font-size: 24px;
    text-align: center;
  }
  .section6-mobile .container p {
    font-size: 16px;
    text-align: center;
  }
  .section6-mobile .container button {
    font-size: 20px;
    border-radius: 50px;
    padding: 10px 20px;
    background-color: #0a6846;
    color: #d2ffea;
    border: none;
    cursor: pointer;
    margin-top: 20px;
  }
  .section7 {
    flex-direction: column;
  }
  .section7 img {
    display: none;
  }
  .section7 .container-left h2,
  .section7 .container-center h2,
  .section7 .container-right h2 {
    font-size: 100px;
  }
  .section8 {
    padding: 20px;
  }
  .section8 .container-img {
    flex-direction: column;
    width: 100%;
  }
  .section8 .container-img .twoenergy {
    width: 100%;
  }
  .section8 .container-img .content {
    width: 80%;
    margin-top: 20px;
  }
  .section8 .container-img .content h1 {
    font-size: 25px;
  }
  .section8 .container-img .content img {
    width: 100%;
  }
  .section9 .mySwiper {
    margin: 40px 0 40px 19%;
  }
  .section9 .mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .section11 .button-container {
    bottom: 2%;
  }
  .section11 .button-container .img-arrow-prev,
  .section11 .button-container .img-arrow-next {
    width: 35px;
  }
  .section12 {
    flex-direction: column;
    padding: 20px;
    gap: 50px;
  }
  .section12 .faq-container h3,
  .section12 .faq-container-active h3 {
    font-size: 12px;
  }
  .section12 .faq-container p,
  .section12 .faq-container-active p {
    font-size: 12px;
  }
  .section12 .faq-container .faq-item,
  .section12 .faq-container-active .faq-item {
    padding: 10px;
  }
  .section12 .container-right h3 {
    font-size: 16px;
  }
  .section12 .container-right p {
    font-size: 14px;
  }
  .section12 .container-right .button-readmore {
    font-size: 12px;
  }
  .section13 {
    flex-direction: column;
  }
  .section13 .container-left {
    width: 100%;
    text-align: center;
  }
  .section13 .container-right {
    width: 100%;
  }
  .section13 .container-right img {
    width: 100%;
  }
  .section15 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section15 .container h1 {
    font-size: 22px;
  }
  .section15 .apple-container {
    display: none;
  }
  .section15 .apple-container .apple {
    display: none;
  }
  .section15 .apple-mobile {
    display: block;
  }
  .section16 {
    flex-direction: column;
    padding: 20px;
  }
  .section16 .container-left {
    width: 100%;
  }
  .section16 .container-right {
    width: 100%;
  }
  .section16 .container-line {
    transform: rotate(0deg);
    margin: 20px;
  }
}

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