* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;

}

p {
  font-family: 'Poppins', sans-serif;
}

.card-icon-plus:hover {
  transform: scale(1.02);
  transition: transform 0.3s ease-in-out;
}

.bg-custom-1 {
  background-color: #57a347;
}

.bg-custom-2 {
  background-image: linear-gradient(15deg, #b1cb41ff 0%, rgb(43, 114, 53) 100%);
}

/* hover navbar line fx */
.nav-item.nav-link {
  position: relative;
  font-family: 'Rubik', sans-serif;
}

.nav-item.nav-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  /* Set the desired line thickness */
  background-color: transparent;
  /* Initially transparent */
  bottom: 0;
  left: 0;
  transition: background-color 0.6s;
  /* Add a smooth transition effect */
}

.nav-item.nav-link:hover::after {
  background-color: white;
  /* Set the desired line color on hover */
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  /* background: linear-gradient(45deg, rgba(134, 156, 45, 0.9) 0%, rgba(71, 155, 89, 0.9) 100%),
    url("../img/ada.jpg") center center no-repeat;
  background-size: cover; */

}


/* #hero .container,
#hero .container-fluid {

} */

#hero h1 {
  margin: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin: 10px 0 0 0;
  font-size: 20px;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  border: 2px solid #fff;
  font-weight: bold;
  animation: up-down 2s ease-in-out infinite alternate-reverse both;

}

#hero .btn-get-started:hover {
  background: linear-gradient(45deg, rgba(38, 109, 216, 0.9) 0%, rgba(42, 80, 204, 0.9) 100%);
  background-position: left top;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1200px) {
  #hero {
    background-attachment: fixed;
  }

  #panel {
    margin-top: 50px;
  }
}




@media (max-width: 991px) {
  #hero {
    text-align: center;
  }



  #hero .container,
  #hero .container-fluid {
    padding-top: 34px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #hero .row {
    margin-bottom: 100px;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 26px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #hero .hero-img img {
    width: 60%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    display: none;
  }
}

@media (max-width: 575px),
(max-height: 600px) {
  #hero {
    height: auto;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@media (max-width: 575.98px) {
  #panel .info-panel {
      margin-top: 10px !important;
    }

    #siplah .container{
      margin-top: -50px;
    }

    #raport img{
      height: 200px;
    }

    #bahan h2{
margin-top: 20px;
text-align: center;
    }

    #bahan .row .k2,
    #bahan .row .k4 {
      margin-top: 13px;
    }

    #footer .peta {
      width: 97%;
    }
    
}



/* pane */
.info-panel {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  margin-top: -70px !important;
  background-color: white;
  padding: 30px;
  z-index: 999;
}



/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 80px 0;
}

.about .content h3 {
  font-weight: 600;
  font-size: 32px;
  color: #2c4964;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5846f9;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .read-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 50px 10px 28px;
  border-radius: 5px;
  transition: 0.5s;
  color: #fff;

  background: linear-gradient(45deg, rgba(134, 156, 45, 0.9) 0%, rgba(71, 155, 89, 0.9) 100%),
    url("../img/hero-bg.jpg") center center no-repeat;

  position: relative;
}



.about .content .read-more:hover {
  background: linear-gradient(45deg, rgba(88, 104, 23, 0.9) 0%, rgba(28, 85, 41, 0.9) 100%),
    url("../img/hero-bg.jpg") center center no-repeat;

}

.about .content .read-more i {
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 12px;
}


/* our product */

#our-product {
  background-color: rgb(241, 241, 241);
  padding-top: 40px;
  padding-bottom: 40px;
}

#our-product .container h3 {
  font-weight: 600;
  font-size: 32px;
  color: #2c4964;
}

#our-product .container .card:hover {
  scale: 102%;
  transition: 0.3s;
}

#our-product .container .btnwa {
  
  background: linear-gradient(45deg, rgba(134, 156, 45, 0.9) 0%, rgba(71, 155, 89, 0.9) 100%),
    url("../img/hero-bg.jpg") center center no-repeat;
}

.text {
  position: absolute;
  width: 600px;
  left: 50%;
  margin-left: -225px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
}

#hero .container .main-text p {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.word {
  position: absolute;
  opacity: 0;
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wisteria {
  color: #8e44ad;
}

.belize {
  color: #2980b9;
}

.pomegranate {
  color: #c0392b;
}

.green {
  color: #16a085;
}

.midnight {
  color: #2c3e50;
}



/* contact */
.contact-us-image {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

.contact-us-image:hover {
  scale: 105%;
  transition: 0.3s;
}


/* testimoni */
body .slider {

  display: flex;
  height: 70vh;
  justify-content: center;
  margin: 0;
}

/* .slider {
  background: white;

  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;

}

.slide-track {
  display: flex;
  width: calc(250px * 14);
}

.slide {
  height: 100px;
  width: 250px;
  animation: scroll 20s linear infinite; 
} */

/* @keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
} */

/* portfolio */

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

#portfolio .portfolio-item {
  transition: opacity 0.3s ease-in-out;
}

