.bg {
  /* margin-top: -2rem; */
  width: 100%;
  text-align: center;
}

.cover {
  width: 100%;
  height: auto;
}

.title h1 {
  position: absolute;
  font-size: 70px;
  line-height: 120px;
  letter-spacing: 0px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin: 10% 0;
  width: 100%;
  /* top: 5rem; */
  /* font-family: Chakra Petch, sans-serif !important; */
}

@media (max-width: 768px) {
  .title h1 {
    font-size: 2.5rem;
    margin: 0% 0;
    text-align: center;
  }
  .vehicle-title {
    font-size: 30px !important;
  }
}

#myBtnup {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #00000075;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtnup:hover {
  color: rgb(0, 0, 0);
  background-color: transparent;
}

.under-line.active-showroom::before {
  width: 100%;
  left: 0;
}
.vehicle-title {
  color: #212529;
  font-size: 44px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 600 !important;
}

.row {
  justify-content: center;
}

.mx-wd-99 {
  width: 99%;
}

.img-fluid {
  margin-bottom: 30px;
  max-width: 80% !important;
  height: auto;
}

.max-w-75 {
  max-width: 75% !important;
}

.d-grid {
  place-items: center;
}

.btn-quote {
  border-radius: 0.25rem;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  height: 35px;
  font-size: 0.9rem;
  line-height: 14px;
  letter-spacing: 1.2px;
  transition: 0.2s 0.1s;
  background-color: #1c1c1c;
  border: 0 solid;
  overflow: hidden;
  width: 50%;
  font-family: Helvetica, Arial, sans-serif;
}

.btn-quote:hover {
  background-color: #fff;
  border: 1px solid #1c1c1c;
  color: #1c1c1c;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease-in;
  padding-right: 30px;
  padding-left: 30px;
}

/* ---------start harabas series css---------- */

.model-unit-plate {
  width: 60%;
  height: auto;
}

.wd-75 {
  width: 75% !important;
}

#cookieConsentPopup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #222;
  color: #fff;
  padding: 20px;
  display: none;

  z-index: 9999;
}

#cookieConsentPopup.show {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

button {
  float: right;
  margin: 0 10px;
  padding: 10px 20px;
}

.form-spacing {
  justify-content: space-between;
  padding: 20px 100px;
}

.card {
  width: 300px;
  height: 420px;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  gap: 13px;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.062);
}

#cookieSvg {
  width: 50px;
}

#cookieSvg g path {
  fill: rgb(97, 81, 81);
}

.cookieHeading {
  font-size: 2.2em;
  font-weight: 800;
  color: rgb(26, 26, 26);
}

.cookieDescription {
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  color: rgb(99, 99, 99);
}

.cookieDescription a {
  --tw-text-opacity: 1;
  color: rgb(59, 130, 246);
}

.cookieDescription a:hover {
  text-decoration: underline;
}

.buttonContainer {
  display: flex;
  gap: 20px !important;
  flex-direction: row;
  margin-top: 10px;
}

.acceptButton {
  width: 114px;
  height: 45px;
  background-color: #000000;
  transition: all 0.2s ease;
  border: none;
  color: rgb(241, 241, 241);
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 4px 6px -1px #2e2e2e, 0 2px 4px -1px #2e2e2e;
}

.declineButton {
  width: 114px;
  height: 45px;
  background-color: #dadada;
  transition: all 0.2s ease;
  color: rgb(46, 46, 46);
  border: none;
  cursor: not-allowed;
  font-weight: 600;
  box-shadow: 0 4px 6px -1px #bebdbd, 0 2px 4px -1px #bebdbd;
}

.declineButton:hover {
  background-color: #ebebeb;
  box-shadow: 0 10px 15px -3px #bebdbd, 0 4px 6px -2px #bebdbd;
}

.acceptButton:hover {
  background-color: #2e2e2e;
  box-shadow: 0 10px 15px -3px #2e2e2e, 0 4px 6px -2px #2e2e2e;
}

#cookieOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: flex-end;
  justify-content: center;
  z-index: 500;
}

#cookieModal {
  background: #fff;
  width: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

#cookieOverlay.show {
  display: flex;
}

.bottom-cookies {
  display: flex;
}

/* -------end harabas series css --------- */
