
@import url('https://fonts.cdnfonts.com/css/fashion-fetish');
/* @import url('https://fonts.cdnfonts.com/css/arial-mt'); */
@import url('https://fonts.cdnfonts.com/css/arial');
@import url('https://fonts.cdnfonts.com/css/century-gothic-paneuropean');
@import url('https://fonts.cdnfonts.com/css/great-vibes');
@import url('https://fonts.cdnfonts.com/css/grotesk');
@import url('https://fonts.cdnfonts.com/css/monocole-free');
@import url('https://fonts.cdnfonts.com/css/sf-orson-casual');
@import url('https://fonts.cdnfonts.com/css/hero-2');
@import url('https://fonts.cdnfonts.com/css/engcarnation');
@import url('https://fonts.cdnfonts.com/css/mayeka-demo');
@import url('https://fonts.cdnfonts.com/css/quicksand');

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: 'Quicksand', sans-serif !important;
}

body {
  /* font-family: "fashion fetish"; */
  font-family: 'Quicksand', sans-serif !important;
  overflow-x: hidden;
}

.font-arial {
  /* font-family: 'Arial MT', sans-serif; */
  /* font-family: "fashion fetish"; */
  font-family: 'Quicksand', sans-serif !important;
}

.font-qsn{
  font-family: 'Quicksand', sans-serif !important;
}

.font-qsb{
  font-family: 'Quicksand Bold', sans-serif;
}


.font-ff {
  /* font-family: "fashion fetish", sans-serif; */
  font-family: 'Quicksand', sans-serif !important;
}

.font-gothic {
  /* font-family: "Century Gothic", sans-serif; */
  font-family: 'Quicksand', sans-serif !important;
}

.font-grotesk {
  /* font-family: "Typo Grotesk", sans-serif; */
  font-family: 'Quicksand', sans-serif !important;
}

.font-gv {
  /* font-family: "Great Vibes", cursive; */
  font-family: 'Quicksand', sans-serif !important;
}

.font-monocole {
  /* font-family: "Monocole Free", cursive; */
  font-family: 'Quicksand', sans-serif !important;
}

.font-ff {
  /* font-family: 'Mayeka Regular Demo', sans-serif; */
  /* font-family: 'Mayeka Light Demo', sans-serif; */
  font-family: 'Quicksand', sans-serif !important;
  /* letter-spacing: 1px; */
}

.flex-3 {
  flex: 0 0 33.33%;
}

.p-shadow-1 {
  box-shadow: #ccc 10px 10px 8px;
}


.bg-2 {
  background-color: #FFEA80;
  opacity: 1;
  background: repeating-linear-gradient( -45deg, #ffffff  1px, #ffffff 1px, #FFEA80 3px, #FFEA80 42.5px );
}

.title-line-1 {
 position: relative;
 width: fit-content;
 text-align: center;
}

.title-line-1::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  border-top: 4px solid #00D176;
  left: -100px;
  top: 50%;

}

.title-line-1::before {
  
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  border-top: 4px solid #00D176;
  right: -100px;
  top: 50%;
}


.title-line-2 {
  position: relative;
  width: fit-content;
  text-align: center;
 }
 
 .title-line-2::after {
   content: "";
   position: absolute;
   width: 100px;
   height: 3px;
   border-top: 4px solid #ffffff;
   left: -100px;
   top: 50%;
 
 }
 
 .title-line-2::before {
   
   content: "";
   position: absolute;
   width: 100px;
   height: 3px;
   border-top: 4px solid #ffffff;
   right: -100px;
   top: 50%;
 }
 


.bg-3 {
  background-image: url(../images/bg-5.png);
  background-repeat: repeat;

}

.frame-mobile {
  position: absolute;
    /* width: 365px;
    height: 710px; */
    width: 22vw;
    height: 43vw;
    left: 50%;
    /* top: 200px; */
    top: 12vw;
    transform: translate(-50%, -50%);
    z-index: 0;
  
}

.frame-mobile-md {
  position: absolute;
    width: 365px;
    height: 710px;
    left: 50%;
    top: 200px;
    transform: translate(-50%, -50%);
    z-index: 0;
  
}


.absolute-center {
  left: 50%;
  transform: translate(-50%, -50%);
}

.switch-lang {
  position: relative;
}

input.check-toggle-round-flat:checked ~ .en-lang  {
  color: #ffffff;
}

input.check-toggle-round-flat:checked ~ .id-lang {
  color: #ffffff;
}

