body {
    font-family: 'Montserrat';
}

.bg-lei-ijo-tua {
    background-color: #023222;
}

.bg-lei-ijo-muda {
    background-color: #468154;
}

.text-lei-ijo-tua {
    color: #023222;
}

.text-lei-ijo-muda {
    color: #468154;
}

.card {
    border-radius: 25px;
}

#home-section-top {
    height: 100vh;
    background-image: url('images/banner-home.png');
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 50px 50px;
}

.navbar-nav .nav-link {
    color: #FFF;
    margin: 10px;
}

.navbar-nav .nav-link.active,.navbar-nav .nav-link.show {
    color: #FFF;
    font-weight: bold;
}

#home-title-top {
    color: #FFF;
    font-size: 5vw;
    font-weight: bold;
    margin-top: 10%;
}

#home-description-top {
    color: #FFF;
    margin-top: 10%;
}

#home-btn-detail-top {
    background-color: #468154;
    border-color: #468154;
}

#home-section-description {
    color: #023222;
}

#home-section-description .container {
    padding: 10%;
}

#home-section-title {
    padding: 5%; 
    font-weight: bold;
}

#home-btn-description {
    background-color: #023222;
    border-color: #023222;
}

#home-section-forest {
    height: 100vh;
    background-color: #023222;
    color: #FFF;
    border-radius: 50px;
    padding: 10%;
    background-image: url('images/banner-home-forest.png');
    background-repeat: repeat-x;
    background-size: 90% auto;
}

#home-section-forest p {
    margin-top: 10%;
}

.home-btn-forest {
    border-color: #FFF;
    background: transparent;
    margin-top: 50%;
}

.home-btn-forest:hover {
    border-color: #FFF;
    background: #468154;
}

.home-certificate-title {
    color: #468154;
    font-weight: bold;
    
}

/* ========== */

@media (max-width: 767px){
    .carousel-inner .carousel-item >div{
        display: none
    }
    .carousel-inner .carousel-item >div:first-child{
        display: block
    }
}
.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev{
    display: flex
}
@media (min-width: 768px){
    .carousel-inner .carousel-item-end.active, .carousel-inner .carousel-item-next{
        transform: translateX(25%)
    }
    .carousel-inner .carousel-item-start.active, .carousel-inner .carousel-item-prev{
        transform: translateX(-25%)
    }
}
.carousel-inner .carousel-item-end, .carousel-inner .carousel-item-start{
    transform: translateX(0)
}

.carousel-item .card {
    background: transparent;
    border: none;
}

/* ========= */

.my-footer {
    background-image: url('images/footer.png');
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    background-color: #023222;
    color: #FFF;
}

.my-footer svg {
    cursor: pointer;
}

@media (max-width: 767px) {
    #home-title-top, #home-description-top {
        margin-top: auto;
    }

    #home-section-forest {
        background-size: 340%;
    }

    #home-section-forest p {
        margin-top: auto;
    }

    .home-btn-forest {
        margin-top: auto;
    }
}

#about-section-top {
    height: 50vh;
    background-image: url('images/banner-about.png');
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 50px 50px;
}

#about-title-top {
    color: #FFF;
    text-align: center;
    font-size: 50px;
    font-size: 3vw;
    font-weight: bold;
    margin-top: 10vh;
}

#project-section-top {
    height: 50vh;
    background-image: url('images/banner-proyek.png');
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 50px 50px;
}

.project-card {
    cursor: pointer;
}

.project-card img {
    transition: transform 0.3s ease-in-out;
}

.project-card:hover img {
    transform: scale(1.2);
}

#contact-section-top {
    height: 50vh;
    background-image: url('images/banner-contact.png');
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 50px 50px;
}

#btn-send {
    border-color: #468154;
    width: 200px;
    border-radius: 20px;
}

#btn-send:hover {
    background-color: #468154;
}

#documentation-section-top {
    height: 50vh;
    background-image: url('images/banner-documentation.png');
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 50px 50px;
}

#documentation-section-pedoman {
    background-image: url('images/banner-pedoman.png');
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    padding: 5%;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
}

/* Slides */
.mySlides {
  display: none;
  /* padding: 80px; */
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  transition: 0.6s ease;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
  position: absolute;
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #468154;
  color: white;
}

#kehati-section-top {
    height: 50vh;
    background-image: url('images/banner-kehati.png');
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 50px 50px;
}

#mcai-section-top {
    height: 50vh;
    background-image: url('images/banner-mcai.png');
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 50px 50px;
}

#tnc-section-top {
    height: 50vh;
    background-image: url('images/banner-tnc.png');
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 50px 50px;
}

#tfca-section-top {
    height: 50vh;
    background-image: url('images/banner-tfca.png');
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 50px 50px;
}

#eu-section-top {
    height: 50vh;
    background-image: url('images/banner-eu.png');
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 50px 50px;
}

#svlk-section-top {
    height: 50vh;
    background-image: url('images/banner-svlk.png');
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 50px 50px;
}

#fsc-section-top {
    height: 50vh;
    background-image: url('images/banner-fsc.png');
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 50px 50px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #023222;
}

.nav-pills .nav-link {
    color: #023222;
    font-weight: bold;
}

#publication-section-top {
    height: 50vh;
    background-image: url('images/banner-publikasi.png');
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 50px 50px;
}

#sawit-section-top {
    height: 50vh;
    background-image: url('images/banner-sawit-indonesia.png');
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 50px 50px;
}