.text-color-secondary {
    color: #E9E9E9
}

.sign-up-email-form {
    width: 300px!important;
}

.sign-up-button {
    background-color: #011638;
}

@media only screen and (max-width: 768px){
    .sign-up-email-form {
        width: 80%!important;
        margin-left: 10%;
        margin-right: 10%;
    }

    .sign-up-button {
        margin-top: 10px!important;
    }
}

.vimeo-wrapper {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
   background-color: #000;
}

.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.bg-white {
    background-color: rgba(255,255,255,1)!important;
}

.bg-white::placeholder {
    color: #000!important;
}

.textured-bg-image {
  background-image: url('../../assets/images/ModCell/bg_pattern_2.png')!important;
}

.animation-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.stagger-visualizer {
  position: absolute;
  width: 1100px;
  height: 550px;
  transform-origin: left top;
}

.stagger-visualizer .dots-wrapper {
  transform: translateZ(0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.stagger-visualizer .dot {
  position: relative;
  z-index: 1;
  width: 23px;
  height: 23px;
  margin: 16px;
  background-color: #A3F7BF;
  border-radius: 50%;
  opacity: .07;
}

.demo-video-wrapper {
  width: 100%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
}

.demo-video-wrapper iframe {
  width: 100%;
  /*height: 500px;*/
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  width: 420px;
}

@media (max-width: 768px) {
  .stagger-visualizer .dot {
    width: 50px;
    height: 50px;
  }

  .demo-video-wrapper {
    height: 300px;
  }

  .logo {
    width: 250px;
  }

  .header-container {
    margin-top: -30%;
  }
}

@media (min-width: 768px) {
  .stagger-visualizer .dot {
    background-color: transparent;
    background-image: linear-gradient(180deg, #A3F7BF 7%, #D3CDC6 50%);
  }
}

.overflow-hidden {
  overflow-y: hidden;
  overflow-x: hidden;
}

.navbar {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.navbar-hide {
    pointer-events: none;
    opacity: 0;
}

.hidden-input {
  position: absolute; 
  left: -5000px
}

.shadow-sm {
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}

