


.startPoint{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 100px;
    bottom: 100px;
    z-index: 899998989;
    background: black;
    border: none;
    outline: none;
    cursor: pointer;

}


body {
    font-family: "Signika Negative", sans-serif;
    font-weight: 300;

    margin: 0;
    padding: 0;
    overflow-x: hidden;

}



html, body, section.horizontal {
    overflow: hidden;
    max-width: 100%;
}

/*body{*/
/*    overflow-x: hidden;*/
/*}*/

section#container{
    width: auto;
    height: 100vh;
    overflow: auto;
    margin: 0;
}

.horizontal {
    position: relative;
}

.pin-wrap,
.animation-wrap {
    display: flex;
    position: relative;
    z-index: 1;
    height: 100vh;
}


.horizontal .item{
    width: 100vw;
    height: 100%;
    position: relative;
    overflow: hidden;
}

































