.checkbox-list {
font-family: "Galada", serif;
content: "Kategori";
position: relative;
display: block;
width: 100px;
font-size: 1.5em;
margin-inline: 164px;
margin-block: 10px;
color: #ffffff;
text-decoration:underline;
background: #0e0e0e;
border: solid 3.8px #b59153;
padding: 8px;
border-radius: 28px 0px 28px 0px;
box-shadow: 0px 2px 8px #252525;
text-align: center;
left: 0;
right:0;
justify-content: center;
justify-self: center;
align-content: center;
align-self: center;
transform: translate(-50%, -40%);
transition: all 0.1s linear;
}

.menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  width: 340px;
  height: 65px;
  padding: 0 0px 20px;
  border-radius: 30px 30px 0px 0px;
  background-color: #0e0e0e;
  box-shadow: 0px -4px 1px #171f22;
  bottom:0;
  border: solid 2px #433d41b8;
  justify-self: center;
  align-content: center;
  align-self: center;
  left:0;
  margin-inline: 10px;
  z-index:999;
  background: #090808;
}
.menu .nav-item {
  position: relative;
  display: flex;
  font-size: 23px;
  color: #b59153;
  padding-bottom: 8px;
  margin-top: 14px;
  text-decoration:none;
}

.menu .tab-title {
  position: absolute;
  display: grid;
  bottom: 55px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 12px;
  margin-block: -15px;
  color: #fff;
  border-radius: 5px;
  width: max-content;
  text-transform: capitalize;
}
.menu .nav-item .tab-title:before {
  content: "";
  position: absolute;
  border-color: #22222200 transparent transparent transparent;
  border-style: solid;
  border-width: 6px;
  width: 0px;
  height: 0px;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%, 0);
}

.menu .checkbox {
  background-color: #fff;
  cursor: pointer;
  width: 0;
  height: 0;
  position: relative;
  z-index: 1;
}