@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Poppins:wght@300;400;500;600&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  background: linear-gradient(135deg, #0f0f0f, #1a1a1a, #111111);
  color: white;
  text-align: center;
}

/* GLASS NAVBAR */
.glass-nav {
  position: fixed;       /* sticks to the top */
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 25px;
  background: rgba(0,0,0,1);  /* solid black shelf */
  backdrop-filter: blur(15px);

  display: flex;
  justify-content: space-between;
  align-items: center;

  box-sizing: border-box;
  border-bottom: 1px solid rgba(212,175,55,0.3); /* subtle gold line */
  box-shadow: 0 2px 10px rgba(0,0,0,0.6);        /* drop shadow for depth */
}


.glass-nav nav{
display:flex;
gap:25px;
flex-wrap:wrap;
justify-content:center;
}

.glass-nav nav a{
font-size:18px;
}
.glass-nav nav a {
  color: #e5e5e5;
  text-decoration: none;
  margin: 0 15px;
  font-weight: 500;
  transition: .3s;
}
.glass-nav nav a:hover,
.glass-nav nav a.active {
  color: #d4af37;
  text-shadow: 0 0 10px rgba(212,175,55,.6);
}

/* LOGO */
.logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #d4af37;
  text-shadow: 0 0 10px rgba(212,175,55,.3);
}

/* HERO BACKGROUND */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Poppins:wght@300;400;500;600&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  background: linear-gradient(135deg, #0f0f0f, #1a1a1a, #111111);
  color: white;
  text-align: center;
}

/* GLASS NAVBAR */
.glass-nav {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  padding: 15px 30px;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(12px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}
.glass-nav nav a {
  color: #e5e5e5;
  text-decoration: none;
  margin: 0 15px;
  font-weight: 500;
  transition: .3s;
}
.glass-nav nav a:hover,
.glass-nav nav a.active {
  color: #d4af37;
  text-shadow: 0 0 10px rgba(212,175,55,.6);
}

/* LOGO */
.logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #d4af37;
  text-shadow: 0 0 10px rgba(212,175,55,.3);
}

/* HERO BACKGROUND */
.hero{
height:100vh;

background:
linear-gradient(
rgba(0,0,0,0.55),
rgba(0,0,0,0.65)
),

url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?q=80&w=1800&auto=format&fit=crop");

background-size:cover;
background-position:center;
background-repeat:no-repeat;

display:flex;
justify-content:center;
align-items:center;
text-align:center;
padding:20px;
}
.small-hero {
  height: 45vh;
}
.hero-overlay {
  max-width: 900px;
}
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
}
.hero p {
  font-size: 1.2rem;
  color: #e5e5e5;
  max-width: 700px;
  margin: auto;
  line-height: 1.8;
}
.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.hero button {
  padding: 15px 30px;
  border: none;
  border-radius: 50px;
  background: #d4af37;
  color: black;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  transition: .3s;
}
.hero button:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 20px rgba(212,175,55,.6);
}

/* SECTIONS */
section {
  padding: 60px 20px;
}
h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #d4af37;
}

/* MODERN CARDS */
.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.card {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  padding: 25px;
  width: 250px;
  border-radius: 20px;
  cursor: pointer;
  transition: .3s;
  border: 1px solid rgba(212,175,55,0.2);
  font-size: 1rem;
  line-height: 1.6;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(212,175,55,.6);
}

/* REVIEWS */
#reviews .card {
  width: 300px;
  font-size: 0.95rem;
}

/* MAP */
.map-box {
  width: 90%;
  max-width: 700px;
  margin: 30px auto;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(212,175,55,.4);
}
.map-box iframe {
  width: 100%;
  height: 300px;
  border: 0;
}

/* CONTACT FORM */
#contactForm {
  max-width: 500px;
  margin: 20px auto;
}
#contactForm input,
#contactForm textarea {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-family: 'Poppins', sans-serif;
}
#contactForm button {
  padding: 12px 25px;
  border: none;
  border-radius: 50px;
  background: #25D366;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: .3s;
}
#contactForm button:hover {
  background: #1ebe5d;
}

/* FOOTER */
footer {
  background: black;
  padding: 20px;
  margin-top: 30px;
}

/* GALLERY GRID */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
  padding: 20px;
}
.gallery img {
  width: 100%;
  border-radius: 12px;
  cursor: pointer;
  transition: .3s;
}
.gallery img:hover {
  transform: scale(1.05);
}

