/* HERO STYLING */
.hero-home {
	height: 100vh;
	/* border: 1px solid magenta; */
	padding: unset;
	position: relative;
}

.carousel-hero {
  width: 100%;
  margin: 0px auto;
	/* border: 1px solid magenta; */
}

.carousel-hero .slick-slide {
	/* border: 1px solid green; */
	margin: 0;
	height: 100vh !important;
}

.carousel-hero .slick-slide img {
  width:100%;
	/* border: 1px solid magenta; */
	height: 100vh !important;
	object-fit: cover;
	object-position: center;
}

.carousel-hero .slick-slide img:nth-child(1) {
	display: initial;
}

.carousel-hero .slick-slide img:nth-child(2) {
	display: none;
}

.carousel-hero .slick-dots {
	/* border: 1px solid magenta; */
	bottom: 20px;
}

.carousel-hero .slick-dots li button:before {
  font-size:8px;
  color:#b9b9b9;
	/* border: 1px solid magenta; */
}

.carousel-hero .slick-next {
	/* border: 1px solid magenta !important; */
	right: 20px !important;
	z-index: 1 !important;
}

.carousel-hero .slick-prev {
	/* border: 1px solid magenta !important; */
	left: 20px !important;
	z-index: 1 !important;
}

@media only screen and (max-width: 1024px) {
	.carousel-hero .slick-slide img:nth-child(1) {
		display: none;
	}
	
	.carousel-hero .slick-slide img:nth-child(2) {
		display: initial;
	}
}

@media only screen and (max-width: 768px) {
	/* responsive hero */
}

@media only screen and (max-width: 425px) {
	/* responsive hero */
}

@media only screen and (max-width: 320px) {
	/* responsive hero */
}

@media only screen and (max-width: 280px) {
	/* responsive hero */
}

/* CEK STYLING */
.cek {
	padding: 0;
	/* border: 1px solid magenta; */
	display: flex;
	justify-content: center;
	gap: 2rem;
	position: absolute;
	top: calc(-244px / 2);
	width: 100%;
	height: 244px;
}

.cek .cek-harga {
	/* border: 1px solid black; */
	background-color: white;
	padding: 2rem;
	border-radius: 1rem;
	width: 100%;
	max-width: 580px;
	display: flex;
	align-items: center;
	transition: all .3s ease;
	z-index: 2;
	border: 1px solid rgb(218, 218, 218);
}

.cek .cek-harga--active {
	z-index: 22;
	transition: all .3s ease;
	box-shadow: unset;
}

.cek .cek-harga .cek-harga-form {
	/* border: 1px solid magenta; */
	display: flex;
	flex-direction: column;
	gap: 1rem;
	position: relative;
	width: 100%;
}

.cek .cek-harga-form .cek-harga-form-input {
	/* border: 1px solid blue; */
	display: flex;
	gap: 2rem;
}

.cek .cek-harga-form .cek-harga-form-input input {
	font-family: 'Barlow', sans-serif;
	border-radius: .4rem;
	/* border: 1px solid black; */
}

.cek .cek-harga-form .cek-harga-form-input label {
	font-weight: bold;
}

.cek .cek-harga-form-input--tarif p {
	font-weight: bold;
}

.cek .cek-harga-form-input--tarif .form-input-radio {
	display: flex;
	gap: 2rem;
}

.cek .cek-harga-form-input--tarif .form-input-radio .radio {
	display: flex;
	gap: .5rem;
}

.cek .cek-harga-form-input--terms {
	align-items: center;
}

.cek .cek-harga-form-input--terms select {
	width: 15rem;
	padding: .5rem;
	outline: none;
	color: var(--biru);
	border-radius: .4rem;
	/* border: 1px solid black; */
}

.cek .cek-harga-form .cek-harga-form-input--location {
	gap: 1rem;
	align-items: flex-end;
}

.cek .cek-harga-form-input--location .form-input-input {
	display: flex;
	flex-direction: column;
	gap: .5rem;
}

.cek .form-input-input-swap-btn img {
	width: 3rem;
	height: 3rem;
	/* border: 1px solid black; */
	cursor: pointer;
}

.cek .cek-harga-form-input--location .form-input-input input {
	width: 100%;
	min-width: 15rem;
	max-width: 15rem;
	padding: .5rem;
	outline: none;
}

.cek .cek-harga-form .cek-harga-form-input--cargo {
	gap: 5rem;
}

