@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;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;
}

a {
  text-decoration: none;
}

.container-ar {
  margin: 0px 60px;
}

h2 {
  font-size: 38px;
  color: #393939;
  margin-bottom: 20px;
  font-weight: 600;
}

p {
  font-size: 14px;
  color: #8e8e8e;
}

button {
  cursor: pointer;
  padding: 15px 70px;
  color: #ffffff;
  background: #f43f5b;
  border-radius: 12px;
}

.annual-report p,
.financial-report p,
.greeting p,
.financial-report h2,
.highlight-program h2,
.greeting,
.greeting h2,
.description,
.highlight-program p,
.footer-report h2,
.contact h5,
.other-report,
.footer-report p,
.footer-report a {
  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: #43936c;
  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;
  }
}

/* Header */
.annual-report {
  margin: 0px -60px;
  background-color: #20573d;
  color: #ffffff !important;
  padding: 146px 60px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 50%);
  background-image: url(./assets/Mask\ Group.webp);
}

.annual-report h1 {
  font-weight: 600;
  font-size: 70px;
  width: 400px;
}

.left img {
  width: 150px;
}

.right i {
  color: #393939;
}

.pulse p {
  color: #393939;
  align-items: center;
  margin-top: 60px;
}

.pulse {
  position: sticky;
  margin-top: 20%;
  width: 150px;
  height: 150px;
  background: #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: 0 0 0 40px rgba(255, 251, 44, 0.1),
    0 0 0 80px rgba(255, 251, 44, 0.1);
}

.pulse:before,
.pulse:after {
  content: "";
  position: absolute;
  left: -30px;
  top: -30px;
  right: -30px;
  bottom: -30px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  animation: animate 3s linear infinite;
}

.pulse:after {
  animation-delay: 2s;
}

@keyframes animate {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    transform: scale(0.7);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    transform: scale(1);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    transform: scale(1.3);
  }
}

/* Perjalanan Lima Tahun */
.five-years {
  margin: 100px -60px 150px -60px;
  padding: 0px -60px;
}

.five-years h2 {
  padding: 0px 60px;
}

.five-years p {
  margin: 0px 300px;
  margin-bottom: 48px;
  color: #8e8e8e;
}

.slider {
  display: flex;
  justify-content: center;
}

.card-data {
  width: 220px;
  height: 280px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  text-align: left;
}

.card-data:hover {
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.18);
  transition: 0.3s;
  border: none;
}

.circle-image {
  position: static;
  margin-top: -70px;
  margin-bottom: 17px;
}

.circle-image img {
  padding: 12px;
  background-color: #b8dbca;
  border-radius: 100%;
}

.card-content h3 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
}

.card-content h5 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 8px;
}

.card-content p {
  margin: unset;
  font-size: 13px;
  margin-bottom: 12px;
}

.swiper {
  width: 100%;
  height: 370px;
}

.swiper-slide {
  padding-top: 50px;
}

.swiper2,
.swiper3 {
  margin-top: -300px;
  width: 100%;
  height: 530px;
}

.swiper2 .swiper-slide,
.swiper3 .swiper-slide {
  padding-top: 320px;
  padding-bottom: 200px;
}

.swiper4 {
  width: 100%;
  height: 320px;
}
.swiper4 .swiper-slide {
  padding-top: 0px;
  padding-bottom: 0px;
}

.fade-in {
  opacity: 0;
  margin-top: 50px;
  transition: opacity 1s ease-in;
}

.fade-in.appear {
  transition: 1s;
  margin-top: 0px;
  opacity: 1;
}

/* Financial Report */
.financial-report {
  display: grid;
  grid-template-columns: repeat(auto-fill, 50%);
  background-color: #20573d;
  margin: 0px -60px;
}

.description {
  padding: 100px 0px;
  margin-left: 60px;
  margin-right: 50px;
}

.description p {
  margin-bottom: 40px;
}

.button-report {
  position: sticky;
  margin-left: 60px;
  margin-top: -100px;
  margin-bottom: 110px;
}

.button-report .btn-white {
  background-color: unset;
  border: 1px solid #ffffff;
}

.result-mobile {
  visibility: hidden;
  display: none;
}

.result-card-mobile {
  width: 85%;
  height: 200px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  margin-top: -320px;
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.18);
}

.result-card-mobile p {
  color: #8e8e8e;
}

