
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600;700&family=Rowdies:wght@300;400;700&display=swap');

html{
	font-size: 62.5%;
}
body{	
	font-size: 1.6rem;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #FFF9F4;
	overflow-x: hidden !important;
/*    font-family: "Rowdies", sans-serif;	*/
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li a,a{
	text-decoration: none;
}
h1 {
    font-family: "Rowdies", sans-serif;
    font-size: 50px;
    font-weight: 300;
    color: #330F00;
    line-height: 118.8%;
}
h2{
	font-family: "Rowdies", sans-serif;
	font-size: 40px;
	font-weight: 300;
	color: #330F00;
    line-height: 118.8%;
}
h3{
	font-family: "Rowdies", sans-serif;
	font-size: 32px;
	font-weight: 300;
}
h4 {
    font-size: 20px;
    font-weight: 600;
    color: #C06F23;
    line-height: 200%;
}
p{
	font-size: 18px;
	color: #330F00;
    line-height: 200%;
}
/*=================  Start Header Section  =================*/
.header_main {
    padding: 25px 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 3;
}
.header{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.logo a img{
	width: 92px;
	height: auto;
}
.menu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.menu_items ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.menu_items ul li a {
    display: inline-block;
    margin-right: 45px;
    color: #330F00;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    line-height: 15px;
}
.menu_items ul li a:hover{
	border-bottom: 1px solid #330F00;
}
.menu_shop a img{
	width: 30px;
	height: auto;
}
.menu_shop{
	position: relative;
}
.menu_shop_pos {
    position: absolute;
    top: -2px;
    right: -10px;
}
.menu_shop_pos p {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #C06F23;
    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;
    border: 3px solid #FFF1E4;
    font-size: 15px;
}
/*Start Mobile Menu icon*/
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	width: 28px;
	height: 23px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #330F00;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
	top: 8px;
	-webkit-transform-origin: left center;
	    -ms-transform-origin: left center;
	        transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
	top: 16px;
	-webkit-transform-origin: left center;
	    -ms-transform-origin: left center;
	        transform-origin: left center;
}
#nav-icon4.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	top: -2px;
	left: 2px;
}
#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	top: 18px;
	left: 2px;
}
/*End Mobile Menu icon*/
.menu_icon{
	display: none;
}
/*=================  End Header Section  =================*/

