/*

Tooplate 2115 Marvel

https://www.tooplate.com/view/2115-marvel

*/


@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,700");
body {
  font-family: "Maven Pro", sans-serif;
  padding-top: 70px;
  max-width: 100%;
  overflow-x: hidden;
}

.full-screen {
  padding: 8rem 0;
}
#what-we-do-card{
  background-color:#F5F9EA;
  padding:60px 40px;
  border-radius:10px;
  margin: 20px;

}
.small-text {
  color: #5b5b5b;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 50px;
  letter-spacing: 0.2px;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

a {
  font-weight: normal;
  text-decoration: none !important;
  transition: all 0.4s ease;
}
a:hover {
  color: #99cb01 !important;
}

.navbar-brand .uil {
  font-size: 40px;
}

p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #5b5b5b;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  letter-spacing: -1px;
}

h1 {
  color: #212121;
  font-size: 2.8em;
  margin: 24px 0;
}

h2 {
  color: #353535;
  font-size: 2.4em;
  font-weight: bold;
}

h3 {
  color: #484848;
}

h3,
b, strong {
  font-weight: bold;
}

.custom-btn {
  background: #eee;
  color: #5b5b5b;
  font-weight: bold;
  border-radius: 50px;
  padding: 13px 29px;
  font-size: 14px;
  line-height: normal;
  overflow: hidden;
  transition: all 0.4s ease;
}
.custom-btn:hover {
  color: #99cb01;
}
.custom-btn.custom-btn-bg {
  background: #474559;
  color: #ffffff;
}
.custom-btn.custom-btn-bg:hover {
  background: #99cb01;
  color: #ffffff !important;
}

.animated {
  position: relative;
}

.animated-info {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  min-width: 260px;
  position: relative;
}

.animated-item {
  color: #99cb01;
}



