@import url("https://fonts.googleapis.com/css2?family=Michroma&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sekuya&display=swap");

body {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}

.divider {
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #000, #715a5a, #000);
}
.navbar {
  /* width: 100%;
  position: fixed; */
  z-index: 8;
}

.navbar,
.why-choose-us {
  background: #000000;
}

.navbar .container img {
  width: 80px;
  height: 80px;
}

.navbar .container {
  display: flex;
  justify-content: center;
}

.navbar .navbar-nav a {
  border-bottom: 1px solid #000000;
  margin-left: 10px;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.navbar .navbar-nav a:hover {
  color: #715a5a;
  border-bottom: 1px solid #715a5a;
}

.navbar .container .navbar-brand {
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #715a5a;
}

/* hero section */
.hero {
  background: #232323;
  background: radial-gradient(
    circle,
    rgba(35, 35, 35, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}
.hero .container {
  position: relative;
  /* height: 90vh; */
  padding-bottom: 50px;
  background-image: url("../assets/images/hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 700px;
  border-bottom: 1px solid #232323;
  border-left: 1px solid #232323;
  border-right: 1px solid #232323;
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 150px;
  animation: leftToCenter 1.5s ease-out forwards;
}
@keyframes leftToCenter {
  0% {
    background-position: -300px center;
    opacity: 0;
  }
  60% {
    background-position: center;
    opacity: 1;
  }
  100% {
    background-position: center;
    opacity: 1;
  }
}

.hero .container h2 {
  padding-top: 80px;
  color: #999999;
  font-family: "Sekuya", system-ui;
  text-align: center;
  font-size: 40px;
}
.hero .container .specification {
  /* position: absolute; */
  /* bottom: 150px; */
  /* left: 0; */
  margin-top: 300px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.hero .container .specification .left-spec div:nth-child(1) {
  color: #ffffff;
  width: 170px;
  height: 60px;
  margin: 0 0 15px 100px;
  border-top: 1px solid #232323;
  border-right: 1px solid #232323;
  border-bottom: 1px solid #232323;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .container .specification .left-spec div:nth-child(2) {
  color: #ffffff;
  width: 170px;
  height: 60px;
  margin: 0 0px 0px 20px;
  border-top: 1px solid #232323;
  border-right: 1px solid #232323;
  border-bottom: 1px solid #232323;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .container .specification .left-spec .meter i {
  color: red;
  font-size: 18px;
}
.hero .container .specification .left-spec .weight i {
  color: teal;
  font-size: 18px;
}
.hero .container .specification .right-spec div:nth-child(1) {
  color: #ffffff;
  width: 170px;
  height: 60px;
  margin: 0 120px 15px 0px;
  border-top: 1px solid #232323;
  border-left: 1px solid #232323;
  border-bottom: 1px solid #232323;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .container .specification .right-spec div:nth-child(2) {
  color: #ffffff;
  width: 170px;
  height: 60px;
  margin: 0 0px 15px 100px;
  border-top: 1px solid #232323;
  border-left: 1px solid #232323;
  border-bottom: 1px solid #232323;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .container .specification .right-spec .battery i {
  color: green;
  font-size: 18px;
}
.hero .container .specification .right-spec .average i {
  color: rgb(2, 255, 49);
  font-size: 18px;
}
.hero .container .shop-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.hero .container .shop-button a {
  background-color: #715a5a;
  width: 200px;
  height: 50px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  font-size: larger;
  transition: all 0.2s ease-in-out;
  border-radius: 2px;
}
.hero .container .shop-button a:hover {
  border: 1px solid #715a5a;
  background-color: #000;
}
.hero .container .tools {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.hero .container .tools div {
  background-color: #715a5a;
  color: #000;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.hero .container .tools div i {
  font-size: 18px;
}
.hero .container .tools div:hover {
  cursor: pointer;
  background-color: #000000;
  color: #715a5a;
  border: 1px solid #715a5a;
}

/* shop-by-model */
.bg-d {
  background-color: #000000;
}

.shop-heading {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-family: "Michroma", sans-serif;
}

.card {
  border-radius: 20px;
}

.shop-by-model .container .row .card {
  background-color: #232323;
  color: #999999;
  text-align: justify;
}

.card-title {
  color: #fff;
}
.btn {
  background-color: #715a5a;
  border: none;
  border-radius: 2px;
  border: 1px solid #000;
}
.btn:hover {
  border: 1px solid #715a5a;
  background-color: #000;
}

/* product category */
.product-category .container .row .card {
  background-color: #232323;
  color: #999999;
  text-align: justify;
}

/* why choose us timeline */
.section-header {
  text-align: center;
  margin-bottom: 80px;
}

.section-header .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #715a5a;
  margin-bottom: 18px;
}

.section-header .eyebrow::before,
.section-header .eyebrow::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #715a5a;
}

.section-header h2 {
  font-family: "Michroma", sans-serif;
  /* font-size: clamp(2.2rem, 5vw, 3.8rem); */
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.section-header h2 span {
  color: #715a5a;
}

.section-header p {
  margin-top: 16px;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.4);
  max-width: 460px;
  margin-inline: auto;
}

/* ── TIMELINE WRAPPER ── */
.timeline {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}

/* Center vertical line */
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    #715a5a 8%,
    #715a5a 92%,
    transparent 100%
  );
}

/* ── TIMELINE ITEM ── */
.timeline-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
  padding: 0 52px 60px 0;
}

/* Right-side items */
.timeline-item:nth-child(even) {
  justify-content: flex-start;
  padding: 0 0 60px 52px;
  margin-left: 50%;
}

/* ── DOT on the center line ── */
.timeline-item::before {
  content: "";
  position: absolute;
  top: 22px;
  right: -7px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #715a5a;
  border: 2px solid #000000;
  box-shadow: 0 0 0 3px rgba(113, 90, 90, 0.25);
  z-index: 2;
  transition: box-shadow 0.2s;
}

.timeline-item:nth-child(even)::before {
  right: auto;
  left: -7px;
}

.timeline-item:hover::before {
  box-shadow: 0 0 0 6px rgba(113, 90, 90, 0.2);
}

/* ── CONTENT BOX ── */
.timeline-box {
  position: relative;
  background: #0d0d0d;
  border: 1px solid rgba(113, 90, 90, 0.2);
  border-radius: 12px;
  padding: 26px 28px;
  max-width: 380px;
  width: 100%;
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition:
    border-color 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
}

.timeline-item:hover .timeline-box {
  border-color: rgba(113, 90, 90, 0.55);
  transform: translateY(-3px);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(113, 90, 90, 0.1);
}

/* Arrow pointer — left-side boxes point right */
.timeline-box::after {
  content: "";
  position: absolute;
  top: 24px;
  right: -8px;
  width: 14px;
  height: 14px;
  background: #0d0d0d;
  border-top: 1px solid rgba(113, 90, 90, 0.2);
  border-right: 1px solid rgba(113, 90, 90, 0.2);
  transform: rotate(45deg);
  border-radius: 2px;
}

.timeline-item:nth-child(even) .timeline-box::after {
  right: auto;
  left: -8px;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid rgba(113, 90, 90, 0.2);
  border-left: 1px solid rgba(113, 90, 90, 0.2);
}

.step-num {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Syne", sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #715a5a;
  margin-bottom: 10px;
}

.step-num span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(113, 90, 90, 0.15);
  border: 1px solid rgba(113, 90, 90, 0.35);
  text-align: center;
  line-height: 18px;
  font-size: 0.6rem;
}

