*{

margin:0;
padding:0;
box-sizing:border-box;

}

body{

font-family:'Poppins',sans-serif;

background:#fff;

color:#333;

}

a{

text-decoration:none;

}

.topbar{

background:#1d1d1d;

color:#fff;

padding:8px 0;

font-size:14px;

}

.navbar{

padding:15px 0;

}

.navbar-brand{

font-size:30px;

}

.nav-link{

font-size:15px;

font-weight:500;

padding:15px !important;

color:#222;

}

.nav-link:hover{

color:#d98324;

}

.header-icons{

display:flex;

align-items:center;

gap:18px;

}

.header-icons i{

font-size:20px;

color:#222;

}

.search-box{

display:flex;

border:1px solid #ddd;

border-radius:30px;

overflow:hidden;

}

.search-box input{

border:none;

outline:none;

padding:8px 15px;

width:180px;

}

.search-box button{

border:none;

background:#fff;

padding:0 15px;

}

.mega-menu{

width:100%;

left:0;

right:0;

border:none;

padding:35px;

border-radius:0;

margin-top:0;

}

.mega-menu h6{

font-weight:700;

margin-bottom:15px;

}

.mega-menu a{

display:block;

padding:8px 0;

color:#555;

}

.mega-menu a:hover{

color:#d98324;

padding-left:10px;

transition:.3s;

}

.dropdown:hover .dropdown-menu{

display:block;

}

/*=========================
Hero
==========================*/

.hero-slider{

margin-top:10px;

}

.hero-slider .carousel-item{

position:relative;

}

.hero-slider img{

height:600px;

object-fit:cover;

}

.hero-content{

position:absolute;

top:50%;

left:8%;

transform:translateY(-50%);

color:#fff;

}

.hero-content h1{

font-size:55px;

font-weight:700;

}

.hero-content p{

font-size:22px;

margin:20px 0;

}

/*======================
Category
=======================*/

.category-box{

transition:.4s;

}

.category-box img{

width:170px;

height:170px;

border-radius:50%;

object-fit:cover;

transition:.4s;

box-shadow:0 5px 20px rgba(0,0,0,.15);

}

.category-box:hover img{

transform:scale(1.08);

}

.category-box h6{

margin-top:15px;

font-weight:600;

}

/*=====================
Offer Banner
======================*/

.offer-banner{

background:#132b3c;

padding:80px 0;


text-align:center;

color:#fff;

}

.offer-banner h2{

font-size:55px;

font-weight:700;

}

.offer-banner p{

font-size:22px;

margin:15px 0 30px;

}

.offer-banner .btn{

padding:12px 40px;

font-weight:600;

}
/*==========================
SECTION TITLE
==========================*/

.section-title h2{

font-size:36px;

font-weight:700;

letter-spacing:2px;

}

.section-title p{

color:#777;

}

/*==========================
PRODUCT CARD
==========================*/

.product-card{

background:#fff;

border-radius:10px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.4s;

}

.product-card:hover{

transform:translateY(-8px);

}

.product-image{

position:relative;

overflow:hidden;

}

.product-image img{

width:100%;

height:380px;

object-fit:cover;

transition:.5s;

}

.product-card:hover img{

transform:scale(1.08);

}

.sale-badge{

position:absolute;

left:15px;

top:15px;

background:#ff4d4d;

color:#fff;

padding:5px 12px;

font-size:12px;

font-weight:600;

border-radius:20px;

}

.product-icons{

position:absolute;

top:20px;

right:-50px;

display:flex;

flex-direction:column;

gap:10px;

transition:.4s;

}

.product-card:hover .product-icons{

right:15px;

}

.product-icons a{

width:40px;

height:40px;

background:#fff;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

color:#333;

box-shadow:0 4px 10px rgba(0,0,0,.2);

}

.quick-btn{

position:absolute;

bottom:-60px;

left:0;

width:100%;

text-align:center;

transition:.4s;

}

.product-card:hover .quick-btn{

bottom:20px;

}

.product-info{

padding:20px;

text-align:center;

}

.product-info h5{

font-size:18px;

margin-bottom:10px;

}

.price{

margin-bottom:10px;

}

.price .new{

color:#e67e22;

font-size:20px;

font-weight:700;

margin-right:10px;

}

.rating{

color:#f4b400;

}

.best-card{

position:relative;

overflow:hidden;

}

.best-card img{

width:100%;

height:400px;

object-fit:cover;

transition:.4s;

}

.best-card:hover img{

transform:scale(1.1);

}