/* POPUP GALLERY */
.popup {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.popup-image {
  max-width: 80%;
  max-height: 85%;
  border-radius: 12px;
}
.close-btn {
  position: absolute;
  top: 20px; right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}
.left { left: 40px; }
.right { right: 40px; }

/* RESPONSIVE */
@media(max-width:768px) {
  .hero h1 { font-size: 2.5rem; }
  .hero p { font-size: 1rem; }
  .card { width: 100%; }
}


.small-hero {
  height: 45vh;
}
.hero-overlay {
  max-width: 900px;
}
.hero h1{
font-family:'Cormorant Garamond',serif;
font-size:5.5rem;
font-weight:700;
line-height:1.1;

text-shadow:
0 0 25px rgba(212,175,55,0.25);

margin-bottom:25px;
}
.hero p {
  font-size: 1.2rem;
  color: #e5e5e5;
  max-width: 700px;
  margin: auto;
  line-height: 1.8;
}
.hero p{
font-size:1.3rem;
max-width:750px;
line-height:1.8;
color:#f1f1f1;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.hero button {
  padding: 15px 30px;
  border: none;
  border-radius: 50px;
  background: #d4af37;
  color: black;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  transition: .3s;
}
.hero button:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 20px rgba(212,175,55,.6);
}

/* SECTIONS */
section {
  padding: 60px 20px;
}
h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #d4af37;
}

/* MODERN CARDS */
.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.card {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  padding: 25px;
  width: 250px;
  border-radius: 20px;
  cursor: pointer;
  transition: .3s;
  border: 1px solid rgba(212,175,55,0.2);
  font-size: 1rem;
  line-height: 1.6;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(212,175,55,.6);
}

/* REVIEWS */
#reviews .card {
  width: 300px;
  font-size: 0.95rem;
}

/* MAP */
.map-box {
  width: 90%;
  max-width: 700px;
  margin: 30px auto;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(212,175,55,.4);
}
.map-box iframe {
  width: 100%;
  height: 300px;
  border: 0;
}

/* CONTACT FORM */
#contactForm {
  max-width: 500px;
  margin: 20px auto;
}
#contactForm input,
#contactForm textarea {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-family: 'Poppins', sans-serif;
}
#contactForm button {
  padding: 12px 25px;
  border: none;
  border-radius: 50px;
  background: #25D366;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: .3s;
}
#contactForm button:hover {
  background: #1ebe5d;
}

/* FOOTER */
footer {
  background: black;
  padding: 20px;
  margin-top: 30px;
}

/* GALLERY GRID */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
  padding: 20px;
}
.gallery img {
  width: 100%;
  border-radius: 12px;
  cursor: pointer;
  transition: .3s;
}
.gallery img:hover {
  transform: scale(1.05);
}

/* POPUP GALLERY */
.popup {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.popup-image {
  max-width: 80%;
  max-height: 85%;
  border-radius: 12px;
}
.close-btn {
  position: absolute;
  top: 20px; right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}
.left { left: 40px; }
.right { right: 40px; }

/* RESPONSIVE */
@media(max-width:768px) {
  .hero h1 { font-size: 2.5rem; }
  .hero p { font-size: 1rem; }
  .card { width: 100%; }
}
.card h3{
margin-top:15px;
color:#d4af37;
}

.card p{
line-height:1.8;
}

.small-hero{
height:55vh;
}
.card img{
width:100%;
height:220px;
object-fit:cover;
border-radius:15px;
margin-bottom:15px;
}

.card h3{
color:#d4af37;
margin-bottom:10px;
font-size:1.2rem;
}

.card p{
font-size:0.95rem;
line-height:1.7;
color:#dddddd;
}

.cards{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:30px;
}

.card{
overflow:hidden;
}
.about-section{
padding:80px 10%;
text-align:center;
}

.about-box{
max-width:1000px;
margin:auto;

background:rgba(255,255,255,0.05);

padding:40px;

border-radius:25px;

border:1px solid rgba(212,175,55,0.2);

line-height:2;

font-size:1.1rem;
}
#contactForm{
max-width:600px;
margin:auto;
}

#contactForm input,
#contactForm textarea{

width:100%;

padding:15px;

margin:12px 0;

border:none;

border-radius:12px;

font-size:16px;

box-sizing:border-box;
}

#contactForm button{

width:100%;

padding:15px;

border:none;

border-radius:50px;

background:#d4af37;

color:black;

font-weight:700;

cursor:pointer;

transition:0.3s;
}

#contactForm button:hover{

transform:translateY(-3px);

box-shadow:0 0 20px rgba(212,175,55,0.6);

}