@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --primaryText: #242526;
  --bodyTextColor: #4a4a68;
  --primaryButton: #31640c;
  --SecondaryButton: #0b0bda;

  --titleHeader: 6.2rem;
  --SecondtitleHeader: 35px;
  --bodyText: 16px;
  --Primaryfont: "Montserrat", sans-serif;
  --fontBold: 900;
  --fontLight: 300;
  --generalMargin: 2rem 7rem;
  --shadow: 0px 0px 25px 0px #f4e7db;
  --headerlineheight: 1.4;
  --plineheight: 36px;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--Primaryfont);
}

nav {
  position: absolute;
  z-index: 99;
  width: 100%;

  background: transparent;
}
nav .wrapper {
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a {
  color: white;
  font-size: var(--bodyText);
  font-weight: 600;
  text-decoration: none;
  align-self: center;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.wrapper .logo {
  align-self: center;
  align-items: center;
}
.wrapper .logo img {
  width: 4rem;
  height: 5rem;
  object-fit: contain;
}
.wrapper .nav-links {
  display: inline-flex;
}
.nav-links li {
  list-style: none;
}
.nav-links li a {
  color: white;
  text-decoration: none;
  font-size: var(--bodyText);
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.nav-links li a:hover {
  background: var(--primaryButton);
  color: #f2f2f2;
}
.nav-links .mobile-item {
  display: none;
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}

.wrapper .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}
nav input {
  display: none;
}

.firstsec {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  width: 100vw;
  background-image: url("fm.jpg") !important;
  background-position: 70% 15%;
  display: block;
}
.firstsec .text {
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  align-items: left;
  justify-content: center;
  flex-direction: column;
  font-family: var(--Primaryfont);
  font-weight: 900;
}

.fstext {
  align-items: center;
  align-self: center;
}

.firstsec .text h1 {
  font-size: 3.5vw;
  color: #f3f3f3;

  line-height: 1.3;
  font-weight: 700;
}

.fstbtn {
  margin-top: 3rem;
}

.firstsec .text a {
  padding: 15px 60px;
  background-color: var(--primaryButton);
  font-size: 20px;
  font-weight: 500;
  color: #f2f2f2;

  border: none;

  cursor: pointer;
  justify-content: space-between;
  text-decoration: none;
}

.section2 {
  background-color: var(--primaryButton);
  padding: 1rem;
  display: flex;
  justify-content: center;
  height: 100vh;
  background-image: url("tr.jpg") !important;
  background-size: cover;
}
.section2 .para {
  max-width: 460px;
  margin-right: 5rem;
  align-self: center;
  align-items: center;
}
.section2 .baner {
  text-align: right;
  max-width: 460px;
  padding: 1rem;
  align-items: center;
  align-self: center;
  margin-left: 5rem;
}
.section2 h1 {
  font-family: var(--Primaryfont);
  font-size: 2rem;
  font-weight: 800;
  color: white;
  line-height: var(--headerlineheight);
}
.section2 p {
  font-family: var(--Primaryfont);
  font-size: 1.3rem;
  font-weight: 600;
  color: white;
  padding-top: 1.5rem;
  line-height: var(--plineheight);
}
.wrapper {
  margin: auto;
}

.section3 {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  flex-direction: column;
  background-image: url("bv.jpg") !important;
  background-size: cover;
  padding: 100px 0px;
}
.section3-header {
  display: block !important;
  text-align: center !important;
  padding-top: 2rem;
  font-family: var(--Primaryfont);
}
.section3-header-title {
  font-size: 2rem;
  font-weight: 400;
  color: white;
}
.section3-header-summary {
  font-size: 1em;
  padding-bottom: 1rem;
  font-weight: 600;
  margin-top: 1rem;
  font-family: var(--Primaryfont);

  font-size: 1.5rem;
  align-self: center;
  line-height: var(--plineheight);
  color: white;
}
.section3 .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.approach {
  margin-right: 5rem;
}
.approach-wrapper {
  order: 2;
  flex: 0 68%;
  width: 50%;
  padding: 3rem 0;

  align-self: center;
}
.approach-item {
  flex: 0 100%;
  max-width: 100%;
  background: #f9f7e8;
  box-shadow: 0 4px 4px rgb(0 0 0 / 15%);
  overflow: hidden;
  min-height: 80px;
  margin: 1rem;
  display: flex;
}

.approach-image {
  width: 50%;
}
.approach-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.approach-item:nth-of-type(1) .approach-value {
  background: #31640c;
}
.approach-item:nth-of-type(2) .approach-value {
  background: #662f6c;
}
.approach-item:nth-of-type(3) .approach-value {
  background: #bb350f;
}
.approach-item:nth-of-type(4) .approach-value {
  background: #1f4287;
}
.approach-item:nth-of-type(5) .approach-value {
  background: #303a52;
}
.approach-item:nth-of-type(6) .approach-value {
  background: #ff9900;
}
.approach-value:after {
  width: 20px;
  height: 100%;
  transform: skew(-6.25deg);
  top: 0;
  right: -10px;
  bottom: auto;
  content: "";
  background: inherit;
}
.approach-value {
  padding: 1rem;
  width: 100%;
  text-align: center;
  margin: 0;
  color: #fff;
  justify-content: center;
  align-items: center;
  position: relative;
  display: flex;
}
.approach-value {
  width: 170px;
  min-height: 80px;
}
.approach-value-number.four,
.approach-value-number.five {
  font-size: 3em;
  font-weight: 700;
}
.approach-summary {
  text-align: left;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  width: calc(100% - 170px);
  align-self: center;
}
.approach-summary p {
  font-size: 1rem;
  font-family: var(--Primaryfont);
  font-weight: 600;
  line-height: var(--plineheight);
}
.approach-item:nth-of-type(even) {
  margin-left: 30px;
  margin-right: -30px;
}
.approach-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.big-cta.purple {
  background: #662f6c;
}

.impact-section {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  height: 100vh;
  width: 100vw;
  flex-direction: column;
  padding: 5rem 0rem 5rem 0rem;
  background-image: url("vc.jpg") !important;
  background-size: cover;
}

.impact-section .header {
  text-align: center;
  margin: 50px 0px;
}
.impact-section .header h1 {
  font-size: 32px;
  font-family: var(--Primaryfont);
  color: white;
  font-weight: 800;
}
.impact-section .header p {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-family: var(--Primaryfont);
  color: white;
  font-weight: 600;
}

.impact {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.impact-image img {
  width: 600px;
  height: 90vh;
  object-fit: cover;
}
.impacts {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  align-self: center;
}
.impact .container {
  align-self: center;
  width: 50%;
}
.impact .container:last-child {
  align-self: center;
  width: 50%;
}

.impact-text {
  width: 400px;
}
.impact-text-header {
  background-color: #31640c;
  color: #f3f3f3;
  height: 50px;
  text-align: center;
  align-items: center;
  display: flex;
  padding: 2rem;
}
.impact-text-header h2 {
  font-weight: 400;
  font-family: var(--Primaryfont);
}

.impact-text-content a {
  background-color: #31640c;
  padding: 0.6rem;
  width: 80%;
  text-decoration: none;
  color: #f3f3f3;
}
.impact-text-content p {
  background-color: #fff;
  padding: 1rem;
  padding-bottom: 1rem;
  font-family: var(--Primaryfont);
  color: var(--bodyTextColor);
  line-height: 24px;
}
.impact-text-cta {
  margin-top: 1rem;
}

.social-container {
  text-align: center;

  align-self: center;
  margin: 7rem 0rem 7rem 0rem;
}
.social-txt {
  margin-top: 5rem;
  width: 100%;
  align-self: center;
}
.social-txt p {
  margin: 1rem 20rem 1rem 20rem;
}
.social img {
  width: 40px;
  height: 40px;
}
.social-links {
  margin-top: 1rem;
  margin: 1rem;
}
.newsletter-signup {
  background-color: #31640c;
  color: #fff;
  --input-height: 4.6rem;
  --grid-gap: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-top: 5rem;
}
.newsletter-signup .newsletter-signup__content {
  --grid-gap: 3rem;
  --pager-width: 12rem;
  width: min(var(--readable-width), 100vw - var(--grid-gap) * 2);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: var(--grid-gap);
  align-items: center;
  text-align: center;
}
.newsletter-signup .newsletter-signup__content header {
  display: flex;
  flex-direction: column;
  gap: var(--grid-gap);
}

.newsletter-signup__header__content {
  font-size: 1rem;
  line-height: 2.6rem;
  font-weight: 400;
  width: 600px;
}
.button {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  appearance: none;
  background-color: #c25700;
  border: none;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  line-height: 3rem;
  margin: 0;
  min-width: 15rem;
  overflow: hidden;
  padding: 0 1rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s cubic-bezier(0.75, 0, 0.125, 1),
    color 0.2s cubic-bezier(0.75, 0, 0.125, 1);
  z-index: 1;
}

.footer {
  width: 100%;
  position: relative;
  height: auto;
  background-color: #f3f3f3;
  align-items: center;
}
.footer .col {
  width: 300px;
  height: auto;
  /*float: left;*/
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 20px 20px 20px;
}
.footer .col img {
  width: 90px;
  height: auto;
  margin-top: 2rem;
}
.footer .col h1 {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 12px;
  line-height: 17px;
  padding: 20px 0px 5px 0px;
  color: #070617;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
.footer .col a {
  text-decoration: none;
}
.footer .col p {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 12px;
  line-height: 17px;
  padding: 20px 0px 5px 0px;
  color: var(--bodyTextColor);
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
.footer .col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.contain {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
}
.footer .col ul li {
  color: var(--bodyTextColor);
  font-size: 14px;
  font-family: inherit;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  cursor: pointer;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
}
.social ul li {
  display: inline-block;
  padding-right: 5px !important;
}
.social ul li a {
  text-decoration: none;
  width: 32px;
  height: 32px;
}
.social i {
  text-decoration: none;
  width: 32px;
  height: 32px;
}

.footer .col ul li:hover {
  color: black;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
}
.clearfix {
  clear: both;
}
@media only screen and (min-width: 1280px) {
  .contain {
    width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1139px) {
  .contain .social {
    width: 1000px;
    display: block;
  }
  .social h1 {
    margin: 0px;
  }
}
@media only screen and (max-width: 950px) {
  .footer .col {
    width: 33%;
  }
  .footer .col h1 {
    font-size: 14px;
  }
  .footer .col ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 500px) {
  .footer .col {
    width: 50%;
  }
  .footer .col h1 {
    font-size: 14px;
  }
  .footer .col ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 340px) {
  .footer .col {
    width: 100%;
  }
}

/*media query for nav*/
@media screen and (max-width: 970px) {
  .wrapper .btn {
    display: block;
    color: var(--primaryButton);
  }
  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: var(--primaryText);
    color: #f3f3f3;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3a3b3c;
  }
  #menu-btn:checked ~ .nav-links {
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn {
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn {
    display: block;
  }
  .nav-links li {
    margin: 15px 10px;
  }
  .nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 20px;
    color: #f3f3f3;
  }
  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box {
    max-height: 100%;
  }
  .nav-links .desktop-item {
    display: none;
  }
  .nav-links .mobile-item {
    display: block;
    color: #f3f3f3;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover {
    background: var(--primaryButton);
  }
  .drop-menu li {
    margin: 0;
  }
  .drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }
  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li {
    margin: 0;
  }
  .content .row header {
    font-size: 19px;
  }
  .firstsec {
    position: relative;
    background-position: 40% 100%;
    background-size: cover !important;
  }

  .firstsec .text {
    width: 100%;
    display: flex;
    padding: 1rem;
  }
  .firstsec .text a {
    padding: 15px 40px;
    text-align: center;
  }
  .fstbtn {
    align-self: center;
  }
  .firstsec .text h1 {
    font-size: 35px;
    margin-left: auto;
    width: auto;
    line-height: 1.1;
    font-weight: 600;
  }
  .section2 {
    display: block;
    height: auto;
  }
  .section2 .baner {
    text-align: left;
    /* max-width: 100vw; */
    padding: 1rem;
    align-items: center;
    align-self: center;
    margin-left: 0rem;
  }
  .section2 .para {
    margin-right: 0rem;
  }
  .section3 .container {
    display: block;
    justify-content: space-between;
    max-width: auto;
    margin: auto;
    position: relative;
    width: 100%;
  }
  .approach-wrapper {
    width: 100%;
  }
  .approach-image img {
    width: 100vw;
  }
  .section3-header-summary {
    margin: 1rem;
  }
  .approach-wrapper {
    margin-left: 0;
    max-width: 100vw;
  }
  .approach-item {
    display: block;
  }
  .approach {
    margin-right: 0rem;
  }
  .approach-value {
    width: auto;
  }
  .approach-item:nth-of-type(even) {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .approach-summary {
    text-align: center;
    width: auto;
  }
  .impact {
    display: block;
  }
  .impact-image {
    display: none;
  }
  .impact-text {
    width: auto;
  }
  .impact .container {
    width: auto;
  }
  .impact .container:last-child {
    width: auto;
  }
  .impacts {
    margin: 0rem 1rem;
    flex-direction: column;
  }
  .impact-text-header {
    background-color: #31640c;
    color: #f3f3f3;
    height: auto;
    text-align: center;
    align-items: center;
    display: flex;
    padding: 1rem;
  }
  .footer .col {
    width: 300px;
    height: auto;
    float: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 20px 20px 20px;
  }
  .contain {
    width: auto;
    margin: 0 auto;
    display: block;
    justify-content: space-evenly;
  }
  .social-txt p {
    margin: 1rem;
  }
  .newsletter-signup__header__content {
    font-size: 1rem;
    line-height: 2.6rem;
    font-weight: 400;
    width: auto;
  }
  .impact-section {
    margin-bottom: 10rem;
  }
}
