:root {
  --plum-purple: #813960;
  --cream-beige: #ECE3C2;
  --olive-green: #6B733B;
  --forest-green: #476E58;
  --burnt-orange: #B66235;
  --pure-black: #000000;
  --deep-indigo: #2E2C56;
  --lemon-yellow: #D8D863;
  --sky-blue: #56A0C6;
  --soft-taupe: #DCD8CC;

}



/* fonts  */
@font-face {
  font-family: "Arial Black";
  src: url("../fonts/Arial-Black.eot");
  src: url("../fonts/Arial-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Arial-Black.woff2") format("woff2"),
    url("../fonts/Arial-Black.woff") format("woff"),
    url("../fonts/Arial-Black.ttf") format("truetype"),
    url("../fonts/Arial-Black.svg#Arial-Black") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-Medium.woff2") format("woff2"),
    url("../fonts/Inter-Medium.woff") format("woff"),
    url("../fonts/Inter-Medium.ttf") format("truetype"),
    url("../fonts/Inter-Medium.svg#Inter-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter-Bold.eot");
  src: url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-Bold.woff2") format("woff2"),
    url("../fonts/Inter-Bold.woff") format("woff"),
    url("../fonts/Inter-Bold.ttf") format("truetype"),
    url("../fonts/Inter-Bold.svg#Inter-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter-SemiBold";
  src: url("../fonts/Inter-SemiBold.eot");
  src: url("../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-SemiBold.woff2") format("woff2"),
    url("../fonts/Inter-SemiBold.woff") format("woff"),
    url("../fonts/Inter-SemiBold.ttf") format("truetype"),
    url("../fonts/Inter-SemiBold.svg#Inter-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-Regular.woff2") format("woff2"),
    url("../fonts/Inter-Regular.woff") format("woff"),
    url("../fonts/Inter-Regular.ttf") format("truetype"),
    url("../fonts/Inter-Regular.svg#Inter-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* colors  */
/* html, body{
  scroll-behavior: smooth;
} */
html::-webkit-scrollbar {
  display: none;
}

html {
  scrollbar-width: none;
  overflow: hidden;
}

/* Reset  */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  line-height: normal;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter-Medium";
  font-weight: normal;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Inter-Regular";
  font-weight: normal;
  overflow: hidden;
}

.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1470px;
  }
}

.header-menu img {
  width: 37.266px;
  margin-right: 10px;
  transition: 0.2s all ease;
}

.header-menu-link a,
.header-burger-menu {
  display: flex;
  align-items: center;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-menu {
  display: flex;
  align-items: center;
}

.header-menu-link {
  margin-right: 40px;
}

.top-banner {
  background: linear-gradient(90deg,
      rgba(1, 27, 54, 1) 0%,
      rgba(26, 75, 108, 1) 50%,
      rgba(95, 170, 209, 1) 100%);
  position: relative;
}

.top-banner-text {
  text-align: right;
  width: 100%;
}

.top-banner {
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-top: 86px;
}

.top-banner-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}

.top-banner-image img {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  max-width: 48.073vw;
  left: -100px;
}

.top-banner-image-text svg {
  width: 100%;
  max-width: 41.667vw;
  z-index: 0;
  position: absolute;
  mix-blend-mode: overlay;
  top: 15px;
  left: 33px;
  opacity: 40%;
}

.topbar {
  padding: 18px 0;
}

.top-banner-text h1 {
  text-align: right;
  color: var(--cream-beige);
  font-size: 82px;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px #00000085;
}

.header-text {
  font-family: "Inter-SemiBold";
  color: var(--plum-purple);
  font-size: 16px;
}

.header-menu a,
.header-burger-menu {
  font-size: 15px;
  color: var(--pure-black);
  cursor: pointer;
}

.header-menu-link a:hover img,
.header-burger-menu:hover img {
  transform: scale(1.2);
}

.top-banner-left-elements .circle-fill {
  max-width: 125px;
  position: absolute;
  left: -90px;
  bottom: 540px;
}

.top-banner-left-elements .circle-stroke {
  max-width: 450px;
  position: absolute;
  left: -300px;
  bottom: 250px;
}

.top-banner-left-elements .dashed {
  max-width: 34px;
  position: absolute;
  left: -5px;
  bottom: 77px;
}

.top-banner-right-elements .circle-stroke {
  max-width: 300px;
  position: absolute;
  left: 630px;
  bottom: -235px;
}

.top-banner-right-elements .dashed {
  max-width: 34px;
  position: absolute;
  left: 820px;
  bottom: -390px;
}

.top-banner-down-arrow img {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 0;
  max-width: 140px;
  display: block;
}

.top-banner-down-arrow {
  position: relative;
  left: 0;
  right: 0;
  max-width: 150px;
  margin: -70px auto 0;
  top: 0;
  overflow: hidden;
  z-index: 1;
  top: -90px;
}

.top-banner-down-arrow img:first-child {
  position: unset;
}

header {
  position: fixed;
  z-index: 11;
  width: 100%;
  background: white;

}

.top-banner-down-arrow {
  transform: scale(0);
  opacity: 0;
}

/* a,
button:hover {
  cursor: none;
}
body {
  cursor: none !important;
} */
.btn-container {
  display: flex;
  position: relative;
  height: 150px;
  width: 150px;
  justify-content: center;
  align-items: center;
}

.cursorCircle .cursor-inner-pointer {
  position: fixed;
  background-color: #fff;
  width: 10px;
  height: 10px;
  left: -10px;
  top: -10px;
  border-radius: 100%;
  z-index: 10000;
  transform: scale(1);
  mix-blend-mode: difference;
  transition: 0.2s all ease;
  z-index: 1111111111;
}

.cursorCircle .cursor-inner-pointer.active {
  width: 40px;
  height: 40px;
  transition: 0.2s all ease;
}

.message {
  background: var(--soft-taupe);
  position: relative;
  margin-top: -70px;
}

.message.message-reverce {
  background: var(--cream-beige);
}

/* animation css/* Initial hidden states */
.message-inner {
  display: flex;
  align-items: center;
}

.message-image img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 45vw;
  object-fit: cover;
  object-position: left 50px;
}

.message-card {
  max-width: 690px;
  margin-left: 18%;
  position: relative;
}

.message-text {
  padding: 0px 40px 40px 40px;
  position: relative;
  margin-bottom: 68px;
  margin-left: 18px;
}

.message-title {
  font-size: 60px;
  color: var(--sky-blue);
  margin-bottom: 50px;
}

.message-text p {
  font-size: 39.77px;
  color: var(--plum-purple);
  margin-bottom: 30px;
  position: relative;
  font-family: "Inter-medium";
}

.message-text svg {
  width: 38px;
  position: absolute;
  margin-left: 14px;
}

.message-name {
  font-size: 17.76px;
  display: block;
}

.message-name strong {
  font-family: "Inter-Bold";
  font-size: 20.72px;
  font-weight: normal;
}

.cursorCircle,
.cursor-inner-pointer {
  pointer-events: none;
}

.message-text-part {
  width: 100%;
  position: relative;
  z-index: 1;
}

.site-btn {
  font-size: 25px;
  border-radius: 18px;
  padding: 14px 30px;
  background-color: white;
  border: unset;
  cursor: pointer;
  text-decoration: none;
}