.cek .cek-harga-form-input--cargo .form-input-input {
	display: flex;
	flex-direction: column;
	gap: .5rem;
}

.cek .cek-harga-form-input--cargo select {
	width: 100%;
	min-width: 15rem;
	max-width: 15rem;
	padding: .5rem;
	outline: none;
	color: var(--biru);
	border-radius: .4rem;
	/* border: 1px solid black; */
}

.cek .cek-harga-form-input--cargo .form-input-input input {
	width: 100%;
	min-width: 15rem;
	max-width: 15rem;
	padding: .5rem;
	outline: none;
}

.cek .cek-harga .cek-harga-form input[type="submit"] {
	position: absolute;
	bottom: 0;
	right: 0;

	background-color: var(--biru);
	color: white;
	outline: none;
	border-radius: .5rem;
	padding: .8rem 2rem;
	border: none;
	cursor: pointer;
	margin-top: 1rem;
}

.cek .cek-resi {
	padding: 2rem;
	/* border: 1px solid green; */
	background: linear-gradient(40deg, var(--g-tracking-1) 0%, var(--g-tracking-2) 100%);;
	border-radius: 1rem;
	transition: all .3s ease;
	z-index: 2;
}

.cek .cek-resi--active {
	z-index: 22;
	transition: all .3s ease;
}

.cek .cek-resi .cek-resi-form {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 1rem;
	color: white;
}

.cek .cek-resi-form label {
	font-weight: 500;
	align-self: flex-start;
}

.cek-resi-form textarea {
	font-size: 1.2rem;
	font-family: 'Barlow', sans-serif;
	padding: 1rem;
	border-radius: 1rem;
	resize: none;
	outline: none;
}

.cek .cek-resi-form input[type="submit"] {
	background-color: var(--merah);
	color: white;
	outline: none;
	border-radius: .5rem;
	padding: .8rem 2rem;
	border: none;
	cursor: pointer;
	margin-top: 1rem;
}

/* responsive */
@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {
	.cek {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.cek .cek-resi {
		width: 100%;
		max-width: 580px;
	}

	.cek-resi-form textarea {
		width: 100%;
	}
}

@media only screen and (max-width: 540px) {
	.cek {
		padding: 0 2rem;
	}

	.cek .cek-harga .cek-harga-form {
		align-items: flex-end;
		width: 100%;
	}

	.cek .cek-harga-form-input {
		width: 100%;
	}

	.cek .cek-harga-form-input--tarif {
		flex-direction: column;
		gap: 1rem !important;
	}

	.cek .cek-harga .cek-harga-form input[type="submit"] {
		position: initial;
	}
	
}

@media only screen and (max-width: 425px) {
	.cek .cek-harga-form-input--tarif .form-input-radio {
		flex-wrap: wrap;
		gap: 1rem;
	}

	.cek .cek-harga-form .cek-harga-form-input--location,
	.cek .cek-harga-form .cek-harga-form-input--cargo {
		flex-direction: column;
		align-items: center;
		justify-content: initial;
	}

	.cek .cek-harga-form-input--location .form-input-input,
	.cek .cek-harga-form-input--cargo .form-input-input {
		width: 100%;
	}

	.cek .cek-harga-form-input--location .form-input-input input,
	.cek .cek-harga-form-input--cargo .form-input-input input,
	.cek .cek-harga-form-input--cargo .form-input-input select {
		max-width: unset;
	}

	.cek .cek-harga-form .cek-harga-form-input--cargo {
    gap: 1rem;
	}
}

@media only screen and (max-width: 320px) {

}

@media only screen and (max-width: 280px) {

}

/* LAYANAN STYLING */
.layanan {
	/* border: 1px solid magenta; */
	position: relative;
	/* background-color: white; */
	padding: 0;
}

.layanan-image {
	opacity: .12;
	background-image: url("../../images/Indonesia Wireframe Map.png");
	/* Set a specific height */
	/* width: 100vw; */
	min-height: 500px; 

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.layanan-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6rem;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	/* border: 1px solid blue; */
	/* z-index: -1; */
}

.layanan-wrapper .layanan-title {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	/* border: 1px solid blue; */
	text-align: center;
}

.layanan-title p:nth-child(1) {
	font-size: 3rem;
	font-weight: bold;
	color: var(--biru);
}

.layanan-title p:nth-child(2) {
	font-size: 2rem;
	font-weight: bold;
}

.layanan-desc {
	/* border: 1px solid blue; */
	text-align: center;
	line-height: 2.4rem;
}

/* EKSPEDISI STYLING */
.ekspedisi {
	height: 320px;
	width: 100%;
	/* position: relative; */
	/* border: 1px solid magenta; */
	padding: 0 8rem;
	position: absolute;
	/* bottom: calc(-320px / 3.2 * 2); */
	bottom: calc(-400px / 2);
	width: 100%;
	z-index: 1;
}

.ekspedisi .ekspedisi__image {
	background-size: cover;
	background-position: center;

	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}

/* Ketika background image card aktif */
.ekspedisi .ekspedisi__image--active {
	opacity: 1;
	transition: 1s ease;
}

.ekspedisi .ekspedisi__cards {
	display: flex;
	gap: 2rem;
	height: 100%;
	flex-wrap: wrap;
	z-index: 2;
}

.ekspedisi .ekspedisi__cards .card {
	flex: 1;
	padding: 2rem 3rem;
	background-color: var(--biru);
	border-radius: 3rem;

	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 1rem;
	cursor: pointer;
	transition: .3s ease;
	position: relative;
	overflow: hidden;
}

.ekspedisi .ekspedisi__cards .card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .5;
}

