/* Loader  */

.loader-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;tim
}

.loader {
	display: flex;
	flex-direction: column;
	align-items: center;
	animation: flip 2s infinite;
}

/* .logo {
    width: 80px;
    height: auto;
    margin-bottom: 20px;
}
 */
.loading-text {
	font-size: 24px;
	font-family: Arial, sans-serif;
	color: #333;
}

@keyframes flip {
	0% {
		transform: rotateY(0deg);
	}
	50% {
		transform: rotateY(180deg);
	}
	100% {
		transform: rotateY(360deg);
	}
}

/* Body Coalindo */

body {
	font-family: "Poppins", sans-serif;
	padding-top: 99px;
}

.navbar-nav .nav-link {
	color: #1e5b96;
}
p.logo {
	color: #1e5b96;
	font-weight: bold;
	font-size: 20px;
}
.navbar-nav .nav-link.active {
	font-weight: bold;
}
.hero {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 690px;
	width: 100%;
	background-image: url("hero-2.jpg");
	background-size: cover;
	background-position: center;
}
.hero .btn-danger {
	color: #fff;
	background-color: #ac0717;
	border-color: #ac0717;
}
.hero .btn-danger:hover {
	background-color: #dc3545;
	border-color: #dc3545;
}
.overlay {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 0 20px;
}

.overlay h1 {
	margin-bottom: 20px;
	color: white;
	width: 732px;
	font-size: 64px;
}
.overlay h3 {
	margin-bottom: 20px;
	color: white;
	width: 100%;
	font-size: 54px;
}

.overlay p {
	font-size: 32px;
	color: white;
}
.overlay .btn {
	align-self: flex-start;
}
.navbar-white .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* About Coalindo*/

#about-coalindo {
	background-color: #145492;
	color: white;
	padding: 35px;
}
#about-coalindo .btn-danger {
	background-color: #ac0717;
	border-color: #ac0717;
}
#about-coalindo .btn-danger:hover {
	background-color: #dc3545;
	border-color: #dc3545;
}

#about-coalindo img {
	border-radius: 25px;
}

#about-coalindo h2 {
	font-size: 48px;
}
#about-coalindo p {
	font-size: 24px;
}

/* About 2 */
#about2 {
	background-color: #145492;
	color: white;
}
#about2 .btn-danger {
	background-color: #ac0717;
	border-color: #ac0717;
}
#about2 .btn-danger:hover {
	background-color: #dc3545;
	border-color: #dc3545;
}

#about2 img {
	border-radius: 25px;
}

/* Css untuk ICI Spesifikasi */
#ici-specification {
	background-color: #fff;
	color: #fff;
}
#ici-specification h2 {
	background-color: #fff;
	color: #145492;
}

#ici-specification .card {
	background-color: #145492;
	transition: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition-delay: 100ms;
}

#ici-specification .card:hover {
	background: linear-gradient(to right, #145492, #0d8abc);
}

#ici-specification .card-img {
	width: 179px;
	padding-right: 15px;
}
.ici-sub {
	background: linear-gradient(to right, #145492, #0d8abc);
	height: 168px;
	color: #fff;
}
.ici-sub .btn-danger {
	background-color: #ac0717;
	border-color: #ac0717;
}
.ici-sub .btn-danger:hover {
	background-color: #dc3545;
	border-color: #dc3545;
}

/* Ici Spesification MB */

#ici-specification-mb .card {
	background-color: #145492;
	transition: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition-delay: 100ms;
	color: #fff;
}

#ici-specification-mb .card:hover {
	background: linear-gradient(to right, #145492, #0d8abc);
}

/* Blogposts */



#blogPost .card {

	transition: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition-delay: 100ms;
}

#blogPost .card:hover {
	background: linear-gradient(to right, #145492, #0d8abc);
	color:#fff;

}
#blogPost  a {

	color:#000;

}

#blogPost .card:hover a {

	color:#fff;

}


/* menu-kolom Section
--------------------------------*/


#menu-kolom .btn-secondary:hover {
	background : linear-gradient(to right, #145492, #0d8abc);
}

/* Clients Section
--------------------------------*/

#clients {
	padding: 30px 0;
}

#clients img {
	max-width: 100%;
	max-height: 110px;
	width: auto;
	height: auto;
	opacity: 0.5;
	transition: 0.3s;
	padding: 15px 15px;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}

#clients img:hover {
	opacity: 1;
}

.shareholder-logo-item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 140px;
}

#clients .owl-nav,
#clients .owl-dots {
	margin-top: 5px;
	text-align: center;
}

#clients .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
}

#clients .owl-dot.active {
	background-color: #145492;
}

/* Breadcum  */

