@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&family=Open+Sans:ital,wght@0,700;1,400;1,600;1,700&family=Poppins:wght@400;500;600;700;800;900&display=swap');

body{
    /* background-color: rgb(231, 235, 237); */
    background-color:white;
    /* font-family: 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
    margin: 0px;
}
h1{
  text-shadow: 2px 2px 2px #000;
}
.btn{
    /* background-color:#30c182; */
    /* background-color:#95c31b; */
    background-color:#30c182;
    color: white;
    width: 10rem;
    padding: 5px;
    margin-top: 3rem;
    color: white;
}
.btn:hover{
  color: white;
}
.me{
    color:#30c182; 
}
/* navbar */
.navbar-custom {
    background-color: white;
    font-size: large;
    padding: 20px 0px;
    
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #30c182;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #30c182;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    /* color: #04865c !important;  */
    color:#05386b !important;
}


/* end of navbar */
/* HERO SECTION */
.hero{
  width:100%;
  height: 100vh;
  background:linear-gradient(45deg, rgba(1, 28, 18, 0.5), rgba(2, 65, 42, 0.3)), url('/img/meeting.jpg');
  /* background-color: rgba(0, 0, 0, 0.5); */
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   /* justify-content: center; */
   margin: 0px;
     
}
.overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.hero h1{
margin-top:20rem;
padding: 5px;
width:70%;
text-shadow: 2px 2px 2px #000;

}
.heading .get-started{
  width:100%;
  /* height: 100vh; */
    margin: 0 auto;
 
}
.heading h1, .get-started h1{
  font-weight: 900;
  /* text-decoration: underline; */
  padding: 30px 0 8px;
    position: relative;
    padding-bottom: 30px;
}
.heading h1  ::before{
  content: "";
    position: absolute;
    left:50%;
    bottom: 16px;
    width: 200px;
    height: 10px;
    /* margin-bottom: 40px; */
    transform: skew(-12deg) translateX(-50%);
    background: #30c182;
    z-index: -1;
    
}
.new-space h1 ::before {
  content: "";
  position: absolute;
  left: 50%;
  /* bottom: 16px; */
  width: 200px;
  height: 10px;
  /* margin-bottom: 40px; */
  transform: skew(-12deg) translateX(-50%);
  background: #30c182;
  z-index: -1;

}
/* get-started */
.get-started{
    width: 100%;
      height: 100vh;
      background: linear-gradient(45deg, rgba(1, 28, 18, 0.5), rgba(2, 65, 42, 0.3)), url('/img/technology.jpg');
      /* background-color: rgba(0, 0, 0, 0.5); */
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      margin: 0px;
    background-attachment: fixed;
}

/* my card 1 */
.my-card1{
  width: 100%;
  height:18rem;
  background: linear-gradient(45deg, rgba(1, 28, 18, 0.5), rgba(2, 65, 42, 0.5)),url('/img/fin.jpg');
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 30px;
}
.my-card1 p{
  /* color:#30c182; */
 color: white;
  text-shadow: 2px 2px 2px #000;
  margin-top: 7rem;
  font-size: 30px;
  
}
.my-card1 p:hover{
/* color:white; */
color: #30c182;
}

/* my card 2 */
.my-card2 {
  width: 100%;
  height: 18rem;
  background: linear-gradient(45deg, rgba(1, 28, 18, 0.5), rgba(2, 65, 42, 0.5)), url('/img/finnacial.jpg');
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 30px;
}

.my-card2 p {
  /* color:#30c182; */
  color: white;
  text-shadow: 2px 2px 2px #000;
  margin-top: 7rem;
  font-size: 30px;

}

.my-card2 p:hover {
  /* color:white; */
  color: #30c182;
}

/* my card 3 */
.my-card3 {
  width: 100%;
  height: 18rem;
  background: linear-gradient(45deg, rgba(1, 28, 18, 0.5), rgba(2, 65, 42, 0.5)), url('/img/fincap.jpg');
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 30px;
}

.my-card3 p {
  /* color:#30c182; */
  color: white;
  text-shadow: 2px 2px 2px #000;
  margin-top: 7rem;
  font-size: 30px;

}

.my-card3 p:hover {
  /* color:white; */
  color: #30c182;
}

/* choose us */
/* my card 1 */
.my-card4 {
  width: 100%;
  height: 18rem;
  background: linear-gradient(45deg, rgba(1, 28, 18, 0.5), rgba(2, 65, 42, 0.5)), url('/img/technology.jpg');
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 30px;
}

