/* ==========================================
   LAPTOP
========================================== */

@media (max-width:1500px){

    .devghar-header{
        padding:15px 25px;
        gap:20px;
    }

    .dev-icon img{
        width:200px;
    }

    .devghar-menu{
        gap:18px;
    }

    .devghar-menu a{
        font-size:15px;
    }

    .dev-search-box{
        width:280px;
    }

}

@media (max-width:1300px){

    .devghar-header{
        padding:15px 20px;
        gap:15px;
    }

    .dev-icon img{
        width:170px;
    }

    .devghar-menu{
        gap:12px;
    }

    .devghar-menu a{
        font-size:14px;
    }

    .dev-search-box{
        width:220px;
        height:42px;
    }

    .dev-search-box input{
        font-size:13px;
    }

    .contact-icon{
        font-size:26px;
    }

    .contact-info span{
        font-size:10px;
    }

    .contact-info a{
        font-size:11px;
    }

}


/* ==========================================
   TABLET
========================================== */

@media (max-width:1024px){

    .devghar-header{
        height:70px;
        display:flex;
        align-items:center;
        justify-content:space-between;
    }

    .devghar-menu{
        display:none;
    }

    .header-contact{
        display:none;
    }

    .dev-search-box{
        display:none;
    }

    .mobile-menu-btn,
    .mobile-search-btn{
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:26px;
        color:#222;
        cursor:pointer;
    }
    
    .mobile-header-right{
        display:flex;
        align-items:center;
        gap:15px;
    }

    .mobile-contact-btn,
    .mobile-search-btn{
        display:flex;
        align-items:center;
        justify-content:center;
        cursor:pointer;
    }
    
    .devghar-banner-slider img{
        height:500px;
    }

    .banner-content{
        left:6%;
        max-width:450px;
    }

    .log-o-ban{
        width:180px !important;
    }

    .banner-content h2{
        font-size:42px;
    }

    .banner-btn{
        padding:12px 28px;
        font-size:14px;
    }

}

/* ==========================================
   MOBILE
========================================== */

