/* Navigation */
.navbar-header {
  background-color: transparent;
  transition: background-color 0.5s ease, transform 0.3s ease;
  height: inherit;
}
.navbar-header.active {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(0.625rem);
  -webkit-backdrop-filter: blur(0.625rem);
}
.navbar-header.active .navbar-menu .nav-link,
.navbar-header.active .navbar-menu ._invert {
  color: #000000;
}
.navbar-header.active .main-logo {
  color: #000000;
}
.navbar-header.active .main-logo .title-wrap label {
  color: #101820;
}
.navbar-header.navbar-hidden {
  transform: translateY(-100%);
}
@media screen and (min-width: 992px) {
  .navbar-header {
    padding: 1.25rem 0 1.25rem 4.6875rem;
  }
  .navbar-header .navbar-brand {
    padding: 0;
  }
}
.navbar-header .main-logo {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Mona Sans", sans-serif;
  color: #000000;
}
.navbar-header .main-logo img {
  height: 3.75rem;
}
.navbar-header .main-logo .title-wrap {
  display: flex;
  flex-direction: column;
  margin-left: 0.625rem;
}
.navbar-header .main-logo .title-wrap label {
  font-size: 0.625rem;
  color: #333333;
  margin-bottom: 0.125rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}
.navbar-header .main-logo .title-wrap span {
  font-size: 1.375rem;
}

.navbar-menu-wrapper {
  justify-content: flex-end;
}
@media screen and (min-width: 992px) {
  .navbar-menu-wrapper {
    padding-right: 4.6875rem;
  }
}

.navbar-menu {
  width: inherit;
}
.navbar-menu .nav-link {
  font-size: 1rem;
  font-family: "Mona Sans", sans-serif;
}
.navbar-menu .nav-link:hover {
  color: #d32f2f;
}
.navbar-menu .nav-item + .nav-item {
  margin-left: 2.5rem;
}
.navbar-menu ._invert {
  color: #000000;
}

