:root {
  --bg-color: #fff;
  --primary-color: #ff1300;
  --heading-color: #000000;
  --para-color: #64748b;
  --para-color2: #ffffff;
  --tag-color: #a6a6a6;
  --border-color: #000000;
}
html {
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
.container {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding: 0 30px;
  position: relative;
}

.float-whatsapp-icon {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  display: block;
  z-index: 9999;
}
.float-whatsapp-icon img {
  width: 100%;
}

/* header */
.header {
  background-color: var(--bg-color);
  min-height: 80px;
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #e37067;
  z-index: 999;
}
.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header-logo-wrap img {
  max-height: 60px;
  height: 100%;
}
.header-menu-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  list-style: none;
}
.header-menu-wrap a {
  text-decoration: none;
  color: var(--para-color2);
  font-size: 16px;
}
.header-menu-btn a {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background-color: var(--primary-color);
  padding: 8px 15px;
}
.header-menu-btn a img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

/* hero */
.hero-section-main {
  padding: 140px 0 60px;
  background-image: url(./assets/bg.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
.hero-section-main:before {
  content: "";
  background: #0000009c;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hero-section {
  display: flex;
  gap: 40px;
}
.hero-section > div {
  width: 50%;
  margin: auto;
  /* text-align: center; */
}
.hero-section-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-section-text-wrap .eyebrow {
  padding: 5px 10px 5px 0;
  font-size: 14px;
  border-radius: 4px;
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.heading {
  font-size: 60px;
  color: #fff;
  margin-bottom: 10px;
}
.para {
  font-size: 20px;
  color: #fff;
}
.tags-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}
.tags-wrap > p {
  font-size: 12px;
  color: var(--para-color2);
  background-color: var(--tag-color);
  padding: 5px 10px;
  border-radius: 4px;
}
.para2 {
  font-size: 14px;
  color: #fff;
}
.hero-button-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.btn-whatsapp {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.btn-whatsapp > img,
.btn-call > img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.btn-call {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 12px 24px;
  font-size: 14px;
}
.hamburger {
  display: none;
  cursor: pointer;
}

.hero-section-form-wrap {
  background: #fff;
  height: 100%;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  margin-left: auto;
}
.hero-section-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 15px;
}
.hero-section-form > input {
  min-height: 40px;
  border-radius: 4px;
  border: 1px solid #d7d6d6;
  padding: 0 12px;
  color: #000;
}
.hero-section-form > input::placeholder {
  color: #000;
}
.hero-section-form select {
  min-height: 40px;
  border: 1px solid #d7d6d6;
  border-radius: 4px;
  padding: 0 10px;
  color: #000;
}
.hero-section-form > input.form-sumit {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
  cursor: pointer;
}

/* cars-display-section */
.cars-display-section {
  padding: 60px 0;
  background-color: #f7f7f7;
  text-align: center;
}
.cars-display-main-wrapper > h2 {
  font-size: 36px;
  color: var(--heading-color);
  text-align: center;
  margin-bottom: 15px;
}
.cars-display-main-wrapper > h2 span {
  color: var(--primary-color);
}
.cars-display-main-wrapper > p {
  font-size: 16px;
  color: var(--para-color);
  max-width: 60%;
  width: 100%;
  margin: auto;
}
.cars-display-main-wrapper > .tags-wrap {
  justify-content: center;
}
.cars-display-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.2%;
  margin-top: 50px;
}
.cars-display-wrap {
  width: 32.5%;
  border-radius: 12px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  border: 2px solid #000;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.cars-display-img-wrap {
  background: #f6f6f6;
}
.cars-display-img-wrap img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  min-height: 312px;
  max-height: 312px;
}
.cars-display-content-wrapper {
  padding: 20px 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  flex: 1;
}
.cars-display-content-wrap .tags-wrap {
  justify-content: flex-start;
  margin-top: 0;
}
.cars-display-content-wrapper > h4 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
}
.average-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 3%;
}
.average-wrap {
  padding: 12px;
  width: 48.5%;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
.average-img-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.average-img-wrap img {
  max-width: 12px;
  width: 100%;
}
.average-img-wrap p {
  font-size: 12px;
  color: var(--para-color);
}
.average-wrap > p {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}
.cars-display-content-wrapper .hero-button-wrap {
  flex-direction: column;
}
.cars-display-content-wrapper .hero-button-wrap a {
  flex: 1;
  justify-content: center;
}

/* occasion-section-section */
.occasion-section {
  padding: 60px 0;
  text-align: center;
}
.occasion-main-wrapper > h2 {
  font-size: 36px;
  color: var(--heading-color);
  text-align: center;
  margin-bottom: 15px;
}
.occasion-main-wrapper > h2 span {
  color: var(--primary-color);
}
.occasion-main-wrapper > p {
  font-size: 16px;
  color: var(--para-color);
  max-width: 60%;
  width: 100%;
  margin: auto;
}
.occasion-display-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.2%;
  margin-top: 50px;
  text-align: left;
}
.occasion-display-wrap {
  width: 24%;
  border-radius: 12px;
  border: 2px solid #000;
  background-color: #ffffff;
  padding: 15px;
}
.occasion-display-wrap > img {
  width: 100%;
  min-height: 220px;
  max-height: 220px;
  object-fit: cover;
  object-position: center;
}
.occasion-display-wrap > h4 {
  font-size: 16px;
  color: #000000;
  margin: 10px 0 20px;
}
.occasion-display-wrap > p {
  font-size: 14px;
  color: var(--para-color);
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* occasion-section-section */
.experience-section {
  padding: 60px 0;
  text-align: center;
  background-image: url(./assets/bg1.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.experience-section:before {
  content: "";
  background: rgb(0 0 0 / 70%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.experience-main-wrapper > h2 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.experience-main-wrapper > h2 span {
  color: var(--primary-color);
}
.experience-main-wrapper > p {
  font-size: 16px;
  color: #fff;
  max-width: 60%;
  width: 100%;
  margin: auto;
}
.experience-display-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.2%;
  margin-top: 50px;
  text-align: left;
}
.experience-display-wrap {
  width: 32.5%;
  border-radius: 12px;
  border: 2px solid #000;
  background-color: #ffffff;
  padding: 24px;
}
.experience-display-wrapper2 {
  flex-wrap: nowrap;
  margin-top: 10px;
}
.experience-display-wrapper2 .experience-display-wrap {
  width: 100%;
}
.experience-display-img-wrap {
  padding: 15px;
  border-radius: 100px;
  background-color: var(--primary-color);
  display: inline-block;
}
.experience-display-img-wrap > img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: block;
}
.experience-display-wrap > h4 {
  font-size: 16px;
  color: #000000;
  margin: 10px 0 20px;
}
.experience-display-wrap > p {
  font-size: 14px;
  color: var(--para-color);
}

/* review-section */
.review-section {
  padding: 60px 0;
  text-align: center;
  background-color: #fff;
}
.review-main-wrapper > h2 {
  font-size: 36px;
  color: var(--heading-color);
  text-align: center;
  margin-bottom: 15px;
}
.review-main-wrapper > h2 span {
  color: var(--primary-color);
}
.review-main-wrapper > p {
  font-size: 16px;
  color: var(--para-color);
  max-width: 60%;
  width: 100%;
  margin: auto;
}
.review-slider-wrapper {
  display: flex;
  gap: 20px;
  margin-top: 50px;
}
.review-slider-wrap {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 12px;
  text-align: left;
  border: 2px solid #000;
  margin: 0 10px;
}
.review-slider-wrap > p {
  font-size: 16px;
  color: var(--para-color);
  padding: 24px;
  font-style: italic;
  min-height: 280px;
}
.review-slider-detail-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 24px;
  border-top: 1px solid #e5e7eb;
}
.review-slider-detail-wrapper > p {
  font-size: 14px;
  padding: 10px;
  border-radius: 100px;
  color: #ffffff;
  background-color: var(--primary-color);
}
.review-slider-detail-wrap > h6 {
  font-size: 16px;
  color: #000000;
}
.review-slider-detail-wrap > p {
  font-size: 12px;
  color: var(--para-color);
}

/* faq section */
.faq-section {
  padding: 60px 0;
  text-align: center;
  background-color: #f7f7f7;
}
.faq-main-wrapper > h2 {
  font-size: 36px;
  color: var(--heading-color);
  text-align: center;
  margin-bottom: 15px;
}
.faq-main-wrapper > h2 span {
  color: var(--primary-color);
}
.faq-main-wrapper > p {
  font-size: 16px;
  color: var(--para-color);
  max-width: 60%;
  width: 100%;
  margin: auto;
}
.faq-wrapper {
  text-align: left;
  margin-top: 30px;
}
.faq-wrap {
  margin-bottom: 20px;
}
.faq-ques {
  padding: 20px 45px 20px 20px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.faq-ques::before {
  content: "";
  background-image: url(./assets/plus.png);
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
}
.faq-ans {
  border-top: 1px solid #f6f6f6;
  padding: 20px;
  background-color: #fff;
  color: var(--para-color);
  display: none;
  font-size: 14px;
  line-height: 20px;
}

/* speak section */
.speak-section {
  padding: 60px 0 80px;
  text-align: center;
  background-color: var(--primary-color);
}
.speak-main-wrapper > h2 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.speak-main-wrapper > p {
  font-size: 16px;
  color: #fff;
  max-width: 60%;
  width: 100%;
  margin: auto;
}
.speak-main-wrapper .hero-button-wrap {
  justify-content: center;
}
.speak-section .btn-whatsapp {
  background-color: #fff;
  border-color: #fff;
  color: #e37067;
}
.speak-section .btn-call {
  color: #fff;
  border-color: #fff;
}

/* footer */
.footer {
  background-color: var(--bg-color);
  padding-bottom: 20px;
  text-align: center;
}
.footer-main-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.back-to-top-btn {
  background-color: var(--bg-color);
  border-radius: 100px;
  display: inline-block;
  position: relative;
  top: -20px;
}
.back-to-top-btn > img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
}
.footer-logo {
  display: inline-block;
  margin-bottom: 20px;
}
.footer-logo img {
  display: block;
  max-height: 60px;
  height: 100%;
  margin-top: 10px;
}
.footer-copyright {
  color: #000;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px;
  width: 60%;
}
.footer-menu-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  gap: 20px;
  margin-bottom: 20px;
}
.footer-menu-wrap li,
.footer-menu-wrap li a {
  font-size: 16px;
  color: #000;
}
.footer-bottom-text {
  border-top: 1px solid #63002b;
  padding-top: 20px;
  font-size: 14px;
  color: #000;
  position: relative;
}
.footer-bottom-text a {
  color: #000;
}
.footer-call img {
  max-width: 20px;
}
.footer-call {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1024px) {
  .hero-section {
    flex-wrap: wrap;
  }
  .hero-section > div,
  .occasion-main-wrapper > p,
  .cars-display-main-wrapper > p,
  .choose-main-wrapper > p,
  .experience-main-wrapper > p,
  .review-main-wrapper > p,
  .speak-main-wrapper > p,
  .footer-copyright,
  .hero-section-form-wrap {
    width: 100%;
    max-width: 100%;
  }
  .cars-display-wrap,
  .occasion-display-wrap {
    width: 49.4%;
  }
  .heading {
    font-size: 50px;
  }
  .hamburger {
    display: block;
    width: 30px;
  }
  .header-menu-wrapper {
    position: absolute;
    flex-direction: column;
    top: 72px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    padding: 0 10px;
    align-items: flex-start;
    gap: 0;
    display: none;
  }
  .header-menu-wrap {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #f6f6f6;
  }
  .header-menu-wrap a {
    color: #000000;
  }
  .header-menu-btn a {
    color: #fff !important;
  }
}
@media (max-width: 767px) {
  .heading {
    font-size: 40px;
    margin-top: 5px;
  }
  .para {
    font-size: 18px;
  }
  .cars-display-wrap,
  .occasion-display-wrap,
  .choose-display-wrap,
  .experience-display-wrap {
    width: 100%;
  }
  .experience-display-wrapper2 {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}

