#body-home{
	background: #f1f1f1;
}
#page-home {
	overflow-x: hidden;
}

@keyframes parallax {
	to {
		transform: translateY(-600px)
	}
}

.top-mv {
	padding: 80px 20px 0;
	background: #ffffff;
	position: relative;
	z-index: 1;
}

.top-mv::before {
	content: "";
	background-image: url(../images/zigzag-tight-blue.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 50%;
	max-width: 800px;
	min-height: 1300px;
	animation: linear parallax;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

.top-mv__container {
	max-width: 1200px;
	margin: auto;
	display: flex;
	align-items: center;
	gap: 60px;
}

/* LEFT CONTENT */
.top-mv__content {
	flex: 1;
}

.top-mv__title {
	font-size: clamp(3.2rem, 8vw, 72px);
	font-weight: 400;
	line-height: 1;
	margin-bottom: 20px;
}

.top-mv__subtitle {
	font-size: 28px;
	color: #4a4a68;
	margin-bottom: 32px;
}

.top-mv__highlight {
	color: #a400ff;
	font-weight: 600;
}

/* FORM */
.search-form {
	margin-bottom: 20px;
}

.search-form__field {
	position: relative;
}

.search-form__icon {
	margin-right: 10px;
	font-size: 16px;
	position: absolute;
	left: 18px;
	top: 24px;
}

.search-form__input {
	border: none;
	outline: none;
	width: 100%;
	font-size: 16px;
	border: 2px solid #bdbdbd;
	border-radius: 36px;
	padding: 25px 46px;
	/* height: 72px; */
	/* margin-bottom: 14px; */
	background: #f7f7f7;
}

.search-form__row {
	display: flex;
	gap: 12px;
	margin-top: 12px;
}

.search-form__row .search-form__field {
	flex: 1;
}

.search-form__button {
	width: 100%;
	padding: 26px 16px;
	border-radius: 20px;
	border: none;
	background: linear-gradient(267deg, #a608c0 0%, #a608c0 10%, #c400cc 33%, #c400cc 67%, #a608c0 90%, #a608c0 100%);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	margin-top: 12px;
}

/* FOOTER INFO */
.top-mv__note {
	font-size: 18px;
	color: #7e78a7;
	margin-top: 16px;
}

.top-mv__stores {
	display: flex;
	gap: 12px;
	margin-top: 20px;
}

.top-mv__stores img {
	height: 40px;
}

.top-mv__rating {
	margin-top: 12px;
	font-size: 12px;
	color: #7e78a7;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}



.view-rating {
	display: flex;
	align-items: center;

}


.view-rating__icon {
	width: 18px;
	height: 18px;
	display: flex;
}

.view-rating__icon svg {
	width: 100%;
	height: 100%;
	fill: #b400ff;
}


.top-mv__rating span[itemprop="ratingValue"] {
	font-weight: 600;
	font-size: 14px;
	color: #4a4a68;
}


.view-rating__icon--inactive svg {
	fill: #e0e0e8;
}

.view-rating__icon--half svg {
	fill: url(#star-gradient);
}


.top-mv__image {
	flex: 1;
	text-align: right;
	line-height: 0;
}

.top-mv__image img {
	max-width: 100%;
	height: auto;
}




.slide-mv__img img {
	width: 100%;
}

.home-about {
	background: #f1f1f1;
	padding: 64px 0;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
	z-index: 1;
}

.home-about__row {
	gap: 20px 0;
	position: relative;
	z-index: 1;
	padding: 32px 0;
}

.home-about__row:before {
	content: "";
	position: absolute;
	width: 80%;
	height: 100%;
	background: white;
	z-index: -1;
	top: 0;
	right: 0;
	border-radius: 24px;
}


.home-about .c-ttl__01 {

	margin-bottom: 0;
}

.home-about .c-ttl__01 p {
	text-transform: none;
	font-size: 20px;
	font-weight: 500;
}


.home-about__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	position: relative;
	z-index: 1;
	padding: 20px;
}


.home-about__divider {
	width: 125px;
	height: 2px;
	background-color: var(--color-main2);
	margin: 10px 0 20px 0;
}

.home-about__description {
	color: #333;
	line-height: 1.5;
	font-size: 16px;
	margin-bottom: 20px;
}

.home-about__list {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-bottom: 30px;
}


.home-about__item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.home-about__list-icon {
	width: 24px;
	height: 24px;
	color: #a500b5;
	flex-shrink: 0;
	margin-top: 4px;
}

.home-about__list-icon svg,
.home-about__list-icon img {
	width: 24px;
	height: 24px;
}

.home-about__list-ct {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
}

.home-about__list-ttl {
	margin: 0;
	font-size: 18px;
	color: #2d2a3d;
	font-weight: 400;
}

.home-about__list-text {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: #5e5c6d;
}

.home-about__slide-img {
	line-height: 0;
	overflow: hidden;
	border-radius: 24px;
}

.home-about__slide-img img {
	aspect-ratio: 4/6;
}



.car-selection {
	text-align: center;
	padding: 50px 0;

}

.car-selection__heading {

	margin-bottom: 40px;
}

.car-selection__grid {

	gap: 20px 0;

}

.car-selection__card {
	background: white;
	border-radius: 12px;
	padding: 8px;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	padding-bottom: 20px;
	transition: transform 0.3s;
}

.car-selection__card:hover {
	transform: translateY(-5px);
}

.car-selection__image {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	line-height: 0;
	display: block;
}

.car-selection__image-child {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 237 / 164;
}

.car-selection__label {
	display: block;
	margin-top: 15px;
	font-size: 18px;
	font-weight: 500;
}
.selection-available{
	padding: 50px 0;
}
.selection-available__ttl{
	text-align: center;
}
.available-row{
	gap: 40px 0;
}
.available-row__wrap{
	gap: 8px;
}
.available-row__img{
	width: 80px;
	height: 80px;
	border-radius: 8px;
	overflow: hidden;
}
.available-row__img img{
	width: 100%;
	height: 100%;
}
.available-row__ttl{
	font-size: 18px;
}
.promo-banner {
  padding: 40px 0;
}

.promo-banner__block {
  background-color: #3182f5;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 40px;
  color: white;
  gap: 40px;
  overflow: hidden;
}

.promo-banner__info {
  flex: 1;
}

.promo-banner__title {
  font-size: 64px;
  margin: 0 0 20px;
  line-height: 1.1;
  font-weight: 400;
}

.promo-banner__text {
  font-size: 24px;
  margin-bottom: 30px;
}

.promo-banner__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: white;
  color: #3182f5;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}

.promo-banner__button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.promo-banner__media {
  flex: 1;
}

.promo-banner__image {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

/* Responsive cho điện thoại */
@media (max-width: 992px) {


	/* .top-mv__image {
		text-align: center;
		margin-top: 40px;
	} */
	.top-mv{
		background: white;
		padding: 20px 0;
		border-radius: 0 0 30px 30px;
	}
	.top-mv:before{
		display: none;
	}
	.top-mv__image{
		display: none;
	}

	.search-form__row {
		flex-direction: column;
	}
	.top-mv__title{
		margin-bottom: 10px;
	}
	.top-mv__subtitle{
		font-size: 20px;
	}
	.search-form__input{
		/* height: 52px; */
		padding: 16px 42px;
	}
	.search-form__icon{
		top: 15px;
	}
	.search-form__button{
		padding: 16px 20px;
		border-radius: 52px;
	}
	.home-about{
		background: white;
		padding: 20px 0;
		margin-top:25px;
		border-radius: 30px;
	}
	.home-about__row{
		padding: 0;
	}
	.home-about .js-slide .slick-list{
		margin: 0;
	}
	.home-about__content{
		padding: 0;
	}
	.home-about__list{
		gap: 20px;
	}
	.promo-banner__block{
		flex-direction: column;
		padding: 20px;
		text-align: center;
	}
	.promo-banner__title{
		font-size: 32px;
	}
	.promo-banner__text{
		font-size: 18px;
	}
	.car-selection{
		padding-bottom: 0;
	}
	.promo-banner{
		padding: 0 0 20px;
	}
	.available-slider:not(:last-child){
		margin-bottom: 20px;
	}
}
@media (max-width: 768px) {

}

