@font-face {
  font-family: "Matter";
  src: url(../fonts/Matter-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Matter";
  src: url(../fonts/Matter-Regular.ttf);
  font-weight: 400;
}
body {
  font-family: "Matter";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  position: relative;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  display: none;
}
body:has(.page-loader.step-2) .home-banner .video-wraper video {
  filter: blur(0px);
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #000000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 1rem 0.625rem;
  background-color: #fff;
  background-image: url("../images/arpw-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 0.625rem;
}

.white-btn {
  color: #000;
  text-align: center;
  font-family: "Matter";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  padding: 0.8363rem 1.25rem;
  border-radius: 2.5rem;
  background-color: #fff;
  border: 1px solid #fff;
  display: table;
  transition: all 0.3s ease-in-out;
}
.white-btn:hover {
  background: #9ff62f;
  border: 1px solid #9ff62f;
}

.border-btn {
  color: #fff;
  text-align: center;
  font-family: "Matter";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  padding: 0.8363rem 1.25rem;
  border-radius: 2.5rem;
  background-color: transparent;
  border: 1px solid #fff;
  display: table;
  transition: all 0.3s ease-in-out;
}
.border-btn:hover {
  border: 1px solid #9ff62f;
  color: #9ff62f;
}

h2 {
  color: #fff;
  font-family: "Matter";
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.375rem;
  margin: 0;
}

h3 {
  color: #000;
  text-align: center;
  font-family: "Matter";
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

p {
  color: #fff;
  font-family: "Matter";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.sub-neading {
  color: #fff;
  font-family: "Matter";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

header {
  background: transparent;
  position: absolute;
  top: -100px;
  opacity: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 99999;
  padding: 1.66rem 0 1.59rem;
  transition: all 2s ease-in-out;
}
header button {
  display: none;
}
header .header-content-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
header .header-content-wraper .logo-wraaper {
  display: table;
  opacity: 0;
}
header .header-content-wraper .logo-wraaper a {
  display: table;
}
header .header-content-wraper .logo-wraaper a img {
  max-width: 15.63656rem;
  max-height: 4.1875rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .header-content-wraper .menu-wraaper {
  display: table;
}
header .header-content-wraper .menu-wraaper ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
header .header-content-wraper .menu-wraaper ul li {
  color: #fff;
  font-family: "Matter";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  /* 125% */
  text-transform: capitalize;
}
header .header-content-wraper .menu-wraaper ul li.current-menu-item a {
  color: #9ff62f;
}
header .header-content-wraper .menu-wraaper ul li.for-mobile {
  display: none;
}
header .header-content-wraper .menu-wraaper ul li a {
  padding: 0.875rem 1.25rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
header .header-content-wraper .menu-wraaper ul li a:hover {
  color: #9ff62f;
}
header .header-content-wraper .button-wraaper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
header .header-content-wraper .button-wraaper a {
  width: 9.5625rem;
}

footer {
  padding: 3.75rem 0;
  background: #000;
}
footer a.logo {
  display: table;
}
footer a.logo img {
  max-width: 26.37213rem;
  max-height: 7.0625rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer h4 {
  color: #fff;
  font-family: "Matter";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 4.69rem 0 3.88rem;
}
footer h5 {
  color: #fff;
  font-family: "Matter";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 0.5rem;
}
footer p {
  line-height: 1.875rem;
  margin-bottom: 1.25rem;
}
footer ul.rules {
  display: flex;
  align-items: center;
  gap: 3.25rem;
}
footer ul.rules li {
  color: #fff;
  font-family: "Matter";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer ul.rules li a {
  color: #fff;
}
footer ul.rules li a:hover {
  color: #fff;
}
footer input[type=email] {
  border-radius: 2.5rem;
  border: 1px solid #808080;
  padding: 0.63rem 1.25rem 0.62rem;
  width: 100%;
  height: 3.125rem;
  color: #fff;
  background-color: transparent;
  outline: none;
}
footer input[type=email]::-moz-placeholder {
  color: #808080;
  font-family: "Matter";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  /* 187.5% */
}
footer input[type=email]::placeholder {
  color: #808080;
  font-family: "Matter";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  /* 187.5% */
}
footer .flex-box {
  margin-top: 3.1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
footer .flex-box .menu-content h6 {
  color: #808080;
  font-family: "Matter";
  font-size: 1rem;
  font-style: normal;
  font-weight: 670;
  line-height: normal;
  margin-bottom: 1.25rem;
}
footer .flex-box .menu-content ul li {
  color: #fff;
  font-family: "Matter";
  font-size: 1rem;
  font-style: normal;
  font-weight: 670;
  line-height: normal;
  margin-bottom: 0.5rem;
}
footer .flex-box .menu-content ul li:last-child {
  margin: 0;
}
footer .flex-box .menu-content ul li a {
  color: #fff;
}
footer .flex-box .menu-content ul li a:hover {
  color: #fff;
}

.page-loader {
  position: fixed;
  width: 100vw;
  z-index: 999999999;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 0;
  height: 100vh;
  transition: all 2s ease-in-out;
}
.page-loader::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  background: #000;
  z-index: 1;
  transition: all 5s ease-in-out;
}
.page-loader .tx {
  position: relative;
  top: -100%;
  left: 0;
  z-index: 2;
  transition: all 2s ease-in-out;
}
.page-loader .loading-logo {
  position: relative;
  width: 100%;
  width: 100%;
  max-width: 150rem;
}
.page-loader .loading-logo img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  transition: all 2s ease-in-out;
}
.page-loader.step-2::after {
  opacity: 0;
}
.page-loader.step-2 .tx {
  top: 50%;
  transform: translateY(-50%);
  transition: all 2s ease-in-out;
}
.page-loader.step-2 .loading-logo {
  width: 100%;
  max-width: 150rem;
  transition: all 2s ease-in-out;
}
.page-loader.step-3 .tx {
  top: 0;
  transform: translate(0);
  transition: all 2s ease-in-out 0.2s;
}
.page-loader.step-3 .loading-logo {
  padding: 1.66rem 0 1.59rem;
  max-width: 15.625rem;
  width: 100%;
  transition: all 2s ease-in-out;
}

section.inner-banner {
  position: relative;
  overflow: hidden;
}
section.inner-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8705882353) 7.96%, rgba(0, 0, 0, 0) 51.87%);
}
section.inner-banner img.bg-img {
  width: 100%;
  height: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.inner-banner .content-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 7.5rem;
  z-index: 99;
}
section.inner-banner .content-wraper h1 {
  color: #fff;
  font-family: "Matter";
  font-size: 5.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.87rem;
}
section.inner-banner .content-wraper p {
  max-width: 29rem;
  font-size: 1.5rem;
}

section.home-banner {
  overflow: hidden;
  position: relative;
}
section.home-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0.4;
  background: #000;
}
section.home-banner::before {
  content: "";
  width: 100%;
  height: 8.3125rem;
  background: linear-gradient(180deg, #000 -37.22%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
section.home-banner .video-wraper {
  width: 100%;
  height: 50rem;
}
section.home-banner .video-wraper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(5px);
  transition: all ease 5s 0s;
}
section.home-banner .animateUp {
  transition: all 2s ease-in-out;
  position: relative;
  bottom: -31.25rem;
}
section.home-banner .content-wraper {
  display: flex;
  align-items: flex-end;
  gap: 8.75rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  padding-bottom: 8.75rem;
  transition: all 0.3s ease-in-out;
}
section.home-banner .content-wraper h1 {
  color: #fff;
  font-family: "Matter";
  font-size: 6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
section.home-banner .content-wraper .text-wraper {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 1.62rem;
}
section.home-banner .content-wraper .text-wraper p {
  font-size: 1.5rem;
}
section.home-banner .content-wraper .text-wraper a.animated {
  max-width: 9.5625rem;
  width: 100%;
  position: relative;
  bottom: -18.75rem;
  transition: all 2s ease-in-out;
}

section.home-sec2 {
  padding: 5rem 0;
}
section.home-sec2 .row {
  overflow: hidden;
}
section.home-sec2 .black-cart {
  padding: 3.75rem 2.5rem;
  border-radius: 2.5rem;
  background: #000;
  height: 100%;
}
section.home-sec2 .black-cart p {
  font-size: 1.5rem;
  text-transform: capitalize;
}

section.home-sec3,
section.home-sec5,
section.home-sec8,
section.what-we-do-sec4,
section.our-impact-sec3 {
  overflow: hidden;
  position: relative;
}
section.home-sec3::after,
section.home-sec5::after,
section.home-sec8::after,
section.what-we-do-sec4::after,
section.our-impact-sec3::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.2;
}
section.home-sec3 img.bg-img,
section.home-sec5 img.bg-img,
section.home-sec8 img.bg-img,
section.what-we-do-sec4 img.bg-img,
section.our-impact-sec3 img.bg-img {
  width: 100%;
  height: 42.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec3 img.bg-img.low-height,
section.home-sec5 img.bg-img.low-height,
section.home-sec8 img.bg-img.low-height,
section.what-we-do-sec4 img.bg-img.low-height,
section.our-impact-sec3 img.bg-img.low-height {
  height: 39.1875rem;
}
section.home-sec3 h6.sub-neading,
section.home-sec5 h6.sub-neading,
section.home-sec8 h6.sub-neading,
section.what-we-do-sec4 h6.sub-neading,
section.our-impact-sec3 h6.sub-neading {
  margin-bottom: 3.3rem;
}
section.home-sec3 h2,
section.home-sec5 h2,
section.home-sec8 h2,
section.what-we-do-sec4 h2,
section.our-impact-sec3 h2 {
  max-width: 35.3125rem;
}
section.home-sec3 p,
section.home-sec5 p,
section.home-sec8 p,
section.what-we-do-sec4 p,
section.our-impact-sec3 p {
  margin-bottom: 1.88rem;
}
section.home-sec3 a,
section.home-sec5 a,
section.home-sec8 a,
section.what-we-do-sec4 a,
section.our-impact-sec3 a {
  max-width: 12.125rem;
  width: 100%;
}
section.home-sec3 .contemt-wraper,
section.home-sec5 .contemt-wraper,
section.home-sec8 .contemt-wraper,
section.what-we-do-sec4 .contemt-wraper,
section.our-impact-sec3 .contemt-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3.75rem;
  z-index: 9;
}

section.home-sec3 {
  height: auto;
}
section.home-sec3 img.bg-img {
  -o-object-position: top;
     object-position: top;
  height: auto;
}

section.home-sec4 {
  padding: 5rem 0;
}
section.home-sec4 .black-box-wraper {
  display: flex;
  flex-direction: column;
  gap: 1.31rem;
  height: 100%;
}
section.home-sec4 .black-box-wraper .black-box {
  padding: 2.5rem;
  border-radius: 2.5rem;
  background: #000;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
}
section.home-sec4 .black-box-wraper .black-box .scroll-wraper {
  width: 100%;
  height: 4.8rem;
  overflow: hidden;
}
section.home-sec4 .black-box-wraper .black-box .scroll-wraper ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0;
}
section.home-sec4 .black-box-wraper .black-box .scroll-wraper ul.scrolling {
  animation: scrollList linear forwards;
}
section.home-sec4 .black-box-wraper .black-box .scroll-wraper ul li {
  width: 100%;
  color: #fff;
  font-family: "Matter";
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.3rem;
  text-transform: capitalize;
}
section.home-sec4 .black-box-wraper .black-box h6 {
  color: #fff;
  font-family: "Matter";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@keyframes scrollList {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-100% + 4.5rem));
  }
}

section.home-sec6 {
  padding: 5rem 0;
}
section.home-sec6 .marquee {
  overflow: hidden;
}
section.home-sec6 .marquee-inner {
  display: flex;
  align-items: center;
  gap: 3.12rem;
}
section.home-sec6 .marquee-inner img {
  max-width: 7.625rem;
  max-height: 5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.home-sec7 {
  padding-bottom: 5rem;
}
section.home-sec7 .row {
  gap: 2.5rem 0;
}
section.home-sec7 h4 {
  color: #000;
  font-family: "Matter";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 3.125rem;
}
section.home-sec7 .blue-box {
  height: 100%;
}
section.home-sec7 .blue-box .inner_bx {
  height: 100%;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.8s;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
section.home-sec7 .blue-box .frt_bx,
section.home-sec7 .blue-box .bk_bx {
  backface-visibility: hidden;
  padding: 2.5rem;
  border-radius: 2.5rem;
}
section.home-sec7 .blue-box .frt_bx {
  position: absolute;
  background: #444bff;
  inset: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.home-sec7 .blue-box .bk_bx {
  transform: rotateY(180deg);
  background: #000;
}
section.home-sec7 .blue-box:hover .inner_bx {
  transform: rotateY(180deg);
  perspective: 1000px;
  transform-style: preserve-3d;
}
section.home-sec7 .blue-box:hover .inner_bx a.open {
  background-image: url(../images/crose.svg) !important;
}
section.home-sec7 .blue-box h4 {
  color: #fff;
  font-family: "Matter";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
}
section.home-sec7 .blue-box p {
  margin-bottom: 1.25rem;
  transition: all 0.3s ease-in-out;
}
section.home-sec7 .blue-box .ancer-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
section.home-sec7 .blue-box .ancer-wraper a.open {
  display: table;
  transition: all 0.3s ease-in-out;
  width: 2.625rem;
  height: 2.625rem;
  background-image: url(../images/plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
section.home-sec7 .blue-box .ancer-wraper a.learn {
  color: #fff;
  font-family: Matter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: all 0.3s ease-in-out;
}

section.home-sec8 h2 {
  max-width: 33.3125rem;
}

section.all-page-last-sec {
  padding: 5rem 0;
}
section.all-page-last-sec .blue-box {
  border-radius: 2.5rem;
  background: #444bff;
  padding: 6.8125rem 3.75rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  height: 100%;
}
section.all-page-last-sec .blue-box h2 {
  max-width: 48.25rem;
  color: #fff;
  font-size: 4.5rem;
  font-weight: 500;
  margin: 0;
}
section.all-page-last-sec .blue-box a.white-btn {
  white-space: nowrap;
}

.blue-box {
  height: 100%;
}
.blue-box .bk_bx {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blue-box .bk_bx .ancer-wraper {
  margin-top: auto;
}

section.what-we-do-sec1 {
  padding: 5rem 0;
}
section.what-we-do-sec1 .row {
  gap: 2.5rem 0;
}
section.what-we-do-sec1 .blue-box {
  border-radius: 2.5rem;
  transition: all 0.3s ease-in-out;
  min-height: 21.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.what-we-do-sec1 .blue-box h4 {
  color: #fff;
  font-family: "Matter";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
}
section.what-we-do-sec1 .blue-box p {
  margin-bottom: 3.12rem;
  transition: all 0.3s ease-in-out;
}
section.what-we-do-sec1 .blue-box .ancer-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
section.what-we-do-sec1 .blue-box .ancer-wraper a.open {
  display: table;
  transition: all 0.3s ease-in-out;
  width: 2.625rem;
  height: 2.625rem;
  background-image: url(../images/plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
section.what-we-do-sec1 .blue-box .ancer-wraper a.learn {
  color: #fff;
  font-family: Matter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: all 0.3s ease-in-out;
}
section.what-we-do-sec1 .blue-box {
  height: 100%;
}
section.what-we-do-sec1 .blue-box .inner_bx {
  height: 100%;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.5s;
}
section.what-we-do-sec1 .blue-box .frt_bx,
section.what-we-do-sec1 .blue-box .bk_bx {
  backface-visibility: hidden;
  padding: 2.5rem;
  border-radius: 2.5rem;
}
section.what-we-do-sec1 .blue-box .frt_bx {
  position: absolute;
  background: #444bff;
  inset: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.what-we-do-sec1 .blue-box .bk_bx {
  transform: rotateY(180deg);
  background: #000;
}
section.what-we-do-sec1 .blue-box:hover .inner_bx {
  transform: rotateY(180deg);
}
section.what-we-do-sec1 .blue-box:hover .inner_bx a.open {
  background-image: url(../images/crose.svg) !important;
}

section.what-we-do-sec2 {
  padding: 4.06rem 0;
  background: #000;
}
section.what-we-do-sec2 h4 {
  color: #fff;
  font-family: "Matter";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.87rem;
}
section.what-we-do-sec2 p {
  color: #fff;
  font-size: 1.45rem;
  margin: 0;
}
section.what-we-do-sec2 img.side-img {
  width: 100%;
  height: 40.125rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.5rem;
}

section.what-we-do-sec3 {
  padding: 5rem 0;
}
section.what-we-do-sec3 .shape-wraper {
  margin: 2.5rem 0;
  width: 100%;
  height: 39.3125rem;
  position: relative;
  overflow: hidden;
}
section.what-we-do-sec3 .shape-wraper h4 {
  color: #000;
  text-align: center;
  font-family: "Matter";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  z-index: 99;
  margin: 0;
}
section.what-we-do-sec3 .shape-wraper p {
  color: #000;
  text-align: center;
  font-size: 1.25rem;
  position: relative;
  z-index: 99;
  opacity: 0;
}
section.what-we-do-sec3 .shape-wraper .circle-shape-one {
  width: 20.8125rem;
  height: 19.375rem;
  position: absolute;
  top: 0.81rem;
  left: 0;
  overflow: hidden;
  background-color: #fff;
  padding: 3.25rem 3.2rem 4.6875rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.1875rem;
  z-index: 9;
  border-radius: 50%;
}
section.what-we-do-sec3 .shape-wraper .circle-shape-one:hover {
  background-color: #444bff;
}
section.what-we-do-sec3 .shape-wraper .circle-shape-one:hover p {
  opacity: 1;
}
section.what-we-do-sec3 .shape-wraper .circle-shape-one::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #000;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  box-shadow: 0px 0px 0px 80px #fff;
}
section.what-we-do-sec3 .shape-wraper .triangle-shape {
  width: 27rem;
  height: 27rem;
  position: absolute;
  bottom: 0;
  left: 10.2rem;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.4rem;
  padding: 4rem;
}
section.what-we-do-sec3 .shape-wraper .triangle-shape .triangle {
  position: absolute;
  top: 4.375rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 13rem;
  height: 13rem;
  background-color: transparent;
  border-top-right-radius: 30%;
  transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  z-index: 99;
}
section.what-we-do-sec3 .shape-wraper .triangle-shape .triangle::after, section.what-we-do-sec3 .shape-wraper .triangle-shape .triangle::before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: inherit;
  border-top-right-radius: inherit;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
section.what-we-do-sec3 .shape-wraper .triangle-shape .triangle::before {
  transform: rotate(-135deg) skewX(-45deg) scale(1.44, 0.707) translateY(-50%);
}
section.what-we-do-sec3 .shape-wraper .triangle-shape .triangle::after {
  transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translateX(50%);
}
section.what-we-do-sec3 .shape-wraper .triangle-shape:hover .triangle {
  background-color: #444bff;
}
section.what-we-do-sec3 .shape-wraper .triangle-shape:hover .triangle + h4 + p {
  opacity: 1;
}
section.what-we-do-sec3 .shape-wraper .square-shape {
  width: 23.625rem;
  height: 23.125rem;
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 0;
  left: 24.5rem;
  z-index: 9;
  overflow: hidden;
  padding: 5.5rem 4.6rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.625rem;
}
section.what-we-do-sec3 .shape-wraper .square-shape:hover {
  background-color: #444bff;
}
section.what-we-do-sec3 .shape-wraper .square-shape:hover p {
  opacity: 1;
}
section.what-we-do-sec3 .shape-wraper .square-shape::after {
  content: "";
  width: 17.875rem;
  height: 15.625rem;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  border-radius: 2.9375rem;
  border: 2px solid #000;
  box-shadow: 0px 0px 0px 180px #fff;
  transform: rotate(-35.88deg);
}
section.what-we-do-sec3 .shape-wraper .square-shape h4 {
  transform: rotate(-35.88deg);
  left: -2rem;
  bottom: -1.0625rem;
}
section.what-we-do-sec3 .shape-wraper .square-shape p {
  transform: rotate(-35.88deg);
  right: -2rem;
  bottom: 0.3125rem;
}
section.what-we-do-sec3 .shape-wraper .circle-shape-two {
  width: 20.8125rem;
  height: 19.375rem;
  position: absolute;
  right: 18rem;
  bottom: 4.5rem;
  overflow: hidden;
  background-color: #fff;
  padding: 3.25rem 3.2rem 4.6875rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.1875rem;
  z-index: 9;
  border-radius: 50%;
}
section.what-we-do-sec3 .shape-wraper .circle-shape-two:hover {
  background-color: #444bff;
}
section.what-we-do-sec3 .shape-wraper .circle-shape-two:hover p {
  opacity: 1;
}
section.what-we-do-sec3 .shape-wraper .circle-shape-two::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #000;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  box-shadow: 0px 0px 0px 80px #fff;
}
section.what-we-do-sec3 .shape-wraper .rectangle-shape {
  width: 30.625rem;
  height: 30.5rem;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  background-color: #ffffff;
  padding: 5rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.5rem;
}
section.what-we-do-sec3 .shape-wraper .rectangle-shape:hover {
  background-color: #444bff;
}
section.what-we-do-sec3 .shape-wraper .rectangle-shape:hover p {
  opacity: 1;
}
section.what-we-do-sec3 .shape-wraper .rectangle-shape::after {
  content: "";
  width: 32.5rem;
  height: 10.625rem;
  border-radius: 2.8125rem;
  border: 2px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  transform: rotate(45deg);
  box-shadow: 0px 0px 0px 300px #fff;
}
section.what-we-do-sec3 .shape-wraper .rectangle-shape h4 {
  transform: rotate(45deg);
  top: 0.625rem;
  left: 3rem;
}
section.what-we-do-sec3 .shape-wraper .rectangle-shape p {
  transform: rotate(45deg);
  bottom: 1.625rem;
  right: -0.3125rem;
}

section.our-impact-sec1 {
  padding: 5rem 0;
}
section.our-impact-sec1 .row {
  gap: 2.5rem 0;
}
section.our-impact-sec1 img.side-img {
  width: 100%;
  height: 32.6875rem;
  -o-object-fit: contain;
     object-fit: contain;
}
section.our-impact-sec1 .border-box {
  border-radius: 1.875rem;
  border: 1px solid #000;
  padding: 1.88rem;
  width: 94%;
  margin-left: auto;
}
section.our-impact-sec1 .border-box h4 {
  color: #000;
  font-family: "Matter";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.88rem;
}
section.our-impact-sec1 .border-box p {
  color: #000;
  font-size: 1.5rem;
}

section.our-impact-sec2 {
  padding-bottom: 5rem;
}
section.our-impact-sec2 .grid-box {
  margin: 2.5rem 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.31rem;
}
section.our-impact-sec2 .grid-box .grid-content {
  min-height: 20.625rem;
  border-radius: 2.5rem;
  background: #444bff;
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
section.our-impact-sec2 .grid-box .grid-content h5 {
  color: #fff;
  font-family: "Matter";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
section.our-impact-sec2 .grid-box .grid-content h5 span {
  font-size: 2.5rem;
  display: block;
}
section.our-impact-sec2 .grid-box .grid-content img {
  max-width: 6.25rem;
  max-height: 6.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.our-impact-sec3 h2 {
  max-width: 100%;
  font-size: 3.8rem;
}

section.our-impact-sec4 {
  padding: 3.75rem 0;
  background: #000;
}
section.our-impact-sec4 h5 {
  color: #fff;
  font-family: "Matter";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.25rem;
}
section.our-impact-sec4 h2 {
  margin-bottom: 1.88rem;
}
section.our-impact-sec4 .fild-wraper {
  display: flex;
  align-items: center;
  gap: 1.88rem;
  margin-bottom: 1.25rem;
}
section.our-impact-sec4 input:not([type=submit]),
section.our-impact-sec4 textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  border-radius: 2.5rem;
  border: 1px solid #b8b8b8;
  outline: none;
  color: #fff;
  background-color: transparent;
}
section.our-impact-sec4 input:not([type=submit])::-moz-placeholder, section.our-impact-sec4 textarea::-moz-placeholder {
  color: #b8b8b8;
  font-family: "Matter";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  /* 125% */
}
section.our-impact-sec4 input:not([type=submit])::placeholder,
section.our-impact-sec4 textarea::placeholder {
  color: #b8b8b8;
  font-family: "Matter";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  /* 125% */
}
section.our-impact-sec4 textarea {
  resize: none;
  height: 7.875rem;
  border-radius: 1.25rem;
}
section.our-impact-sec4 input[type=submit] {
  width: 12.125rem;
  margin-top: 1.88rem;
}
section.our-impact-sec4 img.side-img {
  width: 100%;
  height: 31.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.5rem;
}

footer input[type=email] + span.wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.6rem;
}

footer .wpcf7-response-output {
  margin: 1.2rem 0 0 !important;
  color: #fff;
  font-size: 0.85rem;
  padding: 0.4rem 0.6rem 0.5rem !important;
}

section.our-impact-sec4 .fild-wraper span.wpcf7-form-control-wrap {
  width: 100%;
}

section.our-impact-sec4 .fild-wraper span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.6rem;
}

section.our-impact-sec4 span.wpcf7-spinner {
  display: none;
}

section.our-impact-sec4 .wpcf7-response-output {
  margin: 1.2rem 0 0 !important;
  color: #fff;
  font-size: 0.85rem;
  padding: 0.4rem 0.6rem 0.5rem !important;
}

section.our-impact-sec3.mb-60 {
  margin-bottom: 5rem;
}

section.start-investing-sec1 {
  padding: 6.25rem 0;
}
section.start-investing-sec1 h6 {
  color: #040811;
  text-align: center;
  font-family: Matter;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8rem;
  text-transform: capitalize;
  margin-bottom: 2rem;
}
section.start-investing-sec1 h3 {
  text-align: center;
}
section.start-investing-sec1 img.text-img {
  width: 100%;
  height: 24.285rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 3.75rem 0;
}

section.start-investing-sec2 {
  padding: 5rem 0;
  background: #000;
}
section.start-investing-sec2 .content-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5.25rem;
}
section.start-investing-sec2 .text-wraper {
  width: calc(100% - 36.8125rem);
}
section.start-investing-sec2 .text-wraper h6 {
  color: #fff;
  font-family: Matter;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4.2rem;
}
section.start-investing-sec2 .text-wraper h4 {
  color: #fff;
  font-family: Matter;
  font-size: 2.6125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.125rem;
  /* 111.111% */
  margin-bottom: 3.3rem;
}
section.start-investing-sec2 .text-wraper p {
  color: #fff;
  font-family: Matter;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.0625rem;
  /* 117.857% */
  margin: 0;
}
section.start-investing-sec2 .img-wraper {
  width: 31.5625rem;
  height: 100%;
  border-radius: 3.125rem;
  display: table;
  overflow: hidden;
}
section.start-investing-sec2 .img-wraper img {
  width: 31.5625rem;
  height: 34.375rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3.125rem;
}

section.start-investing-sec3 {
  padding: 6.25rem 0;
}
section.start-investing-sec3 h3 {
  margin-bottom: 4rem;
  text-align: center;
}
section.start-investing-sec3 .black-box {
  padding: 3.9375rem 3.575rem 2.8125rem;
  border-radius: 3.125rem;
  background: #000;
}
section.start-investing-sec3 .black-box h5 {
  color: #fff;
  font-family: Matter;
  font-size: 2.5625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5rem;
  padding-bottom: 2.11rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 2.11rem;
  display: flex;
  align-items: center;
  gap: 1.94rem;
}
section.start-investing-sec3 .black-box h5 span {
  font-size: 7.25rem;
  font-weight: 300;
  line-height: 3.125rem;
  /* 43.103% */
}
section.start-investing-sec3 .black-box h6 {
  color: #fff;
  font-family: Matter;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1875rem;
  /* 116.667% */
  margin: 0;
}

section.start-investing-sec4 {
  padding: 5rem 0;
  background: #444bff;
}
section.start-investing-sec4 .flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
section.start-investing-sec4 .flex-box h2 {
  color: #fff;
  font-family: Matter;
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.125rem;
  margin: 0;
}
section.start-investing-sec4 .flex-box .btn-wraper {
  display: flex;
  align-items: center;
  gap: 1.88rem;
}

section.sign-up {
  padding: 11.25rem 0 5rem;
  background-color: #000;
}
section.sign-up h4 {
  color: #fff;
  font-family: Matter;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.31rem;
}
section.sign-up h3 {
  color: #fff;
  font-family: Matter;
  font-size: 3.35rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.375rem;
  /* 125% */
  margin-bottom: 2.5rem;
  text-align: left;
}
section.sign-up .signup-grid-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 1.88rem;
}
section.sign-up .login-grid-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  max-width: 26.125rem;
}
section.sign-up .fild-wraper {
  width: 100%;
}
section.sign-up .fild-wraper label {
  color: red;
  margin-top: 6px;
}
section.sign-up input:not([type=submit]) {
  width: 100%;
  padding: 0.875rem 1rem;
  border-radius: 2.5rem;
  border: 1px solid #b8b8b8;
  color: #fff;
  outline: none;
  background-color: transparent;
}
section.sign-up input:not([type=submit])::-moz-placeholder {
  color: #b8b8b8;
  font-family: Matter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  /* 125% */
}
section.sign-up input:not([type=submit])::placeholder {
  color: #b8b8b8;
  font-family: Matter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  /* 125% */
}
section.sign-up input[type=submit] {
  width: 12.125rem;
}
section.sign-up input[type=number]::-webkit-inner-spin-button,
section.sign-up input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
section.sign-up p {
  color: #b8b8b8;
  font-family: Matter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 2.5rem 0 0;
}
section.sign-up p a {
  color: #b8b8b8;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
section.sign-up .btn-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2.5rem;
}
section.sign-up .btn-wraper p {
  margin: 0;
}
section.sign-up .login-btn-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2.5rem;
  margin-bottom: 3.12rem;
  max-width: 26.125rem;
}
section.sign-up .login-btn-wraper p {
  margin: 0;
}
section.sign-up .login-btn-wraper input[type=button] {
  width: 12.125rem;
  background-color: #fff;
  color: #000;
}
section.sign-up img.side-img {
  width: 100%;
  height: 27.9375rem;
  border-radius: 2.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.sign-up #succ_msg {
  margin-top: 15px;
}

section.inner-banner .content-wraper h1.font-incress {
  font-size: 7.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 7.5rem;
  text-transform: capitalize;
}

section.inner-banner .content-wraper p.font-incress {
  max-width: 88%;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  /* 116.667% */
}

section.all-page-last-sec.new-add .blue-box {
  padding: 5rem 4.38rem;
}
section.all-page-last-sec.new-add .blue-box h2 {
  max-width: 51.9125rem;
}
section.all-page-last-sec.new-add .blue-box h2 span {
  display: block;
  color: #fff;
  font-family: Matter;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5625rem;
  /* 113.889% */
  margin-top: 2.04rem;
}

section.about-sec1 {
  padding: 6.25rem 0;
}
section.about-sec1 h6 {
  color: #040811;
  text-align: center;
  font-family: Matter;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 1.6rem;
}
section.about-sec1 h3 {
  text-align: center;
  margin-bottom: 2.7rem;
}
section.about-sec1 h5 {
  max-width: 52.1rem;
  color: #040811;
  text-align: center;
  font-family: Matter;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5625rem;
  /* 113.889% */
  margin: 0 auto;
}

section.about-sec2 {
  position: relative;
  overflow: hidden;
}
section.about-sec2 img.bg-img {
  width: 100%;
  height: 35.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.about-sec2 .content-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 6.25rem;
}
section.about-sec2 h6 {
  color: #fff;
  font-family: Matter;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 3.35rem;
}
section.about-sec2 h4 {
  max-width: 45.8125rem;
  color: #fff;
  font-family: Matter;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8125rem;
  /* 112.5% */
  margin: 0;
}
section.about-sec2 p {
  color: #fff;
  font-family: Matter;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
  margin-bottom: 2rem;
}

section.about-sec3 {
  padding-top: 6.25rem;
}
section.about-sec3 h3 {
  text-align: center;
  margin-bottom: 3.57rem;
  text-transform: capitalize;
}
section.about-sec3 p {
  max-width: 96%;
  color: #040811;
  text-align: center;
  font-family: Matter;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8125rem;
  /* 112.5% */
  margin: 3.8rem auto 0;
}
section.about-sec3 .blue-box {
  border-radius: 3.125rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
section.about-sec3 .blue-box.active {
  transition: all 0.3s ease-in-out;
}
section.about-sec3 .blue-box.active .text-wraper {
  background: linear-gradient(0deg, #000 0%, #000 100%);
  transition: all 0.3s ease-in-out;
}
section.about-sec3 .blue-box.active .text-wraper h4,
section.about-sec3 .blue-box.active .text-wraper h5,
section.about-sec3 .blue-box.active .text-wraper h6 {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
section.about-sec3 .blue-box.active .text-wraper a.open {
  background-image: url(../images/crose.svg) !important;
  transition: all 0.3s ease-in-out;
}
section.about-sec3 .blue-box img.main-img {
  width: 100%;
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.about-sec3 .blue-box .text-wraper {
  padding: 2.5rem 1.875rem;
  border-radius: 3.125rem;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
section.about-sec3 .blue-box .text-wraper h4 {
  color: #fff;
  font-family: Matter;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1875rem;
  /* 116.667% */
  text-transform: capitalize;
  margin-bottom: 2.12rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
section.about-sec3 .blue-box .text-wraper h5 {
  color: #fff;
  font-family: Matter;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1875rem;
  /* 125% */
  text-transform: capitalize;
  margin-bottom: 2.42rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
section.about-sec3 .blue-box .text-wraper h6 {
  max-width: 85%;
  color: #fff;
  font-family: Matter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
  /* 125% */
  text-transform: capitalize;
  margin-bottom: 4.4rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
section.about-sec3 .blue-box .text-wraper a.open {
  display: table;
  transition: all 0.3s ease-in-out;
  width: 2.625rem;
  height: 2.625rem;
  background-image: url(../images/plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
section.about-sec3 .grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
}

#navigation + a {
  display: none;
}
#navigation + a + a {
  display: none;
}

section.home-banner .content-wraper h1 br {
  display: block;
}
section.home-banner .content-wraper h1 br.res {
  display: none;
}

.overlay-none:after {
  display: none !important;
}

header .header-content-wraper {
  justify-content: start;
  gap: 3rem;
}

header .header-content-wraper .button-wraaper {
  margin-left: auto;
}

footer .flex-box .menu-content h6 {
  font-size: 0.75rem;
  margin-bottom: 1.5rem;
}

header .header-content-wraper .logo-wraaper a img {
  transition: all 0.3s ease-in-out;
}

header .header-content-wraper .logo-wraaper a img:hover {
  filter: brightness(0) saturate(100%) invert(95%) sepia(37%) saturate(4718%) hue-rotate(25deg) brightness(102%) contrast(92%);
}

section.all-page-last-sec .blue-box {
  padding: 4.8125rem 3.75rem;
}

footer h4 + ul.rules li {
  font-size: 0.75rem;
  opacity: 0.8;
}

section.what-we-do-sec1 h3 {
  margin-bottom: 2rem;
}

section.our-impact-sec2 {
  padding-top: 5rem;
  background: #000;
  margin-bottom: 5rem;
}

section.our-impact-sec2 h3 {
  color: #fff;
}

section.our-impact-sec2 .grid-box {
  margin: 3.8rem 0;
}

section.start-investing-sec4 .flex-box {
  justify-content: center;
  gap: 5rem;
}

section.sign-up h3 {
  margin-bottom: 4.2rem;
}

section.sign-up .login-btn-wraper {
  flex-direction: row-reverse;
}/*# sourceMappingURL=style.css.map */