/*
0 - 600px:     Phone
600 - 900px:   Tablet Potrait
900 - 1200px:  Tablet Landscape
[1200 - 1800]  is where our normal style applies
1800px + :     Big desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

@font-face {
  font-family: "Objektiv Mk3 W03 Regular";
  src: url("//db.onlinewebfonts.com/t/8b3eaf6e7dd31576ccebc455b70fbf0e.eot");
  src: url("//db.onlinewebfonts.com/t/8b3eaf6e7dd31576ccebc455b70fbf0e.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/8b3eaf6e7dd31576ccebc455b70fbf0e.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/8b3eaf6e7dd31576ccebc455b70fbf0e.woff") format("woff"), url("//db.onlinewebfonts.com/t/8b3eaf6e7dd31576ccebc455b70fbf0e.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/8b3eaf6e7dd31576ccebc455b70fbf0e.svg#ObjektivMk3W03-Regular") format("svg");
}
html {
  scroll-behavior: smooth;
  font-size: 48%;
}
@media (max-width: 90em) {
  html {
    font-size: 48%;
  }
}
@media (max-width: 75em) {
  html {
    font-size: 45%;
  }
}
@media (max-width: 48em) {
  html {
    font-size: 37%;
  }
}
@media (max-width: 37.5em) {
  html {
    font-size: 37.5%;
  }
}
@media (max-width: 37.5em) {
  html {
    font-size: 37.5%;
  }
}
@media (max-width: 35em) {
  html {
    font-size: 35%;
  }
}
#slideText {
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 1s ease-in-out, transform 2s ease-in-out;
}
/* #replaceText {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
} */

.map-proj{
  display: flex;
  justify-content: center;
  padding-top: 12rem;
  padding-bottom: 12rem;

}
.mapop{
  width:76%;
  background-color: #e4cae0;
}
.mapop-selctor{
  display: flex;
  justify-content: center;
}
.tooltip {
  display: none;
  position: absolute;
  background-color: rgba(248, 235, 242, 0.6);
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  /* Adjust the pointer to the middle/top */
  transform: translate(-50%, -100%);
  /* Add transition for smoother appearance */
  transition: opacity 0.3s ease;

}

/* Now position the tooltip near the pointer */

body {
  font-family: "Objektiv Mk3 W03 Regular";
  font-weight: 400;
  color: #000000;
  background-color: #ffffff;
  line-height: normal;
  box-sizing: border-box;
  overflow-x: hidden;
}

.yellow-btn {
  background-color: #EAC44B;
  height: 5.1rem;
  padding: 0 2.4rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  color: #0F0F0F;
  font-weight: 700;
  border: none;
  transition: 0.5s;
  cursor: pointer;
  text-decoration: none;
}
.yellow-btn:hover {
  background-color: #e5b51d;
}

.yellow-outline-btn {
  background-color: rgba(234, 196, 75, 0);
  height: 4.8rem;
  padding: 0 2.6rem;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  color: #EAC44B;
  font-weight: 600;
  border: 0.1rem solid #EAC44B;
  transition: 0.5s;
  cursor: pointer;
  text-decoration: none;
}
.yellow-outline-btn:hover {
  background-color: rgba(234, 196, 75, 0.25);
}

.d-flex {
  display: flex;
}

.flex-grow-1 {
  flex-grow: 1;
}

.align-items-center {
  align-items: center;
}

.h-160 {
  height: 16rem;
}

.mb-24 {
  margin-bottom: 2.4rem !important;
}
.menu-button{
  background-color: transparent;
  border: none;
  color: #51c25b;
  font-size: 3vh;
}
.close-button{
  background-color: transparent;
  border: none;
  color: #51c25b;
  font-size: 6vh;
}
.main-nav {
  width: 100%;
}
.main-nav__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 168rem;
  height: 25.7rem;
  margin: auto;
  position: relative;
  z-index: 50;
}
.main-nav__logo {
  width: 19.6rem;
  height: auto;
}
.main-nav__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 1;
}
.main-nav__nav .top-nav {
  display: flex;
  align-items: center;
  margin-bottom: 6rem;
}
.main-nav__nav .top-nav__item {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 1.7rem;
  font-weight: 400;
  color: #000000;
  line-height: 2rem;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0 2.2rem;
  margin: 0;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.main-nav__nav .top-nav__item .icon {
  height: 2.4rem;
  margin-right: 1.4rem;
  margin-bottom: 0.4rem;
}
.main-nav__nav .top-nav__item:first-child {
  padding-left: 0;
}
.main-nav__nav .top-nav__item:last-child {
  padding-right: 0;
}
.main-nav__nav .top-nav__item:hover {
  color: #51c25b;
}
.main-nav__nav .top-nav__item + .top-nav__item {
  border-left: 0.05rem solid #000000;
}
.main-nav__nav .bottom-nav {
  display: flex;
  align-items: flex-start;
}
.main-nav__nav .bottom-nav__item {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.4rem;
  font-weight: 400;
  color: #014868;
  line-height: 2.8rem;
  letter-spacing: 0.125rem;
  text-decoration: none;
  background: none;
  border: none;
  padding: 16px 0 0;
  margin: 0;
  margin-right: 6.5rem;
  transition: 0.5s;
  cursor: pointer;
}
.main-nav__nav .bottom-nav__item:hover {
  color: #51c25b;
}
.main-nav__nav .bottom-nav__item.active {
  color: #51c25b;
}
.main-nav__nav .bottom-nav__btn {
  background-color: #51c25b;
  width: 216px;
  height: 55px;
  border-radius: 30px;
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.4rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 2.8rem;
  letter-spacing: 0.125rem;
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-nav__nav .bottom-nav__btn:hover {
  background-color: #3aa644;
}

.home-header {
  position: relative;
  overflow: hidden; /* Hide overflowing content */
}

.home-header__tagline {
  background-color: #014868;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  overflow: hidden;
}
.scrolling-text {
  animation: scrollText 20s linear infinite;
  white-space: nowrap;
}

@keyframes scrollText {
  0% {
      transform: translateX(100%);
  }
  100% {
      transform: translateX(-100%);
  }
}
.home-header__tagline p {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}

.home-header .header {
  background-size: cover;
  background-position: center right;
  position: relative;
  height: 105vh;
  display: flex;

}

.home-header .header__container {
  display: flex;
  align-items: center;
  width: 96%;
  
  max-width: 168rem;
  margin: auto;
  position: relative;
  z-index: 5;
}

.home-header .header__text {
  font-family:  "Roboto", sans-serif;
  font-size: 4.5rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 5.6rem;
  flex-grow: 1;
  margin-right: 8.5rem;
}
.home-header .header__text strong {
  display: block;
  font-size: 6.5rem;
  color: #51c25b;
  font-weight: 900;
  line-height: 8.2rem;
}
.home-header .header__pic {
  width: 100%;

  
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}



.executive {
  width: 100%;
  margin-top: 15.8rem;
}
.executive__container {
  display: flex;
  width: 100%;
  max-width: 168rem;
  margin: auto;
  position: relative;
  z-index: 50;
}
.executive__pic {
  width: 37.5rem;
  height: 46.5rem;
  object-fit: cover;
  margin-right: 7.2rem;
}
.executive__info {
  margin-top: 5rem;
  flex-grow: 1;
}
.executive__info .title {
  font-family: "Playfair Display", serif;
  font-size: 4.8rem;
  color: #333333;
  font-weight: 400;
  margin-bottom: 2.4rem;
}
.executive__info .desc {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.4rem;
  font-weight: 400;
  color: #333333;
  line-height: 3.8rem;
}
.executive__info .read-more {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2rem;
  font-weight: 400;
  color: #51c25b;
  line-height: 2.4rem;
  background: none;
  border: none;
  padding: 0;
  margin: 2rem 0 0;
  transition: 0.5s;
  cursor: pointer;
  text-decoration: none;
}
.executive__info .read-more:hover {
  color: #014868;
}

.what-we-do {
  width: 100%;
  margin-top: 18.5rem;
}
.what-we-do__container {
  width: 100%;
  max-width: 168rem;
  margin: auto;
  position: relative;
  z-index: 50;
  opacity: 0; /* Start with opacity at 0 to hide the items initially */
  animation: slideIn 1s ease-in-out forwards; /* Apply the slideIn animation */
}
.what-we-do__title {
  font-family: "Playfair Display", serif;
  font-size: 6.4rem;
  color: #333333;
  font-weight: 400;
  line-height: 7.6rem;
  margin-bottom: 9.5rem;
}
.what-we-do__title_graph {
  font-family: "Playfair Display", serif;
  font-size: 5rem;
  color: #51c25b;
  font-weight: 400;
  line-height: 7.6rem;
  margin-bottom: 9.5rem;
}
.what-we-do__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 6rem;
  margin-bottom: 23rem;
}
.what-we-do__list--item .imgs {
  width: 100%;
  height: auto; /* Allow the image to adjust its height according to aspect ratio */
  display: block;
  object-fit: cover;/* Maintain image aspect ratio and cover the container */
}
.what-we-do__list--item .image-container {
  position: relative;
  width: 100%;
 
}
.text{
  font-family: "Playfair Display", serif;
  font-size: 3.3rem;
  color: #ffffff;
  font-weight: 400;
  line-height: 4rem;
  padding-left: 4rem;
  padding-bottom: 3.8rem;
  text-align: left;
}
.what-we-do__list--item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(1, 72, 104, 0) 100%);
}
.what-we-do__list--item {
 
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 3.3rem;
  font-weight: 400;
  color: #000000;
  line-height: 3.9rem;
 
  border: none;
  
  margin: 0;
  
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  flex: 1;
  transform: translateY(20px);
  transition: transform 0.5s ease, box-shadow 0.5s ease; /* Add a smooth transition effect */
}
@keyframes slideIn {
  0% {
      opacity: 0;
      transform: translateX(-100%); /* Start position: fully left */
  }
  100% {
      opacity: 1;
      transform: translateX(0); /* End position: normal position */
  }
}
.what-we-do__list--item:hover {
  transform: translateY(-5px); /* Move the element up slightly on hover */
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
}
.what-we-do__list--item .icon {
  height: 9.8rem;
  margin-right: 1.6rem;
  position: absolute;
  top: 70px;
  padding-left: 4rem;
}

.what-we-do__list--item .arrow {
  width: 3rem;
  position: absolute;
  top: 4rem;
  right: 4rem;
}
.essaycompetition-events__featured {
  display: flex;
}
.essaycompetition-events__featured__pic3 {
  width: 70rem;
  height: 47rem;
  object-fit: cover;
  margin-right: 5.2rem;
  flex-shrink: 0;
}
.essaycompetition-events__featured__info {
  margin-top: 5rem;
  flex-grow: 1;
}
.essaycompetition-events__featured__info .desc {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.4rem;
  font-weight: 400;
  color: #333333;
  line-height: 3.8rem;
}
.featured-events {
  width: 100%;
  margin-bottom: 20.5rem;
  margin-top: 30rem;
}
.media {
  width: 100%;
  margin-top: 12.4rem;
  margin-bottom: 12.4rem;
}
.media__container {
  width: 100%;
  max-width: 168rem;
  margin: auto;
  position: relative;
  z-index: 50;
}

 .pic_detail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}

