@font-face {
  font-family: "Gucci";
  src: url("../fonts/light.otf");
}

@font-face {
  font-family: "Gucci Medium";
  src: url("../fonts/medium.otf");
}

@font-face {
  font-family: "Gucci Bold";
  src: url("../fonts/bold.otf");
}

:root {
  touch-action: pan-x pan-y;
  height: 100%;
  background: black;
  --white: #ffffff;
  --black: #000000;
}

* {
  box-sizing: border-box;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html,
body {
  background: black;
  cursor: grab;
  height: 100%;
  width: 100%;
  font-family: "Gucci";
  overscroll-behavior: none;
}

body {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  margin: 0;
  overscroll-behavior: none !important;
}

.no-scroll {
  overflow: hidden;
}

img {
  width: 100%;
}

/*  Preloader */

.preloader {
  position: fixed !important;
  z-index: 2023;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1.5s 0.5s ease-in-out;
  height: 100dvh;
  z-index: 1000;
}

.preloader.hide {
  opacity: 0;
  pointer-events: none;
}

.preloader svg {
  width: 33vw;
}

.preloader.hide svg {
  opacity: 0;
  transform: scale(0.9);
  transition: all 1s ease-in-out;
}

.version {
  color: white;
  position: absolute;
  bottom: 14px;
  font-size: 14px;
  text-align: center;
}

.main {
  position: relative;
  width: 100%;
  height: 100%;
}

.section {
  position: absolute;
  width: 100%;
  height: 100dvh;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.turn {
  position: fixed;
  z-index: 2024;
  background: black;
  display: none;
}

@media (orientation: landscape) {
  .turn {
    display: flex;
  }
}

.cta {
  text-transform: uppercase;
  /* padding: 2vw 4vw 2vw 4vw; */
  border: 1px solid white;
  background: rgb(0 0 0 / 20%);
  font-size: 3vw;
  letter-spacing: 0.2vw;
  color: white;
  min-width: 33vw;
  text-align: center;
  height: 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta.selected,
.cta:active {
  background: white;
  color: black;
  transition: all .4s ease-in-out;
}

.gg_intro {
  z-index: 100;

  pointer-events: none;
  overflow: hidden;
}

.intro .gg_intro {
  pointer-events: auto;
  position: fixed;
}

.intro .gg_intro.loading {
  pointer-events: none !important;
}

.intro-bkg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  transition: all 5.6s ease-in-out;
}

.preload .intro-bkg {
  opacity: 1;
  transition: none;
}

.intro-bottom {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}

#intro_cta_woman {
  position: relative;
  left: -2px;
}

.preloader-icon {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50vh;
  transition: all 1s ease-in-out;

}

.hide .preloader-icon {
  opacity: 0;
  transition: all .6s ease-in-out;
}

.loading .preloader-icon {
  opacity: 0.7;
}

.buffering.preloader-video {
  opacity: 0.7;
}

.preloader-icon img {
  width: 7vw;
  animation: turn 1s infinite linear;

}

.buffering.preloader-video img,
.loading .preloader-icon img {
  animation-play-state: running;
}

.loading .cta {
  opacity: 0;
}

.intro-main {
  background: black;
  transform: scale(1.1);
  opacity: 0;
  transition: all 2.8s ease-in-out;
}

.intro .intro-main {
  transform: scale(1);
  opacity: 1;
}

.preload .intro-main {
  /*
    filter: blur(30px);
    -webkit-filter: blur(30px);
    */
  transform: scale(1.1);
  transition: none;
}

.top__back {
  position: fixed;
  top: 5vw;
  left: 5vw;
  width: fit-content;
  text-decoration: none;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  font-size: 3vw;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.intro .top__back {
  opacity: 0;
}

.top__back .arrow__back {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  width: 6vw;
  height: 6vw;
}

.top__back .arrow__back svg {
  width: 80%;
  height: 80%;
}

.gg_top {
  position: fixed;
  z-index: 102;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.gg_top a {
  pointer-events: auto;
}

.gg_logo {

  width: 38vw;
  margin-top: 5vw;
  transition: opacity 1.4s 1.4s ease-in-out, transform 1.4s 1.4s ease-in-out;
}

.preload .gg_logo,
.preload .ml-section {
  opacity: 0;
  transform: scale(1.1);
}

@media only screen and (min-device-width: 768px) {
  .gg_logo {
    width: 32vw;
  }
}

.light {
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease;
}

.intro .light,
.tuto .light {
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.4);
}

@keyframes turn {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

/*~~~~~~~~~~~~~~~INTRO SECTION ~~~~~~~~~~~~~~~ */

.intro .intro-cta {
  opacity: 1;
}

.title-wrapper {
  position: absolute;
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 70px;
  text-align: center;
  opacity: 0;
  z-index: 2;
  transition: all 1.4s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top-title {
  font-size: 4vw;
  line-height: 6vw;
  font-family: "Gucci";
  letter-spacing: 0.1vw;
  padding: 0 8vw 4vw;
}

.intro .title-wrapper {
  z-index: 2;
  opacity: 1;
  transition: all 1.4s 1.4s ease-in-out;
}

.preload .title-wrapper {
  opacity: 0;
  transform: scale(1.05);
  transition: none;
}

.preload .cta {
  opacity: 0;
  transform: scale(1.05);
}

.cta {
  transition: opacity 1.4s 1.8s ease-in-out;
}

.bottom-title {
  font-size: 9vw;
  line-height: 9vw;
  letter-spacing: 0.1vw;
  text-transform: uppercase;
  font-family: "Gucci Bold";
  margin-bottom: 7vw;
}

@media (max-width: 480px) {
  .intro-cta {
    bottom: 12vh;
  }

  .intro-cta-center {
    width: 50vw;
    height: 9vw;
  }
}

.scroll__indicator {
  position: fixed;
  bottom: 10vh;
  width: 100%;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--white);
  gap: 1vw;
  opacity: 0;
  z-index: 99;
  transition: all 1s ease-in-out;
}

.scroll__indicator.show {
  opacity: 1;
}

.scroll__indicator--bar {
  position: relative;
  width: 1px;
  height: 4vh;
  overflow: hidden;
}

@keyframes scrolling {
  from {
    transform: translateY(-20%);
  }

  50% {
    transform: translateY(0%);
  }

  to {
    transform: translateY(20%);
  }
}

.scroll__indicator--bar::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--white);
  animation: 0.8s linear 0s infinite alternate scrolling;
}

.scroll__indicator--text {
  font-family: "Gucci Medium";
  text-align: center;
  font-size: 3vw;
  letter-spacing: .2vw;
  text-transform: uppercase;
}

/*~~~~~~~~~~~~~~~END INTRO SECTION ~~~~~~~~~~~~~~~ */

/*~~~~~~~~~~~~~~~MAN SECTION ~~~~~~~~~~~~~~~ */
.perfume__wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100dvh;
}