.result-card-mobile strong {
  font-weight: bold;
  font-size: 30px;
  color: #005e4e;
}

.result-mobile .swiper {
  margin-top: -70px;
  height: 260px;
  margin-bottom: 150px;
}

.card-pendapatan {
  width: 44%;
  position: absolute;
  background-color: #ffffff;
  padding: 40px;
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.18);
  border-radius: 6px;
  margin-bottom: 38px;
  margin-top: -41px;
}

.pengeluaran {
  margin-top: 230px;
}

.card-pendapatan h3 {
  font-weight: 600;
  font-size: 22px;
  color: #393939;
  margin-bottom: 10px;
}

.card-pendapatan p {
  margin-bottom: 10px;
  color: #8e8e8e;
  max-width: 470px;
}

.card-pendapatan strong {
  font-weight: 600;
  font-size: 38px;
  color: #005e4e;
}

/* Kerjasama Brand */
.brand {
  margin: 130px -60px 100px -60px;
}

.brand button {
  margin-top: 38px;
  color: #f43f5b;
  background-color: unset;
  border: 1px solid #f43f5b;
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-193px * 7));
    transform: translateX(calc(-193px * 7));
  }
}
.brand-slider,
.brand-slider-left {
  background: pr;
  height: 100px;
  margin: 25px auto;
  overflow: hidden;
  position: relative;
}
.brand-slider .slide-track {
  -webkit-animation: scroll 20s linear infinite;
  animation: scroll 20s linear infinite;
  display: flex;
  width: calc(150px * 19);
}
.brand-slider .slide,
.brand-slider-left .slide {
  height: 100px;
  width: 150px;
}
.brand-slider .slide img,
.brand-slider-left .slide img {
  height: 100px;
  width: auto;
}

/* Scroll Left */
@keyframes left {
  0% {
    -webkit-transform: translateX(calc(-193px * 7));
    transform: translateX(calc(-193px * 7));
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.brand-slider-left .slide-track {
  -webkit-animation: left 20s linear infinite;
  animation: left 20s linear infinite;
  display: flex;
  width: calc(150px * 19);
}

/* Highlight Program */
.highlight-program {
  padding: 100px 60px 300px 60px;
  background-color: #20573d;
  margin-left: -60px;
  margin-right: 200px;
}

.card-highlight {
  margin-bottom: 100px;
  margin: 0px -60px;
}

.highlight-program p {
  margin-bottom: 20px;
  width: 520px;
}

.card-hp {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  text-align: center;
  width: 320px;
  height: 100%;
  margin-top: -290px;
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.18);
  z-index: 100;
}

.card-hp h3 {
  font-size: 28px;
  font-weight: bold;
  color: #393939;
  margin-bottom: 15px;
}

.card-hp p {
  text-align: left;
  margin-bottom: 20px;
}

/* Dukungan */
.support {
  margin-top: 80px;
}

.support p {
  margin-bottom: 38px;
}

.card-support {
  margin: 0px -60px;
  margin-bottom: 100px;
  padding: 0px 60px;
  height: 100%;
}

.card-comment {
  padding: 40px;
  width: 97%;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}

.comment-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.comment-header h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: unset;
}

.comment-header span {
  font-size: 13px;
  font-weight: 600;
  text-decoration-line: underline;
  color: #8e8e8e;
}

.comment-header img {
  width: 66px;
  height: 66px;
  margin-right: 10px;
}

.card-comment p {
  font-size: 17px;
  color: #393939;
  margin-bottom: unset;
}

.greeting {
  margin: 0px -60px 100px 150px;
  padding: 60px;
  padding-left: 200px;
  background-color: #20573d;
}

/* Salam CEO */
.greeting img {
  position: absolute;
  width: 350px;
  left: 33px;
  margin-top: -100px;
}

.greeting span {
  font-weight: bold;
}

/* FAQ */
.faq {
  margin-bottom: 100px;
}

.faq h2 {
  margin-bottom: 38px;
}