.featured-events .media__grid {
  margin-bottom: 6.4rem;
}
.featured-events__list--item .pic {
  width: 100%;
  height: 29.6rem;
  object-fit: cover;
  margin-bottom: 4.2rem;
  flex-shrink: 0;
}
.featured-events__desc-text3 {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.4rem;
  font-weight: 400;
  color: #333333;
  line-height: 3.8rem;
}
.featured-events__desc-text3 + .featured-events__desc-text3 {
  margin-top: 3.8rem;
}
.featured-events__container {
  width: 100%;
  max-width: 168rem;
  margin: auto;
  position: relative;
  z-index: 50;
}
.featured-events__title {
  font-family: "Playfair Display", serif;
  font-size: 6.4rem;
  color: #333333;
  font-weight: 400;
  line-height: 7.6rem;
  margin-bottom: 6.5rem;
}
.featured-events__featured {
  display: flex;
}
.featured-events__featured__pic {
  width: 70rem;
  height: 47rem;
  object-fit: cover;
  margin-right: 5.2rem;
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out;
}
.featured-events__featured__pic:hover {
  transform: scale(1.1); /* Scale the image up slightly on hover */
}
.featured-events__featured__info {
  margin-top: 5rem;
  flex-grow: 1;
}
.featured-events__featured__info .title {
  font-family: "Playfair Display", serif;
  font-size: 4.8rem;
  color: #333333;
  font-weight: 400;
  line-height: 5.8rem;
  margin-bottom: 2.4rem;
}
.featured-events__featured__info .desc {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.4rem;
  font-weight: 400;
  color: #333333;
  line-height: 3.8rem;
}
.featured-events__featured__info .read-more {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2rem;
  font-weight: 400;
  color: #51c25b;
  line-height: 2.4rem;
  background: none;
  border: none;
  padding: 0;
  margin: 2rem 0 0;
  transition: 0.5s;
  cursor: pointer;
  text-decoration: none;
}
.featured-events__featured__info .read-more:hover {
  color: #014868;
}
.featured-events__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7.5rem;
  margin-top: 7rem;
}
.featured-events__list--item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.featured-events__list--item .pic {
  width: 100%;
  height: 29.6rem;
  object-fit: cover;
  margin-bottom: 4.2rem;
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out;
}
.featured-events__list--item .pic:hover  {
  transform: scale(1.1); /* Scale the image up slightly on hover */
}

.featured-events__list--item .title {
  font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  color: #333333;
  font-weight: 400;
  line-height: 4.2rem;
  margin-bottom: 1.4rem;
}
.featured-events__list--item .desc {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2rem;
  font-weight: 400;
  color: #333333;
  line-height: 3rem;
  padding-left: 2.2rem; 
  border-left: 0.4rem solid #444444;
}
.featured-events__list--item .desc.orange {
  border-color: #f47a36;
}
.featured-events__list--item .desc.green {
  border-color: #108600;
}
.featured-events__list--item .desc.purple {
  border-color: #9345d7;
}
.featured-events__list--item .read-more {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2rem;
  font-weight: 400;
  color: #51c25b;
  line-height: 2.4rem;
  background: none;
  border: none;
  padding: 0;
  margin: 4.2rem 0 0;
  transition: 0.5s;
  cursor: pointer;
  text-decoration: none;
}
.featured-events__list--item .read-more:hover {
  color: #014868;
}

.focus-areas {
  background-color: rgba(81, 194, 91, 0.15);
  padding: 17.5rem 0 32rem;
}
.focus-areas__container {
  width: 100%;
  max-width: 168rem;
  margin: auto;
  position: relative;
  z-index: 50;
}
.focus-areas__title {
  font-family: "Playfair Display", serif;
  font-size: 6.4rem;
  color: #51c25b;
  font-weight: 400;
  line-height: 7.6rem;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
}
.focus-area-desc {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.4rem;
  font-weight: 400;
  color: #333333;
  line-height: 3.8rem;
  margin-bottom: 6.5rem;
}
.focus-areas__title .icon {
  width: 10.4rem;
  margin-right: 1.4rem;
}
.focus-areas__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 21.5rem;
  column-gap: 6.5rem;
}
.focus-areas__list--item {
  width: 100%;
  height: 57.3rem;
  position: relative;
  overflow: hidden; /* Hide overflowing content */
  transform: translateY(20px);
  transition: transform 0.1s ease, box-shadow 0.1s ease; /* Add a smooth transition effect */
  transition: opacity 10s ease; /* Add a smooth transition effect */
  opacity: 0;
}

/* Define the fade-in animation */
@keyframes fadeIn {
  0% {
    opacity: 0; /* Start with opacity at 0 */
  }
  20% {
    opacity: 0; /* Stay at opacity 0 for 20% of the animation */
  }
  100% {
    opacity: 1; /* Gradually increase opacity to 1 */
  }
}
/* Add hover effect to slightly pop up the item */
.focus-areas__list--item:hover {
  transform: translateY(-5px); /* Move the element up slightly on hover */
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
}
.focus-areas__list--item .bg-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  object-fit: cover;
}
.focus-areas__list--item .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 55;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(1, 72, 104, 0) 100%);
  padding-left: 4rem;
  padding-bottom: 3.8rem;
  display: flex;
  align-items: flex-end;
}
.focus-areas__list--item .content--title {
  font-family: "Playfair Display", serif;
  font-size: 3.3rem;
  color: #ffffff;
  font-weight: 400;
  line-height: 4rem;
}
.focus-areas__list--item .content--icon {
  height: 8rem;
  margin-right: 1.6rem;
}
/* Your existing CSS */
/* Your existing CSS rules */
.essaycompetition-areas {
  margin-top: 120px;
  background-color: rgba(211, 145, 23, 0.2);
  padding: 4rem 0 8rem;
}

.essaycompetition__main__container {
  width: 100%;
  max-width: 168rem; /* Adjust as needed */
  margin: auto;
  position: relative;
  z-index: 50;
}

.items{
  text-decoration: none;
  color: #ffffff ;
}
  
.essaycompetition__title {
  font-family: "Playfair Display", serif;
  font-size: 4.8rem;
  color: #014868;
  font-weight: 400;
  line-height: 6.6rem;
  margin-bottom: 7.5rem;
  display: flex;
  align-items: flex-start;
}
.essaycompetition__winner1{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.essaycompetition__winner2{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.essay__maindiv {
  display: flex;
  align-items: center;
  margin-top: 30rem ; /* Adjust the spacing between steps */
}
.essay__maindiv2 {
  display: flex;
  align-items: center;
  margin-top: 60rem; /* Adjust the spacing between steps */
}
.winnerpic{
  height: 18vh;
  width: auto;
}
.essaylines{
  height: 30vh;
  width: auto;
  
}
.mainname{
  font-size: 3.6rem;
  font-weight: 800;
  color: #014868;
  line-height:5.6rem ;
}
.maintitle{
  font-size: 1.6;
  font-weight: 600;
  color: #D39117;
  line-height: 1.6rem;

}
.maindesc{
  font-size: 1.3rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.6rem;

}
.maindesc2{
  font-size: 1.3rem;
  font-weight: 500;
  color: #000000;
  padding-top: 3rem;
}
.essaycompetition__container{
  display: flex;
  flex-direction: row;
  justify-content: space-between; /* To evenly space the winners */
  align-items: center;
}
.featureX-areas {
  margin-top: 120px;
  background-color: rgba(81, 194, 91, 0.15);
  padding: 4rem 0 8rem;
}

.featureX-areas__container {
  width: 100%;
  max-width: 168rem; /* Adjust as needed */
  margin: auto;
  position: relative;
  z-index: 50;
}

.featureX-areas__title {
  font-family: "Playfair Display", serif;
  font-size: 4.8rem;
  color: #000000;
  font-weight: 400;
  line-height: 3.6rem;
  margin-bottom: 7.5rem;
  display: flex;
  align-items: center;
}

.front-header__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 50;
  overflow: hidden;
}

   .front-header__slider {
        display: flex;
        width: 100%;
        gap: 10px; /* Add gap between slides */
        transition: transform 0.5s ease-in-out; /* Add transition property */
   
        white-space: nowrap; /* Prevent images from wrapping to a new line */
    }

    .slider-slide {
        display: flex;
        width: calc(100% / 3); /* Each slide contains 3 images */
        gap: 10px; /* Add gap between images */
        align-items: center;
    }

    .slider-slide img {
        width: 100%; /* Images take full width of the slide */
        height: auto;
        object-fit: cover;
        display: block;
        transition: opacity 0.5s ease-in-out; /* Add transition for opacity */
    }


.front-header__indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

.front-header__indicators span {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: transparent;
  margin: 0 0.5rem;
  cursor: pointer;
  border: 2px solid #585B5C;
  transition: background-color 0.5s ease-in-out, border-color 0.5s ease-in-out; /* Add background-color transition */
}

.front-header__indicators span.active {
  background-color: #585B5C;
  border-color: transparent; /* Change border color for the active indicator */
}

.survey-container {
  width: 100%;
  max-width: 168rem;
  display: flex;
  flex-direction: column;
  margin: auto;
  position: relative;
  z-index: 50;
}

.survey-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-direction: row;
  align-items: center; /* Vertically center content */
  margin-top: 16rem; /* Adjust the spacing between survey sections */
}
.survey-title{
  font-family: "Playfair Display", serif;
  font-size: 4.4rem;
  color: #333333;
  font-weight: 600;
  line-height: 5.6rem;
  margin-bottom: 3.2rem;
}
.survey-desc{
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.4rem;
  font-weight: 400;
  color: #333333;
  line-height: 3.8rem;
}

.survey-imgdiv {
  padding: 1rem; /* Add padding for spacing around the image */
}
.survey-imgdiv2 {
  padding: 1rem; /* Add padding for spacing around the image */
  display: flex;
  justify-content: flex-end;
}
.survey-info{
  flex-grow: 1;
  max-width: 92rem;
}
.survey-img {
  max-width: 80%; /* Ensure the image doesn't exceed its container */
  height: 50%; /* Maintain the image's aspect ratio */
}
.survey-textarea{
  width: 100%;
  margin-top: 4rem;
margin-bottom: 3rem;
}
.survey-text {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.0rem;
  font-weight: 800;
  color: #333333;
  line-height: 5.2rem;
  padding: 1rem; /* Add padding for spacing around the text */
  background-color: #d8b6c8; /* Set your desired background color */
  display: inline; /* Ensures the background color only covers the text */
}
.survey-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between; /* This will create equal spacing between divs */
  width: fit-content;
  margin-bottom: 24rem;
}
.survey-div2 {
  width: 30%; /* Adjust the width as needed */
  margin: 0 10px; /* Adjust the margin as needed */
}
.survey-divimg{
  width: 20%;
}
.survey-divdesc{
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.4rem;
  font-weight: 400;
  color: #333333;
  line-height: 3.8rem;
}
.NIDI--survey {
  background-color: rgba(81, 194, 91, 0.15);
  padding: 18rem 0;
  /* Center the content horizontally */
}

.NIDI--survey__container {
  width: 100%;
  max-width: 168rem;
  margin: auto;
}

.records {
  display: flex;
  justify-content: center;
  gap: 10px;
  /* margin-top: 3rem;  */
}
.record-text{
  width: fit-content;
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.0rem;
  font-weight: 800;
  color: #333333;
  padding: 1rem; /* Add padding for spacing around the text */
  background-color: #d8b6c8; /* Set your desired background color */
  display: inline; /* Ensures the background color only covers the text */
  margin-bottom: 1rem  ;
}
.record-text2{
  width: fit-content;
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.0rem;
  font-weight: 800;
  color: #501ba5;
  padding: 1rem; /* Add padding for spacing around the text */
  background-color: #d8b6c8; /* Set your desired background color */
  display: inline; /* Ensures the background color only covers the text */
  margin-bottom: 1rem  ;
}
.record-018-019 {
  display: flex;
  flex-direction: column;

  
}
.record-019-020 {
  display: flex;
  flex-direction: column;
 
}

.record-images {
width: 96%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px; /* Adjust the gap as needed */
}

