:root{
    --primary :#4F0C34;
    --secondary :#AF7E4A;
}
body{margin: 0;    padding-top: 70px;}
p{color: #666;}
.btn-primary{
    background-color: var(--primary);
    border-color: var(--primary);
    border-radius: 30px;
}
.btn-primary:hover{
    background-color: var(--secondary);
    border-color: var(--secondary);
}
.navbar-brand img{max-width: 150px;}
.main_header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
	height: auto;
	z-index: 10;
    transition: transform 0.5s ease;
    background-color: #fff;
}
header.hide-header{
    transform: translateY(-100%);
  }
.main_header .container .navbar-nav li a{
    padding-left: 20px;
    padding-right: 20px;
}
.main_header .container .navbar-nav li a.active{
    color: var(--secondary);
    position: relative;
}
.main_header .container .navbar-nav li a.active::before{
    width: 30px;
    height: 2px;
    background-color: var(--secondary);
    position: absolute;
    left: 20px;
    bottom: -5px;
    content: '';
}
.banner_section{
    width: 100%;
    display: inline-block;
}
.bannerContent{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.bannerContentTxt{
    width: 100%;
    position: absolute;
    max-width: 600px;
    color: #000;
    margin-top: 15%;
}
.bannerContentTxt h1{
    font-size: 50px;
    color: var(--secondary);
}
.bannerContentTxt h3{
    font-size:25px;
    color: #000;
}
.bannerContentTxt p{
    color: #484848;
    font-size: 17px;
}
.banner_left_cnt_bx {
    width: 40px;
    height: 100%;
    left: 0;
    top: 10px;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.banner_left_cnt_bx_cnt {
    transform: rotate(-90deg);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.banner_left_cnt_bx span {
    color: #838383;
    font-size: 15px;
    white-space: nowrap;
}
.banner_left_cnt_bx_cnt span {
    display: flex;
    gap: 5px;
}
.banner_left_cnt_bx_cnt a {
    text-decoration: none;
    color: #838383;
}
.social_ico {
    width: 30px;
    height: 30px;
    background-color: #f7f3f0;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.category_section{
    width: 100%;
    display: inline-block;
    padding: 40px 0;
}
.category_box{
    width: 100%;
    display: inline-block;
    padding:70px 40px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}
.category_box span{
    width: 100%;
    display: inline-block;
    color: #888888;
    font-weight: lighter;
    font-size: 14px;
    text-transform: uppercase;
}
.category_box h2{
    width: 100%;
    color: #222222;
    display: inline-block;
}
.category_box a{
    width: 100%;
    display: inline-block;
    color: #222222;
    font-weight: lighter;
    font-size: 14px;
    text-decoration: none;
}
.new_arrival_section{
    width: 100%;
    display: inline-block;
    padding: 40px 0;
}
.new_arrival_section .nav-link{
    border: 0;
    color: #999999;
}
.new_arrival_section .nav-link.active{
    color: var(--secondary);
}
.product_box span{
    width: 100%;
    display: inline-block;
    color: #888888;
    font-weight: lighter;
    font-size: 14px; 
}
.product_box h6{
    width: 100%;
    display: inline-block;
    color: #222222;
    font-size: 18px; 
}
.sub_banner_section{
    width: 100%;
    display: inline-block;
    background-image: url(../images/sub-banner1.jpg);
    background-size: cover;
    padding: 100px 0;
    color: #fff;
}
.sub_banner_section p{
    color: #fff;
}
.sub_banner_section h2{
    margin: 0;
}
.sub_banner_section a{
    color: #fff;
    text-decoration: none;
}

.handpicked_section{
    width: 100%;
    display: inline-block;
    padding: 80px 0;
    padding-left: 110px;
    overflow: hidden;
}
.hsndpickedItem .product_box_1{
    width: 100%;
    display: inline-block;
    position: relative;  
}
.product_box_1 h6{
    position: absolute;
    left: 10px;
    bottom: 10px;
    max-width: 90%;
}
.owl-carousel__nav{
    width: 100%;
    display: flex;  
    gap: 10px;
}
.carousel_nav_custom{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #FFE9D0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #BD916E;
}

.testimonial_section{
    width: 100%;
    display: inline-block;
    padding: 40px 0;
    background-image: url(../images/testimonial_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.testimonial_cnt{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    max-width: 1000px;
    margin: auto;
}
.testimonial_cnt_img{
    width: 60px;
    height: 60px;
    background-color: #b1b1b1;
    border-radius: 30px;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 15px;
}
.testimonial_cnt p{
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #000;
}
.testimonial_cnt span{
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #343434;
}
.purity_section{
    width: 100%;
    display: inline-block;
    padding: 40px 0;
}
.purity_section h2{
    width: 100%;
    display: inline-block;
    color: var(--secondary);
}

.footer_Section{
    width: 100%;
    display: inline-block;
    background-color: #F7F7F7;
    padding: 40px 0;
}
.footer_box{
    width: 100%;
    display: inline-block;
}
.footer_box ul{
    padding: 0;
    margin-top: 20px;
}
.footer_box li{
    width: 100%;
    display: flex;
    gap: 5px;
    line-height: 20px;
    margin-bottom: 10px;
}
.footer_box a{
    color: #666;
    text-decoration: none;
}
.footer_box a:hover{
    color: var(--secondary);
}
.footer_box_soc_ico_sec{
    width: 100%;
    display: flex;
    gap: 10px; 
}
.footer_box_soc_ico{
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background-color: #fff;
    border: solid 1px #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
}
.copyright{
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    text-align: center;
    color: #666;
    font-size: 13px;
}
.product_box{
    display: inline-block; 
    width: 100%;
    margin-bottom: 20px;
}
.product_box_img{
    display: inline-block; 
    width: 100%;
}
.product_box_img img{width: 100%;}
.inner_banner_Section{
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 30px 0;
    background-color: #ffe1f3;
}
.inner_banner_Section a{
    color: var(--secondary);
    text-decoration: none;
}
.product_page_content_section{
    width: 100%;
    display: inline-block;
    padding: 60px 0;
}
.product_page_content_section .nav-tabs{
    border: 0 !important;
    justify-content: center;
}

.product_page_content_section .nav-link{
    color: #666;
    border: 0 !important;
}
.product_page_content_section .nav-link.active{
    border: 0;
    color: var(--primary) !important;
    border-bottom: 1px var(--primary) solid  !important;
}
.product_page_content_section .tab-pane h4{
    color: var(--secondary);
}

.inner_page_content_section{
    width: 100%;
    display: inline-block;
    padding: 60px 0;
}

.testimonial_section{
    width: 100%;
    display: inline-block;
    padding: 60px 0;
}
.contact-box{
    width: 100%;
    display: inline-block;
    padding: 20px;
    background-color: #fff;
    border: solid 1px #e5e5e5;
    border-radius: 10px;
}
.testimonial_box{
    width: 100%;
    display: inline-block;
    padding: 20px;
    background-color: #fff;
    border: solid 1px #e5e5e5;
    height: 100%;
    margin-bottom: 30px;
}


@media (max-width:991px) {
    .bannerContentTxt h1 { font-size: 22px;}
    .bannerContentTxt h3 {font-size: 19px;}
    .banner_left_cnt_bx{display: none;}
    .handpicked_section{padding-left: 10px;}
    .hsndpickedItem {margin-top: 20px;}
    .sub_banner_section{background-position: center;}
}
@media (max-width:768px) {
    .bannerContentTxt p {display: none;}
}
@media (max-width:400px) {
    .bannerContentTxt{margin-top: 5%;}
}