body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.biggerCarlogSection {
  position: fixed;
  width: 100dvw;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.808);
  z-index: 9;
  display: none;
  padding: 1rem;
}
.biggerCarlogSection .exitButton {
  position: absolute;
  border-radius: 50%;
  top: 2rem;
  right: 2rem;
  transform: translate(-50%, -50%);
  cursor: pointer;
  color: black;
  z-index: 5;
}
.biggerCarlogSection .exitButton i {
  font-size: 1.2rem;
  color: white;
  padding: 0.5rem 0.7rem;
  color: black;
  z-index: 5;
}
.biggerCarlogSection .exitButton i::after {
  content: "Exit";
  display: inline;
  position: absolute;
  font-size: 0.8rem;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 0rem;
  color: transparent;
  transition: ease-in 0.2s all;
  letter-spacing: 0.1rem;
}
.biggerCarlogSection .exitButton:hover i::after {
  color: black;
  left: -1rem;
}
.biggerCarlogSection .biggerCarlog {
  position: relative;
  width: 100%;
  max-width: 35rem;
  background-color: #f3f4f6;
  border-radius: 0.5rem;
  position: relative;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.biggerCarlogSection .biggerCarlog .biggerCarLogLikeBtn {
  background-color: transparent;
  border: none;
  position: absolute;
  color: red;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
}
.biggerCarlogSection .biggerCarlog .carModel {
  font-size: 1.3rem;
  font-weight: 600;
  display: block;
  max-width: 15rem;
}
.biggerCarlogSection .biggerCarlog .carMake {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: grey;
}
.biggerCarlogSection .biggerCarlog .slider-container {
  position: relative;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0.3rem;
  margin-top: 1rem;
  max-height: 14rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.biggerCarlogSection .biggerCarlog .slider {
  display: flex;
  transition: transform 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 14rem;
}
.biggerCarlogSection .biggerCarlog .slide {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.biggerCarlogSection .biggerCarlog .slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 2rem;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}
.biggerCarlogSection .biggerCarlog .prev-btn {
  left: 10px;
}
.biggerCarlogSection .biggerCarlog .next-btn {
  right: 10px;
}
.biggerCarlogSection .biggerCarlog .carDataContainer {
  word-break: keep-all;
  flex-wrap: wrap;
  align-content: normal;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 1rem auto;
  padding: 0 1.5rem;
  text-align: left;
  margin-top: 1rem;
}
.biggerCarlogSection .biggerCarlog .carDataContainer span {
  padding: 0.3rem 0;
}
.biggerCarlogSection .biggerCarlog .bigCarLogPrice {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.biggerCarlogSection .biggerCarlog .bigCarLogPrice span {
  color: red;
}
.biggerCarlogSection .biggerCarlog .prevOwnerTestimonal {
  padding-top: 0rem;
  font-weight: 500;
}
.biggerCarlogSection .biggerCarlog .prevOwnerTestimonal label {
  color: rgb(114, 87, 87);
  font-size: 1.1rem;
}
.biggerCarlogSection .biggerCarlog .prevOwnerTestimonal p {
  padding-top: 0.2rem;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  color: gray;
  text-align: center;
}
.biggerCarlogSection .biggerCarlog .addToCartBtn {
  width: 100%;
}/*# sourceMappingURL=biggerCarlogSection.css.map */