body{

background:#111;

color:white;

font-family:Poppins,sans-serif;

}

.page-banner{

padding:80px 0;

background:#191919;

text-align:center;

}

.page-banner h1{

font-family:'Playfair Display', serif;

color:#D4AF37;

font-size:48px;

}

.product-card{

background:#1b1b1b;

border:1px solid #333;

transition:.3s;

overflow:hidden;

}

.product-card img{

height:320px;

width:100%;

object-fit:cover;

}

.product-card:hover{

transform:translateY(-6px);

box-shadow:0 15px 40px rgba(212,175,55,.35);

}

.product-info{

padding:20px;

text-align:center;

}

.gold{

color:#D4AF37;

font-family:'Playfair Display', serif;

}

.price{

font-size:30px;

font-weight:700;

color:#D4AF37;

}

.section-title{

color:#D4AF37;

font-family:'Playfair Display', serif;

}















.logo{

font-family:Playfair Display;

font-size:32px;

color:#D4AF37 !important;

}

.navbar{

background:#000;

}

.hero{

padding:80px 0;

}

.hero h1{

font-family:Playfair Display;

font-size:55px;

color:#D4AF37;

}

.hero p{

font-size:20px;

margin:30px 0;

}

.btn-gold{

background:#D4AF37;

color:black;

padding:12px 35px;

font-weight:bold;

border-radius:50px;

}

.categories{

padding:70px 0;

}

.luxury{

background:#1b1b1b;

border:1px solid #D4AF37;

transition:.4s;

margin-bottom:25px;

}

.luxury img{

height:320px;

object-fit:cover;

}

.luxury:hover{

transform:translateY(-8px);

box-shadow:0 0 20px #D4AF37;

}

.card-body{

text-align:center;

}

.card-body h4{

color:#D4AF37;

margin-bottom:20px;

}

.whatsapp{

position:fixed;

right:20px;

bottom:20px;

background:#25D366;

width:60px;

height:60px;

display:flex;

justify-content:center;

align-items:center;

border-radius:50%;

font-size:30px;

color:white;

text-decoration:none;

}