.message-text::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzOC41MSAzMy4zNiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM1N2EwYzY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5Bc3NldCA5PC90aXRsZT48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE3Ljc4LDMzLjM2SDBWMTkuNjZRMCwxMi4xLDMuMTUsNy43M1QxMy45NCwwbDMuODQsNy4yOHEtNC42OSwyLjItNi41LDQuMzlhOC45LDguOSwwLDAsMC0yLDUuMTdoOC41Wm0yMC43MywwSDIwLjczVjE5LjY2cTAtNy41NiwzLjE1LTExLjkzVDM0LjY3LDBsMy44NCw3LjI4cS00LjY5LDIuMi02LjUsNC4zOWE4LjgzLDguODMsMCwwLDAtMiw1LjE3aDguNVoiLz48L2c+PC9nPjwvc3ZnPg==);
  position: absolute;
  display: block;
  width: 38px;
  height: 38px;
  left: -20px;
  background-repeat: no-repeat;
  z-index: 2;
}

.message-text::after {
  content: "";
  position: absolute;
  display: block;
  border: 1px solid var(--plum-purple);
  border-radius: 25px;
  height: calc(100% - 40px);
  width: 100%;
  left: 0;
  bottom: 0;
  border-top: unset;
  border-right: unset;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}

.message.message-reverce {
  margin-top: 0;
}

.message.message-reverce .message-inner {
  flex-direction: row-reverse;
}

.message.message-reverce .message-image img {
  left: 0;
  right: unset;
  object-position: right 50px;
}

.message-reverce .message-title {
  color: var(--forest-green);
}

.message-reverce .message-text p {
  color: var(--burnt-orange);
}

.message .message-name {
  color: var(--deep-indigo);
}

.message-reverce .message-card {
  margin-left: auto;
  margin-right: 18%;
  max-width: 650px;
}

.magenta-pink-btn {
  color: var(--plum-purple);
}

.orange-btn {
  color: var(--burnt-orange);
}

.our-achivements {
  background-color: #000;
  position: relative;
}

.our-achivements-title {
  font-size: 75px;
  color: var(--lemon-yellow);
  text-align: center;
  max-width: 930px;
  margin: auto;
  position: relative;
}

.our-achivements-inner {
  display: flex;
}

.site-btn-with-arrow {
  font-size: 25px;
  padding: 14px 30px;
  background-color: transparent;
  border: 1px solid white;
  cursor: pointer;
  border-radius: 34.29px;
  color: var(--lemon-yellow);
  display: flex;
  align-items: center;
  transition: 0.2s all ease;
  transform: scale(1);
  width: fit-content;
  margin: auto;
  text-decoration: none;
}

.site-btn-with-arrow:hover {
  background-color: var(--burnt-orange);
  transform: scale(1.1);
  border-color: white;
  box-shadow: 0px 0px 10px white;
}

/* .site-btn-with-arrow.site-btn-with-arrow-indigo:hover {
  background-color: var(--deep-indigo);
} */

.highlights.highlights-one .site-btn-with-arrow {
  background-color: var(--deep-indigo);
}

.highlights.highlights-one .site-btn-with-arrow:hover {
  background-color: transparent;
}

.highlights.highlights-two .site-btn-with-arrow {
  background-color: var(--burnt-orange);
}

.highlights.highlights-two .site-btn-with-arrow:hover {
  background-color: transparent;
}

.orange-theme .site-btn-with-arrow {
  background-color: var(--burnt-orange);
}

.orange-theme .site-btn-with-arrow:hover {
  background-color: transparent;
}

.site-btn-with-arrow img {
  width: 55px;
  margin-left: 10px;
}

.site-btn-with-arrow img {
  width: 55px;
}

.highlights {
  background-color: var(--deep-indigo);
}

.highlights-latest-content {
  padding-top: 60px;
}

.highlights-content {
  text-align: center;
  padding-top: 40px;
  text-align: center;
  max-width: 1080px;
  margin: auto;
  position: relative;
  z-index: 1;
  height: 100%;
}

.highlights-latest-content {
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 1;
  height: 100%;
}

.highlights-latest-title {
  color: var(--lemon-yellow);
  font-size: 48px;
  margin-bottom: 30px;
}

.highlights-latest-content p {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 50px;
}

.highlights-title {
  color: #ffffff;
  font-size: 58px;
  margin-bottom: 30px;
}

.highlights-content button,
.highlights-latest-content button {
  margin: auto;
}

.highlights {
  position: relative;
}

.highlights:before {
  content: "";
  width: 100%;
  height: 500px;
  position: absolute;
  background: linear-gradient(180deg,
      rgba(46, 45, 86, 1) 0%,
      rgba(46, 45, 86, 0.6) 50%,
      rgba(46, 45, 86, 0) 100%);
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
}

/* .highlights::after{
    content: "";
  width: 100%;
  height: 30%;
  position: absolute;
   background: linear-gradient(180deg,
      rgba(46, 45, 86, 1) 0%,
      rgba(46, 45, 86, 1) 50%,
      rgba(46, 45, 86, 0) 100%);
  z-index: 0;
  display: block;
  top: 0;
  left: 0;
} */

.highlights.highlights-two:before {
  background: linear-gradient(180deg,
      rgba(182, 98, 53, 1) 0%,
      rgba(182, 98, 53, 0.6) 50%,
      rgba(182, 98, 53, 0) 100%);
}

.highlights.magenta-theme:before {
  background: linear-gradient(180deg,
      rgba(129, 57, 96, 1) 0%,
      rgba(129, 57, 96, 0.6) 50%,
      rgba(129, 57, 96, 0) 100%);
}

.highlights.green-theme:before {
  background: linear-gradient(180deg,
      rgba(71, 110, 88, 1) 0%,
      rgba(71, 110, 88, 0.6) 50%,
      rgba(71, 110, 88, 0) 100%);
}

.highlights.purple-theme:before {
  background: linear-gradient(180deg,
      rgba(46, 45, 86, 1) 0%,
      rgba(46, 45, 86, 0.6) 50%,
      rgba(46, 45, 86, 0) 100%);
}

.highlights.orange-theme:before {
  background: linear-gradient(180deg,
      rgba(182, 98, 53, 1) 0%,
      rgba(182, 98, 53, 0.6) 50%,
      rgba(182, 98, 53, 0) 100%);
}

.highlight-image {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  object-fit: cover;
  object-position: bottom;
}

.highlights-content p {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 30px;
}

.curve-line {
  position: absolute;
  z-index: 1;
  display: block;
  width: 330px;
  right: 400px;
  bottom: 390px;
}

.highlights.highlights-two .curve-line {
  left: 340px;
  bottom: 392px;
}

.highlight-label {
  position: absolute;
  z-index: 1;
  width: 226px;
  height: 226px;
  border-radius: 100%;
  text-align: center;
  background-color: var(--deep-indigo);
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 268px;
  right: 293px;
}

.highlights.highlights-two .highlight-label {
  width: 190px;
  height: 190px;
  bottom: 304px;
  left: 206px;
}

.highlight-label p {
  font-size: 14px;
  color: white;
}

.message-one-elements .circle-fill {
  max-width: 123px;
  position: absolute;
  left: -25px;
  bottom: 150px;
}