.ekspedisi .ekspedisi__cards .card:hover {
	background-color: var(--biru);
	transition: .3s ease;
}

.ekspedisi .ekspedisi__cards .card .card__header {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	height: 32px;
	transition: .3s ease;
	color: white;
	z-index: 1;
	/* border: 1px solid white; */
}

.ekspedisi .ekspedisi__cards .card .card__header .card__title {
	font-size: 2rem;
	font-weight: bold;
}

.ekspedisi .ekspedisi__cards .card .card__link {
	color: black;
	text-decoration: none;
	transition: .3s ease;
}

.ekspedisi .ekspedisi__cards .card .card__link:hover {
	color: blue;
	transition: .3s ease;
}

/* Ketika card aktif */
.ekspedisi .ekspedisi__cards .card--active {
	flex: 2;
	background-color: var(--biru);
	cursor: unset;
	transition: .3s ease;
	padding: 3rem;
}

.ekspedisi .ekspedisi__cards .card--active:hover {
	background-color: var(--biru);
}

.ekspedisi .ekspedisi__cards .card--active .card__header {
	height: 95px;
	transition: .3s ease;
	/* border: 1px solid white; */
}

/* responsive */
@media only screen and (max-width: 768px) {
	.ekspedisi {
		height: 700px;
		padding: 0 8rem;
		bottom: calc(-900px / 2);
	}

	.ekspedisi .ekspedisi__cards {
		flex-direction: column;
	}

	.layanan-image {
		min-height: 800px; 
	}

	.layanan-wrapper {
		padding: 0 8rem;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 2rem;
	}

	.layanan-desc p span {
		display: none;
	}

	.platform {
		padding-top: calc((900px / 2) + 6rem) !important;
	}
}

@media only screen and (max-width: 540px) {
	.layanan-image {
		min-height: 1100px; 
	}
}

@media only screen and (max-width: 425px) {
	.ekspedisi {
		padding: 0 2rem;
	}

	.layanan-wrapper {
		padding: 0 2rem;
	}

	.layanan-wrapper .layanan-title {
		margin-top: 10rem;
	}
}

@media only screen and (max-width: 320px) {

}

@media only screen and (max-width: 280px) {

}

/* PLATFORM STYLING */
.platform {
	/* border: 1px solid magenta; */
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: calc((400px / 2) + 6rem);
	padding-left: 15rem;
	padding-right: 15rem;
	gap: 4rem;
}

/* .platform .platform-carousel { */
	/* border: 1px solid magenta; */
/* } */

.platform .platform-carousel .platform-item {
	display: flex;
	align-items: center;
	gap: 8rem;
	/* background-color: gray; */
}

.platform .platform-carousel .platform-item .platform-image {
	/* border: 1px solid blue; */
	display: flex;
	justify-content: center;
	width: 45%;
}

.platform .platform-carousel .platform-item .platform-image img {
	width: 100%;
	margin: 0 auto;
	/* border: 1px solid salmon; */
}

.platform .platform-carousel .platform-item .platform-desc {
	/* border: 1px solid blue; */
	background-color: var(--biru);
	color: white;
	border-radius: 1.5rem;
	padding: 3rem;
	width: 100%;
}

