@import url("https://fonts.googleapis.com/css2?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");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body,
html {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
:root {
  --primary-clr: #000000;
  --secondary-clr: #8d8d8d;
  --third-clr: #ffae00;
  --forth-clr: #ffffff;
}

/* Common Class */
.container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.row {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.row > * {
  padding: 0 15px;
}
a {
  display: inline-block;
  text-decoration: none;
}
ul > li {
  list-style-type: none;
}

/* Header Section */
.header-section {
  padding: 10px 0;
}
.nav-logo {
  max-width: 200px;
}
.nav-logo > a > img {
  width: 100%;
  height: 80%;
  object-fit: contain;
}
.list {
  position: relative;
  font-size: 24px;
  cursor: pointer;
}
.list::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: var(--third-clr);
  transition: width 0.4s ease;
}
.list:hover::after {
  width: 100%;
}
nav {
  gap: 400px;
}
nav,
.nav-right,
.nav-right > ul,
.header-btn {
  display: flex;
  align-items: center;
}
.nav-right {
  flex-grow: 1;
}
.nav-right > ul {
  margin: 0 auto;
  gap: 30px;
}
.nav-right > ul > li > a {
  font-size: 18px;
  color: var(--primary-clr);
}
.header-btn {
  gap: 25px;
}
.header-btn1 {
  color: var(--primary-clr);
  font-size: 18px;
}
.header-btn1:hover {
  transform: scale(1.2);
}
.header-btn2 {
  color: var(--forth-clr);
  padding: 4px 8px;
  background-color: var(--third-clr);
  border-radius: 5px;
  font-size: 18px;
}
.header-btn2:hover {
  transform: scale(1.2);
}
.hamburger {
  display: none;
}
.active {
  display: flex !important;
}

/* Banner Section */
.bannner-section {
  background: url(../assets/Banner4.png) center/cover no-repeat;
  min-height: 60vh;
  margin-bottom: 100px;
  position: relative;
}
.col-1 {
  width: 50%;
}
.bannner-section h1 {
  font-size: 40px;
  color: var(--primary-clr);
  padding-top: 40px;
}
h1 > span {
  font-weight: lighter;
  color: var(--third-clr);
}
.banner-flote {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: var(--forth-clr);
  padding: 35px;
  border-radius: 12px;
  position: absolute;
  width: 1100px;
  min-height: 155px;
  bottom: calc(-155px / 2);
  left: 50%;
  transform: translateX(-50%);
  box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.3);
}
.flot-part > h4 {
  color: var(--primary-clr);
  font-size: 20px;
}
.flot-img {
  display: flex;
  align-items: center;
  gap: 5px;
}
.flot-img > p {
  color: var(--secondary-clr);
  font-size: 15px;
}
.flot-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  background: var(--third-clr);
  padding: 16px;
  border-radius: 8px;
}
.flot-btn > a {
  color: var(--primary-clr);
}
.small-flot-section {
  display: none;
}

