.badg {
    position: absolute;
    top: 10px; /* Adjust the top position as needed */
    left: 25px; /* Adjust the right position as needed */
    max-width: 8vh;
}
.owl-button {
    margin: 0 5px;
    color: #fff;
    padding: 10px;
    border: none;
    cursor: pointer;
  }
  
  .owl-button:focus,
  .owl-button:hover {
    opacity: 0.8;
  }

  .color-button {
    width: 100px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    color: white;
  }

  .red {
    background-color: red;
  }

  .blue {
    background-color: blue;
  }

  .green {
    background-color: green;
  }

  .yellow {
    background-color: yellow;
  }

 