/* ==========================================================
   KALA SAGAR
   FINAL WEBSITE STYLE
========================================================== */


*{

    margin:0;

    padding:0;

    box-sizing:border-box;

}


html{

    scroll-behavior:smooth;

}


body{

    font-family:"Poppins",sans-serif;

    color:#2b2023;

    background:#fffaf8;

    overflow-x:hidden;

}


img{

    max-width:100%;

    display:block;

}


a{

    text-decoration:none;

    color:inherit;

}


button{

    border:none;

    font-family:"Poppins",sans-serif;

    cursor:pointer;

}


.container{

    width:min(1180px,90%);

    margin:auto;

}


/* ==========================================================
   HEADER
========================================================== */


.header{

    width:100%;

    height:90px;

    position:fixed;

    top:0;

    left:0;

    z-index:1000;

    background:rgba(255,255,255,.96);

    box-shadow:0 3px 20px rgba(0,0,0,.07);

    transition:.3s;

}


.header.scrolled{

    height:75px;

    box-shadow:0 8px 25px rgba(0,0,0,.10);

}


.header-container{

    height:100%;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:25px;

}


.logo{

    display:flex;

    flex-direction:column;

    line-height:1;

}


.logo h1{

    font-family:"Playfair Display",serif;

    color:#9e164e;

    font-size:34px;

}


.logo span{

    margin-top:7px;

    color:#8b6b60;

    font-size:10px;

    letter-spacing:2px;

    text-transform:uppercase;

}


.navbar{

    display:flex;

    align-items:center;

    gap:25px;

}


.navbar a{

    font-size:14px;

    font-weight:500;

    transition:.25s;

}


.navbar a:hover{

    color:#a71652;

}


.header-whatsapp{

    display:flex;

    align-items:center;

    gap:8px;

    padding:11px 17px;

    border-radius:30px;

    color:#fff;

    background:#25d366;

    font-size:13px;

    font-weight:600;

}


.mobile-btn{

    display:none;

    background:none;

    color:#9e164e;

    font-size:25px;

}


/* ==========================================================
   HERO
========================================================== */


.hero{

    min-height:100vh;

    position:relative;

    display:flex;

    align-items:center;

    color:#fff;

    background:

    url("assets/images/hero.png")

    center/cover no-repeat;

}


.hero-overlay{

    position:absolute;

    inset:0;

    background:

    linear-gradient(

    90deg,

    rgba(35,10,19,.84),

    rgba(53,15,31,.56),

    rgba(53,15,31,.18)

    );

}


.hero-content{

    position:relative;

    z-index:2;

    max-width:720px;

    padding-top:80px;

}


.hero-content h4{

    margin-bottom:18px;

    color:#f6c8d8;

    font-size:40px;

    letter-spacing:5px;

}


.hero-content h1{

    font-family:"Playfair Display",serif;

    font-size:70px;

    line-height:1.08;

}


.hero-content p{

    max-width:590px;

    margin:25px 0 35px;

    color:#f6edf0;

    font-size:17px;

    line-height:1.9;

}


.hero-buttons{

    display:flex;

    flex-wrap:wrap;

    gap:15px;

}


.btn-primary,

.btn-secondary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    min-width:180px;

    padding:14px 23px;

    border-radius:30px;

    font-weight:600;

    transition:.3s;

}


.btn-primary{

    color:#fff;

    background:#a71652;

    box-shadow:0 10px 25px rgba(167,22,82,.28);

}


.btn-primary:hover{

    transform:translateY(-3px);

    background:#86103f;

}


.btn-secondary{

    color:#fff;

    border:1px solid rgba(255,255,255,.75);

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(8px);

}


.btn-secondary:hover{

    background:#fff;

    color:#a71652;

}


/* ==========================================================
   GENERAL SECTION
========================================================== */


.section{

    padding:105px 0;

}


.section-title{

    max-width:760px;

    margin:0 auto 55px;

    text-align:center;

}


.section-title span,

.about-content > span{

    color:#a71652;

    font-size:12px;

    font-weight:700;

    letter-spacing:3px;

}


.section-title h2{

    margin:13px 0 14px;

    font-family:"Playfair Display",serif;

    color:#3a252c;

    font-size:48px;

}


