/* 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;
}

/* 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;
}

.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: #ece3c2;
  font-size: 82px;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px #00000085;
}

.header-text {
  font-family: "Inter-SemiBold";
  color: #813960;
  font-size: 16px;
}

.header-menu a,
.header-burger-menu {
  font-size: 15px;
  color: #000000;
   
}


.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-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;
}

.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: 1; */
  /* user-select: none; */
  /* pointer-events: none; */
  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: #DCD8CC;
  position: relative;
  margin-top: -70px;
}

.message.message-reverce {
  background: #F2EBD5;

}

/* animation css/* Initial hidden states */
.message-inner {
  display: flex;
  align-items: center;
}

.message-image img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 53.996vw;
  object-fit: cover;
  object-position: left;
}

.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: #57A0C6;
  margin-bottom: 50px;
}

.message-text p {
  font-size: 39.77px;
  color: #813960;
  margin-bottom: 30px;
  position: relative;
  font-family: "Inter-medium";
}

.message-text svg {
  width: 38px;
  position: absolute;
}

.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 #813960;
  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;
}

.message-reverce .message-title {
  color: #476E58;
}

.message-reverce .message-text p {
  color: #B66235;
}

.message .message-name {
  color: #2E2D56;
}


.message-reverce .message-card {
  margin-left: auto;
  margin-right: 18%;
  max-width: 650px;
}

.magenta-pink-btn {
  color: #813960;
}

.orange-btn {
  color: #B66235;
}


.our-achivements {
  background-color: #000;
  position: relative;
}

.our-achivements-title {
  font-size: 75px;
  color: #D8D862;
  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: #d8d863;
  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: rgba(182, 98, 53, 1);
	transform: scale(1.1);
	border-color: white;
	box-shadow: 0px 0px 10px white;
}


.site-btn-with-arrow img {
  width: 55px;
  margin-left: 10px;
}

.site-btn-with-arrow img {
  width: 55px;
}

.highlights {
  background-color: #2E2D56;
}


.highlights-latest-content {
  padding-top: 160px;
}

.highlights-content {
  text-align: center;
  padding-top: 60px;
  text-align: center;
  max-width: 1080px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.highlights-latest-content {
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 1;
}

.highlights-latest-title {
  color: #D8D862;
  font-size: 55px;
  margin-bottom: 30px;
}

.highlights-latest-content p {
  font-size: 40px;
  color: #FFFFFF;
  margin-bottom: 50px;
}


.highlights-title {
  color: #FFFFFF;
  font-size: 75px;
  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.60) 50%, rgba(46, 45, 86, 0) 100%);
  z-index: 1;
  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.60) 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.60) 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.60) 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.60) 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.60) 50%, rgba(182, 98, 53, 0) 100%);
}


.highlight-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.highlights-content p {
  font-size: 26px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.curve-line {
  position: absolute;
  z-index: 1;
  display: block;
  max-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: #2E2D56;
  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: 61px;
}

.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: 54px;
}

.our-achivements-elements .circle-fill.circle-fill-right {
  max-width: 333.222px;
  position: absolute;
  right: -0px;
  top: 241px;
}

.our-impact-progress {
  background-color: #813960;
  position: relative;
}

.our-impact-progress-title {
  font-size: 4.823vw;
  color: #D8D862;
  font-family: "Inter-regular";
  margin-bottom: 3.125vw;
}

.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 {
  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: #6B733B;
}

.orange-theme .our-ip-content,
.our-impact-progress-card.orange-theme {
  background-color: #B66235;
}

.site-btn.green-btn {
  color: #476E58;
}

.site-btn.orange-btn {
  color: #b66235;
}


.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: #D8D862;
  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.60) 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.60) 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: 84px;
  z-index: 1;
}

.highlights-elements-one .circle-fill {
  max-width: 131px;
  position: absolute;
  left: 30px;
  top: 475px;
  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: #813960;
  /* 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;
}
.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: none;
}


/* Dropdown panel */
.dropdown-panel {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  background: #F2EBD5;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.45s ease, padding 0.3s ease;
  padding: 0 24px;
  position: fixed;
  z-index: 111;
  right: 0;
  top: 86px;
}

/* 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: #813960;
  cursor: pointer;
}
.dropdown-panel li a{
    color: #813960;
}

.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: #813960;
  color: white;
}

.black__circle {
  background-color: #813960;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.black__circle .black__circleInner {
  position: absolute;
  width: 150vw;
  height: 150vw;
  background: #813960;
  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;
}

.blackZoom {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.doorStyle{
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  /* background: #000; */

}
.doorLeft {
	left: 0;
	position: absolute;
	width: 50%;
	height: 100%;
	background: #813960;
	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: #813960;
	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: #813960;
}
.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: #2E2D56;
}
.highlights.purple-theme {
  background: #2E2D56;
}