.perfume__wrapper.woman {
  flex-direction: column-reverse;
}

.man__section,
.woman__section {
  position: relative;
}

.perfume__section--secret {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

#man-video {
  top: 0;
}

.man-section canvas,
.man-section video {
  min-width: 100% !important;
  min-height: 100% !important;
  will-change: transform;
}

/*~~~~~~~~~~~~~~~ END MAN SECTION ~~~~~~~~~~~~~~~ */


/*~~~~~~~~~~~~~~~ INGREDIENT ~~~~~~~~~~~~~~~ */
.ingredient__secret {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: var(--white);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}

.ingredient__secret.off {
  transition: all 1s ease-in-out;
  opacity: 0 !important;
}

.ingredient__secret--title {
  font-family: "Gucci Medium";
  text-transform: uppercase;
  font-size: 6vw;
  display: none;
}

.ingredient__secret--title.active {
  display: flex;
  justify-content: center;
}

.ingredient__secret--subtitle {
  margin: 0dvh 0 2dvh;
  font-size: 4vw;
}

.ingredient__popin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: var(--white);
  z-index: 10;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  pointer-events: none;
  backdrop-filter: blur(6px);
}

.ingredient__popin.active {
  opacity: 1;
  pointer-events: all;
  z-index: 10;
}

.ingredient__popin--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.80) 100%), transparent 50%;
  z-index: 0;
}


