*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
.ri-search-line{
    font-size: 20px;
    position: absolute;
    top: 4px;
    right: 14px;
    color: rgb(119, 119, 119);
}
.search-input{
        width: 100%;
    font-size: 15px;
    letter-spacing: 1px;
    color: rgba(221, 221, 221, 0.867);
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-image: initial;
    padding: 13px 20px;
    transition: 0.3s;
    border-radius: 5px;
}
.header-icon i{
    cursor: pointer;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}
.header-right-area a{
    text-decoration: none !important;
    outline: none;
    outline-width: 0 !important;
}
.badge-cart{
    padding: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    background-color: #c5853a !important;
}

.box-chair img{
    height:180px;
    object-fit:contain;
}

.banner-img img{
    border-radius: 100px 165px 75px 165px;
}
.section-title p{
    font-size: 16px;
    color: #979797;
}
.section-title h1{
    color: #333333;
}
.fs-60{
    font-size: 60px;
}
.sec-btn{
    background-color: #c5853a;
    border: none;
    transition: all 0.3s linear;
}
.sec-btn:hover{
    background-color: black;
}
.bg-shop-1{
    background-image: url(../img/download.jpeg);
    background-size: cover;
    background-position: center;
    height: 400px;
    margin-bottom: 30px;
}
.bg-shop-2{
    background-image: url(../img/2.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
    margin-bottom: 30px;
}
.shop-btn{
    transition: all 0.3s linear;
}
.shop-btn:hover{
    background-color: black;
    color: white;
}

.box{
        background: #F2F2F2;
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}

.box-chair {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    transition: 0.3s ease;
}

.box-chair::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    transition: 0.3s ease;
}

.box-chair:hover::after {
    opacity: 1;
}

.box-chair .content,
.box-chair .box {
    position: relative;
    z-index: 1;
}

.add-cart-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
    padding: 10px 22px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    transition: 0.3s ease;
}

.box-chair:hover .add-cart-btn {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.add-cart-btn:hover {
    background: #1abc9c;
}
.swiper {
            width: 100%;
            padding: 40px 0;
        }

        .swiper-slide img {
            width: 100%;
            height: auto;
            border-radius: 12px;
        }


        .footer-title-1{
            font-size: 22px;
            color: #c5853a !important;
        }

        .footer-dsc{
            padding: 0;
            margin: 0;
            color: white;
        }

        .footer-dsc li{
            margin: 10px;
        }

        .footer-main{
            padding: 80px 0 !important;
        }