.record-divimg {
  width: 100%; /* Make images fill their container */
}
.NIDI--surveytitle{
  font-family: "Playfair Display", serif;
  font-size: 6.4rem;
  color: #51c25b;
  font-weight: 400;
  line-height: 7.6rem;
  margin-bottom: 10.2rem;
}
.record-download{
  display: flex;
justify-content: flex-start;
background-color: transparent;
border: none;
cursor: pointer;
margin-top: 2rem;
color: #B7347A;

}
.icon1{
  width: 3%;
  margin-right: 12px;
  
}
.scoping--review {
  background-color: rgba(81, 194, 91, 0.15);
  padding: 18rem 0;
}
.scoping--review__container {
  width: 100%;
  max-width: 168rem;
  display: flex;
 
  justify-content: space-between;
  margin: auto;
  position: relative;
  z-index: 50;
}
.scoping--review--info {
  flex-grow: 1;
  max-width: 92rem;
}
.scoping--review--info .scopingtitle {
  font-family: "Playfair Display", serif;
  font-size: 6.4rem;
  color: #51c25b;
  font-weight: 400;
  line-height: 7.6rem;
  margin-bottom: 3.2rem;
}
.scoping--review--info .scopingdetail {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.4rem;
  font-weight: 400;
  color: #333333;
  line-height: 3.8rem;
}
.scoping--review--logos-list {
  width: 84rem;
  display: flex;
justify-content: flex-end;
  
}
.scoping--review--logos1{
  width: 80%;
  height: 100%;
}
.about {
  width: 100%;
  margin-top: 23rem;
}
.about__container {
  width: 100%;
  max-width: 168rem;
  margin: auto;
  position: relative;
  z-index: 50;
}
.about__title {
  font-family: "Playfair Display", serif;
  font-size: 4.8rem;
  color: #333333;
  font-weight: 400;
  margin-bottom: 2.4rem;
}
.about__desc {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.4rem;
  font-weight: 400;
  color: #333333;
  line-height: 3.8rem;
}
.about__read-more {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2rem;
  font-weight: 400;
  color: #51c25b;
  line-height: 2.4rem;
  background: none;
  border: none;
  padding: 0;
  margin: 2rem 0 0;
  transition: 0.5s;
  cursor: pointer;
  text-decoration: none;
}
.about__read-more:hover {
  color: #014868;
}
.about.sub-page {
  margin-top: 0;
}
.about__info {
  margin: 9rem 0 21rem;
}
.about__info--focus {
  display: flex;
  justify-content: space-between;
  margin: 7.5rem 0;
  opacity: 0; /* Start with opacity at 0 to hide the items initially */
  transform: translateX(-10px); /* Start with a horizontal translation to the left */
  transition: opacity 0.5s ease, transform 0.5s ease; /* Add a smooth transition effect */
  animation: slideIn 1.3s ease-in-out forwards; /* Apply the slideIn animation */
}
/* Define the slideIn animation */
@keyframes slideIn {
  0% {
      opacity: 0;
      transform: translateX(-40px); /* Start position: slightly to the left */
  }
  100% {
      opacity: 1;
      transform: translateX(0); /* End position: normal position */
  }
}
.about__info--focus .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about__info--focus .item--icon {
  height: 7.2rem;
  margin-bottom: 1.4rem;
}
.about__info--focus .item--text {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.5rem;
  font-weight: 400;
  color: #333333;
  line-height: 3rem;
}
.about .info-text {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.4rem;
  font-weight: 400;
  color: #333333;
  line-height: 3.8rem;
}
.about .info-text + .info-text {
  margin-top: 3.8rem;
}
.about__partnership {
  background-color: rgba(81, 194, 91, 0.15);
  padding: 18rem 0;
}
.about__partnership__container {
  width: 100%;
  max-width: 168rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  position: relative;
  z-index: 50;
}
.about__partnership--info {
  flex-grow: 1;
  max-width: 75rem;
  opacity: 0;
  transform: translateX(-80px);
  transition: opacity 3s ease, transform 3s ease;
}

.about__partnership--info.animated {
  opacity: 1;
  transform: translateX(40px);
}
.about__partnership--info .title {
  font-family: "Playfair Display", serif;
  font-size: 6.4rem;
  color: #51c25b;
  font-weight: 400;
  line-height: 7.6rem;
  margin-bottom: 3.2rem;
}
.about__partnership--info .detail {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.4rem;
  font-weight: 400;
  color: #333333;
  line-height: 3.8rem;
}
.about__partnership--logos-list {
  width: 84rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 3s ease, transform 3s ease;
}
.about__partnership--logos-list.animated {
  opacity: 1;
  transform: translateX(-20px);
}


.about__partnership--logos-list .item {
  height: 17rem;
  padding-left: 4rem;
  display: flex;
  align-items: center;
}
.about__partnership--logos-list .item.border-left {
  border-left: 0.2rem solid #014868;
}
.about__partnership--logos-list .item.border-bottom {
  border-bottom: 0.2rem solid #014868;
}
.about__partnership--logos1{
  height: 8rem;
  transition: transform 0.3s ease-in-out;
}
.about__partnership--logos1:hover {
  transform: scale(1.1); /* Scale the image up slightly on hover */
}
.about__partnership--logos2{
  height: 8rem;
  transition: transform 0.3s ease-in-out;
}
.about__partnership--logos2:hover {
  transform: scale(1.1); /* Scale the image up slightly on hover */
}
.about__partnership--logos3{
  height: 10rem;
  transition: transform 0.3s ease-in-out;
}
.about__partnership--logos3:hover {
  transform: scale(1.1); /* Scale the image up slightly on hover */
}
.about__partnership--logos4{
  height: 8rem;
  transition: transform 0.3s ease-in-out;
}
.about__partnership--logos4:hover {
  transform: scale(1.1); /* Scale the image up slightly on hover */
}
.about__partnership--logos5{
  height: 11rem;
  transition: transform 0.3s ease-in-out;
}
.about__partnership--logos5:hover {
  transform: scale(1.1); /* Scale the image up slightly on hover */
}
.about__partnership--logos6{
  height: 10rem;
  transition: transform 0.3s ease-in-out;
}
.about__partnership--logos6:hover {
  transform: scale(1.1); /* Scale the image up slightly on hover */
}
.about__partnership--logos7{
  height: 8rem;
  transition: transform 0.3s ease-in-out;
}
.about__partnership--logos7:hover {
  transform: scale(1.1); /* Scale the image up slightly on hover */
}
.about__partnership--logos8{
  height: 8rem;
  transition: transform 0.3s ease-in-out;
}
.about__partnership--logos8:hover {
  transform: scale(1.1); /* Scale the image up slightly on hover */
}


.about__team {
  margin: 20rem 0 10rem;
}
.about__team__container {
  width: 100%;
  max-width: 168rem;
  margin: auto;
  position: relative;
  z-index: 50;
}
.about__team .team-separator {
  background-color: #cccccc;
  width: 100%;
  height: 0.1rem;
  margin: 12rem 0;
}
.about__team__title {
  font-family: "Playfair Display", serif;
  font-size: 6.4rem;
  color: #333333;
  font-weight: 400;
  line-height: 7.6rem;
  margin-bottom: 10.5rem;
}
.about__team__title.center {
  text-align: center;
}
.about__team__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.about__team__list--member .pic {
  width: 40rem;
  height: 46rem;
  margin-bottom: 2.8rem;
  position: relative;
  transition: transform 0.3s ease-in-out;
}
.about__team__list--member .pic:hover img{
  transform: scale(1.1);
}
.about__team__list--member .pic::before {
  content: "";
  background-color: #51c25b;
  position: absolute;
  top: 5rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 60;
  border-radius: 4rem 4rem 0 0;
}
.about__team__list--member .pic{
  width: 100%;
  height: 46rem;
  object-fit: cover;
  position: relative;
  z-index: 70;
}
.about__team__list--member .name {
  font-family: "Playfair Display", serif;
  font-size: 3.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 4.3rem;
  margin-bottom: 2.4rem;
}
.about__team__list--member .desc {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.4rem;
  font-weight: 400;
  color: #333333;
  line-height: 3rem;
  padding-left: 1rem;
  border-left: 0.4rem solid #51c25b;
  margin-bottom: 3.6rem;
}
.about__team__list--member .read-more {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2rem;
  font-weight: 400;
  color: #51c25b;
  line-height: 2.4rem;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  transition: 0.5s;
  cursor: pointer;
  text-decoration: none;
}
.about__team__list--member .read-more:hover {
  color: #014868;
}
.about__team__list--member.team22 {
  margin-bottom: 0rem;
}
.about__team__list--member.team22 .pic::before {
  background-color: rgba(81, 194, 91, 0.5);
  top: 0;
  border-radius: 0;
}
.about__team__list--member.team {
  margin-bottom: 15rem;
}
.about__team__list--member.team .pic::before {
  background-color: rgba(81, 194, 91, 0.5);
  top: 0;
  border-radius: 0;
}
.about__team__list--member.team .name {
  font-size: 3.2rem;
  line-height: 3.8rem;
}
.about__team__list--member.team .desc {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.about__team__list--member.team .read-more {
  font-size: 1.6rem;
  line-height: 1.8rem;
}
.about__team__list.trustee {
  justify-content: center;
}
.about__team__list.trustee .about__team__list--member + .about__team__list--member {
  margin-left: 7rem;
}
.socialmedia.sub {
  margin-top: 16rem;
  margin-bottom: 24rem;
}
.socialmedia__container {
  width: 100%;
  max-width: 168rem;
  margin: auto;
  position: relative;
  z-index: 50;
}
.socialmedia__title {
  font-family: "Playfair Display", serif;
  font-size: 4.8rem;
  color: #333333;
  font-weight: 400;
  margin-bottom: 10rem;
}
.socialmedia__list2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 7rem;
  row-gap: 14rem;
  overflow: hidden; /* Hide overflowing content */
  opacity: 0; /* Start with opacity at 0 to hide the items initially */
  animation: slideIn 1s ease-in-out forwards; /* Apply the slideIn animation */
}
@keyframes slideIn {
  0% {
      opacity: 0;
      transform: translateX(-100%); /* Start position: fully left */
  }
  100% {
      opacity: 1;
      transform: translateX(0); /* End position: normal position */
  }
}
.socialmedia__list2--item {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center content horizontally */
  text-align: flex-start; 
  
}
.socialmedia__list2--item .pic1 {
  width: 100%;
  height: 28rem;
  object-fit: cover;
  margin-bottom: 3.6rem;
  flex-shrink: 0;
  position: relative; /* For positioning the label */
  transition: transform 0.6s; 
}
.socialmedia__list2--item .pic1:hover {
  transform: scale(1.1); 
}
.publications__list--item .title {
  font-family: "Playfair Display", serif;
  font-size: 3.8rem;
  color: #333333;
  font-weight: 400;
  line-height: 4.6rem;
  margin-bottom: 1.4rem;
}
.socialmedia__list2--item .label1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  font-weight: 500;
  font-size: 2.8rem;
  color: #ffffff;
  text-align: flex-start;
  padding: 22px;
  line-height: 1.3;
}
.socialmedia__list2--item .pic-image {
  width: 80%;
  height: auto;
  object-fit: cover;
  position: absolute; 
  top: 30%;
  left: 30%;
  transform: translate(-50%, -50%); /* Center the image */
  z-index: 1;
  padding: 10px;
}
.celebrities {
  width: 100%;
  margin-top: 12rem;
  margin-bottom: 16.5rem;
}
.celebrities__container {
  width: 100%;
  max-width: 168rem;
  margin: auto;
  position: relative;
  z-index: 50;
}
.celebrities__title {
  font-family: "Playfair Display", serif;
  font-size: 4.8rem;
  color: #333333;
  font-weight: 400;
  margin-bottom: 8rem;
}
.celebrities__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.5rem;
}
.celebrities__list--item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.celebrities__list--item .pic2 {
  width: 100%;
  height: 38rem;
  object-fit: cover;
  margin-bottom: 3.6rem;
  flex-shrink: 0;
  transition: transform 0.6s;
}
.celebrities__list--item .pic2:hover {
  transform: scale(1.05); /* Scale up the image on hover */
}
.celebrities__list--item .desc2 {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.4rem;
  font-weight: 400;
  color: #333333;
  line-height: 3.8rem;
}

