/* ===== RESET ===== */
body {
  margin: 0;
  font-family: sans-serif;
}

/* ===== VIDEO SECTION ===== */
.u-section-1 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* VIDEO */
.u-background-video {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.embed-responsive-1 {
  position: absolute;
  inset: 0;
}

.embed-responsive-1 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENT OVER VIDEO */
.u-content {
  position: relative;
  z-index: 2;

  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;

  padding-bottom: 30px;
}

/* TEXT */
.u-text-1 {
  color: white;
  margin: 0;
}

/* ARROW */
.u-arrow {
  color: #4da6ff;
  font-size: 24px;
  margin-top: 6px;
}

/* ===== FOOTER ===== */
.u-footer {
  background: #333;
  color: white;
  text-align: center;
  padding: 20px 10px;
}

.u-footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* STORE ICONS */
.store-icon {
  width: 60px;
  cursor: pointer;
}