@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	height:auto;
	border: none;
    vertical-align: middle;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
body {
	font-family: "Plus Jakarta Sans", Arial, sans-serif;
    color:#5d6f6a;
    background:#ffffff;
    font-size: 16.5px;
    line-height: 1.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	margin: 0;
	list-style: none;
}
p, h1, h2, h3, h4, h5, ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #333;
}
:root {
  --ink: #0a1f1a;
  --body: #5d6f6a;
  --teal: #0f766e;
  --mint: #2fd6ac;
  --gold: #c8a04a;
  --soft: #f4faf8;
  --line: #e8efec;
  --white: #ffffff;
  --grad: linear-gradient(120deg, #0f766e 0%, #16a58c 55%, #2fd6ac 100%);
  --grad-soft: linear-gradient(180deg, #f6fcfa 0%, #ffffff 70%);
  --radius: 22px;
  --shadow-sm: 0 10px 30px -18px rgba(10, 60, 50, 0.35);
  --shadow: 0 34px 70px -40px rgba(10, 70, 60, 0.5);
  --glow: 0 16px 34px -14px rgba(15, 118, 110, 0.55);
  --wrap: 1200px;
}
h1, h2, h3 {
  font-family: "Fraunces", Georgia, serif;
  color: var(--ink);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-transform:capitalize;
}
h1 { font-size: clamp(40px, 6vw, 62px); }
h1 span{color: #0f766e;}
h2 { font-size: clamp(30px, 4vw, 46px); }
h3 { font-size: 20px; font-weight: 600; letter-spacing: -0.01em; }
h4 { font-family: "Plus Jakarta Sans", sans-serif; color: var(--ink); font-size: 15px; font-weight: 700; }
/*************************************/
.clearall {
	clear: both;
	height: 1px;
	width: auto;
}
* {box-sizing: border-box;}
.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
.overflow{ overflow:hidden; float: left; width:100%;}
/*==========Header==============*/
.tp-fr-sh{
	display:inline-block;
	vertical-align:top;
	margin:6px 5px 0 0;
}	
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float: left;
    width: 100%;
    height: 70px;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(16px) saturate(160%);
    border-bottom: 1px solid rgba(232, 239, 236, 0.9);
    margin-top: -70px;
    position: relative;
    top: 70px;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	}
.header .container {
    position: static;
	}
.logo{
	float: left;
    margin: 7px 0 0;
    max-width: 170px;
	}
#cart_btn{
	float: right;
    margin: 15px 0 0 15px;
    position: relative;
    width: 125px;
    height: 40px;
    text-align: center;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    border-radius: 50px;
	}
.cart-ic{ 
	display:inline-block;
	vertical-align:middle;
	margin:0px 0px 0 0;
	max-width: 17px;
	}
#cart_btn small{
	font-size:16px;
	display:inline-block;
	vertical-align:middle;
	margin-top:0px;	
}
#cart_btn span{
	position: absolute;
    right: 0;
    width:30px;
    height: 16px;
    text-align: center;
    font-size:18px;
    line-height:22px;
	padding:7px;
	border-left:1px solid #ffd790;
	top:0;
	bottom:0;
	height:100%;
	}
	
ul.mainMenu{
	position: absolute;
    left: 49%;
    transform: translateX(-50%);
    top: 23px;
	}
ul.mainMenu li{
	float:left;
    padding:0 10px;
	}
ul.mainMenu li:first-child{ padding-left:0;}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
	float:left;
	color:#5d6f6a;
	font-size:15px;
	line-height:20px;
	letter-spacing:0.5px;
	padding:6px 9px;
	border-radius:50px;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{background: var(--soft); color: var(--ink);}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
   /* position:absolute;
    right:40px;
    top:26px;*/
	z-index:16;
	height:30px;
	float:right;
	margin:25px 20px 0 0;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #a7a7a7;
	transition: 0.4s;
	}