.platform .platform-carousel .platform-item .platform-desc p:nth-child(1) {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.platform .platform-carousel .platform-item .platform-desc p:nth-child(2) {
	line-height: 2.4rem;
	text-align: justify;
}

.platform-carousel {
  width: 100%;
  margin: 0px auto;
}


/* Responsive */
@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {
	.platform {
		padding-left: 8rem;
		padding-right: 8rem;
	}

	.platform .platform-carousel .platform-item {
		/* display: flex; */
		/* align-items: center; */
		/* gap: 8rem; */
		/* background-color: gray; */
		gap: 4rem;
		flex-direction: column;
	}
	
}

@media only screen and (max-width: 540px) {
	.platform {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.platform .platform-carousel .platform-item .platform-image {
		width: 100%;
	}
}

@media only screen and (max-width: 320px) {

}

@media only screen and (max-width: 280px) {

}

/* WHY STYLING */
.why {
	/* border: 1px solid magenta; */
	padding: 6rem 0;
	padding-top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: linear-gradient(40deg, rgba(0,45,121,1) 0%, rgba(40,150,209,1) 100%);;
	color: white;
}

.why .why-line {
	width: 100%;
	height: 1rem;
	background-color: var(--merah);
	margin-bottom: 6rem;
}

.why .why-head {
	width: 100%;
	/* border: 1px solid magenta; */
	text-align: center;
	/* color: var(--biru); */
	margin-bottom: 4rem;
}

.why .why-head p {
	font-weight: 300;
}

.why .why-head .why-head__title {
	/* border: 1px solid magenta; */
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.why .why-items {
	display: flex;
	justify-content: center;
	/* border: 1px solid magenta; */
	gap: 3rem;
	padding: 0 8rem;
	width: 100%;
	flex-wrap: wrap;
}

.why .why-item {
	flex: 1;
	min-width: 190px;
	max-width: 25rem;
	min-height: 30rem;
	border: 1px solid white;
	border-radius: 1rem;

	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
	padding: 2rem;
}

.why .why-item .why-item-image {
	width: 10rem;
	/* border: 1px solid magenta; */
}

.why .why-item .why-item-body {
	/* border: 1px solid magenta; */
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
	text-align: center;
}

.why .why-item .why-item-body p:nth-child(1) {
	font-weight: 500;
}

.why .why-item .why-item-body p:nth-child(2) {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 2.5rem;
}

/* responsive */
@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 425px) {
	.why .why-head {
		padding: 0 2rem;
		margin-bottom: 4rem;
	}

	.why .why-head p span {
		display: none;
	}

	.why .why-head .why-head__title {
		font-size: 3rem;
	}

	.why .why-items {
		padding: 0 2rem;
	}
}

@media only screen and (max-width: 320px) {

}

@media only screen and (max-width: 280px) {

}

/* CTA STYLING */
.cta {
	/* border: 1px solid magenta; */
	padding: 0;
	position: relative;
}

.cta img {
	width: 100%;
	object-fit: cover;
}

.cta .cta-main {
	/* border: 1px solid magenta; */
	position: absolute;
	inset: 0;

	display: flex;
	justify-content: center;
	gap: 12rem;
	padding: 2rem 8rem;
}

.cta .cta-main-title {
	/* border: 1px solid blue; */
	display: flex;
	flex-direction: column;
	justify-content: center;

	font-size: 3.5rem;
	font-weight: bold;
	color: var(--biru);
}

.cta .cta-main-chat {
	/* border: 1px solid blue; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: .5rem;
	color: var(--biru);
	font-weight: 500;
}

.cta .cta-main-chat .cta-main-chat-button {
	padding: 1rem 6rem;
	font-size: 1.8rem;
	background-color: var(--biru);
	border-radius: 9rem;
}

/* Responsive */
@media only screen and (max-width: 1024px) {
	.cta .cta-main-title {
		font-size: 3rem;
	}
}

@media only screen and (max-width: 768px) {
	.cta .cta-main {
		justify-content: initial;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 2rem;
		padding: 6rem 8rem;
	}

	.cta .cta-main-title {
		text-align: center;
	}

	.cta img {
		width: 100%;
		object-fit: cover;
		height: 282px;
	}
}

@media only screen and (max-width: 540px) {
	.cta .cta-main {
		padding: 6rem 2rem;
	}

	.cta .cta-main-title span {
		display: none;
	}
}

@media only screen and (max-width: 320px) {

}

@media only screen and (max-width: 280px) {
	.cta .cta-main-title {
		text-align: center;
		font-size: 2.1rem;
	}

	.cta .cta-main-chat .cta-main-chat-button {
		padding: 1rem 4rem;
		font-size: 1.6rem;
	}
}

/* BLOG STYLING */
.blog {
	/* border: 1px solid magenta; */
	padding: 6rem calc(8rem - 1rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* border: 1px solid magenta; */
}

.blog .carousel-blog {
	width: 100%;
  margin:0px auto;
	/* border: 1px solid magenta; */

	/* display: flex; */
	/* gap: 2rem; */
}

.blog .carousel-blog .slick-slide {
	/* border: 1px solid magenta; */
	margin: 0 1rem;
}

.blog .carousel-blog .slick-next {
	/* border: 1px solid magenta !important; */
	right: 20px !important;
	z-index: 1 !important;
}

.blog .carousel-blog .slick-prev {
	/* border: 1px solid magenta !important; */
	left: 20px !important;
	z-index: 1 !important;
}

.blog .blog-card {
	display: flex;
	gap: 2rem;
	/* border: 1px solid magenta; */
}

.blog .blog-card__content,
.blog .blog-card__image {
	flex: 1;
	/* border: 1px solid blue; */
}

.blog .blog-card__image img {
	width: 100%;
	min-width: 30rem;
	height: 20rem;
	border-radius: 1rem;
	object-fit: cover;
	background-repeat: no-repeat;
}

.blog .blog-card__content {
	display: flex;
	flex-direction: column;
	gap: .8rem;
	padding-top: 1rem;
}

.blog .blog-card__content-title {
	/* font-size: 2rem; */
	color: var(--biru);
	text-transform: capitalize;
	line-height: 2.8rem;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.blog .blog-card__content-date {
	font-weight: bold;
	font-size: 1.4rem;
	color: black;
}

.blog .blog-card__content-desc {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 2rem;
	text-align: justify;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	color: black;
}

.blog .blog-direct {
	/* border: 1px solid magenta; */
	color: var(--biru);
	font-weight: 500;
	margin-top: 2rem;
}

/* Responsive */
@media only screen and (max-width: 1024px) {
	.blog .blog-card__image img {
		min-width: 20rem;
	}

	.blog .blog-card {
		flex-direction: column;
	}

	.blog .blog-card__content-desc {
		-webkit-line-clamp: 3;
	}

	.blog .blog-card__content-title {
		-webkit-line-clamp: 3;
	}
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 425px) {
	.blog {
		padding: 6rem 1rem;
	}
}

@media only screen and (max-width: 320px) {

}

@media only screen and (max-width: 280px) {

}

/* CITY STYLING */
.wrap-city {
  position: relative;
  z-index: 1;
  width: 100%;
	/* max-width: 1350px; */
  overflow: hidden;
	padding: 6rem 0;
	/* border: 1px solid magenta; */
	margin: 0 auto;
}

.wrap-city .slider {
  position: relative;
  z-index: 1;
  padding: 0 0px;
  margin: 0 auto;
  /* max-width: 800px; */
  width: 100%;
	/* background-color: gray; */
	overflow: hidden;
}

.wrap-city .item.slick-slide {
  width: 306px;
  height: 306px !important;
  transition: transform .3s;
  position: relative; 
	border-radius: 1rem;
	overflow: hidden;
}

.wrap-city .item.slick-slide {
  transform: scale(0.7)  translate(22%);
	/* border: 2px solid green; */
}

.wrap-city .item.slick-slide.slick-center + .slick-slide {
  transform: scale(0.9) translate(0%);
	/* border: 2px solid blue; */
}

.wrap-city .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
  transform: scale(0.7)  translate(-22%);
	/* border: 2px solid magenta; */
}

.wrap-city .item.slick-slide.slick-active {
  transform: scale(0.9) translate(0%);
	/* border: 2px solid red; */
}

.wrap-city .item.slick-slide.slick-center {
  /* margin: 0 -10%; */
  transform: scale(1);
	/* border: 2px solid white; */
}

.wrap-city .slick-center:after {
  opacity: 0;
	/* border: 2px solid black; */
}

/* Responsive */
@media only screen and (min-width: 1465px) {
	.wrap-city .item.slick-slide {
		width: 430px;
		height: 430px !important;
	}
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 425px) {

}

@media only screen and (max-width: 320px) {

}

@media only screen and (max-width: 280px) {

}