.breadcum {
	background: linear-gradient(to right, #145492, #0d8abc);

	color: #fff;
}
.breadcum h3 {
	text-alignt: center;
}
/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
	--background-color: color-mix(in srgb, var(--accent-color), transparent 97%);
	color: var(--default-color);
	background-color: var(--background-color);
	font-size: 14px;
	padding-bottom: 50px;
	position: relative;
}

.footer .footer-top {
	padding-top: 50px;
}

.footer .footer-about .logo {
	line-height: 1;
	margin-bottom: 25px;
}

.footer .footer-about .logo img {
	max-height: 40px;
	margin-right: 6px;
}

.footer .footer-about .logo span {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: var(--heading-font);
	color: var(--heading-color);
}

.footer .footer-about p {
	font-size: 14px;
	font-family: var(--heading-font);
}

.footer .social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
	font-size: 16px;
	color: color-mix(in srgb, var(--default-color), transparent 30%);
	margin-right: 10px;
	transition: 0.3s;
}

.footer .social-links a:hover {
	color: var(--accent-color);
	border-color: var(--accent-color);
}

.footer h4 {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-bottom: 12px;
}

.footer .footer-links {
	margin-bottom: 30px;
}

.footer .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer .footer-links ul i {
	padding-right: 2px;
	font-size: 12px;
	line-height: 0;
}

.footer .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

.footer .footer-links ul li:first-child {
	padding-top: 0;
}

.footer .footer-links ul a {
	color: color-mix(in srgb, var(--default-color), transparent 30%);
	display: inline-block;
	line-height: 1;
}

.footer .footer-links ul a:hover {
	color: var(--accent-color);
}

.footer .footer-contact p {
	margin-bottom: 5px;
}

.footer .footer-newsletter .newsletter-form {
	margin-top: 30px;
	padding: 6px 8px;
	position: relative;
	border-radius: 50px;
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 70%);
	display: flex;
	background-color: var(--contrast-color);
	transition: 0.3s;
}

.footer .footer-newsletter .newsletter-form:focus-within {
	border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type="email"] {
	border: 0;
	padding: 4px 10px;
	width: 100%;
	background-color: var(--contrsast-color);
	color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type="email"]:focus-visible {
	outline: none;
}

.footer .footer-newsletter .newsletter-form input[type="submit"] {
	border: 0;
	font-size: 16px;
	padding: 0 20px;
	margin: -7px -9px -7px 0;
	background: var(--accent-color);
	color: var(--contrast-color);
	transition: 0.3s;
	border-radius: 50px;
}

.footer .footer-newsletter .newsletter-form input[type="submit"]:hover {
	background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .footer-newsletter .error-message {
	display: none;
	background: #df1529;
	color: #ffffff;
	text-align: left;
	padding: 15px;
	margin-top: 10px;
	font-weight: 600;
	border-radius: 4px;
}

.footer .footer-newsletter .sent-message {
	display: none;
	color: #ffffff;
	background: #059652;
	text-align: center;
	padding: 15px;
	margin-top: 10px;
	font-weight: 600;
	border-radius: 4px;
}

.footer .footer-newsletter .loading {
	display: none;
	background: var(--background-color);
	text-align: center;
	padding: 15px;
	margin-top: 10px;
}

.footer .footer-newsletter .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid var(--accent-color);
	border-top-color: var(--background-color);
	animation: subscription-loading 1s linear infinite;
}
.copyright {
	background-color: #145492;
	color: #fff;
	padding: 35px;
}

/* Back to top button */

.back-to-top {
	position: fixed;
	display: none;
	background: #50d8af;
	color: #fff;
	padding: 6px 12px 9px 12px;
	font-size: 16px;
	border-radius: 2px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
}

.back-to-top:focus {
	background: #50d8af;
	color: #fff;
	outline: none;
}

.back-to-top:hover {
	background: #0c2e8a;
	color: #fff;
}

/* timeline  */




/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;

}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #000000;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  padding-top:130px;
}

/* Container around content */
.kotak {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.kotak::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: #fff;
  border: 4px solid #0d00ff;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
    box-sizing: border-box;
}

/* Place the container to the right */
.right {
  left: 50%;
  box-sizing: border-box;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -12px;
}

/* The actual content */
.kotak-isi {
  padding: 20px 30px;

  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }

  /* Full-width containers */
  .kotak {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .kotak::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 18px;
  }

  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }
}


/* end timeline */

@media (max-width: 768px) {
	.overlay {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		padding: 0 20px;
	}

	.overlay h1 {
		margin-bottom: 20px;
		color: white;
		width: 100%;
		font-size: 32px;
	}
		.overlay h3 {
		margin-bottom: 20px;
		color: white;
		width: 100%;
		font-size: 32px;
	}

	.overlay p {
		font-size: 16px;
		color: white;
	}
	.overlay .btn {
		align-self: flex-start;
	}
}
