:root {
  --color-normal: #6cab3f;
}
@keyframes goLeft {
  0% {
    opacity: 0;
    transform: translate3d(200px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes goRight {
  0% {
    opacity: 0;
    transform: translate3d(-200px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0) scale(0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}
.opacity-0 {
  opacity: 0;
}

.fp-completely.section .title-main {
  animation: fadeInUp;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.fp-completely.section .desc {
  animation: fadeInUp;
  animation-duration: 1.2s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

.fp-completely.section .title-main-1 {
  animation: fadeInUp;
  animation-duration: 1.2s;
  animation-delay: 0;
  animation-fill-mode: forwards;
}

.fp-completely.section .desc-1 {
  animation: fadeInUp;
  animation-duration: 1.2s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}

.fp-completely.section .desc-2 {
  animation: fadeInUp;
  animation-duration: 1.2s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}

.fp-completely.section .pic-enjoy {
  animation: scaleLarge;
  animation-duration: 2s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

.pic-product {
  width: 55vw;
  position: relative;
  transition: 1s;
}
.pic-product svg {
  width: 100%;
  height: 100%;
}
.flex-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* menu nav cus*/
.nav-click-cus {
  position: absolute;
  right: 20px;
  width: 65px;
  color: #fff;
  display: flex;
  justify-content: center;
  background: var(--color-main);
  height: 45px;
  align-items: center;
  z-index: 5;
  border-radius: 15px;
  top: 10px;
  border: 2px solid #fff;
}
/* .nav-click-cus::before{
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid currentColor;
    opacity: .5;
} */
.active-nav-cus {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  padding: 10px 10px;
  align-items: center;
  justify-content: center;
  height: auto;
  z-index: 10;
  position: relative;
  color: #fff;
  cursor: pointer;
  border-radius: 30px;
  box-sizing: border-box;
  transition: 0.3s;
  color: currentColor;
}
.nav-click-cus.active .active-nav-cus {
  opacity: 0;
}
.nav-click-cus.active .active-nav-cus,
.nav-click-cus.active .close-nav-cus {
  position: absolute;
  align-items: center;
}
.close-nav-cus {
  transition: 0.3s all ease-in-out;
  display: flex;
  justify-content: center;
  opacity: 0;
  height: auto;
  z-index: 10;
  cursor: pointer;
  position: absolute;
}

.nav-click-cus.active .close-nav-cus {
  animation-name: goLeft;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  pointer-events: auto;
}

.nav-click-cus .span.text {
}
.nav-click-cus.active {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.nav-click-cus.active .close-nav {
}
.active-nav-cus svg {
  width: 44px;
  height: 30px;
  position: relative;
  display: block;
  color: currentColor;
}
.active-nav-cus span {
  margin: 0 0 0 10px;
}
.nav-click-cus span {
  position: relative;
  display: block;
  color: currentColor;
  font-size: 12px;
  font-weight: 700;
  writing-mode: inherit;
}

.close-nav-cus svg {
  width: 20px;
  height: 20px;
}
.close-nav-cus span {
  margin: 0 10px 0 0;
}
.overlay-menu {
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  user-select: none;
  transition: clip-path 0.8s ease-in-out;
  clip-path: circle(0 at 100% 0);
  background-color: #346E23;
  z-index: 3;
}

.overlay-menu .bg-img {
  top: 0;
  opacity: 0;
}

.coral,
.overlay-menu .bg-img,
.overlay-menu::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.overlay-menu::after {
  content: "";
  top: 0;
  opacity: 0;
}

.overlay-menu.show .bg-img,
.overlay-menu.show .c-01,
.overlay-menu.show .c-02,
.overlay-menu.show::after {
  animation-name: goRight;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}

.overlay-menu.show {
  clip-path: circle(150% at 100% 0);
  pointer-events: auto;
}

.overlay-menu.show::after {
  animation-name: fadeInUp;
  animation-duration: 2s;
  animation-delay: 1s;
}

.coral {
  bottom: 0;
  overflow: hidden;
}

.coral span {
  position: absolute;
  opacity: 0;
  transform-origin: center bottom;
}

.c-01,
.c-02 {
  width: 18vw;
  height: 18vw;
  left: -5vw;
  bottom: -5vw;
}

.c-02 {
  width: 32vw;
  height: 32vw;
  left: 15vw;
}

.c-03 {
  width: 15vw;
  height: 15vw;
  left: 50vw;
  bottom: -2vw;
}

.c-04 {
  width: 22vw;
  height: 22vw;
  right: 5vw;
  bottom: -5vw;
}

.footer .c-01 {
  left: 0;
}

.footer .c-02 {
  left: 50vw;
}

.footer .c-03 {
  left: 20vw;
}

.footer .c-04 {
  right: -5vw;
}

.overlay-menu.show .c-01,
.overlay-menu.show .c-02 {
  animation-name: fadeInScale;
  animation-delay: 0.5s;
}

.overlay-menu.show .c-02 {
  animation-duration: 2s;
  animation-delay: 0.6s;
}

.footer.show .c-01,
.overlay-menu.show .c-03,
.overlay-menu.show .c-04 {
  animation-name: fadeInScale;
  animation-duration: 1s;
  animation-delay: 0.9s;
  animation-fill-mode: forwards;
}

.footer.show .c-01,
.overlay-menu.show .c-04 {
  animation-duration: 1.5s;
  animation-delay: 1.2s;
}

.footer.show .c-01 {
  animation-duration: 1s;
  animation-delay: 0.5s;
}

.footer.show .c-02,
.footer.show .c-03,
.footer.show .c-04 {
  animation-name: fadeInScale;
  animation-duration: 1.5s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

.footer.show .c-03,
.footer.show .c-04 {
  animation-duration: 1s;
  animation-delay: 0.2s;
}

.footer.show .c-04 {
  animation-duration: 2s;
  animation-delay: 0.3s;
}
.overlay-menu .bg-img {
  background: url(../images/bg.svg) no-repeat top left/cover;
}

.overlay-menu::after {
  background: url(../images/logo.svg) no-repeat 20% 25%/30%;
}

.c-01 {
  background: url(../images/coral.svg) no-repeat center center/contain;
}

.c-02 {
  background: url(../images/coral2.svg) no-repeat center center/contain;
}

.c-03 {
  background: url(../images/coral3.svg) no-repeat center center/contain;
}

.c-04 {
  background: url(../images/coral4.svg) no-repeat center center/contain;
}
.navigation {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  position: fixed;
  text-align: center;
  pointer-events: none;
  transform: translateY(300%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 4;
}
.navigation.show {
  transform: none;
  pointer-events: auto;
}
.main-menu {
  position: absolute;
  width: auto;
  height: auto;
  right: 20px;
  top: 165px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2vw 3vw;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  min-width: 400px;
  opacity: 0;
  z-index: 6;
}
.navigation.show .main-menu {
  animation-name: goRight;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 2rem;
}
.main-menu ul li {
}
.main-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: block;
  text-align: left;
  font-family: 'NSemiBold';
}
.main-menu ul li:hover > a {
  color: #fc0;
}
.main-menu ul li a.active {
}
/* end menu nav cus */