/* Slider Section */
.col-10 {
  width: 80%;
}
.col-2 {
  width: 20%;
}
.filter-sidebar {
  width: 250px;
  border-right: 1px solid var(--secondary-clr);
  padding: 20px;
}
.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-header h3 {
  margin: 0;
  font-size: 16px;
  color: var(--third-clr);
}
.clear-all {
  font-size: 14px;
  color: var(--secondary-clr);
  font-weight: bold;
}
.filter-section {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.filter-section h4 {
  font-size: 12px;
  color: var(--primary-clr);
}
.filter-section label {
  font-size: 14px;
  color: var(--primary-clr);
  display: flex;
  gap: 5px;
}
.km-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.km-btn {
  padding: 6px 12px;
  border: 1px solid var(--third-clr);
  border-radius: 5px;
  background-color: var(--forth-clr);
  color: var(--third-clr);
  font-size: 11px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.km-btn.active,
.km-btn:hover {
  background-color: var(--third-clr);
  color: var(--forth-clr);
}
.more-brands {
  font-size: 12px;
  display: flex;
  justify-content: center;
  color: var(--secondary-clr);
  margin-top: 5px;
  cursor: pointer;
}
.slider {
  width: 100%;
  height: 6px;
  -webkit-appearance: none;
  background: var(--secondary-clr);
  outline: none;
  border-radius: 3px;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--third-clr);
  cursor: pointer;
  border: 2px solid white;
}
.price-labels {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  color: var(--secondary-clr);
  margin-top: 5px;
}
.slder-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.slder-heading > p {
  font-size: 16px;
  color: var(--primary-clr);
  text-wrap: wrap;
}
.slider-sub {
  display: flex;
  gap: 10px;
  align-items: center;
}
.slider-sub > p {
  font-size: 14px;
  color: var(--secondary-clr);
}
.swiper {
  width: 100%;
  height: 100%;
  padding: 40px 0;
}
.main-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.main-img {
  max-width: 250px;
  height: 150px;
  margin: 0 auto;
}
.main-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card {
  max-width: 300px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 16px;
  position: relative;
  margin-bottom: 10px;
}
.card >hr{
  margin-bottom: 10px;
}
h3 img {
  max-width: 24px;
  min-height: 24px;
  object-fit: contain;
}
.card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.status {
  font-size: 12px;
  color: green;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #299d001a;
  padding: 5px 10px;
  width: fit-content;
  border-radius: 20px;
}
.status img {
  max-width: 9px;
  min-height: 9px;
  object-fit: contain;
}
.feature-img img {
  max-width: 12px;
  min-height: 12px;
  object-fit: contain;
}
.feature-img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
  color: #90A3BF;
  margin-bottom: 10px;
}
.price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price h4 {
  font-size: 18px;
  color: var(--primary-clr);
}
.price h4 span {
  font-size: 14px;
  color: var(--secondary-clr);
}
.btn {
  background: var(--third-clr);
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  color: var(--forth-clr);
  font-weight: bold;
  cursor: pointer;
}
.slider-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  background-color: var(--forth-clr);
  color: var(--primary-clr);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  opacity: 1;
  transition: background-color 0.3s, color 0.3s;
}
.swiper-pagination-bullet-active {
  background-color: var(--third-clr) !important;
  color: #fff;
}
.icon {
  display: none;
  cursor: pointer;
  font-size: 24px;
  color: #333;
}

/* Blank Section */
.blank-section {
  background-color: var(--forth-clr);
  margin-block: 400px;
  position: relative;
}
.form-pay1 {
  display: none;
}
.footer-flote {
  padding: 30px;
  background-color: var(--forth-clr);
  text-align: center;
  max-width: 800px;
  border-radius: 16px;
  position: absolute;
  min-height: 550px;
  bottom: calc(-550px / 2);
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3);
}
.footer-flote > p {
  font-size: 45px;
  color: var(--primary-clr);
  margin-bottom: 30px;
}
.footer-box-section {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}
.footer-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footer-box-text > input {
  outline: none;
  border: none;
}
.footer-box-text,
.footer-box-email {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid var(--secondary-clr);
}
textarea {
  outline: none;
  border: none;
  font-family: "Poppins", sans-serif;
}
.footer-box-textarea {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid var(--secondary-clr);
  font-size: 15px;
  text-align: start;
}
.form-btn > a {
  padding: 10px 12px;
  color: var(--forth-clr);
  background-color: var(--third-clr);
  border-radius: 8px;
}
.form-btn {
  margin-right: auto;
}
.form-side-p {
  display: flex;
}
.form-side-up {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.form-side-p > p {
  font-size: 25px;
}
.form-side-up > p {
  font-size: 15px;
  color: var(--secondary-clr);
}
.fotter-last-img {
  max-width: 700px;
}
.fotter-last-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.form-pay {
  max-width: 150px;
}
.form-pay > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.form-side-icon {
  max-width: 180px;
}
.form-side-icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Footer Section  */
.col-4 {
  width: 25%;
}
.footer-section {
  padding-top: 300px;
  padding-bottom: 20px;
  background-color: var(--primary-clr);
}
.footer1 {
  display: flex;
  flex-direction: column;
}
.footer1 > p {
  font-size: 15px;
  color: var(--forth-clr);
  margin-bottom: 30px;
}
.footer-logos {
  display: flex;
  align-items: center;
  gap: 5px;
}
.fotter-logo {
  max-width: 24px;
  min-height: 24px;
}
.fotter-logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-icon {
  max-width: 200px;
}
.footer-icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-section ul > li {
  color: var(--forth-clr);
  font-size: 15px;
  margin-bottom: 35px;
}
.footer-btn {
  padding: 8px 12px;
  color: var(--forth-clr);
  background-color: var(--third-clr);
  border-radius: 8px;
}
input[type="email"] {
  outline: none;
  border: none;
  color: #b0b0b0;
  background-color: transparent;
}
.footer-input {
  padding: 10px 15px;
  border-radius: 8px;
  background-color: #d9d9d9;
}
.footer-section > div > hr {
  border: 1px solid var(--third-clr);
}
.footer-last {
  display: flex;
  justify-content: center;
  padding-top: 5px;
  gap: 5px;
}
.footer-last > p {
  color: var(--forth-clr);
  font-size: 15px;
}
#scrollUpBtn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 100;
  font-size: 12px;
  border: none;
  outline: none;
  background-color: var(--secondary-clr);
  color: var(--forth-clr);
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  display: none;
  transition: background-color 0.3s;
}
#scrollUpBtn:hover {
  background-color: var(--third-clr);
}

