.scroller{
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 15px;
    top: calc(50vh - 78px);
    background: none;
    visibility: visible;
    z-index: 9999;
}
.scroller li a{
    display: block;
    height: 25px;
    border: 0.5px solid #edb77e;
    border-radius: 5px;
    width: 3px;
    margin-bottom: 1px;
    content: "";
}

.scroller li a:hover,.active{
    background: #ef9a3e;
}
/*.scroller li a .active{
    background: #ef9a3e;
}*/


html {
    scroll-behavior: smooth;
}


.aboutSection{
    scroll-margin-top: 120px;
    
}

.meaningOfFalgunScroll{
    scroll-margin-top: 250px;
}

