@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  scroll-behavior: smooth;
}

h1 {
  font-size: 35px;
  font-weight: 400;
  color: #121212;
  margin-bottom: unset;
}

h2 {
  font-size: 28px;
  font-weight: 700;
  color: #121212;
  margin-bottom: unset;
}

p {
  font-weight: 400;
  font-size: 15px;
  color: #616161;
  margin-bottom: unset;
}

a {
  text-decoration: none;
}

.row {
  margin: 0px !important;
}

/* Hide Mobile Element */
.button-primary--mobile,
.chart--mobile,
.program--mobile,
.finansial--mobile,
.program--mobile,
.section-program .title .more--mobile,
.section-closer .closer-title .more--mobile,
.card-selengkapnya--mobile,
.closer--mobile,
.about--mobile,
.story--mobile,
.description--mobile,
.section-capaian #mySelect,
.space {
  display: none;
}

.section-capaian .title,
.section-finansial h2,
.section-dampak h2,
.section-closer .closer-title h2,
.section-program .title,
.section-testimoni .title,
.section-mitra .title,
.section-about h2,
.section-value h2,
.section-story h2,
.section-founder h2,
.section-faq h2 {
  margin-bottom: 30px;
}

.section-hero,
.section-capaian,
.section-finansial,
.section-program,
.section-dampak,
.section-closer,
.section-mitra,
.section-about,
.section-value,
.section-story,
.section-founder,
.section-faq,
.footer {
  padding: 60px 80px;
}

/* title modal element */
#pemasukan .modal-title,
#pengeluaran .modal-title,
#ringkasan-program-modal .modal-title,
#dampakPositif .modal-title,
#closer-to-2023-modal .modal-title {
  font-size: 16px;
}

/* Navbar */
.navbar {
  padding: 20px 30px;
}

.navbar-brand img {
  height: 31px;
}

.navbar .nav-item .nav-link {
  font-weight: 400;
}

/* Modal Share */
.modal-content {
  border-radius: 12px;
}

.modal-title {
  font-weight: 700;
  font-size: 18px;
  color: #121212;
}

.close-custom {
  background-color: #f5f5f5;
  border-radius: 100px;
  padding: 10px;
  font-size: 12px !important;
}

.icon-share i {
  font-size: 30px;
  width: 50px;
  height: 50px;
  background-color: #f5f9f8;
  color: #018d58;
  border-radius: 100px;
  padding: 25px;
  cursor: pointer;
}

.copy-link {
  padding: 0px 20px;
  padding-bottom: 25px;
}

.copy-link input {
  width: 100%;
  border: 1px solid #018d58;
  font-size: 14px;
  color: #121212;
  padding-left: 12px;
  border-radius: 8px 0px 0px 8px;
  border: 1px solid #1f7163;
  box-shadow: 0px 0px 2px rgba(31, 113, 99, 0.48);
}

.copy-link button {
  background: #018d58;
  width: 140px !important;
  border-radius: 0px 8px 8px 0px;
  padding: 14px;

  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #018d58;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  top: 30px;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 1s;
  animation: fadein 0.5s, fadeout 0.5s 1s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}

/* Button Component */
.button-primary {
  padding: 8px 24px;
  gap: 6px;
  color: #ffffff;
  font-weight: 700;
  background: #018d58;
  border-radius: 6px;

  display: flex;
  align-items: center;
  gap: 10px;
}