@media screen and (max-width: 1250px) {
  /* Slider Section  */
  .col-10 {
    width: 100%;
  }
  .filter-sidebar {
    position: absolute;
    backdrop-filter: blur(10px);
    transform: translateX(-100%);
    z-index: 99;
    border-right: none;
    transition: transform 0.5s ease;
  }
  .icon {
    display: block;
    position: relative;
  }
  #dash:checked ~ .filter-sidebar {
    transform: translateX(0);
  }
  .slider-sub > img,
  .slider-sub > p {
    display: none;
  }
  .slder-heading {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1200px) {
  /* Header Section */
  .hamburger {
    position: relative;
    width: 40px;
    height: 30px;
    background: transparent;
    cursor: pointer;
    display: block;
    margin-left: auto !important;
  }
  .hamburger input {
    display: none;
  }
  .hamburger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: var(--primary-clr);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .hamburger span:nth-of-type(1) {
    top: 0px;
    transform-origin: left center;
  }
  .hamburger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
    transform-origin: left center;
  }
  .hamburger span:nth-of-type(3) {
    top: 100%;
    transform-origin: left center;
    transform: translateY(-100%);
  }
  .hamburger input:checked ~ span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 0px;
    left: 5px;
  }
  .hamburger input:checked ~ span:nth-of-type(2) {
    width: 0%;
    opacity: 0;
  }
  .hamburger input:checked ~ span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 28px;
    left: 5px;
  }
  .nav-right {
    display: none;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 80px;
    background-color: rgba(164, 170, 134, 0.3);
    backdrop-filter: blur(10px);
    padding: 10px;
    animation: dropdown 1 500ms forwards linear;
  }
  @keyframes dropdown {
    from {
      transform: translateX(-30px);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
  .nav-right > ul {
    flex-direction: column;
  }
  .header-btn {
    flex-direction: column;
    padding-top: 30px;
  }
  nav {
    gap: 200px;
  }

  /* Banner Section */
  .bannner-section {
    margin-bottom: 40px;
  }
  .banner-flote {
    display: none;
  }

  /* Small-flote Section */
  .small-flot-section {
    display: block;
    margin-bottom: 30px;
    padding-block: 20px;
  }
  .col-5 {
    width: 20%;
    display: flex;
    align-items: center;
  }
  .flot-btn {
    max-width: fit-content;
  }

  /* Blank Section*/
  .footer-box-section {
    display: flex;
  }
  .form-side-p {
    flex-direction: column-reverse;
  }
  .form-pay {
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  /* Banner Section */
  .bannner-section {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .col-1 {
    width: 100%;
  }

  /* Small-flote Section */
  .small-flot-section {
    margin-bottom: 30px;
  }
  .col-5 {
    width: 40%;
  }
  .small-flot-section > div > div {
    row-gap: 20px;
  }

  /* Blank Section */
  .blank-section {
    margin-block: 350px;
  }
  .form-side-p > p {
    font-size: 15px;
  }
  .footer-flote > p {
    font-size: 25px;
    margin-bottom: 20px;
  }

  /* Footer Section  */
  .col-4 {
    width: 50%;
  }
  .footer-section > div > div {
    row-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  /* Header Section */
  nav {
    gap: 100px;
  }

  /* Slider Section */
  .main-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  /* Blank Section */
  .blank-section {
    margin-block: 250px;
  }
  .footer-flote {
    padding: 30px;
    min-height: 450px;
  }
  .footer-box-section {
    gap: 20px;
  }
  .form-side-icon {
    width: 150px;
  }
}
@media screen and (max-width: 576px) {
  /* Header Section */
  nav {
    gap: 100px;
  }
  .nav-logo {
    max-width: 150px;
  }
  .hamburger span {
    height: 4px;
    width: 100%;
  }
  .hamburger {
    width: 30px;
    height: 20px;
  }
  .hamburger input:checked ~ span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 7px;
    left: 5px;
  }
  .nav-right > ul > li > a {
    font-size: 12px;
  }
  .nav-right > ul {
    gap: 5px;
  }
  .header-btn {
    gap: 15px;
  }
  .header-btn {
    padding-top: 15px;
  }
  .header-btn1 {
    font-size: 12px;
  }
  .header-btn2 {
    font-size: 12px;
  }

  /* Banner Section */
  nav {
    gap: 50px;
  }
  .bannner-section {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .bannner-section h1 {
    font-size: 30px;
  }

  /* Small-flote Section */
  .small-flot-section {
    margin-bottom: 10px;
    padding-block: 10px;
  }
  .col-5 {
    width: 50%;
  }
  .small-flot-section > div > div {
    row-gap: 10px;
  }
  .flot-btn {
    gap: 5px;
    padding: 8px;
  }
  .flot-btn > a {
    font-size: 12px;
  }
  .flot-arrow {
    max-width: 14px;
    min-height: 14px;
  }
  .flot-part > h4 {
    font-size: 15px;
  }
  .flot-img > p {
    font-size: 12px;
  }

  /* Slider Section */
  .card {
    max-width: 260px;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 5px;
  }
  .slder-heading > p {
    font-size: 12px;
  }
  .slider-sub > p {
    font-size: 10px;
  }
  .main-img {
    max-width: 200px;
    height: 100px;
    margin: 0 auto;
  }
  .card h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .status {
    font-size: 10px;
    margin-bottom: 8px;
  }
  .btn {
    padding: 8px 12px;
    font-size: 10px;
  }
  .price h4 {
    font-size: 15px;
  }
  .price h4 span {
    font-size: 10px;
  }
  h3 img{
    max-width: 20px;
    min-height: 20px;
  }

  /* Blank Section */
  .blank-section {
    margin-block: 220px;
  }
  .form-side {
    display: none;
  }
  .form-pay1 > img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .footer-form {
    display: flex;
    gap: 12px;
  }
  .form-btn > a {
    padding: 10px;
    font-size: 12px;
  }
  .footer-flote {
    padding: 20px;
    min-height: 450px;
    width: 280px;
  }

  /* Footer Section  */
  .col-4 {
    width: 100%;
  }
  .footer-section > div > div {
    row-gap: 10px;
  }
  .footer-input {
    max-width: 250px;
  }
  .fotter-logo {
    max-width: 14px;
    min-height: 14px;
  }
  .footer-icon {
    max-width: 150px;
  }
  .footer1 > p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .footer-section ul > li {
    color: var(--forth-clr);
    font-size: 12px;
    margin-bottom: 10px;
  }
  .footer-last > p {
    font-size: 12px;
  }
  .footer-last > img {
    max-width: 14px;
    min-height: 14px;
    object-fit: contain;
  }
}
