:root {
  --primary: #75c151;
  --secondery: #096f6b;
  --light-white: #f3f3f2;
  --white: #ffffff;
  --light-primary: #40c2cc;
}
.h-10{
  height: 200px;
}
.w-10{
  width: 200px;
}
.pt-50 {
  padding: 50px;
}
.bg-primary {
  background-color: var(--primary) !important;
}
.bg-light-primary {
  background-color: var(--light-primary) !important;
}
.bg-secondery {
  background-color: var(--secondery) !important;
}
* {
  padding: 0;
  margin: 0;
  font-family: "Cairo", sans-serif;
}
p {
  color: #777679;
  margin: 0;
}
/* navbar */

nav ul li a {
  color: #ffffff !important;
}
.word-icon {
  border-radius: 50%;
  background-color: #75c151;
  width: 15px;
  height: 15px;
}
.signinNav-btn button{
  color: white !important;
  font-family: "Cairo", sans-serif !important;
  font-size: 14px !important;


}
/* main sections */

/* hero */
.hero {
  min-height: 100vh;
  background-size: cover;
  padding-top: 150px;
  background-repeat: no-repeat;
}
.hero p {
  font-size: 20px;
  line-height: 37px;
}

.hero .signInBtn button {
  background-color: var(--light-primary) !important;
}

.hero button {
  background-color: var(--primary);
  outline: none;
  border: none;
  padding: 5px;
  color: white;
  border-radius: 20px;
}
.hero button span {
  height: 30px;
  width: 30px;
  border-radius: 30px;
  display: inline-block;
  background-color: white;
}
.hero button svg path {
  fill: var(--primary);
}
.header-container {
  margin-top: 10px;
  margin-bottom: 20px;
}
.main-title {
  color: var(--secondery);
  font-weight: 700;
  font-size: 41px;
}
.video_holder{
  height: 350px;
  width: 90%;
  margin: auto;
  border-radius: 30px;
  background: var(--secondery);
  position: relative;
}
.video_icon{
  position: absolute;
  top:40%;
  right: 45%;
}
/* ************************************* */
.why-us-card{
  height: 170px;
  background-size: cover;
  background-repeat: no-repeat;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  /* background-image:u rgba(0, 0, 0, 0.5); Faded shade of black */
}
.card-text {
  color: #fff; /* Text color on the overlay */
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* challengeAreas
card-body */

.challengeAreasCards{
  border: 1px solid #E6E7E7;
  box-shadow: 15px 15px 30.600000381469727px 0px #00000008;
background-color: white;
}
.collapseWidthMunicipal{
  color: var(--secondery);
}
.collapseWidthHousing{
  color: var(--primary);
}
.collapseWidthMunicipal,
.collapseWidthHousing{
  font-weight: 700;
  font-size: 20px;
}

#collapseWidthMunicipal h5 {
  color: var(--secondery);
}
#collapseWidthMunicipal .numCard {
  background-color: var(--secondery);
}
#collapseWidthHousing h5 {
  color: var(--primary);
}
#collapseWidthHousing p {
  font-size: 17px;
}
#collapseWidthHousing .numCard {
  background-color: var(--primary);
}
#challengeAreas .card-body {
  color: #777679;
  border: none;
}
#challengeAreas .card-body p {
  border: 1px solid #e6e7e7;
  padding: 7px;
  margin: 5px 0;
  border-radius: 18px;
}
#challengeAreas .card-body p .numCard {
  color: white;
  font-weight: 700;
  width: 30px;
  text-align: center;
  margin: auto;
  display: inline-block;
  height: 30px;
  border-radius: 18px;
}

/* evaluation and tagert */
#targetType h4 {
  color: var(--secondery);
  font-size: 40px;
  font-weight: 700;
}
.target-container {
  background-color: #f8f9fb;
}

#targetType .evaluationCard {
  border: 1px solid #e6e7e7;
}
#targetType .evaluationCard p {
  color: #777679;
}

.evaluation-container,
.target-container {
  background-size: cover;
  object-position: center;
  min-height: 250px;
  display: flex;
  width: 100%;
  align-items: center;
}
#evaluation h4 {
  color: var(--primary);
  font-size: 40px;
  font-weight: 700;
}
.top-right {
  position: absolute;
  right: 15px;
  top: 15px;
}
.bottom-left {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.bottom-right {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.top-left {
  position: absolute;
  top: 15px;
  left: 15px;
}
.pos_center{
  position: absolute;
  bottom: 15px;
  right: 50%;
}

.evaluationCard {
  border: 1px solid var(--primary);
}
.evaluationCard p {
  color: white;
  padding-left: 30px;
  font-size: 20px;
}

/* condations */
#condations ul {
  padding: 10px;
}
#condations ul li {
  list-style-type: square;
  color: #777679;
}
.condations-image {
  width: 150px;
  height: 150px;
}
/*  */
.accordion-section {
  margin-bottom: 50px;
  padding-bottom: 30px;
}

footer {
  padding-top: 30px;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
}

footer section {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 480px) {
}

@media (max-width: 992px) {
  .navbar-nav {
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
  }
  .navbar-collapse {
    text-align: center;
    background-color: #777679;
    padding: 10px 20px;
    /*margin: auto;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .navbar-collapse .sign-nav {
    padding: 0 !important;
    margin: 0 !important;
    flex-direction: column;
  }
}