.section-title p{

    color:#78666a;

    line-height:1.8;

}


/* ==========================================================
   COLLECTIONS
========================================================== */


.collections{

    background:#fff;

}


.collection-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:22px;

}


.collection-card{

    min-height:390px;

    position:relative;

    overflow:hidden;

    border-radius:10px;

    background:#e9d9dc;

    box-shadow:0 12px 30px rgba(57,26,34,.10);

}


.collection-card img{

    width:100%;

    height:100%;

    position:absolute;

    inset:0;

    object-fit:cover;

    transition:transform .6s ease;

}


.collection-card:hover img{

    transform:scale(1.08);

}


.collection-overlay{

    width:100%;

    position:absolute;

    left:0;

    bottom:0;

    padding:70px 25px 25px;

    color:#fff;

    background:

    linear-gradient(

    transparent,

    rgba(32,10,18,.88)

    );

}


.collection-overlay h3{

    font-family:"Playfair Display",serif;

    font-size:29px;

}


.collection-overlay p{

    margin-top:6px;

    font-size:13px;

}


/* ==========================================================
   PRODUCTS
========================================================== */


.products{

    background:#fff6f4;

}


.product-search{

    max-width:650px;

    position:relative;

    margin:0 auto 25px;

}


.product-search i{

    position:absolute;

    top:50%;

    left:20px;

    color:#a71652;

    transform:translateY(-50%);

}


.product-search input{

    width:100%;

    padding:17px 20px 17px 52px;

    outline:none;

    border:1px solid #e7cfd6;

    border-radius:35px;

    background:#fff;

    font-size:14px;

}


.category-tabs,

.subcategory-tabs{

    display:flex;

    flex-wrap:wrap;

    justify-content:center;

    gap:11px;

    margin-bottom:18px;

}


.category-btn,

.subcategory-btn{

    padding:10px 18px;

    border:1px solid #d9b9c4;

    border-radius:25px;

    color:#6d4d56;

    background:#fff;

    font-size:13px;

    transition:.25s;

}


.category-btn:hover,

.subcategory-btn:hover,

.category-btn.active,

.subcategory-btn.active{

    color:#fff;

    border-color:#a71652;

    background:#a71652;

}


.product-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:28px;

    margin-top:45px;

}


.product-card{

    overflow:hidden;

    border-radius:12px;

    background:#fff;

    box-shadow:0 10px 35px rgba(54,24,32,.10);

    transition:.35s;

}


.product-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 45px rgba(54,24,32,.16);

}


.product-image{

    height:360px;

    overflow:hidden;

    background:#f0e2e5;

}


.product-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s;

}


.product-card:hover .product-image img{

    transform:scale(1.06);

}


.product-content{

    padding:22px;

}


.product-content h3{

    font-family:"Playfair Display",serif;

    color:#3a252c;

    font-size:23px;

}


.product-type{

    min-height:25px;

    margin:8px 0;

    color:#8d6d75;

    font-size:13px;

}


.product-content h4{

    margin-bottom:18px;

    color:#a71652;

    font-size:20px;

}


.product-actions{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:10px;

}


.btn-enquiry,

.btn-view{

    padding:11px 8px;

    border-radius:7px;

    font-size:12px;

    font-weight:600;

}


.btn-enquiry{

    color:#fff;

    background:#25d366;

}


.btn-view{

    color:#a71652;

    border:1px solid #dcbac5;

    background:#fff;

}


.center-button{

    margin-top:45px;

    text-align:center;

}


.loading-text,

.no-content{

    grid-column:1/-1;

    padding:35px;

    color:#806a70;

    text-align:center;

}


/* ==========================================================
   INSTAGRAM
========================================================== */


.instagram{

    background:#fff;

}


.instagram-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;

}


.video-card{

    overflow:hidden;

    border-radius:12px;

    background:#fff6f7;

    box-shadow:0 10px 30px rgba(54,24,32,.09);

}


.instagram-video-link{

    display:block;

}


.instagram-video-preview{

    height:300px;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    gap:16px;

    color:#fff;

    background:

    linear-gradient(

    135deg,

    #833ab4,

    #fd1d1d,

    #fcb045

    );

}


.instagram-video-preview i{

    font-size:62px;

}


