*, 
*::before, 
*::after{
  margin: 0;
  padding:0;
  box-sizing: border-box;
  font-family: Instrument Sans, Arial, sans-serif;
}

html,body{
  scroll-behavior: smooth;
  overflow-x: hidden;
  
}
.wrapper{
  min-height: 100%;
 /* background: url("../img/homepage-image.png") center/cover no-repeat;*/
  color: #ffffff;
  overflow: hidden;
}

.content{
  margin-top: 90px;
}

/*animation css*/

@keyframes bounce{
  0%, 100% { transform: translateY(0);}
  40% { transform: translateY(-10px);}
  60% { transform: translateY(-5px);}
  
}

@keyframes slide-down-in {
    from {transform: translateY(-100%);}
    to {transform: translateY(0%);}
}

@keyframes slide-left-in {
    from {transform: translateX(-100%);}
    to {transform: translateX(0%);}
}
  
/*right slide in*/
@keyframes slide-right-in {
    from {transform: translateX(100%);}
    to {transform: translateX(-0%);}
}

@keyframes fade-in{
    0% {
      opacity : 0;
      transform: translate(0, 3rem);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
}
  
.slide-down{
    animation: slide-down-in 1200ms;
}
  
.slide-left{
    animation: slide-left-in 1000ms;
}

.slide-right{
    animation: slide-right-in 1000ms;
}

.in-view{
    animation: fade-in 500ms 500ms both;
}
  
.not-in-view{
    opacity: 0;
}

section{
  will-change: opacity;
}

.menu-container{
  display: flex;
  justify-content:space-between;
  align-items: center;
  padding: 20px 5%;
  background-color: #000000;
  gap: 40px;
  font-family: Instrument Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0px;
  z-index: 3px;
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;

}

.menu-container > .nav{
  display: flex;
  justify-content: space-between;
  flex: 1;


}

.menu-container > .nav > div{
  display: flex;
    align-items:center;
    justify-content:space-between;
    
}


.dropdown{
  float: left;
}

.dropdown .dropbtn{
  cursor: pointer;
  font-size: 16px;
  border:none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
}

.dropbtn > .fa, .dropbtn > .fa-solid{
  margin-left: 5px;
  font-weight: 900 !important;
}



.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000000;
  min-width: 320px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding-bottom: 20px;

}

.dropdown-content > a.btn-hover{
  
  color: #ffffff !important;
  padding: 12px 16px;
  text-decoration:none;
  display: flex;
  flex-direction: row;
  text-align:left;
  align-items:center;
  gap: 8px;
}

.dropdown-content > a.btn-hover > img{
  width: 36px;
  height: 36px;
}


.dropdown-content > a.btn-hover > div > .main-heading{
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.4%;
  color: #ffffff;

}

.dropdown-content > a.btn-hover div  > .sub-heading{
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0%;
  color: #A1A1AA;

}

.dropdown-content > a.btn-hover:hover{
  background-color: #FFFFFF1A;
  color: #ffffff;
}

.show{
  display:block;
}



.menu-container > .nav > div > a{
  margin-left: 20px;
  text-decoration: none;
  color: #ffffff;
  
}

.menu-container .nav > a.download {
   background-color: #e53935;
   padding: 0px 16px;
   border-radius: 6px;
   display:flex;
   align-items:center;
   text-decoration: none;
   color: #ffffff;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%

  /* background-color: blue;
   border-radius: 6px;
   align-items:center;
   justify-content: center;
   text-decoration: none;
   color: #ffffff;
   height: 40px;
   gap:24px;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;*/

}


.menu-container .nav > a.download:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  transition: all 0.5s ease;
}

#hamburger{
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