.animated-item {
  font-size: 38px;
  line-height: inherit;
  display: block;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  animation: BottomTotop 8s linear infinite 0s;
}
.animated-item:nth-child(2n+2) {
  animation-delay: 2s;
}
.animated-item:nth-child(3n+3) {
  animation-delay: 4s;
}
.animated-item:nth-child(4n+4) {
  animation-delay: 6s;
}
.animated-item:nth-child(5n+5) {
  animation-delay: 8s;
}
@keyframes BottomTotop {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    transform: translateY(5px);
  }
  10% {
    opacity: 1;
    transform: translateY(0px);
  }
  25% {
    opacity: 1;
    transform: translateY(0px);
  }
  30% {
    opacity: 0;
    transform: translateY(5px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  will-change: transform;
  transition: transform 200ms linear;
}
.navbar[class*="-unpinned"] {
  transform: translate(0, -150%);
}
.navbar[class*="-pinned"] {
  transform: translate(0, 0);
}
.navbar[class*="headroom--not-top"] {
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand {
  font-weight: bold;
}

.navbar-expand-sm .navbar-nav .nav-link {
  padding: 0 20px;
}

.nav-link {
  font-weight: 100;
  color:#6C8D00;
  font-size: 16px;
  overflow: hidden;
}
.nav-link span {
  position: relative;
  display: inline-block;
  transition: transform 0.3s;
  color:#6C8D00;
}
.nav-link span:before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  transform: translate3d(0, 0, 0);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #6C8D00;
  font-weight: bold;
}
.navbar-light .navbar-nav .nav-link:focus span,
.navbar-light .navbar-nav .nav-link:hover span {
  transform: translateY(-100%);
}

.navbar-light .navbar-toggler-icon {
  background: none;
}
.standard-card{
  border:1px solid rgba(245, 249, 234, 1);
  background-color:rgba(245, 249, 234, 1);
  border-radius: 10px;
  padding:10px;
  padding-bottom: 30px;
  margin-bottom: 20px;
 }
 .standard-card-new{
  border:1px solid rgba(245, 249, 234, 1);
  background-color:#5c6a2f;
  border-radius: 4px;
  padding:30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
 }
 .standard-membership-top{
   display: flex;
   justify-content:flex-start;
   align-items: center;
  padding:5px;
 }
 .standard-membership-top-new{
  display: flex;
  justify-content:flex-start;
  align-items: center;
 padding:5px;
}
 .standard-membership-top img{
  width:70px;
  height:70px;
  object-fit: contain;
  margin-right:10px
 }
 .standard-membership-top h4{
  color:rgba(159, 193, 49, 1);
  font-size: 32px;
  line-height: 45px;
 }
 .standard-membership-top-new h4{
  color:#fff;
  font-size: 28px;
  line-height: 38px;
  margin-left: 10px;
  margin-top: 5px;
   }
 .standard-card h6{
  padding:10px;
  color:rgba(56, 68, 17, 1);
  font-size:16px;
  line-height: 28px;
  font-weight:100
 }
 .standard-card-new h6{
  padding:10px;
  color:#fff;
  font-size:16px;
  line-height: 28px;
  font-weight:100
 }
.standard-btn{
  padding:15px 15px;
  border-radius: 4px;
  background-color:rgba(247, 187, 1, 1);
  margin-left:10px;
  color: #fff !important;
  text-decoration: none;
  font-style: normal;
}
.standard-btn:hover{
  padding:8px 15px;
  border-radius: 4px;
  background-color:rgba(247, 187, 1, 1);
  margin-left:10px;
  color: #fff !important;
  text-decoration: none;
  font-style: normal;
}




.premium-card{
  background-color:rgba(56, 68, 17, 1);
  border-radius: 10px;
  padding:10px;
  padding-bottom: 30px;
  margin-bottom: 20px;
 }
 .premium-card-new{
  background-color:#6C8D00;
  ;
  border-radius: 4px;
  padding:30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
 }
 .premium-membership-top{
   display: flex;
   justify-content:flex-start;
   align-items: center;
  padding:5px;
 }
 .premium-membership-top img{
  width:70px;
  height:70px;
  object-fit: contain;
  margin-right:10px
 }
 .premium-membership-top h4{
color:rgba(159, 193, 49, 1);
font-size: 32px;
line-height: 45px;

 }
 .premium-card h6{
  padding:10px;
  color:#fff;
  font-size:16px;
  line-height: 28px;
  font-weight:100
 }

.premium-card-new h6{
  padding:10px;
  color:#fff;
  font-size:16px;
  line-height: 28px;
  font-weight:100
}


.navbar-toggler {
  border: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:first-child {
  transform: rotate(45deg);
  top: 6px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-child(2) {
  display: none;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:last-child {
  transform: rotate(-45deg);
  bottom: 1px;
}
.navbar-toggler .navbar-toggler-icon {
  background: #212121;
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  transition: all 0.4s ease;
  position: relative;
}

.copyright-text {
  font-size: 16px;
  font-weight: normal;
  display: block;
}

.color-mode {
  font-weight: bold;
  cursor: pointer;
}

.color-mode-icon {
  position: relative;
  right: 6px;
}
.color-mode-icon:after {
  font-family: 'unicons';
  content: '\ea9f';
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
}
.color-mode-icon.active:after {
  font-family: 'unicons';
  content: '\eb65';
  font-size: 30px;
  color: #ffffff;
}

.dark-mode {
  background: #0c0c0d;
}
.dark-mode .navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
.dark-mode .navbar-light .navbar-nav .nav-link:hover {
  color: #99cb01;
}
.dark-mode .navbar[class*="headroom--not-top"] {
  background: #0c0c0d;
  border-bottom: 1px solid #1f1f1f;
}
.dark-mode .small-text {
  background: #0d0c15;
  color: #ffffff;
}
.dark-mode .feature-card .uil,
.dark-mode .navbar-light .navbar-brand,
.dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode h5, .dark-mode h6,
.dark-mode .color-mode {
  color: #ffffff;
}
.dark-mode .owl-carousel .owl-nav button.owl-next,
.dark-mode .owl-carousel .owl-nav button.owl-prev,
.dark-mode .owl-carousel button.owl-dot {
  color: #ffffff;
}

.timeline-wrapper {
  position: relative;
  padding: 22px 0;
}
.timeline-wrapper:last-child:before {
  height: 0;
}
.timeline-wrapper:before {
  content: "";
  background: #474559;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 38px;
}

.timeline-yr {
  background: #474559;
  border-radius: 100%;
  position: absolute;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
}
.timeline-yr span {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: 75px;
}

.timeline-info {
  display: inline-block;
  vertical-align: top;
  max-width: 432px;
  margin-left: 6em;
}
.timeline-info small {
  color: #474559;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.owl-carousel .owl-nav span {
  display: none;
}
.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
  background: none;
  padding: 0;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-family: 'unicons';
  font-size: 100px;
  line-height: normal;
}
.owl-carousel .owl-nav .owl-prev:before {
  content: '\e833';
  left: -45px;
}
.owl-carousel .owl-nav .owl-next:before {
  content: '\e836';
  right: -45px;
}

.owl-theme .owl-nav [class*=owl-] {
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-size: inherit;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  color: #99cb01;
}
.owl-theme .owl-dots .owl-dot {
  outline: none;
}
.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #5b5b5b;
}

.google-map iframe {
  width: 100%;
}

.contact-form {
  position: relative;
}
.contact-form .form-control {
  background: transparent;
  border-radius: 2px;
  outline: none;
  box-shadow: none;
  font-weight: bold;
  margin: 16px 0;
}
.contact-form .form-control:not(textarea) {
  height: 48px;
}
.contact-form .form-control:hover, .contact-form .form-control:focus {
  border-color: #99cb01;
}
.contact-form .submit-btn {
  background: #99cb01;
  border-radius: 50px;
  color: #ffffff;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  transition: all 0.4s ease;
}
.contact-form .submit-btn:hover {
  background: #474559;
}

.contact-info {
  background: #474559;
  border-radius: 0 0 3px 3px;
  position: relative;
  bottom: 8px;
}
.contact-info p, .contact-info a {
  color: #f7f3f3;
}

.social-links .uil {
  color: #f7f3f3;
  font-size: 20px;
  display: block;
  margin: 5px 0;
}
.social-links .uil:hover {
  color: #99cb01;
}


@media (min-width: 1270px) {
  .owl-theme .owl-dots {
    position: relative;
    bottom: 50px;
  }
  #restore-bg{
    color:#fff; 
    text-align: center;
     font-size:2.0rem;
     margin-top: 10px;
     margin-bottom: 50px; 
  }


}

/* this is for tablets */
@media (min-width:801px)  { 

  .section-0{
    display: flex!important;
    justify-content: center;
    align-items: flex-start;
 
  } 
  /* #subscribe{
    margin-top: 90px;
  } */
  .img-eng{
    width: 350px!important;
    height:350px!important;
    object-fit: contain;
    margin-right: 0px!important;
    z-index: 90;
   
  }
  .img-eng-near{
    width: 350px!important;
    height:350px!important;
    object-fit: contain;
    margin-right: 0px!important;
    z-index: 90;
   
  }
  /* #eng-img-1{
    display:none;
  } */
}

@media (max-width: 1280px) {

  #restore-bg{
    color:#fff; 
    text-align: center;
     font-size:3.0rem!important;
     margin-top: 10px;
     margin-bottom: 50px; 

  }
  .founder-2-inner{
    display: flex;
    justify-content:space-around;
    align-items: center;
    margin-bottom: 0px;
    /* margin-left: -20px; */
    background-color: #000;
  }

}

@media (max-width: 991px) {
  .full-screen {
    padding-bottom: 4rem;
  }
  .early-stage-new{
    align-self: center;
    font-size:1.7rem;
    color:#2F2F2E;
    text-align: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .color-mode {
    display: none;
  }
 

  .about-image {
    margin-top: 4em;
  }
  
  #look-for-new{
    max-width: 100%;
    overflow-x: hidden;
    margin-top: -100px!important;
  }
  .premium-membership-top h4{
    color:rgba(159, 193, 49, 1);
    font-size: 24px;
    line-height: 28px;
    }
    .standard-membership-top h4{
      color:rgba(159, 193, 49, 1);
      font-size: 24px;
      line-height: 28px;
      }

  .mobile-mt-2,
  .contact-form {
    margin-top: 2em;
  }
 
  .btn-md{
    padding:6px 15px;
    width:150px;
    /* border:1px solid #6C8D00; */
    color:#6C8D00;
    border-radius:6px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 14px;
    align-self: center;
    margin-bottom: 10px;
    /* margin-left:10px; */
  }
  .btn-md-fill{
    padding:6px 15px;
    width:150px;
    border:none;
    color:#fff;
    background-color:#6C8D00 ;
    border-radius:40px!important;
    font-size: 14px;
    align-self: center;
    margin-right:30px;

  }

  .contact-info {
    padding: 0 2rem;
  }

  
}
@media (max-width: 767px) {
  
  
  h1 {
    font-size: 2.4em;
  }

  h2 {
    font-size: 2em;
  }

  .animated-item {
    font-size: 28px;
  }

  .navbar-collapse {
    background: #ffffff;
    text-align: center;
    padding-bottom: 20px;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding: 3px 20px;
  }
  /* #subscribe{
    width:330px;
    padding:20px;
    align-self: center;
    background-color:#F7BB01;
    border-radius: 20px;
  } */
}