.instagram-video-preview span{

    padding:10px 18px;

    border:1px solid rgba(255,255,255,.7);

    border-radius:25px;

    font-weight:600;

}


.video-content{

    padding:20px;

}


.video-content h3{

    font-family:"Playfair Display",serif;

    font-size:21px;

}


/* ==========================================================
   ABOUT
========================================================== */


.about{

    background:#f8eeeb;

}


.about-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    align-items:center;

    gap:70px;

}


.about-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}


.about-image img{

    width:100%;

    height:100%;

    object-fit:cover;

}


.about-content h2{

    margin:15px 0 20px;

    font-family:"Playfair Display",serif;

    color:#3a252c;

    font-size:50px;

}


.about-content p{

    margin-bottom:18px;

    color:#6f5a60;

    line-height:1.95;

}


/* ==========================================================
   CONTACT
========================================================== */


.contact{

    background:#fff;

}


.contact-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;

}


.contact-card{

    padding:45px 25px;

    border:1px solid #eedde1;

    border-radius:12px;

    text-align:center;

    background:#fffafa;

    transition:.3s;

}


.contact-card:hover{

    transform:translateY(-7px);

    border-color:#c87896;

    box-shadow:0 15px 35px rgba(54,24,32,.10);

}


.contact-icon{

    width:65px;

    height:65px;

    display:grid;

    place-items:center;

    margin:0 auto 20px;

    border-radius:50%;

    color:#fff;

    background:#a71652;

    font-size:26px;

}


.contact-card h3{

    margin-bottom:8px;

    font-family:"Playfair Display",serif;

    font-size:25px;

}


.contact-card p{

    color:#79646a;

    font-size:14px;

}


/* ==========================================================
   FOOTER
========================================================== */


.footer{

    padding-top:65px;

    color:#f5e9ed;

    background:#35121f;

}


.footer-grid{

    display:grid;

    grid-template-columns:2fr 1fr 1fr;

    gap:50px;

    padding-bottom:55px;

}


.footer h2{

    margin-bottom:13px;

    font-family:"Playfair Display",serif;

    font-size:35px;

}


.footer h3{

    margin-bottom:18px;

    color:#f2c8d5;

}


.footer p{

    max-width:270px;

    color:#d6bdc5;

    line-height:1.8;

}


.footer a{

    display:block;

    margin:10px 0;

    color:#ddc7cd;

    font-size:14px;

}


.footer a:hover{

    color:#fff;

}


.footer-bottom{

    padding:20px;

    border-top:1px solid rgba(255,255,255,.12);

    color:#c9adb6;

    text-align:center;

    font-size:13px;

}


/* ==========================================================
   FLOATING WHATSAPP
========================================================== */


.floating-whatsapp{

    width:60px;

    height:60px;

    position:fixed;

    right:25px;

    bottom:25px;

    z-index:2000;

    display:grid;

    place-items:center;

    border-radius:50%;

    color:#fff;

    background:#25d366;

    box-shadow:0 10px 25px rgba(37,211,102,.38);

    font-size:31px;

    animation:whatsappPulse 2s infinite;

}


@keyframes whatsappPulse{

    0%{

        box-shadow:

        0 0 0 0

        rgba(37,211,102,.5);

    }


    70%{

        box-shadow:

        0 0 0 16px

        rgba(37,211,102,0);

    }


    100%{

        box-shadow:

        0 0 0 0

        rgba(37,211,102,0);

    }

}


/* ==========================================================
   PRODUCT MODAL
========================================================== */


.product-modal{

    width:100%;

    height:100%;

    position:fixed;

    inset:0;

    z-index:3000;

    display:none;

    align-items:center;

    justify-content:center;

    padding:25px;

    background:rgba(25,7,14,.78);

}


.product-modal.active{

    display:flex;

}


.modal-box{

    width:min(950px,100%);

    max-height:90vh;

    position:relative;

    overflow:auto;

    border-radius:14px;

    background:#fff;

}


.modal-close{

    width:42px;

    height:42px;

    position:absolute;

    top:12px;

    right:12px;

    z-index:5;

    border-radius:50%;

    color:#fff;

    background:#a71652;

    font-size:25px;

}


.modal-body{

    display:grid;

    grid-template-columns:1fr 1fr;

}


