* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 500px) {
  html {
    font-size: 80%;
  }
}

.big-img {
  width: 100%;
}

.small-img {
  display: none;
  width: 100%;
}

.full-img {
  width: 100%;
}

@media (max-width: 768px) {
  .big-img {
    display: none;
  }

  .small-img {
    display: block;
  }
}

.primary-heading {
  font-size: 3.6rem;
  font-weight: 700;
}

.secondary-heading {
  font-size: 2rem;
  font-weight: 600;
}

.tertiary-heading {
  font-size: 1.5rem;
  font-weight: 600;
}

.basic-text {
  font-size: 1.2rem;
}

.add-relative {
  position: relative;
}

.add-bold {
  font-weight: 700;
}

.section-hero {
  background-color: black;
  color: white;
}

.hero-text {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.add-orange-shadow {
  text-shadow: 0 6px 10px orangered;
}

.add-silver {
  background: linear-gradient(180deg, #fff, #999);
  background-clip: text;
  color: transparent;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 90%;
  margin: 0 auto;
  gap: 1rem;
  padding-bottom: 5rem;
}

.hg1 {
  grid-area: 1/ 1 / 2 / -1;
}

.hg2 {
  grid-area: 3 / 1 / 5 / 2;
}

.hero-cell img {
  border-radius: 12px;
}

.hero-cell-text {
  position: absolute;
  width: 90%;
  margin: 0 auto;
  top: 2vw;
  left: 0;
  right: 0;
}

@media (max-width: 768px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hg1,
  .hg2 {
    grid-area: auto;
  }

  .hero-cell img {
    aspect-ratio: 4/3;
    object-fit: cover;
  }

  .hero-cell-text {
    top: 5vw;
  }
}

.section-thin {
  background-color: black;
  color: white;
}

.thin-hero {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  padding: 7rem 0 3rem;
}

.cm-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 90%;
  margin: 0 auto;
  align-items: center;
  justify-items: center;
  gap: 2rem;
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.tolast-grid {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  width: 90%;
  margin: 0 auto;
  align-items: center;
  justify-items: center;
  gap: 2rem;
  box-shadow: rgba(93, 26, 26, 0.992) 0px 0px 50px 0px;
  margin-bottom: 5rem;
  padding-right: 1rem;
}

@media (max-width: 860px) {
  .tolast-grid {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
    padding-right: 0;
  }

  .tolast-grid p {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .cm-grid {
    grid-template-columns: 1fr;
  }
}

.lidar-hero {
  width: 60%;
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.lidar-text {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 3rem;
}

.lidar-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 90%;
  margin: 3rem auto;
  gap: 1rem;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  padding: 1rem 0;
}

@media (max-width: 768px) {
  .lidar-grid {
    grid-template-columns: 1fr;
  }
}

.adaptilift-hero {
  width: 80%;
  margin: 0 auto;
  padding: 3rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.lidar-cell {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.uppsum {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  background: linear-gradient(180deg, #1b1b1f, #000);
  width: 80%;
  margin: 0 auto;
  margin-bottom: 3rem;
  padding: 3rem;
  align-items: center;
  text-align: center;
  border-top: 1px solid silver;
}

@media (max-width: 768px) {
  .uppsum {
    grid-template-columns: 1fr;
  }
}

.aaaaaaa {
  margin-top: 3rem;
}

.spills {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 80%;
  margin: 5rem auto;
}

.spills-cell {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-direction: column;
}

.spills-cell video {
  border-radius: 12px;
}

.clean-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 80%;
  margin: 3rem auto;
  background: linear-gradient(180deg, #1b1b1f, #000);
  border-top: 1px solid silver;
  align-items: center;
  gap: 2rem;
  padding-left: 2rem;
}

@media (max-width: 768px) {
  .clean-grid {
    padding-left: 0;
    padding-top: 2rem;
    grid-template-columns: 1fr;
  }

  .clean-text {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}

.station-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 5rem;
  border-top: 1px solid silver;
  padding-top: 2rem;
}

.station-cell {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.station-cell img {
  width: 2vw;
}

@media (max-width: 992px) {
  .station-cell img {
    width: 5vw;
  }
}

@media (max-width: 769px) {
  .station-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .station-grid {
    grid-template-columns: 1fr;
  }

  .station-cell img {
    width: 8vw;
  }
}

.fast {
  width: 80%;
  margin: 3rem auto;
  border: 1px solid white;
}

.fast img {
  margin-bottom: -4px;
}

@media (max-width: 768px) {
  .fast img {
    margin-bottom: 0;
  }
}

.rockooo {
  width: 50%;
}

.fast-inside {
  width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .rockooo {
    width: 80%;
  }
}
/* Carousel */

.vs-carousel {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  border-radius: 1rem;
  width: 90%;
  padding: 2rem 0 3rem;
  margin: 0 auto;
}

.vs-carousel video,
.vs-carousel img {
  border-radius: 12px;
}

.vs-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.vs-carousel-slide {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}

.vs-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #00000080;
  color: white;
  border: none;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}

.vs-carousel-btn.prev {
  left: 1rem;
}

.vs-carousel-btn.next {
  right: 1rem;
}

.vs-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1rem;
}

.vs-carousel-dots button {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: none;
  background: #ccc;
  cursor: pointer;
}

.vs-carousel-dots button.active {
  background: #333;
}

.carousel-hero {
  width: 80%;
  padding: 3rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .vs-carousel-btn {
    display: none;
  }

  .vs-carousel {
    width: 90%;
    margin: 0 auto;
  }
}