.switch-lang > .id-lang {
  position: absolute;
  top: 6px;
  left: 0;
  pointer-events: none;
  font-size: 12px;
  text-transform: uppercase;
  width: 24px;
  text-align: center;
  color: #ffffff;
  
}

.switch-lang > .id-lang-md {
  position: absolute;
  top: 6px;
  left: 0;
  pointer-events: none;
  /* font-size: 12px; */
  font-size: 0.7vw !important;
  text-transform: uppercase;
  width: 24px;
  text-align: center;
  color: #ffffff;
  
}

.switch-lang > .en-lang-md {
  position: absolute;
  bottom: 6px;
  left: 0;
  pointer-events: none;
  /* font-size: 12px; */
  font-size: 0.7vw !important;
  text-transform: uppercase;
  width: 24px;
  text-align: center;
  color: #ffffff;

}

.switch-lang > .en-lang {
  position: absolute;
  bottom: 6px;
  left: 0;
  pointer-events: none;
  font-size: 12px;
  text-transform: uppercase;
  width: 24px;
  text-align: center;
  color: #ffffff;

}

.switch-lang .check-toggle {
  position: absolute;
  visibility: hidden;
}
.switch-lang .check-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch-lang input.check-toggle-round-flat + label {
  padding: 2px;
  width: 24px;
  height: 48px;
  background-color: #999999;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}

input.check-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #999999;
  -webkit--moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.check-toggle-round-flat + label:after {
  top: 0px;
  left: 0px;
  width: 24px;
  height: 24px;
  background-color: #FF147A;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}

input.check-toggle-round-flat:checked + label {
}

input.check-toggle-round-flat:checked + label:after {
  bottom: 0px !important;
  top: unset;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}

button.active-menu-dropdown  svg.svg-active {
  display: block !important;  
  transition: all ease-in-out 0.5s;
}

button.active-menu-dropdown svg.svg-inactive {
  display: none !important;  
  transition: all ease-in-out 0.5s;
}

button svg.svg-active {
  display: none !important;  
  transition: all ease-in-out 0.5s;
  color: #FF147A;
}

button svg.svg-inactive {
  display: block !important;  
  transition: all ease-in-out 0.5s;
}

#receipes-tab button.border-blue-600 {
  border-color: #FFEA00 !important;
}

.receipes-item .item-c {
    display: none;
    transition: all ease-in-out 0.5;
}

.receipes-item:hover .item-c {
  display: flex;
}
.scroller-1 {
  scrollbar-color: #00D176 #e8e8e8;
  scrollbar-width: thin;
}
.scroller-1::-webkit-scrollbar {
  background-color: #e8e8e8;
  width: 10px;
}

.scroller-1::-webkit-scrollbar-thumb {
  background: #00D176;
  border-radius: 100px;
}

.bg-hexagon-home {
  position: relative;
  width: 700px;
  height: 300px;
  margin: 0px 0;
  color: white;
  text-align: center;
  text-indent: .1em;
  top: -120px;
  border: 8px solid #fff;
}

.bg-hexagon-up-home {
  width: 0;
  height: 0;
  border-left: 350px solid transparent;
  border-right: 350px solid transparent;
  border-bottom: 65px solid;
  position: relative;
  top: -112px;
  z-index: 9;
}

.bg-hexagon-down-home {
  width: 0;
  height: 0;
  border-left: 350px solid transparent;
  border-right: 350px solid transparent;
  border-top: 65px solid;
  position: relative;
  bottom:128px;
  z-index: 9;
}

.bg-hexagon-b-top-home {
  width: 0;
  height: 0;
  border-left: 350px solid transparent;
  border-right: 350px solid transparent;
  border-bottom: 65px solid;
  position: relative;
  top: -55px;
  z-index: 8;
}

.bg-hexagon-b-bottom-home {
  width: 0;
  height: 0;
  border-left: 350px solid transparent;
  border-right: 350px solid transparent;
  border-top: 65px solid;
  position: relative;
  bottom: 185px;
  z-index: 8;
}



.bg-hexagon {
  position: relative;
  width: 600px;
  height: 300px;
  margin: 0px 0;
  color: white;
  text-align: center;
  text-indent: .1em;
  top: -120px;
  border: 8px solid #fff;
}

.bg-hexagon::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 300px;
  background-color: #ffffff;
  left: -8px;
  top: -8px;
  z-index: 11;
}

.bg-hexagon::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 300px;
  background-color: #ffffff;
  right: -8px;
  top: -8px;
  z-index: 11;
}

