body {
  background-color: #0d0d0d;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

/* Navbar */
.luxury-navbar {
  background-color: #000;
  border-bottom: 1px solid #c8a94a;
}
 .nav-link{
  color: #c8a94a !important;

}
 .nav-link:hover{
  color: #2f2e2e !important;
  transition: 0.3s;

}

.navbar-brand  img{
  height: 120px;
}

/* Hero */
.hero-section {
  height: 90vh;
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
  url('https://images.unsplash.com/photo-1605100804763-247f67b3557e');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hero-section h1 {
  font-size: 3rem;
  color: #c8a94a;
}

.section-title {
  color: #c8a94a;
  box-shadow: 6px 5px 8px 0 #c8a94a;
  width: 20%;
  justify-content: center;
  display: flex;
  margin: auto;
  border-radius: 15px;
  padding: 5px;

}

@media (max-width: 768px){
  .section-title{
    width: 100%;
    .hero-section {
      width: 50%;
      height: 50vh;
    }
  }
}


/* ***********owl-carousel*********** */
.circle-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.circle-img:hover {
  transform: scale(1.08);
}

.owl-carousel .item {
  text-align: center;
  color: #c8a94a;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

/* ***********owl-carousel*********** */

/* Cards */
.luxury-card {
  background: #1a1a1a;
  border: 1px solid #c8a94a;
  transition: 0.4s;
}

.luxury-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(200,169,74,0.3);
}

.luxury-card img {
  height: 350px;
  object-fit: cover;
}


.price {
  color: #c8a94a;
  font-weight: 600;
}

/* Buttons */
.btn-gold {
  
  background-color: #e6c76b !important;
  /* color: #e6c76b; */
  font-weight: 600;
}


a .btn-gold:hover{
  color: green;
}

.btn-outline-gold {
  border: 1px solid #c8a94a !important;
  color: #c8a94a !important;
}

.btn-outline-gold:hover {
  background: #c8a94a;
  color: #000;
}

.card-body{
  background: #000;
}

/* Product Page */
.product-section img {
  border: 2px solid #c8a94a;
}

.gold-text {
  color: #c8a94a;
}


.hero-gif {
  width: 100%;
  height: 100vh; /* full screen height */
  overflow: hidden;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* important */
}


.bg-img {
  background-image: url("img/bg-jewlery.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  height: 70vh;
  width: 100%;
  position: relative;

  display: flex;
  justify-content: flex-end;  
  
  align-items: center;
  padding-right: 190px;         
}

/* Overlay */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}

/* Text content */
.content {
  position: relative;
  z-index: 2;
  text-align: right;          
}

.content h1 {
  font-size: 60px;
  font-weight: bold;
  color: #c8a94a;
}

.content p {
  font-size: 20px;
  letter-spacing: 2px;
  color: #c8a94a;
  font-weight: bold;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .bg-img {
    height: 45vh;
    justify-content: center;  /* Mobile me center better lagta hai */
    padding-right: 0;
  }

  .content {
    text-align: center;
  }

  .content h1 {
    font-size: 32px;
  }

  .content p {
    font-size: 14px;
  }
}
/* Footer */
/* .footer {
  
} */


/******** Mens section ***********/
.product-card{
background:#fff;
padding:15px;
border-radius:10px;
text-align:center;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
transition:0.3s;
}

.product-card:hover{
transform:translateY(-5px);
}

.product-card img{
border-radius:8px;
height:250px;
object-fit:cover;
width:100%;
}

.price{
color:#c8a94a;
font-weight:600;
}

.btn-gold{
background:#e6c76b !important;
font-weight:600;
}

.btn-gold:hover{
color:white;
}


/* *********Mens Ring ******************** */

.product-card{
background:#fff;
padding:15px;
border-radius:10px;
text-align:center;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
transition:0.3s;
}

.product-card:hover{
transform:translateY(-5px);
}

.product-card img{
border-radius:8px;
height:250px;
object-fit:cover;
width:100%;
}

.price{
color:#c8a94a;
font-weight:600;
}

.btn-gold{
background:#e6c76b !important;
font-weight:600;
}

.btn-gold:hover{
color:white;
}




.footer-section {
  background: #000;
  padding: 20px;
  border-top: 1px solid #c8a94a;
}

.footer-logo {
  color: #c8a94a;
  font-weight: bold;
}

.footer-section h5 {
  color: #c8a94a;
  margin-bottom: 15px;
}

.footer-section a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}

.footer-section a:hover {
  color: #c8a94a;
  padding-left: 5px;
}

.footer-section p {
  color: #aaa;
  font-size: 14px;
}