#hamburgerx{
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hamburger > .bar {
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.mobile-nav{
  background-color: #000000;
  display: none
}

.hero-container{
  background:   url("../img/hero-background-img.png") no-repeat center/cover; 
  min-height:100%; 
  align-items: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.hero-container > div{
  margin-top: 10rem;
}

.hero-container-bg{
  display: none;
  z-index: 0;
}

.hero-container-bg > div{
  padding: 0 8%;
}


.floating{
  position: absolute;
  width: clamp(180px 20vw, 300px);
  z-index: 3;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.3);
  animation: float 4s ease-in-out infinite;
}

.card-1{
  right: 38%;
  bottom: 10%;
}

.card-2{
  right: 7.5%;
  bottom: 25%;
}

.hero-content-section{
  min-width: 659;
  min-height: 284;
  gap: 12px;
  opacity: 1;
}

.hero-content-section > .hero-span-1{
  background-color: #ffffff;
  border-radius: 8px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  gap: 10px;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #F0402E;
  max-width: 410px;
  text-align: center;
}

.hero-content-section > .hero-span-2{
  font-weight: 700;
  font-style: Bold;
  font-size: 68px;
  line-height: 68px;
  letter-spacing: 0%;
  color: #ffffff;
  max-width: 659px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero-content-section > .hero-span-3{
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #ffffff;
  padding-top: 10px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero-btn-section{
  display:flex;
  gap: 16px;
  margin-top: 24px;
}

.features-scroll-wrapper{
  overflow: hidden;
  width: 100%;
  background-color:#F9F5F0;
  position: relative;
}

.scroll-content{
  display: flex;
  color: #ffffff;
  gap: 16px;
  animation: scroll 40s linear infinite;
  width: max-content;
  padding: 8px 0;
  will-change: transform;
}

@keyframes scroll{
  from {
    transform: translateX(0);
  }
  tO {
    transform: translateX(-50%);
  }
}

.feature-card {
  display: flex;
  gap: 16px;
  
}

.feature-card > span{
  font-weight: 400;
  font-style: Regular;
  line-height: 120%;
  letter-spacing: 0%;
  color: #18181B;

}

.scroll-content:hover{
  animation-play-state: paused;
}

.features-wrapper{
  margin: 4rem 0;
}

.description-1 {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  align-items: center;
  gap: 16px;
}

.description-1 > .description-span-1{
  max-width: 250px;
  color: #e53935;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;

}

.description-1 > .description-span-2 > div{
  max-width: 650px;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: 0px;  
  vertical-align: middle;
  text-align: center;
  color: #000000;

}

.description-span-2 > div > i{
  color: #e53935;
}

.description-1 > .description-span-3{
  max-width: 680px;
  font-size: 18px;
  font-weight: 400px;
  font-style: Regular;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #3F3F46;
}

.features-list-span{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  justify-content: center;
  margin-bottom: 20px;
}
.features-list-span > div{
    background-color: #F9F5F0;
    padding: 20px;
}

.features-list-span > div > img{ 
  margin-bottom: 16px;
}

.features-list-span > div > img.adjust-img{ 
  border-radius: 50%;
}


.features-list-span > div > .feature-title { 
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle; 
  color:#000000;
  margin-bottom: 8px;
}
.features-list-span > div > .feature-description { 

  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #3F3F46;

}


.core-features-wrapper{
  background-color: #F9F5F0;
  padding-top: 6rem;
  padding-bottom: 8rem;
}

.description-2{
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  gap: 16px;
}


.description-2 > .description-span-1{
  max-width: 250px;
  font-size: 18px;
  color: #e53935;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  vertical-align: middle;
  text-transform: uppercase;
}

.description-2 > .description-span-2 {
  max-width: 650px;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: 0px;  
  vertical-align: middle;
  color: #000000;

}

.description-2 > .description-span-2 > span {
  color: #e53935;
  font-style: italic;
}

.description-2 > .description-span-3{
  max-width: 680px;
  font-size: 18px;
  font-weight: 400px;
  font-style: Regular;
  line-height: 150%;
  letter-spacing: 0%;
  color: #3F3F46;
}

.core-features-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.core-features-container > img{
  width: 519px;
  height: 100%
}

.core-features-list{
  max-width: 494px;
  display: flex;
  flex-direction: column;
  
}
#core-features-list{
  display: flex;
  
}

#core-features-list-x{
  display: none;
  
}



.core-features-list > .feature{
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
}

.core-features-list-x, 
#feature-img-mobile{
  display: none;
}


