.include-categories {
  background: #35a31b url("../../../images/web/background/dark-green.webp") center;
  padding-bottom: 6.28rem;
  background-size: cover;
  padding-top: 6.28rem;
  max-width: 1920px;
  overflow: hidden;
  margin: auto;
}
@media (max-width: 767.98px) {
  .include-categories {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.include-categories .container .row {
  height: 17.563rem;
}
@media (max-width: 767.98px) {
  .include-categories .container .row {
    height: auto;
  }
}
.include-categories .container h2,
.include-categories .container .btn {
  position: relative;
}
.include-categories .container h2 {
  font-size: calc(1.35rem + 1.2vw);
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 900;
  color: white;
}
@media (min-width: 1200px) {
  .include-categories .container h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .include-categories .container .swiper-categories {
    width: calc(100% + 20rem);
    margin-left: -10rem;
  }
}
.include-categories .container .swiper-categories .swiper-slide {
  height: auto;
}
.include-categories .container .swiper-categories .swiper-slide article {
  background-color: white;
  flex-direction: column;
  transition: all 0.3s;
  border-radius: 30px;
  position: relative;
  padding: 0.938rem;
  display: flex;
  height: 100%;
}
@media (max-width: 767.98px) {
  .include-categories .container .swiper-categories .swiper-slide article {
    border-radius: 50px;
  }
}
.include-categories .container .swiper-categories .swiper-slide article:hover {
  background-color: #ffc700;
}
.include-categories .container .swiper-categories .swiper-slide article:hover h3 {
  color: white;
}
.include-categories .container .swiper-categories .swiper-slide article:hover span {
  z-index: 1;
  opacity: 1;
}
.include-categories .container .swiper-categories .swiper-slide article:hover span:first-of-type {
  left: 0.5rem;
}
.include-categories .container .swiper-categories .swiper-slide article:hover span:last-of-type {
  right: 0.5rem;
}
.include-categories .container .swiper-categories .swiper-slide article span {
  transition: left 1s, right 1s, opacity 1s;
  position: absolute;
  color: white;
  z-index: -999;
  opacity: 0;
}
.include-categories .container .swiper-categories .swiper-slide article span:first-of-type {
  animation: bounce 2s linear infinite;
  font-size: 5rem;
  left: -5rem;
  top: -2rem;
}
.include-categories .container .swiper-categories .swiper-slide article span:last-of-type {
  animation: bounce 3s linear infinite;
  font-size: 3rem;
  right: -5rem;
  top: 1rem;
}
.include-categories .container .swiper-categories .swiper-slide article span svg {
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.4));
}
.include-categories .container .swiper-categories .swiper-slide article img {
  border-radius: 30px;
  margin-bottom: 1rem;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .include-categories .container .swiper-categories .swiper-slide article img {
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .include-categories .container .swiper-categories .swiper-slide article img {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .include-categories .container .swiper-categories .swiper-slide article img {
    border-radius: 40px;
  }
}
.include-categories .container .swiper-categories .swiper-slide article h3 {
  text-transform: uppercase;
  font-size: 1.125rem;
  justify-content: center;
  transition: all 0.3s;
  align-items: center;
  font-weight: 900;
  color: #ff8f00;
  display: flex;
  margin: auto;
}
@media (max-width: 1199.98px) {
  .include-categories .container .swiper-categories .swiper-slide article h3 {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .include-categories .container .swiper-categories .swiper-slide article h3 {
    font-size: 1.25rem;
  }
}
.include-categories .container .swiper-categories .swiper-slide article h3 img {
  border-radius: 0;
  margin-right: 0.5rem;
  transition: all 0.3s;
}
@media (max-width: 1199.98px) {
  .include-categories .container .swiper-categories .swiper-slide article h3 img {
    width: 32px;
    height: auto;
  }
}
.include-categories .container .swiper-categories .swiper-button-prev,
.include-categories .container .swiper-categories .swiper-button-next {
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  .include-categories .container .swiper-categories .swiper-button-prev {
    left: 12rem;
  }
}
.include-categories .container .swiper-categories .swiper-button-prev:hover {
  transform: translateX(-0.5rem);
}
@media (max-width: 767.98px) {
  .include-categories .container .swiper-categories .swiper-button-next {
    right: 12rem;
  }
}
.include-categories .container .swiper-categories .swiper-button-next:hover {
  transform: translateX(0.5rem);
}

section.video {
  background: #ffcc02 url("../../../../images/web/background/yellow.webp") center;
  padding-bottom: 6.28rem;
  background-size: cover;
  padding-top: 6.28rem;
  overflow: hidden;
}
section.video .container {
  position: relative;
}
section.video .container::before {
  content: "";
  position: absolute;
  top: -30rem;
  right: 0px;
  bottom: 0px;
  left: -19rem;
  background-color: white;
  transform: rotateZ(15deg);
  height: 54rem;
  width: 54rem;
  transition: 0.3s;
  border-radius: 120px;
}
section.video h2 {
  font-size: calc(1.35rem + 1.2vw);
  margin-bottom: 30px;
  font-weight: 900;
  color: #F28E20;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  section.video h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 1199.98px) {
  section.video h2 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  section.video h2 {
    font-size: 1.875rem;
  }
}
section.video p {
  color: #F28E20;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
section.video .btn {
  position: relative;
  z-index: 1;
}
section.video .col-img a {
  position: relative;
}
section.video .col-img a svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  fill: #FFF;
  font-size: 32px;
}
section.video .col-img a img {
  border-radius: 30px;
}
section.video .col-img a:hover svg {
  fill: #ff8f00;
}

.include-banner {
  height: 25.5rem;
  background: url("../../../../images/web/pages/products/banner.webp") center no-repeat;
}
@media (max-width: 767.98px) {
  .include-banner {
    background: url("../../../../images/web/pages/products/banner-mobile.webp") center no-repeat;
    background-size: cover;
    aspect-ratio: 768/906;
    height: auto;
  }
}
.include-banner .container {
  flex-direction: column;
  display: flex;
  height: 100%;
}
.include-banner .container .box {
  margin: auto 8.5rem 5.4rem auto;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}
@media (max-width: 1399.98px) {
  .include-banner .container .box {
    margin-right: 5rem;
  }
}
@media (max-width: 1199.98px) {
  .include-banner .container .box {
    margin-right: 2rem;
  }
}
@media (max-width: 991.98px) {
  .include-banner .container .box {
    margin: auto;
    margin-bottom: 30px;
  }
}
.include-banner .container .box h1 {
  text-shadow: 4px 0 #35a31b, -4px 0 #35a31b, 0 4px #35a31b, 0 -4px #35a31b, 3px 3px #35a31b, -3px -3px #35a31b, 3px -3px #35a31b, -3px 3px #35a31b, 7px 7px rgba(0, 0, 0, 0.435);
  margin-bottom: 0.5rem;
  font-size: 3.75rem;
  font-weight: 900;
  color: white;
}
@media (max-width: 991.98px) {
  .include-banner .container .box h1 {
    margin-bottom: 1rem;
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  .include-banner .container .box h1 {
    text-align: center;
    font-size: 2.5rem;
  }
}

.features.product {
  background: #ff5a8b url("../../../../images/web/background/pink.webp") center;
  padding-bottom: 6.28rem;
  background-size: cover;
  padding-top: 6.28rem;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .features.product {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.features.product h2,
.features.product p {
  color: white;
}
@media (max-width: 767.98px) {
  .features.product h2,
  .features.product p {
    text-align: center;
  }
}
.features.product h2 {
  font-size: calc(1.4625rem + 2.55vw);
  margin-bottom: 0;
  text-align: center;
  font-weight: 800;
}
@media (min-width: 1200px) {
  .features.product h2 {
    font-size: 3.375rem;
  }
}
@media (max-width: 1399.98px) {
  .features.product h2 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
  .features.product h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1199.98px) {
  .features.product h2 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  .features.product h2 {
    font-size: 1.875rem;
  }
}
.features.product article {
  background-color: white;
  transition: all 0.3s;
  border-radius: 30px;
  position: relative;
  padding: 8px;
  height: 100%;
}
.features.product article:hover {
  background-color: #ffc700;
}
.features.product article:hover h3 {
  color: white;
}
.features.product article:hover h3 img {
  filter: brightness(0) invert(1);
}
.features.product article:hover span {
  z-index: 1;
  opacity: 1;
}
.features.product article:hover span:first-of-type {
  left: 1.55rem;
}
.features.product article:hover span:last-of-type {
  right: -2.2rem;
}
.features.product article span {
  transition: left 1s, right 1s, opacity 1s;
  position: absolute;
  color: white;
  z-index: -999;
  opacity: 0;
}
.features.product article span:first-of-type {
  animation: bounce 2s linear infinite;
  font-size: 5rem;
  left: -10rem;
  top: -3rem;
}
.features.product article span:last-of-type {
  animation: bounce 3s linear infinite;
  font-size: 8.2rem;
  right: -10rem;
  top: -0.6rem;
}
.features.product article span svg {
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.4));
}
.features.product article img {
  border-radius: 30px;
}
@media (max-width: 991.98px) {
  .features.product article img {
    max-width: 100%;
    margin: auto;
    display: block;
  }
}
.features.product article h3 {
  font-size: 16px;
  justify-content: center;
  transition: all 0.3s;
  margin-top: 19px;
  align-items: center;
  font-weight: 900;
  margin-bottom: 0;
  display: flex;
  color: #FF5A8B;
  margin-bottom: 27px;
}
.features.product article h3 img {
  border-radius: 0;
  margin-right: 0.5rem;
  transition: all 0.3s;
}
@media (max-width: 1199.98px) {
  .features.product article h3 img {
    width: 32px;
    height: auto;
  }
}
.features.product #row {
  margin-bottom: 60px;
}
.features.product .more {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 290px;
  margin-bottom: 16px;
}
.features.product .whatsapp-toggler {
  min-width: 290px;
}
.features.varieties {
  background: #d4e3a4 url("../../../../images/web/background/green.webp") center;
  background-size: cover;
  padding-top: 6.28rem;
  padding-bottom: 6.28rem;
}
@media (max-width: 767.98px) {
  .features.varieties {
    padding-bottom: 5rem;
    padding-top: 3rem;
  }
}
.features.varieties .container {
  position: relative;
}
.features.varieties .container .card {
  border-radius: 0 68px 68px 0;
  background-color: white;
  padding: 60px 110px 60px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .features.varieties .container .card {
    border-radius: 50px;
    padding: 40px 4rem;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .features.varieties .container .card {
    padding: 2rem;
  }
}
@media (max-width: 575.98px) {
  .features.varieties .container .card {
    padding: 1.5rem 1rem;
    border-radius: 30px;
  }
}
.features.varieties .container .card::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% - 5rem);
  bottom: 0;
  left: auto;
  background-color: white;
  height: 100%;
  width: 100%;
}
@media (max-width: 991.98px) {
  .features.varieties .container .card::after {
    display: none;
  }
}
.features.varieties .container .card h2,
.features.varieties .container .card p,
.features.varieties .container .card .border,
.features.varieties .container .card .btn {
  position: relative;
  z-index: 1;
}
.features.varieties .container .card h2 {
  font-size: calc(1.35rem + 1.2vw);
  margin-bottom: 0;
  font-weight: 900;
  color: #ff8f00;
}
@media (min-width: 1200px) {
  .features.varieties .container .card h2 {
    font-size: 2.25rem;
  }
}
.features.varieties .container .card p {
  color: #3E3E3E;
  margin: 30px 0;
}
.features.varieties .container .card .border {
  border-color: #35a31b !important;
  border-radius: 0 70px 70px 0;
  border-left: none !important;
  padding: 2rem 2rem 2rem 0;
  margin: 2rem 0 2rem -1rem;
  display: flex;
}
@media (max-width: 991.98px) {
  .features.varieties .container .card .border {
    border-left: 1px solid #35a31b !important;
    border-radius: 70px;
    padding: 2rem 3rem;
    text-align: start;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .features.varieties .container .card .border {
    border-radius: 50px;
  }
}
@media (max-width: 575.98px) {
  .features.varieties .container .card .border {
    border-radius: 30px;
    padding: 2rem;
    margin: 0;
  }
}
.features.varieties .container .card .border::before {
  content: "";
  position: absolute;
  top: -1px;
  right: calc(100% - 5rem);
  bottom: 0;
  left: auto;
  border-bottom: 1px solid #35a31b;
  border-top: 1px solid #35a31b;
  height: calc(100% + 2px);
  width: 100%;
}
@media (max-width: 991.98px) {
  .features.varieties .container .card .border::before {
    display: none;
  }
}
.features.varieties .container .card .btn {
  margin-top: 2rem;
  background: #5ba248;
  border-color: #5ba248 !important;
}
.features.varieties .container .card .btn:hover {
  color: #5ba248;
  background: white;
}
@media (max-width: 991.98px) {
  .features.varieties .container .card .btn {
    margin-right: auto;
    margin-left: auto;
  }
}
.features.varieties .container .col-img {
  position: relative;
}
@media (max-width: 991.98px) {
  .features.varieties .container .col-img {
    display: none;
  }
}
.features.varieties .container .col-img img {
  max-width: 125%;
  position: absolute;
  right: 0;
  bottom: -6.28rem;
}
