body {
  margin: 0;
  overflow-x: hidden;
}

/* nav {
    background-color: var(--red-robin-logo);
} */

section {
  padding: 3rem;
}

section.proof h2,
section.proof h1 {
  color: var(--primary);
}

section.payoff svg.ionicon {
  border-radius: 50%;
  /* background-color: white; */
  /* z-index: 10; */
}
section.payoff svg#rotatingText {
  border-radius: 50%;
  /* z-index: 10; */
}

.bar {

}

.hero div.bar {
  background-color: var(--primary);
}

.payoff div.bar {
  /* background-color: white; */
  color: var(--red-robin-logo);
}

div.bar svg {
  z-index: 200;
}

section.payoff .text {
  fill: var(--red-robin-logo);
}

.red {
  color: var(--primary);
}

.hero {
  --red-robin-logo: hsl(0, 0%, 100%, 1);
  background-color: var(--primary);
  color: white;
}

.hero h3 {
  color: white;
}

h1.logo-slide {
  color: var(--primary);
}

.caption {
  font-size: var(--text-s);
}

.cta {
  background-color: white;
  color: var(--primary);
  border: 0.2rem solid white;
}

.cta:hover {
  background-color: var(--primary);
  color: white;
}

.payoff {
  --red-robin-logo: hsl(358, 80%, 43%, 1);
}

.fp-overflow {
  justify-content: space-between;
  max-height: 100svh;
  height: 100%;
}

#headlines1,
#headlines2 {
  color: white;
}

.fp-warning,
.fp-watermark {
  display: none;
}

.scroll-down {
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .scroll-down > svg {
    margin-bottom: calc(var(--space-3xl) * 2);
  }
  /* .payoff svg.ionicon {
    display: none;
  } */
}

/* ---- HEADLINE TICKER ---- */
.hero-helper {
  /* font-weight: 400; */
  /* display: inline; */
  flex-grow: 1;
}

.hero-helper-content {
  display: inline-block;
  white-space: no-wrap;
  /* overflow: hidden; */
  margin: 0 auto;
}

.hero-helper-content span {
  position: absolute;
  opacity: 0;
  /* overflow: show; */
  /* animation-delay: 3s; */
  animation: 8s ease-in 2s infinite rotatewords;
  color: white;
  z-index: 1;
}

.hero-helper-content span:nth-child(1) {
  animation-delay: 0s;
}
.hero-helper-content span:nth-child(2) {
  animation-delay: 4s;
}
/* .hero-helper-content span:nth-child(3) {
  animation-delay: 12s;
} */

.hero-helper-content span:nth-child(5) {
  animation-delay: 0s;
}
.hero-helper-content span:nth-child(6) {
  animation-delay: 4s;
}
/* .hero-helper-content span:nth-child(8) {
  animation-delay: 12s;
} */
/* .hero-helper-content span:nth-child(2),
.hero-helper-content span:nth-child(5) {
	animation-delay: 9s;
} */

@keyframes rotatewords {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  35% {
    opacity: 0;
    animation-timing-function: linear;
  }
  /* 12% { opacity: 1; }
	25% { opacity: 0;} */
  /* 60% { opacity: 0;} */
  /* 100% {opacity: 0;} */
}

/* .siema > div > div {
    aspect-ratio: 2 / 1;
} */
/* .siema div {
    display: block;
    max-width: 100%;
} */

.siema img {
    object-fit: cover;
    /* aspect-ratio: 4/1; */
    height: auto;
    max-width: 100%;
}

.btn-siema {
  display: flex;
  flex-direction: row;
  width: 100%;
  background: white;
  /* z-index: 100; */
}

.btn-siema button {
  flex-grow: 1;
  /* flex-basis: 100%; */
  background-color: transparent;
  border: none;
  /* border-left: 2px var(--red-robin-logo) solid; */
  cursor: pointer;
  /* text-align: left; */
  color: var(--red-robin-logo);
  font-weight: 700;
}

.btn-siema button:nth-child(1) {
  text-align: left;
}

.btn-siema button:nth-child(1)::before {
  content: "⟵ ";
  font-size: 2.4rem;
}

.btn-siema button:nth-child(2) {
  text-align: right;
}

.btn-siema button:nth-child(2)::after {
  content: " ⟶";
  font-size: 2.4rem;
}