.message-one-elements .circle-stroke {
  max-width: 484px;
  position: absolute;
  left: -100px;
  bottom: -100px;
}

.message-one-elements .dots {
  max-width: 310px;
  position: absolute;
  left: 20px;
  bottom: 0px;
  mix-blend-mode: multiply;
}

.our-ip-elements .dots {
  max-width: 695.393 px;
  position: absolute;
  left: -63px;
  bottom: -163px;
  mix-blend-mode: multiply;
}

.our-ip-elements .circle-stroke {
  max-width: 505px;
  position: absolute;
  left: -369px;
  bottom: 78px;
}

.message-two-elements .circle-fill {
  max-width: 123px;
  position: absolute;
  right: 238px;
  bottom: 172px;
}

.message-two-elements .circle-stroke {
  max-width: 484px;
  position: absolute;
  right: -200px;
  bottom: 25px;
}

.message-two-elements .dots {
  max-width: 591px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  mix-blend-mode: multiply;
}

.our-achivements-elements .dots {
  max-width: 417px;
  position: absolute;
  right: 0px;
  bottom: 245px;
}

.our-achivements-elements .circle-stroke.circle-stroke-left {
  max-width: 361.71px;
  position: absolute;
  left: 54px;
  top: 111px;
}

.our-achivements-elements .circle-stroke.circle-stroke-right {
  max-width: 484.301px;
  position: absolute;
  right: -400px;
  top: 2px;
}

.our-achivements-elements .circle-fill.circle-fill-left {
  max-width: 105.044px;
  position: absolute;
  left: 347px;
  top: 104px;
}

.our-achivements-elements .circle-fill.circle-fill-right {
  max-width: 333.222px;
  position: absolute;
  right: -0px;
  top: 241px;
}

.our-impact-progress {
  background-color: var(--plum-purple);
  position: relative;
}

.our-impact-progress-title {
  font-size: 4vw;
  color: var(--lemon-yellow);
  font-family: "Inter-regular";
  margin-bottom: 3.125vw;
  max-width: 480px;
}

.our-impact-progress-text {
  font-size: 1.823vw;
  color: #ffffff;
  max-width: 23.438vw;
}

.our-impact-progress-inner {
  display: flex;
  align-items: center;
  position: relative;
}

.our-impact-progress-content {
  min-width: 44.25vw;
  padding-left: 12.5vw;
  padding-right: 20px;
  position: relative;
}

.our-ip-image {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 61.111vh;
}

.our-ip-image img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  height: 100% !important;
  max-height: 100%;
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
}

.our-ip-image-title {
  position: relative;
}

.top-banner-inner {
  position: relative;
  height: calc(100vh - 86px);
  display: flex;
  align-items: center;
}

.our-impact-progress-card {
  max-width: 100%;
  max-height: 100vh;
}

.secBlank {
  height: 100vh;
  position: relative;
}

.message-inner,
.our-achivements-inner,
.highlights-inner,
.our-impact-progress-inner {
  height: 100vh;
}

.our-ip-title {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-family: "Inter-regular";
  font-size: 4.63vh;
  color: #fff;
  max-width: 54vh;
  bottom: 20px;
}

.green-theme .our-ip-content,
.our-impact-progress-card.green-theme {
  background-color: var(--olive-green);
}

.orange-theme .our-ip-content,
.our-impact-progress-card.orange-theme {
  background-color: var(--burnt-orange);
}

.site-btn.green-btn {
  color: var(--forest-green);
}

.site-btn.orange-btn {
  color: var(--burnt-orange);
}

.our-ip-subtitle {
  font-size: 2.407vh;
  font-family: "Inter-bold";
}

.our-ip-text {
  font-size: 2.407vh;
  color: white;
  margin-bottom: 5.093vh;
  max-width: 66vh;
  margin-left: auto;
  margin-right: auto;
}

.our-ip-content {
  padding-top: 25px;
  padding-bottom: 64px;
  padding-left: 20px;
  padding-right: 20px;
}

.our-impact-progress-slider {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  min-width: 80%;
  width: 80%;
}

.our-ip-content-inner {
  text-align: center;
  max-width: 720px;
  margin: auto;
}

.our-ip-subtitle {
  font-size: 26px;
  font-family: "Inter-bold";
  color: var(--lemon-yellow);
  margin-bottom: 2.778vh;
  display: block;
}

.our-ip-image-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  z-index: 1;
  bottom: 0;
  background: linear-gradient(0deg,
      rgba(107, 115, 59, 1) 0%,
      rgba(107, 115, 59, 0.6) 50%,
      rgba(107, 115, 59, 0) 100%);
}

.orange-theme .our-ip-image-title::before {
  background: linear-gradient(0deg,
      rgba(182, 98, 53, 1) 0%,
      rgba(182, 98, 53, 0.6) 50%,
      rgba(182, 98, 53, 0) 100%);
}

.highlights {
  position: relative;
}

.highlights-elements-one .dots {
  max-width: 417px;
  position: absolute;
  right: 37px;
  top: 124px;
  mix-blend-mode: normal;
  z-index: 1;
}

.highlights-elements-one .circle-stroke {
  max-width: 466px;
  position: absolute;
  left: -174px;
  top: 134px;
  z-index: 1;
}

.highlights-elements-one .circle-fill {
  max-width: 131px;
  position: absolute;
  left: 30px;
  top: 525px;
  z-index: 1;
}

.highlights-elements-two .dots {
  max-width: 499px;
  position: absolute;
  left: 0px;
  bottom: 100px;
  mix-blend-mode: normal;
  z-index: 1;
}

.highlights-elements-two .circle-stroke {
  max-width: 466px;
  position: absolute;
  left: -174px;
  top: 84px;
  z-index: 1;
}

.highlights-elements-two .circle-fill {
  max-width: 333px;
  position: absolute;
  left: -137px;
  bottom: 352px;
  z-index: 1;
}

.header-logo img {
  max-width: 300px;
}

.site-footer {
  background-color: var(--plum-purple);
  /* adjust to match brand */
  padding: 30px 0;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
}

.site-footer .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

/* TOP SECTION */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.footer-logo img {
  width: 358px;
  object-fit: contain;
}

/* SOCIAL ICONS */
.social-icons {
  display: flex;
  gap: 14px;
}

.social-icons a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1);
  transition: 0.2s all ease;
  display: block;
}

.social-icons a:hover {
  transform: scale(1.2);
}

/* BOTTOM SECTION */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}

.footer-copy {
  font-size: 16px;
  margin: 0;
}

/* FOOTER LINKS */
.footer-links {
  display: flex;
  gap: 20px;
}

