.section-hero {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('../img/clouds.webp');
  background-position: center;
  background-size: cover;
}

.hero-container {
  margin: 0 auto;
  max-width: 120rem;
  height: 100vh;
  position: relative;
}

.hero-textbox {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 70%;
  gap: 4.8rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
}

.hero-heading {
  color: #fff;
  font-size: 6.2rem;
  text-align: center;
}

.app-download-link {
  text-align: center;
}

.app-download-img {
  width: 35%;
}

/* 

--- 01 TYPOGRAPHY SYSTEM

- FONT SIZE SYSTEM (px)
10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98

SPACING SYSTEM (px)
2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128

- Font weights:
Default: 400
medium: 500
Dark: 600
Darkest: 700

Font Size:

1.6
1.8
2.0
2.4
3.6
5.2

- Line Heights:
Default: 1
small: 1.2
medium :1.6
large :




---02 Colours

- Primary 
- Tints: 
- Shades: 
- Accents:
- Greys:#fff #555

---05 Shadows

---06 Border Radius
default 9px
other 11px

---07 White Spacer


-letter spacing
0.5px
0.75px

*/