@media (max-width:800px) {
  

  /* #subscribe{
    width:300px;
    padding:20px;
    align-self: center;
    background-color:#F7BB01;
    border-radius: 20px;
  } */
}

@media (max-width: 580px) {
	.animated-info {
		min-width: 200px;
	}
  .animated-item {
    font-size: 30px;
  }

  .custom-btn-group {
    text-align: center;
  }

  .custom-btn {
    display: block;
    margin: 10px 0;
  }

  .owl-theme .owl-nav {
    display: none;
  }

  .timeline-info small {
    display: block;
    margin: 10px 0 0 0;
  }
}
@media (max-width: 320px) {
  .animated-text {
    margin-top: 0;
  }

  .about-text {
    text-align: center;
  }

  .full-screen {
    padding: 4rem 0;
  }

  .mobile-block {
    display: block;
  }

  .contact-info {
    flex-direction: column;
  }

  .social-links li {
    display: inline-block;
    vertical-align: top;
  }
}


/* this is the personal style */
.btn-md{
  padding:6px 25px;
  /* border:1px solid #6C8D00; */
  color:#6C8D00;
  border-radius:6px;
  font-size: 14px;
  margin-right: 20px;
}
.btn-md-fill{
  padding:6px 35px;
  border:none;
  color:#fff;
  background-color:#6C8D00 ;
  border-radius:40px;
  font-size: 14px;
  margin-left: 20px;
}
.about{
  /* background-image: url("../images/bg.png"); */
  object-fit: contain;
  background-size: 100% 100%;
  width:100%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 800px;
  /* background-color: #cccccc; */

}

#pitch-container{
  object-fit: contain;
  background-size: 100% 100%;
  width:100%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 800px;
  background-color:#F0F4E6;
}
#faq{
  background-image: url("../images/faq_bg.png");
  object-fit: contain;
  background-size: 100% 100%;
  width:100%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 800px;
  /* background-color: #cccccc; */

}
#faq_hero_inner{
  width:800px;
  height:180px;
  background-color:#6C8D00;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  margin-left: -50px;
  padding-left: 200px;
}
.faq_hero_inner_content h2{
  color:#fff;
  font-size: 50px;
}

.faq_hero_inner_content h6{
  color:#fff;
  font-size: 20px;
}



.first-cover{
  padding-top: 15px;
  border-top-width: 16px!important;
  border-top-color:#fff!important;
  border-top-style:solid;
  height:400px;
  z-index: 90;

}
.first-cover-new{
  padding-top: 15px;
  border-top-width: 16px!important;
  border-top-color:#2F2F2E!important;
  border-top-style:solid;
  height:400px;
  z-index: 90;

}
.second-cover{
  padding-top: 15px;
  border-top-width: 16px!important;
  border-top-color:#F7BB01!important;
  border-top-style:solid;
  height:400px;
  z-index: 90;
}
.second-cover-new{
  padding-top: 15px;
  border-top-width: 16px!important;
  border-top-color:#F7BB01!important;
  border-top-style:solid;
  height:400px;
  z-index: 90;
}
.third-cover{
  padding-top: 15px;
  border-top-width: 16px!important;
  border-top-color:#9FC131!important;
  border-top-style:solid;
  height:400px;
  z-index: 90;
}
.third-cover-new{
  padding-top: 15px;
  border-top-width: 16px!important;
  border-top-color:#9FC131!important;
  border-top-style:solid;
  height:400px;
  z-index: 90;
}
#eng-img-1{
  display:grid;
}
.early-stage{
  font-size:1.9rem;
  color:#fff;
  padding-right:40px;
}
.early-stage-sm{
  color:rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.early-stage-sm-new{
  color:#2F2F2E;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

#hero-bottom-bar-1{
  width:100%;
  height:10px;
  background-color: #617F00;
}
#hero-bottom-bar-2{
  width:100%;
  height:10px;
  background-color: #F7BB01;
}
#hero-bottom-bar-3{
  width:100%;
  height:10px;
  background-color: #9FC131;
}

#restore-bg{
  color:#fff; 
  text-align: center;
   font-size:3.4rem;
   margin-top: -100px;
   margin-bottom: 50px;
}
.btn-bg-white{
  padding:15px 40px;
  background-color: #fff;
  color: #6c8d00 !important;;
  border-radius: 6px;
  border:none;
  text-decoration: none;
  outline: none;
  
}
#restore-cover-reverse{
  display: none!important;
}
#invest-cover-reverse{
  display: none!important;
}
.img-fluid{
  width: 400px!important;
  height:400px!important;
  object-fit: contain;
  margin-top: -20px;
  
}
.img-fluid-invest{
  width: 400px!important;
  height:400px!important;
  object-fit: contain;
  margin-top: -50px;
  
}
.img-eng{
  width: 700px!important;
  height:700px!important;
  object-fit: contain;
  margin-right: 50px;
  
}
.img-eng-near{
  width: 700px!important;
  height:700px!important;
  object-fit: contain;
  margin-right: 50px;
  
}
.img-eng-login{
  width: 400px!important;
  height:400px!important;
  object-fit: contain;
  margin-right: 50px;
  position: absolute;
  top: -180px;
  
}
#side-cover{
  margin-top: 30px;
  margin-left: 150px;
}
#side-cover-near{
  margin-top: 30px;
  margin-left: 150px;
}
#side-cover-2{
  margin-top: 30px;
  margin-left: -10px;
}
#side-cover-down{
  margin-top: 30px;
  margin-left: 0px;
  align-items: center;
  align-self: center;
}
.mission-title{
  text-align:center;
  font-size:60px;
  color:#6C8D00;
}
.deck-title{
  text-align:left;
  font-size:56px;
  color:#F7BB01;
}
.mission-title-new{
  padding-top:20px;
  padding-bottom:10px;
  text-align:left;
  font-size:26px!important;
  color: #ffffff!important;
}
 