.timeline-box h3 {
  font-family: "Michroma", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.3;
}

.timeline-box p {
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.45);
}

.box-tag {
  display: inline-block;
  margin-top: 14px;
  padding: 3px 10px;
  background: rgba(113, 90, 90, 0.1);
  border: 1px solid rgba(113, 90, 90, 0.25);
  border-radius: 20px;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #715a5a;
}

/* promsie */
.promise .container .promise-box {
  width: 150px;
  height: 150px;
  background-color: #715a5a;
  border: 1px solid #715a5a;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.promise .container h2 {
  color: #fff;
  font-family: "Michroma", sans-serif;
  padding-bottom: 20px;
}

.promise .container .promise-box:hover {
  background-color: #000000;
  border: 1px solid #715a5a;
  border-radius: 100%;
}

.promise .container .promise-box:hover .promise-icon {
  color: #715a5a;
  transition: all 0.2s ease-in-out;
}

.promise .container .promise-box:hover .promise-text {
  color: #715a5a;
}

.promise .container .promise-box .promise-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: #000000;
  padding-bottom: 20px;
}

.promise .container .promise-text {
  color: #000000;
}

/* footer */
.footer {
  background-color: #232323;
  color: #fff;
  font-family: "Barlow", sans-serif;
  padding: 48px 60px 32px;
  width: 100%;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(113, 90, 90, 0.35);
}

