@import url(styles.css);

.banner-image-balance {
  width: 100%;
  height: 100%;

}

.image-wrapper1 {
  height: 100%;
}

.image-wrapper2 {
  height: 40%;
  width: 60%;
  margin-left: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ------------------------------carousel------------------------------ */
#flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  height: 110vh;
  max-width: 1000px;
  margin: auto;
  background-color: var(--wrk-life-flx-container);
  -webkit-box-shadow: 0 1px 3px rgba(var(--color-white-rgb), 0.12),
    0 1px 2px rgba(var(--color-white-rgb), 0.24);
  box-shadow: 0 1px 3px rgba(var(--wrk-life-flx-container-rgb), 0.12), 0 1px 2px rgba(var(--wrk-life-flx-container-rgb), 0.24);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

#left-zone {
  height: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#left-zone .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.item input {
  display: none;
}

label {
  display: block;
  opacity: 0.5;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: relative;
}

label:hover {
  opacity: 0.75;
  cursor: pointer;
}

.content-test {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  height: 50%;
  width: 100%;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: none;
}

.content-test p {
  max-width: 50%;
  text-align: center;
}

#right-zone {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 50%;
}

input:checked~.content-test {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  opacity: 1;
}

@media (min-width: 480px) {
  #flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: auto;
    height: 400px;
    /* position: absolute; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  #left-zone .list {
    border-right: 2px solid var(--wrk-life-left-zone-list);
  }

  .content-test {
    width: 65%;
    height: 100%;
    pointer-events: auto;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  #left-zone {
    width: 42% !important;
  }

  #right-zone {
    height: 100%;
    width: 58% !important;
  }

}

/* If the screen size is 480px or less */
@media (max-width: 480px) {
  .content_testimonial-1 .picto {
    padding-top: 100px;
  }

  .content_testimonial-2 .picto {
    padding-top: 100px;
  }

  .content_testimonial-3 .picto {
    padding-top: 100px;
  }

  .content_testimonial-4 .picto {
    padding-top: 100px;
  }

  .content_testimonial-5 .picto {
    padding-top: 100px;
  }

  .item>label {
    font-size: 1.3rem;
  }
}

.content_testimonial-1 .picto {
  height: 200px;
  width: 300px;
  border-radius: 50px;
  background-image: url("../img/reducestress.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_testimonial-1 h2 {
  color: var(--wrk-life-content_testimonial-1-h2);
  text-align: center;
  font-size: x-large;
}


.content_testimonial-2 .picto {
  height: 200px;
  width: 300px;
  border-radius: 50px;
  background-image: url("../img/improveproductivity.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_testimonial-2 h2 {
  color: var(--wrk-life-content_testimonial-2-h2);
  font-size: x-large;
}

.content_testimonial-3 .picto {
  height: 200px;
  width: 300px;
  border-radius: 50px;
  background-image: url("../img/imprvdrelatioship.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_testimonial-3 h2 {
  color: var(--wrk-life-content_testimonial-3-h2);
  font-size: x-large;
}

.content_testimonial-4 .picto {
  height: 200px;
  width: 300px;
  border-radius: 50px;
  background-image: url("../img/wellbeing.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_testimonial-4 h2 {
  color: var(--wrk-life-content_testimonial-4-h2);
  font-size: x-large;
}

.content_testimonial-5 .picto {
  height: 200px;
  width: 300px;
  border-radius: 50px;
  background-image: url("../img/creativity.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_testimonial-5 h2 {
  color: var(--wrk-life-content_testimonial-5-h2);
}

.content-test h1:first-letter {
  text-transform: uppercase;
  font-size: x-large;
}

input:checked~label {
  opacity: 1;
  -webkit-animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

input:checked~label.label_testimonial-1 {
  color: var(--wrk-life-content_testimonial-1-label-bc);
  border-right: solid 4px var(--wrk-life-content_testimonial-1-label-bc);
}

input:checked~label.label_testimonial-2 {
  color: var(--wrk-life-content_testimonial-2-label-bc);
  border-right: solid 4px var(--wrk-life-content_testimonial-2-label-bc);
}

input:checked~label.label_testimonial-3 {
  color: var(--wrk-life-content_testimonial-3-label-bc);
  border-right: solid 4px var(--wrk-life-content_testimonial-3-label-bc);
}

input:checked~label.label_testimonial-4 {
  color: var(--wrk-life-content_testimonial-4-label-bc);
  border-right: solid 4px var(--wrk-life-content_testimonial-4-label-bc);
}

input:checked~label.label_testimonial-5 {
  color: var(--wrk-life-content_testimonial-5-label-bc);
  border-right: solid 4px var(--wrk-life-content_testimonial-5-label-bc);
}


label.label_testimonial-1:before {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  /* margin-left: 15px; */
  background-image: url("../img/reducestress.webp");
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
  border-radius: 50%;
}

label.label_testimonial-2:before {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  /* margin-left: 15px; */
  background-image: url("../img/improveproductivity.jpg");
  background-position: center;
  background-size: 75% 75%;
  border-radius: 50%;
  background-repeat: no-repeat;
}

label.label_testimonial-3:before {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  /* margin-left: 15px; */
  background-image: url("../img/imprvdrelatioship.jpg");
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
  border-radius: 50%;
}

label.label_testimonial-4:before {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  /* margin-left: 15px; */
  background-image: url("../img/wellbeing.webp");
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
  border-radius: 50%;
}

label.label_testimonial-5:before {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  /* margin-left: 15px; */
  background-image: url("../img/creativity.jpg");
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
  border-radius: 50%;
}

label:first-letter {
  text-transform: uppercase;
}

.label_testimonial-1:hover {
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(var(--wrk-life-content_testimonial-1-hover-bg1)),
      to(var(--wrk-life-content_testimonial-1-hover-bg2)));
  background-image: -webkit-linear-gradient(left, var(--wrk-life-content_testimonial-1-hover-bg1), var(--wrk-life-content_testimonial-1-hover-bg2));
  background-image: -o-linear-gradient(left, var(--wrk-life-content_testimonial-1-hover-bg1), var(--wrk-life-content_testimonial-1-hover-bg2));
  background-image: linear-gradient(to right, var(--wrk-life-content_testimonial-1-hover-bg1), var(--wrk-life-content_testimonial-1-hover-bg2));
  font-size: 1.1rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}

.label_testimonial-2:hover {
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(var(--wrk-life-content_testimonial-2-hover-bg1)),
      to(var(--wrk-life-content_testimonial-2-hover-bg2)));
  background-image: -webkit-linear-gradient(left, var(--wrk-life-content_testimonial-2-hover-bg1), var(--wrk-life-content_testimonial-2-hover-bg2));
  background-image: -o-linear-gradient(left, var(--wrk-life-content_testimonial-2-hover-bg1), var(--wrk-life-content_testimonial-2-hover-bg2));
  background-image: linear-gradient(to right, var(--wrk-life-content_testimonial-2-hover-bg1), var(--wrk-life-content_testimonial-2-hover-bg2));
  font-size: 1.1rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}

.label_testimonial-3:hover {
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(var(--wrk-life-content_testimonial-3-hover-bg1)),
      to(var(--wrk-life-content_testimonial-3-hover-bg2)));
  background-image: -webkit-linear-gradient(left, var(--wrk-life-content_testimonial-3-hover-bg1), var(--wrk-life-content_testimonial-3-hover-bg2));
  background-image: -o-linear-gradient(left, var(--wrk-life-content_testimonial-3-hover-bg1), var(--wrk-life-content_testimonial-3-hover-bg2));
  background-image: linear-gradient(to right, var(--wrk-life-content_testimonial-3-hover-bg1), var(--wrk-life-content_testimonial-3-hover-bg2));
  font-size: 1.1rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}

.label_testimonial-4:hover {
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(var(--wrk-life-content_testimonial-4-hover-bg1)),
      to(var(--wrk-life-content_testimonial-4-hover-bg2)));
  background-image: -webkit-linear-gradient(left, var(--wrk-life-content_testimonial-4-hover-bg1), var(--wrk-life-content_testimonial-4-hover-bg2));
  background-image: -o-linear-gradient(left, var(--wrk-life-content_testimonial-4-hover-bg1), var(--wrk-life-content_testimonial-4-hover-bg2));
  background-image: linear-gradient(to right, var(--wrk-life-content_testimonial-4-hover-bg1), var(--wrk-life-content_testimonial-4-hover-bg2));
  font-size: 1.1rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}

.label_testimonial-5:hover {
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(var(--wrk-life-content_testimonial-5-hover-bg1)),
      to(var(--wrk-life-content_testimonial-5-hover-bg2)));
  background-image: -webkit-linear-gradient(left, var(--wrk-life-content_testimonial-5-hover-bg1), var(--wrk-life-content_testimonial-5-hover-bg2));
  background-image: -o-linear-gradient(left, var(--wrk-life-content_testimonial-5-hover-bg1), var(--wrk-life-content_testimonial-5-hover-bg2));
  background-image: linear-gradient(to right, var(--wrk-life-content_testimonial-5-hover-bg1), var(--wrk-life-content_testimonial-5-hover-bg2));
  font-size: 1.1rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}

p.testimonialState {
  margin-top: -5px;
  font-size: 0.8rem;
  font-style: italic;
  color: var(--wrk-life-p-testimonial-color);
}

p.testimonialFrom {
  margin-top: 5px;
  font-weight: bold;
  color: var(--wrk-life-p-testimonialform-color);
}

@media screen and (max-width: 600px) {
  #flex-container {

    width: 100%;
    min-height: 700px;
    height: auto;

    background-color: var(--wrk-life-flx-container);
    -webkit-box-shadow: 0 1px 3px rgba(var(--wrk-life-flx-container-rgb), 0.12),
      0 1px 2px rgba(var(--wrk-life-flx-container-rgb), 0.24);
    box-shadow: 0 1px 3px rgba(var(--wrk-life-flx-container-rgb), 0.12), 0 1px 2px rgba(var(--wrk-life-flx-container-rgb), 0.24);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }

  .content-test {
    width: 100%;
    height: 100%;
    pointer-events: auto;
    -webkit-transform: translateY(-8%);
    -ms-transform: translateY(-8%);
    transform: translateY(-8%);
    pointer-events: auto;
    top: 100px;

  }

  #left-icon-content {
    width: 100%;
    height: auto;
  }

  #right-zone {
    height: 100%;
    width: 0%;
  }
}