.button-gabung a {
  padding: 14px 58px;
  background: #018d58;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}

.button-gabung a:hover {
  color: #ffffff;
}

.button-primary--fixed {
  padding: 12px 0px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  background: #018d58;
  border-radius: 6px;
  width: 100%;
  text-align: center;
}

.button-secondary {
  padding: 10px 70px;
  gap: 6px;
  color: #ffffff;
  font-weight: 700;
  background: #018d58;
  border-radius: 6px;

  display: flex;
  align-items: center;
  gap: 10px;
}

.button-share {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: unset;

  width: 206px;
  height: 44px;
  border: 1px solid #018d58;
  border-radius: 8px;

  font-weight: 700;
  font-size: 15px;
  color: #018d58;
}

.button-primary img,
.button-share img,
.button-annual-report img,
.program .detail a img,
.card-selengkapnya .more img {
  width: 10px;
  height: 10px;
}

.button-annual-report {
  padding: 10px;
  background-color: unset;
  color: #018d58;
  font-weight: 400;
  text-decoration: underline;

  width: 190px;
  border: 1px solid #018d58;
  border-radius: 8px;

  display: flex;
  align-items: center;
  gap: 12px;
}

/* Hero */
.section-hero {
  background-color: #f5f9f8;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-hero .title {
  font-size: 55px;
  margin-bottom: 38px;
  max-width: 700px;
}

.section-hero .description {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.section-hero .description .subtitle {
  font-size: 20px;
}

.section-hero .description .detail p {
  margin-bottom: 20px;
}

/* Capaian Kinerja */
.section-capaian .capaian-label,
.section-capaian .capaian-label .label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.section-capaian .capaian-label .label p {
  color: #121212;
}

.section-capaian .capaian-label {
  gap: 12px;
  margin-bottom: 80px;
}

.section-capaian .capaian-label .dot {
  width: 15px;
  height: 15px;
  border-radius: 100px;
}

.section-capaian .capaian-label .dot-2021 {
  background-color: #d6ede4;
}

.section-capaian .capaian-label .dot-2022 {
  background-color: #3ea880;
}

.section-capaian .chart {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.section-capaian .chart .chart-donasi {
  display: grid;
  grid-template-rows: 1fr 20px;
  grid-template-columns: repeat(2, 1fr);

  gap: 10px;
  width: 100%;
  align-items: flex-end;
}

.section-capaian .chart .tahun-2021,
.section-capaian .chart .tahun-2022 {
  width: 100%;
  background-color: #d6ede4;
  border-radius: 12px;
}

.section-capaian .chart .tahun-2022 {
  background-color: #209b6c;
}

.section-capaian .chart .label {
  text-align: center;
  grid-area: 2 / span 2;
  color: #121212;
}

/* tooltip */
.tooltip-custom {
  position: relative;
  display: inline-block;
}

.tooltip-custom .tooltiptext {
  visibility: hidden;
  width: 120px;
  background: #121212;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;

  font-size: 13px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 105%;
  left: 50%;
  margin-left: -60px;
}

.tooltip-custom:hover .tooltiptext {
  visibility: visible;
}

/* Laporan Finansial */
.section-finansial .finansial {
  display: flex;
  justify-content: space-around;
  gap: 130px;
}

.section-finansial .detail .text {
  font-size: 18px;
}

.section-finansial .detail .nominal {
  font-size: 28px;
  color: #121212;
}

.section-finansial .finansial .chart-container {
  margin-top: 30px;
}

/* Ringkasan Program */
.section-program {
  background-color: #f5f9f8;
}

.section-program .program {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.program .detail:nth-child(2),
.program .detail:nth-child(3),
.program .detail:nth-child(5),
.program .detail:nth-child(6) {
  border-left: 1px solid #d9d9d9;
  padding: 0px 40px;
}

.program .detail .number {
  font-size: 38px;
  color: #121212;
}

.program .detail .text {
  margin-bottom: 6px;
}

.program .detail .title {
  font-size: 20px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 18px;
}

.program .detail a {
  margin: unset;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  color: #018d58;
  cursor: pointer;

  display: flex;
  align-items: center;
  gap: 8px;
}

/* modal program */
.modal-program-header p {
  font-size: 12px;
  color: #018d58;
}

.modal-program-title {
  font-weight: 700;
  font-size: 22px;
  color: #121212;
}

.modal-program-content {
  margin-top: -10px;
}

.modal-program-button {
  margin: 0px 16px 20px 16px;
}

/* Dampak Positif - SDGS */
.sdgs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 2;
  gap: 30px;
}

.sdgs .sdgs-img {
  text-align: center;
}

.sdgs img {
  width: 180px;
  height: 180px;
}

.sdgs .card-selengkapnya {
  padding: 20px;
  border: 1px solid #018d58;
  border-radius: 13px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.sdgs .card-selengkapnya p,
.sdgs .card-selengkapnya a {
  font-weight: 700;
  font-size: 18px;
  color: #018d58;
}

.sdgs .card-selengkapnya .more {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: underline;
}

.modal-dampak-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.section-dampak .dampak-detail {
  gap: 10px;
}

.modal-dampak-content .dampak-detail img {
  width: 100px;
  height: 100px;
}

.modal-dampak-content .dampak-detail .detail .title {
  color: #121212;
  margin-bottom: 3px;
}

.modal-dampak-content .dampak-detail .detail .description {
  font-size: 13px;
}

.modal-dampak-content .dampak-detail:last-child {
  grid-area: 4 / span 2;
}

/* Closer To 2023 */
.closer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  margin-top: 40px;
}

.closer .detail .title {
  font-weight: 700;
  font-size: 20px;
  color: #121212;

  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
}

/* Kata Mitra Hijau */
.section-testimoni .title {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 60px 80px 0px 80px;
}

.section-testimoni .title .swiper-button-testimoni {
  display: flex;
  gap: 10px;
}

.section-testimoni .card-support .swiper1 {
  height: 420px;
}

.section-testimoni .card-support .swiper-slide {
  height: 360px;

  padding: 25px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 13px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section-testimoni .card-support .swiper-slide:hover {
  transition: 0.5s;
  border: unset;
  box-shadow: 0px 20px 60px -10px rgba(0, 0, 0, 0.1);
}

.section-testimoni .card-support .swiper-slide p {
  overflow: auto;
}

.section-testimoni .card-support .swiper-slide p::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.section-testimoni .card-support .swiper-slide p::-webkit-scrollbar-thumb {
  background-color: #018d58;
  border-radius: 3px;
}

.section-testimoni .card-support .swiper-slide p::-webkit-scrollbar-track {
  background-color: #d9d9d9;
  border-radius: 10px;
}

.section-testimoni .card-support .swiper-slide #person {
  display: flex;
  gap: 12px;
  align-items: center;

  padding-top: 12px;
  border-top: 1px solid #d9d9d9;
}

.section-testimoni .card-support .swiper-slide img {
  width: 50px;
  height: 50px;
  border-radius: 100px;
}

.section-testimoni .card-support .swiper-slide bold {
  font-weight: 700;
  color: #121212;
  margin-bottom: 4px;
}

.section-testimoni .card-support .swiper-slide span {
  font-size: 12px;

  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* swiper1 */
.swiper-button-prev-unique,
.swiper-button-next-unique {
  color: #018d58;
  border: 1px solid #018d58;
  background-color: #ffffff;

  width: 40px;
  height: 40px;
  border-radius: 100px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 12px !important;
}

.swiper-button-prev-unique:hover,
.swiper-button-prev-unique:hover svg path,
.swiper-button-next-unique:hover,
.swiper-button-next-unique:hover svg path {
  background-color: #018d58;
  fill: #ffffff;
}

/* 180+ Mitra Hijau */
.section-mitra .title a {
  font-weight: 700;
  font-size: 15px;
  color: #018d58;
  text-decoration: underline;
}

.section-mitra .card-partner .swiper2 {
  height: 305px;
  margin-bottom: 40px;
}

.section-mitra .card-partner .swiper-slide {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;

  margin-right: 0px !important;
  margin-top: 0px !important;
}

.section-mitra .card-partner .swiper-slide img {
  width: 120px;
  height: 120px;
}

/* swiper2 */
.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #d9d9d9;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #018d58;
}

/* Tentang Kami */
.section-about {
  background-color: #f5f9f8;
}

.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.visi-misi ol {
  margin-left: -17px;
}

.visi-misi .visi {
  padding: 30px;
  background: #3ea880;
  border-radius: 23px;
  margin-bottom: 8px;
}

.visi-misi .visi h3 {
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
}

.visi-misi .visi p {
  font-size: 15px;
  color: #ffffff;
}

.visi-misi .misi {
  padding: 30px;
  background: #d6ede4;
  border-radius: 23px;
}

.visi-misi .misi h3 {
  font-weight: 700;
  font-size: 20px;
}

.visi-misi .misi p {
  font-size: 15px;
}

/* Nilai-nilai LindungiHutan */
.section-value {
  background-color: #f5f9f8;
}

.value {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  justify-content: center;
  align-content: center;
  gap: 10px;
}

.value .card {
  padding: 20px;
  border-radius: 20px;
  background-color: unset;
}

.value .card:nth-child(1) {
  grid-area: 1 / span 2;
}
.value .card:nth-child(2) {
  grid-area: 1 / span 2;
}
.value .card:nth-child(3) {
  grid-area: 1 / span 2;
}
.value .card:nth-child(4) {
  grid-area: 2 / span 3;
}
.value .card:nth-child(5) {
  grid-area: 2 / span 3;
}

.value .card .title {
  font-weight: 700;
  font-size: 20px;
  color: #121212;
}

/* Cerita Pengerak */
.section-story .story {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.section-story .story .title .title-wrap:not(:last-child) {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 50px;
}

.section-story .story .title p {
  font-size: 18px;
  color: #121212;

  max-width: 40vw;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

#videoYT iframe,
#videoDefault {
  max-width: 100%;
  border-radius: 20px;
}

#video1-title {
  color: #121212;
}

#video2-title,
#video3-title,
#video4-title {
  color: #616161;
}

#title-video-play-1 {
  width: 15px;
}

#title-video-play-2,
#title-video-play-3,
#title-video-play-4 {
  width: 12px;
}

