@font-face {
	font-family: 'ml-ttindulekhanormal';
	src: url('./font/ml_tt_indulekha_normal-webfont.woff2') format('woff2'),
		url('./font/ml_tt_indulekha_normal-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: normal;
	src: local('Helvetica'), url('./font/helvetica/Helvetica.woff') format('woff');
}

body {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-family: 'Helvetica';
	background-color: #050608;
}

p {
	font-size: 14px;
	margin-bottom: 10px;
}

.text-color-primary {
	color: #f9ca86;
}

.text-color-secondary {
	color: #fdfff7;
}

.mb-20 {
	margin-bottom: 20px;
}

h1,
h2,
h3,
h4 {
	margin: 0;
	line-height: 1;
	letter-spacing: 3px;
}

h1 {
	font-size: 80px;
	font-weight: 600;
	font-family: 'Helvetica';
}

h2 {
	font-size: 66px;
	font-weight: 600;
	font-family: 'ml-ttindulekhanormal';
}

h3 {
	font-size: 54px;
	font-weight: 400;
	font-family: 'ml-ttindulekhanormal';
}

h4 {
	font-size: 32px;
	font-weight: 600;
	font-family: 'ml-ttindulekhanormal';
}

.banner {
	min-height: 60vh;
}

.container-lg {
	padding: 0 30px;
}

.contact-title {
	font-size: 28px;
	line-height: 1.8;
	font-weight: 700;
	font-family: 'Helvetica';
	color: #820c00;
}

.p-tb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.bg-red {
	background-color: #820c00;
}

.bg-yellow {
	background-color: #f9ca86;
}

.wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}


@media only screen and (max-width: 1200px) {

	h1 {
		font-size: 62px;
	}

	h2 {
		font-size: 48px;
	}

	h3 {
		font-size: 38px;
	}

	h4 {
		font-size: 28px;
	}

	p {
		font-size: 14px;
	}

}

@media only screen and (max-width: 991px) {


	.btn {
		padding: 0;
	}

	.text-mb-center {
		text-align: center;
	}

	.circle-ad {
		max-width: 50%;
	}

	.lamp {
		background-image: url("images/lamp.png"), url("images/lamp.png");
		background-position: left 5% top, right 5% top;
		background-repeat: no-repeat;
		background-size: contain;
	}

	footer .logo {
		width: 80px;
	}
}

@media only screen and (max-width: 575px) {
	p {
		font-size: 11px;
	}

	h1 {
		font-size: 44px;
	}

	h2 {
		font-size: 36px;
	}

	h3 {
		font-size: 32px;
	}

	h4 {
		font-size: 22px;
	}

	.logo {
		width: 120px;
		height: auto;
	}

	.whatsapp {
		width: 80px;
	}

	.btn {
		padding: 0;
	}

	.contact-title {
		font-size: 20px;
	}

	.text-mb-center {
		text-align: center;
	}

}