.fade-in-bottom {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
  
  .fade-in-bottom.show {
    opacity: 1;
    transform: translateY(0);
  }

  .parallax-container {
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
  }



  

.scroll{
  counter-reset: card;
  position: relative;
  display: block;
}

.scroll section h2{position: sticky;top:60px}

.scroll section .list .block {
  position: sticky;
  top: 150px;
}