.double-text{
  text-align:center;
  font-size:20px;
  color:#000000;
}
.double-text-new{
  text-align:center;
  font-size:20px;
  color:#fff;
}
.vision-text-new{
  text-align:center;
  font-size:20px;
  color:#2F2F2E;
}
.mission-text-new{
  text-align:center;
  font-size:20px;
  color:#fff;
}
.double-text-deck{
  text-align:left;
  font-size:20px;
  color:#000000;
  margin-bottom: 30px;
}
.double-text-deck-color{
  text-align:right;
  font-size:20px;
  color:#000000;
  margin-bottom: 30px;
}
.deck-title-color{
  text-align:right;
  font-size:54px;
  color:#6C8D00;
}
.deck-btn{
  padding:12px 30px;
  max-width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#fff;
  background-color:#6C8D00;
  font-size: 22px;
  font-weight: 100;
  border-radius: 6px;
  z-index: 9000;

}
.deck-btn-color{
  padding:12px 30px;
  max-width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#fff;
  background-color:#F7BB01;
  font-size: 22px;
  font-weight: 100;
  border-radius: 6px;

}
.double-top{
  font-size:7rem;
  color:#6C8D00;
  font-size:5rem;
  margin-top:-50px;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}
.double-down{
  font-size:7rem;
  margin-top:180px;
  margin-left:-30px;
  color:#6C8D00;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}
.double-down-color{
  font-size:5rem;
  margin-top:100px;
  margin-left:-30px;
  color:#6C8D00;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}
.right-vector{
  position: absolute;
  object-fit: contain;
  right: -60px;
  margin-top: 400px;
  overflow: hidden;
  width:200px;
  height:300px;
}
.left-vector{
  position: absolute;
  object-fit: contain;
  left: -70px;
  margin-top: 400px;
  width:200px;
  height:300px;
}
.right-vector-down{
  position: absolute;
  object-fit: contain;
  right: -60px;
  margin-top: 2400px;
  /* overflow: hidden; */
  width:200px;
  height:300px;
}
.left-vector-down{
  position: absolute;
  object-fit: contain;
  left: -70px;
  margin-top: 2400px;
  width:200px;
  height:300px;
}
.curve-vector{
  position: absolute;
  object-fit: contain;
  left: 50%;
  margin-top: 375px;
  width:100px;
  height:200px;
}
.bulb-vector{
  position: absolute;
  object-fit: contain;
  right: -60px;
  margin-top: 700px;
  width:400px;
  height:600px;
}
.bulb-vector-new{
  object-fit: contain;
  width:40px;
  height:40px;
}
.bulb-vector-new-bg{
  object-fit: contain;
  width:40px;
  height:60px;
}
#resume{
  /* margin-top: 40px;
  background-image: url("../images/bg-watermark-1.png");
  object-fit: contain;
  background-color: #6C8D00; */
  /* background-size: 100% 100%;
  width:100%; */
  /* background-position: center center;
  background-repeat: no-repeat; */
  /* height: 600px; */
  align-items: center;
  
}
#why-invest{
  margin-top: 0px;
  background-image: url("../../welcome/images/image.png");
  object-fit: contain;
  background-size: 100% 100%;
  width:100%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 500px;
  align-items: center;
  
}
#landscape{
  padding-top: 100px;
  background-image: url("../images/footer-wall.png");
  object-fit: contain;
  background-size: 100% 100%;
  width:100%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 400px;
  align-items: center;
}
.how-title{
  color:#fff; 
  text-align: center;
  font-size:3.4rem;
  margin-bottom: 50px;
}
.why-title{
  color:#2F2F2E; 
  text-align: center;
  width:100%;
  font-size:3rem;
  margin-bottom: 70px;
  margin-top: -60px;
}
.why-title-new{
  color:#2F2F2E; 
  text-align: center;
  width: 470px !important;
  font-size:3rem;
  margin-bottom: 70px;
  margin-top: -60px;
}
.how-title-2{
  color:#9FC131; 
  text-align: center;
  font-size:3.4rem;
  margin-bottom: 50px;
}
#company{
  margin-top: 40px;
  object-fit: contain;
  background-color:#F4F4F4;
  background-size: 100% 100%;
  width:100%;
  background-position: center center;
  background-repeat: no-repeat;
  /* height: 600px; */
  align-items: center;
  
}
.company-title{
  color:#5F741D; 
  text-align: center;
  font-size:3.4rem;
  margin-bottom: 50px; 
}
.company-card{
  width:250px;
  height:80px;
  background-color: #000000;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  display: flex;
  color:#fff;
  font-size: 14px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.img-lunch{
  width:400px!important;
  height:400px!important;
  object-fit: contain;
  margin-right: 50px;
  /* padding-top: 300px; */
}
#subscribe{
  width:400px;
  padding:20px;
  background-color:#F7BB01;
  border-radius: 20px;
}
.subscribe-title{
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  align-items: center;
  justify-content: center;
  display: flex;
}
.subscribe-desc{
  font-size: 14px;
  font-weight: 100;
  color: #263100;
  align-items: center;
  justify-content: center;
  display: flex;
}
.input-cover{
  width: 350px;
  background-color:#fff;
  border-radius: 50px;
  display: flex;
  justify-content:space-between;
  align-items: flex-end;
  height: 35px;
}
.input-com{
  width: 255px;
  border:none;
  outline: none;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 20px;
  font-size: 14px;
  align-items: center;
  color: #000000;
}
.submit-btn{
  width:90px;
  height: 35px;
  border:none;
  outline: none;
  background-color: #000000;
  color:#fff;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.address-header{
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.country-name{
  font-size: 14px;
  font-weight: 100;
  color: #fafafa;
}
.address{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.stage-address{
  padding-top: 15px;
  /* height:400px; */
  z-index: 90;
}
.stage-address-1{
  padding-top: 15px;
  margin-left: 100px;
  z-index: 90;
}
.footer-link{
  font-size: 14px;
  font-weight: 100;
  color: #fafafa;
  text-decoration: none;
  
}
#foote-bg{
  background-color: #6C8D00;
  padding: 10px 150px;
  border-top-color: #fff;
  border-top-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: center;

}
.brand-logo{
  width:200px;
  height:100px;
  object-fit: contain;
  margin-top: -20px;
}
.c-reg{
  font-size: 16px;
  font-weight: 400;
  /* text-align: center; */
  color: #fff;
}
.section-0{
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.section-1{
  display: flex;
  justify-content: space-between;
}
.section-2{
  display: flex;
  justify-content: space-between;
  padding: 5px 50px;
}


/* this is where i add the style for the invest screen */
.join-title-color{
  text-align:center;
  font-size:60px;
  color:#9FC131;
  margin-top: 30px!important;
}
.join-title-color-new{
  text-align:center;
  font-size:60px;
  color:#000;
  margin-top: 30px!important;
}
#invest-hero{
  /* min-height:500px; */
  width:100%;
}
.side-bulb-img{
  position: absolute;
  width: 300px;
  height:400px;
  right:-10px;
  top:400px;
}
#invest-2{
  background-image: url("../images/bg-watermark-1.png");
  object-fit: contain;
  background-color: #6C8D00;
  background-size: 100% 100%;
  width:100%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 700px;
  align-items: center;
  justify-content: center;
  
}
.invest-2-inner{
  display: flex;
  justify-content:center;
  align-items: center;
}
.about-2-inner{
  display: flex;
  justify-content:center;
  align-items: center;
  margin-top: -150px;
}
.second-cover-invest{
  padding: 25px;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  background-color:#fff;
  padding-top:60px;
  height:290px;
  z-index: 90;
  align-self: center;
}
.bar-1{
  border-top-width: 10px!important;
  border-top-color:#F7BB01!important;
   border-top-style:solid;
   width:280px;
   padding-top: 20px;
}
.third-cover-invest{
  padding: 25px;
  background-color: #0c0c0d;
  padding: 20px 15px;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-top-style:solid;
  height:300px;
  z-index: 90;
  align-self: center;
}
.early-stage-invest{
  font-size:25px;
  color: #9FC131;
  padding-right:40px;
}
.early-stage-invest-sm{
  font-size:16px;
  font-weight: 100;
  color: #9FC131;
  padding-right:40px;
}
.readmore-link{
  color:#F7BB01;
  font-size: 12px;
  text-decoration: none;
  outline: none;
  width:100px;
}
.process-logo{
  width:100%;
  height:150px;
  object-fit: cover;

}
.process-logo-2{
  width:100%;
  height:180px;
  object-fit: cover;

}
.invest-btn-color{
  padding:12px 30px;
  max-width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#fff;
  background-color:#F7BB01;
  font-size: 22px;
  font-weight: 100;
  border-radius: 6px;
  margin-top: 20px;

}
/* this is where i add the style for the invest screen end */
/* this is where i start startup */
#startup-0{
  margin-top: 40px;
  background-image: url("../images/bg-watermark-1.png");
  object-fit: contain;
  background-color: #6C8D00;
  background-size: 100% 100%;
  width:100%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 600px;
  align-items: center;
  
}

