@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bunner-img {
  0% {
    transform: scale(1.2);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}


/*section-one*/
.menu-navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  
}
.add-menu-navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  animation: slideInDown 0.6s;
  opacity: 0.8;

}

.header-after-one,
.header-after-two {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: bunner-img 30s infinite linear;
}
.header-after-one::before,
.header-after-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.header-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  width: 95%;
}

.header-slider .owl-nav button.owl-next svg,
.header-slider .owl-nav button.owl-prev svg {
  width: 2rem;
  /*fill: var(--font-color-one);*/
}
.header-slider .owl-nav button.owl-next svg:hover,
.header-slider .owl-nav button.owl-prev svg:hover {
  fill: var(--color-primary);
  transition: all 0.5s;
}

/*section-one*/


/*section-two*/


.slider-product .owl-nav button.owl-prev {
  width: 1.5rem;
  height: 2rem;
  background: black;
  fill: var(--font-color-one);
}
.slider-product .owl-nav button.owl-next {
  width: 1.5rem;
  height: 2rem;
  background: black;
  fill: var(--font-color-one);
}
@media (min-width: 1280px) {
  .slider-product .owl-nav button.owl-prev {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(150%, -50%);
  }
  .slider-product .owl-nav button.owl-next {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-150%, -50%);
  }
}

.slider-product .owl-stage-outer {
  padding: 22px 0;
}

@media (min-width: 768px) {
  .filter:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 0;
    height: 0;
    z-index: -1;
    border-top: 20px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    /*background-color: chocolate;*/
  }
}

.filter.active2 {
  background: var(--color-primary);
  border-color: var(--color-primary);
}


.slider-product .filter.active2::after {
  border-top-color: var(--color-primary);
}

.filter.active2 p {
  color: var(--font-color-one);
}

.filter.active2 img {
  filter: invert(1);
}

.active-product {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: white;
}
@media (min-width: 768px) {
  ul.list-product > li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    /*background-color: chocolate;*/
    z-index: 10;
  }
}
ul.list-product > li a.active-product::after {
  border-right-color: var(--color-primary);
}
.active-product p {
  color: var(--font-color-one);
}

/*section-three*/

/*section-for*/
.bg-fix-for {
  background-image: url("../../images/bg-fixed/bg-1.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*section-four*/
.add-slide-product {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  background: var(--color-article);
  border-radius: 0.25rem;
}

/*section-four*/

/*section-five*/
.bg-fix-five {
  background-image: url("../../images/bg-fixed/stone-spa.png");
  background-position: bottom right;
  background-repeat: no-repeat;
}

/*section-five*/
/*section-six*/
.bg-fix-six {
  background-image: url("../../images/bg-fixed/bg-6.jpg");
  background-repeat: repeat;
}

/*section-six*/
/*section-seven*/
.bg-fix-seven {
  background-image: url("../../images/bg-fixed/bg-11.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
}
.bg-fix-seven::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.service::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: 2px solid var(--color-primary);
  height: 20%;
}
.service::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 2px solid var(--color-primary);
  height: 20%;
}


/*section-seven*/

/*section-eight*/

.article:hover {
  background: var(--color-article);
  border-radius: 0.5rem;
}
.article:hover img,
.article-two:hover img {
  transform: scale(1.5);
  transition: all 5s ease-in-out;
}
.article-two::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(
    top,
    rgba(229, 229, 229, 0) 0%,
    rgba(176, 141, 196, 0) 30%,
    rgb(141, 51, 195) 69%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(229, 229, 229, 0) 0%,
    rgba(176, 141, 196, 0) 30%,
    rgb(142, 60, 192) 69%
  );
  background: linear-gradient(
    to bottom,
    rgba(229, 229, 229, 0) 0%,
    rgba(176, 141, 196, 0) 30%,
    rgb(177, 99, 225) 69%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#6a1b9a',GradientType=0 );
  background: -moz-linear-gradient(
    top,
    rgba(229, 229, 229, 0) 0%,
    rgba(176, 141, 196, 0) 30%,
    rgb(132, 52, 181) 69%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(229, 229, 229, 0) 0%,
    rgba(176, 141, 196, 0) 30%,
    rgb(137, 56, 186) 69%
  );
  background: linear-gradient(
    to bottom,
    rgba(229, 229, 229, 0) 0%,
    rgba(176, 141, 196, 0) 30%,
    rgb(172, 78, 229) 69%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#6a1b9a',GradientType=0 );
  opacity: 0.8;
  z-index: 1;
}

/*section-eight*/




.bg_ItemImage {
  background-image: url("../../images/product/TotalItem.png");
  background-position: top left;
  transition: background-position 400ms ease;
}


.tab_animation{
  animation:tab_animation 2s alternate;
}

@keyframes tab_animation {
  0%{
      -webkit-clip-path: polygon(100% 0,0 0,0 100%,100% 100%);
      clip-path: polygon(100% 0,0 0,0 100%,100% 100%);
  }
  100% {
      -webkit-clip-path: polygon(-1% 0,101% 0,101% 100%,-1% 100%);
      clip-path: polygon(-1% 0,101% 0,101% 100%,-1% 100%);
      -webkit-transition: 1s .3s ease;
      -o-transition: 1s .3s ease;
      -moz-transition: 1s .3s ease;
      transition: 1s .3s ease;
  }
}
/* story */

:root{
  --theme-light-10:rgb(255 255 255 / 10%);
  --theme-light-20:rgb(255 255 255 / 20%);
  --theme-light-30:rgb(255 255 255 /30%);
  
}

.bg-gradient-story {
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
}

.progress {
  flex: 1;
  height: 3px;
  background: var(--theme-light-30);
  border-radius: 4px;
  overflow: hidden;
}
.progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
  transition: width linear;
}

.progressContainer {
  pointer-events: none;
}
@-webkit-keyframes spin-slow {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin-slow {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spin-slow {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin-slow {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.animate-spin-slow {
  -webkit-animation: spin-slow 3s linear infinite;
  -moz-animation: spin-slow 3s linear infinite;
  -o-animation: spin-slow 3s linear infinite;
  animation: spin-slow 3s linear infinite;
}

.story-modal::backdrop {
  background: rgba(0, 0, 0, 0.8);
}

.video_control_range{
background-color: var(--theme-light-10);
}
.next-story,
.prev-story,
.story-link{
  background-color: var(--theme-light-10);
}
.next-story:hover,
.prev-story:hover,
.story-link:hover{
  background-color: var(--theme-light-20);
}
.video-details-content{
background: linear-gradient(
  to bottom,
  rgba(0,0,0,0) 0%,
  rgba(0,0,0,1) 100%
);

}

/* story */
.owl-carousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}

.owl-carousel.owl-loaded {
  opacity: 1;
  visibility: visible;
}