body {
  font-family: 'Jost', sans-serif;
  background: #0b0b0f;
  color: #fff;
  scroll-behavior: smooth;
}

.glass-nav {
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(10px);
}

.navbar-brand {
  font-family: 'Orbitron', sans-serif;
  color: #00ffd5 !important;
}

.hero {
  height: 100vh;
  background: url("pic3.webp") center/cover no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero h1 {
  font-size: 3rem;
  font-family: 'Orbitron', sans-serif;
}

.btn-glow {
  background: #00ffd5;
  color: black;
  padding: 10px 25px;
  border-radius: 30px;
  box-shadow: 0 0 15px #00ffd5;
}

.section {
  padding: 80px 0;
}

.dark {
  background: #111;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  font-family: 'Orbitron', sans-serif;
}

.info-card {
  background: #1a1a1a;
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  transition: 0.3s;
}

.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 20px rgba(0,255,213,0.3);
}

.info-card i {
  font-size: 2rem;
  color: #00ffd5;
  margin-bottom: 10px;
}

.gallery-img {
  width: 100%;
  border-radius: 15px;
  transition: 0.3s;
}

.gallery-img:hover {
  transform: scale(1.05);
}

.footer {
  padding: 20px;
  text-align: center;
  background: black;
}
.nav-item .nav-link {
  color: #ffffff !important;
}
.na {
  transition: transform 2s ease;
}
.na:hover{
  transform: scale(1.5);
}