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

.header {
  display: flex;
  min-height: 100%;
  width: 100%;
  flex-direction: row;
  background-image: url(/carResellImgs/headerBG.png);
  background-position: 0, 80%;
  overflow: hidden;
}
.header div img {
  width: 100%;
}

.headerContent {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 0.5rem;
}

.headerTitle {
  font-size: 2.3rem;
  max-width: 90%;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  margin-top: 0.8rem;
}

.headerParagraph {
  margin-top: 1rem;
  max-width: 30rem;
  text-align: center;
  line-height: 1.4rem;
}

.headerButtonHolder {
  margin: 0 auto;
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
}
.headerButtonHolder .playstore-button:hover {
  background-color: transparent;
  color: rgb(0, 0, 0);
}
.headerButtonHolder .icon {
  height: 1.5rem;
  width: 1.5rem;
}
.headerButtonHolder .texts {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}
.headerButtonHolder .text-1 {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.headerButtonHolder .text-2 {
  font-weight: 600;
}
.headerButtonHolder .playstore-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  border-radius: 9999px;
  background-color: rgb(0, 0, 0);
  padding: 0.625rem 1.5rem;
  text-align: center;
  color: rgb(255, 255, 255);
  outline: 0;
  transition: all 0.2s ease;
  text-decoration: none;
  width: 15rem;
  transform: scale(0.9);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.headerButtonHolder .playstore-button:hover {
  background-color: transparent;
  color: rgb(0, 0, 0);
}
.headerButtonHolder .icon {
  height: 1.5rem;
  width: 1.5rem;
}
.headerButtonHolder .texts {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}
.headerButtonHolder .text-1 {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.headerButtonHolder .text-2 {
  font-weight: 600;
}

.headerPageReview {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80%;
  background-color: red;
}
.headerPageReview .headerPageReviewImg {
  max-width: 6rem;
  max-height: 6rem;
  flex-grow: 1;
  border-radius: 50%;
}

.reviewContent {
  background-color: #fe7f22;
  border: 1px solid black;
}

.headerPageReviewContent {
  margin-left: 1rem;
}
.headerPageReviewContent .name {
  font-size: 1.3rem;
}
.headerPageReviewContent .starHolder {
  margin-top: 5px;
  display: flex;
}
.headerPageReviewContent .starHolder i {
  font-size: 10px;
  padding-right: 5px;
  color: #fe7f22;
}
.headerPageReviewContent .review {
  margin-top: 5px;
  text-align: center;
}

.gtrSection {
  border-radius: 38% 62% 0% 100%/39% 0% 100% 61%;
  background: linear-gradient(189deg, rgb(128, 105, 88) 0%, rgb(154, 93, 49) 39%, rgb(254, 127, 34) 100%);
  position: relative;
  width: 50%;
}

.gtrContainer {
  min-height: 100dvh;
  position: relative;
}
.gtrContainer img {
  position: absolute;
  top: 50%;
}

.slider-wrapper {
  max-width: 30rem;
  overflow: hidden;
  margin: 2rem auto;
  position: relative;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.review-container {
  min-width: 100% !important;
  display: flex;
  align-items: flex-end;
  border: 1px solid #ccc;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  gap: 1rem;
  box-sizing: border-box;
}

.review-image {
  width: 80px !important;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.review-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.review-content {
  font-size: 0.95rem;
  color: #333;
  text-align: right;
}

.review-author {
  font-weight: bold;
  margin-top: 0.5rem;
  text-align: right;
  color: #555;
}

.slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.slider-dots button {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border-radius: 50%;
  border: none;
  background-color: #ccc;
  cursor: pointer;
}

.slider-dots button.active {
  background-color: #fe7f22;
}

@media screen and (max-width: 1100px) {
  .headerContent {
    flex: 1;
  }
  .gtrSection {
    background-color: rebeccapurple !important;
    width: 35% !important;
    height: 100%;
    margin-left: auto;
  }
  .gtrContainer {
    width: 100% !important;
    margin-left: auto;
  }
  .gtrContainer img {
    right: -40%;
    width: 30rem !important;
  }
}
@media screen and (max-width: 900px) {
  .header {
    flex-direction: column;
  }
  .headerContent {
    flex: 1;
    width: 100%;
  }
  .gtrSection {
    width: 100% !important;
    height: 15rem !important;
    border-radius: 100% 0% 100% 0%/47% 100% 0% 53%;
    position: relative !important;
  }
  .gtrSection .gtrContainer {
    height: 15rem !important;
    position: absolute !important;
    top: 0 !important;
  }
  .gtrSection .gtrContainer img {
    position: absolute;
    bottom: 0 !important;
    top: 8rem;
    right: 0;
  }
}
@media screen and (max-width: 550px) {
  body {
    overflow: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .headerContent {
    padding: 0.5rem 1rem;
    min-height: 100dvh;
  }
  .headerTitle {
    font-size: 1.7rem;
    max-width: 97%;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: 800;
    margin-top: 1.2rem;
  }
  .headerButtonHolder {
    margin: 0 auto;
    margin-top: 1rem;
    display: flex;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .headerButtonHolder .playstore-button:hover {
    background-color: transparent;
    color: rgb(0, 0, 0);
  }
  .headerButtonHolder .icon {
    height: 1.5rem;
    width: 1.5rem;
  }
  .headerButtonHolder .texts {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
  }
  .headerButtonHolder .text-1 {
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .headerButtonHolder .text-2 {
    font-weight: 600;
  }
  .headerButtonHolder .playstore-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 9999px;
    background-color: rgb(0, 0, 0);
    padding: 0.625rem 1.5rem;
    text-align: center;
    color: rgb(255, 255, 255);
    outline: 0;
    transition: all 0.2s ease;
    text-decoration: none;
    width: 100%;
    transform: scale(0.9);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .headerButtonHolder .playstore-button:hover {
    background-color: transparent;
    color: rgb(0, 0, 0);
  }
  .headerButtonHolder .icon {
    height: 1.5rem;
    width: 1.5rem;
  }
  .headerButtonHolder .texts {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
  }
  .headerButtonHolder .text-1 {
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .headerButtonHolder .text-2 {
    font-weight: 600;
  }
  .slider-wrapper {
    width: 100%;
  }
  .gtrSection {
    width: 100% !important;
    height: 15rem !important;
    border-radius: 100% 0% 100% 0%/47% 100% 0% 53%;
    position: relative !important;
  }
  .gtrSection .gtrContainer {
    height: 15rem !important;
    position: absolute !important;
    top: 0 !important;
    padding: 0;
  }
  .gtrSection .gtrContainer img {
    position: absolute;
    bottom: 0 !important;
    right: 0;
    width: 23rem !important;
  }
}/*# sourceMappingURL=header.css.map */