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

/* indicators */
.indicators div {
  background: url(../img/edtechs/indicators/bg-indicators.png) no-repeat center center / 100% 100% !important;
}
.indicators h5 {
  font-family: 'VT323', monospace;
  font-size: 45px;
}
#indicators p strong {
  font-weight: 500;
}
/* solutions */
#solutions::before {
  transform: rotate(0);
  background:
    url(../img/edtechs/layers/cloud.png) no-repeat center top / 100% auto,
    url(../img/edtechs/layers/stars.png) no-repeat center top / 100% auto,
    url(../img/edtechs/nave1.png) no-repeat right -80px top 60px / 800px auto,
    url(../img/edtechs/layers/tech.png) no-repeat center bottom / 100% auto;
  background-color: #376fb6;
}
#solutions .container {
  padding-bottom: 200px;
}
#solutions .container h3, #solutions .container p {
  position: relative;
  z-index: 200;
}
#solutions .container h3 {
  color: #44fdff;
  margin-top: 50px;
}
#solutions .container p {
  color: #fff;
}

/* reasons */
#reasons {
  background-color: #2ed1cd;
}
#reasons::after {
  display: none;
}
#reasons .container {
  padding-top: 140px;
  padding-bottom: 450px;
}
#reasons .container::before {
  display: none;
}
#reasons .container::after {
  background: url(../img/edtechs/layers/layer4.png) no-repeat bottom center / 100% auto;
}
#reasons h3 {
  font-size: 45px;
  color: #315284;
}
#reasons p {
  font-size: 22px;
  line-height: 35px;
  color: #315284;
  font-weight: 400;
}
#reasons .benefits h5 {
  background-color: #2ed1cd;
}
.benefits > div:last-child div.text p {
  background-color: #2ed1cd;
}

/* how-work */
#how-work {
  background-color: #6a9ebe;
  display: inline-block;
  width: 100%;
}
#how-work h2 {
  font-size: 50px;
  color: #fff;
}
#how-work p {
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
}
#how-work .plans {
  display: flex;
  padding: 30px 15px 0;
  justify-content: center;
}
#how-work .plan {
  /* width: 567px; */
  width: 430px;
  margin: 0 10px;
}
#how-work .plan .header {
  background: url(../img/edtechs/plan1.png) no-repeat center center / 100% 100%;
  /* height: 257px; */
  height: 195px;
  position: relative;
  margin-right: -1px;
}
#how-work .plan .header h3 {
  font-family: 'VT323', monospace;
  font-size: 60px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #00ffff;
  position: absolute;
  top: 25px;
}
#how-work .plan .header span {
  font-family: 'VT323', monospace;
  font-size: 26px;
  font-weight: 400;
  color: #00ffff;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 91px;
  width: 100%;
  text-align: center;
}
#how-work .plan .body {
  background: url(../img/edtechs/plan2.png) repeat-y center center / 100% 1px;
  padding: 0 30px 15px;
}
#how-work .plan .body li {
  font-family: 'Montserrat';
  font-size: 24px;
  line-height: 50px;
  color: #00ffff;
  padding-left: 40px;
  background: url(../img/edtechs/check.png) no-repeat center left;
}
#how-work .plan .body li.no-check {
  background: url(../img/edtechs/no-check.png) no-repeat center left;
}
#how-work .plan .button {
  background: url(../img/edtechs/plan3.png) no-repeat center center / 100% 100%;
  /* height: 166px; */
  height: 126px;
  width: calc(100% - 3px);
  margin-left: 1px;
  position: relative;
}
#how-work .plan .button a {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 33px;
  width: 100%;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 45px;
}
#how-work .cta {
  margin: 100px auto 0;
}

/* methodology */
#methodology {
  background: #6a9ebe;
}
#methodology h2 {
  color: #fff;
}
#customizable-content img {
  display: none;
  margin-top: 50px;
}
#customizable-content img.active {
  display: inline-block;
}

/* functionalities */
#functionalities {
  background: linear-gradient(#6a9ebe 40%, #a593ff 100%);
  margin: 0;
  padding: 150px 0 0;
  display: inline-block;
  width: 100%;
  position: relative;
}
#functionalities::after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: url(../img/edtechs/nave2.png) no-repeat top -62% center / auto 75%;
  z-index: 1;
}
#functionalities .container {
  max-width: 1200px;
}
#functionalities::before {
  display: none;
}
#functionalities h2 {
  color: #fff;
  position: relative;
  z-index: 200;
}
#functionalities h2.yellow {
  margin-top: 500px;
  color: #acf77f;
  margin-bottom: 0;
}
#functionalities h3 {
  color: #000;
  margin: 15px 0 100px;
  position: relative;
  z-index: 200;
}
#functionalities .cta {
  position: relative;
  z-index: 300;
  margin-bottom: 150px;
}

/* footer */
footer {
  background-color: #a593ff;
}

@media screen and (max-width: 1200px) {
  #how-work .plans {
    padding: 0;
    max-width: 100%;
    flex-wrap: wrap;
  }
  #how-work .plan {
    margin: 20px 10px;
    max-width: 100%;
  }
  #how-work .plan .header h3 {
    font-size: 50px;
    top: 42px;
  }
  #how-work .plan .body li {
    font-size: 18px;
    line-height: 30px;
    padding-left: 29px;
    background: url(../img/edtechs/check.png) no-repeat center left / 20px 20px;
  }
  #how-work .plan .body li.no-check {
    background: url(../img/edtechs/no-check.png) no-repeat center left / 20px 20px;
  }
  #how-work .plan .button a {
    font-size: 25px;
    top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .objects .streamer {
    display: none;
  }
  #methodology {
    padding-left: 15px;
    padding-right: 15px;
  }
  #functionalities h3 {
    font-size: 30px;
    line-height: 40px;
  }
}