.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 9999;
  display: flex;
  top: 0;
  left: 0;
}

.layer {
  background-color: black;
}
.layer-1,
.layer-2,
.layer-3 {
  flex: 1;
}

.triangle {
  position: absolute;
  top: 0px;
  right: 16.66%;
  bottom: 0;
  border-left: 40rem solid transparent;
  border-right: 40rem solid transparent;
  border-bottom: 57.5rem solid rgba(0, 0, 0, 0.25);
  z-index: 4;
}

.square {
  /*height: calc(100vh + 60px);*/
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(73, 73, 213, 0.5);
  z-index: 5;
  display: none;
}

.circle {
  position: absolute;
  left: -20%;
  top: -20%;
  width: 70%;
  height: 100%;
  background: transparent;
  border: 200px solid rgba(255, 255, 255, 0.01);
  border-radius: 50%;
  z-index: 6;
  display: none;
}

#scrollToHero {
  color: #817cff;
}


/************************** hero  **************/

#hero {
  background: #2e2ea2;
  position: relative;
  padding: 60px 30px 0;
}

.column1 {
  /*background: blue;*/
  padding: 30px;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}

.column2 {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.item1 {
  /*  background: orange;*/
  padding: 15px 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex: 1 1 auto;
}

.item2 {
  /*background: red;*/
  padding: 0 15px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

#avatar-img {
  max-height: 320px;
  z-index: 7;
}

/*******************************************/
.hero-text1,
.hero-text2,
.hero-text3,
.hero-text4 {
  text-shadow: 2px 2px 4px #000000;
  color: #fff;
  z-index: 6;
}

.hero-text1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 4rem;
}

.hero-text2 {
  padding: 3px 3px 0 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.1rem;
}

.hero-text3 {
  font-weight: 900;
  font-size: 1.6rem;
}

.hero-text4 {
  padding-top: 15px;
  font-weight: 300;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.balao {
  position: relative;
  background: #fff;
  border-radius: 50px;
  padding: 25px;
  color: black;
  font-weight: 900;
  font-size: 2.2rem;
  display: flex;
  justify-content: flex-end;
}

.balao::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 30px;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0;
}

/*************************   576    ***************************/
@media (min-width: 576px) {
  .item2 {
    flex: 0;
  }
  .column1 {
    padding: 30px 0;
  }
  .hero-text1 {
    font-size: 5rem;
  }

  .hero-text2 {
    font-size: 1.6rem;
  }

  .hero-text3 {
    font-size: 2rem;
  }

  .hero-text4 {
    font-size: 1.6rem;
  }
  #avatar-img {
    max-height: 400px;
  }
  .balao {
    font-size: 2.8rem;
  }
}

/*************************   768    ***************************/
@media (min-width: 768px) {
  .column1 {
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}

/*************************   992    ***************************/
@media (min-width: 992px) {
  .column1 {
    align-items: center;
    justify-content: flex-start;
    margin-top: 70px;
  }

  .column1 {
    padding: 30px;
  }

  #avatar-img {
    max-height: 480px;
  }
  .balao {
    font-size: 3rem;
  }
  .column2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
  }
}

/******************************************************************/
@media (min-width: 1200px) {
  .hero-text1 {
    font-size: 5rem;
  }
  .hero-text2 {
    font-size: 2.2rem;
  }

  .hero-text3 {
    font-size: 2.8rem;
  }

  .hero-text4 {
    font-size: 1.4rem;
  }

  #hero {
    flex-direction: row;
  }
  .column1,
  .column2 {
    width: 50%;
    flex: 1;
  }
  .column1 {
    margin-top: 170px;
  }
  #avatar-img {
    max-height: 500px;
  }
}
/******************************************************************/

@media (min-width: 1600px) {
  .hero-text3 {
    font-size: 3.3rem;
  }
  #avatar-img {
    max-height: 600px;
  }
}

/******************************************************************/
@media (min-width: 1920px) {
  .balao {
    font-size: 4rem;
  }
}

@media (min-width: 2160px) {
  #avatar-img {
    max-height: 100%;
  }
  .balao {
    font-size: 4.5rem;
  }
  .hero-text1 {
    font-size: 7rem;
  }
  .hero-text3 {
    font-size: 5rem;
  }
  .hero-text2,
  .hero-text4 {
    font-size: 3rem;
  }
}
