/* ------------------------------------------------------------
-------------------------------------------------------------*/
/* Compare by Miftahul Ulum from PT. Arkatama Multi Solusindo */

:root {
  --primary-color: #064514;
}

body {
  font-family: "Poppins", sans-serif;
  color: #555555;
}

a {
  text-decoration: none;
  color: #7cc576;
}

a:hover {
  color: #9ed49a;
  text-decoration: none;
}
.active {
  border-bottom: 2px solid #7cc576 !important;
}
/*--------------------------------------------------------------
# Scroll to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #28a745;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

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

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /* background: url("../img/bg-hero.png"); */
  background-color: #0000;
  background-size: cover;
  position: relative;
}

#hero .container {
  background: rgb(2, 0, 36);
  background: linear-gradient(
    90deg,
    rgba(240, 250, 241, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  border-radius: 1em;
  padding: 0 45px;
}

#hero .container h1,
h2,
h3,
h4 {
  color: rgba(0, 0, 0, 1) !important;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
}

#hero .container h4 {
  font-size: 1.5em;
  margin-bottom: 1em;
  margin-top: 1em;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

h2 span.dash {
  color: rgba(2, 85, 21, 1) !important;
  text-decoration: underline;
}

h4 span.dash {
  color: rgba(2, 85, 21, 1) !important;
  text-decoration: underline;
}

#hero .container h2 {
  font-size: 2.5em;
  margin-bottom: 1em;
  margin-top: 1em;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

#hero .container-img {
  right: 0;
  position: relative;
  z-index: 2;
  border-right: 5em solid var(--primary-color);
  border-radius: 1em;
}

#hero .hero-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 15px;
}

#hero .hero-logo {
  margin-top: 0px;
  margin-bottom: 20px;
}

#hero h1 {
  margin: 0 0 30px 0;
  font-size: 44pt;
  font-weight: 800;
  line-height: 56px;
  color: #fff;
}

/* #hero h2 { */
/* color: #fff; */
/* margin-bottom: 30px; */
/* font-size: 12pt; */
/* font-weight: 400; */
/* text-transform: uppercase; */
/* } */

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11pt;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3px;
  margin: 10px;
  color: #fff;
  background: #ffa304;
}

#hero .btn-get-started:hover {
  transition: 0.5s;
  background: #fff;
  color: #064514;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero .container h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero .container h2 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 22px;
  }
}

@media (max-width: 575.98px) {
  #hero {
    height: 100vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: whitesmoke;
}

.section-title {
  text-align: center;
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 0;
  color: #151515;
}
.section-title p {
  margin-bottom: 0;
  color: #aeaeae;
}
/*--------------------------------------------------------------
# Instansi
--------------------------------------------------------------*/
.instansi .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
}

.instansi .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #151515;
}

.instansi .box h4 {
  font-size: 42px;
  color: #151515;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.instansi .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.instansi .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.instansi .box ul {
  padding: 0;
  list-style: none;
  color: #151515;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.instansi .box ul li {
  padding-bottom: 16px;
}

.instansi .box ul i {
  color: #7cc576;
  font-size: 18px;
  padding-right: 4px;
}

