.botton-slider {
  margin-top: 50px;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  cursor: grab;

}

.botton-slider::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.botton-slider::-webkit-scrollbar-track {
  background: #f1f1f1;
  display: none;
}

/* Handle */
.botton-slider::-webkit-scrollbar-thumb {
  background: #ffffff;
  height: 2px;
  margin: 16px;
}

/* Handle on hover */
.botton-slider::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
