@import 'z-index_values.css';


.one{
  opacity: 0;
  pointer-events: none;
  
}

.hero_end_container h2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
}

section .hero_portfolio_container{
  width: 100%;
  height: 100%;
  pointer-events: none;
  
  opacity: 0;
}

.project {
  width: 100%;
  height: 200px;
  background: #e0e0e0;
  cursor: pointer;
}

.scrollText_end_hero{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
}

.scrollText1{
  display: flex;
  flex-direction: column;
  width: 600px;
  height: 100%;
  z-index: var(--z-index-scrollText);
  pointer-events: none;
  align-items: center;
  justify-content: center;
  
  position: fixed;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
  transition: opacity 0.5s ease-in-out;
}


.potentiale{
  display: flex;
  flex-direction: column;
  width: 40%;
  /* background-color: brown; */
  height: 100%;
  z-index: var(--z-index-scrollText);
  pointer-events: none;
  align-items: center;
  justify-content: center;
  
  position: fixed;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}


@media screen and (max-width: 1180px) {
  .scrollText1 h2, 
  .scrollText1 p, 
  .scrollText1 h2 span,
  .scrollText2 {
    /* text-align: center; */
    /* margin: 16px auto;
    grid-area: content; */
  }
  
  
  

  
  .scrollText2{
    padding: 30px;
    width: 100%;
    right: 0%;
  }
  
  h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    font-family: inherit;
    
  }
  
  h2 span {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 10px;
    width: 100%;
    text-align: center;
  }
  
  p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    text-align: center;
    width: 70%;
  }
  
}