html {
  font-size: clamp(5px, calc(100vw / 64), 16px);
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  background: #fffff4;
  line-height: 1;
}

.no-scroll {
  overflow: hidden;
}

section {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  color: #555555;
  text-align: center;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

.top-banner-img {
  width: 100%;
  height: auto;
  display: block;
}

.pink-shadow {
  text-shadow: 0 0 4px #f9d2d2,
    0 0 8px #f9d2d2,
    0 0 12px #f9d2d2;
}

.white-shadow {
  text-shadow: 0 0 4px #FDF3F0,
    0 0 8px #FDF3F0,
    0 0 12px #FDF3F0;
}

footer {
  background-color: #FDF3F0;
  color: #555555;
  text-align: center;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 2.5rem 0 2.125rem; /* 40px 0 34px */
  font-size: 1.75rem; /* 28px */
}

footer p {
  font-size: 1.75rem; /* 28px */
  margin: 0;

}

h2 {
  font-size: 4rem; /* 64px */
  margin: 0;
  font-weight: bold;
}

p {
  font-size: 2rem; /* 32px */
  line-height: 1;
  margin: 2.125rem 0 2.5rem; /* 34px 0 40px */
  font-weight: 600;
}

.hero-content {
  position: relative;
}

.hero-content .btn {
  position: absolute;
  width: 40%;
  top: 4.5rem; /* 72px */
  left: 50%;
  transform: translateX(-50%);
}

.hero-content img {
  display: block;
  width: 100%;
}

.container {
  padding: 7.375rem 4rem 8rem; /* 118px 64px 140px */
  margin: 0 auto;
}

.container img {
  width: 100%;
  height: auto;
}

.animations-video {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.animations-video video {
  width: 100%;
  height: auto;
}

.cta-container {
  padding: 8rem 4rem 8.75rem; /* 128px 64px 140px */
  margin: 0 auto;
}

.cta-container h2 {
  font-size: 4rem; /* 64px */
  margin-bottom: 3rem; /* 48px */
  line-height: 1;
}

.cta-btn {
  width: 40%;
}
/* Background images for each section */
.bg-graphics   { background-image: url('./assets/bg_graphics.png'); aspect-ratio: 1024/784; }
.bg-animations { background-image: url('./assets/bg_animations.png'); aspect-ratio: 1024/940; }
.bg-passion    { background-image: url('./assets/bg_passion.png'); aspect-ratio: 1024/938; }
.bg-quality    { background-image: url('./assets/bg_quality.png'); aspect-ratio: 1024/936; }
.bg-rules      { background-image: url('./assets/bg_rules.png'); aspect-ratio: 1024/976; }
.bg-rewards    { background-image: url('./assets/bg_rewards.png'); aspect-ratio: 1024/752;}
.bg-cta        { background-color: #F9D2D2; }

.btn {
  background: #df394e;
  color: #fffff4;
  padding: 1.5rem 3rem; /* 24px 48px */
  line-height: 1;
  border-radius: 50px; 
  text-decoration: none;
  font-size: 2rem; /* 32px */
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.animations-video-alt {
  position: absolute;
  top: 0;
  left: 0;
}