:root {
	--branding: #126B42;
	--primary: #ffffff;
	--secondary: #000;
	--content-font: 'DM Sans';
	--help-title-font: 'Lexend Deca'
}
body {
	font-family: 'Montaga';
	background: #FFF8E7;
}
.text-branding {
	color: var(--branding);
}
.hero-section {
	background: var(--branding);
	color: var(--primary);
}
h1 {
	font-weight: 400;
	font-size: 48px;
	line-height: 59px;
	text-transform: uppercase;
}
nav span {
	font-size: 32px;
}
h2 {
	font-weight: 400;
	font-size: 124px;
	position: relative;
}
.mb-10 {
	margin-bottom: 10px;
}
.f-24 {
	font-size: 24px;
}
.mb-56 {
	margin-bottom: 56px;
}
nav span {
	text-transform: uppercase;
}
.mb-12 {
	margin-bottom: 12px;
}
.mt-30 {
	margin-top: 30px;
}
h5 {
	font-family: 'Arial';
}
.store-redirect {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Store Redirect.png');
	min-height: 795px;
}
.store-redirect .row {
	min-height: 795px;
}
.store-redirect {
	color: var(--primary);
}
.seperator {
	max-width: 600px;
	height: 1px;
	background: var(--secondary);
}
.footer a {
	text-decoration: none;
}
.footer .copy-right {
	color: #BABABA;
	font-size: 10px;
	/* line-height: 0px; */
}
.f-sm-24 {
	font-size: 24px;
}
.hero-sub-section {
	background: url('../images/pattern-top.png'), url('../images/pattern-bottom.png');
	background-repeat: no-repeat, no-repeat;
	background-position: left 0%, right bottom;
}
.products h3 {
	font-size: 40px;
}
@media (max-width: 991px) {
	h1 {
		font-size: 2.2rem;
		line-height: 50px;
	}
	nav span {
		font-size: 22px;
	}
	h2{
		font-size: 3rem;
	}
	h3 {
		font-size: 2.5rem;
	}
	h4 {
		font-size: 1.8rem;
	}
}

@media (min-width: 1200px){
	.hair-care-detail {
		background: url('../images/hair-booster-image.png');
		background-repeat: no-repeat;
		background-position: center top;
		min-height: 696px;
	}
	.mt-28 {
		margin-top: 28%;
	}
	.hair-care-detail .row {
		min-height: 696px;
	}
	.guide-section-wrapper1 h3 {
		margin-left: -135px;
	}
}
@media (min-width: 991px) {
	.product .img_wrapper {
		margin-top: -60px;
	}
	.f-56 {
		font-size: 56px;
	}
	.f-96 {
		font-size: 96px;
	}
	.f-48 {
		font-size: 48px;
	}
	.pt-70 {
		padding-top: 100px;
	}
	.guide-section-wrapper3 h3{
		font-size: 64px;
	}
	.guide-section-wrapper1 p {
		font-size: 24px;
	}
	.guide-section-wrapper1 h3 {
		font-size: 64px;
	}
	.guide-section-wrapper1, .guide-section-wrapper1 .row {
		min-height: 1004px;
		/* background-image: url('../images/full-treatment.png');
		background-repeat: no-repeat;
		background-position: right bottom; */
	}
}
.guide-section-wrapper1, .guide-section-wrapper1 .row {
	background: #C5CEBD;
}
.f-36 {
	font-size: 36px;
}
.hair-care-detail .f-24 {
	font-family: 'DM Sans';
	line-height: 26px;
	color: #6E645F;
}
.font-dn-sans {
	font-family: var(--content-font);
}
.hair-care-detail .f-36{
	line-height: 48px;
	letter-spacing: -1.5px;
}
.guide-section-wrapper, .guide-section-wrapper .row {
	min-height: 694px;
}
.guide-section-wrapper {
	background: url('../images/vector-2.svg'), url('../images/vector-3.svg');
	background-repeat: no-repeat, no-repeat;
	background-position: left center, 65% 80%;
}
.guide-section-wrapper1 .image_wrapper {
	right: 0;
	bottom: -60px;
	z-index: 0;
}
.guide-section-wrapper1 h3 {
	color: #FFFFFF;
}
.guide-section-wrapper1 p {
	font-family: 'DM Sans';
	line-height: 29px;
	color: #6E645F;
}
.guide-section-wrapper3 {
	background: #DFCCC2;
}
.guide-section-wrapper1 .pattern {
	bottom: -150px;
	right: -100px;
}
.guide-section-wrapper3 span {
	font-family: var(--help-title-font);
}
.f-30 {
	font-size: 30px;
}
.vector-5{
	bottom: -70px;
	right: 10px;
}
.w-110 {
	max-width: 110px;
}
.f-40 {
    font-size: 40px;
}
.z-index-9 {
	z-index: 9;
}