/* Hero Banner */
.hero-banner {
  padding: 1.875rem 1.875rem 0;
  background-color: #edf3ff;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .hero-banner {
    padding: 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  .hero-banner {
    padding: 1.875rem 4.6875rem 0;
  }
}
@media screen and (min-width: 1900px) {
  .hero-banner {
    padding: 4.6875rem 4.6875rem 0;
  }
}
.hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -500px;
  right: 0;
  bottom: -50px;
  background-image: url("../img/hero-pattern.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 70%;
  opacity: 0.4;
  mix-blend-mode: overlay;
  z-index: -999;
}
.hero-banner.content::before {
  top: 9.375rem;
  background-position: right;
  background-size: 50%;
}
.hero-banner ._copy {
  padding-top: 9.375rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .hero-banner ._copy {
    padding-top: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .hero-banner ._copy {
    padding-top: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .hero-banner ._copy {
    padding-top: 9.375rem;
    padding-right: 9.375rem;
  }
}
@media screen and (min-width: 1900px) {
  .hero-banner ._copy {
    padding-right: inherit;
    padding-top: 7.5rem;
  }
}
@media screen and (min-width: 1900px) {
  .hero-banner ._copy._chapters {
    padding-block: 9.375rem;
  }
}
@media screen and (min-width: 1900px) {
  .hero-banner ._copy h1 {
    padding-right: 245px;
  }
}
@media screen and (min-width: 1900px) {
  .hero-banner ._copy p {
    padding-right: 200px;
  }
}
.hero-banner ._image {
  display: flex;
  justify-content: flex-end;
  padding-top: 5.625rem;
  position: relative;
  z-index: 2;
}
.hero-banner ._image img {
  border-radius: 0.9375rem;
}
@media screen and (min-width: 992px) and (max-width: 1440px) {
  .hero-banner ._image img {
    max-width: 650px;
  }
}

/* Key Highlights */
.hero-banner .key-highlight._thoughts {
  padding-block: 7.5rem;
}
.hero-banner .key-highlight ._copy {
  padding-block: 0;
  display: flex;
  align-items: center;
}
.hero-banner .key-highlight ._keycard {
  height: 525px;
}
.hero-banner .key-highlight ._keycard .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.hero-banner .key-highlight ._keycard .content-wrap h5 {
  color: #101820;
}

.key-highlight {
  padding: 6.25rem 0 6.25rem;
}
@media screen and (max-width: 991.99px) {
  .key-highlight {
    padding: 3.125rem 1.25rem;
  }
}
@media screen and (max-width: 575.99px) {
  .key-highlight._thoughts {
    padding: 0;
  }
}
.key-highlight ._copy p {
  color: #333333;
}

/* Copy Sections */
._copy h1,
._copy h2,
._keycard h1,
._keycard h2 {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1900px) {
  ._copy h1,
  ._copy h2,
  ._keycard h1,
  ._keycard h2 {
    margin-bottom: 1.5625rem;
  }
}
._copy p,
._keycard p {
  color: #000000;
}

/* Section Backgrounds */
._problem ._image,
._impact ._image,
._solution ._image,
.asean-map ._image,
.donation ._image,
._fools ._image {
  padding: 0;
}
._problem ._image img,
._impact ._image img,
._solution ._image img,
.asean-map ._image img,
.donation ._image img,
._fools ._image img {
  width: 100%;
  border-bottom-right-radius: 6.25rem;
}
@media screen and (max-width: 575.99px) {
  ._problem ._image img,
  ._impact ._image img,
  ._solution ._image img,
  .asean-map ._image img,
  .donation ._image img,
  ._fools ._image img {
    border-radius: 0;
  }
}
._problem ._copy,
._impact ._copy,
._solution ._copy,
.asean-map ._copy,
.donation ._copy,
._fools ._copy {
  display: flex;
  justify-content: center;
  align-items: center;
}
._problem ._copy .content-wrap,
._impact ._copy .content-wrap,
._solution ._copy .content-wrap,
.asean-map ._copy .content-wrap,
.donation ._copy .content-wrap,
._fools ._copy .content-wrap {
  width: 80%;
}
@media screen and (max-width: 991.99px) {
  ._problem ._copy .content-wrap,
  ._impact ._copy .content-wrap,
  ._solution ._copy .content-wrap,
  .asean-map ._copy .content-wrap,
  .donation ._copy .content-wrap,
  ._fools ._copy .content-wrap {
    width: auto;
    padding: 3.125rem 1.25rem;
  }
}
@media screen and (min-width: 1900px) {
  ._problem ._copy .content-wrap .content-wrap,
  ._impact ._copy .content-wrap .content-wrap,
  ._solution ._copy .content-wrap .content-wrap,
  .asean-map ._copy .content-wrap .content-wrap,
  .donation ._copy .content-wrap .content-wrap,
  ._fools ._copy .content-wrap .content-wrap {
    width: 75%;
  }
}
@media screen and (max-width: 575.99px) {
  ._problem ._copy .content-wrap._crisis,
  ._impact ._copy .content-wrap._crisis,
  ._solution ._copy .content-wrap._crisis,
  .asean-map ._copy .content-wrap._crisis,
  .donation ._copy .content-wrap._crisis,
  ._fools ._copy .content-wrap._crisis {
    padding: 0 0 3.125rem;
  }
}

._problem {
  background-color: #fee;
}
._problem ._copy label {
  color: #d32f2f;
}
._problem .key-highlight ._copy label,
._problem .key-highlight ._copy h1 {
  color: #d32f2f;
}

._impact {
  background-color: #e4f2ff;
}
._impact ._copy label {
  color: #d32f2f;
}
._impact .key-highlight ._copy label,
._impact .key-highlight ._copy h1 {
  color: #101820;
}

._solution {
  background-color: #efffe6;
}
._solution ._copy label {
  color: #d32f2f;
}
._solution ._copy h1,
._solution ._copy p {
  color: #000000;
}
._solution .key-highlight ._copy label,
._solution .key-highlight ._copy h1 {
  color: #53ad27;
}

._fools ._image {
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
._fools ._image img {
  border-bottom-right-radius: 0;
  width: 700px;
}
._fools ._copy {
  position: relative;
  background-color: #000000;
}
._fools ._copy .content-wrap {
  padding: unset;
}
._fools ._copy p {
  position: relative;
  color: hsl(210, 2%, 81%);
  z-index: 10;
}

.pos-middle {
  position: relative;
  left: 100px;
}
@media screen and (min-width: 1900px) {
  .pos-middle {
    left: 150px;
  }
}
@media screen and (max-width: 575.99px) {
  .pos-middle {
    left: unset;
  }
}

.donation ._image {
  padding: 0;
  background-color: #edfffd;
}
.donation ._image img {
  width: 100%;
  border-radius: 0;
}

/* ASEAN Map Section */
.asean-map {
  padding: 6.25rem 3.75rem;
}
@media screen and (max-width: 575.99px) {
  .asean-map {
    padding: 3.125rem 1.25rem;
  }
}
.asean-map .asean-title {
  margin-bottom: 3.75rem;
}
.asean-map .nav-link {
  font-family: "Mona Sans", sans-serif;
  color: #101820;
  font-size: 1rem;
  padding-inline: 1.875rem;
  border-radius: 3.125rem;
}
@media screen and (min-width: 1900px) {
  .asean-map .nav-link {
    font-size: 1.25rem;
  }
}
.asean-map .nav-link.active {
  background-color: #101820;
  color: #ffffff;
}

.svg-map {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 575.99px) {
  .svg-map {
    display: none;
  }
}

/* Daily Stats */
.daily-stats {
  background-color: #edfffd;
  padding: 6.25rem 3.75rem;
}
.daily-stats .stats-title {
  margin-bottom: 1.75rem;
}

/* Chapters */
._chapters {
  padding-block: 130px;
  padding-bottom: 0;
}
._chapters p {
  font-size: 2rem;
  line-height: 2.5rem;
}

@media screen and (max-width: 576px) {
  ._chapters p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

/* Content Page Layout */
.content-page ._chapters h1 {
  margin-bottom: 1.25rem;
}
.content-page h1 {
  margin-bottom: 2.5rem;
}
.content-page .donation {
  background: #edfffd;
  margin-top:48px;
}
.content-page .donation .content-wrap {
  padding: 0;
}
.content-page .content-wrap {
  padding: 2.5rem 1.25rem;
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .content-page .content-wrap {
    padding: 4.6875rem 200px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1900px) {
  .content-page .content-wrap {
    padding: 4.6875rem 300px;
    padding-bottom: 0;
  }
}
.content-page h2 {
  margin-block: 3.125rem;
}

/* Split Para */
.split-para {
  justify-content: center;
}

/* Uni Jumbo */
.uni-jumbo {
  margin: 0 0 0 4.6875rem;
  padding: 2.5rem;
  border: 1px solid #000000;
  border-right-width: 0;
  border-top-left-radius: 0.9375rem;
  border-bottom-left-radius: 0.9375rem;
}
.uni-jumbo ._copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.uni-jumbo ._copy h1 {
  margin-bottom: 1.875rem;
}

/* Don't Be Fooled Section */
.dont-be-fooled {
  background: black;
  position: relative;
  padding: 2.5rem;
}
@media screen and (max-width: 575.99px) {
  .dont-be-fooled {
    padding: 1.875rem 1.25rem;
  }
}
.dont-be-fooled p {
  color: #ffffff;
  padding-bottom: 1.875rem;
}
.dont-be-fooled p:last-child,
.dont-be-fooled p:only-child {
  padding-bottom: 0;
}
.dont-be-fooled .col-md {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767.99px) {
  .dont-be-fooled img {
    width: 250px;
  }
}

/* Cover Image */
.cover-image {
  background-color: #f5fafe;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
@media screen and (max-width: 991.99px) {
  .cover-image {
    height: auto;
    padding-top: 6.25rem;
  }
}

/* Download Content */
.download-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.download-wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991.99px) {
  .download-wrap {
    padding-top: 1.5rem;
    padding-inline: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .download-wrap {
    padding-inline: 3.125rem;
  }
}
@media screen and (min-width: 1440px) {
  .download-wrap {
    padding-inline: 200px;
  }
}
@media screen and (min-width: 1600px) {
  .download-wrap {
    padding-inline: 220px;
  }
}
.download-wrap label {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
}
.download-wrap label svg {
  width: 1.25rem;
  height: 1.25rem;
}

.download-details {
  margin-top: 1.25rem;
}

/* Product Section */
.product-img {
  position: relative;
  z-index: 5;
  top: 7.5rem;
  overflow: hidden;
  text-align: center;
  margin-inline: 0;
}
@media screen and (max-width: 576px) {
  .product-img {
    top: 2.5rem;
    height: 350px;
    -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
  }
}
@media screen and (min-width: 1280px) {
  .product-img {
    top: 5rem;
  }
}
@media screen and (min-width: 1600px) {
  .product-img {
    margin-inline: 3.125rem;
  }
}
.product-img img {
  border-radius: 0.625rem;
}

.product-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-highlight {
  border: 1px solid #9a9a9a;
  padding: 1.25rem;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .product-highlight {
    padding: 1.875rem 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .product-highlight {
    padding: 1.25rem 1.25rem 0;
  }
}

.h {
  height: 400px;
  overflow: hidden;
  border-radius: 0.625rem 0.625rem 0 0;
}
@media screen and (max-width: 1024px) {
  .h {
    height: 250px;
    -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    margin-bottom: 1.25rem;
  }
}

.product-highlight-media {
  display: flex;
  align-items: center;
  height: 100%;
}
.product-highlight-media h3 {
  margin-bottom: 1.25rem;
}
.product-highlight-media .btn-wrapper {
  display: flex;
  margin-top: 1.875rem;
}
@media screen and (max-width: 576px) {
  .product-highlight-media .btn-wrapper {
    margin-block: 1.25rem 0.9375rem;
    flex-wrap: wrap;
  }
}
.product-highlight-media .btn-wrapper .btn {
  flex: 0 0 auto;
}
.product-highlight-media .btn-wrapper .form-select {
  flex: 0 0 200px;
}
@media screen and (max-width: 576px) {
  .product-highlight-media .btn-wrapper .btn,
  .product-highlight-media .btn-wrapper .form-select {
    width: 100%;
  }
  .product-highlight-media .btn-wrapper .form-select {
    flex: 1;
    margin-top: 0.625rem;
  }
}

/* Footer */
footer {
  background-color: #101820;
  padding: 5rem 3.75rem 3.75rem;
}
@media screen and (max-width: 575.99px) {
  footer {
    padding: 3.125rem 1.25rem;
  }
}

footer p {
  font-size: 0.95rem;
}

footer h3,
footer h5,
footer .copyright p {
  color: #ffffff;
}
footer ul li,
footer .copyright p {
  font-size: 1.125rem;
}
@media screen and (max-width: 575.99px) {
  footer .footer-about,
  footer .footer-access,
  footer .booklet,
  footer .footer-access,
  footer .booklet {
    margin-bottom: 3.125rem;
  }
  footer .footer-about:last-child,
  footer .footer-access:last-child,
  footer .booklet:last-child {
  footer .footer-access:last-child,
  footer .booklet:last-child {
    margin-bottom: 0;
  }
}
footer .footer-about h3,
footer .footer-access h3,
footer .booklet h3 {
  margin-bottom: 1.875rem;
}
footer .footer-about p,
footer .footer-access p,
footer .booklet p {
  color: hsl(210, 2%, 81%);
  margin-bottom: 1.25rem;
}
footer .footer-about ul li,
footer .footer-access ul li,
footer .booklet ul li {
  padding-block: 0.3125rem;
}
footer .footer-about ul li:first-child,
footer .footer-access ul li:first-child,
footer .booklet ul li:first-child {
  padding-top: 0;
}
footer .footer-about ul li:last-child,
footer .footer-access ul li:last-child,
footer .booklet ul li:last-child {
  padding-bottom: 0;
}
footer .footer-about ul li:only-child,
footer .footer-access ul li:only-child,
footer .booklet ul li:only-child {
  padding: 0;
}
footer .footer-about ul li a,
footer .footer-access ul li a,
footer .booklet ul li a {
  color: hsl(210, 2%, 81%);
}
footer .footer-about ul li a:hover,
footer .footer-access ul li a:hover,
footer .booklet ul li a:hover {
  color: #d32f2f;
}
footer .footer-about ul li svg,
footer .footer-access ul li svg,
footer .booklet ul li svg {
  color: #53ad27;
  width: 1.25rem;
  height: 1.25rem;
}
footer .footer-about svg,
footer .footer-access svg,
footer .booklet svg {
  margin-right: 0.625rem;
}
footer .booklet {
  display: flex;
}
@media screen and (max-width: 575.99px) {
  footer .booklet {
    display: block;
  }
}
footer .booklet img {
  margin-right: 2.5rem;
}
@media screen and (max-width: 575.99px) {
  footer .booklet img {
    margin-bottom: 1.875rem;
  }
}
footer .booklet .booklet-details {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 1600px) {
  footer .booklet .booklet-details {
    padding-right: 6.25rem;
  }
}
footer .booklet .booklet-details h3 {
  margin-bottom: 1.25rem;
}
footer .booklet .booklet-details p {
  margin-bottom: 1.875rem;
}
footer .copyright {
  padding-top: 3.75rem;
}