.bg-hexagon-up {
  width: 0;
  height: 0;
  border-left: 300px solid transparent;
  border-right: 300px solid transparent;
  border-bottom: 65px solid;
  position: relative;
  top: -112px;
  z-index: 9;
}

.bg-hexagon-down {
  width: 0;
  height: 0;
  border-left: 300px solid transparent;
  border-right: 300px solid transparent;
  border-top: 65px solid;
  position: relative;
  bottom:128px;
  z-index: 9;
}

.bg-hexagon-b-top {
  width: 0;
  height: 0;
  border-left: 300px solid transparent;
  border-right: 300px solid transparent;
  border-bottom: 65px solid;
  position: relative;
  top: -55px;
  z-index: 8;
}

.bg-hexagon-b-bottom {
  width: 0;
  height: 0;
  border-left: 300px solid transparent;
  border-right: 300px solid transparent;
  border-top: 65px solid;
  position: relative;
  bottom: 185px;
  z-index: 8;
}

/* Slide */

 #splide-1 .splide__pagination {
  bottom: 2em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

#splide-1 .splide__pagination__page {
  background: #fff;
  margin-left: 6px;
  margin-right: 6px;
}

#splide-1 .splide__pagination__page.is-active {
  background: #00D176;
  transform: scale(1.4);
  z-index: 1;
}

#splide-1 .splide__arrow svg {
  fill: #00D176 !important;
  height: 2em;
  width: 2em;
}

#splide-1 .splide__arrow--prev {
  left: 1em;
}

#splide-1 .splide__arrow--next {
   right: 1em;
}

#splide-2 .splide__arrow svg {
  fill: #00D176 !important;
  height: 2em;
  width: 2em;
}

#splide-2 .splide__arrow--prev {
  left: 0em;
}

#splide-2 .splide__arrow--next {
   right: 0em;
}


#splide-3 .splide__arrow svg {
  fill: #ffffff !important;
  height: 2em;
  width: 2em;
}

#splide-3 .splide__arrow--prev {
  left: 0em;
}

#splide-3 .splide__arrow--next {
   right: 0em;
}

#splide-4 .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
  /* padding-top: 70px;
  padding-bottom: 70px; */
  /* top: -50px; */
  padding-top: 5vw;
  padding-bottom: 4.2vw;
  top: -5vw;
}

#splide-4 .splide__track-md {
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  top: -50px;
}

#splide-4 .splide__slide {
    perspective: 800px;
}

#splide-4 .splide__slide.is-prev a {
  transform: rotateY(45deg) scale(1.15);
  position: relative;
  right: -42px;
  transition: unset;
  
  
}

#splide-4 .splide__slide a {
  transition: transform 0.5s ease-in-out;
  
}


#splide-4 .splide__slide.is-next a {
  transform: rotateY(-45deg) scale(1.15);
  position: relative;
  left: -42px;
  transition: unset;
  
  
}

#splide-4 .splide__slide.is-active img {
  margin-left: 1px;
}

#splide-4 .splide__pagination__page {
  background: #FFEA00;
  margin-left: 6px;
  margin-right: 6px;
}

#splide-4 .splide__pagination__page.is-active {
  background: #00D176;
  transform: scale(1.4);
  z-index: 1;
}

#splide-4 .splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 99;
  bottom: 80px;
}

#splide-4 .splide__arrow {
  width: 300px;
  height: 500px;
  top: 40%;
}

#splide-4 .splide__arrow.splide__arrow--prev {
  justify-content: start;
}

#splide-4 .splide__arrow.splide__arrow--next {
  justify-content: end;
}

/* #splide-4  .splide__arrow svg {
  display: none;
} */

#splide-4 .splide__arrow svg {
  fill: #00D176 !important;
  height: 2em;
  width: 2em;
  opacity: 1;
}

#splide-4 li.is-active .splide__pagination {
     display: flex !important;
     bottom: 20px;
}

.splide__pagination--ttb {
  right: 2em;
  top: 0;
}

.splide-product-1 .splide__pagination__page {
  background-color: #fff;
  opacity: 1;
}

.splide-product-1 .splide__pagination__page.is-active {
  background: #FFEA00;
}

.splide-product-2 .splide__pagination__page {
  background-color: #fff;
  opacity: 1;
}

.splide-product-2 .splide__pagination__page.is-active {
  background: #FF94B4;
}

.splide-product-3 .splide__pagination__page {
  background-color: #fff;
  opacity: 1;
}

.splide-product-3 .splide__pagination__page.is-active {
  background: #33DEFF;
}

.splide-product-4 .splide__pagination__page {
  background-color: #fff;
  opacity: 1;
}