@media (max-width:767px){

    .devghar-header{

        height:65px;

        padding:0 15px;
    }

    .dev-icon img{
        width:140px;
    }

    .mobile-menu-btn,
    .mobile-search-btn{
        font-size:24px;
    }
    
    .mobile-header-right{
        display:flex;
        align-items:center;
        gap:15px;
    }

    .mobile-contact-btn,
    .mobile-search-btn{
        display:flex;
        align-items:center;
        justify-content:center;
        cursor:pointer;
    }

    /* ================ Hero ================= */

    .devghar-banner-slider{
        margin-top:0;
    }

    .devghar-banner-slider .swiper-slide{
        position:relative;
    }

    .devghar-banner-slider .swiper-slide img{
        width:100%;
        height:280px;
        object-fit:cover;
        object-position:center;
    }

    .devghar-banner-slider .swiper-slide::before{
        content:'';
        position:absolute;
        inset:0;
        background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.75) 0%,
            rgba(0,0,0,.35) 60%,
            rgba(0,0,0,.10) 100%
        );
        z-index:1;
    }

    .banner-content{

        position:absolute;

        left:20px;
        right:20px;

        top:50%;

        transform:translateY(-50%);

        z-index:5;

        max-width:220px;
    }

    .log-o-ban{

        width:120px !important;

        height:auto !important;

        margin-bottom:12px;

        background:#fff;

        padding:8px;

        border-radius:15px;
    }

    .banner-content h2{

        font-size:18px;

        line-height:1.3;

        font-weight:700;

        margin-bottom:15px;

        color:#fff;
    }

    .banner-btn{

        display:inline-block;

        padding:10px 18px;

        font-size:13px;

        border-radius:30px;

        background:#ff7a00;

        color:#fff;

        font-weight:600;
    }

    .swiper-pagination{
        bottom:8px !important;
    }

    .swiper-pagination-bullet{
        width:8px;
        height:8px;
    }

    /* =============== Category ================== */

    .category-section{
        padding:60px 15px;
    }

    .section-title h2{
        font-size:30px;
    }

    .category-grid{
        grid-template-columns:repeat(2,1fr);
        gap:15px;
    }

    .category-card h3{
        font-size:15px;
    }

    /* Products */

    .products-grid{
        grid-template-columns:repeat(2,1fr);
        gap:15px;
    }

    .product-card img{
        height:180px;
    }

    .product-card h3{
        font-size:16px;
    }

    .price{
        font-size:18px;
    }

    /* Why Devghar */

    .why-devghar{
        padding:60px 15px;
    }

    .why-grid{
        grid-template-columns:repeat(2,1fr);
        gap:15px;
    }

    .why-card{
        padding:20px 15px;
    }

    .why-icon{
        font-size:40px;
    }

    .why-card h3{
        font-size:18px;
    }

    /* Festival */

    .festival-banner{
        padding:70px 15px;
    }

    .festival-content h2{
        font-size:34px;
    }

    .festival-content p{
        font-size:15px;
    }

    /* Bottom Nav */

    .mobile-bottom-nav{

        display:flex;

        position:fixed;

        bottom:0;

        left:0;

        width:100%;

        background:#fff;

        justify-content:space-around;

        align-items:center;

        padding:10px 0;

        box-shadow:0 -3px 15px rgba(0,0,0,.08);

        z-index:9999;
    }

    .mobile-bottom-nav a{

        text-decoration:none;

        color:#444;

        display:flex;

        flex-direction:column;

        align-items:center;

        font-size:12px;
    }

    .mobile-bottom-nav span{

        font-size:20px;

        margin-bottom:4px;
    }

    body{
        padding-bottom:75px;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width:480px){

    .devghar-header{
        height:60px;
    }

    .hero-section{
        height:320px;
    }
    
    .dev-icon img{
        width:160px;
    }

    .hero-content h1{
        font-size:30px;
    }

    .hero-content p{
        font-size:14px;
    }

    .section-title h2{
        font-size:26px;
    }

    .category-grid{
        grid-template-columns:1fr 1fr;
    }

    .products-grid{
        grid-template-columns:1fr;
    }

    .why-grid{
        grid-template-columns:1fr;
    }

    .festival-content h2{
        font-size:28px;
    }

}


@media(max-width:991px){

    .devghar-banner-slider img{

        height:250px;
    }

}

@media(max-width:767px){

    .devghar-banner-slider img{

        height:auto;
    }

}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

    .section-heading h2{

        font-size:32px;
    }

    .category-card{

        min-height:320px;
    }

    .category-card img{

        height:130px;
    }
}

@media(max-width:767px){

    .devghar-categories{

        padding:50px 15px;
    }

    .section-heading h2{

        font-size:20px;
    }

    .section-heading p{

        font-size:14px;
    }

    .category-card{

        min-height:280px;

        padding:15px;
    }

    .category-card h4{

        font-size:15px;
    }

    .category-card img{

        height:110px;
    }

    .explore-btn{

        padding:8px 18px;

        font-size:12px;
    }
}

@media(max-width:767px){

    .deity-grid{

        display:flex;

        gap:15px;

        overflow-x:auto;

        scroll-behavior:smooth;

        padding-bottom:10px;

        scrollbar-width:none;

        -ms-overflow-style:none;
    }

    .deity-grid::-webkit-scrollbar{
        display:none;
    }

    .deity-card{

        flex:0 0 calc(50% - 8px);
    }

    .deity-card img{

        width:90px;

        height:90px;
    }

    .deity-card h4{

        font-size:14px;
    }
    
    .deity-grid{

        padding-left:15px;
        padding-right:15px;
    }

    .deity-card:last-child{

        margin-right:15px;
    }
}