@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&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');

/*Global-css-start*/
body {
   font-size: 16px;
   font-weight: 400;
   color: #000;
   background-color: #fff;
   scroll-behavior: smooth;
   font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
   color: #333;
   font-weight: 400;
}

strong {
   font-weight: 800;
   color: #000;
}

a {
   text-decoration: none !important;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   color: #000;
   font-weight: 400;
}

a:hover, a:focus {
   text-decoration: none;
   outline: none;
   cursor: pointer;
   color: inherit;
}

.btn.focus, .btn:focus {
   outline: 0;
   box-shadow: none;
}

button {
   color: inherit;
   border: none;
}

p {
   margin-bottom: 0.5rem;
   font-size: 18px;
   font-weight: 400;
   color: #000000;
   line-height: 30px;
}

ul, li {
   margin: 0;
   padding: 0;
   list-style-type: none !important;
}

ul {
   padding-left: 0 !important;
}

hr {
   background-color: #333;
   opacity: 1;
}

.form-select:focus, .form-control:focus {
   box-shadow: none !important;
   border-color: #ccc;
}

.dropdown-item:focus, .dropdown-item:hover {
   background-color: inherit;
   color: inherit;
}

label {
   margin-bottom: 5px;
}

textarea {
   resize: none;
}

input:focus, button:focus, textarea:focus {
   outline: none;
   box-shadow: none;
}

img {
   max-width: 100%;
   height: auto;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
}

.title {
 font-size: 40px;
 font-weight: 300;
 color: #202020;
 font-family: "Noto Serif", serif;
 margin-bottom: 45px;
}

.space {
   padding-top:100px;
   padding-bottom:100px;
}

.thm-btn {
   display: inline-block;
   padding: 20px 65px;
   color: #fff !important;
   background-color: #202020;
   font-size: 15px;
   font-weight: 500;
   text-transform: uppercase;
}

input[type=number] {
   -moz-appearance: textfield;
}


.tp_bar{
   padding-top:20px;
   padding-bottom:20px;
   border-bottom:1px solid #b1b1b1;
}
.tp_bar ul{
   display:flex;
}
.tp_bar ul li{
   margin-right:15px;
}
.tp_bar ul li:last-child{
   margin-left:auto;
   margin-right:0;
}
.h_social_icn a{
   display:inline-block;
   background-color:#000;
   color:#fff;
   width:25px;
   height:25px;
   line-height:25px;
   border-radius:50%;
   text-align:center;
}

.main-header .custom-navabr .navbar-brand img {
   width: 75px;
}
section.seller-product.space, section.veriety_sec {
    display: none;
}

.main-header .custom-navabr .nav-item {
   margin-left: 50px;
}

.home .main-header .custom-navabr .nav-item .nav-link {
   font-size: 15px;
   font-weight: 700;
   color: #30373f;
   text-transform: uppercase;
   transition: 0.2s;
   position: relative;
   padding: 0;
   font-family: "Noto Serif", serif;
}
.sticky-header {
   box-shadow: 0px 0px 5px 0px rgb(72 72 72 / 50%);
   animation: 0.75s ease 0s normal forwards 1 running headerSlideDown;
   transition: 0.1s;
   background-color: #fff;
}

@keyframes headerSlideDown {
   0% {
      margin-top: -100px;
   }

   100% {
      margin-top: 0;
   }

}
.sticky-header .tp_bar{
   display:none;
}
.banner-slide-innr {
   position: relative;
}

.banner-slide-innr .banner-content {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   height: 100%;
   width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
}

.banner-slide-innr .banner-content h5 {
   font-size: 40px;
   font-weight: 200;
}

.banner-slide-innr .banner-content h1 {
   font-size: 96px;
   font-weight: 200;
   margin-bottom: 20px;
}

.banner-slide-innr img {
   width: 100%;
   height: 850px;
   object-fit: cover;
}
.banner-sec .owl-theme .owl-nav {
   margin-top: 0;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%);
   width: 95%;
   display: flex;
   justify-content: space-between;
   left: 50%;
}
.banner-sec .owl-theme .owl-nav button i{
   font-size:52px;
   color:#b1b1b1;
}

.prodcut-bx img {
   width: 100%;
   margin-bottom: 10px;
}
.prodcut-bx {
   text-align: center;
   margin-bottom: 15px;
}

