

* {
  font-family: 'Vazirmatn', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #fff;
  background: radial-gradient(circle at top, rgba(212, 175, 55, .08), transparent 35%),
              linear-gradient(180deg, #050505, #0b0b0b, #111);
}

h1, h2 {
  color: #d4af37;
}

/* ---------- منو ---------- */
.navbar {
  background: rgba(0, 0, 0, .85) !important;
  backdrop-filter: blur(12px);
}

/* ---------- بخش هیرو ---------- */
.hero {
  height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .75)), url('../images/hero.jpg') center/cover;
}

.hero-content {
  width: 100%;
}

.hero-text {
  max-width: 600px;
}

.hero h1 {
  font-size: 72px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
}

.hero p {
  font-size: 22px;
  color: #eee;
  margin: 25px 0;
}

.hero-btn {
  display: inline-block;
  background: #d4af37;
  color: #000;
  padding: 15px 35px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
}

.hero-btn:hover {
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 42px;
  }
  .hero p {
    font-size: 18px;
  }
}

/* ---------- دسته‌بندی گالری ---------- */
.category-wrap {
  text-align: center;
  margin-top: 20px;
}

.filter-btn {
  background: #151515;
  color: #d4af37;
  border: 1px solid #d4af37;
  padding: 12px 22px;
  border-radius: 30px;
  margin: 5px;
  cursor: pointer;
  transition: .3s;
}

.filter-btn:hover,
.filter-btn.active {
  background: #d4af37;
  color: #000;
}

/* ---------- گالری تصاویر ---------- */
.gallery-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 18px;
  cursor: pointer;
  transition: .45s;
}

.gallery-img:hover {
  transform: scale(1.07);
  box-shadow: 0 20px 40px rgba(212, 175, 55, .25);
}

.gallery-hidden {
  opacity: 0;
  transform: scale(.9);
  display: none !important;
}

.gslide-title {
  font-family: 'Vazirmatn', sans-serif !important;
}
