* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.big-img {
  width: 100%;
  margin-bottom: -5px;
}

.small-img {
  display: none;
  width: 100%;
  margin-bottom: -5px;
}

.full-img {
  width: 100%;
  margin-bottom: -5px;
}

@media (max-width: 768px) {
  .big-img {
    display: none;
  }

  .small-img {
    display: block;
  }
}

.add-relative {
  position: relative;
}

.primary-heading {
  font-size: 2rem;
  font-weight: 600;
}

.secondary-heading {
  font-size: 1.6rem;
  font-weight: 600;
}
.tertiary-heading {
  font-size: 1.2rem;
  font-weight: 600;
}

.basic-text {
  font-size: 1rem;
}

.section-hero,
.section-carousel,
.section-durability,
.section-atm {
  background-color: black;
}

.hero-text {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: fit-content;
  width: 35%;
  right: 5vw;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
}

.herotext1 {
  width: 100%;
}

.herotext2 {
  width: 50%;
}

@media (max-width: 768px) {
  .hero-text {
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15vw;
  }
}

.specs-carousel-text {
  position: absolute;
  left: 3vw;
  bottom: 2vw;
  color: white;
  width: 80%;
}

@media (max-width: 768px) {
  .specs-carousel-text {
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 5vw;
  }
}

.durability-hero-text {
  color: white;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 3rem 0;
}

.add-ratio {
  aspect-ratio: 16/10;
  object-fit: cover;
}

.impact-ready {
  background-color: #162034;
}

.impact-text1,
.impact-text2,
.impact-text3,
.impact-text4,
.impact-text5,
.impact-text6,
.impact-text7 {
  background-color: white;
  padding: 1rem;
  border-radius: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 1);
}

.impact-text1 {
  position: absolute;
  top: 20vw;
  left: 10vw;
}

.impact-text2 {
  position: absolute;
  top: 18vw;
  right: 14vw;
}

.impact-text3 {
  position: absolute;
  top: 42vw;
  left: 25vw;
}

.impact-text4 {
  position: absolute;
  top: 29vw;
  left: 47vw;
}

.impact-text5 {
  position: absolute;
  top: 31vw;
  left: 70vw;
}

.impact-text6 {
  position: absolute;
  top: 38vw;
  left: 30vw;
}

.impact-text7 {
  position: absolute;
  top: 40vw;
  left: 55vw;
}

@media (max-width: 992px) {
  .impact-text1 {
    left: 5vw;
  }

  .impact-text2 {
    right: 5vw;
  }

  .impact-text4 {
    left: 32vw;
  }

  .impact-text5 {
    left: 54vw;
    top: 25vw;
  }

  .impact-text6 {
    left: 25vw;
    top: 40vw;
  }
}

@media (max-width: 768px) {
  .impact-text1 {
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0vw;
  }

  .impact-text2 {
    width: fit-content;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 20vw;
  }

  .impact-text3 {
    width: fit-content;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 90vw;
  }

  .impact-text4 {
    width: fit-content;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 27vw;
  }

  .impact-text5 {
    width: fit-content;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 10vw;
  }

  .impact-text6 {
    width: fit-content;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 97vw;
  }

  .impact-text7 {
    width: fit-content;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 80vw;
  }
}

.add-orange {
  color: #ff5502;
}

.hours-grid {
  color: white;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  width: 90%;
  margin: 0 auto;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.hours-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (max-width: 768px) {
  .hours-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hours-grid video {
    grid-area: 2 / 1 / 3 / -1;
  }
}

.conq p {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 5vw;
  font-size: 3rem;
}

.section-temp {
  background-color: #fef7ee;
}

.temp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 90%;
  margin: 0 auto;
  padding: 3rem 0;
  gap: 2rem;
}

.temp img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 13vw;
}

.temp-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.temp-cell {
  border: 1px solid rgb(87, 87, 87);
  padding: 2rem;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}

.health {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 90%;
  margin: 0 auto;
  padding: 3rem 0;
  gap: 2rem;
}

.health-cell {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  align-items: center;
}

.health-cell .tertiary-heading {
  padding-top: 1rem;
}

@media (max-width: 768px) {
  .temp,
  .health {
    grid-template-columns: 1fr;
  }

  .health .full-img {
    width: 50%;
  }
}

.night-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 80%;
  margin: 0 auto;
  height: fit-content;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
}

.night-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-self: center;
}

@media (max-width: 768px) {
  .night-grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

.section-atm {
  color: white;
}

.center {
  justify-content: center;
}

.alaaa img {
  width: 100% !important;
}

.abrabrb img {
  border-radius: 0 !important;
  aspect-ratio: auto;
}

.abrabrbaaa img {
  aspect-ratio: auto;
}

/* Carousel */

.vs-carousel {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 1rem;
  width: 80%;
  padding: 5rem 0;
}

.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%; /* each slide takes full width of carousel */
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.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;
  }
}