/* Cerita Founder */
.founder-story {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
}

.founder-story img {
  width: 200px;
  margin-bottom: 8px;
}

.founder-story .ceo .title {
  font-weight: 700;
  font-size: 18px;
  color: #121212;
}

/* Pertanyaan - FAQ */
.accordion {
  list-style: none;
  padding-left: unset;
}
.accordion__item {
  margin-bottom: 1rem;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  transition: all 0.2s linear;
}
.accordion__item.open {
  border: unset;
  box-shadow: 0px 20px 60px -10px rgba(0, 0, 0, 0.1);
}
.accordion__item__head {
  padding: 1.8rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.accordion__item__head h2 {
  font-weight: 600;
  margin: unset;
  font-size: 18px;
}
.accordion__item__head img {
  color: #393939;
  transition: transform 0.3s linear;
}
.accordion__item.open .accordion__item__head img {
  transform: rotate(-180deg);
}
.accordion__item__body {
  overflow: hidden;
  height: 0;
  text-align: left;
}
.accordion__item.open .accordion__item__body {
  padding: 0rem 1.8rem 1.8rem 1.8rem;
  height: auto;
}
.accordion__item__body > *:not(:first-child) {
  margin-top: 0.8rem;
}
.accordion__item__body p a {
  font-weight: 400;
}

/* Footer */
.footer {
  display: grid;
  grid-template-columns: 1.8fr 1.2fr 1fr;
  gap: 25px;
  justify-content: space-between;
  background-color: #f5f9f8;
}

.footer .detail h5 {
  font-weight: 700;
  font-size: 26px;
  color: #121212;
}

.footer .detail .description {
  margin-bottom: 12px;
}

.footer-text {
  font-size: 14px;
}

/* contact */
.footer .contact p,
.footer .other-annual-report p {
  color: #121212;
}

.footer .contact p a {
  text-decoration: none;
  color: #121212;
  text-decoration: underline;
}

.footer .other-annual-report button {
  width: unset;
  font-size: 15px;
}

.other-annual-report {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact p bold {
  font-weight: 700;
  font-size: 15px;
  color: #121212;
}

.title-social-media {
  margin-top: 10px;
}

.social i {
  cursor: pointer;
  font-size: 15px;
  padding: 10px;
  height: 30px;
  width: 30px;
  margin-right: 7px;
  color: #ffffff;
  background-color: #c2c2c2;
  border-radius: 100%;
}