.webinars {
  width: 100%;
  margin-top: 12rem;
  margin-bottom: 16.5rem;
}
.webinars__container {
  width: 100%;
  max-width: 168rem;
  margin: auto;
  position: relative;
  z-index: 50;
}
.webinars__title {
  font-family: "Playfair Display", serif;
  font-size: 4.8rem;
  color: #333333;
  font-weight: 400;
  margin-bottom: 8rem;
}
.webinars__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10.5rem;
}
.webinars__list--item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.webinars__list--item .webinarspic {
  width: 100%;
  height: 44rem;
  object-fit: cover;
  margin-bottom: 3.6rem;
  flex-shrink: 0;
}

.webinars__list--item .webinarstitle {
  font-family: "Playfair Display", serif;
  font-size: 3.8rem;
  color: #333333;
  font-weight: 400;
  line-height: 4.6rem;
  margin-bottom: 6.4rem;
}
.webinars__list--item .webinarsdesc {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.4rem;
  font-weight: 400;
  color: #333333;
  line-height: 3.8rem;
}
.building {
  width: 100%;
  margin-top: 12rem;
  margin-bottom: 16.5rem;
}

.building__container {
  max-width: 110rem;
  margin-left: 20rem;
  position: relative;
  z-index: 50;
  flex: 1;
  align-items: center;
}

.building__list {
display: flex;
flex-direction: row;
align-items: center;  
}

.building__img {
  flex: 1; /* Take up available space within the container */
  display: flex;
  justify-content: flex-end; /* Align image to the right within its space */
}
.building__title{
  font-family: "Playfair Display", serif;
  color: #333333;
  font-size: 5.6rem;
  font-weight: 800;
  line-height: 7.4rem;
  padding-bottom: 4rem;
}
.building__desc{
  color: #000000;
  font-size: 2.2rem;
  font-weight: 400;
}

.laptop {
  max-width: 100%; /* Ensure image doesn't exceed its container */
  height: auto;
}
.profile {
  width: 100%;
  margin-top: 12rem;
  margin-bottom: 16.5rem;
}
.profile__container {
  width: 100%;
  max-width: 168rem;
  margin: auto;
  position: relative;
  z-index: 50;
}
.profile-tags{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.profile_header{
  display: flex;
  justify-content: space-between;
}
.pic {
  /* Ensure the image and the .pic_bg have the same height */
  height: auto; /* You can adjust this value as needed */
}
.Publication_viewmore{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.Publication_viewmore .read-more {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 3rem;
  font-weight: 400;
  color: #51c25b;
  line-height: 2.4rem;
  background: none;
  border: none;
  padding: 0;
  margin: 2rem 0 0;
  transition: 0.5s;
  cursor: pointer;
  text-decoration: none;
}
.profile_desc{
  margin-top: 20px;
}

.profile_desc_detail{
  font-size: 2.4rem;
  font-weight: 200;
 
}
.profile-tags .desc{
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 3.4rem;
  font-weight: 400;
  color: #333333;
  line-height: 3rem;
  padding-left: 1rem;
  border-left: 0.4rem solid #51c25b;
  margin-bottom: 3.6rem;
}
.profile-tags .name{
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 5.4rem;
  font-weight: 400;
  color: #333333;
  line-height: 3rem;
  margin-bottom: 3.6rem;
}
.publications.sub {
  margin-top: 16rem;
  margin-bottom: 24rem;
}
.publications {
  width: 100%;
  margin-top: 12rem;
  margin-bottom: 16.5rem;
}
.publications__container {
  width: 100%;
  max-width: 168rem;
  margin: auto;
  position: relative;
  z-index: 50;
}
/* Define a class for the image container */
.image-container {
  width: 100%; /* Set the container width to 100% of its parent */
  height: 100%; /* Set the container height to 100% of its parent */
  overflow: hidden; /* Ensure the image doesn't overflow its container */
  position: relative; /* Establish a positioning context for child elements */
}

/* Style the image inside the container */
.image-container .imgs {
  width: 100%; /* Make the image take the full width of the container */
  height: 100%; /* Make the image take the full height of the container */
  object-fit: cover; /* Maintain aspect ratio and cover the entire container */
  object-position: center; /* Center the image within the container */
}
.publication_div{
  height: 32vh;
  padding-bottom: 4rem;
}
.publications__container.about {
  margin-bottom: 23.5rem;
}
.publications__title {
  font-family: "Playfair Display", serif;
  font-size: 4.8rem;
  color: #333333;
  font-weight: 400;
  margin-bottom: 8rem;
}
.publications__desc {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.4rem;
  font-weight: 400;
  color: #333333;
  line-height: 3.8rem;
  margin-bottom: 12rem;
}
.publications__desc .link {
  color: #51c25b;
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s;
}
.publications__desc .link:hover {
  color: #34933c;
}
.publications__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.5rem;
}
.publications__list--item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.publications__list--item .pic {
  width: 100%;
  height: 28rem;
  object-fit: cover;
  margin-bottom: 3.6rem;
  flex-shrink: 0;
}

.publications__list--item .title {
  font-family: "Playfair Display", serif;
  font-size: 3.8rem;
  color: #333333;
  font-weight: 400;
  line-height: 4.6rem;
  margin-bottom: 1.4rem;
}
.publications__list--item .desc {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.4rem;
  font-weight: 400;
  color: #333333;
  line-height: 3.8rem;
}
.publications__list--item .read-more {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2rem;
  font-weight: 400;
  color: #51c25b;
  line-height: 2.4rem;
  background: none;
  border: none;
  padding: 0;
  margin: 2rem 0 0;
  transition: 0.5s;
  cursor: pointer;
}
.publications__list--item .read-more:hover {
  color: #014868;
}
.publications__list2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 7rem;
  row-gap: 14rem;
}
.publications__list2--item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.publications__list2--item .pic {
  width: 100%;
  height: 52rem;
  flex-shrink: 0;
  position: relative;
  transition: transform 0.7s;
}
.publications__list2--item .pic:hover {
  transform: scale(1.1); /* Scale up the image on hover */
}

