@font-face{
    font-family: 'Impact';
    src:url(fonts/impact.ttf);
  }
  *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  html {
      scroll-behavior: smooth;
      /* scroll-snap-type: y mandatory; */
    }
  body {
    margin: 0;
    overflow-x: hidden;
    /* scroll-snap-type: y mandatory; */
  }
  #logo{
    width: 7%;
    float: left;
  }
  .logo1{
    width: 7%;
  }
  nav{
    padding: 30px;
  }
  .navbar{
    width: 100%;
    height: 95px;
    position: fixed;
    top: 0px;
    z-index:10;
    padding: 0 20px;
    box-sizing: border-box;
    /* transition: 1s background-color linear; */
    background-color: #1C1C1E;
  }
  .nav-color{
    /* background-image: linear-gradient(#1C1C1E,transparent) ; */
    background-color: #1c1c1e47;
  }
  nav ul{
    float: right;
    padding: 30px 0px;
  }
  .nav-item{
    float: right;
    color: white;
    font-family: Impact;
    font-size: 1.2vw;
    font-weight: 400;
    margin: 0vw 0.8vw;
    letter-spacing: 1px;
  }
  nav ul li{
    display: inline-block;
    vertical-align: middle;
  }
  nav ul li a {
    display: inline-block;
    outline: none;
    color: #1f2227;
    font-size: 1.3vw;
    letter-spacing: 1px;
    font-weight: 550;
    text-decoration: none;
    letter-spacing: 0.04em;
  }
  .nav-btn{
    background-color: #007F3E;
    width: auto;
    height: auto;
    border: 2px solid #007F3E;
    border-radius: 100px;
    padding: 5px 25px;
  }
  .nav-btn:hover{
    background-color: white;
  }
  nav ul li a:hover {
    color: #007F3E;
    text-decoration: none;
  }
  .active {
    color: #007F3E;
  }
  #nav:checked + .nav-open {
    transform: rotate(45deg);
  }
  #nav:checked + .nav-open i {
    background: #fff;
    transition: transform 0.2s ease;
  }
  #nav:checked + .nav-open i:nth-child(1) {
    transform: translateY(6px) rotate(180deg);
  }
  #nav:checked + .nav-open i:nth-child(2) {
    display: block;
  }
  #nav:checked + .nav-open i:nth-child(3) {
    transform: translateY(-6px) rotate(90deg);
  }
  #nav:checked ~ .nav-container {
    z-index: 9990;
    display: block;
  }
  #nav:checked ~ .nav-container ul li a {
    display: block;
    transform: translateY(0);
  }
  .hidden {
    display: none;
  }
  @media screen and (max-width:1024px){
    .navbar{
      height: 75px;
    }
      .nav-item {
      float: none;
    }
    .nav-container {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: -1;
      background: #000;
      display: none;
      transition: all 0.2s ease;
    }
    .nav-container ul {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      right: 0;
    }
    .nav-container ul li {
      display: block;
      float: none;
      width: 100%;
      /* text-align: center; */
      margin-bottom: 10px;
      padding: 0px 0px 0px 90px;
    }
    .nav-container ul li:nth-child(1) a {
      transition-delay: 0.2s;
    }
    .nav-container ul li:nth-child(2) a {
      transition-delay: 0.3s;
    }
    .nav-container ul li:nth-child(3) a {
      transition-delay: 0.4s;
    }
    .nav-container ul li:nth-child(4) a {
      transition-delay: 0.5s;
    }
    .nav-container ul li:nth-child(5) a {
      transition-delay: 0.5s;
    }
    .nav-container ul li:nth-child(6) a {
      transition-delay: 0.6s;
    }
    .nav-container ul li:not(:first-child) {
      margin-left: 0;
    }
    .nav-container ul li a {
      padding: 10px 10px;
      display: none;
      color: #fff;
      font-size: 18px;
      font-weight: 500;
      transform: translateY(-20px);
      transition: all 0.2s ease;
    }
    .nav-open {
      position: fixed;
      right: 10px;
      top: 10px;
      display: block;
      width: 48px;
      height: 48px;
      cursor: pointer;
      z-index: 9999;
      border-radius: 50%;
    }
    .nav-open i {
      display: block;
      width: 30px;
      height: 2px;
      background: #fff;
      border-radius: 2px;
      margin-left: 14px;
    }
    .nav-open i:nth-child(1) {
      margin-top: 16px;
    }
    .nav-open i:nth-child(2) {
      margin-top: 4px;
      opacity: 1;
    }
    .nav-open i:nth-child(3) {
      margin-top: 4px;
    }
    .nav-btn{
      margin: 0% 30% 0% 0%;
    text-align: center;
    } 
  }
  .sectionG-1{
    position: relative;
    width: 100%;
    height: 90vh;
    background-color: #007F3E;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }
  .sectionG-1 img{
    width: 100%;
    height: 100%;
  }
  .secg1-copy {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    /* padding: 0% 5%; */
    background-image: linear-gradient(0deg, black,transparent,transparent);
}
  .secg1-copy h1{
    color: white;
    font-family: "Impact";
    font-weight: 100 !important;
    font-size: 5vw;
    line-height: 2em;
    letter-spacing: 1px;
  }
  .sectionG-2{
    width: 100%;
    height: auto;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    display: flex;
    flex-direction: column;
    background-color: #007F3E;
    justify-content: center;
    align-items: flex-start;
    padding: 100px;
  }
  .sectionG-2 p{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 1.4vw;
    line-height: 1.4em;
    width: 95%;
    font-weight: 100 !important;
  }
  .sectionG-3{
    position: relative;
    width: 100%;
    height: 100vh;
    background-color:#1C1C1E;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content: center;
  }
  .secg3-img{
    width: 100%;
    height: 100%;
  }
  .secg3-img img{
    width: 100%;
    height: 100%;
  }
  .secg3-copy{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding:0px 70px;
    background-color: #1C1C1E;
  }
  .secg3-copy h6{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 2vw;
    line-height: 1.5em;
  }
  .secg3-copy p{
    color: white;
    font-size: 1.4vw;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    letter-spacing: 1px;
  }
  .secg3-copy ul{
    padding: 0px 15px;
  }
  .secg3-copy li{
    color: white;
    font-size: 1.3vw;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    letter-spacing: 1px;
  }
  .sectionG-4{
    position: relative;
    width: 100%;
    height: auto;
    background-color:#F3F3F3;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: center;
    padding: 100px;
  }
  .sectionG-4 h1{
    font-family: Arial, Helvetica, sans-serif;
    color: #1C1C1E;
    font-size: 2vw;
    line-height: 1.5em;
  }
  .sectionG-4 p{
    color: #1C1C1E;
    font-size: 1.4vw;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    letter-spacing: 1px;
  }
  .donate-section{
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }
  .donate-section p {
    width: 50%;
    color: #1C1C1E;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 2.5vw;
    font-weight: 600;
    line-height: 1.4em;
    padding:0% 5%;
  }
  .donate-section button{
    margin: 0% 10%;
    background-color: #007F3E;
    width: 14%;
    height: auto;
    color: white;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1.3vw;
    font-weight: 500;
    line-height: 1em;
    border: 2px solid #007F3E;
    border-radius: 100px;
    padding: 10px 20px;
    cursor: pointer;
  }
  .donate-section button:hover{
    background-color: transparent;
    color: #007F3E;
  }
  .footer-section{
    width: 100%;
    box-sizing: border-box;
    height: auto;
    background-color: #1C1C1E;
    display: flex;
    flex-direction: row;
    scroll-snap-align: start;
    padding: 30px 30px;
  }
  .foot{
    position: relative;
    width: 33.33%;
    height: 100%;
    /* margin: 20px; */
  }
  .title-sec{
    display: flex;
    flex-direction: column;
    color: white;
    padding: 20px 20px 0px 20px;
  }
  .title-sec img{
    width: 15%;
    height: 15%;
  }
  .title-sec p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 550;
    line-height: 1.5em;
  }
  .address-sec{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.5em;
      margin: 15px 15px 15px 15px;
  }
  .footerlink{
      position: absolute;
      top: 12%;
      color: white;
      font-size: 20px;
      font-family: 'Quicksand', sans-serif;
      font-weight: 600;
      left: 22%;
  }
  .sec-foot{
    margin-top:-5% !important;
  }
  .footer-menu{
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 20px 5px 10px 5px;
  } 
  .footer-menu a{
    color: white;
      text-decoration: none;
      font-family: 'Impact';
      font-size: 18px;
      margin: 10px;
      font-weight: 500;
  }
  .footer-menu a:hover{
    text-decoration: underline;
  }
  .foot button{
    background-color: #007F3E;
    width: auto;
    height: auto;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
    border: 2px solid #007F3E;
    border-radius: 100px;
    padding: 10px 25px;
    cursor: pointer;
  }
  .social-section{
    display: flex;
    margin-top: 20px;
      color: white;
      width: auto;
  }
  .social-section p{
    margin: 10px;
      font-size: 18px;
      border: 1px solid white;
      border-radius: 50%;
      padding: 10px;
      cursor: pointer;
      width: 40px;
      height: 40px;
  }
  .copyright-section{
    width: 100%;
    background-color: #1C1C1E;
    color: white;
    padding: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 200;
  }
  .foot button:hover{
    background-color: transparent;
    color: white;
  }
  .powered{
    display: block;
    font-size: 12px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    padding:0px 0px 0px 30px;
  }
  a{
    text-decoration: none;
    color: inherit;
  }
  .hiddensec-1{
    width: 100%;
    height: auto;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    background-color: #F3F3F3;
    padding: 60px;
  }
  .btn-sec{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
  .btn-sec button{
    background-color: #007F3E;
    width:auto;
    height: auto;
    color: white;
    font-size: 1.3vw;
    line-height: 1em;
    font-family: Arial, Helvetica, sans-serif;
    border: 2px solid #007F3E;
    font-weight: 500;
    border-radius: 100px;
    padding: 10px 20px;
    cursor: pointer;
  }
  .button-active{
    background-color: white !important;
    color: #007F3E !important;
  }
  #impact-sec{
    width: 100%;
    height: 100%;
    padding: 30px 100px 30px 100px;
    display:none;
  }
  #impact-sec p{
    color: #1C1C1E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3vw;
    line-height: 1.4em;
  }
  #impact-sec ol{
    padding: 10px 20px;
  }
  #impact-sec li{
    color: #1C1C1E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3vw;
    line-height: 1.4em;
  }
  #impact-sec span{
    font-weight: 600;
  }
  #investor-sec{
    width: 100%;
    height: 100%;
    padding: 30px 100px 30px 100px;
    display:none;
  }
  #scrollsec{
    margin-top: 20px;
    width: 100%;
    height: auto;
    /* overflow-y: scroll; */
    display:none;
  }
  #scrollsec::-webkit-scrollbar {
    display: none;
  }
  #investor-sec p{
    color: #1C1C1E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3vw;
    line-height: 1.5em;
  }
  #investor-sec h1{
    color: #1C1C1E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8vw;
    line-height: 1.5em;
  }
  #investor-sec ol{
    padding: 10px 20px;
  }
  #investor-sec li{
    color: #1C1C1E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3vw;
    line-height: 1.5em;
  }
  #summary-sec{
    padding: 50px 100px 0px 100px;
    color: #1C1C1E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3vw;
    line-height: 1.5em;
    display: none;
  }
  @media only screen and (max-width:980px){
      .secg1-copy h1{
        font-size: 8vw;
      }
      .sectionG-2{
        padding: 80px 50px;
      }
      .sectionG-2 p{
        font-size: 2vw;
      }
      .secg3-copy{
        padding:0px 30px;
      }
      .secg3-copy h6{
        font-size: 3vw;
      }
      .secg3-copy p{
        font-size: 2vw;
      }
      .secg3-copy li{
        font-size: 1.8vw;
      }
      .sectionG-4{
        padding: 80px 50px;
      }
      .sectionG-4 h1{
        font-size: 2.4vw;
      }
      .sectionG-4 p{
        font-size: 2vw;
      }
    .donate-section{
      flex-direction: column;
      height: auto;
      padding: 90px 0px 20px;
    }
    .donate-section p{
      width: 100%;
      height: auto;
      font-size: 4vw;
      text-align: center;
    }
    .donate-section button{
      width: auto;
      height: auto;
      margin: 3% 8%;
      font-size: 2.5vw;
    }
    .footer-section{
      display: block;
    }
    .foot{
      width: 100%;
      height: auto;
      margin: none;
    }
    .footer-menu{
      margin: 0;
    }
    .title-sec{
      padding: 0% 19%;
      align-items: center;
    }
    #logo{
      width: 12%;
      float: left;
    }
    .foot-mobile{
      padding: 0% 6% 3% 15% !important;
    }
    .sec-foot{
      margin-top:5% !important;
    }
    .footerlink{
      left:18%;
    }
    .title-sec img{
      width: 20%;
    }
    .powered{
      text-align: center;
    }
    .title-sec p{
      /* margin:22px 30px 0px 14px; */
      font-size: 24px;
    }
  .address-sec{
    text-align: center;
  }
  .copy-section1{
    padding: 0px 50px;
  }
  .hiddensec-1{
    padding: 50px 20px 50px;
  }
  .btn-sec button{
    font-size: 1.8vw;
  }
  #impact-sec{
    padding: 30px;
  }
  #impact-sec p{
    font-size: 2.2vw;
  }
  #impact-sec li{
    font-size: 2.1vw;
  }
  #investor-sec{
    padding: 30px;
  }
  #investor-sec p{
    font-size: 2.2vw;
  }
  #investor-sec li{
    font-size: 2.1vw;
  }
  .copyimg1{
    width: 100%;
    height: 100%;
  }
  .copyimg2{
    width: 100%;
    height: 100%;
  }
  #investor-sec h1{
    font-size: 2.5vw;
    line-height: 1.5em;
  }
  #summary-sec{
    padding: 30px;
  }
  #summary-sec li{
    font-size: 2.1vw;
    line-height: 1.2em;
  }
  }
  @media only screen and (max-width:480px){
    .secg1-copy h1{
        font-size: 14vw;
      }
      .sectionG-2{
        padding: 50px 25px;
      }
      .sectionG-2 p{
        font-size: 4vw;
        font-weight: 500 !important;
      }
      .sectionG-3{
        flex-direction: column;
      }
      .secg3-copy{
        padding:30px 30px;
      }
      .secg3-copy h6{
        font-size:5vw;
      }
      .secg3-copy p{
        font-size: 3.5vw;
      }
      .secg3-copy li{
        font-size: 3vw;
      }
      .sectionG-4{
        padding: 45px 30px;
      }
      .sectionG-4 h1{
        font-size: 4.5vw;
      }
      .sectionG-4 p{
        font-size:4vw;
      }
      .donate-section {
        padding: 40px 0px 20px;
    }
    .donate-section p{
      font-size: 6vw;
    }
    .donate-section button{
      font-size: 4vw;
    }
    .social{
      padding: 9% 3% 3% 3% !important;
    }
    .title-sec a{
      text-align: center;
    }
    .title-sec p{
      font-size: 18px;
    }
    .copyright-section p{
      font-size: 14px;
    }
    .title-sec{
      padding: 2% 4%;
      
    }
    .address-sec{
      padding: 0% 0%;
      font-size: 13px;
    }
    #logo{
      width: 22%;
      float: left;
    }
    .foot-mobile{
      padding: 0% 0% 0% 5% !important;
    }
    .title-sec img{
      width: 20%;
    }
    .footerlink{
      left:11% ;
    }
    .footer-menu a {
      font-size: 12px;
      letter-spacing: 0px;
  }
  .foot button{
    font-size: 4vw;
  }
  .subcopy{
    text-align: center;
  }
  .copy-section1{
    padding: 0px 30px;
  }
  .copy-section1 span{
  font-size: 25px !important;
  }
  .copy-section1 p{
    font-size: 20px;
  }
  .btn-sec{
    flex-direction: column;
    align-items: normal;
    justify-content: normal;
  }
  
  .btn-sec button{
    margin: 10px 0px;
    font-size: 4.5vw;
  }
  #impact-sec{
    padding: 10px 10px 100px 10px;
  }
  #impact-sec p{
    font-size: 4.2vw;
  }
  #impact-sec li{
    font-size: 4vw;
  }
  #investor-sec{
    padding: 10px 10px 100px 10px;
  }
  #investor-sec p{
    font-size: 4.2vw;
  }
  #investor-sec h1{
    font-size: 4.5vw;
    line-height: 1.2em;
  }
  #investor-sec li{
    font-size: 4vw;
  }
  #summary-sec{
    padding: 10px 10px 100px 18px;
  }
  #summary-sec li{
    font-size: 4vw;
  }
  }