.ingredient__popin--inner {
  position: relative;
  width: 80%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  z-index: 1;
}

.ingredient__popin--title {
  font-family: "Gucci Medium";
  text-transform: uppercase;
  font-size: 6vw;
  opacity: 0;
  transform: translateY(30px);
  transition-property: opacity, transform;
  transition: 0.4s ease-in-out;
}

.ingredient__popin--text {
  margin: 4dvh 0 6vh;
  opacity: 0;
  transform: translateY(30px);
  transition-property: opacity, transform;
  transition: 0.4s 0s ease-in-out;
  font-size: 3.6vw;
  line-height: 150%;
}

.ingredient__popin--close {
  width: 10vw;
  height: 10vw;
  border: 1px solid var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  transition: 0.4s ease-in-out;
  display: none;
}

.ingredient__popin.active .ingredient__popin--title,
.ingredient__popin.active .ingredient__popin--close {
  opacity: 1;
  transform: translateY(0);
  transition: 0.4s ease-in-out;
}

.ingredient__popin.active .ingredient__popin--text {
  opacity: 1;
  transform: translateY(0);
  transition: 0.4s 0.1s ease-in-out;
}

/*~~~~~~~~~~~~~~~ END INGREDIENT ~~~~~~~~~~~~~~~ */

/*~~~~~~~~~~~~~~~ TESTIMONY SECTION ~~~~~~~~~~~~~~~ */
.testimony__section {
  position: relative;
  height: 100vh;
  min-height: 200vw;

}

.testimony__sticky {
  position: sticky;
  height: 100vh;
  min-height: 200vw;
  width: 100%;
  top: 0;
  background-size: cover;
  background-repeat: repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10vh;
  padding-top: 15vh;
}

.man .testimony__sticky {
  /*flex-direction: column-reverse;*/
}

.testimony__title {
  position: absolute;
  top: 9vh;
  left: 50%;
  transform: translate(-50%, 6dvh);
  width: 100%;
  font-family: "Gucci Medium";
  text-transform: uppercase;
  font-size: 6vw;
  color: #ffffff;
  text-align: center;
  z-index: 2;
}

.testimony__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 1000;
}

.testimony__mask-inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.testimony__mask-inner .mask {
  position: absolute;
  background-color: var(--white);
  --x: 30;
}

.testimony__mask-inner .mask.top {
  top: 0;
  left: 0;
  width: 100%;
  height: 16vh;
}

.testimony__mask-inner .mask.right {
  top: 0;
  right: 0;
  width: 40vw;
  height: 100%;
}

.testimony__mask-inner .mask.left {
  top: 0;
  left: 0;
  width: 40vw;
  height: 100%;
}

.testimony__mask-inner .mask.bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75vh;
}