.footer-links a {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* Dropdown panel */
.dropdown-panel {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  background: var(--cream-beige);
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.45s ease, padding 0.3s ease;
  padding: 0 24px;
  position: fixed;
  z-index: 11111;
  right: 0;
  top: 86px;
  box-shadow: 1px 5px 5px #00000047;
}

/* Active state */
.dropdown-panel.active {
  max-height: 900px;
  padding: 24px;
}

/* Menu list */
.dropdown-panel ul {
  list-style: none;
}

.dropdown-panel li {
  padding: 8px 0;
  font-size: 16px;
  color: var(--plum-purple);
  cursor: pointer;
}

.dropdown-panel li a {
  color: var(--plum-purple);
}

.dropdown-panel li:hover {
  text-decoration: underline;
}

section {
  overflow: hidden;
}

.message .wrapper {
  padding-left: 60px;
}

.wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.our-impact-progress-card .wrapper {
  justify-content: center;
}

.magnetic-btn {
  position: relative;
  z-index: 1;
  will-change: transform;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
}

.magnetic-btn:hover {
  background: var(--plum-purple);
  color: white;
}

.black__circle {
  background-color: var(--pure-black);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.black__circle .black__circleInner {
  position: absolute;
  width: 150vw;
  height: 350vw;
  background: var(--pure-black);
  border-radius: 50%;
  left: 50%;
  right: 0;
  top: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}

.our-impact-progress-slider-wrapper {
  display: flex;
  min-width: 60%;
  width: 60%;
  flex-wrap: nowrap;
  gap: 20px;
  background-color: #813960;
}

.blackZoom {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #813960;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.doorStyle {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.doorLeft {
  left: 0;
  position: absolute;
  width: 50%;
  height: 100%;
  background: var(--plum-purple);
  top: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}

.doorRight {
  right: 0;
  position: absolute;
  width: 50%;
  height: 100%;
  background: var(--plum-purple);
  top: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}

.reverseDoor .doorLeft {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
}

.reverseDoor .doorRight {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
}

.highlights.highlights-latest.magenta-theme {
  background: var(--plum-purple);
}

.doorBlack .doorLeft,
.doorBlack .doorRight {
  background: #000;
}

.highlights.green-theme {
  background: rgb(71, 110, 88);
}

.doorGreen .doorLeft,
.doorGreen .doorRight {
  background: rgb(71, 110, 88);
}

.doorPurple .doorLeft,
.doorPurple .doorRight {
  background: var(--deep-indigo);
}

.highlights.purple-theme {
  background: var(--deep-indigo);
}

.highlights.orange-theme {
  background: rgba(182, 98, 53, 1);
}

.doorOrange .doorLeft,
.doorOrange .doorRight {
  background: rgba(182, 98, 53, 1);
}

.highlights-two {
  background: rgba(182, 98, 53, 1);
}

.footer-copy a {
  color: #fff;
  text-decoration: underline;
}

.message-progress-bar-wrapper {
  width: 4px;
  height: 0;
  background: #fff;
  margin-top: 0;
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  display: block;
  position: absolute;
  top: 4%;
  bottom: 0;
  right: -40px;
}

.message-progress-bar {
  display: block;
  width: 100%;
  height: 0%;
  background: var(--plum-purple);
  transition: width 0.05s linear;
}

.pb2 .message-progress-bar {
  background: var(--burnt-orange);
}

.up-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 111111;
  display: none;
  opacity: 0;
}

.up-btn.show {
  display: flex;
  opacity: 1;
}

.circle-stroke {
  overflow: visible;
}

/* Popup Overlay */
.scroll-popup {
  position: fixed;
  /* inset: 0; */
  /* background: rgba(0, 0, 0, 0.55); */
  /* backdrop-filter: blur(6px); */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  display: none;
  width: fit-content;
  height: fit-content;
  right: 10px !important;
  top: 100px;
}

/* Popup Box */
.popup-content {
  position: relative;
  background: var(--plum-purple);
  padding: 5px 5px;
  border-radius: 100%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  text-align: center;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-text {
  font-size: 12px;
  font-weight: 400;
  color: white;
  text-align: center;
}

/* Close Button */
.popup-close {
  position: absolute;
  top: -3px;
  right: 0;
  background: none;
  border: none;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  color: white;
  left: 0;
}

.popup-close:hover {
  color: #ff4d4d;
}

/* Hide animation */

.scroll-popup.show {
  display: flex !important;
  opacity: 1;
  pointer-events: auto;
}

.pageLoader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
}

.inner-section {
  padding-top: 86px;
}

.dropdown-panel-close .close-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
}


/* sticky navbar number */
.side-nav-wrapper {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 20px 12px;
  position: fixed;
  z-index: 1;
  bottom: 0;
  top: 0;
  right: 20px;
  margin: auto !important;
  height: fit-content;
}

.side-nav-wrapper.side-navActive {
  display: flex;
}

.side-nav-item {
  position: relative;
}

.side-nav-link {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
}

.side-nav-itemMenu .side-nav-link {
  font-size: 13px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}

/* Active */
.side-nav-link.is-active {
  background: var(--lemon-yellow);
  color: var(--plum-purple);
}

/* Tooltip */
.side-nav-tooltip {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  color: #000;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  opacity: 0;
  pointer-events: none;
  transform: translate(-10px, -50%);
}

.tooltip-arrow {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  z-index: -1;
  background: white;
  left: -32px;
  transform: rotate(45deg);
  opacity: 0;
}

/* Show on hover */
.side-nav-link:hover .side-nav-tooltip {
  opacity: 1;
}

.side-nav-link:hover .tooltip-arrow {
  opacity: 1;
}

.highlights-number {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: white;
  background: var(--sky-blue);
  margin-right: 10px;
  line-height: normal;
  font-size: 32px;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.highlights-latest-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Optional: keep visible for active */


.highlights-inner.inner-section .site-btn-with-arrow {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}

.up-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  z-index: 111111;
  display: flex;
  align-items: center;
  justify-content: center;
}

.up-btn .progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}

.progress-ring__circle {
  stroke-dasharray: 226;
  /* 2 * PI * r (2*3.14*36) */
  stroke-dashoffset: 226;
  transition: stroke-dashoffset 0.2s linear;
}

.up-btn .up-icon {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
}

.footer-copy-saperator {
  display: none;
}

.highlights-one .highlight-label {
  bottom: 50px;
}

.highlights-one .curve-line {
  bottom: 173px;
}