.footer-logo {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 35px;
  line-height: 0.95;
  color: #715a5a;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.footer-logo sup {
  font-size: 18px;
}

.secial-icons ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style-type: none;
  gap: 20px;
}

.secial-icons ul li i {
  background-color: #715a5a;
  color: #000;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

.secial-icons ul li i:hover {
  background-color: #000000;
  color: #715a5a;
  cursor: pointer;
}

.footer-nav {
  display: flex;
  gap: 150px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  margin-right: 100px;
}

.footer-col h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #715a5a;
  margin-bottom: 16px;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col ul li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 400;
  transition: color 0.2s;
}
.footer-col ul li a:hover {
  color: #715a5a;
}

.footer-bottom {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-copy {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.5px;
}
.footer-copy a {
  color: rgba(255, 255, 255, 0.35);
}

.footer-legal {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-legal a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-legal a:hover {
  color: #715a5a;
}

/* <!-- media query <!-- */

@media (max-width: 768px) {
  .navbar {
    position: relative;
  }
  .navbar .container a {
    font-size: 15px;
  }
  .navbar .container img {
    width: 50px;
    height: 50px;
  }
  .hero .container h2 {
    padding-top: 150px;
    /* font-size: 22px; */
  }
  .hero .container {
    top: -100px;
    background-size: 350px;
    background-position: center 100%;
  }
  .hero .container .specification {
    display: block;
    margin-top: 290px;
  }
  .hero .container .specification .right-spec div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
  }
  .hero .container .specification div {
    font-size: 12px;
  }
  .hero .container .tools div {
    width: 35px;
    height: 35px;
  }
  .hero .container .tools div i {
    font-size: 12px;
  }

  /* why choose us time line */
  .why-choose-us {
    padding: 60px 16px;
  }

  .section-header {
    margin-bottom: 56px;
  }

  .timeline::before {
    left: 18px;
    transform: none;
  }

  .timeline-item,
  .timeline-item:nth-child(even) {
    width: 100%;
    margin-left: 0;
    padding: 0 0 44px 52px;
    justify-content: flex-start;
  }

  .timeline-item::before,
  .timeline-item:nth-child(even)::before {
    right: auto;
    left: 11px;
  }

  .timeline-box {
    max-width: 100%;
  }

  .timeline-box::after,
  .timeline-item:nth-child(even) .timeline-box::after {
    right: auto;
    left: -8px;
    top: 22px;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid rgba(113, 90, 90, 0.2);
    border-left: 1px solid rgba(113, 90, 90, 0.2);
  }

  /* promise */
  .promise .container .row {
    gap: 10px;
  }

  /* footer */
  .footer {
    padding: 36px 24px 24px;
  }

  .footer-top {
    flex-direction: column;
    align-items: left;
    /* text-align: center; */
    gap: 32px;
  }

  .footer-logo {
    font-size: 12px;
    text-align: left;
    /* width: 100%; */
  }

  .footer-nav {
    width: 100%;
    justify-content: center;
    gap: 40px;
  }

  .footer-col {
    flex: 1 1 40%;
    min-width: 140px;
    text-align: center;
  }

  .footer-col ul {
    align-items: center;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .footer-legal {
    justify-content: center;
  }
}