.join-title-color-startup{
  text-align:left;
  font-size:60px;
  color:#fff;
}
.people-img{
  width: 400px!important;
  height:400px!important;
  object-fit: contain;
  align-self: center;
}
.about-start-up{
  text-align:left;
  font-size:60px;
  color:#9FC131;
}
.about-start-up-desc{
  text-align:left;
  font-size:16px;
  color:#2F2F2E;
  font-weight: 100;
  line-height: 28px;
}

#small-startup-card-left{
  margin-right: 60px;
}
#startup-1{
  margin-top: 40px;
  background-image: url("../images/Group-3.png");
  object-fit: contain;
  background-color: #F7BB01;
  background-size: 100% 100%;
  width:100%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 650px;
  align-items: center;
  
}
.about-start-up-desc-desc{
  text-align:left;
  font-size:16px;
  line-height: 26px;
  color:#fff;
  font-weight: 100;
}

#side-startup{
  margin-top: 30px;
  margin-left: 0px;
}
#founders{
  background-color: #F1F6E0;
  padding: 20px;
}
.inner-founder{
  display: flex;
  justify-content: flex-start;
  align-items: center;

}
.profile-img-cover{
  width:200px;
  height:200px;
  border-radius: 100%;
  margin-right: 20px;
}
.board-member-img{
  width:200px;
  height:200px;
  border-radius: 100%;
}
.profile-content-cover{
  padding:10px 20px;
  border-bottom-width:1;
  border-bottom-style: solid;
  border-bottom-color: #000;
}
.profile-content-cover h4{
  text-align:left;
  font-size:35px;
  color:#485716;
  font-weight: 700;
}
.profile-content-cover h6{
  text-align:left;
  font-size:16px;
  color:#485716;
  font-weight: 700;
  
}
.founder-2-inner{
  display: flex;
  justify-content:center;
  align-items: center;
  margin-bottom: 50px;
}
#startup-be{
  background-color: #F7BB01;
  height: 300px;
  width: 100%;
  z-index: 9000;
  align-self: center;
  /* position: absolute; */
}
.startup-be-header{
  text-align:left;
  font-size:60px;
  color:#fff;
  font-weight: 700;
}
.startup-be-header-desc{
  text-align:left;
  font-size:16px;
  color:#263100;
  font-weight: 700;
}
.startup-be-header-desc-white{
  text-align:center;
  font-size:22px;
  color:#fff;
  font-weight: 700;
  margin-top: 50px;
}
.img-fluid-be{
  width: 400px!important;
  height:400px!important;
  object-fit: contain;
  margin-top: -100px;
}
.img-fluid-be-2{
  width: 550px!important;
  height:400px!important;
  margin-left: 23px;
  object-fit: contain;
  margin-top: -62px;
}
#startup-contact{
  background-color: #313F00;
  width: 100%;
  height: 300px; 
  /* position: absolute; */
}
/* #startup-celebrate{
  width: 100%;
  height: 400px;
  background-color: #000;
} */
.startup-celebrate-inner{
  background-size: 100% 100%;
  background-color: #fff;
  width:450px;
  height:250px; 
  margin-top: -190px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius:100%;
  margin-left: 50px;
  position: absolute;
  z-index: 1;
}
/* this is where i start startup end */

/* this is where contact start */