.accordion__item__body p a {
  color: rgb(50, 50, 255);
}
.accordion {
  list-style: none;
  max-width: 850px;
  padding-left: unset;
}
.accordion__item {
  margin-bottom: 1rem;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  transition: all 0.2s linear;
}
.accordion__item.open {
  border: unset;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.accordion__item__head {
  padding: 1.8rem;
}

.accordion__item__head {
  color: #eee;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion__item__head h2 {
  margin: unset;
  font-size: 18px;
}
.accordion__item__head i {
  color: #393939;
  transition: transform 0.3s linear;
}
.accordion__item.open .accordion__item__head i {
  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 {
  font-size: 0.9rem;
  line-height: 1.3;
  color: #393939;
}

/* Footer */
.footer-report {
  display: flex;
  justify-content: space-between;
  background-color: #20573d;
  margin: 0px -60px;
  padding: 60px;
}

.footer-report h2 {
  margin-bottom: 10px;
}

.footer-report p,
a {
  text-align: left;
}

.contact {
  margin-left: 30px;
}

.contact h5 {
  margin-bottom: 15px;
  font-size: 14px;
}

.contact p {
  text-align: left;
  width: 365px;
  margin-bottom: 8px;
}

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

.other-report {
  font-size: 14px;
  display: inline-block !important;
  width: 400px;
  justify-content: right;
}

.other-report button {
  background-color: unset;
  border: 1px solid #ffffff;
  margin: unset;
  margin-top: 6px;
  padding: 10px;
}

.note {
  padding: 20px;
  margin: 0px -60px;
}

.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent !important;
  border: 0.8px solid #20573d;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #20573d !important;
  border: 1px solid #20573d !important;
}

.btn-close {
  position: absolute;
  right: 25px;
  top: 25px;
}

.modal-header {
  border: none;
  color: #8e8e8e;
}

.modal-content {
  border-radius: 8px;
}

.social-media-share button {
  background-color: unset;
  margin: unset;
  padding: unset;
}

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

.copy-link input {
  width: 100%;
  border: 1px solid #43936c;
  font-size: 14px;
  color: #8e8e8e;
  background: url("./assets/link-chain.svg") no-repeat scroll
    7px 12px;
  padding-left: 30px;
  border-radius: 4px 0px 0px 4px;
}

.copy-link button {
  background: #43936c;
  width: 140px !important;
  border-radius: 0px 4px 4px 0px;
  padding: 9px !important;
}

#myBtn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  border-radius: 100%;
  padding: unset;
  height: 65px;
  width: 65px;
  z-index: 100;
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.18);
  background-color: #ffffff;
  color: #393939;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99;
  font-size: 18px;
  border-radius: 100%;
  height: 65px;
  width: 65px;
  background-color: #ffffff;
  color: #393939;
  padding: unset;
}

#myBtn:hover {
  transition: 0.3s;
  background-color: rgb(224, 224, 224);
}

/* Responsive */
@media only screen and (max-width: 1230px) {
  .swiper {
    height: 390px;
    margin-bottom: 30px;
  }

  .description {
    margin-right: 20px;
  }

  .button-report button {
    font-size: 12px;
    padding: 1.5vw 5.7vw;
  }

  .five-years p {
    margin-left: 0px;
    margin-right: 0px;
  }

  .swiper4 {
    height: 380px;
  }

  .swiper3 {
    height: 530px;
  }
}

@media only screen and (max-width: 900px) {
  .annual-report {
    display: block;
  }

  .right {
    margin: 100px 0px 100px 0px;
  }

  .five-years p {
    margin: unset;
    margin-bottom: 40px;
  }

  .card-data {
    width: 250px;
  }

  /* Financial Report */
  .financial-report {
    display: block;
    margin: 0px -60px;
  }

  .result {
    margin: 60px;
    display: block;
    margin-top: -100px;
    padding-bottom: 70px;
  }

  .card-pendapatan {
    width: 100%;
    position: unset;
    margin-bottom: 10px;
    margin-top: 0px;
  }

  .card-pendapatan strong {
    font-size: 20px;
  }

  .button-report {
    padding-bottom: 100px;
    margin-right: 60px;
    text-align: center;
  }

  .button-report button {
    font-size: 16px;
    padding: 15px 70px;
  }

  .other-report {
    width: 100%;
  }

  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-96.5px * 7));
      transform: translateX(calc(-96.5px * 7));
    }
  }
  @keyframes left {
    0% {
      -webkit-transform: translateX(calc(-96.5px * 7));
      transform: translateX(calc(-96.5px * 7));
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }

  .brand-slider .slide-track {
    -webkit-animation: scroll 15s linear infinite;
    animation: scroll 15s linear infinite;
  }
  .brand-slider-left .slide-track {
    -webkit-animation: left 15s linear infinite;
    animation: left 15s linear infinite;
  }

  .brand {
    margin: 100px -60px 100px -60px;
  }

  .brand-slider,
  .brand-slider-left {
    margin-bottom: -40px;
  }

  .brand-slider .slide,
  .brand-slider-left .slide {
    height: 60px;
    width: 75px;
  }
  .brand-slider .slide img,
  .brand-slider-left .slide img {
    height: 60px;
    width: auto;
  }

  .highlight-program {
    margin-right: -60px;
    z-index: -1;
  }

  .highlight-program p {
    width: unset;
  }

  .card-highlight {
    margin-top: 0px;
  }

  .card-highlight .swiper {
    height: 500px;
  }

  .card-highlight .swiper-slide {
    padding-top: 300px;
  }

  .greeting {
    margin: 0px -60px 100px -60px;
    padding-left: 60px;
    background-color: #20573d;
  }

  /* Salam CEO */
  .greeting img {
    position: unset;
    width: 250px;
    left: 0px;
    margin-top: 0px;
    margin-left: -18px;
  }

  .footer-report {
    display: block;
    justify-content: space-between;
  }
  .support .swiper {
    height: 300px;
  }
  .support .card-comment {
    width: 80%;
  }
  .support .card-comment:hover {
    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.18);
  }

  .support .swiper p {
    font-size: 14px;
  }

  .contact,
  .other-report {
    margin-top: 20px;
    margin-left: 0px;
  }

  .other-report button {
    padding: 15px;
  }
}