.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;
}
@media (max-width:1600px) {
  .message-card {
    max-width: 43.125vw;
    margin-left: 12%;
  }

  .message-reverce .message-card {
    max-width: 40.625vw;
    margin-right: 12%;

  }

  .message-title {
    font-size: 3.75vw;
    margin-bottom: 3.125vw;
  }

  .message-text p {
    font-size: 2.486vw;
    margin-bottom: 1.875vw;
  }

  .message-text {
    padding: 0px 2.5vw 2.5vw 2.5vw;
    border-radius: 1.563vw;
    margin-bottom: 4.25vw;
    margin-left: 1.125vw;
  }

  .message-text::before {
    width: 2.375vw;
    height: 2.375vw;
    left: -1.25vw;
  }

  .message-text svg {
    width: 2.375vw;
  }

 

  .site-btn {
    font-size: 1.563vw;
    border-radius: 1.125vw;
    padding: 0.875vw 1.875vw;
    background-color: white;
    border: unset;
    cursor: pointer;
    text-decoration: none;
  }

  .message .wrapper {
    padding-left: 3.75vw;
  }

  .message-name {
    font-size: 1.11vw;
  }

  .message-name strong {
    font-size: 1.295vw;
  }

  .our-achivements-title {
    font-size: 4.688vw;
    max-width: 58.125vw;
  }

  .our-achivements-title {
    font-size: 4.688vw;
    max-width: 58.125vw;
  }

  .highlights-latest-title {
    font-size: 3.438vw;
    margin-bottom: 1.875vw;
  }

  .highlights-latest-content p {
    font-size: 2.5vw;
    margin-bottom: 3.125vw;
  }

  .highlights-latest-content p {
    font-size: 2.5vw;
    margin-bottom: 3.125vw;
  }

  .highlights-latest-content {
    padding-top: 10vw;
  }

  .site-btn-with-arrow {
    font-size: 1.563vw;
    padding: 0.875vw 1.875vw;
    border-radius: 2.143vw;
  }

  .site-btn-with-arrow img {
    width: 3.438vw;
  }

  .highlights-title {
    font-size: 4.688vw;
    margin-bottom: 1.875vw;
  }

  .highlights-content p {
    font-size: 1.625vw;
    margin-bottom: 1.875vw;
  }

  .highlights-content {
    padding-top: 3.75vw;
    max-width: 67.5vw;
  }

  .message-image img {
    width: 60vw;
  }

  .top-banner-text h1 {
    font-size: 5.125vw;
  }

  .top-banner-image img {
    max-width: 57.688vw;
  }

  .our-ip-title {
    font-size: 3.125vw;
    max-width: 36.45vw;
  }

  .our-ip-subtitle {
    font-size: 1.625vw;
    margin-bottom: 1.875vw;
  }

  .our-ip-text {
    font-size: 1.563vw;
    margin-bottom: 3.438vw;
    max-width: 44.55vw;
  }

  .our-ip-image {
    padding-bottom: 36.249vw;
  }

  .our-impact-progress-content {
    padding-left: 4.5vw;
    min-width: 40.25vw;
  }

  .curve-line{
    bottom: 330px;
  }
  .highlight-label{
    bottom: 208px;
  }
  .highlights.highlights-two .curve-line {
	bottom: 342px;
}
.highlights.highlights-two .highlight-label {
	bottom: 254px;
}
.top-banner-down-arrow {
	margin: -50px auto 0;
}
.top-banner-down-arrow {
  max-width: 100px;
}
.message {
  margin-top: -50px;
}

}

