.menu-link-parent-text {
  color: white !important;
}

.landing-container {
  background-image: url("../images/common/bg-image.png");
  color: white;
  padding: 7rem 4rem;
}

.tentang-icef-header-container {
  padding-top: 5.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.tentang-icef-header-container > p:nth-child(1) {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 3rem;
}

.tentang-icef-header-container > p:nth-child(1) span {
  background-color: #67c8da;
  padding: 0 1rem;
}

.tentang-icef-header-container > p:nth-child(2),
.profile_event_container p,
.product_tkdn_container p,
.criteria-business-container p,
.overview-transaction-container p,
.komoditas-container p {
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  margin: 0;
}

.latar-belakang-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image:
    url("../images/tentang-icef/text-bg-icon.png"),
    url("../images/tentang-icef/text-bg-icon.png");
  background-repeat: no-repeat;
  background-position:
    bottom 3.5rem left 10.7rem,
    top 0.1rem right 12rem;
  background-size: 4%, 2%;
}

.latar-belakang-wrapper {
  display: flex;
  flex-direction: column;
  text-align: justify;
  color: #2a3568;
  font-size: 14px;
  width: 70%;
  padding: 1rem 1rem 0 1rem;
  margin-bottom: 5rem;
  background-color: white;
  margin-top: 1rem;
}

.latar-belakang-wrapper p {
  margin: 0 0 1rem 0;
}

.profile-tkdn-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-image:
    url("../images/common/left-bg.png"), url("../images/common/bg-left.png");
  background-repeat: no-repeat;
  background-position:
    bottom -0.5rem left -6.5rem,
    top 15rem left -1rem;
  background-size: 15%, 7%;
}

.profile_event_container,
.product_tkdn_animation {
  width: 83%;
  margin-bottom: 3rem;
}

.profile_event_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 3rem;
  margin-top: 2rem;
}

.profile_event_wrapper img {
  height: auto;
}

.product-tkdn-img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.criteria-business-animation-wrapper {
  width: 50%;
}

.criteria-business-container {
  margin-bottom: 1.3rem;
  padding-top: 1rem;
  background-color: #dc455f;
}

.criteria-business-img-container,
.overview-transaction-img-container,
.komoditas-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-tkdn-img-container .profile_event_wrapper {
  margin-top: 2rem;
  gap: 2rem;
  width: 100%;
}

.criteria-business-img-container .profile_event_wrapper {
  margin-bottom: 1rem;
  margin-top: 1rem;
  gap: 2rem;
  width: 95%;
}

.criteria-business-img-container:nth-child(2) {
  margin-bottom: 1.2rem;
}

.overview-transaction-container {
  display: flex;
  flex-direction: column;
  background-color: white;
  align-items: center;
  background-image:
    url("../images/tentang-icef/text-bg-icon.png"),
    url("../images/tentang-icef/text-bg-icon.png"),
    url("../images/tentang-icef/text-bg-icon.png"),
    url("../images/tentang-icef/overview-bg-bottom.png");
  background-repeat: no-repeat;
  background-position:
    top 0.8rem left 1.5rem,
    top 3.5rem right 17rem,
    bottom 6.5rem right 19rem,
    bottom 0rem left 0rem;
  background-size: 9%, 3.5%, 5%, 80%;
}

.overview-transaction-container p {
  color: #2a3668;
  margin-top: 1rem;
}

.overview-transaction-img-container {
  width: 90%;
  margin-bottom: 1.5rem;
}

.overview-transaction-img-container .profile_event_wrapper {
  margin-bottom: 1rem;
  margin-top: 1rem;
  gap: 2rem;
  width: 95%;
}

.overview-transaction-img-container .profile_event_wrapper:last-child {
  width: 60%;
}

.tentang-icef-footer-container {
  background-image: url("../images/tentang-icef/ttg-icef-footer.png");
  background-size: cover;
  padding: 1rem 5rem 0 5rem;
  color: white;
  background-repeat: no-repeat;
  background-position: bottom;
}

.komoditas-container {
  text-align: center;
}

.komoditas-container p:nth-child(2) {
  margin-top: -1rem;
}

.footer-container {
  background-image: none !important;
}

.footer::after {
  background-image: none !important;
}

hr.line {
  border: 1px solid white;
  width: 95%;
}

/** mobile **/
@media (max-width: 700px) {
  .tentang-icef-header-container > p:nth-child(1) {
    font-size: 30px;
    margin-bottom: 2rem;
  }

  .tentang-icef-header-container > p:nth-child(2) {
    font-size: 20px;
  }

  .latar-belakang-container {
    background-position:
      bottom 3.6rem left 0.5rem,
      top 0 right 0.5rem;
    background-size: 10%, 6%;
  }

  .latar-belakang-wrapper {
    width: 90%;
  }

  .profile_event_container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .profile_event_wrapper {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
    width: 70%;
  }

  .product-tkdn-img-container .profile_event_wrapper {
    width: 70%;
  }

  .criteria-business-animation-wrapper {
    width: 85%;
  }

  .criteria-business-img-container .profile_event_wrapper {
    width: 90%;
  }

  .overview-transaction-container {
    background-position:
      top 4rem left 0.5rem,
      top 23.5rem left 10.5rem,
      bottom 7.5rem right 1rem,
      bottom 0rem left 0rem;
    background-size: 15%, 10%, 10%, 100%;
  }

  .overview-transaction-img-container .profile_event_wrapper:last-child {
    width: 95%;
  }

  .tentang-icef-footer-container {
    padding: 1rem 0 0 0;
  }
}

@media (min-width: 1675px) {
  .latar-belakang-container {
    background-position:
      bottom 3rem left 13.4rem,
      top 0.1rem right 15.3rem;
  }
}

@media (min-width: 2583px) {
  .latar-belakang-container {
    background-position:
      bottom 3rem left 21rem,
      top 0.1rem right 22.5rem;
    background-size: 3%, 2%;
  }
}
