* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Arial", sans-serif;
}

.full__img > *,
.full__img {
  width: 100%;
  display: block;
}

.primary-heading {
  font-size: 3.6rem;
  font-weight: 600;
}

.secondary-heading {
  font-size: 2.8rem;
  font-weight: 600;
}

.tertiary-heading {
  font-size: 1.8rem;
  font-weight: 500;
}

.basic-text {
  font-size: 1.5rem;
  line-height: 1.5;
}

.hero {
  position: relative;
}
.hero__text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 10rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.specs__grid {
  width: 80%;
  margin: 0 auto;
  padding: 5rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 50em) {
  .specs__grid {
    grid-template-columns: 1fr;
  }
}
.specs__grid-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 13px;
}
.specs__grid-cell {
  position: relative;
}
.specs__grid-cell p {
  position: absolute;
  top: 2rem;
  left: 2rem;
  font-weight: 600;
  color: #fff;
  font-size: 1.8rem;
}
.specs__grid-cell:nth-child(1) {
  grid-row: 1/3;
}
@media (max-width: 50em) {
  .specs__grid-cell:nth-child(1) {
    grid-row: auto;
  }
}
.specs__grid-cell:nth-child(6) {
  grid-row: 3/5;
  grid-column: 2/3;
}
@media (max-width: 50em) {
  .specs__grid-cell:nth-child(6) {
    grid-row: auto;
    grid-column: auto;
  }
}

.brown-grd {
  background: linear-gradient(93deg, #b8a598 3.68%, #7f664a 97.68%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.obstacle {
  position: relative;
}
.obstacle video,
.obstacle img {
  display: block;
  width: 100%;
}
@media (max-width: 50em) {
  .obstacle video,
  .obstacle img {
    aspect-ratio: 3/4;
    object-fit: cover;
  }
}
.obstacle__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #fff;
}

.conquer {
  background-color: #000;
  color: #fff;
}
.conquer h2 {
  text-align: center;
  padding: 5rem 0;
  width: 80%;
  margin: 0 auto;
}
.conquer__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 90%;
  margin: 0 auto;
  gap: 2rem;
  padding: 8rem 0;
}
@media (max-width: 50em) {
  .conquer__grid {
    grid-template-columns: 1fr;
  }
}
.conquer__grid-cell {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.conquer__grid-cell video,
.conquer__grid-cell img {
  border-radius: 19px;
}

.first__cont {
  width: 80%;
  margin: 0 auto;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}
.first__cont picture,
.first__cont img,
.first__cont video {
  border-radius: 19px;
  overflow: hidden;
}

.chance {
  background-color: #000;
  color: #fff;
}
.chance__text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 80%;
  margin: 0 auto;
  gap: 2rem;
  padding: 5rem 0 2rem;
}
@media (max-width: 50em) {
  .chance__text {
    grid-template-columns: 1fr;
  }
}
.chance img {
  width: 80%;
  margin: 0 auto;
  padding: 5rem 0;
  border-radius: 19px;
}

.light {
  position: relative;
}
.light__text {
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #fff;
}

.power {
  position: relative;
}
.power__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15rem;
  color: #fff;
}
@media (max-width: 56.25em) {
  .power__text {
    gap: 10rem;
  }
}
@media (max-width: 50em) {
  .power__text {
    bottom: 5rem;
    left: 50%;
    transform: translate(-50%, 0);
    gap: 2rem;
    top: auto;
  }
}

.grid {
  background-color: #0f0f0f;
  color: #fff;
  padding: 5rem 0;
}
.grid__cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 80%;
  margin: 0 auto;
  gap: 2rem;
  padding: 1rem 0;
}
.grid__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.grid__text .tertiary-heading {
  color: #9e8972;
}

/*# sourceMappingURL=Index.css.map */