#contact-0{
  background-image: url("../images/inspired.png");
  object-fit: cover;
  background-size: 100% 100%;
  width:100%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 700px;
  /* background-color: #cccccc; */

}
#contact-bg{
  color:#779125; 
  text-align: center;
   font-size:70px;
   margin-top: 10px;
   margin-bottom: 50px; 
}
.btn-bg-contact{
  padding:15px 40px;
  background-color: #2F2F2E;
  color: #fff !important;;
  border-radius: 6px;
  border:none;
  text-decoration: none;
  outline: none;
  
}
.how-title-contact{
  color:#fff; 
  text-align: center;
  font-size:3.1rem;
  margin-bottom: 50px;
  width:550px;
}
#expect-0{
  background-color: #F1F6E0;
  padding: 10px;
  
}
.expects-header{
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width:50%;
  margin-bottom: 50px;
}
.expects-number{
  font-size: 5rem;
  color: #F7BB01;
  background-color:#6C8D00;
  padding: 5px;
  font-weight: 900;
  height: 100px;
  align-items: center;
  justify-content: center;
  align-self: center;
  display: flex;
  margin-right: 10px;
}
.expects-header h4{
  font-size: 3rem;
  color: #6C8D00;
}
.expects-header-new h4{
  font-size: 2.5rem;
  font-weight:100;
  color: #2F2F2E;
  margin-bottom: 50px;
}
.profile-img-cover-expect{
  width:125px;
  height:125px;
  border-radius: 100%;
  margin-right: 10px;
}
.expect-img{
  width:120px;
  height:120px;
  border-radius: 100%;
  margin-bottom: 60px;
  padding:10px
}

.steps{
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(81, 106, 0, 1);
  border-radius:10px;
  padding:20px;
  min-width:200px;
  min-height:160px
}
.step-img-inner{
  width:30px;
  height:30px;
}
.steps-img{
  width:50px;
  height:50px;
  border-radius: 100%;
  margin-left:0px;
  margin-bottom:20px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-img{
  width:30px;
  height:30px;
}
.inner-founder-expect{
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  border-bottom-width:8px ;
  border-bottom-color:#485716;
  border-bottom-style: solid;

}
.inner-founder-expect-2{
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  border-bottom-width:8px ;
  border-bottom-color:#F7BB01;
  border-bottom-style: solid;

}
.inner-founder-expect-3{
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  border-bottom-width:8px ;
  border-bottom-color:#9FC131;
  border-bottom-style: solid;

}
.expect-content-cover h4{
  text-align:left;
  width: 220px;
  font-size:28px;
  color:#485716;
  font-weight: 700;
}
.expect-content-cover h6{
  text-align:left;
  font-size:14px;
  color:#485716;
  font-weight: 100;
  line-height: 20px;
}
#login-0{
  height:700px;
  margin-top: 100px;
  max-width: 100%;
  overflow-x: hidden;
}
#login-2{
  height:1080px;
  margin-top:10px;
}
#login-0-inner{
  margin-top: 140px;
}
#reg-0-inner{
  margin-top: 40px;
}
.img-fluid-start{
  width: 400px!important;
  height:400px!important;
  margin-top: 60px;
  object-fit: contain;
  align-self: center;
}

.img-fluid-scope{
  width: 400px!important;
  height:400px!important;
  margin-top: 60px;
  object-fit: contain;
  align-self: center;
}
#toast{
  position:fixed;
  bottom:20px;
  z-index:9000;
  width:30%;
  right:15px;
  background-color: red;
  border:none;
  color:#fff;
}
#toast-pass{
  position:fixed;
  bottom:20px;
  z-index:90;
  width:30%;
  right:15px;
  background-color: #fff;
  border-left-width: 0px;
  border-width: 0px;
  border-left-color: #00b300;
  border-left-style: solid;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  color:#fff;
  z-index: 9000;
}
#toast-1{
  position:fixed;
  bottom:20px;
  z-index:9000;
  width:30%;
  right:15px;
  background-color: #00b300;
  border:none;
  color:#fff;
}
#email-note{
  margin-top: -200px;
}
.email-note-cover{
align-items: center;
text-align: center;
margin-top: -180px;
margin-bottom: 20px;
}
.email-note-cover h2{

  color:#9FC131
  }
.email-note-cover h4{

  /* color:gray */
  }
/* this is where contact end */








































