/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .whatsapp-container{
    position: fixed;
    bottom: 30px;
    left: 30px;
    cursor: pointer;
    z-index: 8;
}
.whatsapp-innercontainer{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e4e4e4;
    color: #7f7d7d;
    padding: 0 12px;
    border-radius: 25px;
    font-size: 13px;
    line-height: 32px;
}
.whatsapp-image{
    margin: 0 8px 0 -12px;
    order: 0;
}
.whatsapp-image .avatar{
    border-radius: 25px;
}
.d-none{
    display:none;
}
.slide-container {
    position: relative;
    width: 100%;
    height: 100vh;
    scroll-behavior: smooth;
    overflow: auto;
    scroll-snap-type: y mandatory;

}
.section {
    width: 100%;
    height: 100vh;
    background-size:  cover;
    scroll-snap-align: start;
}
.section:nth-child(1) {
    background: url(https://cdn.pixabay.com/photo/2014/09/05/18/32/old-books-436498_960_720.jpg);
}
.section:nth-child(2) {
    background: url(https://cdn.pixabay.com/photo/2015/06/02/12/59/narrative-794978_960_720.jpg);
}
.section:nth-child(3) {
    background: url(https://cdn.pixabay.com/photo/2016/09/08/22/43/books-1655783_960_720.jpg);
}
.section:nth-child(3) {
    background: url(https://cdn.pixabay.com/photo/2015/12/19/20/32/paper-1100254_960_720.jpg);
}
.section:nth-child(4) {
    background: url(https://cdn.pixabay.com/photo/2016/03/26/22/21/books-1281581_960_720.jpg);
}
.section:nth-child(5) {
    background: url(https://cdn.pixabay.com/photo/2014/05/03/00/46/notebook-336634_960_720.jpg);
}