@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: white;
} */
#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;
  }
}
.section-1{
  width: 100%;
  height: 100vh;
  /* overflow: hidden; */
  background-color: #007F3E;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  margin-top: 80px;
}
.top-slider{
  width: 100%;
  height: 100%;
}
.first-slide{
  width: 100vw;
  height: 100vh;
}
.first-slide img{
  width: 100vw !important;
  height: 100vh !important;
}
.first-slide .copy-section{
  position:absolute ;
  top: 0;
  width: 100vw ;
  height: 100vh ;
  color: white;
  /* display: flex ;
  flex-direction: column ;
  justify-content: center ;
  padding-left: 100px; */
  padding: 1% 2% ;
  background-image: linear-gradient(180deg, black, transparent);
}
@keyframes slide-right {
  from {
    margin-left: -20%;
  }
  to {
    margin-left: 0%;
  }
}
.first-slide .copy-section .first-copy{
  font-family: Impact;
  font-size: 4vw;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 2px;
  text-align: center;
  /* animation: 2s slide-right linear; */
}
.first-slide .copy-section .second-copy{
  font-family: Arial;
  font-size: 2.4vw;
  font-weight: 500;
  line-height: 1.2em;
  text-align: center;
  /* animation: 2s slide-right linear; */
} 
.span-copy{
  font-size: 2.3vw;
}
/* .third-copy{
  width: 45%;
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
  margin-top: 20px;
} */
.second-slide{
  width: 100%;
  height: 100vh;
}
.text-section{
  width: 50%;
  height: 100vh;
  float: left;
  background-color: #1C1C1E;
  color: white;
  padding: 18% 6%;
  /* position: relative; */
  /* padding: 0px 120px 0px 80px; */
}
.text-section .desc-copy{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3vw;
  line-height: 1.4em;

}
.text-section .name-copy{
  font-family: 'Impact';
  font-size: 2vw;
  line-height: 2em;
  letter-spacing: 1.5px;
}
 .image-section{
  width: 50%;
  height: 100%;
  float: left;
  background-color: aliceblue;
  /* padding: 0px 0px; */
}
/* .second-slide .image-section:before{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 100vh solid #1C1C1E;
  border-left: 130px solid #ffffff;
}   */
.second-slide .image-section img{
  width: 100%;
  height: 100vh;
}
.third-slide{
  width: 100%;
  height: 100%;
  background-image: url("images/IM_HERE_Group_photo3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}
.third-slide img{
  width: 100%;
  height: 100vh;
} 
.arrows{
  position: absolute;
  top: 55%;
  width: 100%;
  padding: 0px 25px;
  display: flex;
  flex-direction: row;
}
.arrows p{
  width: 100%;
  /* float: left; */
  /* display: block; */
  /* text-align: center; */
  color: #FFCB08;
}
.results {
  position: absolute;
  top: 89%;
  text-align: center;
  width: 100%;
  /* color: white; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  color: #FFCB08;
}
.arrows .fa{
  font-size: 23px;
  background-color: #007f3d75;
  padding:10px;
  border-radius: 50%;
}
.section-2{
  width: 100%;
  height: 100vh;
  background-color: #1C1C1E;
  display: flex;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}
.section-2 .copy{
  width:40%;
  height:100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 50px;
}
.section-2 .copy p{
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 1.4em;
  animation: 2s slide-right linear;
}
.section-2 .copy button{
  margin-top: 20px;
  background-color: #007F3E;
  width: 40%;
  height: auto;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3vw;
  line-height: 1em;
  font-weight: 500;
  border: 2px solid #007F3E;
  border-radius: 100px;
  padding: 10px 20px;
  cursor: pointer;
  animation: 2s slide-right linear;
}
.section-2 .copy button:hover{
  background-color: transparent;
}
.section-2 .copy button a{
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  color: inherit;
}
.section-2 .image{
  width: 60%;
  height: 100%;
}
.section-2 .image img{
  width: 100%;
  height: 100%;
}
.section-3{
  width: 100%;
  height: 100vh;
  position: relative;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}
.section-3 img{
  width: 100%;
  height: 100%;
}
.section-3 .copy-sec{
  position: absolute;
  top: 0;
  width:100%;
  height:100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 75px;
  align-items: flex-end;
}
.section-3 p{
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5vw;
  line-height: 1.7em;
  font-weight: 600;
  text-align: end;
}
.section-3 button{
  background-color: #007F3E;
  height: auto;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3vw;
  line-height: 1em;
  border: 2px solid #007F3E;
  border-radius: 100px;
  font-weight: 500;
  padding: 10px 20px;
  cursor: pointer;
}
.section-3 button:hover{
  background-color: transparent;
}
.section-3 button a{
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  color: inherit;
}
.section-4{
  width: 100%;
  height: 100vh;
  position: relative;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}
.section-4 img{
  width: 100%;
  height: 100%;
}
.section-4 .copy-sec{
  position: absolute;
  top: 0;
  width:100%;
  height:100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 75px;
  align-items: flex-start;
}
.section-4 p{
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 2em;
}
.section-4 button{
  background-color: #007F3E;
  height: auto;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3vw;
  line-height: 1em;
  border: 2px solid #007F3E;
  border-radius: 100px;
  padding: 10px 20px;
  font-weight: 500;
  cursor: pointer;
  width: auto;
}
.section-4 button:hover{
  background-color: transparent;
}
.section-4 button a{
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  color: inherit;
}
.section-5{
  width: 100%;
  height: 100vh;
  background-color: #1C1C1E;
  display: flex;
  position: relative;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}
.section-5 .copy-sec{
  width:40%;
  height:100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 55px;
}
.section-5 .copy-sec p{
  color: white;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 1.4em;
}
.section-5 .copy-sec button{
  margin-top: 20px;
  background-color: #007F3E;
  width: 50%;
  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;
}
.section-5 .copy-sec button:hover{
  background-color: transparent;
  color: white;
}
.section-5 .copy-sec button a{
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  color: inherit;
}
.section-5 .image-sec{
  width: 60%;
  height: 100%;
}
.section-5 .image-sec img{
  width: 100%;
  height: 100%;
}
.partners{
  width: 100%;
  height: 250px;
  padding: 80px 50px;
  display: flex;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}
.partners-slider{
  width: 100%;
  height: 100%;
}
.partners .logo{
  width: 100px;
  height: auto;
  border: 2px solid black;
  margin: 0px 35px;
  border-radius: 50%;
}
.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;
}
.copy-section1{
  width: 100%;
  height: 70vh;
  background-color: #007F3E;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  padding: 0px 250px;
}
.copy-section1 p{
  color:white;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 2vw;
  line-height: 1.6em;
}
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;
}
#info{
  position: relative;
  margin-top: 20px;
  padding: 1.3vw;
  background-color: #1c1c1e;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.23vw;
  border-radius: 10px;
  line-height: 1.3em;
  width: 100%;
}
#down-arrow{
  display: block;
  position: absolute;
  bottom: 33%;
  right: 2%;
  cursor: pointer;
}
@media only screen and (max-width:980px){
  .section-1{
    margin-top: 50px;
  }
  .first-slide .copy-section{
    background-image: linear-gradient(180deg, black, transparent, transparent);
    padding: 4.5% 2.5%;
  }
  .first-slide .copy-section .first-copy{
    font-size: 6vw;
  }
  .first-slide .copy-section .second-copy{
    font-size: 3.5vw;
  }
  .text-section{
    float: none;
    width: 100%;
    height: 40vh;
    padding: 10% 10%;
  }
  .image-section{
    float: none;
    width: 100%;
    height: 60vh;
  }
  .text-section .desc-copy{
    font-size: 16px;
    line-height: 1.2em;
  }
  .text-section .name-copy{
    font-size: 23px;
    line-height: 1.5em;
  }
  .third-copy{
    width: 80%;
  }
  .second-slide .image-section img{
    width: 100%;
    height: 100%;
  }
  .results{
    display: none;
  }
  .arrows{
    display: none;
    padding: 0px 216px;
  }
  .copy-section1 p{
    font-size: 3vw !important;
  }
  .copy-section1 span{
    font-size: 5vw !important;
  }
  .section-2{
    display: block;
  }
  .section-2 .copy{
    width:100%;
    height:50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 100px;
  }
  .section-2 .copy p{
    font-size: 4vw;
  }
  .section-2 .image{
    width: 100%;
    height: 50%;
  }
  .section-2 .copy button{
    width: auto;
    font-size: 2.5vw;
  }
  .section-3 .copy-sec{
    align-items: center;
    padding: 0px 35px;
  }
  .section-3 p{
    top: 40%;
    left: 20%;
    width: 70%;
    font-size: 4vw;
    text-align: center;
    margin-bottom: 10px;
  }
  .section-3 button{
    top: 50%;
    left: 20%;
    font-size: 2.5vw;
  }
  .section-4 .copy-sec{
    align-items: center;
    padding: 0px 35px;
  }
  .section-4 p{
    top: 40%;
    left: 13%;
    font-size: 4vw;
    margin-bottom: 10px;
  }
  .section-4 button{
    top: 50%;
    left: 13%;
    width: 33%;
    font-size: 2.5vw;
  }
  
  .section-5{
    display: block;
  }
  .section-5 .copy-sec{
    width:100%;
    height:50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 75px;
  }
  .section-5 .copy-sec p{
    font-size: 4vw;
    text-align: center;
  }
  .section-5 .image-sec{
    width: 100%;
    height: 50%;
  }
  .section-5 .copy-sec button{
    width: 33%;
    top: 80%;
    font-size: 2.5vw;
  }
  .partners .logo{
    margin: 0px 40px;
  }
  .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 a{
    text-align: center;
  }
  .title-sec p{
    /* margin:22px 30px 0px 14px; */
    font-size: 24px;
  }
.address-sec{
  text-align: center;
}
.copy-section1{
  padding: 0px 50px;
}
.span-copy {
  font-size: 3.6vw;
}
.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;
}#down-arrow{
  bottom:12%;
}
}
@media only screen and (max-width:480px){
  .first-slide .copy-section{
    padding: 5% 1% ;
    background-image: linear-gradient(0deg, black, transparent, transparent);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100vw;
  }
  .first-slide .copy-section .first-copy{
    font-size: 7vw;
    line-height: 1.5em;
  }
  .first-slide .copy-section .second-copy{
    font-size: 5vw;
    line-height: 1.5em;
    margin-top: 20px;
  }
  .third-copy{
    width: 100%;
    font-size: 16px;
  }
  .text-section {
    padding: 20% 10%;
}
  .text-section .desc-copy{
    font-size: 4vw;
    line-height: 1.2em;
  }
  .text-section .name-copy{
    font-size: 4.5vw;
    line-height: 1.5em;
  }
  .results{
    display: none;
  }
  .arrows{
    display: none !important;
  }
  .copy-section1 p{
    font-size: 5vw !important;
  }
  .section-2 .copy{
    padding: 0px 28px;
  }
  .section-2 .copy p{
    font-size: 6vw;
  }
  .section-2 .copy button{
    width: 60%;
    font-size: 4vw;
  }
  .section-3 .copy-sec{
    padding: 0px 0px;
  }
  .section-3 p{
    left: 10%;
    width: 86%;
    font-size: 5.7vw;
  }
  .section-3 button{
    left: 10%;
    font-size: 4vw;
  }
  .section-4 .copy-sec{
    padding: 0px 0px;
  }
  .section-4 p{
    left: 13%;
    width: 85%;
    font-size: 6vw;
    text-align: center;
  }
  .section-4 button{
    width: 60%;
    left: 13%;
    font-size: 4vw;
  }
  .section-5 .copy-sec{
    padding: 0px 28px;
  }
  .section-5 .copy-sec p{
    font-size: 6vw;
  }
  .section-5 .copy-sec button{
    width: 60%;
    font-size: 4vw;
  }
  .partners .logo{
    margin: 0px 20px;
  }
  .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;
}
.copy-section1{
  padding: 0px 30px;
}
.copy-section1 span{
font-size: 25px !important;
}
.copy-section1 p{
  font-size: 20px;
}
.span-copy {
  font-size: 5vw;
}
.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;
}
#info{
    font-size:4.2vw;
}
#down-arrow{
  bottom:10%;
}
}