.bar2{margin: 6px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background:#a7a7a7;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#a7a7a7;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:100px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:70px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}
/*===========dropMenu===========*/
.dropMenu{
	position:absolute;
	left:0;
	right:0;
	background:#fff;
	top:65px;
	opacity: 0;
	visibility: hidden;
	display: block;
	padding: 0;
	transition: all 0.3s ease-in-out;
	z-index:9;
	-webkit-box-shadow: 0 10px 5px 1px rgba(0,0,0,0.1);
	box-shadow: 0 10px 5px 1px rgba(0,0,0,0.1);
	border-top:1px solid #f1f1f1;
	}
ul.mainMenu li:hover .dropMenu{
	opacity: 1;
	visibility: visible;
	}
.megaMenu{
	float:left;
	width:100%;
	padding:25px 0;
	}
ul.shop-prod-list{
	display:inline-block;
	vertical-align:middle;
	max-width:1040px;
	width:100%;
	}
ul.shop-prod-list li{
	float:left;
	width:33.333%;
	text-align:center;
	border:none;
	}
ul.shop-prod-list li a{
	width:100%;
	}
.drop-prod-img{
	display:block;
	margin:0 auto;
	width:110px;
	}
ul.shop-prod-list li p{
	font-size:18px;
	line-height:26px;
	letter-spacing:0.5px;
	}
ul.shop-prod-list li p span{
	font-weight:600;
	font-size:22px;
	}
/*-----------------------
CSS FOR BANNAR
------------------------*/	
.section { float:left; width:100%; padding:75px 0; position: relative; }
.section--soft { background: var(--soft); }
.center { text-align: center; }
.lead { max-width: 620px; margin: 16px auto 0; font-size: 17px; }
em {
    color: #0f766e;
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11.5px; letter-spacing: 0.24em; text-transform: uppercase;
  font-weight: 700; color: var(--teal);
  padding: 7px 16px; border-radius: 999px;
  background: rgba(47, 214, 172, 0.12);
  border: 1px solid rgba(15, 118, 110, 0.16);
  margin-bottom: 20px;
}

.gradient-text {
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
/* ---------- Hero ---------- */
.hero { position: relative; background: var(--grad-soft); overflow: hidden; }
.hero::before, .hero::after {
  content: ""; position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.5; pointer-events: none;
}
.hero::before { width: 520px; height: 520px; background: rgba(47,214,172,0.35); top: -180px; left: -140px; }
.hero::after { width: 460px; height: 460px; background: rgba(200,160,74,0.22); bottom: -220px; right: -120px; }
.hero__grid { position: relative; display: grid; grid-template-columns: 1fr 1.02fr; gap: 64px; align-items: center; padding: 90px 0 104px; }
.hero p { margin-top: 22px; max-width: 480px; font-size: 17.5px; }
.hero__cta { margin-top: 36px; display: flex; gap: 14px; flex-wrap: wrap; }

.hero__media { position: relative;z-index: 0; }
.hero__media img { border-radius: 260px 260px 32px 32px; box-shadow: var(--shadow); aspect-ratio: 4/5; max-height: 620px; object-fit: cover; object-position: top center; }
.hero__media::after {
  content: ""; position: absolute; inset: -22px -22px 26px -22px; z-index: -1;
  border-radius: 280px 280px 44px 44px; border: 1px solid rgba(47,214,172,0.45);
}
.floaty {
  position: absolute; background: rgba(255,255,255,0.86); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.9); border-radius: 18px; padding: 14px 18px;
  box-shadow: var(--shadow-sm); font-size: 13.5px; line-height: 1.4;
  animation: float 6s ease-in-out infinite;
}
.floaty strong { display: block; font-family: "Fraunces", serif; font-size: 19px; color: var(--ink); }
.floaty--a { left: -26px; top: 18%; }
.floaty--b { right: -18px; bottom: 12%; animation-delay: 1.6s; }
@keyframes float { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-12px) } }


