body {
  
  font-family: 'Segoe UI',sans-serif;
  background: #0f0f0f;
  color: #f5f1e8;
  margin: 0;
}

.center {
  text-align: center;
  margin-top: 100px;}


h1 { 
  color: #d4af37;
  letter-spacing: 2px;
 }
.tagline { color:white }

.nav-buttons a {
  display: inline-block;
  margin: 10px;
  padding: 12px 25px;
  background: #d4af37;
  color: #0f0f0f;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  
}

.top-but {
  text-align: right;
  margin: 20px;
  font-weight: bold;
  text-decoration: none;
  
  
}

.filter button {
  padding: 8px 15px;
  margin-left: 5px;
  border: none;
  background: #333;
  color: white;
  border-radius: 5px;
  background: #d4af37;
  color: #0f0f0f;
  font-weight: bold;
}

.menu {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-left: 125px;
  padding-right: 125px;
}

.item {
  width: 200px;
  background: #1a1a1a;
  border: 1px solid #d4af37;
  border-radius: 10px;
  box-shadow: 0 4px 8px #aaa;
  text-align: center;
  
}

.item img {
  width: 100%;
  height: 140px;
  border-radius: 10px   10px 0 0;
}

.discount {
  color: #4ADE80;
  font-weight: bold;
}

.about-text {
  width: 60%;
  margin: auto;
  font-size: 18px;
}
.nump{
  color: #FFD700;
  font-size: 25px;
  padding:0px;
}
h4{
  text-align: center;
  color: #d4af37;
}
.ptag{
  padding: 0px;
  margin-top: 0px;
}
h3{
  margin-top: 0px;
  margin-bottom: 0px;
}
.back{
  text-align: left;
}
.bg-man{
  background: url('./hd tha.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}
#move{
  padding-left: 330px;
}
.contact{
  padding-top: 5px;
}
#icon{
  height: 25px;
  width: 30px;
}
.id-cre{
  padding-left: 45%;
}