.best-content{

position:absolute;

left:0;

bottom:0;

width:100%;

padding:25px;

background:linear-gradient(transparent,rgba(0,0,0,.8));

color:#fff;

text-align:center;

}

/*==============================
Luxury
==============================*/

.luxury-section{

padding:80px 0;

}

.luxury-content h2{

font-size:42px;

font-weight:700;

margin-bottom:20px;

}

.luxury-content p{

font-size:17px;

color:#666;

line-height:1.8;

margin-bottom:30px;

}

.luxury-section img{

border-radius:15px;

}



/*==============================
Mini Card
==============================*/

.mini-card{

background:#fff;

padding:15px;

text-align:center;

border-radius:10px;

transition:.4s;

box-shadow:0 5px 20px rgba(0,0,0,.08);

}

.mini-card:hover{

transform:translateY(-8px);

}

.mini-card img{

height:300px;

width:100%;

object-fit:cover;

border-radius:10px;

}

.mini-card h6{

margin-top:15px;

font-weight:600;

}

.mini-card span{

color:#e67e22;

font-weight:700;

}



/*==============================
Occasion
==============================*/

.occasion-banner{

background:#f7f7f7;

padding:80px 0;

}

.occasion-banner h2{

font-size:40px;

font-weight:700;

margin-bottom:20px;

}

.occasion-banner p{

font-size:17px;

color:#666;

line-height:1.8;

margin-bottom:25px;

}



/*==============================
Festival
==============================*/

.festival-card{

position:relative;

overflow:hidden;

border-radius:10px;

}

.festival-card img{

height:420px;

width:100%;

object-fit:cover;

transition:.5s;

}

.festival-card:hover img{

transform:scale(1.08);

}

.festival-overlay{

position:absolute;

left:0;

right:0;

bottom:0;

padding:25px;

background:linear-gradient(transparent,rgba(0,0,0,.8));

text-align:center;

color:#fff;

}

/*==============================
Instagram
==============================*/

.insta-box{

position:relative;

overflow:hidden;

border-radius:10px;

}

.insta-box img{

height:250px;

width:100%;

object-fit:cover;

transition:.4s;

}

.insta-overlay{

position:absolute;

inset:0;

background:rgba(0,0,0,.5);

display:flex;

align-items:center;

justify-content:center;

opacity:0;

transition:.4s;

color:#fff;

font-size:35px;

}

.insta-box:hover img{

transform:scale(1.1);

}

.insta-box:hover .insta-overlay{

opacity:1;

}

/*==============================
Testimonials
==============================*/

.testimonial-card{

max-width:650px;

margin:auto;

background:#fff;

padding:40px;

border-radius:12px;

text-align:center;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.testimonial-card img{

width:90px;

height:90px;

border-radius:50%;

margin-bottom:20px;

}

/*==============================
Newsletter
==============================*/

.newsletter{

background:#111;

padding:70px 0;

color:#fff;

}

.newsletter-form{

display:flex;

}

.newsletter-form input{

flex:1;

padding:15px;

border:none;

}

.newsletter-form button{

padding:15px 35px;

border:none;

background:#d9a441;

color:#fff;

}

/*==============================
Footer
==============================*/

.footer{

background:#000;

color:#ddd;

padding:70px 0 20px;

}

.footer h4,

.footer h5{

color:#fff;

margin-bottom:20px;

}

.footer ul{

list-style:none;

padding:0;

}

.footer li{

margin-bottom:10px;

}

.footer a{

color:#ccc;

text-decoration:none;

}

.footer a:hover{

color:#d9a441;

}

.social-icons{

display:flex;

gap:15px;

}

.social-icons a{

width:42px;

height:42px;

background:#222;

display:flex;

justify-content:center;

align-items:center;

border-radius:50%;

}

.back-top,

.whatsapp{

position:fixed;

right:20px;

width:50px;

height:50px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

color:#fff;

z-index:999;

}

.back-top{

bottom:90px;

background:#000;

}

.whatsapp{

bottom:25px;

background:#25D366;

}

.testimonial-card{
    max-width:700px;
    margin:auto;
    background:#fff;
    padding:40px;
    border-radius:12px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.1);
}

.testimonial-card img{
    width:90px;
    height:90px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:20px;
}

.stars{
    color:#ffc107;
    font-size:20px;
    margin-bottom:15px;
}

.carousel-indicators [data-bs-target]{
    background:#000;
    width:10px;
    height:10px;
    border-radius:50%;
}

.carousel-control-prev,
.carousel-control-next{
    width:6%;
}