.modal-image{

    min-height:500px;

    background:#eee;

}


.modal-image img{

    width:100%;

    height:100%;

    object-fit:cover;

}


.modal-details{

    padding:55px 45px;

}


.modal-details span{

    color:#a71652;

    font-size:12px;

    font-weight:700;

    letter-spacing:2px;

}


.modal-details h2{

    margin:13px 0;

    font-family:"Playfair Display",serif;

    font-size:40px;

}


.modal-details h3{

    margin-bottom:20px;

    color:#a71652;

    font-size:25px;

}


.modal-details p{

    margin-bottom:25px;

    color:#725d63;

    line-height:1.9;

}


/* ==========================================================
   ANIMATION
========================================================== */


.fade-up{

    opacity:0;

    transform:translateY(35px);

    transition:

    opacity .7s ease,

    transform .7s ease;

}


.fade-up.show{

    opacity:1;

    transform:translateY(0);

}


/* ==========================================================
   TABLET
========================================================== */


@media(max-width:1050px){


    .collection-grid{

        grid-template-columns:repeat(2,1fr);

    }


    .product-grid,

    .instagram-grid{

        grid-template-columns:repeat(2,1fr);

    }


    .about-grid{

        grid-template-columns:1fr;

    }


    .about-image{

        height:500px;

    }


    .navbar{

        gap:15px;

    }


}


/* ==========================================================
   MOBILE
========================================================== */


@media(max-width:850px){


    .header{

        height:78px;

    }


    .header-whatsapp{

        display:none;

    }


    .mobile-btn{

        display:block;

    }


    .navbar{

        width:100%;

        position:absolute;

        top:78px;

        left:0;

        display:none;

        flex-direction:column;

        align-items:flex-start;

        gap:0;

        padding:20px 7%;

        background:#fff;

        box-shadow:0 12px 25px rgba(0,0,0,.10);

    }


    .navbar.active{

        display:flex;

    }


    .navbar a{

        width:100%;

        padding:13px 0;

        border-bottom:1px solid #f0e4e7;

    }


    .hero-content h1{

        font-size:55px;

    }


}


@media(max-width:700px){


    .section{

        padding:75px 0;

    }


.hero{
    min-height:600px;
    background-position:70% center;
}


    .hero-content{

        padding-top:100px;

    }


    .hero-content h1{

        font-size:43px;

    }


    .hero-content p{

        font-size:15px;

    }


    .hero-buttons{

        flex-direction:column;

        align-items:flex-start;

    }


    .btn-primary,

    .btn-secondary{

        min-width:230px;

    }


    .section-title h2{

        font-size:37px;

    }


    .collection-grid,

    .product-grid,

    .instagram-grid,

    .contact-grid{

        grid-template-columns:1fr;

    }


    .collection-card{

        min-height:410px;

    }


    .product-image{

        height:400px;

    }


    .about-image{

        height:430px;

    }


    .about-content h2{

        font-size:39px;

    }


    .footer-grid{

        grid-template-columns:1fr;

        gap:30px;

    }


    .modal-body{

        grid-template-columns:1fr;

    }


    .modal-image{

        min-height:350px;

    }


    .modal-details{

        padding:38px 25px;

    }


    .modal-details h2{

        font-size:33px;

    }


}


@media(max-width:450px){


    .container{

        width:91%;

    }


    .logo h1{

        font-size:29px;

    }


    .hero-content h4{

        font-size:22px;

        letter-spacing:3px;

    }


    .hero-content h1{

        font-size:36px;

    }


    .hero-content p{

        font-size:14px;

    }


    .category-btn,

    .subcategory-btn{

        padding:9px 13px;

        font-size:11px;

    }


    .product-image{

        height:340px;

    }


    .floating-whatsapp{

        width:55px;

        height:55px;

        right:16px;

        bottom:16px;

        font-size:28px;

    }


}
.product-image{
    width:100%;
    height:320px;
    overflow:hidden;
    background:#f3eeee;
}

.product-image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center;
}

.product-image.image-error{
    display:flex;
    align-items:center;
    justify-content:center;
}

.product-image.image-error::after{
    content:"Image unavailable";
    color:#8b1e45;
    font-size:14px;
}