@media (max-width: 991px) {
  .first-cover-new{
    padding-top: 15px;
    border-top-width: 16px!important;
    border-top-color:#2F2F2E!important;
    border-top-style:solid;
    height:250px;
    z-index: 90;
  
  }
  #pitch-container{
    object-fit: contain;
    background-size: 100% 100%;
    width:100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 480px;
    background-color:#F0F4E6;
  }
  .second-cover-new{
    padding-top: 15px;
    border-top-width: 16px!important;
    border-top-color:#F7BB01!important;
    border-top-style:solid;
    height:250px;
    z-index: 90;
  
  }
  .early-stage-sm-new{
    color:#2F2F2E;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
  }
  
  .third-cover-new{
    padding-top: 15px;
    border-top-width: 16px!important;
    border-top-color:#9FC131!important;
    border-top-style:solid;
    height:250px;
    z-index: 90;
    margin-bottom: 50px;
  
  }
  #invest-hero{
    margin-top: -100px;
  
  }
  #why-invest{
    margin-top: 0px;
    background-image: url("../../welcome/images/image.png");
    object-fit: contain;
    background-size: 95% 50%;
    width:100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 500px;
    align-items: center;
    margin-top:-90px;
    
  }
  .steps{
    justify-content: flex-start;
    align-items: center;
    background-color: rgba(81, 106, 0, 1);
    border-radius:10px;
    padding:20px;
    min-width:350px;
    min-height:160px
  }
  .step-img{
    display: none;
  }
  .about-start-up-desc-desc{
    text-align:left;
    font-size:16px;
    line-height: 26px;
    color:#fff;
    font-weight: 100;
    margin-top:-10px
  }
  
  .contact{
    background-image: url("../images/inspired.png");
    object-fit: contain!important;
    background-size: 100% 70%;
    width:100%;
    background-position: center top;
    background-repeat: no-repeat;
   
  }
  .early-stage{
    font-size:1.7rem;
    color:#fff;
    padding-right:40px;
    text-align: center;
  }
  .early-stage-new{
    font-size:1.7rem;
    color:#2F2F2E;
    padding-right:40px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .founder-2-inner{
    display: grid;
    justify-content:center;
    align-items: center;
    margin-bottom: 0px;
    margin-left: -20px;
  }
  .img-eng{
    width: 350px!important;
    height:350px!important;
    object-fit: contain;
    margin-top: 60px;
    z-index: 90;
    
  }
  .img-eng-near{
    width: 350px!important;
    height:350px!important;
    object-fit: contain;
    margin-top: 60px;
    z-index: 90;
    
  }
  .deck-title{
    text-align:left;
    font-size:40px;
    color:#F7BB01;
  }
 
  .double-text{
    text-align:center;
    font-size:16px;
    color:#000000;
  }
  .mission-title{
    text-align:center;
    font-size:40px;
    color:#6C8D00;
  }

  .img-fluid{
    width: 500px!important;
    height:500px!important;
    object-fit: contain;
    align-self: center;
  }

  .img-fluid-invest{
    width: 500px!important;
    height:500px!important;
    object-fit: contain;
    align-self: center;
  }
  .double-top{
    font-size:5rem;
    margin-top:-50px;
    color:#6C8D00;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
  }
  .double-down{
    font-size:5rem;
    margin-top:210px;
    margin-left:-30px;
    color:#6C8D00;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
  }

  #restore-cover{
    display: none!important;
  }
  #restore-cover-reverse{
    display: block!important;
    margin-bottom: 80px!important;
  }
  #invest-cover-reverse{
    display: block!important;

  }
  #restore-bg{
    color:#fff; 
    text-align: center;
     font-size:2.4rem;
     margin-top: 10px;
     margin-bottom: 50px; 
  }
  #side-cover{
    margin-top: -50px!important;
    margin-left: 0px;
  }
  #side-cover-near{
    margin-top: -20px!important;
    margin-left: 0px;
    z-index: 9;

  }
  #side-cover-2{
    margin-top: -50px!important;
    margin-left: 0px;
  }
  #project{
    margin-top: -250px;
  }
  #invest{
    margin-top: -20px;
  
  }
  #look-for{
    max-width: 100%;
    overflow-x: hidden;
    margin-top: -450px;
  }
  #look-for-new{
    max-width: 100%;
    overflow-x: hidden;
    margin-top: -200px;
  }
  .right-vector{
    display: none!important;
  }
  .left-vector{
    display: none!important;
  }
  .bulb-vector{
    display: none!important;
  }
  #resume{
    margin-top: 0px;
  }
  .second-cover{
    margin-top: -80px;
  }
  .third-cover{
    margin-top: -80px;
  }
  .how-title{
    color:#fff; 
    text-align: center;
    font-size:2.1rem;
    margin-bottom: 50px;
  }
  .how-title-2{
    color:#9FC131; 
    text-align: center;
    font-size:2.1rem;
    margin-bottom: 50px;
  }
  .how-title-2-new{
    color:#2F2F2E; 
    text-align: center;
    font-size:1.8rem;
    margin-bottom: 70px;
  }
  .company-title{
    color:#5F741D; 
    text-align: center;
    font-size:2.4rem;
    margin-bottom: 50px; 
  }
  .mission-title-color{
    text-align:center;
    font-size:40px;
    color:#F7BB01;
  }


  .deck-title-color{
    text-align:center;
    font-size:34px;
    color:#6C8D00;
  }
  .double-text-deck-color{
    text-align:right;
    font-size:20px;
    color:#000000;
    margin-bottom: 30px;
    padding-right: 30px;
  }
  #flex-reverse{
    /* display:flex; */
   flex-direction: row-reverse;
  }
  .img-lunch{
    width:300px!important;
    height:300px!important;
    object-fit: contain;
    margin-right: 20px;
  }
  #subscribe{
    width:auto;
    padding:20px;
    margin: auto;
    margin-left:-15px;
    align-self: center;
    background-color:#F7BB01;
    border-radius: 20px;
  }
  .subscribe-title{
    font-size: 25px;
    font-weight: 700;
    color: #000000;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .subscribe-desc{
    font-size: 14px;
    font-weight: 100;
    color: #263100;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  /* .input-cover{
    width: 270px;
    background-color:#fff;
    border-radius: 50px;
    display: flex;
    justify-content:space-between;
    align-items: flex-end;
    height: 35px;
  } */
  .input-com{
    width: 185px;
    border:none;
    outline: none;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 20px;
    font-size: 14px;
    align-items: center;
    color: #000000;
  }
  .submit-btn{
    width:80px;
    height: 35px;
    border:none;
    outline: none;
    background-color: #000000;
    color:#fff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .deck-btn-color{
    padding:10px 20px;
    max-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    background-color:#F7BB01;
    font-size: 16px;
    font-weight: 100;
    border-radius: 6px;
  
  }
  .deck-btn{
    padding:10px 20px;
    max-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    background-color:#6C8D00;
    font-size: 16px;
    font-weight: 100;
    border-radius: 6px;
    z-index: 9000;
  }
  .section-0{
    display: grid;
    /* justify-content: space-between; */
    align-items: flex-start;
  }
  .section-1{
    display: flex;
    justify-content: space-between;
    margin-top: -100px;
  }
  .stage-address-1{
    padding-top: 15px;
    margin-left: 20px;
    z-index: 90;
  }
  #foote-bg{
    background-color: #6C8D00;
    padding: 10px 10px;
    align-items: center;
    border-top-color: #fff;
    border-top-width: 1px;
    border-style: solid;
    align-items: center;
    justify-content: center;
  
  }

  .section-2{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding-left: 0px;
    margin-left: -20px;
  }
  .c-reg{
    font-size: 16px;
    font-weight: 400;
    margin-top: -10px;
    color: #fff;
  }
  #eng-img-1{
    display:none;
  }
  /* this is for the invest */
  .join-title-color{
    text-align:center;
    font-size:35px;
    color:#6C8D00;
    margin-top: -20px;
  }
  .join-title-color-new{
    text-align:center;
    font-size:35px;
    color:#000;
    margin-top: -20px;
  }
  .side-bulb-img{
    display: none;
  }
  .invest-2-inner{
    display: grid;
    justify-content:center;
    align-items: center;
  }
  .about-2-inner{
    display: grid;
    justify-content:center;
    align-items: center;
    margin-top: -430px;
  }

  .founder-2-inner{
    display: grid;
    justify-content:center;
    align-items: center;
    margin-bottom: 0px;
    margin-left: -20px;
  }
  
  #small-invest-card{
    margin-bottom: 50px;
    margin-top: -20px;
    /* margin-right: 20px;
    margin-left: 20px; */
  }

  .second-cover-invest{
    padding: 25px;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    background-color:#fff;
    padding-top:30px;
    height:250px;
    z-index: 90;
    align-self: center;
  }
  .process-logo{
    width:100%;
    height:120px;
    object-fit: cover;
  
  }
  #invest-2{
    background-image: url("../images/bg-watermark-1.png");
    object-fit: contain;
    background-color: #6C8D00;
    background-size: 100% 100%;
    width:100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 1000px;
    align-items: center;
    justify-content: center;
    
  }
  .invest-btn-color{
    padding:10px 20px;
    max-width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    background-color:#F7BB01;
    font-size: 18px;
    font-weight: 100;
    border-radius: 6px;
    margin-top: -15px;
  }
  .join-title-color-startup{
    text-align:center;
    font-size:34px;
    color:#fff;
  }
  #side-startup{
    margin-top: -60px;
    margin-left: 0px;
  }
  .about-start-up{
    text-align:left;
    font-size:34px;
    margin-top: 15px;
    color:#9FC131;
  }
  .about-start-up-desc{
    text-align:left;
    font-size:14px;
    color:#2F2F2E;
    font-weight: 100;
    line-height: 28px;

  
  }
  #small-startup-card-left{
  padding: 20px;
  }
  .people-img{
    width: 100%!important;
    height:300px!important;
    object-fit: contain;
    align-self: center;
  }
  #our-story-cover{
    display:none;
  }
  #startup-1{
    margin-top: 40px;
    background-image: url("../images/Group-3.png");
    object-fit: contain;
    background-color: #F7BB01;
    background-size: 100% 100%;
    width:100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 850px;
    align-items: center;
    
  }
  .profile-img-cover{
    width:120px;
    height:120px;
    border-radius: 100%;
    margin-right: 10px;
  }
  .board-member-img{
    width:120px;
    height:120px;
    border-radius: 100%;
  }
  #founders{
    background-color: #F1F6E0;
    padding: 10px;
  }
  .profile-content-cover{
    padding:10px 10px;
    border-bottom-width:1;
    border-bottom-style: solid;
    border-bottom-color: #000;
  }
  .profile-content-cover h4{
    text-align:left;
    font-size:30px;
    color:#485716;
    font-weight: 700;
  }
  .profile-content-cover h6{
    text-align:left;
    font-size:14px;
    color:#485716;
    font-weight: 700;
    
  }
  .inner-founder{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  
  }
  .startup-be-header{
    text-align:left;
    font-size:34px;
    color:#fff;
    font-weight: 700;
  }
  #startup-be{
    background-color: #F7BB01;
    height: 250px;
  }
  #contact-0{
    background-image: url("../images/inspired.png");
    object-fit: cover;
    background-size: 100% 100%;
    width:100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
    /* background-color: #cccccc; */
  
  }
  #contact-bg{
    color:#779125; 
    text-align: center;
     font-size:40px;
     margin-top: -50px;
     margin-bottom: 30px; 
  }
  .btn-bg-contact{
    padding:12px 30px;
    background-color: #2F2F2E;
    color: #fff !important;
    font-size: 16px;
    border-radius: 6px;
    border:none;
    text-decoration: none;
    outline: none;
    
  }
  .how-title-contact{
    color:#fff; 
    text-align: center;
    font-size:2.1rem;
    margin-bottom: 50px;
    width:350px;
  }
  .expects-number{
    font-size: 4rem;
    color: #F7BB01;
    background-color:#6C8D00;
    padding: 5px;
    font-weight: 900;
    height: 80px;
    align-items: center;
    justify-content: center;
    align-self: center;
    display: flex;
    margin-right: 10px;
  }
  .expects-header h4{
    font-size: 1.8rem;
    color: #6C8D00;
  }
  .expects-header{
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width:90%;
    margin-bottom: 50px;
  }
  .bar-section{
    display: none;
  }
  #login-0{
    height:700px;
    max-width: 100%;
    overflow-x: hidden;
  }
  #login-0-inner{
    margin-top: 50px;
  }
  .img-eng-login{
    width: 400px!important;
    height:300px!important;
    object-fit: contain;
    top: 40px; 
    position: absolute;
    max-width: 100%;
    overflow-x: hidden;
  }
  #reg-hand{
    display: none;
  }
  .curve-vector{
 display: none;
  }
  #faq_hero_inner{
    width:600px;
    height:140px;
    margin-top: -70px;
    background-color:#6C8D00;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-left: -50px;
    padding-left: 60px;
  }
  .faq_hero_inner_content h2{
    color:#fff;
    font-size: 30px;
  }
  
  .faq_hero_inner_content h6{
    color:#fff;
    font-size: 16px;
  }
  #faq{
    background-image: url("../images/faq_bg.png");
    object-fit: contain;
    background-size: 100% 100%;
    width:100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
    /* background-color: #cccccc; */
  
  }
  .right-vector-down{
    display: none;
  }
  .left-vector-down{
    display: none;
  }
  .bulb-vector{
    display: none;
  }
  .curve-vector{
    display: none;
  }
  .right-vector{
    display: none;
  }
  .left-vector{
    display: none;
  }
  .img-fluid-scope{
    width: 300px!important;
    height:300px!important;
    margin-top: 0px;
    object-fit: contain;
    align-self: center;
    margin-left: 30px;
  }
  .img-fluid-be-2{
    width: 300px!important;
    height:300px!important;
    object-fit: contain;
    margin-top: -50px;
  }
  #toast{
    position:fixed;
    bottom:20px;
    z-index:9000;
    width:90%;
    right:15px;
    background-color: red;
    border:none;
    color:#fff;
  }
  #toast-pass{
    position:fixed;
    bottom:20px;
    z-index:9000;
    border-width: 0px;
    width:90%;
    right:15px;
    background-color: #fff;
    color:#fff;
    border-left-width: 0px;
    border-left-color: #00b300;
    border-left-style: solid;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  #toast-1{
    position:fixed;
    bottom:20px;
    z-index:9000;
    width:90%;
    right:15px;
    background-color: #00b300;
    border:none;
    color:#fff;
  }
  .email-note-cover{
    align-items: center;
    text-align: center;
    margin-top: -100px;
    margin-bottom: 20px;
    }
    
}