@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-content {
    padding-top: 40px;
    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: 60vw;
    left: -50px;
  }

  .top-banner-inner {
    align-items: flex-start;
  }

  .top-banner-text h1 {
    text-align: center;
  }

  .top-banner-image-text svg {
    top: 260px;
  }

  .top-banner-text {
    margin-top: 100px;
  }

  .our-impact-progress-content {
    min-width: 40%;
  }

  .our-impact-progress-slider {
    min-width: 45%;
  }

  .our-impact-progress-card {
    min-height: unset;
  }

  .our-impact-progress-inner {
    min-height: 100svh;
  }

  .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: 14px;
  }

  .footer-links a {
    font-size: 14px;
  }

  .top-banner-left-elements .circle-stroke {
    max-width: 37.531vw;
    left: -25.021vw;
    bottom: 20.851vw;
  }

  .top-banner-left-elements .circle-fill {
    max-width: 10.425vw;
    left: -7.506vw;
    bottom: 45.038vw;
  }

  .top-banner-left-elements .dashed {
    max-width: 2.836vw;
    left: -0.417vw;
    bottom: 6.422vw;
  }

  .top-banner-right-elements .circle-stroke {
    max-width: 25.021vw;
    left: 52.544vw;
    bottom: -19.6vw;
  }

  .top-banner-right-elements .dashed {
    max-width: 2.836vw;
    left: 68.39vw;
    bottom: -32.527vw;
  }

  .message-one-elements .circle-fill {
    max-width: 10.259vw;
    left: -2.085vw;
    bottom: 12.51vw;
  }

  .message-one-elements .circle-stroke {
    max-width: 40.367vw;
    left: -8.34vw;
    bottom: 8.34vw;
  }

  .message-one-elements .dots {
    max-width: 25.855vw;
    left: 1.668vw;
  }

  .message-two-elements .circle-fill {
    max-width: 10.259vw;
    right: 19.85vw;
    bottom: 14.345vw;
  }

  .message-two-elements .circle-stroke {
    max-width: 40.367vw;
    right: -16.681vw;
    bottom: 2.085vw;
  }

  .message-two-elements .dots {
    max-width: 49.291vw;
  }

  .our-ip-elements .dots {
    max-width: 57.998vw;
    left: -5.254vw;
    bottom: -13.595vw;
  }

  .our-ip-elements .dots {
    max-width: 57.998vw;
    left: -5.254vw;
    bottom: -13.595vw;
  }

  .our-ip-elements .circle-stroke {
    max-width: 42.118vw;
    left: -30.776vw;
    bottom: 6.505vw;
  }

  .our-achivements-elements .dots {
    max-width: 34.779vw;
    bottom: 0;
  }

  .our-achivements-elements .circle-stroke.circle-stroke-left {
    max-width: 30.168vw;
    left: 4.504vw;
    top: 5.088vw;
  }

  .our-achivements-elements .circle-stroke.circle-stroke-right {
    max-width: 40.392vw;
    right: -33.361vw;
  }

  .our-achivements-elements .circle-fill.circle-fill-left {
    max-width: 8.761vw;
    left: 28.941vw;
    top: 4.504vw;
  }

  .our-achivements-elements .circle-fill.circle-fill-right {
    max-width: 27.792vw;
    top: 20.1vw;
  }

  .highlights-elements-one .dots {
    max-width: 34.779vw;
    right: 3.086vw;
    top: 10.342vw;
  }

  .highlights-elements-one .circle-stroke {
    max-width: 38.866vw;
    left: -14.512vw;
    top: 7.006vw;
  }

  .highlights-elements-one .circle-fill {
    max-width: 10.926vw;
    left: 2.502vw;
    top: 39.616vw;
  }

  .highlights-elements-two .dots {
    max-width: 41.618vw;
    top: 8.34vw;
    bottom: unset;
  }

  .highlights-elements-two .circle-fill {
    max-width: 27.773vw;
    left: -11.426vw;
    top: 29.358vw;
    bottom: unset;
  }
  .message-text::after {
  height: calc(100% - 30px);
}
.our-ip-image-title::before {
	height: 160px;
}
.our-ip-content {
	padding-bottom: 30px;
}
}


@media (max-width:992px) {
  .our-ip-text {
    font-size: 15px;
    margin-bottom: 20px;
    max-width: 440px;
  }

  .our-ip-subtitle {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .our-impact-progress-text {
    font-size: 16px;
    max-width: unset;
  }

  .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: 70vw;
  }

  .message-text::before {
    width: 20px;
    height: 20px;
    left: -10px;
  }

  .message-text svg {
    width: 20px;
  }
}

@media (max-width:768px) {

  .highlights-latest-content p {
    font-size: 18px;
  }

  .highlights-latest-title {
    font-size: 38px;
    margin-bottom: 20px;
  }

  .our-achivements-title {
    font-size: 32px;
  }

  .highlights-title {
    font-size: 42px;
    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;
  }

  .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;
  }
   

  .curve-line {
    width: 220px;
    right: 0;
    bottom: 150px;
    left: -180px;
    margin: auto;
  }

  .highlights.highlights-two .curve-line {
    left: 0;
    bottom: 140px;
    right: -180px;
    margin: auto;
  }
  .our-impact-progress-inner{
    display: block;
  }
  .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;
}
.our-ip-content {
  padding-top: 0;
}
.our-impact-progress-title {
	font-size: 28px;
}
.our-impact-progress-content{
  margin-top: 20px;
}
.top-banner-inner {
  height: calc(100dvh - 86px);
}

.our-impact-progress-card {
  max-height: 100dvh;
}
.secBlank{
  height: 100dvh;
}
.message-inner,
.our-achivements-inner,
.highlights-inner {
  height: 100dvh;
}
.cursorCircle{
  display: none;
}

}

@media(max-width:576px) {
  .message-inner {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .message-image {
    height: 80vw;
    width: 100%;
  }

.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: 24px;
    margin-bottom: 20px;
  }

.message-text p {
	font-size: 16px;
}

 .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-image {
	padding-bottom: 62vw;
}
.our-ip-text {
	font-size: 14px;
}
  .our-ip-image-title{
    overflow: hidden;
  }

.highlights.highlights-one  .highlight-label p {
  font-size: 12px;
}
.highlight-label {
	width: 186px;
	height: 186px;
}
  .highlights.highlights-one .highlight-image {
	object-position: -260px 0px;
}
}