@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;
  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;
  }
}
  .sectionR-1{
    width: 100%;
    height: 100vh;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    position: relative;
    margin-top: 80px;
  }
  .sectionR-1 img{
    width: 100%;
    height: 100%;
  }
  .sectionR1-copy{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 60px 100px 80px;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    /* background-image: linear-gradient(45deg, black, transparent); */
    background-color: white;
  }
  .sectionR1-copy h1{
    font-family: "Impact";
    font-size: 4vw;
    font-weight: 400;
    line-height: 2em;
    color: #1C1C1E;
  }
  .sectionR1-copy p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4vw;
    line-height: 1.4em;
    width: 100%;
    color: #1C1C1E;
  }
  .sectionR-2{
    width: 100%;
    height: 100vh;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    display: flex;
    flex-direction: row;
  }
  .sectionR2-image{
    width: 100%;
    height: 100%;
  }
  .sectionR2-image img{
    width: 100%;
    height: 100%;
  }
  .sectionR2-copy{
    width: 100%;
    height: 100%;
    background-color: #1C1C1E;
    padding: 100px;
    display: flex;
    align-items: center;
  }
  .sectionR2-copy p{
    color: white;
    font-size: 1.4vw;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 200;
    line-height: 1.4em;
  }
  .sectionR-3{
    width: 100%;
    height: 100vh;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    display: flex;
    flex-direction: row;
  }
  .sectionR3-copy{
    width: 100%;
    height: 100%;
    padding: 100px;
    background-color: #1C1C1E;
    display: flex;
    align-items: center;
  }
  .sectionR3-copy p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4vw;
    line-height: 1.4em;
    color: white;
  }
  .sectionR3-image{
    width: 100%;
    height: 100%;
  }
  .sectionR3-image img{
    width: 100%;
    height: 100%;
  }
  .sectionR-4{
    width: 100%;
    height: 100vh;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    display: flex;
    flex-direction: row;
  }
  .sectionR4-image{
    width: 100%;
    height: 100%;
  }
  .sectionR4-image img{
    width: 100%;
    height: 100%;
  }
  .sectionR4-copy{
    width: 100%;
    height: 100%;
    background-color: #1C1C1E;
    padding: 100px;
    display: flex;
    align-items: center;
  }
  .sectionR4-copy p{
    color: white;
    font-size: 1.4vw;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 200;
    line-height: 1.4em;
  }
  .sectionR-5{
    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;
  }
  .sectionR-5 h1{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 2.6vw;
  }
  .sectionR-5 h6{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 1.5vw;
  }
  .sectionR-5 p{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 1.4vw;
    line-height: 1.5em;
    width: 95%;
    font-weight: 100 !important;
  }
  .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){
    .sectionR-1 {
      height: 80vh;
      margin-top: 50px;
  }
    .sectionR1-copy p{
      width: 95%;
      font-size: 2.3vw;
    }
    .sectionR1-copy h1{
      font-size: 6vw;
    }
    .sectionR-2{
      flex-direction: column;
    }
    .sectionR-3{
      flex-direction: column-reverse;
    }
    .sectionR-4{
      flex-direction: column;
    }
    .sectionR4-copy, .sectionR3-copy, .sectionR2-copy{
      padding: 35px;
  }
  .sectionR4-copy p, .sectionR3-copy p, .sectionR2-copy p{
    font-size: 2.3vw;
}
.sectionR-5{
  padding: 70px;
}
.sectionR-5 h1 {
  font-size: 4vw;
}
.sectionR-5 h6 {
  font-size: 2vw;
}
.sectionR-5 p {
  font-size: 2vw;
}
    .donate-section{
      flex-direction: column;
      height: auto;
      padding: 50px 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 a{
      text-align: center;
    }
    .title-sec p{
      /* margin:22px 30px 0px 14px; */
      font-size: 24px;
    }
    .address-sec{
      text-align: center;
    }
    .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){
    .sectionR1-copy{
      padding: 50px 20px;
      justify-content: center;
      align-items: center;
    }
    .sectionR1-copy h1{
      font-size: 35px;
    }
    .sectionR1-copy p{
      width: 90%;
      font-size: 5vw;
    }
    .sectionR4-copy, .sectionR3-copy, .sectionR2-copy{
      padding: 25px;
  }
  .sectionR4-copy p, .sectionR3-copy p, .sectionR2-copy p{
    font-size: 4vw;
    font-weight: 400 !important;
}
.sectionR-5 {
  padding: 70px 25px;
}
.sectionR-5 h1 {
  font-size: 5vw;
}
.sectionR-5 h6 {
  font-size: 4vw;
  line-height: 1.5em;
}
.sectionR-5 p {
  font-size: 3.7vw;
  line-height: 1.5em;
  font-weight: 400 !important;
}
    .donate-section p{
      font-size: 6vw;
    }
    .donate-section button{
      font-size: 4vw;
    }
    .social{
      padding: 9% 3% 3% 3% !important;
    }
    .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;
  }
  .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;
  }
  }