/* ---------- Marquee ---------- */
.marquee { border-block: 1px solid var(--line); background: #fff; overflow: hidden; padding: 18px 0; }
.marquee__track { display: flex; gap: 60px; white-space: nowrap; animation: slide 26s linear infinite; }
.marquee__track span { font-family: "Fraunces", serif; font-size: 17px; color: #9db1ab; letter-spacing: 0.04em;text-transform: capitalize; }
@keyframes slide { from { transform: translateX(0) } to { transform: translateX(-50%) } }

/* ---------- Split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.split img { border-radius: 26px 120px 26px 120px; box-shadow: var(--shadow); }
.split p + p { margin-top: 14px; }
.shop-btn{
	margin-top:30px;
	display: inline-block;
    vertical-align: middle;
	width:100%;
    max-width:250px;
    text-align: center;
    height: 58px;
    overflow: hidden;
    color: #fff;
    font-size: 17px;
    line-height: 58px;
    position: relative;
    font-weight: 500;
    border-radius: 50px;
    text-transform: capitalize;
    box-shadow: var(--glow);
    transition: transform 0.3s cubic-bezier(.2,.8,.2,1), box-shadow 0.3s, background-position 0.5s;
    overflow: hidden;
	background: var(--grad);
    background-size: 180% 100%;
    font-family: "Plus Jakarta Sans", sans-serif;
	position: relative;
	}
.shop-btn:after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, transparent 20%, rgba(255,255,255,0.38) 50%, transparent 80%);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
}
.shop-btn:hover { transform: translateY(-3px); box-shadow: 0 24px 44px -16px rgba(15,118,110,0.6); background-position: 100% 0; }
.shop-btn:hover:after { transform: translateX(120%); }	

		
/* ---------- Intro (redesigned) ---------- */
.intro { display: grid; grid-template-columns: 1.05fr 1fr; gap: 80px; align-items: center; }
.intro__media { position: relative; padding: 20px 0px 40px 30px;}
.intro__frame {
  position: relative; border-radius: 28px; overflow: hidden;
  box-shadow: var(--shadow); background: var(--soft);
}
.intro__frame::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(10,31,26,0.28));
  pointer-events: none;
}
.intro__img {width: 100%;aspect-ratio: 3 / 4;object-fit: cover;}
.intro__mini {
  position: absolute; left: -6px; bottom: -30px; padding:0 10px; width: 48%;
  border-radius: 22px; overflow: hidden;border: 6px solid #e2f9f3;
  box-shadow: var(--shadow); background: #fff;
}
.intro__mini img { aspect-ratio: 1/1; object-fit: cover; }
.intro__badge {
  position: absolute; left: -18px; top: 32px;
  background: #fff; border: 1px solid var(--line); border-radius: 20px;
  padding: 16px 20px; display: flex; align-items: center; gap: 14px;
  box-shadow: var(--shadow-sm); max-width: 240px;
}
.intro__badgeNum {
  font-family: "Fraunces", serif; font-size: 16px; color: var(--ink);
  line-height: 1; letter-spacing: -0.03em; display: inline-flex; align-items: flex-start;
}
.intro__badgeNum i { font-size: 18px; color: var(--teal); font-style: normal; margin-top: 4px; }
.intro__badgeLbl { font-size: 12.5px; line-height: 1.4; color: var(--body); }
.intro__lead { margin-top: 20px; font-size: 17px; max-width: 480px; }
.intro__points { margin: 34px 0 30px; display: grid; gap: 20px; }
.intro__point { display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: start; }
.intro__point span {
  font-family: "Fraunces", serif; font-size: 22px; color: var(--teal);
  width: 52px; height: 52px; border-radius: 16px;
  background: rgba(47,214,172,0.14); border: 1px solid rgba(15,118,110,0.18);
  display: inline-flex; align-items: center; justify-content: center;
  letter-spacing: -0.02em;
}
.intro__point h4 { font-size: 16px; margin-bottom: 4px; }
.intro__point p { font-size: 14.5px; line-height: 1.6; }