@media (max-width: 1680px) {
  .message-card {
    max-width: 36.656vw;
    margin-left: 12%;
  }

  .message-reverce .message-card {
    max-width: 34.531vw;
    margin-right: 12%;
  }

  .message-title {
    font-size: 3vw;
    margin-bottom: 2.656vw;
  }

  .message-text p {
    font-size: 2vw;
    margin-bottom: 1.594vw;
  }

  .message-text {
    padding: 0px 2.125vw 2.125vw 2.125vw;
    border-radius: 1.328vw;
    margin-bottom: 3.612vw;
    margin-left: 0.956vw;
  }

  .message-text::before {
    width: 2.019vw;
    height: 2.019vw;
    left: -1.063vw;
  }

  .message-text svg {
    width: 2.019vw;
  }

  .site-btn {
    font-size: 1.328vw;
    border-radius: 0.956vw;
    padding: 0.744vw 1.594vw;
  }

  .message .wrapper {
    padding-left: 3.188vw;
  }

  .message-name {
    font-size: 0.944vw;
  }

  .message-name strong {
    font-size: 1.101vw;
  }

  .our-achivements-title {
    font-size: 3.984vw;
    max-width: 49.406vw;
  }

  .highlights-latest-title {
    font-size: 2.922vw;
    margin-bottom: 1.594vw;
  }

  .highlights-latest-content p {
    font-size: 2.125vw;
    margin-bottom: 2.656vw;
  }

  .highlights-latest-content {
    padding-top: 2vw;
  }

  .site-btn-with-arrow {
    font-size: 1.328vw;
    padding: 0.744vw 1.594vw;
    border-radius: 1.822vw;
  }

  .site-btn-with-arrow img {
    width: 2.922vw;
  }

  .highlights-title {
    font-size: 3.984vw;
    margin-bottom: 1.594vw;
  }

  .highlights-content p {
    font-size: 1.381vw;
    margin-bottom: 1.594vw;
  }

  .highlights-content {
    padding-top: 3.188vw;
    max-width: 57.375vw;
  }

  .message-image img {
    width: 43vw;
  }

  .top-banner-text h1 {
    font-size: 4.356vw;
  }

  .top-banner-image img {
    max-width: 41.035vw;
  }

  .our-ip-title {
    font-size: 2vw;
    max-width: 32.983vw;
  }

  .our-ip-content {
    padding-top: 0;
  }

  .our-ip-text {
    font-size: 1.36vw;
    margin-bottom: 2.922vw;
    max-width: 37.867vw;
  }

  .our-ip-subtitle {
    font-size: 1.3vw;
  }

  .our-ip-text {
    font-size: 1.2vw;
    margin-bottom: 2vw;
    max-width: 33vw;
  }

  .our-ip-image {
    padding-bottom: 28vw;
  }

  .our-impact-progress-content {
    padding-left: 3.825vw;
    min-width: 34.212vw;
  }

  /* .top-banner-left-elements .circle-stroke {
    max-width: 26.2717vw;
    left: -17.5147vw;
    bottom: 14.5957vw;
  }
  .top-banner-left-elements .circle-fill {
    max-width: 7.2975vw;
    left: -5.2542vw;
    bottom: 31.5266vw;
  }
  .top-banner-left-elements .dashed {
    max-width: 1.9852vw;
    left: -0.2919vw;
    bottom: 4.4954vw;
  }
  .top-banner-right-elements .circle-stroke {
    max-width: 17.5147vw;
    left: 36.7808vw;
    bottom: -13.72vw;
  }
  .top-banner-right-elements .dashed {
    max-width: 1.9852vw;
    left: 47.873vw;
    bottom: -22.7689vw;
  }

  .message-one-elements .circle-fill {
    max-width: 7.1813vw;
    left: -1.4595vw;
    bottom: 8.757vw;
  }
  .message-one-elements .circle-stroke {
    max-width: 28.2569vw;
    left: -5.838vw;
    bottom: 5.838vw;
  }
  .message-one-elements .dots {
    max-width: 18.0985vw;
    left: 1.1676vw;
  }

  .message-two-elements .circle-fill {
    max-width: 7.1813vw;
    right: 13.895vw;
    bottom: 10.0415vw;
  }
  .message-two-elements .circle-stroke {
    max-width: 28.2569vw;
    right: -11.6767vw;
    bottom: 1.4595vw;
  }
  .message-two-elements .dots {
    max-width: 34.5037vw;
  }

  .our-ip-elements .dots {
    max-width: 40.5986vw;
    left: -3.6778vw;
    bottom: -9.5165vw;
  }
  .our-ip-elements .circle-stroke {
    max-width: 29.4826vw;
    left: -21.5432vw;
    bottom: 4.5535vw;
  }

  .our-achivements-elements .dots {
    max-width: 24.3453vw;
    bottom: 0;
  }
  .our-achivements-elements .circle-stroke.circle-stroke-left {
    max-width: 21.1176vw;
    left: 3.1528vw;
    top: 3.5616vw;
  }
  .our-achivements-elements .circle-stroke.circle-stroke-right {
    max-width: 28.2744vw;
    right: -23.3527vw;
  }
  .our-achivements-elements .circle-fill.circle-fill-left {
    max-width: 6.1327vw;
    left: 20.2587vw;
    top: 3.1528vw;
  }
  .our-achivements-elements .circle-fill.circle-fill-right {
    max-width: 19.4544vw;
    top: 14.07vw;
  }

  .highlights-elements-one .dots {
    max-width: 24.3453vw;
    right: 2.1602vw;
    top: 7.2394vw;
  }
  .highlights-elements-one .circle-stroke {
    max-width: 27.2062vw;
    left: -10.1584vw;
    top: 4.9042vw;
  }
  .highlights-elements-one .circle-fill {
    max-width: 7.6482vw;
    left: 1.7514vw;
    top: 33.172vw;
  }

  .highlights-elements-two .dots {
    max-width: 29.1326vw;
    top: 5.838vw;
    bottom: unset;
  }
  .highlights-elements-two .circle-fill {
    max-width: 19.4411vw;
    left: -7.9982vw;
    top: 20.5506vw;
    bottom: unset;
  } */
  .top-banner-left-elements .circle-stroke {
    max-width: 18.3902vw;
    left: -12.2603vw;
    bottom: 10.2170vw;
  }

  .top-banner-left-elements .circle-fill {
    max-width: 5.1083vw;
    left: -3.6779vw;
    bottom: 22.0686vw;
  }

  .top-banner-left-elements .dashed {
    max-width: 1.3896vw;
    left: -0.2043vw;
    bottom: 3.1468vw;
  }

  .top-banner-right-elements .circle-stroke {
    max-width: 12.2603vw;
    left: 25.7466vw;
    bottom: -9.6040vw;
  }

  .top-banner-right-elements .dashed {
    max-width: 1.3896vw;
    left: 33.5111vw;
    bottom: -15.9382vw;
  }

  .message-one-elements .circle-fill {
    max-width: 5.0269vw;
    left: -1.0217vw;
    bottom: 6.1299vw;
  }

  .message-one-elements .circle-stroke {
    max-width: 19.7898vw;
    left: -4.0866vw;
    bottom: 4.0866vw;
  }

  .message-one-elements .dots {
    max-width: 12.6689vw;
    left: 0.8173vw;
  }

  .message-two-elements .circle-fill {
    max-width: 5.0269vw;
    right: 9.7265vw;
    bottom: 7.0291vw;
  }

  .message-two-elements .circle-stroke {
    max-width: 19.7898vw;
    right: -8.1737vw;
    bottom: 1.0217vw;
  }

  .message-two-elements .dots {
    max-width: 24.1526vw;
  }

  .our-ip-elements .dots {
    max-width: 28.4190vw;
    left: -2.5745vw;
    bottom: -6.6616vw;
  }

  .our-ip-elements .circle-stroke {
    max-width: 20.6378vw;
    left: -15.0802vw;
    bottom: 3.1875vw;
  }

  .our-achivements-elements .dots {
    max-width: 17.0417vw;
    bottom: 0;
  }

  .our-achivements-elements .circle-stroke.circle-stroke-left {
    max-width: 14.7823vw;
    left: 2.2069vw;
    top: 8.493vw;
  }

  .our-achivements-elements .circle-stroke.circle-stroke-right {
    max-width: 19.7921vw;
    right: -16.3469vw;
  }

  .our-achivements-elements .circle-fill.circle-fill-left {
    max-width: 4.2929vw;
    left: 14.1811vw;
    top: 9.207vw;
  }

  .our-achivements-elements .circle-fill.circle-fill-right {
    max-width: 13.6181vw;
    top: 9.8490vw;
  }

  .highlights-elements-one .dots {
    max-width: 17.0417vw;
    right: 1.5121vw;
    top: 5.0676vw;
  }

  .highlights-elements-one .circle-stroke {
    max-width: 19.0443vw;
    left: -7.1109vw;
    top: 3.4329vw;
  }

  .highlights-elements-one .circle-fill {
    max-width: 5.3537vw;
    left: 1.2260vw;
    top: 23.2204vw;
  }

  .highlights-elements-two .dots {
    max-width: 20.3928vw;
    top: 4.0866vw;
    bottom: unset;
  }

  .highlights-elements-two .circle-fill {
    max-width: 13.6088vw;
    left: -5.5987vw;
    top: 14.3854vw;
    bottom: unset;
  }


  .curve-line {
    bottom: 150px;
  }

  .highlight-label {
    bottom: 40px;
  }

  .highlights.highlights-two .curve-line {
    bottom: unset;
    top: 22vw;
    left: 23vw;
  }

  .highlights.highlights-two .highlight-label {
    bottom: 50px;
    width: 160px;
    height: 160px;
    bottom: unset;
    top: 23vw;
    left: 18vw;
  }

  .curve-line {
    width: 250px;
  }

  .top-banner-down-arrow {
    margin: -50px auto 0;
    max-width: 100px;
    top: -60px;
  }



  .message {
    margin-top: -50px;
  }

  .highlights-number {
    width: 3.571vw;
    height: 3.571vw;
    line-height: 3.571vw;
    font-size: 2.857vw;
  }


  .footer-copy {
    margin-right: 40px;
  }

  .footer-top,
  .footer-bottom {
    padding-right: 100px;
  }

  .footer-copy-saperator {
    display: inline-block;
  }

  .social-icons a {
    width: 28px;
    height: 28px;
  }

  .side-nav-wrapper {
    gap: 5px;
  }

  .side-nav-link {
    font-size: 20px;
  }

  .side-nav-itemMenu .side-nav-link {
    font-size: 12px;
  }

  .side-nav-wrapper {
    right: 0;
  }

  .highlights-one .highlight-image,
  .highlights-two .highlight-image,
  .highlights-latest .highlight-image-top {
    object-position: top;
  }

  .dropdown-panel li {
    padding: 5px 0;
  }

  .dropdown-panel li {
    font-size: 15px;
  }

  .highlight-label {
    width: 186px;
    height: 186px;
  }

  .highlight-label p {
    font-size: 12px;
  }

  .topbar {
    padding: 8px 0;
  }

  .dropdown-panel {
    top: 66px;
  }

  .highlights-one .highlights-content {
    padding-top: 0.388vw;
  }

  .highlights-one .highlight-image {
    object-position: 50%;
  }

  .highlights-one .highlight-label {
    bottom: 10px;
  }

  .highlights-one .curve-line {
    bottom: 122px;
  }

}

