
body{
    margin: 0;
    height: calc(100% + 10em);
    max-height: 100%;
}
.start{
    width: 100%;
    height: 40vh;
    background-image: url(./img/idea.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.parallax{
    background-image: url(http://zhpd.co.il/wp-content/uploads/2021/03/bg-1.svg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.scrolling{
    max-width: 1230px;
    width: 90%;
    margin: auto;
    position: relative;
    z-index: 1;
}
.h1{
    margin-top: 0;
    text-align: center;
    font-size: 60px;
}
.dot{
    width: 80px;
    position: sticky;
    right: calc(50% - 39px);
    top: 2%;
}
.cont-right{
    width: 300px;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    margin-top: 0;
    right: 60%;
    height: 130px;
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
    
}
.cont-right:hover{
    transform: scale(1.1) !important;
}
.cont-left:hover{
    transform: scale(1.1) !important;
}
.cont-left{
    width: 300px;
    display: flex;
    position: relative;
    margin-top: 0;
    right: 15%;
    height: 130px;
    background-repeat: no-repeat;
    background-position: left;
    cursor: pointer;
    
}

.text-right{
    margin-bottom: auto;
    font-size: 25px;
    color: #fff;
    position: relative;
    text-align: center;
    right: 3em;
}
.text-left{
    margin-bottom: auto;
    font-size: 25px;
    color: #fff;
    position: relative;
    text-align: center;
    left: 3em;
}
.end-text{
    font-size: 45px;
    text-align: center;
}
.end-of-scroll{
    z-index: 5;
    position: relative;
    margin: 0;
    height: 20vh;
}