/* hero-section pointer arrow */
.pointer {
    animation: bounce 1.5s infinite ease-in-out;
    background-color: transparent;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0%;
    left: 50%;
}

.pointer .arrow2 {
    display: inline-block;
    width: 30px;
    height: 30px;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}
.abnimacjahero0::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #2f853e;
    width: 0%;
    transition: width 1s ease;
}
.abnimacjahero0.active::after {
    width: 100%;
}


/* working */
/* hero*/
.aanimacjahero1 {
    transition: all 0.5s;
    transition-delay: .4s;
    opacity: 0;
}
.aanimacjahero1.active {
    transition: all 0.5s;
    transition-delay: .4s;
    opacity: 1;
}
.aanimacjahero2 {
    transition: all 0.5s;
    transition-delay: .7s;
    opacity: 0;
}
.aanimacjahero2.active {
    transition: all 0.5s;
    transition-delay: .7s;
    opacity: 1;
}

/* sc 1 */
.animacja1 {
    transition: all 0.5s;
    transform: scale(0.7);
    opacity: 0;
}
.animacja1.active {
    transition: all 0.5s;
    transform: scale(1);
    opacity: 1;
}
.animacja2 {
    transition: all 0.5s;
    transform: scale(0.7);
    opacity: 0;
    transition-delay: .2s;
}
.animacja2.active {
    transition: all 0.5s;
    transform: scale(1);
    opacity: 1;
    transition-delay: .2s;
}
.animacja3 {
    transition: all 0.5s;
    transform: scale(0.7);
    opacity: 0;
    transition-delay: .2s;
}
.animacja3.active {
    transition: all 0.5s;
    transform: scale(1);
    opacity: 1;
    transition-delay: .2s;
}
.animacja4 {
    transition: all 0.5s;
    opacity: 0;
    transition-delay: .4s;
}
.animacja4.active {
    transition: all 0.5s;
    opacity: 1;
    transition-delay: .4s;
}
.animacja5 {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition: all 0.5s;
}
.animacja5.active {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.5s;
}
.animacja6 {
    transform: scale(1.2);
    transition: all 0.5s;
    transition-delay: .18s;
    opacity: 0;
}
.animacja6.active {
    transform: scale(1);
    transition: all 0.5s;
    transition-delay: .18s;
    opacity: 1;
}
.animacja7 {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition: all 0.5s;
    transition-delay: .2s;
}
.animacja7.active {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.5s;
    transition-delay: .2s;
}
.animacja8 {
    opacity: 0;
    transition: all 0.8s;
    transition-delay: .2s;
    transform: scale(1.4);
}
.animacja8.active {
    opacity: 1;
    transition: all 0.8s;
    transition-delay: .2s;
    transform: scale(1);
}



.animacja9 {
    opacity: 0;
    transition: all 0.8s;
    transition-delay: .3s;
    transform: translateX(50px);
}
.animacja9.active {
    opacity: 1;
    transition: all 0.8s;
    transition-delay: .3s;
    transform: translateX(0px);
}
.animacja10 {
    opacity: 0;
    transition: all .8s;
    transition-delay: .3s;
    transform: translateX(-50px);
}
.animacja10.active {
    opacity: 1;
    transition: all .8s;
    transition-delay: .3s;
    transform: translateX(0px);
}
.animacja11 {
    opacity: 0;
    transition: all 0.8s;
    transition-delay: .1s;
    transform: translateX(50px);
}
.animacja11.active {
    opacity: 1;
    transition: all 0.8s;
    transition-delay: .1s;
    transform: translateX(0px);
}




.animacja12 {
    transition: all .6s;
    transition-delay: .1s;
    transform: translateX(-50px);
}
.animacja12.active {
    transition: all .6s;
    transition-delay: .1s;
    transform: translateX(0px);
}



