* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  color: black;
  text-decoration: none;
}
header {
  height: 9vh;
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
main {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 93%;
  height: 100%;
}
nav .logo {
  width: 9%;
  height: 100%;
  display: flex;
  align-items: center;
}
.midNav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  gap: 35px;
  color: #171a20;
}
nav .icons {
  display: flex;
  align-items: center;
  width: 9%;
  height: 20%;
  gap: 15px;
  padding-left: 15px;
}
main {
  margin-top: 9vh;
}
.top {
  height: 70vh;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: url("./media/Homepage-Promo-Model-3-Desktop-US-July.avif")
    no-repeat center center/cover;
}
.topContent,
.topArr,
.dots {
  width: 93%;
  height: 5%;
}
.topContent {
  height: 48%;
}
.topContent h1,
.topContent p,
.topContent .topButtons {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  gap: 0.5rem;
}
.topContent h1 {
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
  padding: 3rem 0 0 0;
}
p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  text-decoration: underline;
}
.topButton {
  width: 200px;
  height: 40px;
  background: #3457b1;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 5px;
  border: none;
  margin-top: 1rem;
}
.topArr {
  height: 43%;
  display: flex;
  justify-content: space-between;
}
.arrItem {
  height: 7vh;
  width: 7vh;
  border-radius: 5px;
  padding: 0.4rem;
  background: #efedea;
  box-shadow: 1px 5px 5px rgb(87, 87, 87);
}
.dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.balls {
  height: 0.8rem;
  width: 0.8rem;
  border-radius: 50%;
  background: #efedea;
  box-shadow: 1px 5px 5px rgb(87, 87, 87);
}
.mid {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.midContent {
  width: 75%;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  background: url(./media/Homepage-Card-Cybertruck-Desktop-Dynamic-Asset.avif)
    no-repeat center center/cover;
  border-radius: 0.8rem;
}
.midCard {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
.midCard h1 {
  width: 50%;
  font-weight: 600;
  color: #fff;
}
.midCard h1 svg {
  fill: #fff;
}
.midButtons {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.midCard .midButton {
  font-weight: 400;
  color: #fff;
  width: 150px;
  border-radius: 0.3rem;
  height: 40px;
  background: #171a20;
  border: none;
}
.bottom {
  width: 100%;
  height: 35vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.bottomCard {
  width: 45%;
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
  border-radius: 0.6rem;
}
.cardDis {
  flex: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
.cardDis h1 {
  font-size: 34px;
  font-weight: 600;
  color: #171a20;
}
.cardDis p {
  text-decoration: none;
  font-weight: 400;
  color: #5c5e70;
}
.cardDis button {
  width: 250px;
  height: 40px;
  background: #ffffff;
  color: #5c5e70;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 5px;
  border: none;
  margin-top: 1rem;
}
.cardImg {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cardImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer {
  height: 80vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footdis {
  width: 70%;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 11px;
  line-height: 18px;
}
.paras {
  color: #5c5e62;
}