@media only screen and (max-width: 700px) {
  .container-ar {
    margin: 0px 30px;
  }

  .annual-report {
    margin: 0px -30px;
    padding: 50px 30px;
  }

  .annual-report h1 {
    margin-top: 50px;
    font-size: 40px;
    width: auto;
  }

  .five-years {
    margin-left: -30px;
    margin-right: -30px;
  }

  .five-years h2,
  .paragraph-fy {
    padding: 0px 30px !important;
  }

  .five-years button,
  .brand button {
    margin-left: 30px;
    margin-right: 30px;
    width: 80%;
  }

  .financial-report {
    display: block;
    margin: 0px -30px;
  }

  .result-mobile .swiper-pagination .swiper-pagination-bullet,
  .card-highlight .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background-color: transparent !important;
    border: 0.8px solid #ffffff;
  }
  .result-mobile .swiper-pagination .swiper-pagination-bullet-active,
  .card-highlight .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
  }

  .card-highlight .swiper {
    height: 500px;
  }

  .result {
    visibility: hidden;
    display: none;
  }

  .result-mobile {
    visibility: visible;
    display: unset;
  }

  .button-report,
  .result,
  .description {
    margin-left: 30px;
    margin-right: 30px;
  }

  .button-report button,
  .footer button {
    width: 100%;
  }

  .button-report .btn-white {
    margin-top: 15px;
  }

  .card-support {
    margin-left: -30px;
    margin-right: -30px;
    padding: 0px 0px;
  }

  .comment-header img {
    width: 45px;
    height: 45px;
    margin-right: 20px;
  }

  .highlight-program {
    padding: 60px 30px 550px 30px;
  }

  .brand,
  .highlight-program,
  .greeting,
  .card-highlight {
    margin-left: -30px;
    margin-right: -30px;
  }

  .greeting {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-report {
    margin: 0px -30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .note {
    margin: 0px -30px;
  }

  h2 {
    font-size: 35px;
  }

  .card-highlight {
    margin-top: -550px;
  }

  .card-hp {
    width: 320px;
  }

  .card-hp img {
    width: 150px;
  }

  .card-hp button {
    width: 100%;
    padding: 15px 30px;
  }

  .support {
    margin-top: 145px;
  }

  .other-report,
  .contact p {
    width: auto;
  }

  .swiper2 {
    margin-top: 0px;
  }

  #myBtn {
    height: 55px;
    width: 55px;
  }
}

@media only screen and (max-width: 500px) {
  .support .swiper {
    height: 380px;
  }
}

@media only screen and (max-width: 390px) {
  .support .swiper {
    height: 450px;
  }

  .collaboration button, .five-years button {
    padding: 15px 30px;
  }

  
  .button-report button, .brand button {
    padding: 15px 30px;
  }
}

@media only screen and (max-width: 337px) {
  .result-card-mobile strong {
    font-size: 7vw;
  }
  .support .swiper {
    height: 470px;
  }
  .card-hp {
    width: 300px;
  }
}
