@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap');
@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;
    color: white;
  }
  .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: white;
      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;
    }
  }
.sectionI-1{
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: white;
    padding: 100px;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    margin-top: 90px;
}
.sectionI-1 h1{
    color: #1C1C1E;
    font-size: 4vw;
    line-height: 1.3em;
    font-family: 'Impact';
    letter-spacing: 1px;
}
.sectionI-1 p{
    color: #1C1C1E;
    font-size: 1.5vw;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    margin-top: 20px;
}
.sectionI-2{
    width: 100%;
    height: 100vh;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
}
.sectionI-2 img{
    width: 100%;
    height: 100%;
}
.sectionI-3{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    padding: 60px 50px 50px;
}
.sectionI-3 h1{
    color:#1C1C1E;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.5vw;
    line-height: 1.5em;
}
.button-section{
    width: 100%;
    height: auto;
    padding: 50px 0px;
    display: flex;
    justify-content: space-evenly;
}
.button-section button{
    background-color: transparent;
    height: auto;
    color: #1C1C1E;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1.2vw;
    font-weight: 500;
    line-height: 1em;
    border: 2px solid #1C1C1E;
    border-radius: 100px;
    padding: 10px 20px;
    cursor: pointer;
}
.button-active{
    background-color: #007F3E !important;
    color: white  !important;
    border: 2px solid #007F3E  !important;
}
.part1{
    width: 100%;
    height: auto;
    padding: 10px 100px;
}
.part1 li{
    color: #1C1C1E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5vw;
    line-height: 1.5em;
}
.part2{
    width: 100%;
    height: auto;
    padding: 10px 100px;
    display: none;
}
.part2 li{
    color: #1C1C1E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5vw;
    line-height: 1.5em;
}
.part3{
    width: 100%;
    height: auto;
    padding: 10px 100px;
    display: none;
}
.part3 li{
    color: #1C1C1E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5vw;
    line-height: 1.5em;
}
.sectionI-4{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #1c1c1e36;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    padding: 70px;
}
.sec4{
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
}
.sec4-copy{
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sec4-copy h1{
    font-size: 2vw;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.8em;
}
.sec4-copy p{
    font-size: 1.5vw;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5em;
}
.sec4-image{
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec4-image img{
    width: 60%;
    height: 70%;
}
.sectionI-5{
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  padding: 70px 80px 80px;
}
.sectionI-5 h1{
  font-size: 2vw;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.8em;
}
.secI5-1{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
}
.secI5-1 .desc-copy{
  width: 70%;
  height: auto;
  margin-right: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3vw;
  line-height: 1.3em;
}
.secI5-1 .side-copy{
  width: 30%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Quicksand', sans-serif;
  -webkit-text-stroke: 1px #1C1C1E;
  color: white;
  font-size: 2vw;
  line-height: 1.5em;
}
.secI5-2{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
}
.secI5-2 .desc-copy{
  width: 70%;
  height: auto;
  margin-right: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3vw;
  line-height: 1.3em;
}
.secI5-2 .side-copy{
  width: 30%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Quicksand', sans-serif;
  color: #1C1C1E;
  font-size: 1.8vw;
  line-height: 1.3em;
}
.secI5-3{
  width: 100%;
  height: auto;
}
.secI5-3 p{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3vw;
  line-height: 1.3em;
}
.sectionI-6{
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  background-color: #1c1c1e;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}
.secI6-image{
  width: 100%;
  height: 100%;
}
.secI6-image img{
  width: 100%;
  height: 100%;
}
.secI6-copy{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px 50px;
}
.secI6-copy h1{
  color: white;
  font-size: 2vw;
  line-height: 1.3em;
  font-family: Arial, Helvetica, sans-serif;
}
.secI6-copy p{
  color: white;
  font-size: 1.3vw;
  line-height: 1.3em;
  font-family: Arial, Helvetica, sans-serif;
}
.sectionI-7{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: white;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  padding: 60px 80px 80px;
}
.sectionI-7 h1{
  font-size: 2vw;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.8em;
}
.secI7-1{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
.secI71-copy{
  width: 73%;
  height: auto;
  padding: 30px;
  background-color: #007F3E;
  box-shadow: 10px 10px black;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.secI71-copy p{
  font-size: 1.3vw;
  line-height: 1.3em;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
}
.arrow{
  width: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secI71-img{
  width: 25%;
  height: auto;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.container{
  width: 100%;
  height: 100%;
  border: 1px solid black;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 10px 0px;
}
.colours1{
  width: 100%;
  height: 100px;
  background-color: #007F3E;
}
.container p{
  font-size: 1vw;
  line-height: 1.3em;
  font-family: 'Quicksand', sans-serif;
  color: black;
  padding: 5px 0px;
}
.c-code{
  font-size: 1.4vw;
}
.secI7-2{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}
.secI72-copy{
  width: 73%;
  height: auto;
  padding: 30px;
  background-color: black;
  box-shadow: 10px 10px #007F3E;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.secI72-copy p{
  font-size: 1.3vw;
  line-height: 1.3em;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
}
.arrow{
  width: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secI72-img{
  width: 25%;
  height: auto;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.container{
  width: 100%;
  height: 100%;
  border: 1px solid black;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 10px 0px;
}
.colours2{
  width: 100%;
  height: 100px;
  background-color: black;
}
.container p{
  font-size: 1vw;
  line-height: 1.3em;
  font-family: 'Quicksand', sans-serif;
  color: black;
  padding: 5px 0px;
}
.secI7-3{
  width: 100%;
  height: auto;
}
.secI7-3 p{
  font-size: 1.3vw;
  line-height: 1.3em;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
}
.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:hover{
    background-color: transparent;
    color: #007F3E;
  }
  .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-sec1{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
  .btn-sec1 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){
    .sectionI-1{
        padding: 70px;
    }
    .sectionI-1 h1{
        font-size: 6vw;
    }
    .sectionI-1 p{
        font-size: 2vw;
    }
    .sectionI-3{
        padding: 75px 20px 40px;
    }
    .sectionI-3 h1{
        font-size: 4vw;
        line-height: 1.5em;
    }
    .secI5-1 .desc-copy{
      font-size: 2vw;
    }
    .secI5-1 .side-copy{
      font-size: 3vw;
    }
    .secI5-2 .desc-copy{
      font-size: 2vw;
    }
    .secI5-2 .side-copy{
      font-size: 3vw;
    }
    .secI5-3 p{
      font-size: 2vw;
    }
    .sectionI-4{
      padding: 70px 35px;
    }
    .sec4{
      height: 220px;
    }
    .sec4-copy h1 {
      font-size: 2.4vw;
  }
  .sec4-copy p {
    font-size: 1.7vw;
}
.sectionI-5{
  padding: 50px 25px 22px;
}
.sectionI-5 h1{
  font-size: 4vw;
}
.button-section{
    padding: 20px 100px;
    flex-direction: column;
}
.button-section button{
    font-size: 2vw;
    padding: 10px;
    margin:7px;
}
    .part1{
        padding: 0px 35px;
    }
    .part1 li{
        font-size: 2.3vw;
    }
    .part2{
        padding: 0px 35px;
    }
    .part2 li{
        font-size: 2.3vw;
    }
    .part3{
        padding: 0px 35px;
    }
    .part3 li{
        font-size: 2.3vw;
    }
    .sectionI-6{
      flex-direction: column;
    }
    .secI6-image{
      height: 50%;
    }
    .secI6-copy h1{
      font-size: 3vw;
    }
    .secI6-copy p{
      font-size: 1.5vw;
    }
    .sectionI-7 {
      padding: 72px 20px 25px;
  }
  .sectionI-7 h1 {
    font-size: 3vw;
}
.secI71-copy {
  padding: 0px 30px;
}
.secI71-copy p {
  font-size: 2vw;
}
.arrow {
  width: 4%;
}
.secI71-img {
  padding: 6px 8px;
}
.secI72-copy {
  padding: 0px 30px;
}
.secI72-copy p {
  font-size: 2vw;
}
.secI72-img {
  padding: 6px 8px;
}
.secI7-3 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 a{
      text-align: center;
    }
    .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;
  }
  .hiddensec-1{
    padding: 50px 20px 50px;
  }
  .btn-sec1 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){
    .sectionI-1{
        padding: 35px;
    }
    .sectionI-1 h1{
        font-size: 8vw;
    }
    .sectionI-1 p{
        font-size: 4vw;
    }
    
    .sectionI-3 h1{
        font-size: 5vw;
    }
    .sectionI-4 {
      padding: 70px 20px;
      height: auto;
  }
  .sec4{
    height: auto !important;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  .sec4-copy{
    width: 100%;
  }
  .sec4-image{
    width: 100%;
  }
  .sec4-copy h1 {
    font-size: 4vw;
}
.sec4-copy p {
  font-size: 3.6vw;
}
    .sectionI-5 {
      padding: 68px 25px 22px;
      height: auto;
  }
  .secI5-1 {
    flex-direction: column;
    align-items: center;
}
.secI5-1 .desc-copy {
  font-size: 3.6vw;
  width: 100%;
}
.secI5-1 .side-copy {
  font-size: 5vw;
  width: 100%;
}
.secI5-2 {
  flex-direction: column;
  align-items: center;
}
.secI5-2 .desc-copy {
  font-size: 3.6vw;
  width: 100%;
}
.secI5-2 .side-copy {
  font-size: 5vw;
  width: 100%;
}
.secI5-3 p {
  font-size: 3.6vw;
}
.sectionI-5 h1 {
  font-size: 4.2vw;
  text-align: center;
}
    .button-section{
        padding: 20px 3px;
        flex-direction: column;
    }
    .button-section button{
        font-size: 3vw;
        padding: 10px;
        margin:7px;
    }
    .part1{
        padding: 0px 35px;
    }
    .part1 li{
        font-size: 3.6vw;
    }
    .part2{
        padding: 0px 35px;
    }
    .part2 li{
        font-size: 3.6vw;
    }
    .part3{
        padding: 0px 35px;
    }
    .part3 li{
        font-size: 3.6vw;
    }
    .secI6-copy {
      padding: 0px 15px;
  }
    .secI6-copy h1{
      font-size: 4.2vw;
    }
    .secI6-copy p{
      font-size: 3.2vw;
    }
.sectionI-7 h1{
  font-size: 4vw;
}
.secI7-1{
  flex-direction: column;
  align-items: center;
}
.arrow{
  display: none;
}
.secI71-copy{
  padding: 10px 30px;
  margin-bottom: 20px;
  margin-left: 0px;
  width: 100%;
}
.secI71-copy p{
  font-size: 3.6vw !important;
}
.secI71-copy span{
  font-size: 3.6vw !important;
}
.secI71-img{
  width: 50%;
}
.container p{
  font-size: 3.6vw;
}
.secI7-2{
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.secI72-copy{
  padding: 10px 30px;
  margin-bottom: 20px;
  margin-left: 0px;
  width: 100%;
}
.secI72-copy p{
  font-size: 3.6vw !important;
}
.c-code{
  font-size: 3vw !important;
}
.secI72-img{
  width: 50%;
}
.container p{
  font-size: 3.3vw;
}
.secI7-3 p {
  font-size: 3.6vw;
}
    .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-sec1{
    flex-direction: column;
    align-items: normal;
    justify-content: normal;
  }
  
  .btn-sec1 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;
  }
  }
