.main-wave-wrapper {
    position: relative;
    overflow: hidden;
  }
  
  .animated-wave-background {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    width: 100vw;
    height: auto;
    pointer-events: none;
    background-color: #064e3b;    
  }
  .wave-special path {
    opacity: 0;
    animation: fadeInWave 1.5s ease-out forwards;
    animation-delay: 0.4s;
  }
  
  @keyframes fadeInWave {
    to {
      opacity: 1;
    }
  }
  
  .animated-wave-background svg {
    display: block;
    width: 100vw;
    height: auto;
   
  }
  
  
body{
    background-color: #064e3b;
}

  .main {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    position: relative;
    z-index: 1;
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  

  }






  .wave-transition-bottom {
    position: relative;
    width: 100vw;
    height: auto;
    overflow: hidden;
    line-height: 0;
    transform: rotateX(180deg);
    margin-bottom: -1px;
    background: black;
  }
  
  .wave-transition-bottom svg {
    display: block;
    width: 100vw;
    height: 200px;
  }
  

  .wave-transition-bottom {
    display: flex;
    padding-bottom: 150px;
  }




  .wave-upwards-black{
   
   padding-bottom: 250px;
    position: relative;
    width: 100vw;
    height: auto;
    overflow: hidden;
    line-height: 0;
    background-color: black;
    bottom: -10px;
  }

  .wave-upwards-black svg {
    display: block;
    width: 100vw;
    height: 200px;
  }
  

  .wave-upwards-black {
    display: flex;
    
   
  }


  .wave-member svg {
    display: block;
    width: 100vw;
    height: 200px;
  }
  .wave-upwards-blackw{
    padding-bottom:100px;
    position: relative;
    width: 100vw;
    height: auto;
    overflow: hidden;
    line-height: 0;
    transform: rotateX(180deg);
    margin-bottom: -1px;
    background:  #022c22;
    
  }
  .wave-upwards-blackw svg {
    display: block;
    width: 100vw;
    height: 200px;
  }
  

  .wave-upwards-blackw {
    display: flex;
    padding-bottom: 100px;
  }


  .wave-upwards-benefit{

    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    z-index: 0;
    width: 100vw;
    height: auto;
    pointer-events: none;
    background-color: #064e3b;
    
   
  }

.wave-member {
   
    position: relative;
    width: 100vw;
    height: auto;
    overflow: hidden;
    line-height: 0;
    transform: rotateX(180deg);
    margin-bottom: -1px;
    background: #064e3b;
    padding-bottom: 60px;
    
}



.wave-member svg {
    display: block;
    width: 100vw;
    height: 100px;
  }
  

  .wave-upwards-team{
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    z-index: 0;
    width: 100vw;
    height: auto;
    pointer-events: none;
    background-color: #064e3b;
   
  }


  .wave-specials path {
    opacity: 0;
    animation: fadeInWave .8s ease-out forwards;
    animation-delay: 0.4s;
  }
  
  @keyframes fadeInWave {
    to {
      opacity: 1;
    }
  }
  
  .animated-wave-background svg {
    display: block;
    width: 100vw;
    height: auto;
   
  }
  
