@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
:root{
    --brown: #885229;
    --brown2: #baa89a;
    --light-brown:#be6422;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:100%;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after { clear:both;}

img {max-width:100%;	vertical-align:bottom;}

a {	
    color:#444;	
    text-decoration:none;
   -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a:hover {text-decoration:none;}

a:focus {outline:0;text-decoration:none;}

a:hover, a:active {	outline:0;}

input:focus, textarea:focus, button:focus {	outline:0;	border:0;}

ul,li,h1,h2,h3,h4 {list-style-type:none;margin:0;padding:0}

h1      {font-size: 64px;line-height: 68px;}
h2, .fs-42{font-size: 42px;line-height: 50px;}
h3, .h3      {font-size: 34px;line-height: 40px;}
.fs-28  {font-size: 28px;line-height: 34px;}
.fs-24  {font-size: 24px;line-height: 30px;}
.fs-22  {font-size: 22px;line-height: 28px;}
.fs-20  {font-size: 20px;line-height: 26px;}
.fs-18  {font-size: 18px;line-height: 24px;}
.fs-16  {font-size: 16px;line-height: 22px;}
.fs-14  {font-size: 14px;line-height: 20px;}

.regular{font-weight: 400;}
.medium{font-weight: 500;}
.semibold{font-weight: 600;}
.bold{font-weight: 700;}

.text-brown{color: var(--brown);}

.poppins{font-family: "Poppins", sans-serif;;}

a{display: inline-block;}
a:hover{color:#000}

ul,li,h1,h2,h3,h4,h5 
{
    list-style-type:none;
    margin:0;
    padding:0
}
body {
    font-size: 18px;
    color: #000;
    line-height: 24px;
	font-family: 'NotoSansCJKsc-Regular';
}
.container{
    width: 98%;
    max-width: 1210px;
}
.container-large{
    width: 98%;
    margin: 0 auto;
    max-width: 1300px;
}
.theme-btn{
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 40px;
    padding: 7px 40px;
    font-size: 20px;
    line-height: normal;
    background: #fff;
    color: var(--brown);
}
.theme-btn:hover{
    background: var(--brown);
    color: #fff;
}
/*------------------------------------*\
                HEADER
\*------------------------------------*/
.header{
    background: var(--brown2);
    position: relative;
}
.nav_area > ul > li 
{    
    display: inline-block;
}

.nav_area ul li a {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}
ul .sub-menu span.arrow{
    color: #000;
}
ul li span.arrow{
    color:#000;
    padding-left: 4px;
}
ul.sub-menu li a {
    color: #3c2313;
    line-height: 20px;
    padding: 10px;
    font-size: 15px;
    display: inline-block;
}
ul.sub-menu li {
    display: block;
    position: relative;
    padding-right: 20px;
}
.header .h-social-icon a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #000;
}
.header .h-social-icon a:hover{
    background: #000;
    color: #fff !important;
}
.header .h-social-icon a:hover .select-drop{
    color: #fff !important;
}
.header .h-social-icon .select-drop{
    background: transparent;
    font-size: 14px;
    border: none;
}
.select-drop:focus-visible {
    outline: none !important;
}
.header .h-social-icon select::-ms-expand {
    display: none;
}
.header .h-social-icon select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

/*---------------footer----------------------*/
.footer {
    background: #ded5ce;
}
.footer .icon {
    color: #9a7054;
}
.footer ul li{
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.copyright{
    border-top: 1px solid #94877c;
} 
.copyright p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
/*******pagination**********/


.pagination a {
    height: 40px;
    width: 40px;
    min-width: 40px;
    font-size: 14px;
    line-height: 28px;
    margin: 0 6px;
    color: #000;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--brown2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination a.active,
.pagination a:hover {
    background: var(--brown2);
    color: #fff;
}
/*------------------------------------*\
            INDEX
\*------------------------------------*/
.fixed-section{
    position: fixed;
    right: 20px;
    top: 60%;
    z-index: 99;
}
.fixed-section .Inquire-box{ 
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #9cd141;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 4px 4px 7px #cecbc9;
}
.banner-slider .banner-title{
    top: 30px;
    text-shadow: 2px 2px 10px black;
    width: 100%;
    left: 35px;
}
.banner-slider .slider-item img{
    /* height: 425px; */
    height: 580px;
    object-fit: cover;
}
.banner-slider .owl-dots{
    bottom: 15px;
}
.banner-slider .owl-dots .owl-dot.active span, .banner-slider .owl-dots .owl-dot:hover span{
    background: #885229;
}
.about-section{
    background: url(../image/about-bg.png) no-repeat center;
    background-size: cover;
}
.about-section .left-img img{
    border-radius: 0 200px 200px 0;
}

.about-section h3:after{
    content: '';
    position: absolute;
    width: 65px;
    height: 2px;
    background: var(--brown);
    bottom: 0;
    left: 0;
}
.about-section p{
    font-size: 16px;
    line-height: 32px;
    max-width: 80%;
    font-weight: 600;
}
/* .about-section p span{
    color: var(--light-brown);
} */
.box-item .box-title{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-section{
    background: url(../image/product-bg.jpg) no-repeat center;
    background-size: cover;
}
.sec-title:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 50px;
    margin: 0 auto;
    border-bottom: 4px double #fff;
    transform: translate(-50%, -50%);
}
.product-tab .nav-link{
    font-size: 20px;
    line-height: 26px;
    color: #fff !important;
    border-bottom: 2px solid transparent !important;
    padding: 0 0 5px 0;
}
.product-tab .nav-link.active{
    border-width: 0 0 2px 0;
    border-color: #644227 !important;
    background: transparent !important;
}
.product-tab .nav-link:hover{
    border-color: #644227 !important;
}
.product-tab .nav-tabs .nav-link{
    border: 0;
}
.tab-slider .owl-nav, .video-slider .owl-nav{
    display: flex;
    justify-content: space-between;
    top: 27%;
    position: absolute;
    left: -20px;
    width: calc(100% + 30px);
}
.tab-slider .owl-nav button i, .video-slider .owl-nav button i{
    color: #ffffffb0;
}
.video-section{
    background: #7d7771;
}
/*------------------------------------*\
            PRODUCT-DETAILS
\*------------------------------------*/
.banner{
    background: url(../image/banner.jpg) no-repeat center;
    background-size: cover;
    height: 280px;

}
.banner .banner-title{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 2px 2px 10px black;
    font-size: 40px;
}
.detail-btn{
    background-image: linear-gradient(to right, #6c4b38 , #9f793f);
    border-radius: 0;
}
.detail-section h4::after{
    content: '';
    position: absolute;
    width: 65px;
    height: 2px;
    background: var(--brown);
    bottom: 0;
    left: 0;
}
.detail-section{
    background: url(../image/detail-bg.png) no-repeat center;
    background-size: cover;
}
/*------------------------------------*\
            PRODUCT
\*------------------------------------*/
.product-list{
    background: url(../image/product-list-bg.png) no-repeat center;
}
.product-list .top-description p:after{
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: #dad0c8;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-item .product-content{
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    background: var(--brown2);
}