.feature > .feature-title{
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #A1A1AA;
}

  .feature > .feature-description{
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #A1A1AA;

  }

  /*.feature:hover{
    border-left: 2px solid #e53935;
  }*/

  
  /*.feature:hover .feature-title{
    color: #000000;
  }

  .feature:hover .feature-description{
    color: #000000;
  }*/

  .feature.active-list{
    border-left: 2px solid #e53935;
  }

  .feature.active-list > .feature-title{
    color: #000000;
  }

  .feature.active-list > .feature-description{
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #181818;

  }

  #indicators{
    display:none;
  }


  .impact-statement-wrapper{
    background:  url("../img/image 61.png") no-repeat center/cover; 
    min-height:350px; 
    align-items: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    z-index: 0;
  }

  .impact-statement-wrapper > div{
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: flex;
    
  }

  .impact-statement-wrapper > div > .impact-title{
    min-width: 250px;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;

  }

  .impact-statement-wrapper > div > .impact-description{
    font-weight: 500;
    font-style: Medium;
    font-size: 38px;
    line-height: 150%;
    letter-spacing: 1.5%;
    color: #ffffff;

  }

  .faq-wrapper{
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color:  #F9F5F0;
  } 

.faq-heading{
    text-align: center;
  }
    
  .faq-heading > h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    color:#0B140D;
  }

  .faq-heading > p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #475467;
    margin-top: 12px;
  }  

  .faq-list{
    display: flex;
    justify-content: center;
    margin-top: 56px;
  }

  .faq-list > .frequently-ask-questions{
    border-radius: 8px;
  }

  .frequently-ask-questions > hr{
    color: #EAECF0;
  }

  .frequently-ask-questions > .question, 
  .frequently-ask-questions > .question-answer {
      display: flex;
      width: 720px;
      padding: 14px 16px;
      justify-content: space-between;
      align-items: center;

  }


  .frequently-ask-questions > .question {
    color: #0B140D;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
  } 
  
  .frequently-ask-questions > .question-answer {
    color: #475467;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;

  } 

   .frequently-ask-questions > .question-answer > div {
    width: 100%;

  }

div > ul{
    margin-bottom: 0;
    padding-left:16px;
}