.publications__list2--item .pic::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 60;
  /* background-color: rgba(81, 194, 91, 0.5); */
}
.publications__list2--item .pic img {
  width: 100%;
  height: 52rem;
  object-fit: cover;
}
.publications__list2--item .pic .label {
  position: absolute;
  top: 3.2rem;
  left: 3.2rem;
  z-index: 70;
  border-left: 0.4rem solid #ffffff;
  padding-left: 1rem;
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.4rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 3.4rem;
}
.publications__list2--item .title {
  font-family: "Playfair Display", serif;
  font-size: 3.8rem;
  color: #333333;
  font-weight: 400;
  line-height: 4.6rem;
  margin-top: 3.2rem;
  margin-bottom: 5.6rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.publications__list2--item .desc {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.4rem;
  font-weight: 400;
  color: #333333;
  line-height: 3.8rem;
  margin-bottom: 2.4rem;
 
}
.div_top{
  margin-top: 40px;
}
.div_top2{
  margin-top: 10px;
}
.div_top3{
  margin-top: 70px;
}
.publications__list2--item .read-more {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.4rem;
  font-weight: 400;
  color: #51c25b;
  line-height: 2.8rem;
  background: none;
  border: none;
  padding: 0;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.publications__list2--item .read-more .size {
  color: #014868;
  margin-left: 1.6rem;
}
.publications__list2--item .read-more .icon {
  height: 2.2rem;
  margin-right: 1rem;
}
.publications__list2--item .read-more:hover {
  color: #014868;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-grow-2 {
  flex-grow: 2 !important;
}

.flex-grow-3 {
  flex-grow: 3 !important;
}

.flex-basis-10 {
  flex-basis: 1rem !important;
}

.main-footer {
  background-color: #233133;
  padding-top: 12.5rem;
}
.main-footer__container {
  width: 100%;
  max-width: 168rem;
  margin: auto;
  position: relative;
  z-index: 50;
}
.main-footer__content {
  display: flex;
  margin-bottom: 6rem;
}
.main-footer__content--col {
  position: relative;
}
.main-footer__content--col + .main-footer__content--col {
  margin-left: 10.5rem;
}
.main-footer__logo {
  height: 10.2rem;
}
.main-footer__title {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.4rem;
  font-weight: 400;
  color: #51c25b;
  line-height: 3rem;
  margin-bottom: 2.8rem;
}
.main-footer__text {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 1.7rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 3.2rem;
}
.main-footer__text + .main-footer__text {
  margin-top: 3rem;
}
.main-footer__social {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
}
.main-footer__social .btn {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.main-footer__social .btn .icon {
  width: 3.6rem;
}
.main-footer__social .btn + .btn {
  margin-left: 1.4rem;
}
.main-footer__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
.main-footer__list .item {
  text-decoration: none;
  position: relative;
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 1.7rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 3.2rem;
  background: none;
  border: none;
  margin: 0;
  padding: 0 0 0 1.4rem;
  transition: 0.5s;
  cursor: pointer;
}
.main-footer__column{
  display: flex;
  flex-direction: row;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 16px;
    }
.main-footer__list .item:hover {
  color: #51c25b;
}
.main-footer__list .item::before {
  content: ">";
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 1.7rem;
  font-weight: 400;
  color: #51c25b;
  position: absolute;
  left: 0;
}
.main-footer__list .item + .item {
  margin-top: 2.7rem;
}
.main-footer__copy {
  height: 9.8rem;
  border-top: 0.2rem solid #51c25b;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.main-footer__copy .text {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 3.2rem;
}

.sub-header {
  width: 100%;
  position: relative;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.sub-header::after {
  content: "";
  background: rgb(1, 72, 104);
  background: linear-gradient(90deg, rgb(1, 72, 104) 0%, rgba(1, 72, 104, 0.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.sub-header__container {
  width: 100%;
  max-width: 168rem;
  height: 48.5rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 50;
}
.sub-header__container9 {
  width: 100%;
  max-width: 168rem;
  height: 48.5rem;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 50;
  flex-direction: column;
}
.sub-header__title {
  font-family: "Playfair Display", serif;
  font-size: 7.6rem;
  color: #ffffff;
  font-weight: 700;
}
.sub-header__container2 {
  width: 100%;
  max-width: 168rem;
  height: 48.5rem;
  margin: auto;
  
  justify-content: center;
  position: relative;
  z-index: 50;

  display: flex;
  flex-direction: column; /* Display elements in a row */
  align-items: flex-start;
  
}
.sub-header__title2 {
  font-family: "Playfair Display", serif;
  font-size: 7.6rem;
  color: #ffffff;
  font-weight: 700;
}
.arrowpic{
  height: 20%;
}
.sub-header__div {
  display: flex;
  flex-direction: row; /* Stack the title and subtitle vertically */
  align-items: center;
}
.sub-header__title3 {
  margin-left: 4px;
  font-size: 2.6rem;
  color: #ffffff;
  font-weight: 100;
}
.population-container3{
  background-color: #fef8f7; 
  padding: 8.4rem;              
}
.population-container2{
  background-color: #fef8f7; 
  padding: 2.4rem;  
           
}
.population-container{
  background-color: #fef8f7; 
  padding: 8.4rem;
}
.chart-legends__item--color2{
  
  background-color: #24b574;
}
.chart-legends__item--color{
  background-color: #f47a37 
}
.chart-legends__item--color12 {
  background-color:#999999;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
 
}
.chart-legends__item--color13 {
  background-color:#1f78b4;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
}
.population-growth-province {
  padding: 12rem 0;
  font-size: 80%;
}
.population-growth-province__container {
  width: 100%;
  max-width: 168rem;
  margin: auto;
  position: relative;
  z-index: 50;
}
.population-growth-province .population-over-time-chart {
  display: flex;
  justify-content: center;
  transform: scale(1.5);
  padding: 12rem 0;
}
.population-growth-province__header {
  margin: auto;
  width: 100%;
  padding-bottom: 1.2rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 100;
  padding-top: 0rem;
}
.population-growth-province__header_final {
  margin: auto;
  width: 100%;
  padding-bottom: 1.2rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 100;
  padding-top: 0rem;
  gap: 10px;
}
.population-growth-province__header3 {
  margin: auto;
  width: 100%;
 
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 100;
  padding-top: 0rem;
}

.selectorcolumn{
display: flex;
flex-direction: column;
}
.population-growth-province__header3 .title {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 3rem;
  color: #333333;
  font-weight: 400;
}
.title-row{
  display: flex;
  align-items: flex-start;
}
.title-row2{
  display: flex;
  align-items: flex-start;
  margin-bottom: 5rem;
  margin-top: 1.2rem;
}
.title-row3{
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.title_header {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 1.8rem;
  color: #333333;
  font-weight: 400;
  margin-top: 1.2rem;
  padding-left: 0;
}
.title_header_pbs {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 1.4rem;
  color: #333333;
  font-weight: 400;
  margin-top: 1.2rem;
  padding-left: 0;
}
.title_header_pbs2 {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 1.4rem;
  color: #333333;
  font-weight: 400;

  padding-left: 0;
}
.title_header_padding{
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 1.8rem;
  color: #333333;
  font-weight: 400;
  margin-top: 1.2rem;
  padding-bottom: 5.6rem;
}
.title_header1 {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 1.8rem;
  color: #333333;
  font-weight: 400;
 
  padding-left: 0;
}
.title_header2 {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 1.8rem;
  color: #333333;
  font-weight: 400;
 
  padding-left: 0;
}
.population-growth-province__header3 .select-title {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2rem;
  color: #333333;
  font-weight: 400;
}
.population-growth-province__header3 .select {
  background: none;
  width: 32rem;
  border: 0.1rem solid #bcbec0;
  padding: 0.8rem 1.2rem;
  border-radius: 0.4rem;
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2rem;
  font-weight: 400;
  color: #333333;
  margin-top: 0.8rem;
}
.population-growth-province__header1 {
  margin: auto;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 100;
  padding: 0rem;
}
.population-growth-province__header1 .title {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 3rem;
  color: #333333;
  font-weight: 400;
}
.population-growth-province__header1 .select-title {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2rem;
  color: #333333;
  font-weight: 400;
}
.population-growth-province__header1 .select {
  background: none;
  width: 32rem;
  border: 0.1rem solid #bcbec0;
  padding: 0.8rem 1.2rem;
  border-radius: 0.4rem;
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2rem;
  font-weight: 400;
  color: #333333;
  margin-top: 0.8rem;
}
.population-growth-province__header .title {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 3rem;
  color: #333333;
  font-weight: 400;
  padding-left: 0rem;
}
.population-growth-province__header .select-title {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2rem;
  color: #333333;
  font-weight: 400;
}
.population-growth-province__header_final .title {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 3rem;
  color: #333333;
  font-weight: 400;
  padding-left: 0rem;
}
.population-growth-province__header_final.select-title {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2rem;
  color: #333333;
  font-weight: 400;
}
.selector2 .select {
  background: none;
  width: 22rem;
  border: 0.1rem solid #bcbec0;
  padding: 0.8rem 1.2rem;
  border-radius: 0.4rem;
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2rem;
  font-weight: 400;
  color: #333333;
  margin-top: 0.8rem;
  margin-right: 0px;
}
.selector .select {
  background: none;
  width: 22rem;
  border: 0.1rem solid #bcbec0;
  padding: 0.8rem 1.2rem;
  border-radius: 0.4rem;
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2rem;
  font-weight: 400;
  color: #333333;
  margin-top: 0.8rem;
  margin-right: 0px;
}
.population-growth-province__header .select {
  background: none;
  width: 32rem;
  border: 0.1rem solid #bcbec0;
  padding: 0.8rem 1.2rem;
  border-radius: 0.4rem;
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2rem;
  font-weight: 400;
  color: #333333;
  margin-top: 0.8rem;
  margin-right: 0px;
}
.population-growth-province__header_final .select {
  background: none;
  width: 15rem;
  border: 0.1rem solid #bcbec0;
  padding: 0.8rem 1.2rem;
  border-radius: 0.4rem;
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2rem;
  font-weight: 400;
  color: #333333;
  margin-top: 0.8rem;
  margin-right: 0px;
}
.population-growth-province__header2 {
  margin: auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 100;
  flex-direction: column;
  padding: 0;
}
 .title12 {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 3rem;
  color: #333333;
  font-weight: 400;
  margin-bottom: 6px;

}
.chart-container {
  flex: 1;
width: 300px;
height: 330px;
}
.population-pyramid-chart {
  margin: auto;
  background-color: #fef8f7;
  padding: 5.6rem;
  max-width: 633px;
  
}
.population-pyramid-chart1 {
  margin: auto;
  background-color: #fef8f7;
  padding-top: 5rem;
  padding-left: 5.6rem;
  padding-right: 5.6rem;
  padding-bottom: 0rem;
  max-width: 633px;
  
}
.population-pyramid-chart2 {
  margin: auto;
  background-color: #fef8f7;

  
}
.population-pyramid-chart3 {
  margin: auto;
  background-color: #fef8f7;
  padding: 5.6rem;
 
  
}
.map_maincontainer {
  margin: auto;
  background-color: #fef8f7;
  padding: 5.6rem;

 
  
}
.population-pyramid-chart4 {
  margin: auto;
  background-color: #fef8f7;
  padding: 5.6rem;
  padding-bottom: 0rem;
  padding-top: 5.6rem;
  padding-left: 5.6rem;
padding-right: 5.6rem;
  max-width: 633px;
  
}
.chart-legends {
  display: flex;
  align-items: center;
  margin-top: 1.2rem;
 padding-left: 0rem;
}
.chart-legends212 {
 display: grid;
 grid-template-columns: repeat(6, 1fr);
 align-items: center;
}
.chart-legends__item1{
  display: flex;
  align-items: center;
}
.chart-legends__item {
  display: flex;
  align-items: center;
}
.chart-legends__item--color {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
}
.chart-legends__item--color2 {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
}
.chart-legends__item--color3 {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  background-color: #2ca8dd;
}
.chart-legends__item--color312 {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  background-color: #33a02c;
}
.chart-legends__item--color313 {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  background-color: #fb9a99;
}
.chart-legends__item--color314 {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  background-color: #e31a1c;
}
.chart-legends__item--color315 {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  background-color: #fdbf6f;
}
.chart-legends__item--color316 {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  background-color: #ff7f00;
}
.chart-legends__item--color317 {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  background-color: #cab2d6; 
}
.chart-legends__item--color318 {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  background-color: #6a3d9a;
}
.chart-legends__item--color319 {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  background-color: #ffff99;
}
.chart-legends__item--color320 {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  background-color: rgb(84, 79, 197);
}
.chart-legends__item--color321 {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
 background-color: #00A79D;
}
.chart-legends__item--color322 {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  background-color: #1f78b4;
}
.chart-legends__item--color323 {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  background-color: #b2df8a;
}
.chart-legends__item--color4 {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  background-color:#B7347A
}
.chart-legends__item--label {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 1.6rem;
  font-weight: 400;
  color: #000000;
}
.chart-legends__item--label212 {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 1.2rem;
  font-weight: 400;
  color: #000000;
  line-height: 2rem;
}
.chart-legends__item + .chart-legends__item {
  margin-left: 2.4rem;
}


.Donutchart-legends {
  display: flex;
  align-items: center;
  margin-top: 1.8rem;
  justify-content: center;
}
.Donutchart-legends__item {
  display: flex;
  align-items: center;
  margin-left: 5pc;
}
.Donutchart-legends__item1 {
  display: flex;
  align-items: center;

}
.Donutchart-legends__item--color6 {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  background-color: #a6cee3;
}
.Donutchart-legends__item--color7 {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  background-color:#1f78b4;
}
.Donutchart-legends__item--color8 {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  background-color: #b2df8a;
}
.Donutchart-legends__item--label {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 1.6rem;
  font-weight: 400;
  color: #000000;
}
.main-container-chart{
  display: flex;
  justify-content: space-between;
}
.main-container-chart2{
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 168rem;
  margin: auto;
  position: relative;
  z-index: 50;
}
.pyramid-style{
  flex-grow: 1;
  flex-basis: 1rem;

}
.columncompare-style{
 width: 50%;

}
.dependency-div {
  display: flex;
  flex-grow: 1;
  flex-basis: 1rem;
  background-color:#fef8f7 ;
  margin-left: 5.4rem;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
}
.columnrange-div {    
  width: 48%;    
  margin-top: 0rem;                                  
  /* margin-left: 5.4rem; */

  background-color: #fef8f7 ;
}
.Treemap-chart{
  background-color:#fef8f7 ;
 
}
#container6 {
  height: 50vh;
}
.selector{
  display: flex;
 justify-content: space-between;
 align-items: center;
 background-color:#fef8f7 ;
 margin-bottom: 1rem;
}
.selector2{
  display: flex;
 gap: 20px;
 align-items: center;
 background-color:#fef8f7 ;
 margin-bottom: 1rem;
}
.contact {
  width: 100%;
  padding: 18rem 0;
}
.contact__container {
  width: 100%;
  max-width: 168rem;
  display: flex;
  margin: auto;
  position: relative;
  z-index: 50;
}
.contact__info {
  background-color: rgba(81, 194, 91, 0.15);
  width: 60rem;
  padding: 8rem;
  margin-right: 7rem;
  flex-shrink: 0;
}
.contact__info--item:not(:last-child) {
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid rgba(1, 72, 104, 0.5);
  margin-bottom: 3.6rem;
}
.contact__info--item .title {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  color: #014868;
  font-weight: 400;
  line-height: 3.6rem;
  margin-top: 1.8rem;
}
.contact__info--item .detail {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.4rem;
  font-weight: 400;
  color: #333333;
  line-height: 2.9rem;
  margin-top: 0.6rem;
}
.contact__info--item .icon {
  height: 7.2rem;
}
.contact__info--item .icon.email {
  height: 6.8rem;
}
.contact__form {
  flex-grow: 1;
}
.contact__form .input-control {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.2rem;
  font-weight: 400;
  color: #333333;
  width: 100%;
  height: 8rem;
  border: 0.1rem solid rgba(1, 72, 104, 0.4);
  padding: 0 3rem;
  margin-bottom: 3rem;
}
.contact__form .textarea-control {
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.2rem;
  font-weight: 400;
  color: #333333;
  resize: none;
  width: 100%;
  border: 0.1rem solid rgba(1, 72, 104, 0.4);
  padding: 2rem 3rem;
  margin-bottom: 3rem;
}
.contact__form .send-btn {
  background-color: #51c25b;
  font-family: "Objektiv Mk3 W03 Regular";
  font-size: 2.5rem;
  font-weight: 400;
  color: #ffffff;
  width: 100%;
  height: 8rem;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: 0.5s;
}
.contact__form .send-btn:hover {
  background-color: #34933c;
}
/* #container3 {
  
  min-width: 310px;
  max-width: 800px;
  height: 400px;
  margin: 0 auto;
} */

.buttons {
  min-width: 310px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 0;
  /* margin-top: -26px; */
}

.buttons button {
  cursor: pointer;
  border: 1px solid silver;
  border-right-width: 0;
  background-color: #f8f8f8;
  font-size: 2.5rem;
  padding: 0.5rem;
  transition-duration: 0.3s;
  margin: 0;
}

.buttons button:first-child {
  border-top-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
}

.buttons button:last-child {
  border-top-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  border-right-width: 1px;
}

.buttons button:hover {
  color: white;
  background-color: rgb(158 159 163);
  outline: none;
}

.buttons button.active {
  background-color: #0051b4;
  /* color: white; */
}
@import "https://netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css";

.highcharts-figure {
background-color:#fef8f7 ;
    margin: 0;
}
.highcharts-container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#play-controls {
    max-width: 600px;
    margin: 1em auto;
}

/* #container {
    height: 600px;
    max-width: 1000px;
    margin: 0 auto;
} */

#play-pause-button {
    margin-left: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid rgba(2, 117, 255, 1);
    border-radius: 25px;
    color: white;
    background-color: rgba(2, 117, 255, 1);
    transition: background-color 250ms;
}

#play-pause-button:hover {
    background-color: rgba(2, 117, 255, 0.5);
}

#play-range {
    transform: translateY(2.5px);
    width: calc(100% - 90px);
    background: #f8f8f8;
}
.population-pyramid-chart87 {
  /* margin: auto; */
  background-color: #fef8f7;
  padding: 5.6rem;
height: auto;
max-width: 633px;
width: 48%;
  
}
.population-pyramid-chart86 {
  margin: auto;
  background-color: #fef8f7;
  padding: 5.6rem;
height: auto;
  
}
#populationcontainer{
  height: 75vh !important;
}

/*# sourceMappingURL=main.css.map */
@media screen and (max-width: 1440px) {

  #populationcontainer{
    height: 104vh !important;
  }


}
@media screen and (max-width: 480px) {
  .population-pyramid-chart87{
    width: 100%;
  }
  .title_header {
    font-family: "Objektiv Mk3 W03 Regular";
    font-size: 1.8rem;
    color: #333333;
    font-weight: 400;
    margin-top: 1.2rem;
    padding-left: 2rem;
  }
  .title_header1 {
    font-family: "Objektiv Mk3 W03 Regular";
    font-size: 1.8rem;
    color: #333333;
    font-weight: 400;
    margin-bottom: 5rem;
    padding-left: 2rem;
  }
  .title_header2 {
    font-family: "Objektiv Mk3 W03 Regular";
    font-size: 1.8rem;
    color: #333333;
    font-weight: 400;
    margin-bottom: 2rem;
    padding-left: 2rem;
    margin-top: 1rem;
  }
  .profile-tags .desc{
    font-family: "Objektiv Mk3 W03 Regular";
    font-size: 2.4rem;
    font-weight: 400;
    color: #333333;
    line-height: 2rem;
    padding-left: 1rem;
    border-left: 0.4rem solid #51c25b;
    margin-bottom: 3.6rem;
  }
  .profile-tags .name{
    font-family: "Objektiv Mk3 W03 Regular";
    font-size: 2.4rem;
    font-weight: 400;
    color: #333333;
    line-height: 3rem;
    margin-bottom: 3.6rem;
  }
  .about__partnership--logos-list.animated {
    opacity: 1;
    transform: translateX(0px);
  }
  .about__partnership--info.animated {
    opacity: 1;
    transform: translateX(0px);
  }
  .home-header .header {
    background-size: cover;
    background-position: center right;
    position: relative;
    height: 40vh;
    display: flex;
  
  }
  .population-growth-province__header3 {
  margin: auto;
  width: 100%;
 
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 100;
  padding-top: 5rem;
}
  .population-growth-province__header {
  margin: auto;
  width: 100%;
  padding-bottom: 6rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 100;
  padding-top: 6rem;
}
  .chart-container {
    flex: 1;
    width: 98%;
  }
  .population-growth-province__header1 {
    margin: auto;
    width: 100%;
    padding-bottom: 1rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 100;
    padding: 2rem;
  }
  .population-growth-province__header .select {
    background: none;
    width: 25rem;
    border: 0.1rem solid #bcbec0;
    padding: 0.8rem 1.2rem;
    border-radius: 0.4rem;
    font-family: "Objektiv Mk3 W03 Regular";
    font-size: 2rem;
    font-weight: 400;
    color: #333333;
    margin-top: 0.8rem;
    margin-right: 6px;
  }
  .selector2 .select {
    background: none;
    width: 20rem;
    border: 0.1rem solid #bcbec0;
    padding: 0.8rem 1.2rem;
    border-radius: 0.4rem;
    font-family: "Objektiv Mk3 W03 Regular";
    font-size: 2rem;
    font-weight: 400;
    color: #333333;
    margin-top: 0.8rem;
    margin-right: 6px;
  }
  .selector .select {
    background: none;
    width: 20rem;
    border: 0.1rem solid #bcbec0;
    padding: 0.8rem 1.2rem;
    border-radius: 0.4rem;
    font-family: "Objektiv Mk3 W03 Regular";
    font-size: 2rem;
    font-weight: 400;
    color: #333333;
    margin-top: 0.8rem;
    margin-right: 6px;
  }
  .population-container2{
    background-color: #fef8f7; 
    padding: 0rem;  
             
  }
  .population-pyramid-chart3 {
    margin: auto;
    background-color: #fef8f7;
    padding: 1.6rem;
   
    
  }
  .chart-legends {
    display: flex;
    align-items: center;
    margin-top: 1.2rem;
   padding-left: 2rem;
  }
  .population-growth-province__header .title {
    font-family: "Objektiv Mk3 W03 Regular";
    font-size: 3.2rem;
    color: #333333;
    font-weight: 400;
    padding-left: 2rem;
  }
  .population-pyramid-chart4 {
    margin: auto;
    background-color: #fef8f7;
    padding: 5.6rem;
    padding-bottom: 0rem;
    padding-top: 5.6rem;
    padding-left: 0rem;
  padding-right: 5.6rem;
    max-width: 633px;
    
  }
  .population-pyramid-chart {
    margin: auto;
    background-color: #fef8f7;
    padding: 5.6rem;
    max-width: 633px;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .population-container{
    background-color: #fef8f7; 
    padding-top: 8.4rem; 
    padding-bottom: 8.4rem;
    padding-left: 0rem;
    padding-right: 0rem;             
  }
  #populationcontainer{
    height: 104vh !important;
  }
  .population-pyramid-chart86 {
    margin: auto;
    background-color: #fef8f7;
    padding: 0rem;
   height: 1142px;
    
  }
  #population-container2-honey{
    transform: rotate(90deg);
    transform-origin: left top;
    width: 66vh; /* Set the width to the viewport height to adjust the height after rotation */
    height: 72vh;
    margin-left: 345px;
  }
  #container3{
    transform: rotate(90deg);
        transform-origin: left top;
        width: 938px; /* Set the width to the viewport height to adjust the height after rotation */
        height: 348px;
        margin-left: 356px;
  }
  .population-pyramid-chart1 {
    margin: auto;
    background-color: #fef8f7;
    padding: 0rem;
    padding-top: 6rem;
    max-width: 633px;
    width: -webkit-fill-available;
  }
  .highcharts-container{
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  #container6{
    height: 62vh !important;
    width: 96%;
  }
  #container2{
    height: 76vh;
  }
  .columnrange-div { 
    width: auto; 
    margin-top: 8.4rem;                                        
    margin-left: 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fef8f7 ;
  }
  .columncompare-style{
    width: 100%;
   
   }
  .main-container-chart2{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 168rem;
    margin: auto;
    position: relative;
    z-index: 50;
    flex-direction: column;
  }

  #container{
    height: 50vh !important;
    width: 100% !important;
  }
  .chart-legends__item--label212 {
    font-family: "Objektiv Mk3 W03 Regular";
    font-size: 1.4rem;
    font-weight: 400;
    color: #000000;
    line-height: 2rem;
  }
  .chart-legends212 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 4rem;
   }
  .population-growth-province__header2 {
    margin: auto;
    width: 96%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 100;
    flex-direction: column;
    margin-top: 6rem;
   
  }
  
  .dependency-div {
    margin-top: 92px;
    display: flex;
    flex-grow: 1;
    flex-basis: 1rem;
    background-color:#fef8f7 ;
    margin-left: 0rem;
    align-items: center;
    justify-content: center;
  }
  #dependency-chart-container{
    height:50vh !important;
  width: 100% !important;
  }
  .main-container-chart{
    display: flex;
    flex-direction: column;
    gap:50px;
  }
  .main-nav__nav .top-nav {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
  }
  .bottom-nav {
      display: none;
      position: fixed;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.9);
      backdrop-filter: opacity(0.2); /* Apply blur effect */
    
      z-index: 1;
      transition: left 0.3s ease-in-out;
      flex-direction: column;
      padding: 20px;
  }

  .menu-button {
      display: block;
  }

  .close-button {
      display: none;
  }

  .menu-button.clicked + .bottom-nav {
      left: 0;
      
  }

  .menu-button.clicked + .bottom-nav .close-button {
      display: block;
  }
  .home-header__tagline {
    background-color: #014868;
    
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .home-header .header__container {
    display: flex;
    align-items: center;
    width: 96%;
    height: 65rem;
    max-width: 168rem;
    margin: auto;
    position: relative;
    z-index: 5;
  }
  .home-header .header__text {
    font-family:  "Roboto", sans-serif;
    font-size: 2.5rem;
    color: #014868;
    font-weight: 700;
    line-height: 3.6rem;
    flex-grow: 1;
    margin-right: 8.5rem;
  }
  .home-header .header__text strong {
    display: block;
    font-size: 3.5rem;
    color: #51c25b;
    font-weight: 900;
    line-height: 3.2rem;
  }
  .home-header .header__pic {
    width: 100%;
    height: 46rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .what-we-do {
    width: 100%;
    margin-top: 7.5rem;
  }
  .what-we-do__container {
    width: 96%;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .what-we-do__title {
    font-family: "Playfair Display", serif;
    font-size: 4.4rem;
    color: #333333;
    font-weight: 400;
    line-height: 6.6rem;
    margin-bottom: 2.5rem;
  }
  .what-we-do__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    margin-bottom: 7.5rem;
    row-gap: 2rem;
  }
  .what-we-do__list--item {

    font-family: "Objektiv Mk3 W03 Regular";
    font-size: 2.3rem;
    font-weight: 400;
    color: #000000;
    line-height: 3.9rem;
    text-align: left;
    border: none;
    padding: 1rem;
    margin: 0;
    transition: 0.5s;
    cursor: pointer;
    height: 18rem;
    display: flex;
    align-items: flex-end;
    position: relative;
    
  }
  .what-we-do__list--item .icon {
    height: 4.8rem;
    margin-right: 1.8rem;
    position: absolute;
    top: 10px;
  }
 
  .text{
    font-family: "Playfair Display", serif;
    font-size: 2.7rem;
    color: #ffffff;
    font-weight: 400;
    line-height:3.3rem;
    margin-top: 20px;
  }
  .focus-areas {
    background-color: rgba(81, 194, 91, 0.15);
    padding: 6rem 0 8rem;
  }
  .focus-areas__container {
    width: 96%;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .focus-areas__title {
    font-family: "Playfair Display", serif;
    font-size: 4.4rem;
    color: #51c25b;
    font-weight: 400;
    line-height: 6.6rem;
    margin-bottom: 3.5rem;
    display: flex;
    align-items: center;
  }
  .focus-areas__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
    column-gap: 2rem;
  }
  .focus-areas__list--item {
    width: 100%;
    height: 41.3rem;
    position: relative;
  }
  .featured-events {
    width: 100%;
    margin-top: 12rem;
    margin-bottom: 0rem;
  }
  .featured-events__container {
    width: 96%;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .featured-events__title {
    font-family: "Playfair Display", serif;
    font-size: 4.4rem;
    color: #333333;
    font-weight: 400;
    line-height: 6.6rem;
    margin-bottom: 2.5rem;
  }
  .featured-events__featured {
    display: flex;
    flex-direction: column;
  }
  .featured-events__featured__pic {
    object-fit: cover;
    margin-right: 5.2rem;
    flex-shrink: 0;
    width: 100%;
    height: 29.6rem;
  }
  .featured-events__featured__info {
    margin-top: 3rem;
    flex-grow: 1;
  }
  .featured-events__featured__info .title {
    font-family: "Playfair Display", serif;
    font-size: 3.8rem;
    color: #333333;
    font-weight: 400;
    line-height: 4.8rem;
    margin-bottom: 2.4rem;
  }
  .featured-events__featured__info .desc {
    font-family: "Objektiv Mk3 W03 Regular";
    font-size: 2.0rem;
    font-weight: 400;
    color: #333333;
    line-height: 2.8rem;
  }
  .featured-events__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.5rem;
    margin-top: 7rem;
  }
  .about {
    width: 100%;
    margin-top: 12rem;
  }
  .about__container {
    width: 96%;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .about__title {
    font-family: "Playfair Display", serif;
    font-size: 4.4rem;
    color: #333333;
    font-weight: 400;
    margin-bottom: 2.4rem;
  }
  .about__desc {
    font-family: "Objektiv Mk3 W03 Regular";
    font-size: 2rem;
    font-weight: 400;
    color: #333333;
    line-height: 3rem;
  }
  .profile {
    width: 100%;
    margin-top: 12rem;
    margin-bottom: 16.5rem;
  }
  .profile__container {
    width: 96%;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .publications {
    width: 100%;
    margin-top: 12rem;
    margin-bottom: 16.5rem;
  }
  .publications__title {
    font-family: "Playfair Display", serif;
    font-size: 4.4rem;
    color: #333333;
    font-weight: 400;
    margin-bottom: 5rem;
  }
  .publications__container {
    width: 96%;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .publications__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 6.5rem;
  }
  .publications__list--item .desc {
    font-family: "Objektiv Mk3 W03 Regular";
    font-size: 2rem;
    font-weight: 400;
    color: #333333;
    line-height: 3rem;
  }
  .main-footer__column{
display: flex;
flex-direction: column;
margin-top: 76px;
margin-bottom: 76px;
  }
  .main-footer__content--col + .main-footer__content--col {
    margin-left: 0rem;
    margin-top: 6rem;
  }
  .main-nav__logo {
    width: 12.6rem;
    height: auto;
  }
  .main-nav__nav .top-nav__item {
    font-family: "Objektiv Mk3 W03 Regular";
    font-size: 1.7rem;
    font-weight: 400;
    color: #000000;
    line-height: 2rem;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0 1.7rem;
    margin: 0;
    transition: 0.5s;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .main-nav__nav .bottom-nav__btn {
    background-color: #51c25b;
    width: 108px;
    height: 32px;
    border-radius: 30px;
    font-family: "Objektiv Mk3 W03 Regular";
    font-size: 2.4rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 2.8rem;
    letter-spacing: 0.125rem;
    text-decoration: none;
    border: none;
    padding: 0;
    margin-top: 14px;
    transition: 0.5s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-nav__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 96%;
    max-width: 168rem;
    height: 25.7rem;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .main-footer__container {
    width: 96%;
    max-width: 168rem;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .contact__container {
    display: flex;
    flex-direction: column;
    width: 96%;
    max-width: 168rem;
    display: flex;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .contact__info {
    background-color: rgba(81, 194, 91, 0.15);
    width: 100%;
    padding: 5rem;
    margin-right: 0rem;
    flex-shrink: 0;
    display: flex;
    margin-bottom: 14px;
    flex-direction: column;
  }
  .contact__info--item {
    display: flex; /* To align icon, title, and detail horizontally */
    align-items: flex-start; /* To align items at the top of the container */
    flex-direction: column;
}


.publications__list2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 7rem;
  row-gap: 14rem;
}
.about__info--focus {
 display: grid;
 grid-template-columns: repeat(2,1fr);
 gap: 6rem;
  justify-content: space-between;
  margin: 7.5rem 0;
}
.sub-header__container {
  width: 96%;
  max-width: 168rem;
  height: 48.5rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 50;
}
.about__partnership__container {
  width: 96%;
  max-width: 168rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  position: relative;
  z-index: 50;
  flex-direction: column;
}
.about__partnership--logos-list {
  width: 96%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.about__partnership--logos1{
  height: 5rem;
}
.about__partnership--logos2{
  height: 5rem;
}
.about__partnership--logos3{
  height: 7rem;
}
.about__partnership--logos4{
  height: 5rem;
}.about__partnership--logos5{
  height: 8rem;
}
.about__partnership--logos6{
  height: 10rem;
}
.about__partnership--logos7{
  height: 5rem;
}
.about__partnership--logos8{
  height: 10rem;
}
.about__team__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.about__team__list.trustee .about__team__list--member + .about__team__list--member {
  margin-left: 0rem;

}
.socialmedia__list2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5rem;
  row-gap: 1rem;
}
.socialmedia__container {
  width: 96%;
  max-width: 168rem;
  margin: auto;
  position: relative;
  z-index: 50;
}
.featureX-areas {
  margin-top: 60px;
  background-color: rgba(81, 194, 91, 0.15);
  padding: 4rem 0 8rem;
}
.featureX-areas__container {
  width: 96%;
  max-width: 168rem; /* Adjust as needed */
  margin: auto;
  position: relative;
  z-index: 50;
}
.celebrities__container {
  width: 96%;
  max-width: 168rem;
  margin: auto;
  position: relative;
  z-index: 50;
}

.celebrities__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 6.5rem;
}
.essaycompetition__main__container {
  width: 96%;
  max-width: 168rem; /* Adjust as needed */
  margin: auto;
  position: relative;
  z-index: 50;
}
.essaycompetition-events__featured {
  display: flex;
  flex-direction: column;
}
.winnerpic{
  height: 10vh;
  width: auto;
}
.mainname{
  font-size: 2.6rem;
  font-weight: 800;
  color: #014868;
  line-height:3.6rem ;
}
.essaycompetition-events__featured__pic3 {
  width: auto;
  height: auto;
  object-fit: cover;
  margin-right: 0rem;
  flex-shrink: 0;
}
.webinars__container {
  width: 96%;
  max-width: 168rem;
  margin: auto;
  position: relative;
  z-index: 50;
}
.webinars__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10.5rem;
}
.scoping--review__container {
  width: 96%;
  max-width: 168rem;
  display: flex;
 flex-direction: column;
  justify-content: space-between;
  margin: auto;
  position: relative;
  z-index: 50;
}
.scoping--review--logos-list {
  width: auto;
  display: flex;
justify-content: flex-end;
  
}
.scoping--review--logos1{
  width: 100%;
  height: 100%;
}
.survey-container {
  width: 96%;
  max-width: 168rem;
  display: flex;
  flex-direction: column;
  margin: auto;
  position: relative;
  z-index: 50;
}

.survey-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  flex-direction: row;
  align-items: center; /* Vertically center content */
  margin-top: 16rem; /* Adjust the spacing between survey sections */
}
.survey-img {
  max-width: 100%; /* Ensure the image doesn't exceed its container */
  height: 50%; /* Maintain the image's aspect ratio */
}
.survey-imgdiv {
  padding: 0rem; /* Add padding for spacing around the image */
}
.survey-div {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* This will create equal spacing between divs */
  width: fit-content;
  margin-bottom: 24rem;
}
.survey-div2 {
  width: 100%; /* Adjust the width as needed */
  margin: 0 10px; /* Adjust the margin as needed */
}
.NIDI--survey__container {
  width: 96%;
  max-width: 168rem;
  margin: auto;
}
.records {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  /* margin-top: 3rem;  */
}
.building__container {
  width: 96%;
  max-width: 110rem;
  margin-left: 0rem;
  position: relative;
  z-index: 50;
  flex: 1;
  align-items: center;
}
#container2{
  height:45vh
}
.building__list {
display: flex;
flex-direction: column;
align-items: center;  
}
.sub-header__container2 {
  width: 96%;
  max-width: 168rem;
  height: 48.5rem;
  margin: auto;
  
  justify-content: center;
  position: relative;
  z-index: 50;

  display: flex;
  flex-direction: column; /* Display elements in a row */
  align-items: flex-start;
  
}
.about__team__container {
  width: 96%;
  max-width: 168rem;
  margin: auto;
  position: relative;
  z-index: 50;
}
}


@media screen and (min-width: 395px) and (max-width: 480px) {
   #population-container2-honey{
    transform: rotate(90deg);
    transform-origin: left top;
    width: 72vh; /* Set the width to the viewport height to adjust the height after rotation */
    height: 72vh;
    margin-left: 396px;
  }

}
@media screen and (max-width: 375px) {
 #population-container2-honey{
    transform: rotate(90deg);
    transform-origin: left top;
    width: 88vh; /* Set the width to the viewport height to adjust the height after rotation */
    height: 90vh;
    margin-left: 365px;
  }
}
@media screen and (min-width: 376px) and (max-width: 394px) {
  #population-container2-honey{
    transform: rotate(90deg);
    transform-origin: left top;
    width: 77vh; /* Set the width to the viewport height to adjust the height after rotation */
    height: 79vh;
    margin-left: 374px;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .home-header .header {
    background-size: cover;
    background-position: center right;
    position: relative;
    height: 36vh;
    display: flex;
  
  }
  .population-growth-province__header3 {
    margin: auto;
    width: 100%;
   
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 100;
    padding-top: 5rem;
  }
    .population-growth-province__header {
    margin: auto;
    width: 100%;
    padding-bottom: 6rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 100;
    padding-top: 6rem;
  }
    .chart-container {
      flex: 1;
      width: 98%;
    }
    .population-growth-province__header1 {
      margin: auto;
      width: 100%;
      padding-bottom: 1rem;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      position: relative;
      z-index: 100;
      padding: 2rem;
    }
    .population-growth-province__header .select {
      background: none;
      width: 25rem;
      border: 0.1rem solid #bcbec0;
      padding: 0.8rem 1.2rem;
      border-radius: 0.4rem;
      font-family: "Objektiv Mk3 W03 Regular";
      font-size: 2rem;
      font-weight: 400;
      color: #333333;
      margin-top: 0.8rem;
      margin-right: 6px;
    }
    .selector.select {
      background: none;
      width: 25rem;
      border: 0.1rem solid #bcbec0;
      padding: 0.8rem 1.2rem;
      border-radius: 0.4rem;
      font-family: "Objektiv Mk3 W03 Regular";
      font-size: 2rem;
      font-weight: 400;
      color: #333333;
      margin-top: 0.8rem;
      margin-right: 6px;
    }
    .population-container2{
      background-color: #fef8f7; 
      padding: 0rem;  
               
    }
    .population-pyramid-chart3 {
      margin: auto;
      background-color: #fef8f7;
      padding: 1.6rem;
     
      
    }
    .chart-legends {
      display: flex;
      align-items: center;
      margin-top: 1.2rem;
     padding-left: 2rem;
    }
    .population-growth-province__header .title {
      font-family: "Objektiv Mk3 W03 Regular";
      font-size: 3.2rem;
      color: #333333;
      font-weight: 400;
      padding-left: 2rem;
    }
    .population-pyramid-chart4 {
      margin: auto;
      background-color: #fef8f7;
      padding: 5.6rem;
      padding-bottom: 0rem;
      padding-top: 5.6rem;
      padding-left: 0rem;
    padding-right: 5.6rem;
      max-width: 633px;
      min-width: 100%;
      
    }
    .population-pyramid-chart {
      margin: auto;
      background-color: #fef8f7;
      padding: 5.6rem;
      max-width: 633px;
      padding-left: 0rem;
      padding-right: 0rem;
      min-width: 100%;
    }
    .population-container{
      background-color: #fef8f7; 
      padding-top: 8.4rem; 
      padding-bottom: 8.4rem;
      padding-left: 0rem;
      padding-right: 0rem;             
    }
    #populationcontainer{
      height: 104vh !important;
    }
    .population-pyramid-chart86 {
      margin: auto;
      background-color: #fef8f7;
      padding: 0rem;
     height: 1142px;
      
    }
    #population-container2-honey{
      transform: rotate(90deg);
      transform-origin: left top;
      width: 72vh; /* Set the width to the viewport height to adjust the height after rotation */
      height: 74vh;
      margin-left: 626px;
    }
    #container3{
      transform: rotate(90deg);
          transform-origin: left top;
          width: 938px; /* Set the width to the viewport height to adjust the height after rotation */
          height: 501px;
          margin-left: 616px;
    }
    .population-pyramid-chart1 {
      margin: auto;
      background-color: #fef8f7;
      padding: 0rem;
      padding-top: 6rem;
      min-width: 100%;
      max-width: none;
      width: '-webkit-fill-available';
    }
    .highcharts-container{
      display: grid !important;
      grid-template-columns: repeat(1, 1fr) !important;
    }
    #container6{
      height: 62vh !important;
      width: 96%;
    }
    #container2{
      height: 76vh;
    }
    .columnrange-div {  
      margin-top: 8.4rem;                                        
      margin-left: 0rem;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fef8f7 ;
    }
    .columncompare-style{
      width: 100%;
     
     }
    .main-container-chart2{
      display: flex;
      justify-content: space-between;
      width: 100%;
      max-width: 168rem;
      margin: auto;
      position: relative;
      z-index: 50;
      flex-direction: column;
    }
  
    #container{
      height: 50vh !important;
      width: 100% !important;
    }
    .chart-legends__item--label212 {
      font-family: "Objektiv Mk3 W03 Regular";
      font-size: 1.4rem;
      font-weight: 400;
      color: #000000;
      line-height: 2rem;
    }
    .chart-legends212 {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      align-items: center;
      gap: 4rem;
     }
    .population-growth-province__header2 {
      margin: auto;
      width: 96%;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      position: relative;
      z-index: 100;
      flex-direction: column;
      margin-top: 6rem;
     
    }
    
    .dependency-div {
      margin-top: 92px;
      display: flex;
      flex-grow: 1;
      flex-basis: 1rem;
      background-color:#fef8f7 ;
      margin-left: 0rem;
      align-items: center;
      justify-content: center;
    }
    #dependency-chart-container{
      height:50vh !important;
    width: 100% !important;
    }
    .main-container-chart{
      display: flex;
      flex-direction: column;
    }



  /* this is old css */
  .main-nav__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 96%;
    max-width: 168rem;
    height: 25.7rem;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .building__container {
    width: 96%;
    max-width: 110rem;
    margin-left: 10rem;
    position: relative;
    z-index: 50;
    flex: 1;
    align-items: center;
  }
  
  .building__list {
  display: flex;
  flex-direction: row;
  align-items: center;  
  }
  .survey-container {
    width: 96%;
    max-width: 168rem;
    display: flex;
    flex-direction: column;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .scoping--review__container {
    width: 96%;
    max-width: 168rem;
    display: flex;
   flex-direction: column;
    justify-content: space-between;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .scoping--review--logos-list {
    width: auto;
    display: flex;
  justify-content: flex-end;
    
  }
  .scoping--review--logos1{
    width: 100%;
    height: 100%;
  }
  .winnerpic{
    height: 15vh;
    width: auto;
  }
  .webinars__container {
    width: 96%;
    max-width: 168rem;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .webinars__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.5rem;
  }
  .essaycompetition-events__featured {
    display: flex;
    flex-direction: column;
  }
  .essaycompetition-events__featured__pic3 {
    width: auto;
    height: auto;
    object-fit: cover;
    margin-right: 0rem;
    flex-shrink: 0;
  }
  .essaycompetition__main__container {
    width: 96%;
    max-width: 168rem; /* Adjust as needed */
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .celebrities__container {
    width: 96%;
    max-width: 168rem;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  
  .celebrities__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.5rem;
  }
  .featured-events__container {
    width: 96%;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .socialmedia__list2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 5rem;
    row-gap: 1rem;
  }
  .socialmedia__container {
    width: 96%;
    max-width: 168rem;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .featureX-areas__container {
    width: 96%;
    max-width: 168rem; /* Adjust as needed */
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .about__team__list.trustee .about__team__list--member + .about__team__list--member {
    margin-left: 0rem;
  }
  .about__team__list {
   display: grid;
   grid-template-columns: repeat(2,1fr);
    align-items: center;
    justify-content: space-between;
    gap:4rem
  }
  .about__team__container {
    width: 96%;
    max-width: 168rem;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .main-nav__nav .bottom-nav__item {
    font-family: "Objektiv Mk3 W03 Regular";
    font-size: 1.7rem;
    font-weight: 400;
    color: #014868;
    line-height: 2.8rem;
    letter-spacing: 0.125rem;
    text-decoration: none;
    background: none;
    border: none;
    padding: 14px 0 0;
    margin: 0;
    margin-right: 2.5rem;
    transition: 0.5s;
    cursor: pointer;
  }
  .publications__container {
    width: 96%;
    max-width: 168rem;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .about__container {
    width: 96%;
    max-width: 168rem;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .about__partnership__container {
    width: 96%;
    max-width: 168rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    position: relative;
    z-index: 50;
  }
}
@media screen and (min-width: 821px) and (max-width: 912px) {
  .home-header .header {
    background-size: cover;
    background-position: center right;
    position: relative;
    height: 60vh;
    display: flex;
  
  }
  .main-nav__nav .bottom-nav__item {
    font-family: "Objektiv Mk3 W03 Regular";
    font-size: 2rem;
    font-weight: 400;
    color: #014868;
    line-height: 2.8rem;
    letter-spacing: 0.125rem;
    text-decoration: none;
    background: none;
    border: none;
    padding: 14px 0 0;
    margin: 0;
    margin-right: 3.5rem;
    transition: 0.5s;
    cursor: pointer;
  }

}
@media screen and (min-width: 520px) and (max-width: 768px) {
  .home-header .header {
    background-size: cover;
    background-position: center right;
    position: relative;
    height: 50vh;
    display: flex;
  
  }
  .main-nav__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 96%;
    max-width: 168rem;
    height: 25.7rem;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .building__container {
    width: 96%;
    max-width: 110rem;
    margin-left: 0rem;
    position: relative;
    z-index: 50;
    flex: 1;
    align-items: center;
  }
  
  .building__list {
  display: flex;
  flex-direction: column;
  align-items: center;  
  }
  .publications__container {
    width: 96%;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .publications__list2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 7rem;
    row-gap: 14rem;
  }
  
.survey-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  flex-direction: row;
  align-items: center; /* Vertically center content */
  margin-top: 16rem; /* Adjust the spacing between survey sections */
}
.survey-img {
  max-width: 100%; /* Ensure the image doesn't exceed its container */
  height: 50%; /* Maintain the image's aspect ratio */
}
.survey-imgdiv {
  padding: 0rem; /* Add padding for spacing around the image */
}
.survey-div {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* This will create equal spacing between divs */
  width: fit-content;
  margin-bottom: 24rem;
}
.survey-div2 {
  width: 100%; /* Adjust the width as needed */
  margin: 0 10px; /* Adjust the margin as needed */
}
  .survey-container {
    width: 96%;
    max-width: 168rem;
    display: flex;
    flex-direction: column;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .scoping--review__container {
    width: 96%;
    max-width: 168rem;
    display: flex;
   flex-direction: column;
    justify-content: space-between;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .scoping--review--logos-list {
    width: auto;
    display: flex;
  justify-content: flex-end;
    
  }
  .scoping--review--logos1{
    width: 100%;
    height: 100%;
  }
  .featured-events__featured {
    display: flex;
    flex-direction: column;
  }
  .featured-events__container {
    width: 96%;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .socialmedia__list2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5rem;
    row-gap: 1rem;
  }
  .socialmedia__container {
    width: 96%;
    max-width: 168rem;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .featureX-areas {
    margin-top: 60px;
    background-color: rgba(81, 194, 91, 0.15);
    padding: 4rem 0 8rem;
  }
  .featureX-areas__container {
    width: 96%;
    max-width: 168rem; /* Adjust as needed */
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .celebrities__container {
    width: 96%;
    max-width: 168rem;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  
  .celebrities__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 6.5rem;
  }
  .essaycompetition__main__container {
    width: 96%;
    max-width: 168rem; /* Adjust as needed */
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .essaycompetition-events__featured {
    display: flex;
    flex-direction: column;
  }
  .winnerpic{
    height: 10vh;
    width: auto;
  }
  .mainname{
    font-size: 2.6rem;
    font-weight: 800;
    color: #014868;
    line-height:3.6rem ;
  }
  .essaycompetition-events__featured__pic3 {
    width: auto;
    height: auto;
    object-fit: cover;
    margin-right: 0rem;
    flex-shrink: 0;
  }
  .webinars__container {
    width: 96%;
    max-width: 168rem;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .webinars__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10.5rem;
  }
  .about__container {
    width: 96%;
    max-width: 168rem;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .sub-header__container {
    width: 96%;
    max-width: 168rem;
    height: 48.5rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 50;
  }
  .main-nav__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 96%;
    max-width: 168rem;
    height: 25.7rem;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  .about__team__list.trustee .about__team__list--member + .about__team__list--member {
    margin-left: 0rem;
  }
  .about__team__list {
   display: grid;
   grid-template-columns: repeat(2,1fr);
    align-items: center;
    justify-content: space-between;
    gap:4rem
  }
  .about__team__container {
    width: 96%;
    max-width: 168rem;
    margin: auto;
    position: relative;
    z-index: 50;
  }
  
.about__partnership__container {
  width: 96%;
  max-width: 168rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  position: relative;
  z-index: 50;
  flex-direction: column;
}
.about__partnership--logos-list {
  width: 96%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.about__partnership--logos1{
  height: 5rem;
}
.about__partnership--logos2{
  height: 5rem;
}
.about__partnership--logos3{
  height: 7rem;
}
.about__partnership--logos4{
  height: 5rem;
}.about__partnership--logos5{
  height: 8rem;
}
.about__partnership--logos6{
  height: 10rem;
}
.about__partnership--logos7{
  height: 5rem;
}
.about__partnership--logos8{
  height: 10rem;
}
  .main-nav__nav .bottom-nav__item {
    font-family: "Objektiv Mk3 W03 Regular";
    font-size: 1.8rem;
    font-weight: 400;
    color: #014868;
    line-height: 2.8rem;
    letter-spacing: 0.125rem;
    text-decoration: none;
    background: none;
    border: none;
    padding: 14px 0 0;
    margin: 0;
    margin-right: 3.5rem;
    transition: 0.5s;
    cursor: pointer;
  } 
  .main-nav__nav .bottom-nav__btn {
    background-color: #51c25b;
    width: 96px;
    height: 40px;
    border-radius: 30px;
    font-family: "Objektiv Mk3 W03 Regular";
    font-size: 2.4rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 2.8rem;
    letter-spacing: 0.125rem;
    text-decoration: none;
    border: none;
    padding: 0;
    margin: 0;
    transition: 0.5s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .what-we-do__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    margin-bottom: 7.5rem;
    row-gap: 2rem;
  }
}
/* For screens above 480px */
@media screen and (min-width: 481px) {
  .bottom-nav {
      display: flex;
  }

  .menu-button {
      display: none;
  }

  .close-button {
      display: none;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1920px) {
  .population-growth-province__header1 {
    margin: auto;
    width: 100%;
    padding-bottom: 1rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 100;
  }

}

@media screen and (min-width: 768px) and (max-width: 1520px) {
  .publications__list2--item .desc {
    font-family: "Objektiv Mk3 W03 Regular";
    font-size: 2.4rem;
    font-weight: 400;
    color: #333333;
    line-height: 3.8rem;
    margin-bottom: 2.4rem;
  
  }

}

.media_page{
  max-width: 1000px;
  width: 100%;
}
/* Position the image container (needed to position the left and right arrows) */
.containermedia {
  position: relative;

}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 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: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
  width: 100%;
}

.active,
.demo:hover {
  opacity: 1;
}
.slider_img{
  width: 100%;
  margin-bottom: -6px;
}
.center-container {
  display: flex;
  justify-content: center;
  align-items: center;
margin-top: 20px;
margin-bottom: 20px;
}
