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

html {
  font-size: 62.5%;
}
@media (max-width: 31.25em) {
  html {
    font-size: 50%;
  }
}

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

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

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

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

.tertiary-heading {
  font-size: 2.6rem;
  font-weight: 400;
}

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

.add-bold {
  font-weight: 600;
}

.getready {
  background-color: #303030;
  color: #fff;
  padding-bottom: 5rem;
}
.getready h1 {
  width: 80%;
  margin: 0 auto;
  padding: 5rem 0 3rem;
}
.getready iframe {
  width: 80%;
  display: block;
  aspect-ratio: 16/9;
  margin: 0 auto;
  border: none;
}

.fast {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #1b1b1b;
  color: #fff;
}
@media (max-width: 56.25em) {
  .fast {
    grid-template-columns: 1fr;
  }
}
.fast .rtx {
  width: 20rem;
  display: block;
}
.fast .maxfps {
  width: 60%;
  display: block;
}
.fast__text {
  width: 80%;
  margin: 0 auto;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 56.25em) {
  .fast__text {
    grid-row: 2/3;
  }
}
.fast__text .tertiary-heading {
  border-bottom: 1px solid #fff;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
.fast__text-inside {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 56.25em) {
  .fast__text-inside {
    width: 100%;
  }
}

.game {
  background-color: #303030;
  color: #fff;
}
.game__cell {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
}
@media (max-width: 56.25em) {
  .game__cell {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 37.5em) {
  .game__cell {
    grid-template-columns: 1fr;
  }
}
.game__cell-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 90%;
  margin: 0 auto;
  padding: 3rem 0;
}

.colour {
  background-color: #1b1b1b;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: end;
}
@media (max-width: 56.25em) {
  .colour {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 37.5em) {
  .colour {
    grid-template-columns: 1fr;
  }
}
.colour__text {
  width: 80%;
  margin: 0 auto;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ports {
  background-color: #303030;
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  color: #fff;
}
@media (max-width: 56.25em) {
  .ports {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 37.5em) {
  .ports {
    grid-template-columns: 1fr;
  }
}
.ports__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 80%;
  margin: 0 auto;
  padding: 3rem 0;
}

.gaminghub {
  background-color: #151515;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.gaminghub .img1 {
  width: 80%;
}
.gaminghub .img2 {
  width: 30rem;
}
.gaminghub__text {
  width: 80%;
  margin: 0 auto;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}/*# sourceMappingURL=Index.css.map */