.section {
	margin-top: 80px;
}

.section-wrap.first {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 50px;
}

.section-description {
	color: white;
}

.section-detail {
	/* border: 1px solid green; */
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.section-detail-title {
	/* border: 1px solid red; */
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.section-detail-title p {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.section-detail-title span {
	font-size: 16px;
}

.section-detail-lists {
	/* border: 1px solid red; */
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.section-detail-list {
	/* border: 1px solid black; */
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
}

.section-detail-list:nth-child(3) {
	border-bottom: none;
}

.section-detail-list img {
	width: 20px;
}

.section-detail-list .text {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.section-detail-list .text .title {
	font-weight: bold;
}

.section-detail-actions {
	display: flex;
	gap: 20px;
	margin-top: 10px;
}

.section-detail-actions button {
	margin: 0 !important;
}

.section-detail-actions button.tel {
	background-color: #ffcd29 !important;
	color: #00093f !important;
}

.section-detail-actions button.wa {
	background-color: #00093f !important;
	color: white !important;
}

.section-specification {
	/* border: 1px solid red; */
	background-color: #00093f;
	padding: 50px 0;
}

.section-specification .section-wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.section-specification p,
.section-specification span {
	color: white;
}

.section-specification span {
	font-weight: bold;
}

.daftar-mobil {
	padding-top: 50px;
	padding-bottom: 50px;
}

.thumbnail-wrapper {
	/* border: 1px solid red; */
	width: 100%;
}

.section-slider {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.main-wrapper .splide__slide {
	/* width: 100px !important; */
	border: 1px solid rgb(137, 137, 137) !important;
	/* background-color: #00093f !important; */
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	aspect-ratio: 1/1;
	overflow: hidden;
}

.splide__slide img {
	width: 100%;
	height: auto;
}

.thumbnail-wrapper .splide__slide {
	width: 100px !important;
	height: 70px !important;
}

.splide__slide {
	opacity: 0.5;
	/* border: 1px solid red !important; */
	/* margin: 0 !important; */
}

.splide__slide.is-active {
	opacity: 1;
}

.splide__list {
	height: fit-content;
}

@media (min-width: 768px) {
}

@media (min-width: 1024px) {
	.section-wrap.first {
		flex-direction: row;
		gap: 80px;
	}

	.section-slider {
		flex-direction: row;
	}

	.thumbnail-wrapper {
		width: fit-content !important;
		height: 100% !important;
	}

	.thumbnail-wrapper .splide__track {
		height: 100% !important;
		max-height: 490px !important;
	}

	.section-slider {
		width: 65%;
		/* border: 1px solid red; */
		gap: 40px;
	}

	.section-detail {
		width: 35%;
		/* border: 1px solid red; */
	}

	.thumbnail-wrapper .splide__slide {
		width: 110px !important;
		height: 110px !important;
	}
}

@media (min-width: 1336px) {
}

@media (min-width: 1440px) {
	.section {
		margin-top: 100px;
	}
}