.prodcut-bx h5 {
   position: relative;
   font-size: 32px;
   font-family: "Noto Serif", serif;
   font-weight: 300;
   padding-bottom: 8px;
}
.prodcut-bx a{
   color:#a07936;
   font-size:16px;
   display:inline-block;
}
.prodcut-bx h5::after {
   content: "";
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   bottom: 0;
   height: 2px;
   width: 36px;
   background-color: #b1b1b1;
}
.prodcut-bx h5 a{
   display: inline-block;
   color: #a07936;
   font-size: 16px;
   font-weight: 500;
}
.about-content h4{
   font-size: 40px;
   font-weight: 500;
   color: #000000;
   font-family: "Noto Serif", serif;
}
.seller-product{
   background-color: #f7f7f7;
}
.seller-bx{
   background-color: #fff;  
}
.seller-bx{
   position: relative;
}
.seller-bx .sale_txt{
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: #a07936;
  color: #fff;
  font-size: 16px;
  width: 60px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-transform: capitalize;
}
.seller-bx img{
   width: 100%;
   height:360px;
   object-fit:contain;
}
.saller_bx_icn{
 display: flex;
 justify-content: center;
 border-top: 1px solid #b1b1b1;
 position: absolute;
 width: 100%;
 bottom: 66px;
 opacity:0;
 visibility:hidden;
}
.seller-bx:hover img,
.seller-bx:hover .sale_txt{
   opacity:0.3;
}
.seller-bx:hover .saller_bx_icn{
   opacity:1;
   visibility:visible;
}
.saller_bx_icn li{
   padding:10px;
}
.saller_bx_icn li:nth-child(2){
   border-left:1px solid #b1b1b1;
   border-right:1px solid #b1b1b1;
}
.seller-bx .seller-bx-content{
   border-top: 1px solid #b1b1b1;
   padding: 10px;
   text-align: right;
}
.seller-bx-content h5{
   font-size: 18px;
   font-weight: 400;
   color: #202020;
   margin-bottom:0;
}
.seller-bx-content h5 span{
   font-size: 14px;
   font-weight: 500;
   color: #a07936;
   padding-left: 20px;
}
.seller-bx-content h5 em{
   display: block;
   font-style: normal;
   font-size: 14px;
   color: #a07936;
   font-weight: 500;
}
.seller-product .owl-theme .owl-nav {
   margin-top: 0;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%);
   width: calc(100% + 130px);
   display: flex;
   justify-content: space-between;
   left: 50%;
}
.seller-product .owl-theme .owl-nav button i {
  font-size: 52px;
  color: #b1b1b1;
}
.veriety_sec{
   background-image:url(../images/veriety-bg.jpg);
   padding-top:150px;
   padding-bottom:150px;
}
.testimnl_sec_itm h6{
   font-size:18px;
   color:#a07936;
}
.testimnl_sec_itm p{
   font-size:24px;
   color:#202020;
   font-weight:600;
   margin-top:50px;
   margin-bottom:40px;
   line-height:38px;
}
.testimnl_sec_itm .img_sec{
   display:inline-block;
}
.testimnl_sec_itm .img_sec span{
   color:#a07936;
   font-size:20px;
   display:inline-block;
   font-family: "Noto Serif", serif;
   margin-top:10px;
}
.testimnl_sec_itm{
   background-color:#f7f7f7;
   padding-top:100px;
   padding-bottom:100px;
}
.testimnl_sec .owl-theme .owl-nav {
   margin-top: 0;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%);
   width: calc(100% + 130px);
   display: flex;
   justify-content: space-between;
   left: 50%;
}
.testimnl_sec .owl-theme .owl-nav button i {
  font-size: 52px;
  color: #b1b1b1;
}
.blog_sec .bgl_itm{
   margin-bottom:40px;
}
.blog_sec .bgl_itm img{
   width:100%;
   margin-bottom:15px;
}
.blog_sec .bgl_itm h4{
  color:#202020;
  margin-bottom:25px;
}
.blog_sec .bgl_itm .bgl_itm_btm a{
   color:#a07936;
   font-size:18px;
   font-weight:500;
   text-decoration:underline!important;
}
.blog_sec .bgl_itm .bgl_itm_btm span{
   color:#a07936;
   font-weight:500;
}
.thme_ftr{
   background-color:#202020;
   padding-top:60px;
   padding-bottom:100px;
}
.thme_ftr .thme_ftr_itm{
   margin-top:40px;
}
.thme_ftr .thme_ftr_itm img{
   max-width:100%;
   margin-bottom:15px;
}
.thme_ftr .thme_ftr_itm p{
   font-size:18px;
   color:#fff;
}
.thme_ftr .thme_ftr_itm p a{
   color:#fff;
}
.thme_ftr h4{
   font-size:28px;
   color:#fff;
   font-family: "Noto Serif", serif;
   margin-bottom:20px;
}
.thme_ftr ul{
   padding-left:15px!important;
}
.thme_ftr ul li + li{
   margin-top:7px;
}
.thme_ftr ul li a{
   display:inline-block;
   color:#fff;
   font-size:18px;
   font-weight: 300;
}
.thme_ftr ul li a i{
   margin-right:10px;
   font-weight:300;
}
.thme_ftr .thme_ftr_itm .form-control{
   border-radius:0;
   font-size: 20px;
   height: 60px;
   margin-top:25px;
}
.thme_ftr .thme_ftr_itm .thm-btn{
   border-radius:0;
   font-size: 20px;
   background-color:#fff;
   color:#202020!important;
   margin-top:15px;
}
.copy_right_txt{
  padding-top: 26.5px;
  padding-bottom: 26.5px;
}
.copy_right_txt p{
   font-size:18px;
   color:#202020;
}
.thme_ftr_col_1{
   flex: 0 0 auto;
   width: 25%;
}
.thme_ftr_col_2{
   flex: 0 0 auto;
   width: 16.66%;
}
@media (min-width: 1599px) {
  .container {
    max-width: 1560px;
 }
}