* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "inter";
}
.menu {
  display: flex;
  justify-content: space-evenly;
  padding: 30px;
  border-bottom: 1px solid gray;

}
.right {
  display: flex;
}
.left a {
  text-decoration: none;
  color: white;
}
.elm span {
  font-size: 24px;
}
.elm a {
  padding: 8px;
  font-size: 18px;
}
.searchi button {
  padding: 10px;
  background-color: rgba(128, 128, 128, 0.541);
  border: none;
  border-radius: 5px;
}
.searchi i {
  color: white;
}
.buttoni button {
  padding: 10px 15px;
  background-color: gray;
  color: white;
  border-radius: 5px;
  border: none;
}
.right {
  gap: 13px;
}
body {
  background-color: rgb(0, 0, 0);
}
.intruduction {
  padding: 50px;
  color: white;
  width: 75%;

}

.intruduction h1 {
  color: white;
  font-size: 30px;
}
.intruduction span {
  color: white;
  font-size: 22px;
  text-align: center;
  width: 50%;
}
.twobuttons {
  display: flex;
  gap: 20px;

  margin-top: 50px;
}
.leftbtn button,
.rightbtn button {
  padding: 10px 15px;
  background-color: gray;
  color: white;
  border-radius: 5px;
  border: none;
}
.rightbtn button {
  background-color: transparent;
  border: 1px solid white;
}
.leftbtn button {
  background-color: blue;
  color: white;
  border-radius: 5px;
  border: none;
}
.leftside {
  border-right: 1px solid gray;
  width: 300px;
  height: 800px;
}
.pjesaepar {
  display: flex;
  width: 100%;
}
.sidebar{
width:200px;
padding:20px;

height:100vh;
}

h2{
margin-bottom:20px;
color: white;
}

.dropdown-btn{
width:100%;
background:#1f2937;
border:none;
color:white;
padding:12px;
text-align:left;
cursor:pointer;
margin-top:10px;
border-radius:6px;
display:flex;
justify-content:space-between;
}

.dropdown-btn:hover{
background:#374151;
}

.dropdown-container{
display:none;
flex-direction:column;
padding-left:15px;
margin-top:5px;
}

.dropdown-container a{
text-decoration:none;
color:#d1d5db;
padding:8px 0;
display:block;
}

.dropdown-container a:hover{
color:white;
}
.elementet span{
  color: white;
font-size: 19px;
}
.elementet a{
  color: gray;
  text-decoration: none;
  padding: 5px;
}
.elementet{
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.elementet a:hover{
  color: white;
}


.boxi{
  color: white;
}
@media (max-width: 390px) {

  .menu {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 15px;
  }

  .left .elm {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pjesaepar {
    flex-direction: column;
  }

  .leftside {
    width: 100%;
    height: auto;
    border-right: none;
    border-bottom: 1px solid gray;
  }

  .sidebar {
    width: 100%;
    height: auto;
  }

  .intruduction {
    width: 100%;
    padding: 20px;
  }

  .rightside {
    display: none;
  }

  .intruduction h1 {
    font-size: 22px;
  }

  .intruduction span {
    font-size: 18px;
  }

  .twobuttons {
    flex-direction: column;
    width: 100%;
  }

  .leftbtn button,
  .rightbtn button {
    width: 100%;
  }

  .searchi button {
    width: 100%;
  }

  .buttoni button {
    width: 100%;
  }

}