/* OBJECTS */
.objects .streamer h2 {
  color: #ededed;
}
.objects .streamer p {
  color: #ededed;
}

/* INDICATORS */
.indicators div:nth-child(1) {
  background: url('../img/family/indicators/bg-indicators1.png') no-repeat center center / 100% 100%;
}
.indicators div:nth-child(2) {
  background: url('../img/family/indicators/bg-indicators1.png') no-repeat center center / 100% 100%;
}
.indicators div:nth-child(3) {
  background: url('../img/family/indicators/bg-indicators1.png') no-repeat center center / 100% 100%;
}
.indicators div:nth-child(4) {
  background: url('../img/family/indicators/bg-indicators1.png') no-repeat center center / 100% 100%;
}
.indicators h5 {
  color: #252b34;
  font-size: 28px;
}
.indicators span {
  color: #252b34;
}

/* solutions */
#solutions::before {
  background-color: #349ee1;
}
#solutions .container {
  padding-bottom: 200px;
  display: flex;
}
#solutions .container div:nth-child(1) {
  width: 60%;
}
#solutions .container div:nth-child(2) {
  width: 40%;
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
#solutions .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -2px;
  background: url(../img/family/layers/bike.png) no-repeat bottom center / auto 150px;
  z-index: -1;
}
#solutions .container .content {
  position: relative;
}
#solutions .container .content img {
  position: relative;
  z-index: 2;
}
#solutions .container .content video {
  position: absolute;
  width: 324px;
  height: 94.5%;
  max-width: 100%;
  top: 2.5%;
  left: 0;
  z-index: 1;
}
#solutions h2 {
  width: 100%;
  color: #171085;
  margin-top: 70px;
  margin-bottom: 0;
  text-align: left;
  font-size: 40px;
  font-weight: 900;
}
#solutions h3 {
  width: 100%;
  color: #ffffff;
  text-align: left;
  font-size: 35px;
  margin-bottom: 25px;
}
#solutions p {
  width: 100%;
  color: #ffffff;
  text-align: left;
  font-size: 30px;
  line-height: 42px;
  margin: 0;
  padding-left: 100px;
  padding-right: 100px;
}
#solutions .cta {
  background-color: #aee9f5;
  color: #171085;
  border-radius: 25px;
  margin: 50px 0 20px 100px;
}

/* reasons */
#reasons {
  background-color: #ba067c;
}
#reasons .container {
  background: url(../img/family/layers/coins.png) no-repeat bottom center;
  padding-top: 150px;
}
#reasons .container::before {
  background: none;
}
#reasons .container h3 {
  margin-bottom: 50px;
}
#reasons .container h4 {
  color: #fff;
  font-weight: 900;
  margin-top: 50px;
  margin-bottom: 30px;
}
#reasons .container p {
  text-align: left;
  margin-bottom: 25px;
  max-width: 800px;
}
#reasons .container::after {
  background: none;
}
#reasons::after {
  background: none;
}

/* how-work */
#how-work {
  background: url(../img/family/layers/houses.png) no-repeat bottom center;
  background-color: #000;
  padding-bottom: 370px;
}
#how-work h2 {
  color: #fff;
  font-size: 42px;
}
#how-work h2 strong {
  font-size: 45px;
}
#how-work .text {
  padding-right: 50px;
}
#how-work h5 {
  color: #fff;
  width: 100%;
}
#how-work p {
  color: #fff;
  text-align: left;
  margin: 0;
}
.functionalities > div:nth-child(odd) .text {
  padding-right: 50px;
}
.functionalities > div:nth-child(even) .text {
  padding-left: 50px;
}
.functionalities > div:nth-child(odd) h5, .functionalities > div:nth-child(even) h5 {
  padding: 0;
}
.functionalities > div:nth-child(even) h5, #how-work .functionalities > div:nth-child(even) p {
  padding: 0;
  text-align: right;
}
#how-work .cta {
  margin-top: 50px;
}

/* functionalities */
#functionalities {
  background: url(../img/family/layers/tiles-top.png) no-repeat bottom center;
  background-color: #169144;
  margin: 0;
  padding-bottom: 350px;
}
#functionalities h3 {
  font-size: 40px;
}
#functionalities h3 strong {
  font-size: 50px;
}
#functionalities p {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  /* text-align: right; */
}
#functionalities .cta {
  background-color: #fbff00;
  color: #06530b;
}
#functionalities::before {
  display: none;
}

/* methodology */
#methodology {
  background: url(../img/family/layers/tiles-bottom.png) no-repeat top center;
  padding-top: 300px;
  position: relative;
}
#methodology::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(#002858 70%, #f99600 100%);
  z-index: -1;
}
#methodology h2 {
  color: #44fdff;
  font-size: 40px;
}
#methodology p {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  max-width: 800px;
}
#methodology p.blue {
  color: #44fdff;
}
#methodology p.left {
  text-align: left;
  margin-left: 130px;
  margin-top: 20px;
  margin-bottom: 0;
}
#methodology h3 {
  color: #fff;
  font-size: 35px;
  margin-top: 60px;
  margin-bottom: 35px;
}
#methodology h4 {
  color: #fff;
  margin-top: 100px;
  margin-bottom: 30px;
  text-align: left;
  font-size: 35px;
}
#methodology .cta {
  margin: 100px auto;
  text-align: center;
}
#methodology .cta.blue {
  background-color: #44fdff;
  color: #0d1e5a;
}
#methodology .cta.yellow {
  background-color: #fabc00;
  color: #0d1e5a;
}
#methodology .mb-0 {
  margin-bottom: 0;
  color: #f99801;
}
#methodology .mt-0 {
  margin-top: 0;
}

/* FOOTER */
footer {
  background-color: #f99600;
}

@media screen and (max-width: 768px) {
  .objects .streamer {
    display: none;
  }
  #solutions .container div:nth-child(1) {
    width: 100%;
  }
  #solutions .container div:nth-child(2) {
    display: none;
  }
  #solutions h2 {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  #solutions h3 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
    line-height: 40px;
  }
  #solutions p {
    text-align: center;
    padding: 0;
  }
  #solutions .cta {
    margin-left: auto;
    margin-right: auto;
  }
  #reasons .container h3 {
    font-size: 35px;
    line-height: 40px;
  }
  #reasons .container p {
    margin-left: 15px;
    margin-right: 15px;
  }
  #how-work p {
    text-align: center !important;
    margin-bottom: 30px;
  }
  #how-work .text {
    padding: 0 15px !important;
  }
  #how-work .cta {
    margin-left: auto;
    margin-right: auto;
  }
  #functionalities {
    padding-top: 1px;
    padding-bottom: 100px;
  }
  #functionalities h3 {
    font-size: 30px;
    line-height: 35px;
  }
  #functionalities h3 strong {
    font-size: 30px;
    line-height: 35px;
  }
  #functionalities p {
    text-align: center;
  }
  #methodology {
    padding-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #methodology h3 {
    line-height: 45px;
  }
  #methodology h4 {
    padding: 0;
  }
  #methodology p.left {
    margin-left: 20px
  }
  #methodology .mb-0 {
    font-size: 30px;
    padding: 0;
    line-height: 40px;
  }
  #methodology .mt-0 {
    font-size: 30px;
    line-height: 40px;
    padding: 0;
  }
}