.splide-product-4 .splide__pagination__page.is-active {
  background: #FFA452;
}

.splide-product-5 .splide__pagination__page {
  background-color: #fff;
  opacity: 1;
}

.splide-product-5 .splide__pagination__page.is-active {
  background: #FFA452;
}


@media screen and (max-width: 1024px) {
  .title-line-1::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    border-top: 4px solid #00D176;
    left: -10px;
    top: 50%;
  
  }
  
  .title-line-1::before {
    
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    border-top: 4px solid #00D176;
    right: -10px;
    top: 50%;
  }


  .title-line-2::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    border-top: 4px solid #ffffff;
    left: -10px;
    top: 50%;
  
  }
  
  .title-line-2::before {
    
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    border-top: 4px solid #ffffff;
    right: -10px;
    top: 50%;
  }

 

  
}


@media screen and (max-width: 824px) {
  .bg-hexagon {
    position: relative;
    width: 320px;
    height: 200px;
  }
  
  .bg-hexagon-up {
    width: 0;
    height: 0;
    border-left: 160px solid transparent;
    border-right: 160px solid transparent;
    border-bottom: 65px solid ;
  
  }
  
  .bg-hexagon-down {
    width: 0;
    height: 0;
    border-left: 160px solid transparent;
    border-right: 160px solid transparent;
    border-top: 65px solid ;
 
  }
  
  .bg-hexagon-b-top {
    width: 0;
    height: 0;
    border-left: 160px solid transparent;
    border-right: 160px solid transparent;
    border-bottom: 65px solid;
 
  }
  
  .bg-hexagon-b-bottom {
    width: 0;
    height: 0;
    border-left: 160px solid transparent;
    border-right: 160px solid transparent;
    border-top: 65px solid ;
 
  }

  .bg-hexagon::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 200px;
    background-color: #ffffff;
    left: -8px;
    top: -8px;
    z-index: 11;
  }
  
  .bg-hexagon::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 200px;
    background-color: #ffffff;
    right: -8px;
    top: -8px;
    z-index: 11;
  }



  .bg-hexagon-home {
    position: relative;
    width: 320px;
    height: 290px;
  }
  
  .bg-hexagon-up-home {
    width: 0;
    height: 0;
    border-left: 160px solid transparent;
    border-right: 160px solid transparent;
    border-bottom: 65px solid ;
  
  }
  
  .bg-hexagon-down-home {
    width: 0;
    height: 0;
    border-left: 160px solid transparent;
    border-right: 160px solid transparent;
    border-top: 65px solid ;
 
  }
  
  .bg-hexagon-b-top-home {
    width: 0;
    height: 0;
    border-left: 160px solid transparent;
    border-right: 160px solid transparent;
    border-bottom: 65px solid;
 
  }
  
  .bg-hexagon-b-bottom-home {
    width: 0;
    height: 0;
    border-left: 160px solid transparent;
    border-right: 160px solid transparent;
    border-top: 65px solid ;
 
  }

  .bg-hexagon-home::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 290px;
    background-color: #ffffff;
    left: -8px;
    top: -8px;
    z-index: 11;
  }
  
  .bg-hexagon-home::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 290px;
    background-color: #ffffff;
    right: -8px;
    top: -8px;
    z-index: 11;
  }

  .splide__pagination--ttb {
    right: 1em;
    top: 0;
  }
  
   .frame-mobile {
    position: absolute;
    width: 275px;
    height: auto;
    left: 50%;
    top: 100px;
    transform: translate(-50%, -50%);
    z-index: 0;
}

#splide-4 .splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding-top: 50px; /*70px;*/
    padding-bottom: 40px; /*40px;*/
    top: -90px;
}

  
}

@media screen and (max-width: 600px) {
 .frame-mobile {
    position: absolute;
    width: 250px;
    height: auto;
    left: 50%;
    top: 100px;
    transform: translate(-50%, -50%);
    z-index: 0;
}


#splide-4 .splide__arrow {
    border-radius: 100%;
    padding: 8px;
    opacity: 1;
  }

  #splide-4 .splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding-top: 5px;
    padding-bottom: 20px; /*30px;*/
    top: -30px;
    /* top: -100px; */
  }

  #splide-4 .splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 99;
    bottom: 30px;
  }

  #splide-4 .splide__slide {
  perspective: 800px;
}

#splide-4 .splide__arrow--prev {
  left: 0em;
}

#splide-4 .splide__arrow--next {
  right: 0em;
}


}
