/*---Mobile---*/

.gap-mobile {
  height: 50px;
}

/*banner*/
.banner-container {
  background-color: #FFFFFF;
  background-image: url("../images/consulting.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: calc(100vh - 70px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-info {
  width: 80%;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 50px;
}

.banner-info--header {
  color: #006DB1;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.banner-info--subheader {
  color: #FBBA00;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.banner-info--content {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}

/*criteria*/
.criteria-container {
  background-color: #F5F5F5;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.criteria-header {
  color: #006DB1;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.criteria-content {
  font-size: 16px;
  text-align: center;
  width: 90%;
  margin-bottom: 20px;
}

/*why section*/
.why-container {
  background-color: #F5F5F5;
  padding-bottom: 30px;
}

.why-header {
  color: #006DB1;
  font-size: 30px;
  font-weight: 700;
  padding: 20px 10px;
  margin: 0;
  text-align: center;
}

.why-cards-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 270px;
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-top: 120px;
}

.why-card--top {
  position: relative;
  bottom: 100px;
  width: 200px;
  height: 200px;
  background-color: #006DB1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-card--top img {
  height: 80px;
  width: 80px;
}

.why-card--header {
  color: #006DB1;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-top: -70px;
}

.why-card--separator {
  background-color: #FBBA00;
  width: 30%;
  height: 2px;

}

.why-card--content {
  font-size: 16px;
  text-align: center;
  padding: 10px;
}

/*process*/
.process-container {
  background-color: #006DB1;
  padding: 30px 10px;
}

.steps-container {
  display: none;
}

.process-1--header {
  color: #FBBA00;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}

.process-1--content {
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
}

.process-2--header {
  color: #FBBA00;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}

.process-2--content {
  color: #FFFFFF;
  font-size: 16px;
}

/*---Medium screen---*/
@media all and (min-width: 950px) {
  .gap-mobile {
    display: none;
  }

  /*banner*/
  .banner-container {
    height: calc(100vh - 100px);
  }

  .banner-info {
    padding: 40px;
  }
  
  .banner-info--header {
    font-size: 40px;
    margin: 15px 0;
  }
  
  .banner-info--subheader {
    font-size: 35px;
    margin: 0;
  }

  .banner-info--content {
    font-size: 18px;
  }

  /*criteria*/
  .criteria-header {
    font-size: 35px;
  }
  
  .criteria-content {
    font-size: 18px;
    width: 80%;
    margin-bottom: 30px;
  }

  /*why section*/
  .why-header {
    font-size: 35px;
  }

  .why-cards-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    margin-bottom: 30px;
  }

  .why-card {
    width: 20%;
    margin-top: 80px;
  }

  .why-card--top {
    position: relative;
    bottom: 60px;
    width: 120px;
    height: 120px;
    background-color: #006DB1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .why-card--top img {
    width: 75px;
    height: 75px;
  }

  .why-card--header {
    color: #006DB1;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    margin-top: -50px;
  }
  
  .why-card--content {
    font-size: 16px;
    text-align: center;
    padding: 10px;
  }

  /*Process*/
  .process-container {
    padding: 30px 50px;
  }

  .steps {
    width: 80%;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
  }

  .steps-container {
    display: inherit;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .steps-header {
    color: #006DB1;
    font-size: 24px;
    font-weight: 700;
  }

  .progress-container {
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .steps-circle {
    flex: 1;
    cursor: pointer;
  }

  .steps-circle--draw {
    width: 20px;
    height: 20px;
    background-color: #006DB1;
    border-radius: 50%;
  }

  .walker {
    width: 60px;
    height: 60px;
    position: relative;
    top: 40px;
    left: -45%;
  }

  .walker img {
    width: 60px;
    height: 60px;
  }

  .steps-line {
    width: 20px;
    height: 2px;
    background-color: #006DB1;
    flex: 6;
  }

  .prev-step, .next-step {
    cursor: pointer;
  }

  .current-step--cont {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .current-step--cont p {
    margin: 70px 20px 70px;
    width: 70%;
    text-align: center;
    font-size: 20px;
  }

  .process-1 {
    width: 100%;
    height: 400px;
    padding: 0;
    margin-bottom: -120px;
  }
  
  .process-1--header {
    z-index: 20;
    background-color: #FBBA00;
    border-radius: 20px;
    width: 40%;
    height: 200px;
    margin: 100px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .process-1--header p {
    margin: 0;
    color: #006DB1;
    font-size: 30px;
    font-weight: 700;
  }
  
  .process-1--content {
    z-index: 10;
    background-color: #FFFFFF;
    border-radius: 20px;
    width: 60%;
    height: 340px;
    position: relative;
    top: -370px;
    left: 20%;
    padding-left: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .process-1--content p {
    color: black;
    font-size: 18px;
    padding: 0 40px;
  }

  .process-2 {
    width: 100%;
    height: 400px;
    padding: 0;
    margin-bottom: -120px;
  }
  
  .process-2--header {
    z-index: 20;
    background-color: #FBBA00;
    border-radius: 20px;
    width: 40%;
    height: 200px;
    margin: 100px 0;
    position: relative;
    left: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .process-2--header p {
    margin: 0;
    color: #006DB1;
    font-size: 30px;
    font-weight: 700;
  }
  
  .process-2--content {
    z-index: 10;
    background-color: #FFFFFF;
    border-radius: 20px;
    width: 60%;
    height: 340px;
    position: relative;
    top: -370px;
    padding-right: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .process-2--content ul {
    color: black;
    font-size: 18px;
    padding: 0 40px 0 80px;
  }
}

/*---Large Screen---*/
@media all and (min-width: 2000px) {
  .gap-mobile {
    display: none;
  }

  /*banner*/
  .banner-container {
    height: calc(100vh - 125px);
  }

  .banner-info {
    padding: 50px;
  }
  
  .banner-info--header {
    font-size: 60px;
  }
  
  .banner-info--subheader {
    font-size: 40px;
  }

  .banner-info--content {
    font-size: 20px;
  }
  
  /*why*/
  .why-card {
    width: 20%;
    margin-top: 120px;
  }

  .why-card--top {
    position: relative;
    bottom: 100px;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .why-card--top img {
    height: 100px;
    width: 100px;
  }

  /*Process*/
  .process-container {
    padding: 30px 150px;
  }

  .process-1 {
    height: 500px;
    margin-bottom: -120px;
  }
  
  .process-1--header {
    height: 260px;
    margin: 120px 0;
  }

  .process-1--header p {
    font-size: 50px;
  }
  
  .process-1--content {
    height: 400px;
    top: -450px;
  }

  .process-1--content p {
    font-size: 22px;
  }

  .process-2 {
    height: 500px;
    margin-bottom: -120px;
  }
  
  .process-2--header {
    height: 260px;
    margin: 120px 0;
  }

  .process-2--header p {
    font-size: 50px;
  }
  
  .process-2--content {
    height: 400px;
    top: -450px;
  }

  .process-2--content ul {
    font-size: 22px;
  }
}