.advert-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.advert-wrapper > .advert-span-1{
  background:  url("../img/vector-1.svg") no-repeat center/cover, #e53935; 
  /*background-color: #e53935;*/
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.advert-wrapper > img{
  width: 100%;
  height: unset;
}


.advert-span-1 > .advert-list-1{
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0px;
  vertical-align: middle;
  text-align: left;
}


.advert-span-1 > .advert-list-2{
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;

}


.advert-span-1 > .advert-list-2,
.advert-span-1 > .advert-list-3{
  text-align: left;
  
}

.advert-span-1 > .advert-list-3{
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: left;
}

.advert-list-3 > .btn-download-app {
   background-color: #000000;
   padding: 14px 16px;
   border-radius: 6px;
   text-decoration: none;
   color: #ffffff;
   text-align: center;
}


.advert-list-3 > .btn-download-app:hover {
  background-color:#1d1d1d;
  color: #ffffff;
  transition: all 0.5s ease;
}

.advert-list-3 > .btn-become-partner {
   background-color: #ffffff;
   padding: 14px 16px;
   border-radius: 6px;
   text-decoration: none;
   color: #000000;
   text-align: center;
}


.advert-list-3 > .btn-become-partner:hover {  
  color:#1d1d1d !important;
  transition: all 0.5s ease;
}



.footer-wrapper{
  background-color: #000000;
  color: #D4D4D8;
  padding-right: 5%;
  padding-left: 5%;
  gap: 64px;
  padding-top: 3rem;
  padding-bottom: 5rem;

}

.footer-container-1 > .footer-span-left{
  display:flex;
  flex-direction: column;
  gap: 20px;
}



.footer-container-1{
  display:grid;
  grid-template-columns: 20% 80%;
  margin-bottom: 20px;
}

.footer-container-1 > .footer-span-right{
  display:flex;
  justify-content: space-around;
  gap: 1rem;
  color: #A1A1AA;
  font-family: Instrument Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;

}

.footer-container-1 > .footer-span-right > .list > div > a{
  color:#A1A1AA;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0%;

}

.footer-container-2{
  display: flex;
  flex-direction: column;
  gap: 20px;
  color:#D4D4D8;
  font-family: Instrument Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0%;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;

  
}

.footer-container-3{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5rem;
  color:#D4D4D8;
  font-family: Instrument Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0%;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  gap: 20px;
}

.divider{
  border: 1px solid #D4D4D8;
  width: 60px;
}

.contact-info{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.socials{
  display: flex;
  gap: 20px;
}


.footer-wrapper > .liner{
  background-color:white;
  padding-right: 32px;
  padding-left: 32px;
  margin-bottom: 2rem;
  margin-top: 2rem;

}

.info-guide-4 > a{
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.back-to-top{
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 5rem;
  right: 5%;
  padding: 15px;
  border-radius: 50%;
  border: 1px solid rgba(225, 225, 225, 0.2);
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  font-size:  22px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.back-to-top > img{
  animation: bounce 1s infinite;
}


@media  (min-width: 1501px) {
  .menu-container,
   .hero-container > div,
   .hero-container-bg > div,
  .footer-wrapper, 
  .features-wrapper,
  .core-features-wrapper,
  .impact-statement-wrapper,
  .faq-wrapper,
  .advert-wrapper> .advert-span-1{
    padding-right: 8%;
    padding-left: 8%;

  }

.hero-container{
  min-height:900px; 
}  


    .card-1{
    right: 35%;
    bottom: 80px;
  }

  .card-2{
    right: 50px;
    bottom: 200px;
  }


}




@media (max-width: 1500px) {
  .menu-container, 
  .hero-container > div,
  .hero-container-bg > div,
  .footer-wrapper, 
  .features-wrapper,
  .core-features-wrapper,
  .impact-statement-wrapper,
  .faq-wrapper,
  .advert-wrapper> .advert-span-1{
    padding-right: 5%;
    padding-left: 5%;
  }


.hero-container{
  min-height:650px; 
}  


  .card-1{
    right: 35%;
    bottom: 5px;
  }

  .card-2{
    right: 40px;
    bottom: 100px;
  }

}




@media (max-width: 1200px) {


  .menu-wrapper,
  .footer-wrapper, 
  .features-wrapper,
  .core-features-wrapper,
  .impact-statement-wrapper,
  .faq-wrapper,
  .advert-wrapper> .advert-span-1 > div{
    padding-right: 40px;
    padding-left: 40px;

  }

  .hero-container{
    background-position: right center;
  }  

  .hero-container > div{
    margin-top: 6rem;
    margin-bottom: 2rem;
  }  

  .card-1{
    right: 40%;
    bottom: 10px;
  }

  .card-2{
    right: 10px;
    bottom: 120px;
  }

  .advert-wrapper{
    display: flex;
  flex-direction: column-reverse;
  }


}


@media (max-width: 992px) {
  .content{
    margin-top: 80px;
  }  
 .menu-container{
  padding: 20px 5%;
}
  #hamburger{
    display: flex;
  }

   #hamburgerx{
    display: flex;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }

  

  .menu-container > .nav{
    display: none;
  }

.mobile-nav{
  position:fixed;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100vh;
  background-color: #000000;
  color: #ffffff;
  padding: 20px;
  z-index: 10;
  display: flex;
  flex-direction: column;
}  
  
.mobile-nav.active{
  padding: 0 5%;
  display: block;
  left: 0;
  transition: left 0.4s ease;
  z-index: 11;
}



.mobile-nav > .logo-container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
}



.mobile-nav > .navbar-container{
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  width: 100%;
}

.dropdown .dropbtn{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid grey;
}

 .mobile-nav > .navbar-container > a{
  text-decoration: none;
  color: #ffffff;
  margin-top: 20px;
  border-bottom: 1px solid grey;
  padding-bottom: 10px;
  
}


a.download {
   background-color: #e53935;
   padding: 12px 0px;
   border-radius: 6px;
   display:flex;
   align-items:center;
   justify-content: center;
   text-decoration: none;
   color: #ffffff;
   margin-top: 30px;
   
}

.dropdown-content {
  background-color: #1d1d1d;
  width: 100%;
  padding-bottom: 20px;
  position: unset;
  background-color: #000000;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  height: auto;
  overflow: hidden;
  transition: max-height 0.4s ease;

}




.dropdown-content a:hover{
  background-color: #FFFFFF1A;
  width: 100%;
}


  .hero-container{
   background:  url("../img/hero-background-mobile-img.png") no-repeat; 
    background-size: 100%  750px; 
    min-height: 750px;
    height: 750px;
    
  }

  .hero-container > div{
    margin-bottom: 0;
  }    

  .card-1{
    right: 60%;
    bottom: 20px;
  }

  .card-2{
    right: 80px;
    bottom: 100px;
  }

  .features-list-span{
    grid-template-columns: 1fr 1fr;
  }

 .core-features-container{
  display: flex;
  flex-direction: column-reverse;
  justify-content: unset;
  
}

.core-features-list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px; 
  max-width:100%;
}


 .core-features-container > img{
    width: 100%;  
    margin-bottom: 20px;
 }


  .core-features-wrapper{
      padding-top: 3rem;
      padding-bottom: 3rem;
  } 

  .advert-wrapper > .advert-span-1{
    gap: 16px;
  }  
 

  .advert-wrapper > .advert-span-1,
  .advert-wrapper > img{
    min-height: 400px;
  }  

}