.testimony__video {


  width: 60vw;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.testimony__video.video-2 {

  transition: all 0.4s ease-in-out;
}

.testimony__video--container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

.testimony__video--poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.testimony__video--title {
  font-family: "Gucci";
  text-transform: uppercase;
  font-size: 3vw;
  color: var(--white);
  margin-bottom: 3vw;
  position: relative;
  z-index: 2;
}

/*~~~~~~~~~~~~~~~END TESTIMONY SECTION ~~~~~~~~~~~~~~~ */

/*~~~~~~~~~~~~~~~ TESTIMONY POPIN  ~~~~~~~~~~~~~~~ */
body.story-open {
  overflow: hidden;
  height: 100vh;
}

.story-popin {
  position: fixed;
  inset: 0;
  z-index: 9999;

  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.story-popin.active {
  opacity: 1;
  pointer-events: all;
}

.story-popin__wrapper {
  width: 100vw;
  height: 100dvh;
  position: relative;
}

.story-swiper {
  width: 100%;
  height: 100%;
}

.story-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.story-video {
  max-width: 100%;
  object-fit: cover;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

.sound-toggle {
  position: absolute;
  top: 20px;
  right: 60px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 1px solid var(--white);
  color: white;
  cursor: pointer;
  z-index: 10;
}

.sound-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 80%;
  height: 1px;
  background-color: var(--white);
  transition: transform 0.4s ease-in-out;
}

.sound-toggle.muted::after {
  transform: translate(-50%, -50%) scale(1);
}

.story-popin__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 1px solid var(--white);
  color: white;
  cursor: pointer;
  z-index: 10;
}

.swiper-pagination {
  bottom: 4vh !important;
  display: none;
}

.swiper-pagination-bullet {
  width: 10vw;
  height: 1px;
  display: inline-block;
  border-radius: 0;
  background: var(--white);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .4);
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

/*~~~~~~~~~~~~~~~END TESTIMONY POPIN  ~~~~~~~~~~~~~~~ */

/*~~~~~~~~~~~~~~~PRODUCT SECTION ~~~~~~~~~~~~~~~ */
.products {
  position: relative;
  height: auto;
  padding: 10vw 0;
  background-size: cover;
  background-repeat: repeat;

  background-image: url(/img/marble_man.jpg);

}

.products__title {
  font-family: "Gucci Medium";
  text-transform: uppercase;
  font-size: 6vw;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10vw;
  font-weight: 500;
  transition: all .4s ease-in-out;
}

.products__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 4vw;
}

.products__item {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  background-color: #ffffff00;
  backdrop-filter: blur(0px);
  text-align: center;
  width: calc(50% - 8vw);
  padding-bottom: 5vw;
  transform: scale(1.1);
  opacity: 1;
  color: white;
  transition-property: opacity, transform;
  transition: 0.4s ease-in-out;
}

.product__img {
  margin-bottom: -7vw;
}

.products__item.hide {
  transform: scale(0.9);
  opacity: 0;
}

.product__name {
  font-family: "Gucci bold";
  text-transform: uppercase;
  font-size: 3.5vw;
  letter-spacing: -1px;
}

.product__variant {
  font-family: "Gucci";
  font-size: 2.5vw;
}

/*~~~~~~~~~~~~~~~ END PRODUCT SECTION ~~~~~~~~~~~~~~~ */


/*~~~~~~~~~~~~~~~POPIN PRODUCT ~~~~~~~~~~~~~~~ */
.popin__product {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;

  backdrop-filter: blur(0px);
  opacity: 0;
  transition: 0.8s ease-in-out 0s;
  pointer-events: none;
}

.popin__product.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
  z-index: 10;
  transition-delay: 0.6s;
}

.popin__product--inner {
  position: relative;
  width: 90%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  backdrop-filter: blur(0px);
  transition: all 0.8s ease-in-out 0s;
  transform: scale(0.9);
  opacity: 0;

}

.popin__product.active .popin__product--inner {

  transform: scale(1);
  opacity: 1;
}

.popin__product--top {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 3vw;
  text-align: center;
}

.popin__product--name-container {
  font-size: 3vw;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .2vw;
}

.popin__product--close {
  width: 7vw;
  height: 7vw;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 3vw;
  right: 2vw;
}

.popin__product--close svg {
  width: 60%;
  height: 60%;
}

.popin__product--content {
  position: relative;
  z-index: 1;
  padding: 0 5%;
  text-align: center;
}

.popin__product--title {
  font-family: "Gucci Medium";
  text-transform: uppercase;
  font-size: 7vw;
}

/* .popin__product--description {
} */