/* ---------- Why (redesigned) ---------- */
.why2__head { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom:30px; }
.why2__intro { max-width: 480px; font-size: 16px; justify-self: end; }
.why2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.why2__stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px;margin-top: 25px; }
.why2__stat {
  background: #fff; border: 1px solid var(--line); border-radius: 22px;
  padding: 28px 24px; display: flex; flex-direction: column; justify-content: space-between;
  box-shadow: var(--shadow-sm);
}
.why2__stat strong {
 font-family: "Fraunces", serif;
    font-size: 18px;
    color: var(--ink);
    line-height: 1;
    letter-spacing: -0.03em;
    display: inline-flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.why2__stat strong i { font-size: 20px; color: var(--teal); font-style: normal; margin-top: 6px; }
.why2__stat small { font-size: 13.5px; color: var(--body); max-width:100%; line-height: 1.5; }
.why2__stat--dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.why2__stat--dark strong { color: #fff; } .why2__stat--dark strong i { color: var(--mint); }
.why2__stat--dark small { color: rgba(255,255,255,0.75); }
.why2__stat--accent { background: var(--grad); border-color: transparent; box-shadow: var(--glow); }
.why2__stat--accent strong { color: #fff; }
.why2__stat--accent small { color: rgba(255,255,255,0.9); }

.why2__list { list-style: none; display: grid; gap: 4px; }
.why2__list li {
  display: grid; grid-template-columns: 40px 1fr; gap: 18px; align-items: start;
  padding: 20px 0; border-bottom: 1px solid var(--line);
}
.why2__list li:last-child { border-bottom: 0; }
.why2__list span {
  width: 36px; height: 36px; border-radius: 50%; background: var(--grad); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; font-size: 14px; box-shadow: var(--glow);
}
.why2__list h4 { font-size: 16px; margin-bottom: 4px; }
.why2__list p { font-size: 14.5px; line-height: 1.6; }
.why2__cta {margin-top: -40px;}	

/* ---------- Band ---------- */
.band {
	float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 100px 0;
    text-align: left;
    background: url(../images/band.jpg) center / cover no-repeat;
    background-size: cover;
}
.band::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(8,38,33,0.88) 0%, rgba(8,38,33,0.62) 45%, rgba(8,38,33,0.18) 100%);
}
.band .wrap { position: relative; }
.band__inner { float: right; max-width: 560px; }
.band h2 { color: #fff; }
.band p { color: rgba(255,255,255,0.82); max-width: 540px; margin: 16px 0 32px; }
/*-----------------------
CSS FOR SECTION1
------------------------*/		
.section1{
    float: left;
    width: 100%;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
	}
.common-label{
	float:left;
	width:100%;
	font-size:14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8a9e8c;
    margin-bottom:12px;
	}	
.common-head {
    font-family: "Fraunces", Georgia, serif;
    color: var(--ink);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.02em;
    font-size: clamp(30px, 4vw, 46px);
	text-transform:capitalize;
}
.common-head span {
    color: #0f766e;
	}
.common-para{
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color:#5d6f6a;
    font-weight: 400;
    margin-top: 18px;
    position: relative;
	}	
span.fw-norml {
    font-weight: normal;
    color: #000;
}
.sec1-innr{
    float: left;
    width: 42%;
    text-align: left;
    margin-top: 0;
	}
.sec1-models {
    position: absolute;
    right: 0;
    top: 5px;
    max-width: 665px;
    border-radius: 15px;
}	
.sec1_prdt_bx{
	float: left;
    width: 100%;
    margin-top: 35px;
    padding: 60px 20px 80px 275px;
    text-align: left;
    position: relative;
    background: #ffebf4;
    border-radius: 10px 10px;
    border: 1px solid #fcdbea;
	}
.sec1bx_img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 275px;
}
.sec1_prdt_bx .s2-p3{ font-size: 22px;
    line-height: 32px; font-weight:700;}
.sec1_prdt_bx .s2-p2{}
.sec1_prdt_bx a.shop-btn{ margin-top: 15px;
    max-width: 188px;
    font-size: 16px;
    line-height: 46px; height:46px;}
.s1-prodt1, .s1-prodt2{
	position: absolute;
    right: 14%;
    top: -5px;
    max-width: 570px;
    transform: rotate(35deg);
	}
.s1-prodt2{
	top: 58px;
    right: 0%;
    max-width: 350px;
	}	
.sec1Box{
	display:inline-block;
    width: 100%;
    position: relative;
	}	
.sec1Box:after{
    position: absolute;
    content: "";
    background: #fff;
    top: 144px;
    left: 0;
    right: 0;
    height: 450px;
    border-radius: 15px;
	}
.s1Cont{
    float: right;
    width: 54%;
    text-align: left;
    padding-left: 0;
    margin-top: 20px;
    position: relative;
    z-index: 1;
	}
.s1Cont .common-para strong{ font-weight:400;}		

.top-0{ margin-top:50px; position:relative; z-index:1; width: 90%;}		
.s1-list{
	float: left;
    width: 100%;
    margin-top:28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 13px;
	}	
.s1-list li{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    text-align: left;
	padding:0 0 0 18px;
	position:relative;
	}	
.s1-list li img{
	display:inline-block;
	margin-bottom:2px;
}	
.s1-list li span{
	position:absolute;
	width:8px;
	height:8px;
	left:0;
	top:11px;
	background:#3c8558;
	border-radius:50px;
	}
.s1-rgt{
	float: right;
    width: 43%;
    position: relative;
    margin-top: 40px;
    padding: 0 139px 60px 0;
	}
.s1-bnr-img{
	position: absolute;
    left: 0;
    top: 0px;
    max-width: 545px;
	z-index:1;
	}
.s1-rgt:after{
    content: '';
    position: absolute;
    top: 55px;
    left: 210px;
    bottom: 0;
    right: 0;
    background: #f1faff;
    border-radius: 15px;
	}	
.s1-prod1{
    position: absolute;
    left: -91px;
    bottom: -3px;
    z-index: 3;
	}	
.s1-prod2{
    position: absolute;
    right: -48px;
    top: 78px;
    z-index: 1;
	}
.section1 .mbg-txt span{ background:#fff;}
/*=========SECTION3========*/
.sectionTwo{
	float:left;
	width:100%;
	padding:75px 0;
	background:#fff;
	text-align:center;
	}
.s2_block{
	    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap:30px;
    column-gap:14px;
	margin-top:40px;
	}
.s2-col{
	    display: inline-block;
    vertical-align: top;
    text-align: left;
    width:24%;
    border: 1px solid var(--line);
    border-radius:15px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.35s cubic-bezier(.2, .8, .2, 1), box-shadow 0.35s;
	}
.s2-col:hover {transform: translateY(-8px); box-shadow: var(--shadow);}
.s2-col a.shop-btn {
	margin-top: 0px;
	}	
.s2-col-top{
	float: left;
    max-width: 100%;
    padding: 15px 10px 20px;
    position: relative;
    background: #f7f7f7;
	}
.s2-col-prod{
	display: block;
    margin: 0px auto 0;
	}
.s2-col_3 .s3-col-prod, .s2-col_4 .s2-col-prod{transform:rotate(-25deg); -webkit-transform:rotate(-25deg);}
.stock_txt {
	font-size: 12px;
	font-weight:500;
	background:#8a9e8c;
	color:#fff;
	width: auto;
	padding: 6px 10px;
	text-align: center;
	border-radius: 50px;
	position: absolute;
	top: 15px;
	left: 15px;
	display: flex;
	align-items: center;
	column-gap: 5px;
	line-height: 10px;
	display: none;
}

.s2-col-btm{
	float: left;
    width: 100%;
   padding: 15px 15px 22px;
	background:#fff;
	}
.s2-col-txt1{
	float: left;
    width: 100%;
    font-family: "Fraunces", Georgia, serif;
    color: var(--ink);
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.01em;
	}
.s2-col-txt1 sup {
	font-size: 28px;
	display: inline-block;
	vertical-align: top;
	margin-left: 2px;
	line-height: 28px;
}
.s2-col-txt2{
	    float: left;
    width: 100%;
    color: #323232;
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
    border-bottom: 1px solid #d7d7d7;
    margin-top: 10px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 5px;
	}
.s2-col-txt2 img{ max-width:62px;}
.s2-col-txt3{
	float: left;
    font-family: "Fraunces", serif;
    font-size: 22px;
    color: var(--ink);
    margin: 8px 0 18px;
	}
.s2-col-txt3 span{
	    color: #000000;
    font-size: 16px;
    font-weight: 300;
    display: block;
    line-height: 16px;
    margin-bottom: 7px;
	display:none;
	}
span.qnty {
    float: right;
    margin-top: 13px;
    font-weight: 600;
    font-size: 16px;
}
.s2-btn{
	width: 100%;
    color: #ffffff;
    font-size: 18px;
    line-height: 48px;
    margin-top: 13px;
    height: 48px;
    float: left;
    max-width: 100%;
}

/*-----------------------
CSS FOR SECTION3
------------------------*/		
.section3, .section3-2{
	background: #f5efe8;
    float: left;
    width: 100%;
    padding: 60px 0 60px;
    position: relative;
    text-align: center;
	}
.section3-2{
	background:#faf6f0;
	}	
/*.section3:before{
	position: absolute;
    content: "";
    background: url(../images/sec3-circle.png);
    width: 1315px;
    height: 989px;
    left: -16px;
    top: 50px;
	}*/
	
.padg{ padding:0 0px;}
.s3-inr_mid{
	display:inline-block;`
    width: 100%;
    text-align: center;
	position:relative;
	}	
.s3-inr_lft{
	float: right;
    width: 45%;
    text-align: left;
    padding:0px 0 0px;
	}	
.sec3_btl{
    position: absolute;
    top: 185px;
    right: 30%;
	}
.sec3-btls{
	position: absolute;
    top: 48px;
    left: 0;
    max-width: 615px;
    border-radius: 15px;
	}	
.s3-inr{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 15px;
    row-gap: 20px;
    margin-top: 35px;
}
.s3-bx{
    float: left;
    width: 24%;
    text-align: center;
    position: relative;
    padding: 25px 16px 25px 16px;
    border: 0px solid #a2a2a2;
    background: #fff;
    border-radius: 15px;
	transition: transform 0.3s, box-shadow 0.3s;
}
.s3-bx:hover{ transform: translateY(-6px); box-shadow: 0 20px 50px rgba(59,42,35,0.1); }
.s3-bx img{
	display: block;
    margin: 0 auto 10px;
	background:#f5efe8;
	border-radius:50px;
	padding:10px 10px;
	height:80px;
	width:80px;
	}
.s3-stps{
	width:80px;
	height:80px;
	border-radius:50%;
	background:#141b4d;
	text-align:center;
	color:#fff;
	padding-top:15px;
	margin-bottom:12px;
}
.s3-stp-tx{
	font-size:22px;
	line-height:24px;
	font-weight:500;
}
.stp-count{
	font-size:30px;
	line-height:32px;
	font-weight:bold;
}
.s3-bx h3{
	font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #171717;
    text-transform: capitalize;
    padding: 0 10px;
    letter-spacing: -0.5px;
}
.s3-bx-tx1{
	font-size:60px;
    line-height:60px;
	color:#f8e5ec;
	font-weight:bold;
	margin:6px 0 -48px;
}
.s3-bx-tx2{
    font-size: 17px;
    line-height: 26px;
    color: #7a6860;
    margin-top: 0;
    font-weight: 300;
}
.s3-bx-tx2 span{
	display: block;
    font-weight: 400;
    margin: 0 0 10px;
    font-size: 25px;
    line-height: 32px;
	color:#3b2a23;
	font-family: "Cormorant Garamond", serif;
	}

.why-list {
	float: left;
    width: 100%;
    list-style: none;
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
	}
.why-list li {
	  float: left;
    width: 100%;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
	text-align: left;
	}
  .why-check {width: 28px;height: 28px;background: #c4836a;border-radius: 50%;display: flex;align-items: center;justify-content: center;color:#fff;font-size: 0.7rem;flex-shrink: 0;margin-top: 2px;}
  .why-list strong {display: block;
    font-weight: 600;
    margin-bottom: 0.2rem;
    font-size: 20px;
    line-height: 30px;
    font-family: "Cormorant Garamond", serif;}
  .why-list span {font-size: 16px;
    color: #7a6860;
    line-height: 25px;
    font-weight: 300;}

/*-----------------------
SECTION-4
------------------------*/
.sec4{
	float:left;
	width:100%;
	padding:60px 0;
	text-align:center
}
.sec4_inner{
	display: flex;
    vertical-align: top;
    max-width: 1030px;
    width: 100%;
    margin-top: 40px;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
}
.sec4_video_box{
	float:left;
	width:54%;
	position:relative;
	padding-bottom:46%;
}
.sec4_video{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
}
ul.sec4_list{
	float:right;
	width:43%;
}
ul.sec4_list li{
	text-align:left;
	padding:0 0 30px 30px;
	position:relative;
}
ul.sec4_list li:before{
	content:'';
	position:absolute;
	left:9px;
	bottom:0;
	top:5px;
	border-left:1px solid #009a39;
}
ul.sec4_list li:last-child{padding-bottom:0px;}
ul.sec4_list li:last-child:before{border-left:none;}
ul.sec4_list li:after{
	content:'';
	position:absolute;
	left:0;
	top:2px;
	width:17px;
	height:17px;
	border-radius:50%;
	background:#009a39;
	border:1px solid #009a39;
}
.stage_text{
	font-size:18px;
	line-height:22px;
	font-weight:600;
	color:#009a39;
	text-transform:uppercase;
	margin-bottom:10px;
}
ul.sec4_list li h3{
	font-size:21px;
	line-height:25px;
	font-weight:700;
}
ul.sec4_list li p{
	font-size:17px;
	line-height:26px;
	margin-top:10px;
}



/*-------------------------
CSS FOR BOTTOM SECTION
--------------------------*/
.btm-section {
    float: left;
    width: 100%;
    background:#da1e72;
    padding: 20px 0;
}
ul.btm-list {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
ul.btm-list li{
	width:24%;
	font-size:18px;
	color:#fff;
	line-height:26px;
	text-align:center;
	position:relative;
	border-right:1px solid #fff;
}
ul.btm-list li:last-child{ border:none;}
ul.btm-list li img{
	max-width:54px;
	display:block;
	margin:0px auto 10px;
}
/*-------------------------
CSS FOR FOOTER
--------------------------*/
.footer{
	padding:50px 0;
	float:left;
	width:100%;
	background:#fff;
	border-top: 1px solid var(--line);
	}
.footer-text-box{
	float:left;
	width:100%;
	margin-top:30px;
	padding:15px 70px;
	border:2px solid #d2d2d2;
	}
.footer-top-text{
	float: left;
    width: 100%;
    color: #5d6f6a;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    text-align: left;
    border: 1px solid #d2d2d2;
    padding: 14px;
    margin: 14px 0;
	}
.footer-logo-row{
	float: left;
    width: 60%;
    margin-top:0px;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    row-gap: 20px;
	}
.footer-logo-row-left{
	width:27%;
	text-align:left;
	}
.footer-logo{
	display:inline-block;
	vertical-align:middle;
	width:175px;
	}
.footer-logo-text{
	display:inline-block;
	vertical-align:middle;
	margin-left:18px;
	padding-left:20px;
	color:#fff;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	letter-spacing:0.5px;
	}

.footer-logo-row-right{
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	column-gap: 35px;
	flex-wrap: wrap;
	}
.footer-logo-row-right li{
	display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
    line-height: 25px;
    width: 100%;
    text-align: left;
    float: left;
	color:#5d6f6a;
	}
.footer-logo-row-right li:last-child:after{ display:none;}
.footer-logo-row-right li img{
	display:inline-block;
	vertical-align:middle;
	width:22px;
	margin-right:7px;
	}
.footer-logo-row-right li a{
	    display: inline-block;
    vertical-align: middle;
    color:#5d6f6a;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
	}
.footer-link-row{
	float: right;
    width: 39%;
    margin-top: 0px;
    padding: 0px 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    flex-wrap: wrap;
	}
.footer-link-row li{
	float:left;
	width:100%;
	color:#5d6f6a;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
	}
.footer-link-row li a{
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	 color:#5d6f6a;
	}


.copyright-section{
	float:left;
	width:100%;
	background:#fff;
	padding:25px 0;
	}
.copyright-row{
	    float: left;
    width: 100%;
   
	}
.copyright-text{
	color: #5d6f6a;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: left;
	}
.copyright-logos{
	display:block;
	margin:0 auto;
	width:140px;
	}
/*-------------------------INNER PAGE--------------------------*/
/*-------------------------
CSS FOR FCOMMON HEADER
--------------------------*/
.shopBreadcrm {
        float: left;
    width: 100%;
    color:#0a1f1a;
    font-size: 16px;
    text-align: left;
   background: url(../images/shopBreadcrm.jpg) no-repeat center top;
    padding:40px 0;
    overflow: hidden;
    border-bottom: 1px solid var(--line);
}

.shopBreadcrm a {color:#0a1f1a;}
.shopBreadcrm span {
    color: #0f766e;
    font-weight: 600;
	font-size: 30px;
    line-height: 40px;
}

img.card-error {
    max-width: 300px;
}
/*****************************/
/*TERMS- PRIVACY*/

.tems-bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trm-bx {
	width: 100%;
	float: left;
	text-align: left;
	padding: 40px 0;
}

.trm-bx h1 {
	line-height: 30px;
    color: #333;
    margin: 0;
    padding: 0px 0 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 5px solid #333;
}
.trm-bx h3 {
	line-height: 28px;
    text-align: left;
    font-size: 24px;
    float: left;
    width: 100%;
    margin: 0px 0 15px;
    color: #000;
    font-weight: 600;
    padding: 0;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    list-style: decimal;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.trm-bx span {
	text-transform: capitalize;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.trm-bx p {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    
}
.trm-bx h4, .trm-bx h5 {
	    font-size: 20px;
    float: left;
    width: 100%;
    margin: 10px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ing-blk img {
    display: block;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 20px;
    max-width: 530px;
    width: 100%;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {
	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol, .trm-bx ul {
	margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx .disclmr {
	width: 100% !important;
}
.trm-bx table {
    float: left;
    width: 100%;
    border-collapse: collapse;
}
.trm-bx table td, .trm-bx table th {
    padding: 14px;
    border: 1px solid #ccc;
}

.ing-blk {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}

.ing-blk-lft {
    float: left;
    width: 50%;
}
/********************************/
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	margin: 0px ;
	padding: 0px ;
	z-index: 9999600 ;
	border: 0px;
	background: rgba(0, 0, 0, 0.7);
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #000;
    transition: left 1s ease 0s;
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.pop-up-left {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	border: 0px;
	background-color: rgb(0, 0, 0) ;
	display: none ;
	opacity: 0.8 ;
	z-index: 10000001 ;
}
.pop-up-left-txt {
	font-size: 16px;
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
	flex-wrap: wrap;
}
.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}
.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}
.pop-up-left-txt span{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
	}
.pop-up-left-txt a{ text-decoration:underline;display: inline-block; color: #fff}
.yes-btn, .no-btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
    background:#0f766e;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius:50px;
    border: none;
}
.no-btn {
    background:#3b2a23;
}
.yes-btn {
	
}	

@media(max-device-width:767px){
	.pop-innr {
    width: calc(100% - 10px);
}
	}

/*----------- popup ---------------- */
/*----------- popup ---------------- */
#pop_overlay {
	background-color: rgba(0, 0, 0, 0.6);
	clear: none;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#pop_content {
	height: auto;
	width: 100%;
	background-color: white;
	border-radius: 4px;
	margin: 8% auto 0 auto;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px 20px;
	max-width: 600px;
}
.cross {
	position: absolute;
	right: 5px;
	top: 5px;
	max-width: 100%;
}