#portfolio-flters li.filter-active {
  background-color: #333;
  /* Ganti dengan warna latar belakang yang sesuai */
  color: #fff;
  /* Ganti dengan warna teks yang sesuai */
}


.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
}

/* Tambahkan CSS Transitions untuk elemen portfolio-item */
.portfolio-item {
  transition: opacity 0.3s ease-in-out;
}

/* Tambahkan styling untuk kategori yang aktif */
#portfolio-flters li.filter-active {
  background-color: #333;
  /* Ganti dengan warna latar belakang yang sesuai */
  color: #fff;
  /* Ganti dengan warna teks yang sesuai */
}


.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: green;

}


.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/*.portfolio .portfolio-wrap::before {*/
/*  content: "";*/
/*  background: rgba(88, 70, 249, 0.8);*/
/*  position: absolute;*/
/*  left: 30px;*/
/*  right: 30px;*/
/*  top: 30px;*/
/*  bottom: 30px;*/
/*  transition: all ease-in-out 0.3s;*/
/*  z-index: 2;*/
/*  opacity: 0;*/
/*}*/

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 10%;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 48px);
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: calc(50% - 50px);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5846f9;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5846f9;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(44, 73, 100, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Raport
--------------------------------------------------------------*/
.raport {
  /* background: linear-gradient(42deg, #5846f9 0%, #7b27d8 100%); */

  background: linear-gradient(45deg, rgba(134, 156, 45, 0.9) 0%, rgba(71, 155, 89, 0.9) 100%),
    url("../img/hero-bg.jpg") center center no-repeat;
  background-size: cover !important;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 80px;

}

/*--------------------------------------------------------------
# bahan
--------------------------------------------------------------*/

#bahan .row .k1 {
  background: linear-gradient(45deg, rgba(45, 102, 156, 0.9) 0%, rgba(22, 32, 121, 0.9) 100%),
    url("../img/hero-bg.jpg") center center no-repeat;
}



#bahan .row .k2 {
  background: linear-gradient(45deg, rgba(134, 156, 45, 0.9) 0%, rgba(71, 155, 89, 0.9) 100%),
    url("../img/hero-bg.jpg") center center no-repeat;
}


#bahan .row .k3 {
  background: linear-gradient(45deg, rgba(192, 117, 56, 0.9) 0%, rgba(121, 39, 6, 0.9) 100%),
    url("../img/hero-bg.jpg") center center no-repeat;
}


#bahan .row .k4 {
  background: linear-gradient(45deg, rgba(45, 102, 156, 0.9) 0%, rgba(22, 32, 121, 0.9) 100%),
    url("../img/hero-bg.jpg") center center no-repeat;
}


#bahan .row .k1:hover,
#bahan .row .k2:hover,
#bahan .row .k3:hover,
#bahan .row .k4:hover {
  transform: scale(1.05);
  transition: 0.3s;
}




/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #2c4964;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #b1a9fc;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #fff;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5846f9;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5846f9;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}

  


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  /* background: linear-gradient(42deg, #5846f9 0%, #7b27d8 100%); */

  background: linear-gradient(45deg, rgba(134, 156, 45, 0.9) 0%, rgba(71, 155, 89, 0.9) 100%),
    url("../img/hero-bg.jpg") center center no-repeat;
  background-size: cover !important;
}

.faq .section-title h2,
.faq .section-title p {
  color: #fff;
}

.faq .section-title h2::after {
  background: rgba(255, 255, 255, 0.6);
}

.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #8577fb;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #2c4964;
}

.faq .faq-list a.collapsed:hover {
  color: #5846f9;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}


/* COUNT */
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {

  background: linear-gradient(45deg, rgba(134, 156, 45, 0.9) 0%, rgba(71, 155, 89, 0.9) 100%),
    url("../img/her02.jpg") center center no-repeat;
  background-size: cover;
  padding: 80px 0 60px 0;
}

.counts .counters p {
  font-size: 48px;
  display: block;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.counts .counters span {
  padding: 0;
  /* margin: 0 0 20px 0; */
  font-size: 28px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}



/* footer */

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;


  background: linear-gradient(45deg, rgba(134, 156, 45, 0.9) 0%, rgba(71, 155, 89, 0.9) 100%),
    url("../img/hero-bg.jpg") center center no-repeat;
  background-size: cover;

}

#footer .footer-top {
  padding: 60px 0 30px 0;
  position: relative;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: underline;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid white;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: rgba(15, 153, 56, 0.8);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #02471d;
}

#footer .copyright-wrap {
  border-top: 2px solid white;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #fff;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
}