@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: "Inter" !important;
}
.nav-link {
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #0d0a19;
  margin-left: 20px;
}

.signUp-btn {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.1px;
  color: #9a9ea7;
}

.signUp-btn img {
  background: #f5f6f7;
  padding: 5px 8px;
  width: 30px;
  height: 28px;
  border-radius: 10px;
  margin-right: 5px;
}

.section1 {
  background-image: url(images/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 560px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.section1 h1 {
  font-family: Inter;
  font-weight: 700;
  font-size: 64px;
  line-height: 74px;
  letter-spacing: -0.3px;
  text-align: center;
  color: #ffffff;
  padding-top: 149px;
}

.sectionP {
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
}

.topFooter {
  background: #ffffff;
  box-shadow: 0px 3px 4px 0px #999ba826;
  border-radius: 8px;
  max-width: 945px;
  height: 82px;
  position: absolute;
  margin: 0px auto;
  bottom: -20px;
  left: 50%;
  z-index: 99;
  width: 98%;
  transform: translateX(-50%);
}

.topFooter p {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.1px;
  color: #9a9ea7;
  margin-left: 10px;
}

.form-select {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.1px;
  color: #0d0a19;
  border: none;
  margin-top: -10px;
}

.withoutp {
  margin-top: 27px;
}

.headerButton {
  background: #624ddb;
  border-radius: 10px;
  color: white;
  padding: 7px 15px;
  font-weight: 700;
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.1px;
}

.headerButton:hover {
  background-color: black;
  color: white;
}

.borderRight {
  border-right: 1px solid #ede8e9;
  height: 40px;
  margin-top: 15px;
}

.someMargin {
  margin-top: 30px;
}

.section2 {
  margin-top: 120px;
  margin-bottom: 100px;
  margin-left: 170px;
}

.s3img {
  margin-top: 15px;
}

.section3 h3 {
  font-family: Inter;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.1px;
  color: #0d0a19;
  margin-bottom: 50px;
}

.section3 h5 {
  font-family: Inter;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #0d0a19;
  margin-top: 10px;
  margin-left: 5px;
}

.section3 p {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.1px;
  color: #9a9ea7;
  margin-left: 5px;
}

.cardperaimg {
  width: 38px;
  height: 38px;
  opacity: 1;
  border-radius: 8px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #e4e6e8;
}

.cardperatext1 {
  color: #0d0a19;
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.1px;
  margin-left: 50px;
  margin-top: -37px;
}

.cardperatext2 {
  padding-left: 45px;
  margin-top: -10px;
  color: #9a9ea7;
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.1px;
}

.buybtn {
  font: Inter bold;
  padding: 10px;
  border-radius: 10px;
  border-color: #7963f0;
  background: #7963f0;
  color: white;
}

.cards {
  width: 360px;
  height: 422px;
  opacity: 1;
  border-radius: 14px;
  border-width: 1px;
  border: 1px solid #e4e6e8;
  margin-left: 10px;
}

/* section4 */
.containerx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
}

.leftx {
  width: 40%;
}

.leftx h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.leftx p {
  margin: 15px 0;
  line-height: 1.6;
  color: #666;
  font-size: 14px;
}

.counter {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}

.counter div {
  background: #fff;
  padding: 20px 15px;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-size: 22px;
  font-weight: bold;
}

.btnx {
  display: inline-block;
  margin-top: 20px;
  background: #e5e7eb;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: 600;
}

.rightx {
  width: 55%;
  position: relative;
}

.main-dashboard {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.main-dashboard img {
  width: 100%;
  border-radius: 12px;
}

/* responsive */
@media all and (max-width: 767px) {
  .section1 h1 {
    font-size: 38px;
  }

  .sectionP {
    font-size: 16px;
  }

  .topFooter {
    height: 120px;
  }

  .headerButton {
    width: 95%;
    padding: 17px 0px;
  }

  .section2 {
    margin-top: 320px;
    margin-left: 50px;
  }

  .section2 img {
    margin-top: 20px;
  }

  .cards {
    margin-left: 60px;
    margin-bottom: 10px;
  }

  .cardperatext1 {
    display: none;
  }

  .cardperatext2 {
    display: none;
  }
  .cardperaimg {
    margin-bottom: 5px;
  }

  /* section4 responive*/
  .containerx {
    flex-direction: column;
    text-align: center;
  }

  .leftx,
  .right {
    width: 100%;
  }

  .rightx {
    margin-top: 30px;
  }

  .counter {
    margin-left: 80px;
  }

  .Activeauctions {
    margin-left: 50px;
  }
}

/* section5 */

.section5 {
  margin-top: 20px;
  margin-bottom: 40px;
}
.carfinder-section-x {
  max-width: 1000px;
  margin: auto;
}

.carfinder-header-x {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.carfinder-header-x h2 {
  font-size: 22px;
  font-weight: bold;
}

.carfinder-tabs-x {
  display: flex;
  gap: 20px;
  font-size: 14px;
}

.carfinder-tabs-x span {
  cursor: pointer;
  padding: 6px 14px;
  border-radius: 20px;
  transition: 0.3s;
  color: #666;
}

.carfinder-tabs-x .active {
  background: #f5f5f5;
  font-weight: bold;
  color: #000;
}

.carfinder-main-x {
  display: flex;
  gap: 50px;
}

.carfinder-popular-x {
  width: 250px;
}

.carfinder-popular-x h3 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
  color: #666;
}

.carfinder-popular-list-x {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.carfinder-popular-item-x {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 8px;
  border-radius: 10px;
  transition: 0.3s;
}

.carfinder-popular-item-x:hover {
  background: #f8f8f8;
}

.carfinder-popular-left-x {
  display: flex;
  align-items: center;
  gap: 12px;
}

.carfinder-popular-left-x img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.carfinder-popular-left-x span {
  font-weight: bold;
  font-size: 14px;
}

.carfinder-popular-count-x {
  font-size: 13px;
  color: #666;
  margin-left: 42px;
}

.carfinder-arrow-x {
  color: #888;
  font-size: 18px;
}

.carfinder-others-x {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 50px;
}

.carfinder-other-item-x {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #444;
}

.carfinder-other-item-x span {
  font-weight: normal;
}

.footer-section-y {
  background: #f7f8fa;
  padding: 40px 60px;
}

.footer-links-y {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin: auto;
}

.footer-column-y h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #111;
}

.footer-column-y ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column-y ul li {
  margin-bottom: 10px;
}

.footer-column-y ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #555;
  transition: 0.3s;
}

.footer-column-y ul li a:hover {
  color: #000;
}

@media (max-width: 768px) {
  .footer-links-y {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .footer-links-y {
    grid-template-columns: 1fr;
  }
}

/* footer 2 */

.footer_z_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #555;
  padding: 10px 20px;
  border-top: 1px solid #e0e0e0;
}

.footer_left_z {
  display: flex;
  gap: 15px;
  align-items: center;
}

.footer_left_z a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.footer_center_z {
  color: #888;
}

.footer_right_z {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer_right_z div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer_icon_z {
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer_dots_z {
  width: 14px;
  height: 14px;
  
  background-size: contain;
  background-repeat: no-repeat;
}


