body {
	font-family: 'Montserrat', sans-serif;
}


@media (max-width: 768px) {
	:root {
		--font-heading: 'DM Serif Display', serif;
		--font-body: 'Montserrat', sans-serif;
		--font-size-h1: 32px;
		--font-size-h2: 28px;
		--font-size-h3: 22px;
		--font-size-h4: 20px;
		--font-size-h5: 18px;
		--line-height-h1: 42px;
		--line-height-h2: 36px;
		--line-height-h3: 32px;
		--line-height-h4: 30px;
		--line-height-h5: 26px;
	}
}

@media (min-width: 768px) {
	:root {
		--font-heading: 'DM Serif Display', serif;
		--font-body: 'Montserrat', sans-serif;
		--font-size-h1: 38px;
		--font-size-h2: 32px;
		--font-size-h3: 24px;
		--font-size-h4: 20px;
		--font-size-h5: 20px;
		--line-height-h1: 46px;
		--line-height-h2: 42px;
		--line-height-h3: 38px;
		--line-height-h4: 30.6px;
		--line-height-h5: 32px;
	}
}

@media (min-width: 992px) {
	:root {
		--font-heading: 'DM Serif Display', serif;
		--font-body: 'Montserrat', sans-serif;
		--font-size-h1: 36px;
		--font-size-h2: 36px;
		--font-size-h3: 32px;
		--font-size-h4: 28px;
		--font-size-h5: 20px;
		--line-height-h1: 62.4px;
		--line-height-h2: 46.8px;
		--line-height-h3: 42px;
		--line-height-h4: 42px;
		--line-height-h5: 32px;
	}
}

/**** heading ***/
h1,
h2,
h3,
h4,
h5 {
	color: #726658;
	font-family: var(--font-heading);
	font-weight: 400;
}

h1 {
	font-size: var(--font-size-h1);
	line-height: var(--line-height-h1);
}

h2 {
	font-size: var(--font-size-h2);
	line-height: var(--line-height-h2);
}

h3 {
	font-size: var(--font-size-h3);
	line-height: var(--line-height-h3);
}

h4 {
	font-size: var(--font-size-h4);
	line-height: var(--line-height-h4);
	font-weight: 600;
}

h5 {
	font-size: var(--font-size-h5);
	line-height: var(--line-height-h5);
	font-weight: 500;
}

/**** paragraph and list items****/
p,
li,
a {
	color: #726658;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 27px;
	font-weight: normal;
}

/* a{ font-weight: 400;} */
.fs-20 {
	font-size: 20px;
	line-height: 28px;
}

@media (min-width: 1200px) {

	p,
	li {
		font-size: 18px;
		line-height: 27px;
	}

	a {
		font-size: 16px;
	}
}

@media (min-width: 1440px) {

	p,
	li {
		font-size: 18px;
		line-height: 27px;
	}

	a {
		font-size: 16px;
	}
}

a {
	font-family: var(--font-main);
	text-decoration: none;

}

.fs-16 {
	font-size: 16px;
}

.fs-14 {
	font-size: 14px;
}

.fw-600 {
	font-weight: 600;
}

.spt-100 {
	padding-top: 100px;
}

.spb-100 {
	padding-bottom: 100px;
}

.spt-50 {
	padding-top: 50px;
}

.spb-50 {
	padding-bottom: 50px;
}

.sp-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.spt-60 {
	padding-top: 60px;
}

.spb-60 {
	padding-bottom: 60px;
}

.spt-90 {
	padding-top: 90px;
}


@media screen and (min-width:1200px) {
	.mh-53 {
		min-height: 53px;
	}

	.desk-none {
		display: none;
	}

	.db {
		display: block;
	}

	.max-1000 {
		max-width: 1000px;
		margin: auto;
	}

	.w-80 {
		width: 80%;
	}

	.max-900 {
		max-width: 900px;
		margin: auto;
	}

	.h-80 {
		height: 90vh;
	}
}

@media screen and (min-width:768px) and (max-width:1080px) {
	.sp-60 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.spt-60 {
		padding-top: 50px;
	}

	.spt-90 {
		padding-top: 80px;
	}

	.spb-60 {
		padding-bottom: 50px;
	}

	p,
	li {
		font-size: 18px;
		line-height: 26px;
	}

	.fs-20 {
		font-size: 18px;
		line-height: 26px;
	}
}


@media screen and (max-width:500px) {
	.sp-60 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.spt-90 {
		padding-top: 60px;
	}

	.spt-60 {
		padding-top: 40px;
	}

	.spb-60 {
		padding-bottom: 40px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1200px !important;
	}
}

.fs-24 {
	font-size: 24px;
}

.text-red {
	color: #AD2121;
}

.text-black {
	color: #000;
}

.text-grey {
	color: #666666;
}

.text-l-grey {
	color: #4C4C4C;
}

.bg-grey {
	background-color: #F8F8F8;
}

.bg-gray {
	background-color: #F9F9F9;
}

.bg-black {
	background-color: #000;
}

.lh-28-8 {
	line-height: 28.8px;
}

.fw-600 {
	font-weight: 600;
}

.lh-26 {
	line-height: 26px;
}

.lh-25-2 {
	line-height: 25.2px;
}

.lh-22-4 {
	line-height: 22.4px;
}

.lh-39-6 {
	line-height: 39.6px;
}

.lh-33-6 {
	line-height: 33.6px;
}

.lh-36-4 {
	line-height: 36.4px;
}

.lh-16 {
	line-height: 16px;
}

.fs-24 {
	font-size: 24px;
}

.lh-36 {
	line-height: 36px;
}

.bg-lblack {
	background-color: #333333;
}

.lh-36 {
	line-height: 36px;
}

.lh-24 {
	line-height: 24px;
}

.bg-footer {
	background-color: #594A42;
}

.fw-500 {
	font-weight: 500;
}

.lh-21 {
	line-height: 21px;
}



@media (min-width: 1200px) {
	.lh-50-4 {
		line-height: 50.4px;
	}

	.homepage h1 {
		font-size: 36px !important;
		line-height: 46.8px !important;
		font-weight: 400 !important;
	}
}

@media (min-width: 600px) and (max-width: 1200px) {
	.banner-mob.spm-60 {
		margin-top: 7rem !important;
	}

	.homepage h1 {
		font-size: 34px !important;
		line-height: 42px !important;
		font-weight: 400 !important;
	}
}

@media (max-width: 600px) {
	.spm-60 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.homepage h1 {
		font-size: 32px !important;
		line-height: 42px !important;
		font-weight: 400 !important;
	}
}

.text-red-bright {
	color: #ff4242 !important;
}


.imaginest-lp h2 {
	font-family: DM Serif Display;
	font-size: 44px;
	font-weight: 400;
	line-height: 60.32px;
}