/* body {
    padding-top: 100vh;
    padding-bottom: 300px;
} */
/* SMOOTH SCROLL STYLING

html, body {
    width: 100vw;
    height: 100vh;
}

::-webkit-scrollbar {
    display: none;
}

#js-scroll {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.fixed-element {
    top: 0;
    width: 100%;
    height: 100vh;
    position: absolute;
}
html.has-scroll-smooth {
    overflow: hidden;
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.has-scroll-smooth body {
    overflow: hidden;
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100vh;
    transform-origin: center right;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0;
}

.c-scrollbar:hover {
    transform: scaleX(1.45);
}

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
    opacity: 1;
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #c1c1c1;
    opacity: 1;
    width: 5px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing;
} */
.plate--container{
    position: relative;
}
.lottie_player{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.left, .right{
    height: 100vh;
    padding: 0;
    margin: 0;
    width: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-bottom: 50vh;
}
.active{

}

.right{
    margin-left: auto;
}

.scroll-wrapper{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    z-index: -1;
}

.left-side{
    position: absolute;
    left: 0;
    right: unset;
}

.right-side{
    position: absolute;
    left: unset;
    right: 0;
}

.container {
    height: 4000px;
    background: linear-gradient(transparent, #341FFF);
}

.sticky-container {
    margin-top: 250px;
    padding-top: 20px;
    height: 4000px;
    background-color: #ffffff;
}

.sticky {
    position: sticky;
    height: 100vh;
    top: 0%;
    text-align: center;
    background-color: white;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    display: flex;
    justify-content: center;
    align-items: center;
}

#animation-container {
    height: 475px;
}

canvas{
    max-width: 100%;
}


body {
    background-color: #E8E8E8;
    font-family: 'Nunito', sans-serif;
}


.animation {
    position: fixed;
    top: 0%;
    left: 0%;
    margin: auto 0;
    width: 100%;
    height: 100vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0px, 0px);
    margin-bottom: 400px;
    background-color: white;
    z-index: -1;
}

.scene {
  height: 100vh;
  width: 100%;
  position: relative;
  text-align: center;
}

#tips {
  position: fixed;
  top:0;
  left:50%;
  transform: translateX(-50%);
}
.bottomLottie {
    padding-top: 30px;
    padding-bottom: 100vh;
    background: white;
}