@media screen and (min-device-width: 1199px) and (max-device-width: 1680px) {
  .highlights-one .highlights-inner.inner-section .site-btn-with-arrow {
    bottom: 106px;

  }
}

@media (max-width: 1599px) {
  .top-banner-text h1 {
    max-width: 83%;
  }
}

@media (max-width: 1399px) {
  .highlights.highlights-two .highlight-label {
    left: 206px;
    bottom: unset;
    top: 320px;
  }

  .highlights.highlights-two .curve-line {
    bottom: unset;
    left: 290px;
    top: 305px;
  }
}

@media (max-width: 1199px) {
  .message-card {
    margin-left: 40px;
  }

  .message-title {
    font-size: 42px;
    margin-bottom: 36px;
  }

  .message-text p {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .message-name {
    font-size: 14px;
  }

  .message-name strong {
    font-size: 15px;
  }

  .message-text {
    padding: 0px 0px 25px 25px;
    border-radius: 18px;
    margin-bottom: 50px;
    margin-left: 13px;
  }

  .message-card {
    max-width: 508px;
  }

  .site-btn {
    font-size: 18px;
    border-radius: 14px;
    padding: 10px 20px;
  }

  .message-text::before {
    width: 28px;
    height: 28px;
    left: -15px;
  }

  .message-text svg {
    width: 28px;
  }

  .our-achivements-title {
    font-size: 50px;
    max-width: 550px;
  }

  .highlights-latest-title {
    font-size: 38px;
    margin-bottom: 20px;
  }

  .highlights-latest-content p {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .highlights-latest-content p br {
    display: none;
  }

  .site-btn-with-arrow {
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 24px;
  }

  .site-btn-with-arrow img {
    width: 40px;
  }

  .highlights-title {
    font-size: 50px;
    margin-bottom: 20px;
  }

  .highlights-content p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .highlights-one .highlights-content {
    padding-top: 40px;

  }

  .highlights-content {
    max-width: 800px;
  }

  .message-reverce .message-card {
    margin-right: 40px;
  }

  .message-reverce .message-card {
    max-width: 508px;
  }

  .top-banner-text h1 {
    font-size: 60px;
  }

  .top-banner-image img {
    max-width: 44vw;
    left: -50px;
  }

  .top-banner-inner {
    align-items: flex-start;
  }

  .top-banner-text h1 {
    max-width: 100%;
  }

  .top-banner-image-text svg {
    top: 100px;
  }

  .top-banner-text {
    margin-top: 60px;
  }

  .our-impact-progress-content {
    min-width: 40%;
  }

  .our-impact-progress-slider {
    min-width: 45%;
  }

  .our-impact-progress-card {
    min-height: unset;
  }



  .our-impact-progress-title {
    font-size: 46px;
    max-width: 290px;
  }

  .header-text {
    display: none;
  }

  .header-menu a,
  .header-burger-menu {
    font-size: 12px;
  }

  .header-menu img {
    width: 30px;
  }

  .header-menu-link {
    margin-right: 20px;
  }

  .header-logo img {
    max-width: 250px;
  }

  .footer-logo img {
    width: 250px;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
  }

  .footer-copy {
    font-size: 13px;
  }

  .footer-links a {
    font-size: 13px;
  }

  .message-text::after {
    height: calc(100% - 30px);
  }

  .our-ip-image-title::before {
    height: 160px;
  }

  .our-ip-content {
    padding-bottom: 30px;
  }

  .cursorCircle {
    display: none;
  }

  .dropdown-panel {
    top: 58px;
  }

  .our-ip-title {
    font-size: 24px;
  }

  .our-impact-progress-card {
    max-height: 100vh;
  }

  .top-banner-inner {
    height: calc(100svh - 86px);
  }

  .secBlank,
  .message-inner,
  .our-achivements-inner,
  .highlights-inner,
  .our-impact-progress-inner {
    height: 100svh;
    min-height: -webkit-fill-available;
  }

  .topbar {
    padding: 8px 0;
  }

  .inner-section {
    padding-top: 58px;
  }



  .highlights-content p br {
    display: none;
  }

  .highlights-latest-content {
    padding-top: 40px;
  }

  .highlights-number {
    width: 42px;
    height: 42px;
    line-height: normal;
    font-size: 22px;
  }

  .side-nav-wrapper {
    right: 0;
  }

  .side-nav-itemMenu .side-nav-link {
    font-size: 10px;
  }

  .side-nav-link {
    font-size: 15px;
    width: 36px;
    height: 36px;
  }

  .tooltip-arrow {
    left: -18px;
    transform: rotate(45deg);
    opacity: 0;
  }

  .side-nav-tooltip {
    right: 36px;
  }

  .footer-top,
  .footer-bottom {
    padding-right: 80px;
  }

  .highlights.highlights-two .curve-line {
    bottom: 152px;
    left: 290px;
    top: unset;
  }

  .highlights.highlights-two .highlight-label {
    left: 206px;
    bottom: 87px;
    top: unset;
  }

  .top-banner-right-elements .dashed {
    max-width: 1.3896vw;
    left: 43.511vw;
    bottom: -15.9382vw;
  }

  .top-banner-right-elements .circle-stroke {
    max-width: 12.2603vw;
    left: 34.747vw;
    bottom: -9.6040vw;
  }
}

@media (max-width: 992px) {
  .our-ip-text {
    font-size: 1.50vw;
    margin-bottom: 20px;
    max-width: 43.5vw;
  }

  .our-ip-subtitle {
    font-size: 1.5vw;
    margin-bottom: 10px;
  }

  .our-impact-progress-text {
    font-size: 16px;
    max-width: 280px;
  }

  .our-impact-progress-title {
    font-size: 40px;
  }

  .message-title {
    font-size: 4.234vw;
    margin-bottom: 3.629vw;
  }

  .message-text p {
    font-size: 2.823vw;
  }

  .message-card {
    max-width: 43.21vw;
  }

  .message-reverce .message-card {
    max-width: 38.21vw;
  }

  .message-image img {
    width: 85vw;
  }

  .message-text::before {
    width: 20px;
    height: 20px;
    left: -10px;
  }

  .message-text svg {
    width: 20px;
  }

  .top-banner-down-arrow {
    margin: -35px auto 0;
    max-width: 70px;
    top: -45px;
  }

  .message {
    margin-top: -35px;
  }

  .highlights-latest-content {
    padding: 20px;
    display: flex;
    height: 50%;
    flex-direction: column;
    justify-content: center;
  }

  .highlights-inner.inner-section .site-btn-with-arrow {
    position: relative;
    bottom: 0;
  }

  .highlights-latest-content .site-btn-with-arrow {
    position: relative;
    bottom: unset;
    margin: unset;
    margin-left: auto;
    margin-right: auto;
  }

  .social-icons {
    position: unset;
  }

  .our-impact-progress-content {
    min-width: 100%;
  }

  .our-impact-progress-inner {
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
  }

  .our-impact-progress-content {
    margin-top: 0px;
    padding-top: 10px;
  }

  .our-impact-progress-content {
    margin-bottom: 20px;
  }

  .our-impact-progress-slider-wrapper {
    padding-left: 3.825vw;
  }

  /* ELEMENTS CSS */

  .our-ip-elements .dots {
    max-width: 48.419vw;
  }

  .our-ip-elements .circle-stroke {
    max-width: 40.638vw;
  }

  .top-banner-image img {
    max-width: 44vw;
    left: -50px;
  }

  .top-banner-image img {
    max-width: 75vw;
  }

  .top-banner-left-elements .circle-fill {
    max-width: 8.108vw;
  }

  .top-banner-left-elements .circle-stroke {
    max-width: 28.39vw;
  }

  .top-banner-left-elements .dashed {
    max-width: 2.39vw;
  }

  .top-banner-right-elements .circle-stroke {
    max-width: 12.2603vw;
    left: 62.747vw;
    bottom: -4.604vw;
  }

  .top-banner-right-elements .dashed {
    max-width: 1.7vw;
    left: 69.511vw;
    bottom: -15.9382vw;
  }

  .top-banner-image-text svg {
    top: 320px;
    max-width: 50vw;
  }

  .top-banner-text h1 {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .top-banner-image-text svg {
    top: 260px;
    max-width: 41.667vw;
  }

  .highlights-latest-content p {
    font-size: 18px;
  }

  .highlights-latest-title {
    font-size: 38px;
    margin-bottom: 20px;
  }

  .our-achivements-title {
    font-size: 32px;
  }

  .highlights-title,
  .highlights-latest-title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .highlights-content p {
    font-size: 16px;
  }

  .top-banner-text h1 {
    font-size: 40px;
  }

  .top-banner-image img {
    max-width: 100%;
    left: 0;
  }

  .top-banner-image-text svg {
    max-width: 100%;
    left: 0;
  }

  .our-impact-progress-content {
    min-width: 100%;
  }

  .our-impact-progress-title {
    max-width: 100%;
  }

  .footer-top,
  .footer-bottom {
    flex-direction: column;
  }

  .footer-logo,
  .footer-copy {
    margin-bottom: 20px;
    text-align: center;
    margin-right: 0;
  }

  .header-menu a,
  .header-burger-menu {
    font-size: 0;
  }

  .header-menu-link {
    margin-right: 0;
  }

  .header-menu img {
    width: 24px;
  }

  .header-logo img {
    width: 100%;
  }

  .header-logo {
    margin-right: 10px;
  }

  .our-impact-progress-slider {
    min-width: 100%;
  }

  .highlight-label,
  .highlights.highlights-two .highlight-label {
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    top: unset;
  }

  .curve-line {
    width: 220px;
    right: 0;
    bottom: 130px;
    left: -180px;
    margin: auto;
  }

  .highlights.highlights-two .curve-line {
    left: 0;
    bottom: 100px;
    right: -170px;
    margin: auto;
    top: unset;
  }

  .our-impact-progress-inner {
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
  }

  .our-impact-progress-slider-wrapper {
    padding-left: 4.5vw;
  }

  .our-impact-progress-content {
    margin-bottom: 20px;
  }

  .our-ip-title {
    font-size: 24px;
  }

  .our-ip-title {
    max-width: unset;
    padding: 10px;
    padding-bottom: 0;
  }

  .our-ip-content {
    padding-bottom: 20px;
  }

  .our-impact-progress-title {
    font-size: 34px;
    max-width: 320px;
  }

  .our-impact-progress-content {
    margin-top: 0px;
    padding-top: 10px;
  }


  .top-banner-left-elements .circle-stroke {
    max-width: 48.790vw;
    left: -32.527vw;
    bottom: 27.106vw;
  }

  .top-banner-left-elements .circle-fill {
    max-width: 13.553vw;
    left: -9.758vw;
    bottom: 58.549vw;
  }

  .top-banner-left-elements .dashed {
    max-width: 3.687vw;
    left: -0.542vw;
    bottom: 8.348vw;
  }

  .top-banner-right-elements .circle-stroke {
    max-width: 32.527vw;
    right: -18vw;
    bottom: -19vw;
    left: unset;
  }

  .top-banner-right-elements .dashed {
    max-width: 3.687vw;
    right: -3vw;
    bottom: -28vw;
    left: unset;
  }

  .message-one-elements .circle-fill {
    max-width: 13.336vw;
    left: -2.710vw;
    bottom: 16.263vw;
  }

  .message-one-elements .circle-stroke {
    max-width: 52.477vw;
    left: -10.842vw;
    bottom: 10.842vw;
  }

  .message-one-elements .dots {
    max-width: 33.611vw;
    left: 2.168vw;
  }

  .message-two-elements .circle-fill {
    max-width: 13.336vw;
    right: 25.805vw;
    bottom: 18.648vw;
  }

  .message-two-elements .circle-stroke {
    max-width: 52.477vw;
    right: -21.685vw;
    bottom: 2.710vw;
  }

  .message-two-elements .dots {
    max-width: 64.078vw;
  }

  .our-ip-elements .dots {
    max-width: 75.397vw;
    left: -6.830vw;
    bottom: -17.673vw;
  }

  .our-ip-elements .circle-stroke {
    max-width: 54.753vw;
    left: -39.999vw;
    bottom: 8.456vw;
  }

  .our-achivements-elements .dots {
    max-width: 45.213vw;
    bottom: 0;
  }

  .our-achivements-elements .circle-stroke.circle-stroke-left {
    max-width: 39.218vw;
    left: 5.855vw;
    top: 6.614vw;
  }

  .our-achivements-elements .circle-stroke.circle-stroke-right {
    max-width: 52.509vw;
    right: -43.369vw;
  }

  .our-achivements-elements .circle-stroke.circle-stroke-right {
    max-width: 52.509vw;
    right: -43.369vw;
  }

  .our-achivements-elements .circle-fill.circle-fill-left {
    max-width: 11.389vw;
    left: 37.624vw;
    top: 5.855vw;
  }

  .our-achivements-elements .circle-fill.circle-fill-right {
    max-width: 36.129vw;
    top: 26.130vw;
  }

  .highlights-elements-one .dots {
    max-width: 40vw;
    right: 4.012vw;
    top: 13.445vw;
  }

  .highlights-elements-one .circle-stroke {
    max-width: 50.526vw;
    left: -18.865vw;
    top: 9.107vw;
  }

  .highlights-elements-one .circle-fill {
    max-width: 14.203vw;
    left: 3.252vw;
    top: 51.501vw;
  }

  .highlights-elements-two .dots {
    max-width: 45vw;
    top: 10.842vw;
    bottom: unset;
  }

  .highlights-elements-two .circle-fill {
    max-width: 36.104vw;
    left: -14.853vw;
    top: 38.165vw;
    bottom: unset;
  }

  .popup-content {
    height: 81px;
    width: 81px;
  }

  .scroll-popup {
    top: 66px;
  }

  .footer-top,
  .footer-bottom {
    padding-right: 0px;
  }

  .message-image img {
    width: 75vw;
  }

  .message-reverce .message-card {
    margin-right: 64px;
  }
}

@media (max-width: 576px) {
  .message-inner {
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding-top: 0;
  }

  .message-image {
    height: 38vh;
    width: 100%;
    margin-top: 20px;
  }

  .message-card {
    max-width: 100%;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .message-title br {
    display: none;
  }

  .message-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top !important;
    position: relative;
  }

  .message-title {
    font-size: 2.81vh;
    margin-bottom: 20px;
  }

  .message-reverce .message-title {
    max-width: 240px;
  }

  .message-text p {
    font-size: 2.342vh;
  }

  .message-text {
    margin-bottom: 20px;
  }

  .message.message-reverce .message-inner {
    flex-direction: column-reverse;
  }

  .message-reverce .message-card {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .our-impact-progress-slider-wrapper {
    width: calc(100% - 20px);
  }

  .our-ip-title {
    font-size: 3vh;
  }

  .our-ip-image {
    padding-bottom: 32vh;
  }

  .our-ip-text {
    font-size: 3.4vw;
    max-width: 76.5vw;
  }

  .our-ip-image-title {
    overflow: hidden;
  }

  .highlights.highlights-one .highlight-label p {
    font-size: 12px;
  }

  .highlight-label {
    width: 186px;
    height: 186px;
  }

  .message-text {
    padding: 0px 20px 20px 20px;
  }

  .message-progress-bar-wrapper {
    width: 2px;
  }

  .message-text svg {
    margin-left: 8px;
  }

  .message-progress-bar-wrapper {
    right: -20px;
  }


  .magenta-theme .highlight-image {
    height: 73%;
    top: auto;
    bottom: 0;
  }

  .green-theme .highlight-image {
    height: 80%;
    top: auto;
    bottom: 0;
  }

  .purple-theme .highlight-image {
    height: 65%;
    top: auto;
    bottom: 0;
  }

  .footer-copy .creditText {
    display: block;
  }

  .footer-copy .creditText span {
    display: none;
  }

  .site-footer .container {
    padding: 0 15px;
  }

  .site-footer {
    padding-bottom: 50px;
  }



  .popup-text {
    font-size: 11px;
    font-weight: 400;
  }

  .popup-close {
    font-size: 26px;
    top: 3px;
  }

  .highlights-number {
    width: 45px;
    height: 45px;
    line-height: normal;
    font-size: 22px;
    margin-right: 0;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }

  .highlights-latest-title {
    display: block;
    position: relative;
    padding-top: 60px;
  }

  .up-btn {
    bottom: 0;
    right: 0;
  }

  .side-nav-wrapper {
    display: none !important;
    gap: 10px;
    padding: 10px 8px;
    right: 0;
  }

  .side-nav-link {
    font-size: 16px;
    width: 32px;
    height: 32px;
  }

  .side-nav-tooltip {
    right: 45px;
    font-size: 14px;
  }

  .highlights-inner.inner-section .site-btn-with-arrow {
    position: relative;
    bottom: 0;
  }

  .our-ip-subtitle {
    font-size: 3.7vw;
    max-width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }

  .curve-line {
    width: 160px;
    bottom: 150px;
    left: -164px;
  }

  .highlight-label {
    width: 185px;
    height: 185px;
    bottom: 10px;
  }

  .highlights.highlights-two .highlight-label {
    width: 158px;
    height: 158px;
    bottom: 10px;
  }

  .highlight-label p {
    font-size: 13px;
    color: white;
  }

  .highlights.highlights-two .curve-line {
    bottom: 98px;
  }

  .site-btn-with-arrow {
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 18px;
  }

  .site-btn {
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 12px;
  }

  .site-btn-with-arrow img {
    width: 30px;
  }

  /*
  .highlights-latest-content p {
	font-size: 4.2vw;
} */
  .highlights-latest-content p {
    font-size: 18px;
  }

  .highlights-latest-content {
    padding: 20px;
    display: flex;
    height: 50%;
    flex-direction: column;
    justify-content: center;
  }

  .highlights-content p {
    font-size: 3.6vw;
  }

  .highlights-title,
  .highlights-latest-title {
    font-size: 8vw;
    margin-bottom: 10px;
  }

  .highlights-one .highlights-content {
    padding-top: 20px;
  }

  .highlights-latest-content .site-btn-with-arrow {
    position: relative;
    bottom: unset;
    margin: unset;
    margin-left: auto;
    margin-right: auto;
  }

  .our-impact-progress-title {
    font-size: 32px;
    max-width: 320px;
  }

  .highlights-one .highlight-label {
    bottom: 30px;
  }

  .highlights-one .curve-line {
    bottom: 162px;
  }
}

@media (max-width: 480px) {
  .message-image {
    height: 45vh;
  }
}

@media (max-width: 395px) {
  .message-image {
    height: 38vh;
  }

  .our-ip-image {
    padding-bottom: 28vh;
  }

  .highlights-latest-title {
    padding-top: 40px;
  }

  .highlights-title {
    font-size: 6.5vw;
  }

  .highlights-number {
    top: -10px;
  }

  .our-impact-progress-title {
    font-size: 27px;
    max-width: 100%;
  }
}