.animacja13 {
    transition: all 0.6s;
    transition-delay: .1s;
    transform: translateX(50px);
}
.animacja13.active {
    transition: all 0.6s;
    transition-delay: .1s;
    transform: translateX(0px);
}
.animacja14 {
    opacity: 0;
    transition: all 0.6s;
    transition-delay: .1s;
}
.animacja14.active {
    opacity: 1;
    transition: all 0.6s;
    transition-delay: .1s;
}

.animacja15 {
    opacity: 0;
    transition: all 0.6s;
    transition-delay: .4s;
}
.animacja15.active {
    opacity: 1;
    transition: all 0.6s;
    transition-delay: .4s;
}

.animacja16 {
    opacity: 0;
    transition: all 0.6s;
    transition-delay: .7s;
}
.animacja16.active {
    opacity: 1;
    transition: all 0.6s;
    transition-delay: .7s;
}





/* po nazwie */
.animacjaopacity {
    opacity: 0;
    transition: all 0.6s;
    transition-delay: .1s;
}
.animacjaopacity.active {
    opacity: 1;
    transition: all 0.6s;
    transition-delay: .1s;
}
.animacjawjazdzlewej {
    opacity: 0;
    transition: all .6s;
    transition-delay: .1s;
    transform: translateX(-50px);
}
.animacjawjazdzlewej.active {
    opacity: 1;
    transition: all .6s;
    transition-delay: .1s;
    transform: translateX(0px);
}
.animacjawjazdzprawej {
    opacity: 0;
    transition: all .6s;
    transition-delay: .1s;
    transform: translateX(50px);
}
.animacjawjazdzprawej.active {
    opacity: 1;
    transition: all .6s;
    transition-delay: .1s;
    transform: translateX(0px);
}
























/* not yet */
.animacjahero1 {
    opacity: 0;
    transition: all 0.5s;
    transition-delay: .6s;
}
.animacjahero1.active {
    opacity: 1;
    transition: all 0.5s;
    transition-delay: .6s;
}
.animacjahero2 {
    opacity: 0;
    transition: all 0.5s;
    transition-delay: .8s;
}
.animacjahero2.active {
    opacity: 1;
    transition: all 0.5s;
    transition-delay: .8s;
}
.animacjahero3 {
    opacity: 0;
    transition: all 0.5s;
    transition-delay: 1s;
}
.animacjahero3.active {
    opacity: 1;
    transition: all 0.5s;
    transition-delay: 1s;
}
.animacjahero4 {
    opacity: 0;
    transition: all 0.5s;
    transition-delay: 1.2s;
}
.animacjahero4.active {
    opacity: 1;
    transition: all 0.5s;
    transition-delay: 1.2s;
}
.animacjahero5 {
  display: inline-block;
  animation: sway 2s ease-in-out infinite alternate;
}
@keyframes sway {
  from {
    transform: rotate(20deg) scale(0.37);
  }
  to {
    transform: rotate(6deg) scale(0.37);
  }
}












/* z FS pierwszego */
/* animacje */



















.banimacja2 {
    transition: all 1.2s;
    transform: scale(0.7);
    opacity: 0;
    position: relative;
    bottom: 20px;
}
.banimacja2.active {
    transition: all 1.2s;
    transform: scale(1);
    opacity: 1;
    position: relative;
    bottom: 0px;
}
.banimacja3 {
    transition: all 1s;
    opacity: 0;
    bottom: 70px;
    position: relative;
}
.banimacja4 {
    transition: all 1.5s;
    opacity: 0;
    top: 70px;
    position: relative;
}
.banimacja5 {
    transition: all 2s;
    opacity: 0;
    bottom: 70px;
    position: relative;
}
.banimacja3.active {
    transition: all 1s;
    opacity: 1;
    bottom: 0px;
    position: relative;
}
.banimacja4.active  {
    transition: all 1.5s;
    opacity: 1;
    top: 0px;
    position: relative;
}
.banimacja5.active  {
    transition: all 2s;
    opacity: 1;
    bottom: 0px;
    position: relative;
}