@media (max-width: 767px) {
  .dropdown-content > a.btn-hover{
    padding: 12px 0;
  } 

  .hero-container{
   background:  url("../img/hero-background-mobile-img.png") no-repeat; 
    background-size: 100%  600px; 
    min-height: 600px;
    height: 600px;
    
  }

.hero-container > div{
    display: none;
    margin-top: 0;
}
.hero-container-bg{
    background:  url("../img/SVG bg 04.png") no-repeat; 
    background-size: 100%  100%; 
    min-height: 100%;
    height: 100%;  
    display: block;
    padding-top: 3rem;
    padding-bottom: 3rem;
}


.hero-content-section{
  min-width: 100%;
  min-height: 100%;
}

.hero-content-section > .hero-span-2{
  font-size: 36px;
  max-width: 659px;
  line-height: 120%;
}  

  .card-1{
    right: 55%;
    width: 35%;
    height: 25%;
  }

  .card-2{
    display: none;
  }


  .features-wrapper{
    margin: 2rem 0;
  }

  .impact-statement-wrapper{
    background:  url("../img/image 60.png") no-repeat center/cover; 
  }  

  .core-features-wrapper,
  .impact-statement-wrapper > div{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

  .description-1, .description-2 {
    margin-bottom: 2rem;
  }

  .description-1 > .description-span-2 > div{
      font-size: 32px;
      line-height: 120%;

  }

  .description-2 > .description-span-2 > div{
      font-size: 32px;
      line-height: 120%;

  }

  .features-list-span{
    grid-template-columns: 1fr;
  } 

  .feature > .feature-title,
  .feature > .feature-description{
    color: #000000;

  }

  /*.feature:hover{
    border-left: 2px solid #e53935;
  }*/

   .feature.active-list:hover{
    border-left: none;
  }
 
  


  .feature:hover .feature-title{
    color: #000000;
  }

  .feature:hover .feature-description{
    color: #000000;
  }


  .feature.active-list{
    border-left: none;
  }

  .core-features-list{
    grid-template-columns: 1fr;
  }

  .core-features-list > .feature{
    padding: 0;
    text-align: center;
  }

  #core-features-list,
  #feature-img{
    display: none;
  }  


  #core-features-list-x{
    display:flex;
    transition:  transform 0.5s ease-in-out;
  }

  #feature-img-mobile{
    display: block;
  }

  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }

  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }


@keyframes slide-left-out {
    from {
      transform: translateX(0);
      opacity: 1;
      transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1),
      opacity 0.5s ease-out;
    }
    to {
      transform: translateX(-100%);
      opacity: 0;
      will-change: transform;
    }
}
  
.slide-left{
    animation: slide-left-out 0.5s ease-in-out;
}


