#jewellery-Banner{
    background-image: url(https://www.tanishq.co.in/on/demandware.static/-/Library-Sites-TanishqSharedLibrary/default/dwc4007be7/plp/sub-50k-desktop.jpg);
    height: 400px;
    background-size: cover;
    /* background-repeat: no-repeat; */
}
#All-jewellery-menu{
    height: auto;
    width: 100%;
   
    background-color: rgb(235, 230, 223);
}
.jewwllery-kt{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.jewwllery-kt img{
    height: 200px;
}
.nav-button a{
    text-decoration: none;
    color: black;
    font-size: 20px;
}
.filter-btn{
    padding: 8px 10px 8px 10px;
    border-radius: 20px;
border: 1px  solid gray;
width: 150px;

}
.filter-btn:hover{
      background-color: brown;
    color: white;
    transition: 0.5s;
}
.rupe-btn{
    padding: 8px 10px 8px 10px;
    border-radius: 20px;
border: 1px  solid gray;
width: 150px;
}
.main-rupe-btn{
      padding: 8px 10px 8px 10px;
    border-radius: 20px;
border: 1px  solid gray;
}
.main-rupe-btn:hover{
    background-color: brown;
    color: white;
    transition: 0.5s;
}
.rupe-btn:hover{
      background-color: brown;
    color: white;
    transition: 0.5s;
}
.view-more{
    color: brown;
}

.select-btn{
    padding: 8px 10px 8px 10px;
    border: 1px solid gray;
    border-radius: 20px;
    width: 100%;
}
.select-btn span{
    font-weight: 500;
}
.modal-cus{
    margin-top: 200px;
    margin-left: 400px;
}
.container-1{
    position: relative;
    overflow: hidden;
}


.default{
transform: translateX(0);
}

.hover{
    position: absolute;
    top: 0;
    transform: translateX(100%);
    transition: 0.5s;
}

.container-1:hover .hover{
    transform: translateX(0);
}
.bg-jewellry-card{
    background-image: url("https://staticimg.tanishq.co.in/espots/espot-background.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 75%;
    width: 100%;
    margin-top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    
}
.bg-jewellry-card-1{
    height: 250px;
    width: 250px;
}
.bg-jewellry-card-1 img{
    height: 100%;
    width: 100%;
    border-radius: 20px;
}
.bg-jewellry-card-icon{
    font-size: 20px;
    background-color:transparent ;
    border: none;
    color: white;
    padding: 10px;
}
#Tanishq-India{
    height: auto;
    width: 100%;
}


.Tanishq-India {
    padding: 10px;
}

.Tanishq-India h1{
font-size: 27px;
color: brown;
    
}





.Choose-select{
    border: 1px solid grey;
    padding: 20px;
    border-radius: 10px;

}
.Choose-select a{
    padding: 5px;
}

.filter-btn-offcanvas{
    border: none;
    background-color: transparent;
    font-size: 18px;
}
 .filter-box {
        border-bottom: 1px solid #eee;
        padding: 10px 0;
    }

    .filter-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        font-weight: 500;
    }

    .filter-header i {
        transition: 0.3s;
    }

    .collapse.show + .filter-header i {
        transform: rotate(180deg);
    }

    .range-filter {
        border: 1px solid #ddd;
        padding: 6px 12px;
        margin: 5px;
        border-radius: 20px;
        font-size: 13px;
        cursor: pointer;
        transition: 0.3s;
    }

    .range-filter:hover {
        background: #000;
        color: #fff;
    }

    .price-input input {
        width: 100px;
        font-size: 13px;
    }



.range-filter:hover{
    background-color: brown;
}

@media (max-width:992px) {
    #jewellery-Banner{
        height:250px ;
    }
    .modal-cus{
    margin-top: 200px;
    margin-left: 100px;
}
    .bg-jewellry-card-1{
    height: 150px;
    width: 200px;
}
}


@media (max-width:600px) {
    #jewellery-Banner{
height:150px ;
    }
    
    .jewwllery-kt img{
        height: 80px;

    }
      .modal-cus{
    margin-top: 100px;
    margin-left: 0px;
}
    .bg-jewellry-card-1{
    height:200px;
    width: 200px;
}
.bg-jewellry-card-1 img{
   height: 100px;
   margin-top:50px ;
   border-radius: 10px;
}
}