html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 62.5%;
}

@media (max-width: 324px) {
  html {
    font-size: 40%;
  }
}

.heading-primary {
  font-size: 3.8rem;
  font-weight: 700;
}

.heading-secondary {
  font-size: 2.8rem;
  font-weight: 700;
}

.heading-tertiary {
  font-size: 1.8rem;
  font-weight: 700;
}

.text-cont {
  font-size: 1.6rem;
}

.add-bold {
  font-weight: 700;
}

@media (min-width: 768px) {
  .small-img {
    display: none;
  }
}

@media (max-width: 767px) {
  .big-img {
    display: none;
  }
}

.section-hero {
  position: relative;
}

.hero-img {
  width: 100%;
}

.hero-text {
  position: absolute;
  top: 15vw;
  right: 15vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 50%;
}

@media (max-width: 767px) {
  .hero-text {
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 80%;
  }
}

.specs-grid {
  width: 80%;
  margin: 0 auto;
  padding: 5rem 0 2rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}

.specs-img {
  width: 100%;
}

.specs-cell {
  position: relative;
}

.specs-cell:first-child {
  grid-area: 1 / 1 / 2 / 4;
}

.specs-cell:nth-child(2) {
  grid-area: 1 / 4 / 2 / 7;
}

.specs-cell:nth-child(3) {
  grid-area: 2 / 1 / 3 / 3;
}

.specs-cell:nth-child(4) {
  grid-area: 2 / 3 / 3 / 5;
}

.specs-cell:nth-child(5) {
  grid-area: 2 / 5 / 3 / 7;
}

.specs-cell:first-child p,
.specs-cell:nth-child(2) p,
.specs-cell:nth-child(5) p {
  position: absolute;
  color: white;
  right: 2vw;
  top: 2vw;
  text-align: right;
  width: 80%;
}

.specs-cell:nth-child(3) p,
.specs-cell:nth-child(4) p {
  position: absolute;
  color: white;
  left: 2vw;
  top: 2vw;
  text-align: left;
  width: 80%;
}

.specs-vid {
  width: 80%;
  margin: 0 auto;
  display: block;
  padding-bottom: 5rem;
}

@media (max-width: 768px) {
  .specs-grid {
    grid-template-columns: 1fr;
  }

  .specs-cell:first-child,
  .specs-cell:nth-child(2),
  .specs-cell:nth-child(3),
  .specs-cell:nth-child(4),
  .specs-cell:nth-child(5) {
    grid-area: auto;
  }

  .specs-cell:first-child p,
  .specs-cell:nth-child(2) p,
  .specs-cell:nth-child(5) p {
    right: 5vw;
    top: 5vw;
  }

  .specs-cell:nth-child(3) p,
  .specs-cell:nth-child(4) p {
    left: 5vw;
    top: 5vw;
  }
}

.section-bump {
  position: relative;
}

.bump-text {
  position: absolute;
  color: white;
  width: 50%;
  right: 5rem;
  top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.bump-img {
  width: 100%;
  margin-bottom: -5px;
}

@media (max-width: 768px) {
  .bump-img {
    width: 80%;
    margin: 0 auto;
    display: block;
    border-radius: 13px;
    margin-bottom: 5rem;
  }

  .bump-text {
    position: static;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 3rem;
    color: black;
  }
}

.section-wheel {
  padding: 5rem 0;
}

.wheel-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 2rem;
  margin: 0 auto;
  width: 60%;
  text-align: center;
}

.wheel-img {
  width: 80%;
  margin: 0 auto;
  display: block;
  border-radius: 13px;
}

@media (max-width: 768px) {
  .section-wheel {
    padding: 5rem 0;
  }

  .wheel-text {
    text-align: left;
    width: 80%;
  }
}

.section-motor {
  position: relative;
}

.motor-img {
  width: 100%;
  margin-bottom: -5px;
}

.motor-text {
  height: fit-content;
  width: 35%;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5vw;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.motor-cell .heading-secondary {
  color: #91c3f1;
}

.motor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.needs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (max-width: 767px) {
  .motor-text {
    width: 80%;
    margin: 0 auto;
    top: 20vw;
    right: 0;
    left: 0;
  }
}

.section-frame {
  position: relative;
}

.frame-img {
  width: 100%;
  margin-bottom: -5px;
}

.frame-text {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: fit-content;
  width: 30%;
  left: 5vw;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.frame-text2 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: fit-content;
  width: 30%;
  right: 5vw;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (max-width: 768px) {
  .frame-text,
  .frame-text2 {
    position: static;
    color: black;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 3rem;
  }

  .frame-img {
    width: 80%;
    margin: 0 auto;
    border-radius: 13px;
    display: block;
    margin-bottom: 3rem;
  }
}