.indicators{
  text-align:center;
  margin-bottom: 20px;
}  
 
  .indicators > .dot{
      height: 8px;
      width: 8px;
      margin: 0 2px;
      background-color: #bbb;
      display: inline-block;
      transition: background-color 0.6s ease;
  }

  .indicators > .dot.active {
    background-color: #e53935;
  }


  .impact-statement-wrapper > div{
    flex-direction: column;
    gap: 20px;
    
  }


  .impact-statement-wrapper > div > .impact-description{
    font-size: 32px;
  }

  .faq-wrapper {
    padding: 3rem 25px;
  }

  .faq-list {
    display: grid;
    grid-template-columns: 1fr;

  }
  .frequently-ask-questions > .question, .frequently-ask-questions > .question-answer {
    width: 100%;
  }

  .faq-heading > h3 {
      font-size: 32px;
  }

  .advert-span-1 > .advert-list-1{
    font-size: 32px;
    line-height: 120%;
  }

  .advert-wrapper > .advert-span-1{
    /*background:  url("../img/SVG bg 04.png") no-repeat center/cover; */
    background-color: #e53935;

  }

  .advert-wrapper > .advert-span-1,
  .advert-wrapper > img{
    min-height: 300px;
  } 

  .footer-container-1{
    display:flex;
    justify-content: unset;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .footer-container-1 > .footer-span-left{
    margin-bottom: 48px;
  }
  .footer-container-1 > .footer-span-right > ul{
    padding: 0;
  }
  .footer-wrapper > .liner{
    margin-bottom: 2rem;
  
  }

  .footer-container-3 {
    margin-top: 3rem;
  }


}

@media (max-width: 576px) {

  .dropdown-content {
      min-width: 100%;

  }

  .menu-container,
  .footer-wrapper,
  .features-wrapper,
  .core-features-wrapper,
  .impact-statement-wrapper,
  .faq-wrapper,
  .advert-wrapper> .advert-span-1 > div{
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-container{
   background:  url("../img/hero-background-mobile-img.png") no-repeat; 
    background-size: 100%  400px; 
    min-height: 400px;
    height: 400px;
    
  }
  .card-1{
    right: 55%;
    bottom: 20px;
    height: 25%;
  }

  .hero-content-section{
    display:flex;
    flex-direction: column;
    align-items: center;
  }
  .hero-content-section > .hero-span-1{
    text-align: center;
  }   

  .hero-content-section > .hero-span-2{
    font-size: 32px;
    line-height: 120%;
    text-align: center;
  } 
  

  .hero-content-section > .hero-span-3{
    text-align: center;
  }  

  .description-1 > .description-span-2 > div{
    font-size: 24px;
  }

  .description-2 > .description-span-2 > div{
      font-size: 24px;

  } 
  

  .feature:hover{
    border-left: none;
  }


  .impact-statement-wrapper{

    min-height:100%; 

  }

  .impact-statement-wrapper > div > .impact-description{
    font-size: 24px;
  }

  .faq-heading > h3 {
      font-size: 24px;
  }

  .faq-heading > p {
    font-size: 18px;
  }



.advert-wrapper > .advert-span-1{
  gap: 16px;
  padding: 2rem 0;
}  


 .advert-span-1 > .advert-list-1{
  font-size: 23px;
  line-height: 120%;
  text-align: left;
} 


.advert-span-1 > .advert-list-2,
.advert-span-1 > .advert-list-3{
  text-align: left;
  
}

.advert-span-1 > .advert-list-3{
  justify-content: left;
  flex-direction: column;
}

.advert-list-3 > .btn-download-app {
    width: 180px;
}


.advert-list-3 > .btn-become-partner {
  width: 230px;
}

.hero-btn-section{
 justify-content: center;
}


  .impact-statement-wrapper >
  div > .impact-description{
    font-size: 16px;

  } 

}

@media (max-width: 480px) {


  .mobile-nav{
    position:fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: #000000;
    color: #ffffff;
    transform: translateY(-100%);
    display: flex;
    width: 100%;
    flex-direction: column;
    
  }

  /*.mobile-nav > img{
    display: none;
  }*/
  
  .mobile-nav.active{
    padding: 0 5%;
    display: block;
    transform: translateY(0);
    transition: transform 0.4s ease;
    z-index: 10;
  }

  #hamburgerx{
    margin-top: 10px;
  }
  .card-1{

    height: 20%;
  }

}

@media (max-width: 375px) {
.footer-container-1 > .footer-span-right{
  display:flex;
  justify-content: space-around;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}

  .hero-container{
   background:  url("../img/hero-background-mobile-img.png") no-repeat; 
    background-size: 100%  350px; 
    min-height: 350px;
    height: 350px;
    
  }

}