/* scroll */

#how-it-works {
    padding-bottom: 500px;
  }
  .scrollmagic-pin-spacer {
    margin: 0 auto !important;
    padding: 0px !important;
  }
  .stage-wrapper {
    position: relative;
    top: 20px;
  }
  /* .stage {
    width: 100%;
    min-height: 300px;
    margin:0px auto 0;
    position: relative;
    z-index: 1;
  } */
  .stage {
    width: 100% !important;
    min-height: 300px;
    margin: 0px auto 0px !important;
    position: relative;
    z-index: 1;
    left: 0 !important;
    right: 0 !important;
  }
  .customerAnimText {
    max-width: 100%;
    color: #fff;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
  }
  #customerTextA {
    opacity: 1;
  }
  #customerTextB {
    opacity: 0;
  }
  #customerTextC {
    opacity: 0;
  }
  /* #customerTextD {
    opacity: 0;
  } */
  #computerA,
  #computerB {
    width: 300px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
  }
  #approved {
    position: absolute;
    top: -70px;
    right: -40px;
    opacity: 1;
    width: 150px;
    height: 150px;
    z-index: 4;
  }
  #computerA {
    z-index: 3;
  }
  #computerB {
    z-index: 1;
    opacity: 0;
  }
  #popup {
    position: absolute;
    top: 75px;
    right: 170px;
    width: 100px;
    height: 75px;
    transform: scaleY(0);
    z-index: 5;
  }
  #popupOverlay {
    position: absolute;
    top: 10px;
    right: 44px;
    width: 245px;
    height: 188px;
    transform: scaleY(0);
    opacity: 0.25;
    z-index: 4;
  }
  #cal-left {
    position: absolute;
    top: -75px;
    right: 155px;
    width: 150px;
    transform: scale(0);
    z-index: 6;
  }
  #cal-right {
    position: absolute;
    top: -75px;
    right: -15px;
    width: 150px;
    transform: scale(0);
    z-index: 6;
  }
  #shopping-cart {
    position: absolute;
    width: 250px;
    top: 0px;
    right: 5%;
    opacity: 1;
  }
  #triangle,
  #circle,
  #rectangle {
    position: absolute;
    width: 55px;
    z-index: -1;
    opacity: 1;
  }
  #triangle {
    right: 95px;
    top: -2%;
  }
  #circle {
    right: 135px;
    top: -5%;
  }
  #rectangle {
    right: 70px;
    top: -4%;
  }
  #customerBG {
    width: 300px;
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: -10;
  }
  
  /* scroll */