:root {
  --pink: #f16a82;
  --pink-soft: #f7a8b8;
  --dark: #2b2b2b;
  --bg: #efefef;
  --thememeatbrown: #e0bc6a;
  --themepurple: #27092f;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  transition: all 0.3s;
}

html {
  scroll-snap-type: y mandatory;
  scrollbar-width: none;
  overflow-y: scroll;
}

body,
html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  background-color: #ddf1e5;
}

/*whatsapp-button*/
.whatsapp-button {
  position: fixed;
  bottom: 8px;
  right: 16px;
  font-size: 20px;
  z-index: 9999999;
}
.fa {
  padding: 15px;
  font-size: 50px;
  height: 80px;
  width: 80px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}
.fa:hover {
  opacity: 0.7;
}
.fa-whatsapp {
  background: #25d366;
  color: white;
  border-radius: 50px;
  border: none;
}

footer,
section {
  scroll-snap-align: start;
  width: 100%;
  height: 100vh;
}

img {
  max-width: 100%;
  display: inline-block;
}

#hero-section {
  position: relative;
  overflow: hidden;
}

#hero-section .wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: end;
}

#hero-section .wrapper .inner {
  position: relative;
}

#hero-section .wrapper .inner:first-of-type {
  transform: translateX(clamp(3.75rem, 0.669014rem + 13.1455vw, 12.5rem));
  animation: leafLeftAnimation 2s ease forwards;
  animation-delay: 1s;
}

#hero-section .wrapper .inner:last-of-type {
  transform: translateX(
    calc(clamp(3.75rem, 0.669014rem + 13.1455vw, 12.5rem) * -1)
  );
  animation: leafRightAnimation 2s ease forwards;
  animation-delay: 1s;
}

#hero-section .wrapper .inner img {
  height: auto;
  width: auto;
}

.btn {
  background-color: var(--themepurple);
  color: #fff;
  border: 2px solid transparent;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid var(--thememeatbrown);
}

.btn:hover p {
  transform: scaleX(1.1);
  color: var(--thememeatbrown);
  transition:
    transform 0.3s ease,
    transform 0.3s ease;
}

.bottle-section {
  width: 30rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 9;
}

.bottle-section.scaled {
  width: 20rem;
  transform: translate(-50%, -65%);
}

.bottle-section .product {
  position: relative;
  width: 100%;
  z-index: 2;
  transform: translateY(calc(300% * -1));
  animation: productAnimation 1.5s ease forwards;
  animation-delay: 1s;
}

.bottle-section .bottle {
  position: relative;
  width: 100%;
  z-index: 1;
  transform: translateY(300%);
  animation: bottleAnimation 1.5s ease forwards;
  animation-delay: 1s;
}

#features-section .wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  margin-top: -40px;
  height: 100vh;
  width: 100%;
  transform: translateY(-10%);
}

#features-section .feature-card {
  position: absolute;
  left: 50%;
  flex-direction: column;
  justify-content: center;
  width: 14rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

#features-section .feature-card-0 {
  transform: translate(-50%, 0%) translate(-496px, 0px);
}

#features-section .feature-card-1 {
  transform: translate(-50%, 0%) translate(-350.725px, 218.637px);
}

#features-section .feature-card-2 {
  transform: translate(-50%, 0%) translate(0px, 309.2px);
}

#features-section .feature-card-3 {
  transform: translate(-50%, 0%) translate(350.725px, 218.637px);
}

#features-section .feature-card-4 {
  transform: translate(-50%, 0%) translate(496px, 0px);
}

#features-section .feature-card img {
  width: 100px;
  height: 100px;
}

#features-section .feature-card h3 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #052b08;
}

#features-section .feature-card p {
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  color: #505e51;
  margin: 0;
}

#benefits-section {
  background-color: #fff;
  position: relative;
}

#benefits-section .wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  row-gap: 2.5rem;
}

#benefits-section .benefit-card {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

#benefits-section .benefit-card.alternate {
  flex-direction: row-reverse;
}

#benefits-section .benefit-card img {
  width: 70px;
  height: 70px;
}

#benefits-section .benefit-card h3 {
  font-weight: bold;
  font-size: 20px;
  color: #052b08;
}

#benefits-section .benefit-card p {
  font-weight: 500;
  font-size: 14px;
  color: #505e51;
  margin: 0;
}

#benefits-section .big-image {
  width: 100%;
  padding: 2rem;
  rotate: 1deg;
}

#footer-section {
  background-image: url(/resources/new-images/footer-bg.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  position: relative;
  padding-top: 55px;
}

#footer-section h3 {
  text-align: center;
  font-weight: 500;
  font-size: 60px;
  color: #fff;
}

#footer-section p {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

#footer-section a {
  padding: 8px 24px;
  display: inline-block;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  display: block;
  width: fit-content;
  margin: 1.5rem auto;
}

@keyframes productAnimation {
  from {
  }

  to {
    transform: translate(0px, 50px);
  }
}

@keyframes bottleAnimation {
  from {
  }

  to {
    transform: translate(0px, -50px);
  }
}

@keyframes leafLeftAnimation {
  from {
  }

  to {
    transform: translate(-100%, 100%) translate(200px, 0px) rotate(-20deg)
      scale(2, 2);
  }
}

@keyframes leafRightAnimation {
  from {
  }

  to {
    transform: translate(100%, 100%) translate(-200px, 0px) rotate(20deg)
      scale(2, 2);
  }
}

@media (max-width: 768px) {
  .bottle-section {
    width: 20rem;
  }

  #hero-section {
    opacity: 0;
    visibility: hidden;
  }

  #features-section .wrapper,
  #benefits-section {
    z-index: 11 !important;
  }

  #features-section .wrapper {
    align-items: flex-start;
    transform: translate(0px, 0px) !important;
    background-color: #ddf1e5;
  }

  #features-section .feature-card {
    transform: translate(0px, 0px) !important;
    position: relative;
    left: 0;
    width: 100%;
    flex-direction: row;
  }

  #features-section .feature-card img {
    width: 70px;
    height: 70px;
  }

  #features-section .feature-card h3 {
    text-align: start;
    margin: 0;
  }

  #features-section .feature-card p {
    text-align: start;
  }

  #benefits-section .wrapper {
    padding-inline: 1rem;
  }

  #benefits-section .benefit-card.alternate {
    flex-direction: row;
  }

  #benefits-section .benefit-card img {
    width: 80px;
    height: 80px;
  }

  #footer-section {
    padding-top: 80px;
  }

  #footer-section h3 {
    font-size: 40px;
  }

  #footer-section p {
    font-size: 16px;
  }
}
