/* Title container */
.botik-title-flex {
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

/* CTA */
.explore-cta {
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  will-change: transform;
}

/* Description parent */
.botik-description_flex {
  opacity: 0;
  pointer-events: none;

  transition: opacity 0.6s ease;
}

/* Paragraphs */
#para-1,
#para-2 {
  opacity: 0;
  margin-top: -70px;
  transition: margin-top 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease;
}

/* Video 1: Background Loop (Muted) */
#video-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* .logo-path {
  fill: url(#gradient);
  stroke: none;
  animation: gradientMove 3s ease-in-out forwards;
}

.path-1 {
  animation-delay: 0s;
}
.path-2 {
  animation-delay: 0.2s;
}
.path-3 {
  animation-delay: 0.4s;
}
.path-4 {
  animation-delay: 0.6s;
}
.path-5 {
  animation-delay: 0.8s;
}
.path-6 {
  animation-delay: 1s;
}
.path-7 {
  animation-delay: 1.2s;
}
.path-8 {
  animation-delay: 1.4s;
}
.path-9 {
  animation-delay: 1.6s;
}
.path-10 {
  animation-delay: 1.8s;
}
.path-11 {
  animation-delay: 2s;
}

@keyframes gradientMove {
  0% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
} */