/*=================  Start Banner Section  =================*/
.banner_main{
	padding: 190px 0px 110px 0px;
	position: relative;
	z-index: 2;
	overflow-x: hidden;
}
.banner_pos {
    position: absolute;
    top: -155px;
    right: -146px;
    z-index: -2;
}
.banner_pos img{
	width: 890px;
	height: 890px;
}
.banner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.banner_left{
	max-width: 550px;
	width: 100%;
}
.banner_contents p{
	margin: 22px 0px 36px 0px;
}
.button_style{
    padding: 13px 20px;
	background: transparent;
    border-radius: 30px;
	color: #330F00;
    font-size: 20px;
    font-family: "Rowdies", sans-serif;
    font-weight: 300;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #330F00;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.button_style:hover{
	background: #C06F23;
    border: 2px solid #C06F23;
	color: #FFF;
}
.button_style_header{
    background: #C06F23;
    border: 2px solid #C06F23;
    color: #FFFFFF;
}
.button_style_header:hover{
	background: transparent;
	color: #C06F23;
}
.bcb_contents{
	margin-left: 20px;
}
.bcb_contents p{
	font-weight: 600;
}
.bcb_contents span {
    margin: 0px 0px 5px 0px;
    display: inline-block;
    color: #330F00;
    line-height: normal;
}
.bcb_contents img{
	width: 115px;
	height: auto;
}
.bcb_imgs ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.bcb_imgs ul li{
	margin-left: -20px;
}
.bcb_imgs ul li:first-child{
	margin-left: 0px;
}
.bcb_imgs ul li img{
	width: 75px;
	height: 75px;
	border-radius: 50%;
}
.banner_contents_bottom {
    padding: 10px 20px;
    border: 1px solid #330F00;
    border-radius: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 70px;
    background: #FFF;
}
.banner_right{
	max-width: 600px;
	width: 100%;
	height: 385px;
	border-radius: 10px;
	position: relative;
	z-index: 2;
}
.banner_right_pos1 {
    position: absolute;
    top: -140px;
    right: -102px;
    z-index: -1;
}
.banner_right_pos1 img{
	width: 240px;
	height: 270px;
}
.banner_right_pos2 {
    position: absolute;
    bottom: -50px;
    right: -71px;
}
.banner_right_pos2 img{
	width: 220px;
	height: 215px;
}
.banner_right video{
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.banner_bottom_img{
	position: relative;
	z-index: 3;
}
.banner_bottom_img img{
	width: 100%;
	height: auto;
}
/*=================  End Banner Section  =================*/

/*=================  Start Products Details Section  =================*/
.products_details_main{
	padding: 125px 0px 150px 0px;
	position: relative;
	z-index: 2;
	overflow-x: hidden;
}
.product_pos{
	position: absolute;
	top: -165px;
	left: -165px;
	z-index: -1;
}
.product_pos img{
	width: 890px;
	height: 890px;
}
.single_products_main{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.single_products_contents{
	max-width: 540px;
	width: 100%;
}
.spimg1 img{
	max-width: 570px;
	width: 100%;
	height: auto;
}
.single_products_contents p{
	margin: 30px 0px;
}

.sp_main2{
	margin-top: 120px;
}
.spimg2 img{
	max-width: 690px;
	width: 100%;
	height: auto;
}
/*=================  End Products Details Section  =================*/

/*=================  Start Products Items Section  =================*/
.product_items_main{
	padding: 5px 0px 5px 0px;
}
.product_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
.product_items_single{
	max-width: 410px;
	width: 100%;
	padding: 237px 18px 70px 18px;
	background: url('../images/items-bg.png') no-repeat scroll 0 0 / cover;
	border-radius: 20px;
	text-align: center;
	margin-bottom: 130px;
	position: relative;
	z-index: 2;
}
.pisingle2{
	background: url('../images/items-bg2.png') no-repeat scroll 0 0 / cover;
}
.pisingle3{
	background: url('../images/items-bg3.png') no-repeat scroll 0 0 / cover;
}
.product_items_single_pos {
    position: absolute;
    top: -115px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.product_items_single_pos img{
	width: 265px;
	height: 340px;
}
.product_items_single_pos2 img{
	width: 310px;
}
.product_items_single p{
	margin-top: 15px;
}
.product_items_single h3{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.product_items_single h3 img{
	width: 20px;
	height: auto;
	margin-left: 15px;
}
/*=================  End Products Items Section  =================*/

/*=================  Start Healthy Spices Section  =================*/
.healthy_spices_main{
	padding: 120px 0px 100px 0px;
	background: #FFF1E4;
}
.spimg3 img{
	max-width: 670px;
	width: 100%;
	height: auto;
}
.single_products_contents ul li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	font-size: 18px;
	color: #330F00;
	margin-bottom: 30px;
}
.single_products_contents ul li img {
	width: 16px;
	height: auto;
	margin-right: 9px;
	margin-top: 5px;
}
.sp_main3{
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
/*=================  End Healthy Spices Section  =================*/
.products_details_main2{
	padding: 140px 0px 100px 0px;
}
.spimg4 img{
	max-width: 685px;
	width: 100%;
}
.spcontents4 p{
	margin: 0px !important;
}
.spcontents4 h3{
	margin: 60px 0px 20px 0px;
}
.spimg5 img{
	max-width: 609px;
	width: 100%;
}
.spcontents5 p{
	margin: 30px 0px 0px 0px !important;
}
/*=================  Start Testimonials Section  =================*/
.testimonials_main {
    padding: 0px 0px 110px 0px;
    overflow-x: hidden !important;
}
.testimonials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 130%;
}
.testimonials_single{
	width: 550px;
	padding: 32px;
	border: 1px solid #330F00;
	border-radius: 20px;
	background: #FFF;
}
.testimonials_contents img{
	width: 115px !important;
	height: auto;
}
.testimonials_contents p{
	margin: 24px 0px;
	font-size: 20px;
	line-height: 150%;
}
.testimonials_client{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.tclient_img img{
	width: 55px !important;
	height: 55px !important;
	border-radius: 50%;
	margin-right: 20px;
}
.tclient_cnts p{
	font-size: 20px;
	color: #330F00;
	line-height: 150%;
	font-weight: 600;
}
.tclient_cnts p:last-child{
	font-size: 16px;
	margin-top: 5px;
	font-weight: 400;
}
/*=================  End Testimonials Section  =================*/
.products_details_main3{
	padding: 20px 0px 130px 0px !important;
}
.spimg6 img{
	max-width: 635px;
	width: 100%;
}
.shotcause_btn {
    margin-top: 30px;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 26px;
    font-weight: 600;
    background: #FFF;
    padding: 6px 20px;
}
.spimg7 img{
	max-width: 540px;
	width: 100%;
}
/*=================  Start Quality Sauces Section  =================*/
.quality_success_main{
	padding: 110px 0px 150px 0px;
}
.quality_success_title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.quality_success_title_cnts {
    max-width: 570px;
}
.quality_success_title_cnts p{
	margin-top: 30px;
}
.quality_success_products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
.quality_success_single{
	margin-top: 50px;
	max-width: 420px;
	width: 100%;
}
.quality_success_single_img img{
	width: 100%;
	height: auto;
}
.quality_success_single_contents p{
	font-size: 20px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 30px;
	line-height: 150%;
}
.quality_success_single_contents p:nth-child(2){
	font-size: 16px;
	font-weight: 400;
	margin-top: 0px !important;
	margin-bottom: 30px;
}
.quality_success_single_contents a{
	width: 100%;
	height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #330F00;
	border: 2px solid #330F00;
	border-radius: 50px;
	font-family: "Rowdies", sans-serif;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.quality_success_single_contents a:hover{
	background: #330F00;
	color: #FFF;
}
/*=================  End Quality Sauces Section  =================*/

/*=================  Start Join Community Section  =================*/
.join_community_main{
	padding: 65px 0px;
	background: #FFF1E4;
}
.join_community{
	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: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-width: 510px;
	margin: auto;
	text-align: center;
}
.join_community_subscribe form{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.join_community_subscribe input {
    width: 250px;
    height: 55px;
    padding: 5px 20px;
    background: #FFF;
    border: 1px solid #330F00;
    border-radius: 50px;
    color: #330F00;
    margin-right: 20px;
    font-size: 18px;
}
.join_community p{
	margin: 30px 0px;
}
.join_community span{
	color: #330F00;
	font-size: 13px;
	line-height: 150%;
	margin-top: 15px;
	display: inline-block;
}
/*=================  End Join Community Section  =================*/

/*=================  Start Footer Section  =================*/
.footer_main{
	padding: 80px 0px;
	background: #F2E4D6;
}
.footer_top{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.footer_logo a img{
	width: 90px;
	height: auto;
}
.footer_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 55px;
}
.footer_menu ul li a{
	display: inline-block;
	font-weight: 600;
	line-height: 120%;
	margin-right: 32px;
	color: #330F00;
	border-bottom: 1px solid transparent;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.footer_menu ul li:last-child a{
	margin-right: 0px;
}
.footer_menu ul li a:hover{
	border-bottom: 1px solid;
}
.footer_social ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer_social ul li a {
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer_social ul li:last-child a{
	margin-right: 0px;
}
.footer_social ul li a i{
	font-size: 18px;
	color: #330F00;
}
.footer_social ul li a img{
	width: 18px;
	height: auto;
}
.footer_copyright{
	margin-top: 80px;
	padding-top: 32px;
	border-top: 1px solid #330F00;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.footer_copyright p{
	font-size: 14px;
	line-height: 150%;
	color: #330F00;
}
.footer_copyright ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer_copyright ul li a{
	display: inline-block;
	font-size: 14px;
	line-height: 120%;
	color: #330F00;
	margin-left: 24px;
	border-bottom: 1px solid #330F00;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.footer_copyright ul li a:hover{
	border-bottom: 1px solid transparent;
}

.success-msg {
	color: #270;
	background-color: #dff2bf;
	margin: 10px 0;
	padding: 10px 15px;
	border-radius: 3px 3px 3px 3px;
	width: fit-content;
	position: fixed;
	bottom: 20px;
	right: 20px;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
	display: none;
  }
  
  .error-msg {
	color: #721c24;
	background-color: #f8d7da;
	margin: 10px 0;
	padding: 10px 15px;
	border-radius: 3px 3px 3px 3px;
	width: fit-content;
	position: fixed;
	bottom: 20px;
	right: 20px;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
	display: none;
  }
/*=================  End Footer Section  =================*/

/*    font-family: "Rowdies", sans-serif;	*/


