* {
font-family: "Plus Jakarta Sans", sans-serif;
text-decoration: none;
}
footer{
	/* position: fixed; */
	bottom: 0;
  
}

.carousel-slider{
  margin-left: 20px;
  margin-right: 20px;
}

#carousel-item-slider img {
  border-radius: 20px; /* Adjust the radius as needed */
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.card:hover{
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.container-fluid-about {
  padding: 60px 50px;
}

.about-first {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}

.navbar {
  background-color: #e0ac1c;
}

.kalindra{
  font-size: 50px ;
  padding-top: 10px;
  margin-left: 70px;
  color: #e0ac1c;
  text-align: center;
}

#customer {
  background-color: #e0ac1c;
  width: 100%;
  color: #ffffff;
}
#carousel-product {
  background-color: #2c292f;
  /* position:absolute; */
}

.first-product {
  color: whitesmoke;
  text-align: center;
}

.contact-us {
  margin-top: 70px;
  background-color: #fcfcf7;
  position: static;
  width: 100%;
  padding: 50px 50px 60px 50px;
}

.contact-us .title{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
}

.contact-us .title h2{
  color: #2c292f;
  font-weight: 500;
}

.box {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 5fr 4fr;
  grid-template-areas: "form info" "form maps";
  grid-gap: 20px;
  margin-top: 20px;
}
.contact {
  padding: 40px;
  background:rgb(240, 239, 239);
  border-radius: 20px;
}
.form {
  grid-area: form;
}

.form h3 {
  color: #0e3959;
  font-weight: 500;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.info {
  grid-area: info;
}

.maps {
  grid-area: maps;
}

/* form */
.formBox {
  position: relative;
  width: 100%;
}

.formBox .row50 {
  display: flex;
  gap: 20px;
}

.inputBox {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  width: 50%;
}

.formBox .row100 .inputBox {
  width: 100%;
}

.inputBox span {
  color: #0c1216;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 500;
}

.inputBox input{
  padding: 10px;
  font-size: 1.1em;
  outline: none;
  border-radius: 20px;
  border: 1px solid #a6a6a6;
}

.inputBox textarea{
  border-radius: 20px;
  padding: 10px;
  font-size: 1.1em;
  outline: none;
  border: 1px solid #a6a6a6;
  resize: none;
  min-height: 220px;
  margin-bottom: 10px;
}

.inputBox input[type="submit"] {
  background-color: #2c292f;
  border-radius: 20px;
  color: #ffffff;
  border: none;
  font-size: 1.1em;
  cursor: pointer;
  padding: 14px 15px;
}

.info{
  background: #e0ac1c;
}

.info h3{
  color: #ffffff;
}

.info .infoBox div{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.info div span {
  min-width: 40px;
  height: 40px;
  color: #ffffff;
  background: #2c292f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  border-radius: 50%;
  margin-right: 15px;
  
}

.info .infoBox div p {
  color: #ffffff;
  font-size: 1.1em;
}

.info .infoBox div a {
  color: #ffffff;
  text-decoration: none;
}

.sci{
  margin-top: 40px;
  display: flex;
}

.sci li{
  list-style: none;
  margin-right: 15px;
}

.sci li a{
  color: #ffffff;
  font-size: 2em;
  color: #ffffff;
}

.sci li a:hover{
  color:rgb(227, 220, 220);
}

.maps{
  padding: 0;
}

.maps iframe{
  width: 100%;
  height: 100%;
}

.card-body a{
  text-decoration: none;
  color: black;
}

@media (max-height:800px){
	footer { position: static; }
	header { padding-top:40px; }
  .contact-us {position: static;}
}


.footer-distributed{
	background-color: #2c292f;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 50px 50px 60px 50px;
	margin-top: 80px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 30%;
}

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

/* The company logo */

.footer-distributed .footer-left img{
	width: 30%;
}

.footer-distributed h3 span{
	color:  #e0ac1c;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}


.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #e0ac1c;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 30%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}


/* Here is the code for Responsive Footer */
/* You can remove below code if you don't want Footer to be responsive */


@media (max-width: 880px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

  .contact-us {
    padding: 40px;
    position: static;
  }

  .box {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
    "form" 
    "info"
    "maps";
  }

  .maps{
    min-width: 20px;
    padding: 0;
    
  }

  .formBox .row50 {
    display: flex;
    padding-left: 15px;
    gap: 0;
    flex-direction: column;
  }
  .formBox .row100 {
    display: flex;
    padding: 0 25px 0 15px;
    gap: 0;
    flex-direction: column;
  }

  .inputBox {
    width: 90%;
  }

  .contact {
    padding: 0;
    min-height: 250px;
    width: 100%;
  }

  .info .infoBox div {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    padding-left: 15px;
  }

  .form h3 {
    padding-left: 10px;
    padding-top: 10px;
  }
  
  .info h3{
    padding: 10px 0 0 15px;
  }
  
  .kalindra {
    font-size: 30px;
    padding-top: 10px;
    margin-left: 70px;
    color: #e0ac1c;
    text-align: center;
  
  }
}




/* The actual timeline (the vertical ruler) */
.main-timeline {
    position: relative;
  }
  
  /* The actual timeline (the vertical ruler) */
  .main-timeline::after {
    content: "";
    position: absolute;
    width: 6px;
    background-color: #939597;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
  }
  
  /* Container around content */
  .timeline {
    position: relative;
    background-color: inherit;
    width: 50%;
  }
  
  /* The circles on the timeline */
  .timeline::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13px;
    background-color: #939597;
    border: 5px solid #f5df4d;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
  }
  
  /* Place the container to the left */
  .left {
    padding: 0px 40px 20px 0px;
    left: 0;
  }
  
  /* Place the container to the right */
  .right {
    padding: 0px 0px 20px 40px;
    left: 50%;
  }
  
  /* Add arrows to the left container (pointing right) */
  .left::before {
    content: " ";
    position: absolute;
    top: 18px;
    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: " ";
    position: absolute;
    top: 18px;
    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;
  }
  


  @media (min-width: 320px) and (max-width: 767px){
    /* css carousel-slider home */
    .carousel-slider{
      margin-left: 1px;
      margin-right: 1px;
    }
    #carousel-item-slider img {
      object-fit: contain;
      height: 150px;
    }
  
    .carousel {
      padding: 0 10px; /* Memberikan sedikit padding untuk tampilan yang lebih baik */
    }
    #container-about {
      margin-top: 30%;
    }
    h2 {
      font-size: 15px;
    }
    p {
      font-size: 13px;
    }
    h3{
      font-size: 10px;
    }
    .kalindra {
      font-size: 30px;
      text-align: left;
      margin-left: 5px;
    }
    #carouselExampleInterval{
      margin-top: 9%;
    }
    .carousel-control-prev-icon {
      margin-top: 50px;
    }
    .carousel-control-next {
      margin-top: 50px;
    }
    /* .card-body h5 {
      font-size: 15px;
    } */
    .card-title {
      font-size: 11px;
    }

    .main-timeline::after {
      left: 31px;
    }
  
    /* Full-width containers */
    .timeline {
      width: 100%;
      padding-left: 70px;
      padding-right: 25px;
    }
  
    /* Make sure that all arrows are pointing leftwards */
    .timeline::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;
    }
  
    .left::before {
      right: auto;
    }
  
    /* Make all right containers behave like the left ones */
    .right {
      left: 0%;
    }
  }