/* this is save to set here since this file is only loaded where the circle is in the page. That's when it is needed. */
.intro-page {
  position: fixed;
  z-index: -2;
}
/*.after-circle > .section-inner > .row{
  margin-top: -20vh;
}*/
.scroll-down-indicator {
  display: none;
}

/*#circle-mask-wrapper{
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
#div-circle-mask{
  transform-origin: center 40%;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  position: fixed;
  left: 50%;
  top: auto;
  bottom: 5vh;
  transform: translateX(-50%);

  will-change: scale translate;
  background-image: url('images/svg/PIJLWIT_NAARBENEDEN.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  -webkit-animation-name: bounce;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 1000ms;
  animation-name: bounce;
  animation-iteration-count: infinite;
  animation-duration: 1000ms;
}*/

/*///////////////////////////////*/
#circle-mask-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100vw;
  height: 100vh;
  top: -52px;
}
#div-circle-mask{
  width: 70px;
  height: 70px;
  /*background-color: var(--color-zarazzo-red);*/
  border-radius: 100%;
  position: absolute;
  top: auto;
  bottom: 50px;
  transform-origin: center 37%;
  will-change: scale translate;
  background-image: url('images/svg/PIJLWIT_NAARBENEDEN.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  -webkit-animation-name: bounce;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 1000ms;
  animation-name: bounce;
  animation-iteration-count: infinite;
  animation-duration: 1000ms;
  transition: transform 0.1ms ease-out;
  cursor: pointer;
  transform: translate(-50%, -50%) translateZ(2px);
  left: 50%!important;
  z-index: -1;
}

#circle-mask-wrapper .scrollmagic-pin-spacer {
  /*transform: translateX(-50%);*/
  left: calc(50% - 35px) !important;
}

/*.scrollmagic-pin-spacer #div-circle-mask{*/
/*  transform: translate(-50%, -50%);*/
/*}*/

/*#div-circle-mask.circle-scaled{
  width: 120vw;
  height: 120vw;
}
@media (orientation: landscape) {
  #div-circle-mask.circle-scaled{
    width: 120vw;
    height: 120vw;
  }
}

@media (orientation: portrait) {
  #div-circle-mask.circle-scaled{
    width: 120vh;
    height: 120vh;
  }
}*/
/*///////////////////////////////*/


#div-circle-mask.no-image{
  background-image: none;
  -webkit-animation-name: none;
  animation-name: none;
}

@-webkit-keyframes bounce {
  0%{
    background-position: center 10px;

  }
  100%{
    background-position: center 20px;

  }
}

@keyframes bounce {
  0%{
    background-position: center 10px;

  }
  100%{
    background-position: center 20px;

  }
}


@media only screen and (max-width: 767px) {
  #div-circle-mask {
    position: fixed;
    transform: translate(-50%, 0);
    bottom: 30px;
  }
}
