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%;
  }
}

strong {
  color: #00bfff;
}

.heading-primary {
  font-size: 3.8rem;
  font-weight: 700;
}

.heading-secondary {
  font-size: 2.4rem;
  font-weight: 700;
}

.heading-tertiary {
  font-size: 1.8rem;
}

.text-cont {
  font-size: 1.6rem;
}

.add-bold {
  font-weight: 700;
}

.hero-video {
  width: 80%;
  margin: 0 auto;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
  padding: 5rem 0;
}

.compactor1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 80%;
  margin: 0 auto;
  gap: 2rem;
  padding-bottom: 5rem;
}

.compactor1-image {
  width: 100%;
  align-self: center;
  border-radius: 13px;
}

.compactor1-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

.compactor2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 5rem;
}

.compactor2-text {
  border-right: 1px solid black;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.compactor2-text:last-child {
  border: 0;
}

.compactor2-image {
  width: 80%;
  margin: 0 auto;
  display: block;
  padding-bottom: 5rem;
  border-radius: 13px;
}

.suction {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 80%;
  margin: 0 auto;
  gap: 2rem;
  padding-bottom: 5rem;
}

.suction-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

.suction-img {
  width: 100%;
  align-self: center;
  border-radius: 13px;
}

@media (max-width: 768px) {
  .compactor1,
  .compactor2,
  .suction {
    grid-template-columns: 1fr;
  }

  .compactor2-text {
    border-bottom: 1px solid black;
    border-right: 0;
    padding-bottom: 2rem;
  }
}

.section-speed {
  background-color: #292a33;
  color: white;
  width: 90%;
  margin: 0 auto;
  margin: 5rem;
  border-radius: 13px;
  box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.315);
}

.speed-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.speed-text {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.speed-image {
  width: 100%;
  border-radius: 13px;
}

@media (max-width: 768px) {
  .speed-grid {
    grid-template-columns: 1fr;
  }
}

.speed-text2 {
  text-align: center;
  padding: 3rem;
}

.tangless-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 80%;
  margin: 0 auto;
  padding-bottom: 5rem;
}

.tangless-image {
  width: 100%;
  align-self: center;
}

.tangless-cell-img {
  width: 100%;
}

.tangless-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.tangless-grid2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding-top: 2rem;
}

.tangless-cell {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

@media (max-width: 920px) {
  .tangless-grid {
    grid-template-columns: 1fr;
  }
}

.section-lift {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
  padding-bottom: 5rem;
}

.lift1-img {
  width: 100%;
  border-radius: 13px;
}

.lift-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
}

.lift-grid p {
  padding: 1rem;
  border-right: 1px solid #00bfff;
}

.lift-grid p:last-child {
  border: 0;
}

.section-triple {
  width: 80%;
  margin: 0 auto;
}

.triple-cell {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding-bottom: 5rem;
}

.tc-tex {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

.triple-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  padding-bottom: 5rem;
}

.triple-img,
.tc-image {
  width: 100%;
  border-radius: 13px;
}

.tc-image {
  align-self: center;
}

@media (max-width: 768px) {
  .triple-cell {
    grid-template-columns: 1fr;
  }
}

.section-clean {
  background-color: #f8f8f8;
  width: 90%;
  margin: 0 auto;
  border-radius: 13px;
  margin-bottom: 5rem;
  box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.315);
}

.clean-grid1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 90%;
  margin: 0 auto;
  padding: 5rem 0;
}

.grid1-img {
  width: 100%;
}

.grid1-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

.clean-grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 90%;
  margin: 0 auto;
  gap: 3rem;
  padding-bottom: 5rem;
}

.grid2-img {
  width: 100%;
}

.grid2-cell {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 2rem;
}

.grid2-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

@media (max-width: 768px) {
  .clean-grid1,
  .clean-grid2 {
    grid-template-columns: 1fr;
  }
}

.section-modes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 80%;
  margin: 0 auto;
  gap: 2rem;
  padding: 5rem 0;
}

.modes-cell {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.modes-img {
  width: 100%;
  border-radius: 13px;
}

.modes-logo {
  width: 20%;
}

@media (max-width: 768px) {
  .section-modes {
    grid-template-columns: 1fr;
  }
}

.section-map {
  position: relative;
}

.map-img {
  width: 100%;
  margin-bottom: -5px;
}

.map-text {
  position: absolute;
  padding: 5rem;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 73%,
    rgba(255, 255, 255, 0) 100%
  );

  width: 60%;
  top: 10rem;

  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (max-width: 768px) {
  .map-text {
    position: static;
  }
}

.section-map2 {
  position: relative;
}

.map2-text {
  position: absolute;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  bottom: 5rem;
  right: 5rem;
}

@media (max-width: 768px) {
  .map2-text {
    position: static;
    text-align: left;
    padding: 5rem;
    gap: 1rem;
  }
}

.section-link {
  background-color: #041328;
  color: white;
  width: 80%;
  margin: 5rem auto;
  border-radius: 13px;
  box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.315);
}

.link-image {
  width: 100%;
  border-radius: 13px;
}

.link-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 90%;
  margin: 0 auto;
  gap: 2rem;
  padding: 3rem 0;
}

.lt-1,
.lt-2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.lt-2 {
  border-left: 1px solid white;
  padding-left: 2rem;
}

@media (max-width: 768px) {
  .link-text {
    grid-template-columns: 1fr;
  }

  .lt-2 {
    border-top: 1px solid white;
    padding-top: 2rem;
    border-left: 0;
    padding-left: 0;
  }
}

.section-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 80%;
  margin: 0 auto;
  gap: 2rem;
  padding-bottom: 5rem;
}

.area-img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.area-img2 {
  width: 100%;
}

@media (max-width: 768px) {
  .section-area {
    grid-template-columns: 1fr;
  }
}

.section-curtain {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 5rem;
}

.curtain-img {
  width: 100%;
}

.curtain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding-top: 2rem;
}

.curtain-cell {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.section-slam {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 5rem;
}

.slam-img {
  width: 100%;
  border-radius: 13px;
}

.slam-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (max-width: 768px) {
  .section-slam {
    grid-template-columns: 1fr;
  }
}

.section-charge {
  position: relative;
}

.charge-img {
  width: 100%;
  margin-bottom: -5px;
}

.charge-text {
  position: absolute;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.section-child {
  position: relative;
}

.child-img {
  width: 100%;
}

.child-text {
  position: absolute;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  bottom: 10rem;
  left: 3rem;
}

@media (max-width: 768px) {
  .charge-text,
  .child-text {
    position: static;
    text-align: left;
    padding: 5rem;
    width: 80%;
  }
}

.section-voice {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 80%;
  margin: 0 auto;
  gap: 2rem;
  padding-bottom: 5rem;
}

.voice-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 13px;
}

.voice-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

@media (max-width: 768px) {
  .section-voice {
    grid-template-columns: 1fr;
  }

  .voice-move {
    grid-area: 3 / 1 / 4 / 2;
  }
}