.popin__product--img {
  width: 100%;
  margin: -20vw 0 -15vw;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  object-fit: cover;
  pointer-events: none;
}

/*~~~~~~~~~~~~~~~ END POPIN PRODUCT ~~~~~~~~~~~~~~~ */

/*~~~~~~~~~~~~~~~ LANGUAGES ~~~~~~~~~~~~~~~ */
.ml-section {
  position: fixed;
  top: 6.2vw;
  right: 3vw;
  width: fit-content;
  color: #ffffff;
  display: flex;
  justify-content: center;
  z-index: 100;
  font-size: 3vw;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
  transition: opacity 1.4s 1.4s ease-in-out, transform 1.4s 1.4s ease-in-out;
}

.ml-sep {
  margin: 0 2vw;
}

.ml-section a {
  color: #ffffff;
  text-decoration: none;
  pointer-events: auto;
}

.ml-lang {
  pointer-events: auto;
}

.lang-selection {
  position: fixed;
  z-index: 101;
  background: rgba(0, 0, 0, 0.25);
  padding-bottom: 4vh;
  padding-top: 18vw;
  opacity: 0;
  pointer-events: none;
  transition: all .4s ease-in-out;
}

.lang-selection.active {
  opacity: 1;
  pointer-events: auto;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
}

.lang-item {
  font-family: "Gucci Bold";
  color: white;
  font-size: 3.5vw;
  letter-spacing: 0.2vw;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  padding: 1.4vh 5vw 1.35vh;
}

.lang-item.bigger {
  font-size: 4.2vw;
}

.lang-list {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: stretch;
  flex: 1;
  padding: 4vh;
}

.lang-item.active {
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.2);
}

/*~~~~~~~~~~~~~~~ END LANGUAGES ~~~~~~~~~~~~~~~ */

/*~~~~~~~~~~~~~~~ STORIES ~~~~~~~~~~~~~~~ */
/* 
.story-overlay {
  position: fixed;
  inset: 0;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.story-overlay.visible {
  opacity: 1;
  pointer-events: all;
}
.story-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
}
#story-video {
  max-height: 80vh;
  max-width: 90vw;
  border-radius: 10px;
}
.story-overlay.visible {
  overflow: hidden;
}

.story-overlay video {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  transition: transform 0.4s ease, opacity 0.3s ease;
  opacity: 1;
  transform: translateX(0);
}

.story-overlay video.slide-left-in {
  transform: translateX(100%);
}

.story-overlay video.slide-right-in {
  transform: translateX(-100%);
}

.story-overlay video.slide-left-out {
  transform: translateX(-100%);
  opacity: 0;
}

.story-overlay video.slide-right-out {
  transform: translateX(100%);
  opacity: 0;
}

.story-progress {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  gap: 4px;
  z-index: 10;
}
.story-bar {
  flex: 1;
  height: 4px;
  background: rgba(255,255,255,0.2);
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}
.story-bar::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: white;
  transition: width linear;
}
.story-bar.active::after {
  width: var(--duration);
}
.story-bar.completed::after {
  width: 100%;
  background: rgba(255,255,255,0.5);
}

.story-bullets {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.story-bullet {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transition: background-color 0.3s;
}

.story-bullet.active {
  background-color: white;
} */

/*~~~~~~~~~~~~~~~ END STORIES ~~~~~~~~~~~~~~~ */

/*~~~~~~~~~~~~~~~ FOOTER ~~~~~~~~~~~~~~~ */

.footer {
  position: relative;
  background-color: var(--black);
  color: var(--white);
  padding: 15vw 4vw 10vw;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 8vw;
  padding-bottom: 8vw;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 8vw;
  padding-bottom: 8vw;
}

.footer__links a {
  display: inline-block;
  position: relative;
  color: var(--white);
  text-decoration: none;
  font-size: 3vw;
  font-family: "Gucci Medium";
  width: fit-content;
  overflow: hidden;
}

