





/*---------- characteristics ---------*/

.characteristics {
  width: calc(100vw - 70px);
  height: 80vh;
}

.character-left,
.character-right {
  height:80vh;
}

.characteristics p {
    margin: auto;
  text-align: center;
  line-height: 65px;
}

.pillar {
  width:15px;
  height: 80vh;
  margin: auto;
  position: relative;
  overflow: hidden;
  background: white;
  z-index: 2;
}

.hexagon-one {
  width: 120px;
  height: 65px;
  background: white;
  position: relative;
  z-index: 3;
  margin: auto;
  top: -70vh;
}
.hexagon-one:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 25px solid white;
}
.hexagon-one:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 25px solid white;
}

.hexagon-two {
  width: 120px;
  height: 65px;
  background: white;
  position: relative;
  z-index: 3;
  margin: auto;
  top: -55vh;
}
.hexagon-two:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 25px solid white;
}
.hexagon-two:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 25px solid white;
}

.hexagon-three {
  width: 120px;
  height: 65px;
  background: white;
  position: relative;
  z-index: 3;
  margin: auto;
  bottom: 40vh;
}
.hexagon-three:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 25px solid white;
}
.hexagon-three:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 25px solid white;
}

@media (max-width: 400px) {
  .character-right {
    display: none;
  }
}

@media (max-height: 300px) {
  .hexagon-one {
    width: 100px;
    height: 55px;
    background: white;
    position: relative;
    z-index: 3;
    margin: auto;
    bottom: 20vh;
  }
  .hexagon-one:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid white;
  }
  .hexagon-one:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid white;
  }

  .hexagon-two {
    display: none;
    width: 100px;
    height: 55px;
    background: white;
    position: relative;
    z-index: 3;
    margin: auto;
    top: -40vh;
  }
  .hexagon-two:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid white;
  }
  .hexagon-two:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid white;
  }

  .hexagon-three {
    display: none;
    width: 10px;
    height: 55px;
    background: white;
    position: relative;
    z-index: 3;
    margin: auto;
    bottom: 40vh;
  }
  .hexagon-three:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid white;
  }
  .hexagon-three:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid white;
  }
}

@media (max-height: 500px) {
  .hexagon-one {
    width: 100px;
    height: 55px;
    background: white;
    position: relative;
    z-index: 3;
    margin: auto;
    top: -65vh;
  }
  .hexagon-one:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid white;
  }
  .hexagon-one:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid white;
  }

  .hexagon-two {
    width: 100px;
    height: 55px;
    background: white;
    position: relative;
    z-index: 3;
    margin: auto;
    top: -43vh;
  }
  .hexagon-two:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid white;
  }
  .hexagon-two:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid white;
  }

  .hexagon-three {
    display: none;
    width: 10px;
    height: 55px;
    background: white;
    position: relative;
    z-index: 3;
    margin: auto;
    bottom: 40vh;
  }
  .hexagon-three:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid white;
  }
  .hexagon-three:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid white;
  }
}