.instansi .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.instansi .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.instansi .box .btn-buy {
  display: inline-block;
  padding: 5px 40px 5px 40px;
  border-radius: 5px;
  border: 1px solid #396113;
  color: #fff;
  background-color: #396113;
  font-size: 10pt !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.instansi .box .btn-buy:hover {
  background: #28a745;
  border: 1px solid #28a745;
  color: #fff;
}

.instansi .recommended {
  border-color: #7cc576;
}

.instansi .recommended .btn-buy {
  background: #7cc576;
  color: #fff;
}

.instansi .recommended .btn-buy:hover {
  background: #61b959;
  border-color: #61b959;
}

.instansi .recommended-badge {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 12px;
  padding: 4px 25px 6px 25px;
  background: #eaf6e9;
  color: #7cc576;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /*background: url("../img/footer-bg.jpg") center center no-repeat;*/
  background-color: #064514 !important;
  color: #fff;
  font-size: 14px;
  position: relative;
}

#footer .footer-top {
  position: relative;
  z-index: 2;
  padding: 30px 0;
}
#footer .footer-top .footer-logo img {
  height: 80px;
}
#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 30px 0 0 0;
  margin-bottom: 0;
}
#footer .footer-top p {
  font-size: 15;
  margin: 30px 0 0 0;
  text-align: justify;
  padding: 0;
}
#footer .footer-top .social-links {
  margin-top: 50px;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #28a745;
  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 .footer-top .social-links a:hover {
  background: #5ab652;
  color: #fff;
  text-decoration: none;
}
#footer .footer-bottom {
  border-top: 1px solid #fff;
  z-index: 2;
  position: relative;
  padding-top: 10px;
  padding-bottom: 20px;
}
#footer .copyright {
  text-align: center;
}

.text-custom {
  color: #939393 !important;
}

.bg-custom {
  background: #939393 !important;
}

.text-dark-green {
  color: #064514 !important;
}

.bg-dark-green {
  color: #fff;
  background-color: #064514 !important;
}

.bg-green {
  background-color: #28a745 !important;
}

.text-green {
  color: #28a745 !important;
}

.btn-polbangtan {
  padding: 5px 40px 5px 40px;
  border-radius: 5px;
  border: 1px solid #396113;
  color: #fff;
  background-color: #396113;
  font-size: 7pt !important;
  font-weight: 600;
  transition: 0.3s;
}
.btn-polbangtan:hover {
  background: #28a745;
  border: 1px solid #28a745;
  color: #fff;
}

.img-about {
  position: relative;
  top: 3rem;
}

#panduan h2.text-dashes {
  text-decoration: underline;
  text-decoration-style: round;
  text-decoration-color: #28a745;
  color: var(--primary) !important;
}

#panduan .youtube-tile {
  border-radius: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}

#panduan p {
  text-align: justify;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

#about {
  background: url("../img/bg-about.png") center center no-repeat;
  background-size: cover;
  padding: 5em 0;
}

.box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #064514;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAN9JREFUSEvt1O0NwiAQBuD3NnATHUEnsU7gLE6gTqIj2E3c4AzJkTTY+4Ck9ofwrwnwcO9RCCsNWslFh3+WfI+6R71YAublYuYNgAeACxHdIqdg5gHAGcCBiN7aGhWeoDtZfPJwQa8y/2XhFpwqPBYnVvECzcvuRJQS+BpexU8AWw9X0BHAXos70mMTb0FTIe7LJb2exSWJ3NMcjFlpnuTCaaKBl70LoaGK884BPIxWwU7lVWg1rODVaBNc4OlT/WWsly50ueY2kJ7DehYXgSPvdoenCTT3uEddm8D/Rf0BFRFdH7XAkTMAAAAASUVORK5CYII=");
  transform: rotate(0);
}

.accordion-button.collapsed {
  color: #064514;
}

.accordion-button.collapsed::after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAPRJREFUSEvtlDEOgkAQRf8aIXZSSO8RPAKFnEM5mdwDC47gEezRBDsDJms2ssagC7NDFIul22RmHv/tgMBIjxiJCwf+mXmn2qn+moH/Xq7ZehFd96ecEp9a25vYi8OtgNwBMq2yc9IF9+MwBeRGQiR1VqRdtd3gKAh8b3oEMH8MMcM1tIFdqvq2RF6WJjgl8UpAKs1GeBsqIaI6Kw78xE2nF4dGOAeqxvYm1m/9CQ5MhLpTrZeSVM8jg1XDO/wp82IDtUpsTg5rKAvcSg7bpCzVr1uqtKtz3/ayPyfK34pTY7VcHIBLPHi5hmp3dzzUILl/NNV3aBxpH2E3jI8AAAAASUVORK5CYII=");
  transform: rotate(-45);
}