.footer__links a span {
  position: relative;
  overflow: hidden;
}

.footer__links a span::before,
.footer__links a span::after {
  content: "";
  background-color: var(--white);
  bottom: 0;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.footer__links a span::before {
  transform: translate(-100%);
}

@keyframes link_in {
  45% {
    transform: translate(-100%);
  }

  to {
    transform: translate(0);
  }
}

@keyframes link_out {
  55% {
    transform: translate(100%);
  }

  to {
    transform: translate(100%);
  }
}

.footer__links a:hover span::before {
  animation-name: link_in;
  animation-direction: normal;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
}

.footer__links a:hover span::after {
  animation-name: link_out;
  animation-direction: normal;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
}

/*~~~~~~~~~~~~~~~ END FOOTER ~~~~~~~~~~~~~~~ */


.sticky-footer {
  position: fixed;
  bottom: 1vh;
  display: flex;
  justify-content: space-evenly;
  z-index: 100;
  color: white !important;
  width: 100%;
  padding: 3vw;
}

.sticky-footer a {
  text-decoration: none;
  color: white !important;
  font-size: 3vw;
}

.story-nav {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  gap: 8px;
  z-index: 3;
  width: calc(100vw - 130px);
}

.nav-line {
  height: 1px;
  width: 50%;
  background: rgba(255, 255, 255, 0.3);
}

.nav-line-inside {
  width: 100%;
  height: 100%;
  background: white;
  transition: all .2s linear;
}

.mini-play {
  z-index: 10;
  position: absolute;
  top: 3vw;
  left: 3vw;
  width: 5vw;
}

.ingredient__popin--bullet {
  display: flex;
  gap: 3vw;
  display: none;
}

.bullet {
  border: 1px solid white;
  height: 3vw;
  width: 3vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bullet.active:before {
  content: '';
  position: absolute;
  width: 2vw;
  height: 2vw;
  background: white;
}

/* ------------- */
.secret-video {
  height: 100dvh;
  width: 100%;
  object-fit: cover;
  position: absolute;
  opacity: 1;
}

.zoom-img {
  width: 100%;
  height: 100dvh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}

.cta-press-wrapper {
  position: fixed;
  bottom: 7vh;
  z-index: 11;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: white;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.cta-press-blur {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.5);
  padding: 1vw;
  border-radius: 20vw;
  margin-top: 2vh;
}

.cta-press-round {
  width: 14vw;
  height: 14vw;
  border-radius: 10vw;
  background: white;

}

.cta-press-text {
  font-size: 3vw;
  font-weight: 900;
  letter-spacing: .2vw;
}

.none {
  display: none;
}

.ingredient-video {
  height: 100dvh;
  width: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 3;
  pointer-events: none;
  transition: opacity 1s ease-in-out;
}

.ingredient-video.off {
  opacity: 0;
}

.press-section {
  position: relative;
  z-index: 1;
  height: 100dvh;
}

.ingvid1 {
  z-index: 3;
}

.ingvid2 {
  z-index: 4;
}


.hero-title {
  color: white;
  font-size: 3vw;
  letter-spacing: .2vw;
  text-transform: uppercase;
  font-weight: 900;
  position: absolute;
  top: 10vh;
  z-index: 90;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.popin__product--desc {
  font-size: 3.6vw;
  line-height: 150%;
}

.ingredient__popin--fraction {
  font-size: 3.6vw;
}

#intro_cta_woman {
  border-left: none;
}

body[lang="ar"] .intro-bottom {
  flex-direction: row-reverse;
}

.top_bkg {
    position: fixed;
    z-index: 100;
    background: #000000a8;
    width: 100%;
    height: 17vw;
    backdrop-filter: blur(40px);
    transition: all .4s ease-in-out;
}

.top_bkg.off{
  opacity: 0;
}

.chevron {
    width: 5vw;
    height: 10vw;
    position: revert;
    z-index: 10;
}