body{
margin:0;
font-family:'Poppins', sans-serif;

/* DARK GRADIENT BACKGROUND */

background:linear-gradient(135deg,#0d0d0d,#1a1a1a,#002b1b);
color:#f5f5f5;
}

/* subtle animated glow */

body::before{
content:"";
position:fixed;
width:100%;
height:100%;

background:radial-gradient(circle at 20% 30%, rgba(76,175,80,0.2), transparent 40%),
           radial-gradient(circle at 80% 70%, rgba(139,195,74,0.2), transparent 40%);

z-index:-1;
animation:glowMove 10s infinite alternate;
}

@keyframes glowMove{
0%{transform:scale(1);}
100%{transform:scale(1.2);}
}

/* HEADER */

header{

background:linear-gradient(135deg,#1b5e20,#4caf50,#8bc34a);
color:white;

text-align:center;
padding:50px 20px;

box-shadow:0 6px 20px rgba(0,0,0,0.25);
}

header{
background:linear-gradient(90deg,#000000,#1b5e20,#000000);
text-align:center;
padding:50px 20px;

border-bottom:2px solid #4caf50;
box-shadow:0 5px 20px rgba(0,0,0,0.8);
}

header h1{
font-family:'Playfair Display', serif;
font-size:42px;
letter-spacing:2px;

color:#8bc34a;
text-shadow:0 0 10px rgba(139,195,74,0.7);
}

.logo{
width:225px;

filter:drop-shadow(0 0 10px #4caf50);

transition:0.4s;
}

.logo:hover{
transform:scale(1.1) rotate(3deg);

filter:drop-shadow(0 0 20px #8bc34a);
}
.logo-box{
display:inline-block;
padding:10px;
border-radius:50%;

animation:pulseGlow 3s infinite;
}

@keyframes pulseGlow{
0%{box-shadow:0 0 10px #4caf50;}
50%{box-shadow:0 0 25px #8bc34a;}
100%{box-shadow:0 0 10px #4caf50;}
}

/* NAVIGATION */

nav{

background:linear-gradient(90deg,#2e7d32,#66bb6a);

text-align:center;
}

nav a{

color:white;
padding:16px 26px;
display:inline-block;
text-decoration:none;
font-weight:600;
transition:0.3s;

}

nav a:hover{

background:white;
color:#2e7d32;
border-radius:8px;

}
nav{
position:sticky;
top:0;
z-index:1000;

background:linear-gradient(90deg,#1b5e20,#4caf50);
box-shadow:0 4px 10px rgba(0,0,0,0.2);
}


/* HERO SECTION */

{

background:
linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),
url(images/grape1.jpg);

background-size:cover;
background-position:center;

color:white;

text-align:center;

padding:150px 20px;

}

.hero h2{
font-family:'Playfair Display', serif;
font-size:42px;
margin-bottom:10px;
}

.hero p{
font-size:19px;
max-width:700px;
margin:auto;
}


/* SECTIONS */

section{
padding:60px 30px;
text-align:center;
}

section h2{
font-family:'Playfair Display', serif;
font-size:34px;
color:#2e7d32;
}


/* GRID */

.grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:30px;

padding:40px;
}


/* PRODUCT CARDS */

.card{

background:rgba(255,255,255,0.05);

backdrop-filter:blur(10px);

border-radius:15px;

padding:25px;

border:1px solid rgba(255,255,255,0.1);

color:#fff;

transition:0.4s;
}

.card:hover{
transform:translateY(-10px);

background:rgba(76,175,80,0.2);

box-shadow:0 0 20px #4caf50;
}

/* GALLERY */

.gallery{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:25px;

padding:50px;

}

.gallery img{

border-radius:12px;

filter:brightness(0.8);

transition:0.4s;
}

.gallery img:hover{

filter:brightness(1.2);

transform:scale(1.08);

box-shadow:0 0 20px #4caf50;
}



/* CONTACT */

.contact-box{

background:linear-gradient(135deg,#f1f8e9,#dcedc8);

padding:30px;

border-radius:12px;

box-shadow:0 5px 15px rgba(0,0,0,0.1);

}


/* WHATSAPP BUTTON */

.whatsapp{

position:fixed;

bottom:25px;
right:25px;

background:linear-gradient(135deg,#25D366,#1ebe5d);

color:white;

padding:16px 22px;

border-radius:30px;

font-weight:bold;

text-decoration:none;

box-shadow:0 6px 15px rgba(0,0,0,0.3);

transition:0.3s;

}

.whatsapp:hover{

transform:scale(1.15);

}


/* FOOTER */
.hero
footer{

background:linear-gradient(90deg,#1b5e20,#388e3c);

color:white;

text-align:center;

padding:30px;

margin-top:40px;

font-size:15px;

}
form input,textarea{

width:90%;
padding:12px;
margin:10px;
border-radius:6px;
border:1px solid #ccc;

}

button{

padding:12px 25px;
background:#2e7d32;
color:white;
border:none;
border-radius:6px;
cursor:pointer;

}

.reviewCard{

background:#f1f8e9;

padding:20px;

margin:15px;

border-radius:8px;

box-shadow:0 3px 10px rgba(0,0,0,0.1);

}
.whatsapp-btn{

position:fixed;

bottom:25px;

right:25px;

background:#25D366;

color:white;

padding:15px 20px;

font-size:16px;

border-radius:30px;

text-decoration:none;

font-weight:bold;

box-shadow:0 4px 12px rgba(0,0,0,0.3);

transition:0.3s;

}

.whatsapp-btn:hover{

background:#1ebe5d;

transform:scale(1.1);

}
.footer{
background:#1b1b1b;
color:white;
padding:40px 20px;
}

.footer-container{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:30px;
}

.footer h3,.footer h4{
color:#8bc34a;
}

.footer a{
color:white;
text-decoration:none;
}

.footer a:hover{
color:#8bc34a;
}

.copyright{
text-align:center;
margin-top:20px;
font-size:14px;
opacity:0.7;
}
.footer a{
color:#ddd;
text-decoration:none;
display:inline-block;
margin:5px 0;
transition:0.3s;
}

.footer a:hover{
color:#8bc34a;
transform:translateX(5px);
}
.whatsapp-btn{

background:linear-gradient(135deg,#25D366,#128C7E);

color:white;

box-shadow:0 0 15px #25D366;
}

.whatsapp-btn:hover{
box-shadow:0 0 25px #25D366;
}
.footer{

background:linear-gradient(90deg,#000000,#1b5e20,#000000);

color:#ccc;

border-top:2px solid #4caf50;
}

.footer h3,.footer h4{
color:#8bc34a;
}

.footer a{
color:#ccc;
}

.footer a:hover{
color:#8bc34a;
}
.vine-bg{
position:fixed;
width:100%;
height:100%;

background:url("https://www.transparenttextures.com/patterns/leaves.png");

opacity:0.08;

z-index:-2;

animation:vineMove 20s linear infinite;
}

@keyframes vineMove{
0%{background-position:0 0;}
100%{background-position:300px 300px;}
}
body::after{
content:"";
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
pointer-events:none;

background:radial-gradient(circle at var(--x) var(--y),
rgba(76,175,80,0.25),
transparent 20%);

z-index:1;
}
body{
opacity:0;
transition:opacity 0.6s ease-in-out;
}

body.loaded{
opacity:1;
}
/* BASE */

body{
margin:0;
font-family:'Poppins', sans-serif;
background:#0b0f0c;
color:#f5f5f5;
overflow-x:hidden;
}

/* 🌿 VINE TEXTURE BACKGROUND */

.vine-bg{
position:fixed;
width:100%;
height:100%;
background:url("https://www.transparenttextures.com/patterns/leaves.png");
opacity:0.06;
z-index:-3;
animation:vineMove 25s linear infinite;
}

@keyframes vineMove{
0%{background-position:0 0;}
100%{background-position:400px 400px;}
}

/* 🔴🟢 RED + GREEN GLOW */

body::before{
content:"";
position:fixed;
width:100%;
height:100%;
z-index:-2;

background:
radial-gradient(circle at 20% 30%, rgba(255,0,0,0.25), transparent 40%),
radial-gradient(circle at 80% 70%, rgba(0,255,100,0.25), transparent 40%);

animation:glowMove 10s infinite alternate;
}

@keyframes glowMove{
0%{transform:scale(1);}
100%{transform:scale(1.2);}
}

/* 🍇 FLOATING GRAPES */

.grapes{
position:fixed;
width:100%;
height:100%;
pointer-events:none;
z-index:-1;
}

.grapes span{
position:absolute;
border-radius:50%;

background:radial-gradient(circle,#6a1b9a,#4caf50);

animation:floatGrapes linear infinite;
}

@keyframes floatGrapes{
0%{transform:translateY(100vh);opacity:0;}
50%{opacity:1;}
100%{transform:translateY(-10vh);opacity:0;}
}

/* ✨ CURSOR LIGHT EFFECT */

body::after{
content:"";
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
pointer-events:none;

background:radial-gradient(circle at var(--x) var(--y),
rgba(76,175,80,0.15),
transparent 25%);

z-index:2;
}

/* 🌿 GLASS EFFECT SECTIONS */

section{
background:rgba(255,255,255,0.05);
backdrop-filter:blur(10px);
border-radius:12px;
margin:20px;
padding:40px;
}

/* ✨ PREMIUM PRODUCT CARDS */

.card{
background:rgba(255,255,255,0.05);
border-radius:15px;
padding:25px;
border:1px solid rgba(255,255,255,0.1);
transition:0.4s;
}

.card:hover{
transform:translateY(-8px);
box-shadow:0 0 20px rgba(76,175,80,0.5);
}

/* 🍇 GALLERY */

.gallery img{
width:100%;
height:220px;
object-fit:cover;
border-radius:10px;
transition:0.3s;
}

.gallery img:hover{
transform:scale(1.05);
box-shadow:0 0 15px #4caf50;
}

/* 🎬 PAGE TRANSITION */

body{
opacity:0;
transition:opacity 0.6s ease;
}

body.loaded{
opacity:1;
}
body{
margin:0;
font-family:'Poppins', sans-serif;
background:#0b0f0c;
color:#f5f5f5;
overflow-x:hidden;

/* visible by default */
opacity:1;
}
.top-header{
display:flex;
justify-content:space-between;
align-items:center;

padding:15px 40px;

background:linear-gradient(90deg,#000000,#1b5e20);

position:sticky;
top:0;
z-index:1000;
}

.logo-section{
display:flex;
align-items:center;
gap:10px;
}

.logo{
width:60px;
}

.logo-section h2{
color:#8bc34a;
font-family:'Playfair Display', serif;
margin:0;
}

/* NAV MENU */

.nav-menu a{
color:white;
margin:0 15px;
text-decoration:none;
font-weight:500;
transition:0.3s;
}

.nav-menu a:hover{
color:#8bc34a;
}
.hero{
height:90vh;

display:flex;
align-items:center;
justify-content:center;
text-align:center;

background:
linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.4)),  /* lighter overlay */
url("images/grape1.jpg");

background-size:cover;
background-position:center;
}

.hero-content h1{
font-size:48px;
font-family:'Playfair Display', serif;
margin-bottom:20px;
color:#8bc34a;
}

.hero-content p{
font-size:18px;
max-width:600px;
margin:auto;
margin-bottom:20px;
}

.btn{
background:#4caf50;
color:white;
padding:12px 25px;
border-radius:25px;
text-decoration:none;
transition:0.3s;
}

.btn:hover{
background:#66bb6a;
transform:scale(1.05);
}