
/* home redesign */
.bannerSlide{
    /* min-height: 713px;
    max-height: 713px; */
    padding: 185px 0 300px 0;
    background-repeat:  no-repeat;
    background-position: top center;
    background-size: cover;
}
.bannerSliderContent{
    max-width: 495px;
}
.bannerSlide__h{
    font-size: 45px;
    max-width: 350px;
    font-weight: bold;
    color: var(--main);
    margin-bottom: 25px;
}
.bannerSlide__p{
    font-size: 23px;
    max-width: 400px;
    color: #fff;
    border-radius: 20px;
    margin-bottom: 25px;
}
.bannerSlide__btn{
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #fff;
    column-gap: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 500;
}
.bannerSlide__btn i{
    background-color: var(--main);
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
}
.bannerSlide__btn:hover{
    color: #fff;
}
.bannerSliderArr{
    width: 60px;
    height: 60px;
    background-color: rgb(185, 155, 127,0.5);
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    top: auto;
    bottom: 30px;
}
.bannerSliderArr1{
    left: calc(50% - 70px);
}
.bannerSliderArr2{
    right: calc(50% - 70px);
}
/* banner ends */

/* feapro */
.feapro{
    background-color: #2C2A39;
    padding: 60px 0 0 0;
}
.feapro-wrapper1{
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.feapro-wrapper1 i{
    font-size: 20px;
    color: var(--main);
}
.newinbox{
    width: 50%;
    max-height: 670px;
}
.feapro__h{
    font-size: 48px;
    color: var(--main);
    font-weight: bold;
}
.feapro__slide{
    width: 100%;
}
.feapro__slide{
    column-gap: 30px;
}
.feapro .container{
    max-width: 1180px;
}
.feapro__box1{
    width: 45%;
    height: 770px;
}
.feapro__box2{
    width: 55%;
    height: 770px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.feapro__box2::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.feapro__box1-box:hover .feapro__box1-box__p,
.feapro__box2:hover .feapro__box1-box__p{
    display: block;
}

.feapro__box1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 30px;
}
.feapro__box2logo{
    width: 170px;
    height: 170px;
    background-color: rgba(254,254,254,0.5);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%,-50%);
}
.feapro__box2logo img{
    width: 70%;
    height: auto;
}
.feapro__slide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.feapro__box1-box{
    height: 48%;
    display: flex;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
/* .feapro__box1-box.new::after{
    content: "New";
    width: 80px;
    height: 80px;
    background-color: #2C2A39;
    position: absolute;
    border-radius: 50%;
    top: 15px;
    left: 15px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-weight: bold;
    z-index: 1;
} */
.feapro-slider{
    padding-top: 100px;
    transform: translateY(-45px);
}
.feaproArr{
    width: 50px;
    height: 50px;
    background-color: rgba(31, 28, 46,0.5);
    border-radius: 50%;
    font-size:16px;
    color: #fff;
    top: 0;
    left: 330px;
    margin-top: 0;
}
.feaproArr:hover{
    background-color: transparent;
}
.feaproArr2{
    left: calc(330px + 70px);
}

.feapro__box1-box__p{
    position: absolute;
    z-index: 999;
    bottom: 0;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    left: 0;
    display: none;
    background-color: rgba(44, 42, 57,0.75);
    width: 100%;
    padding: 25px 30px;
}
.feapro__box2_img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.footerBox-hdng-btm{
    width: 70px;
    height: 6px;
    background-color: rgba(182, 153, 126, 0.22);
    border-radius: 6px;
}
.feapro__box1-box:hover .feapro__box2_img{
    transform: scale(1.15);
    transition: all 0.3s ease-in-out;
}
.feapro__box2_img{
    transition: all 0.3s ease-in-out;
}
.feapro__box2:hover .feapro__box2_img{
    transform: scale(1.25);
}
.fpncrd__img:hover{
    transform: scale(1.15);
    transition: all 0.3s ease-in-out;
}
.fpncrd__img{
    transition: all 0.3s ease-in-out;
}
/* feapro end */
/* categories start */
.cate__top{
    background-color: #1F1C2E;
    padding: 40px 35px;
    border-radius: 0 0 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
}
.cate__top-h{
    font-size: 28px;
    font-weight: bold;
    color: var(--main);
}
.cate__top-link{
    font-size: 20px;
    color: #fff;
}
.cate__top-link:hover{
    color: var(--main);
}
.hctearr{
    display: none;
}
.catesl{
    padding-bottom: 75px;
}
.cateslCard{
    background-color: rgb(31, 28, 46, 0.27);
    height: 328px;
    border: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 25px;
}
.cateslCard__img{
    max-width: 250px;
    max-height: 180px;
    margin-bottom: 23px;
    transition: all 0.3s ease-in-out;
}
.cateslCard__img:hover{
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}
.cateslCard__h{
    font-size: 24px;
    font-weight: bold;
    color: var(--main);
}
.cateslCard__h:hover{
    color: #fff;
}
/* categories start */
/* collections start */
.colltop{
    padding: 35px 35px;
    background-color: #1F1C2E;
    border-radius: 15px 15px 0 0;
}
.collbox{
    width: 24%;
    margin: 0;
}
.collCrd{
    width: 100%;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 338px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.collCrd:hover .collCrd__img{
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}
.collCrd__img{
    width: 90%;
    height: 80%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.collCrd__content{
    background-color: rgba(44, 42, 57, 0.29);
    padding: 18px 26px;
    position: absolute;
    font-size: 22px;
    bottom: 22px;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
}
.collCrd__content:hover{
    color: var(--main);
}
.collctnsWrpr{
    margin-bottom: 50px;
    column-gap: 1.5%;
}
.collectionsbtn{
    display: flex;
    width: fit-content;
    padding: 9px 34px;
    background-color: var(--main);
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 50px;
    margin-inline: auto;
}
.collectionsbtn:hover{
    background-color: #2C2A39;
    color: #fff;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,0.1);
}
.collboxArr{
    width: 45px;
    height: 45px;
    background-color: rgba(31, 28, 46, 0.5);
    color: #fff;
    font-size: 14px;
}
.collboxArr:hover{
    background-color: rgba(31, 28, 46,1);
}
.collections{
    padding-bottom: 60px;
}
/* collections end */
.newproducts__h{
    font-size: 28px;
    font-weight: bold;
}
.newproductsCard{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.newproductsCard:hover .newproductsCard__img{
    transform: scale(1.15);
    transition: all 0.3s ease-in-out;
}
.bibimgbox__img{
    height: 420px;
    width: 100%;
    object-fit: cover;
}
.newproductsCard__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 402px;
    transition: all 0.3s ease-in-out;
}
.newproducts-sl{
    padding-right: 120px;
    padding-top: 100px;
    transform: translateY(-52px);
}
.newproductsarr{
    width: 55px;
    height: 55px;
    background-color: rgba(31, 28, 46,0.50);
    color: #fff;
    top: 30px !important;
    left: 13%;
}
.newproductsarr:hover{
    background-color: transparent;
}
.newproductsarr2{
    left: calc(13% + 60px);
}
.newproductsCard-btn{
    padding: 14px 42px;
    background-color: rgb(185, 155, 127,0.47);
    position: absolute;
    font-size: 18px;
    border-radius: 10px;
    color: #fff;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    cursor: pointer;
}
.newproductsCard:hover .newproductsCard-btn{
    display: flex;
}
.newpro{
    padding: 0 !important;
}
.newprobox{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}
.newpro .modal-content{
    background-color: transparent !important;
    border: none !important;
    width: fit-content !important;
    display: flex;
    margin: 0 auto;
}
.newprobox__img{
    width: 800px;
    height:800px;
    border-radius: 25px;
}
.bibimgbox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 0;
}
.bibimgbox__logo{
    position: absolute;
    z-index: 9;
    width: 113px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* footer start */
.footer{
    padding: 170px 0 15px 0;
    position: relative;
    z-index: 0;
    background-color: #2C2A39;
}
.footer::before{
    content: "";
    width: 100%;
    height: 87px;
    background-color: #131224;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.footer-img{
    position: absolute;
    z-index: -1;
    right: 0;
    opacity: 0.2;
    top: calc(50% - 378px / 2);
}
.footer-bg2{
    position: absolute;
    z-index: -1;
    right: 20%;
    top: -10%;
    opacity: 0.7;
    width: 450px;
    height: 450px;
}
.footerBox-hdng{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 25px;
}
.footerBox-p{
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    color: #fff;
    margin-bottom: 35px;
    max-width: 270px;
}
.f-sm-list-link{
    width: 35px;
    height: 35px;
    background-color: #303443;
    font-size: 12px;
    color: var(--white);
}
.f-sm-list-link:hover{
    color: var(--white);
    background-color: #3a2a1c;
}
.f-sm-list{
    position: relative;
    z-index: 0;
    padding: 0 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    column-gap: 5px;
}
.f-sm-list::before{
    content: '';
    width: 35px;
    height: 2px;
    background-color: var(--main);
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}
.f-sm-list::after{
    content: '';
    width: 35px;
    height: 2px;
    background-color: var(--main);
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
}
.fp-list-link{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.fp-list-link:hover{
    color: var(--main);
}
.fp-list-item{
    margin-bottom: 10px;
}
.footer-row{
    margin-bottom: 35px;
}
.footer-mdl{
    background-color: #4A4349;
    padding: 30px 50px;
    border-radius: 10px;
}
.footer-mdl-list-link{
    font-size: 16px;
    color: #fff;
}
.footer-mdl-list{
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    font-weight: 500;
}
.footer-btm-p{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.footer-mdl-list-link:hover{
    color: var(--main);
}
.ftr-slide-img{
    width: 100%;
    height: 150px;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
}
.ftr-slider{
    padding-top: 70px;
}
.ftr-slide{
    overflow: hidden;
    border-radius: 10px;
}
.ftr-slide:hover .ftr-slide-img{
    transform: scale(1.2);
    transition: all 0.3s ease-in-out;
}
.contBox2-arr {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(31, 28, 46,0.5);
    color: var(--white);
    top: 23px;
    right: 10px;
    left: auto;
    font-weight: 700;
    font-size: 13px;
}
.contBox2-arr-ftr2{
    right: 0;
}
.contBox2-arr-ftr{
    right: 50px;
}

.ftr-sliderlogo{
    position: absolute;
    top: 0;

}
/* footer ens */
.fpncrd{
    width: 350px;
    height: 370px;
    background-color: rgba(31, 28, 46,0.27);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 0;
    border-radius: 20px;
}
.fpncrd__img{
    width: 235px;
    height: 200px;
    object-fit: contain;
}
.fpncrd-tab{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #B99B7F;
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    width: 75%;
    bottom: -28px;
    height: 56px;
}
.fpncrd-sl{
    padding-bottom: 40px;
    padding-top: 100px;
    transform: translateY(-40px);
}
.fpncrd-new{
    width: 100px;
    height: 45px;
    border-radius:  0 0 10px 10px;
    background-color: #B99B7F;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 0;
    left: 35px;
}
.wishlist3-ckb{
    display: none;
}
.wishlist-labl3{
    position: absolute !important;
    width: 50px;
    height: 50px;
    top: 15px !important;
    right: 15px !important;
    left: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(255, 219, 183, 0.194);
}
.fpncrd-tab:hover{
    color: var(--white);
}