/* MAIN COLORS */

body{
    background: #0b0b0b;
    color:#111111;        /* dark black text */
    font-family:'Poppins', sans-serif;
}

/* HEADER */

header{
    background:#ffffff;

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:25px 80px;
}

/* LOGO */

.logo{
    font-size:42px;
    font-weight:bold;
    color: #ffffff;
    text-shadow: 0 0 12px rgba(255,215,0,0.35);

    font-family:'Clash Display', sans-serif;

    letter-spacing:2px;
}

/* NAVBAR */

nav{
  background: rgba(255,255,255,0.95);

  backdrop-filter: blur(10px);

  padding: 20px 60px;

  display: flex;
  justify-content: space-between;
  align-items: center;

  border-bottom: 1px solid rgba(0,0,0,0.08);

  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

/* LOGO */

.logo{
  font-family:'Cinzel',serif;

  background: linear-gradient(
  135deg,
  #111,
  #4f6cff,
  #111
  );

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}
/* MENU LINKS */

nav a{
  font-family: 'Cinzel', serif;

  text-decoration: none;

  margin-left: 35px;

  color: #111;

  font-size: 17px;
  font-weight: 600;

  letter-spacing: 1px;

  transition: all .3s ease;

  position: relative;
}

/* LUXURY UNDERLINE */

nav a::after{
  content: "";

  position: absolute;

  left: 0;
  bottom: -8px;

  width: 0%;
  height: 2px;

  background: #111;

  transition: .3s;
}

nav a:hover::after{
  width: 100%;
}

/* HOVER */

nav a:hover{
  color: #4f6cff;
}

/* HERO SECTION */

.hero{
    height:100vh;

    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;

    text-align:center;

    background:#ffffff;
}

/* BIG TEXT */

.hero h1{
    font-size:100px;

    line-height:1;

    color:#111;

    font-family:'Clash Display', sans-serif;

    text-transform:uppercase;
}

/* GOLDEN ELITE WORD */

.hero h1 span{
    color:#0057ff;   /* royal blue accent */
}

/* TEXT */

.hero p{
    margin-top:25px;

    font-size:24px;

    color:#222;
}

/* BUTTON */

.btn{
    margin-top:35px;

    background:#0057ff;

    color:white;

    padding:16px 40px;

    border-radius:40px;

    text-decoration:none;

    font-weight:bold;

    transition:0.3s;
}

/* BUTTON HOVER */

.btn:hover{
    background:#111;
}
/* FIX HEADER */

header{
    position:fixed;
    top:0;
    left:0;

    width:100%;
    z-index:1000;

    background:#ffffff;

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:25px 80px;
}

/* BODY */

body{
    margin:0;
    padding-top:100px; /* header k neeche content */
    background:#ffffff;
}

/* LOGO */

.logo{
    font-size:42px;
    font-weight:bold;

    color: #ffffff;  /* BLUE */

    font-family:'Clash Display', sans-serif;
    text-shadow: 0 0 12px rgba(255,215,0,0.35);

    letter-spacing:2px;
}

/* NAVBAR */

nav{
    display:flex;
    gap:35px;
    background: #ffffff;
    
}

nav a{
      /* BLUE TEXT */

    text-decoration:none;
    background: linear-gradient(135deg, #f8f8f8, #f0ebeb);
    color: #111;
font-weight: bold;

    font-size:18px;
    font-weight:600;

    font-family:'Poppins', sans-serif;

    transition:0.5s;
}

/* HOVER */

nav a:hover{
    color:#0b07da;
}
.logo{
    font-size: 42px;
    font-weight: 700;

    background: linear-gradient(135deg,#420ada,#0b07da);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow:
    0 0 12px rgba(0,102,255,0.35);

    letter-spacing: 2px;

    transition: 0.4s ease;
}

/* 🔥 HOVER EFFECT */
.logo:hover{

    background: black;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow:
    0 0 10px rgba(0,0,0,0.35);

}
body{
  background: #f8f8f8;
  font-family: Arial, sans-serif;
}

body{
  background: #0f0f0f;
  font-family: Arial, sans-serif;
}




/* RESPONSIVE */
@media (max-width: 1024px){
  .products{
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px){
  .products{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px){
  .products{
    grid-template-columns: repeat(1, 1fr);
  }
}

/* RESPONSIVE */
@media (max-width: 1024px){
  .products{
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px){
  .products{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px){
  .products{
    grid-template-columns: repeat(1, 1fr);
  }
}

/* RESPONSIVE */
@media (max-width: 1024px){
  .products{
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px){
  .products{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px){
  .products{
    grid-template-columns: repeat(1, 1fr);
  }
}
/* RESPONSIVE */
@media (max-width: 1024px){
  .products{
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px){
  .products{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px){
  .products{
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1024px){
  .products{
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px){
  .products{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px){
  .products{
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 480px){

  .products{
    grid-template-columns: repeat(1, 1fr);
  }

}
/* HERO */
.hero{
  position: relative;
  height: 90vh;
  overflow: hidden;
}

/* BACKGROUND IMAGE */
.hero-bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(40%);
}

/* CONTENT */
.hero-content{
  position: relative;
  z-index: 2;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
}

/* HEADING */
.hero-content h1{
  font-size: 85px;
  color: rgb(255, 255, 254);
  margin-bottom: 20px;
}

/* TEXT */
.hero-content p{
  font-size: 24px;
  color: white;
  margin-bottom: 35px;
}

/* BUTTON */
.hero-content button{
  padding: 15px 40px;
  border: none;
  border-radius: 40px;
  background: rgb(255, 255, 255);
  color: black;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.hero-bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(50%);
}
.watch-heading{

    font-size: 48px;
    font-weight: 800;
    text-align: center;

    /* Luxury font */
    font-family: "Playfair Display", "Cinzel", serif;

    /* Premium gold gradient */
    background: linear-gradient(135deg,
        #fff8dc 0%,
        #f7e27a 25%,
        #d4af37 50%,
        #b8860b 75%,
        #fff3b0 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    letter-spacing: 3px;

    /* Soft luxury glow */
    text-shadow:
        0 2px 10px rgba(0,0,0,0.15),
        0 0 25px rgba(212,175,55,0.35),
        0 0 50px rgba(255,215,0,0.15);

    margin-bottom: 20px;

    transition: all 0.4s ease;
}

/* Hover luxury effect */
.watch-heading:hover{
    letter-spacing: 5px;
    transform: scale(1.03);
    filter: drop-shadow(0 0 10px rgba(212,175,55,0.4));
}





/* PERFUME SECTION */
.perfume-hero{
  position: relative;
  height: 90vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* BACKGROUND IMAGE */
.perfume-bg{
  width: 100%;
  height: 100%;
  object-fit: cover;

  position: absolute;
  top: 0;
  left: 0;

  filter: brightness(35%) contrast(110%);
  transform: scale(1.05);
}

/* DARK LUXURY OVERLAY */
.perfume-hero::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background: radial-gradient(
    circle at center,
    rgba(0,0,0,0.2),
    rgba(0,0,0,0.75)
  );

  z-index: 1;
}

/* CONTENT BOX */
.perfume-content{
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
  padding: 20px;
}

/* MAIN HEADING */
.perfume-content h1{

  font-size: 78px;
  font-weight: 800;
  letter-spacing: 3px;

  font-family: "Cinzel", "Playfair Display", serif;

  /* WHITE + BLACK LUXURY METALLIC */
  background: linear-gradient(135deg,
      #ffffff 0%,
      #f5f5f5 20%,
      #111111 50%,
      #e6e6e6 75%,
      #ffffff 100%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  margin-bottom: 20px;

  text-shadow:
      0 3px 15px rgba(0,0,0,0.4),
      0 0 25px rgba(255,255,255,0.08);

  transition: all 0.4s ease;
}

/* SUB TEXT (agar add karna ho) */
.perfume-content p{
  font-size: 18px;
  color: rgba(255,255,255,0.75);
  max-width: 600px;
  line-height: 1.6;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

/* BUTTON (optional luxury CTA) */
.perfume-btn{
  padding: 14px 35px;
  font-size: 16px;
  font-weight: 600;

  color: #fff;
  background: transparent;

  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 30px;

  backdrop-filter: blur(10px);

  cursor: pointer;
  transition: 0.3s ease;
}

.perfume-btn:hover{
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.6);
  transform: scale(1.05);
}

/* HOVER EFFECT ON HEADING */
.perfume-content h1:hover{
  transform: scale(1.05);
  letter-spacing: 5px;
  filter: drop-shadow(0 0 15px rgba(255,255,255,0.2));
}

/* TEXT */
.perfume-content p{
  font-size: 24px;
  color: white;
  margin-bottom: 35px;
}

/* BUTTON */
.perfume-content button{
  padding: 15px 40px;
  border: none;
  border-radius: 40px;

  background: linear-gradient(135deg,#ffffff,#ffffff);

  color: black;
  font-size: 18px;
  font-weight: bold;

  cursor: pointer;
}
/* PRODUCTS GRID */
.products{
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  padding: 30px;
}

/* CARD */
.product-card{
  background:linear-gradient(145deg,#0d0d0d,#1a1a1a);

  border:1px solid #2a2a2a;
  border-radius:22px;

  overflow:hidden;
  text-align:center;

  display:flex;
  flex-direction:column;

  transition:all .4s ease;
}

/* TOP PREMIUM LINE */
.product-card::before{
  content:"";
  display:block;
  height:2px;

  background:linear-gradient(
    to right,
    transparent,
    #ffffff,
    transparent
  );
}

/* HOVER */
.product-card:hover{
  transform:translateY(-10px);

  border-color:#ffffff;

  box-shadow:
  0 10px 30px rgba(255,255,255,.08),
  0 0 20px rgba(255,255,255,.05);
}

/* IMAGE */
.product-card img{
  width:100%;
  height:240px;

  object-fit:cover;

  transition:none;
}

.product-card:hover img{
  transform:none;
}

/* PRODUCT NAME */
.product-card h3{
  color:#ffffff;

  font-family:Georgia, "Times New Roman", serif;

  font-size:18px;
  font-weight:700;

  line-height:1.5;

  letter-spacing:.5px;

  margin:18px 12px 15px;

  min-height:60px; /* same height */
}

/* PRICE */
.product-card p{
  width: 90px;

  padding: 7px 12px;

  margin: 0 auto 18px;

  display:flex;
  align-items:center;
  justify-content:center;

  background:#fff;
  color:#000;

  border-radius:25px;

  font-size:12px;
  font-weight:700;
}

/* PRICE HOVER */
.product-card:hover p{
  background:#000;
  color:#fff;

  border:1px solid #fff;
}

/* TABLET */
@media(max-width:1024px){
  .products{
    grid-template-columns:repeat(3,1fr);
  }
}

/* MOBILE */
@media(max-width:768px){
  .products{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:480px){
  .products{
    grid-template-columns:1fr;
  }

  .product-card h3{
    font-size:16px;
  }
}
.product-card h3{
    font-family:'Cinzel', serif;
}
.page-section{
  min-height:100vh;
  padding-top:100px;
}
html{
    scroll-behavior: smooth;
}
.modal{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.95);
    z-index:99999;
}

.modal-content{
    max-width:90%;
    max-height:90%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.close{
    position:absolute;
    top:15px;
    right:25px;
    font-size:45px;
    color:white;
    cursor:pointer;
    z-index:100000;
}

.product-card img{
    cursor:pointer;
}
.hero-content{
    animation:fadeUp 1.2s ease;
}

@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(50px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }
}
.product-card{
    animation:floatCard 4s ease-in-out infinite;
}

@keyframes floatCard{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-8px);
    }

    100%{
        transform:translateY(0);
    }
}

button{
    animation:pulse 2s infinite;
}

@keyframes pulse{

    0%{
        transform:scale(1);
    }

    50%{
        transform:scale(1.05);
    }

    100%{
        transform:scale(1);
    }
}
.product-card img{
    transition:0.7s;
}

.product-card:hover img{
    transform:scale(1.12);
}
.product-card{
    position:relative;
    overflow:hidden;
}

.product-card::before{
    content:'';

    position:absolute;

    top:0;
    left:-120%;

    width:50%;
    height:100%;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.5),
        transparent
    );

    transform:skewX(-25deg);

    transition:1s;
}

.product-card:hover::before{
    left:150%;
}
.reveal{
    opacity:0;
    transform:translateY(60px);
    transition:1s;
}

.reveal.active{
    opacity:1;
    transform:translateY(0);
}
.contact-section{
  padding:80px 8%;
  text-align:center;
  background:#0a0a0a;
}

.contact-box{
  max-width:600px;
  margin:auto;
  padding:30px;
  border:1px solid #333;
  border-radius:15px;
  background:#111;
}

.contact-box p{
  margin:15px 0;
  font-size:18px;
}
.card-bottom{
    display:flex;
    justify-content:center;
    gap:8px;
    margin-top:12px;
}

.product-card p{
    width:90px;
    height:32px;

    margin:12px auto 8px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff;
    color:#000;

    border-radius:25px;

    font-size:12px;
    font-weight:700;
}

.buy-btn{
    width:90px;
    height:32px;

    margin:0 auto 18px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff;
    color:#000;

    border-radius:25px;

    font-size:12px;
    font-weight:700;

    text-decoration:none;
    transition:.3s;
}

.card-bottom{
    display:flex;
    justify-content:center;
}

.buy-btn:hover{
    background:#000;
    color:#fff;
    border:1px solid #fff;
}
.payment-box{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:25px;
    flex-wrap:wrap;
    margin-top:30px;
}

.pay-card{
    width:220px;
    background:#111;
    border:1px solid #333;
    border-radius:20px;
    padding:25px 20px;
    text-align:center;
    cursor:pointer;
    transition:0.3s ease;
}

.pay-card:hover{
    transform:translateY(-8px);
    border-color:#fff;
    box-shadow:0 10px 30px rgba(255,255,255,0.15);
}

.pay-card img{
    width:120px;
    height:80px;      /* dono ki same height */
    object-fit:contain;
    display:block;
    margin:0 auto 15px;
}

.pay-card span{
    display:block;
    color:#fff;
    font-size:18px;
    font-weight:600;
    margin-top:10px;
}
.payment-heading{
    text-align:center;
    font-size:42px;
    margin-bottom:20px;
    font-family:'Cinzel',serif;
}
/* ===========================
   PRODUCT POPUP
=========================== */

.product-popup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.85);

    display:none;
    justify-content:center;
    align-items:center;

    z-index:99999;
}

.popup-box{

    width:420px;
    max-width:90%;

    background:#111;

    border:1px solid #333;
    border-radius:25px;

    padding:30px;

    text-align:center;

    position:relative;

    animation:popup .35s ease;
}

@keyframes popup{

from{
transform:scale(.7);
opacity:0;
}

to{
transform:scale(1);
opacity:1;
}

}

.popup-box img{

    width:240px;
    height:240px;

    object-fit:contain;

    margin-bottom:20px;
}

.popup-box h2{

    font-size:28px;

    margin-bottom:12px;

    color:#fff;
}

.popup-box h3{

    color:#d4af37;

    font-size:24px;

    margin-bottom:20px;
}

.popup-box p{

    color:#bbb;

    line-height:30px;

    margin-bottom:25px;
}

.popup-buy{

display:inline-block;

padding:14px 40px;

background:#fff;

color:#000;

text-decoration:none;

font-weight:700;

border-radius:40px;

transition:.3s;
}

.popup-buy:hover{

background:#000;

color:#fff;

border:1px solid #fff;

}

.close-popup{

position:absolute;

top:15px;
right:20px;

font-size:35px;

cursor:pointer;

color:#fff;
}

.close-popup:hover{

color:red;

}
.product-card{
    position:relative;
}

.wishlist{
    position:absolute;
    top:15px;
    right:15px;

    width:38px;
    height:38px;

    background:#fff;
    color:red;

    border-radius:50%;

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:20px;
    cursor:pointer;

    transition:.3s;
}

.wishlist:hover{
    background:red;
    color:#fff;
    transform:scale(1.15);
}
.badge{
    position:absolute;
    left:15px;
    top:15px;

    background:#FFD700;
    color:#000;

    padding:5px 12px;

    border-radius:20px;

    font-size:11px;
    font-weight:bold;
}
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  background:#000;
  color:#fff;
  font-family:'Poppins',sans-serif;
}

/* HERO SECTION */
.hero{
  height:100vh;
  position:relative;

  background:
  linear-gradient(
    135deg,
    rgba(0,0,0,.85),
    rgba(0,0,0,.55),
    rgba(0,0,0,.90)
  ),
  url("watch.jpg");

  background-size:cover;
  background-position:center;
  background-attachment:fixed;

  display:flex;
  justify-content:center;
  align-items:center;

  text-align:center;
  padding:20px;

  overflow:hidden;
}
.hero::before{
  content:"";
  position:absolute;
  top:0;
  left:0;

  width:100%;
  height:100%;

  background:radial-gradient(
    circle at center,
    rgba(255,255,255,0.08),
    rgba(0,0,0,0.85)
  );

  z-index:1;
}

/* CONTENT */
.hero-content{
  position:relative;
  z-index:2;
}

/* MAIN HEADING */
.hero-content h1{
  font-family:'Cinzel','Playfair Display',serif;

  font-size:92px;
  font-weight:800;

  text-transform:uppercase;
  letter-spacing:5px;

  background:linear-gradient(
    135deg,
    #ffffff 0%,
    #e0e0e0 25%,
    #6d8cff 50%,
    #b7d7ff 75%,
    #ffffff 100%
  );

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;

  margin-bottom:20px;

  text-shadow:
  0 5px 25px rgba(0,0,0,0.6),
  0 0 25px rgba(255,255,255,0.08);

  transition:0.4s ease;
}

/* HOVER EFFECT */
.hero-content h1:hover{
  transform:scale(1.05);
  letter-spacing:7px;

  filter:drop-shadow(0 0 15px rgba(180,200,255,0.25));
}

/* SUB TEXT */
.hero-content p{
  font-size:22px;
  color:rgba(255,255,255,0.75);

  letter-spacing:1.5px;
  margin-bottom:35px;
}

/* BUTTON (LUXURY GLASS STYLE) */
.btn{
  display:inline-block;

  padding:15px 45px;

  background:rgba(255,255,255,0.08);
  color:#fff;

  border:1px solid rgba(255,255,255,0.25);
  border-radius:50px;

  text-decoration:none;
  font-weight:700;
  letter-spacing:1px;

  backdrop-filter:blur(10px);

  transition:0.4s ease;
}

.btn:hover{
  transform:translateY(-6px) scale(1.05);

  background:rgba(255,255,255,0.15);
  border-color:rgba(255,255,255,0.6);

  box-shadow:
  0 0 30px rgba(255,255,255,0.15);
}

/* CATEGORIES */

.categories{
  padding:100px 8%;
  background:#050505;
}

.section-title{
  text-align:center;

  font-family:'Cinzel',serif;
  font-size:55px;

  margin-bottom:70px;

  background:linear-gradient(
  135deg,
  #ffffff,
  #b7d7ff
  );

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

/* GRID */

.category-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:35px;
}

/* CARD */

.card{
  background:linear-gradient(
  145deg,
  #0f0f0f,
  #1a1a1a
  );

  border-radius:22px;
  overflow:hidden;

  border:1px solid #252525;

  transition:.4s ease;
}

.card:hover{
  transform:translateY(-10px);

  border-color:#ffffff;

  box-shadow:
  0 10px 35px rgba(255,255,255,.08);
}

.card img{
  width:100%;
  height:330px;
  object-fit:cover;

  transition:.4s;
}

.card:hover img{
  transform:scale(1.03);
}

.card-content{
  padding:25px;
  text-align:center;
}

.card-content h3{
  font-family:'Cinzel',serif;

  font-size:28px;
  font-weight:700;

  color:#b7d7ff;

  margin-bottom:12px;
}

.card-content p{
  color:#d8d8d8;
  font-size:15px;
  line-height:1.9;
}

/* ABOUT */

.about{
  padding:100px 8%;
  background:#101010;
  text-align:center;
   border-top:2px solid #FCDF1E;
    border-bottom:2px solid #FCDF1E;
}

.about p{
  max-width:900px;

  margin:auto;

  color:#d6d6d6;

  line-height:2;
  font-size:17px;

  margin-top:25px;
}

/* FOOTER */

footer{
  background:#050505;

  padding:30px;

  text-align:center;

  border-top:1px solid #333;

  color:#aaa;
}

/* MOBILE */

@media(max-width:768px){

.hero-content h1{
  font-size:55px;
}

.hero-content p{
  font-size:18px;
}

.section-title{
  font-size:38px;
}

.card-content h3{
  font-size:22px;
}

}
 

    /* RESPONSIVE */

    @media(max-width:768px){

      .hero-content h1{
        font-size:42px;
      }

      nav{
        display:none;
      }

      .section-title{
        font-size:32px;
      }
    }
    *{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    background:black;
    color:white;
    font-family:Arial, sans-serif;
}
/*================ PREMIUM FEATURES ================*/

.features{

    width:88%;
    max-width:1200px;

    margin:-35px auto 60px;

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;

    position:relative;
    z-index:100;

}

.feature-box{

    background:linear-gradient(145deg,#111,#181818);

    border:1px solid #2a2a2a;
    border-radius:16px;

    padding:15px 18px;

    display:flex;
    align-items:center;
    gap:12px;

    min-height:80px;

    transition:.35s ease;

}

.feature-box:hover{

    transform:translateY(-6px);

    border-color:#ffffff;

    box-shadow:0 12px 30px rgba(252, 250, 250, 0.15);

}

.feature-box img{

   width:45px;
    height:45px;
    object-fit:cover;

    min-width:50px;
    min-height:50px;

    object-fit:contain;
    object-position:center;

    display:block;

}

.feature-box h3{

    font-family:'Cinzel',serif;

    font-size:17px;

    font-weight:700;

    color:#FCDF1E;

    text-transform:uppercase;

    letter-spacing:1.5px;

    margin-bottom:6px;

}

.feature-box p{

    font-family:'Montserrat',sans-serif;

    font-size:13px;

    font-weight:500;

    color:#d5d5d5;

    line-height:1.6;

    letter-spacing:.8px;

}

/* Tablet */

@media(max-width:992px){

.features{

    grid-template-columns:repeat(2,1fr);
    gap:14px;

}

}

/* Mobile */

@media(max-width:600px){

.features{

    width:92%;
    grid-template-columns:1fr;

    margin:30px auto;

}

.feature-box{

    min-height:70px;
    padding:14px;

}

.feature-box img{

    width:34px;
    height:34px;

}

.feature-box h3{

    font-size:14px;

}

.feature-box p{

    font-size:11px;

}

}
.feature-box i{
    font-size:32px;
    color:#FCDF1E;
    min-width:40px;
    text-align:center;
}
/*========== FOOTER ==========*/

.footer{

background:#080808;


 border-top:2px solid #FCDF1E;
  

margin-top:80px;

}

.footer-container{

width:90%;
max-width:1300px;

margin:auto;

padding:60px 0;

display:grid;

grid-template-columns:repeat(auto-fit,minmax(230px,1fr));

gap:40px;

}

.footer-box h3{

color:#FCDF1E;

font-family:'Cinzel',serif;

margin-bottom:20px;

font-size:22px;

}

.footer-logo{

font-family:'Cinzel',serif;

font-size:34px;

color:#FCDF1E;

margin-bottom:15px;

}

.footer-box p{
  font-family:'Cinzel',serif;

color:#bdbdbd;

line-height:1.8;

font-size:15px;

margin-bottom:10px;

}

.footer-box a{

display:block;

color:#bdbdbd;

text-decoration:none;

margin:10px 0;

transition:.3s;
font-family:'Cinzel',serif;

}

.footer-box a:hover{

color:#FCDF1E;

padding-left:8px;

}

.footer-bottom{
     border-top:2px solid #FCDF1E;
    color:#888;
    letter-spacing:1px;
    padding-top: 4px;
    text-transform:uppercase;
}

.about p{

    font-family:'Cormorant Garamond',serif;

    font-size:22px;

    color:#d6d6d6;

    line-height:1.8;

    text-align:center;

    max-width:800px;

    margin:auto;

    letter-spacing:1px;

    text-transform:uppercase;

}
.social-links{

    display:flex;

    flex-direction:column;

    gap:15px;

    margin-top:20px;

}

.social-links a{

    display:flex;

    align-items:center;

    gap:12px;

    text-decoration:none;

    color:#d6d6d6;

    font-family:'Montserrat',sans-serif;

    font-size:15px;

    font-weight:600;

    text-transform:uppercase;

    letter-spacing:1px;

    transition:.35s;

}

.social-links a:hover{

    color:#FCDF1E;

    transform:translateX(8px);

}

.social-links i{

    font-size:24px;

    color:#FCDF1E;

}
.social-links a:hover{
    color:#FCDF1E;
    transform:translateX(8px);
}

.social-links i{
    transition:.3s;
}

.social-links a:hover i{
    transform:scale(1.2);
}
/*==========================
WHY CHOOSE US
==========================*/

.why-choose{

    width:90%;
    max-width:1300px;

    margin:90px auto;

    text-align:center;

}

.why-choose h2{

    font-family:'Cinzel',serif;

    font-size:42px;

    color:#fff;

    margin-bottom:60px;

    letter-spacing:2px;

}

.why-choose h2 span{

    color:#FCDF1E;

}

.why-container{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

.why-card{

    background:#111;

    border:1px solid #2a2a2a;

    border-radius:20px;

    padding:45px 35px;

    transition:.4s;

}

.why-card:hover{

    transform:translateY(-12px);

    border-color:#FCDF1E;

    box-shadow:0 15px 35px rgba(252,223,30,.15);

}

.why-icon{

    width:85px;
    height:85px;

    margin:auto;

    border-radius:50%;

    background:#1a1a1a;

    display:flex;

    justify-content:center;

    align-items:center;

    border:2px solid #FCDF1E;

    margin-bottom:25px;

}

.why-icon i{

    color:#FCDF1E;

    font-size:36px;

}

.why-card h3{

    font-family:'Cinzel',serif;

    color:#FCDF1E;

    font-size:23px;

    margin-bottom:18px;

    letter-spacing:1px;

}

.why-card p{

    font-family:'Montserrat',sans-serif;

    color:#cfcfcf;

    font-size:15px;

    line-height:1.9;

    text-transform:uppercase;

    letter-spacing:1px;

}

@media(max-width:900px){

.why-container{

grid-template-columns:1fr;

}

}
/* ==========================
   MOBILE RESPONSIVE
========================== */

@media (max-width:768px){

/* Navbar */

header{

    flex-direction:column;
    padding:15px 20px;
    gap:20px;

}

.logo{

    font-size:42px;
    text-align:center;

}

nav{

    width:100%;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:10px;

}

nav a{

    font-size:15px;
    padding:8px 12px;

}

/* Hero */

.hero{

    height:auto;
}

.hero-bg{

    height:420px;
    object-fit:cover;

}

.hero-content{

    width:90%;
    left:50%;
    transform:translateX(-50%);
    text-align:center;
    top:50%;

}

.hero-content h1{

    font-size:34px;

}

.hero-content p{

    font-size:16px;

}

.hero-content button{

    width:180px;
    height:50px;

}

/* Features */

.features{

    grid-template-columns:1fr;
    gap:15px;
    margin-top:20px;

}

.feature-box{

    padding:18px;

}

/* Products */

.products{

    grid-template-columns:repeat(2,1fr);
    gap:15px;
    padding:15px;

}

.product-card img{

    height:170px;

}

.product-card h3{

    font-size:16px;

}

/* Footer */

.footer-container{

    grid-template-columns:1fr;
    text-align:center;

}

.footer-box p{

    text-align:center;

}

/* Why Choose */

.why-container{

    grid-template-columns:1fr;

}

}

/* Small Mobile */

@media (max-width:480px){

.products{

    grid-template-columns:1fr;

}

.hero-content h1{

    font-size:28px;

}

.hero-content p{

    font-size:15px;

}

.logo{

    font-size:34px;

}

}