.my-card4 p {
  /* color:#30c182; */
  color: white;
  text-shadow: 2px 2px 2px #000;
  margin-top: 7rem;
  font-size: 30px;

}

.my-card4 p:hover {
  /* color:white; */
  color: #30c182;
}

/* choose us */
/* my card 1 */
.my-card5 {
  width: 100%;
  height: 18rem;
  background: linear-gradient(45deg, rgba(1, 28, 18, 0.5), rgba(2, 65, 42, 0.5)), url('/img/technical.jpg');
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 30px;
}

.my-card5 p {
  /* color:#30c182; */
  color: white;
  text-shadow: 2px 2px 2px #000;
  margin-top: 7rem;
  font-size: 30px;

}

.my-card5 p:hover {
  /* color:white; */
  color: #30c182;
}



/* choose us */
/* my card 1 */
.my-card6{
  width: 100%;
  height: 18rem;
  background: linear-gradient(45deg, rgba(1, 28, 18, 0.5), rgba(2, 65, 42, 0.5)), url('/img/relia.jpg');
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 30px;
}

.my-card6 p {
  /* color:#30c182; */
  color: white;
  text-shadow: 2px 2px 2px #000;
  margin-top: 7rem;
  font-size: 30px;

}

.my-card6 p:hover {
  /* color:white; */
  color: #30c182;
}

.my-card7 {
  width: 100%;
  height: 18rem;
  background: linear-gradient(45deg, rgba(1, 28, 18, 0.5), rgba(2, 65, 42, 0.5)), url('/img/dist.jpg');
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 30px;
}

.my-card7 p {
  /* color:#30c182; */
  color: white;
  text-shadow: 2px 2px 2px #000;
  margin-top: 7rem;
  font-size: 30px;

}

.my-card7 p:hover {
  /* color:white; */
  color: #30c182;
}

.my-card8 {
  width: 100%;
  height: 18rem;
  background: linear-gradient(45deg, rgba(1, 28, 18, 0.5), rgba(2, 65, 42, 0.5)), url('/img/partners.jpg');
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 30px;
}

.my-card8 p {
  /* color:#30c182; */
  color: white;
  text-shadow: 2px 2px 2px #000;
  margin-top: 7rem;
  font-size: 30px;

}

.my-card8 p:hover {
  /* color:white; */
  color: #30c182;
}

.my-card9 {
  width: 100%;
  height: 18rem;
  background: linear-gradient(45deg, rgba(1, 28, 18, 0.5), rgba(2, 65, 42, 0.5)), url('/img/team.jpg');
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 30px;
}

.my-card9 p {
  /* color:#30c182; */
  color: white;
  text-shadow: 2px 2px 2px #000;
  margin-top: 7rem;
  font-size: 30px;

}

.my-card9 p:hover {
  /* color:white; */
  color: #30c182;
}
/* get-started */
.get-started{
    width: 100%;
      height: 100vh;
      background: linear-gradient(45deg, rgba(1, 28, 18, 0.5), rgba(2, 65, 42, 0.3)), url('/img/technology.jpg');
      /* background-color: rgba(0, 0, 0, 0.5); */
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      margin: 0px;
    background-attachment: fixed;
}

.my-card3 p {
  /* color:#30c182; */
  color: white;
  text-shadow: 2px 2px 2px #000;
  margin-top: 7rem;
  font-size: 30px;

}

.my-card3 p:hover {
  /* color:white; */
  color: #30c182;
}

/* get-started */
.get-started {
  width: 100%;
  height: 100vh;
  background: linear-gradient(45deg, rgba(1, 28, 18, 0.5), rgba(2, 65, 42, 0.3)), url('/img/technology.jpg');
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px;
  background-attachment: fixed;
}

.my-card3 p {
  /* color:#30c182; */
  color: white;
  text-shadow: 2px 2px 2px #000;
  margin-top: 7rem;
  font-size: 30px;

}

.my-card3 p:hover {
  /* color:white; */
  color: #30c182;
}

/* get-started */
.get-started {
  width: 100%;
  height: 100vh;
  background: linear-gradient(45deg, rgba(1, 28, 18, 0.5), rgba(2, 65, 42, 0.3)), url('/img/technology.jpg');
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px;
  background-attachment: fixed;
}

.get-started h1{
  padding-top: 120px;
  margin: 0 auto;
  text-shadow: 2px 2px 2px #000;
}
.bg-yellow{
  background-color: #30c182 !important;
}
.bg-green {
  background-color: #30c182 !important;
}
.bg-red {
  background-color: #30c182 !important;
}




