/* Resets */
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
}

.hidethis{
	display: none !important;
}

/* Font Declarations */

@font-face{
	font-family: 'wpkfont';
	src: local('wpkfont'), url('../fonts/wpk-Regular.woff2') format('woff2');
	font-weight: 400;
}

@font-face{
	font-family: 'wpkfont';
	src: local('wpkfont'), url('../fonts/wpk-Italic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
}

@font-face{
	font-family: 'wpkfont';
	src: local('wpkfont'), url('../fonts/wpk-BoldItalic.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
}

@font-face{
	font-family: 'wpkfont';
	src: local('wpkfont'), url('../fonts/wpk-Bold.woff2') format('woff2');
	font-weight: 700;
}

/* Scrollbar CSS */

/* width */
::-webkit-scrollbar {
	width: 4px;
	outline: none;
}
/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #363280;
	border-radius: 40px;
}

/* Default CSS */

body{
    font-family: 'wpkfont',sans-serif;
    overflow-x: hidden;
}

/* Custom Page CSS */

body #first-page{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100vh;
	z-index: 1;
	background: linear-gradient(239deg,#B381F2,#4E81FC);
}

body #first-page .custom-header-container{
	position: relative;
	top: 0;
	width: 100%;
	min-height: 13vw;
	z-index: 999;
	background: transparent;
	padding: 0 8%;
	padding-top: 20px;
}

body #first-page .custom-header-container:before{
	position: absolute;
	content: '';
	top: 0px;
	left: 0;
	height: 100%;
	width: 85%;
	background-image: url('https://wpknights.co/wp-content/uploads/2019/09/mask-group-3.svg');
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}

body #first-page .custom-header-container .custom-header-logo img{
	max-width: 145px;
}

body #first-page iframe .lf-submit-button{
	display: inline-block;
	outline:0;
	text-shadow: none;
	box-shadow: none;
	font-size: 13px !important;
	font-weight: 700;
	min-width: 170px;
	border-radius:50px;
	padding: 18px;
	letter-spacing: 1px;
	text-align: center;
	box-shadow: 0px 3px 60px rgba(0,0,0,0.06);
	line-height: 100%;
	text-transform: uppercase;
}

body #mk-theme-container .mk-button-container.main-cta a.mk-button{
	background: #315ac1;
	color: #fff;
}

/* Headings and default texts */

body p{
	font-size: 17px;
	line-height: 170%;
	color: #31302E;
	font-weight: 400;
}

body ul li{
	font-size: 17px;
	line-height: 170%;
	color: #31302E;
	font-weight: 400;
	margin-bottom: 15px;
}

body .main-heading p{
	font-size: 40px;
	line-height: 135%;
	color: #31302E;
	font-weight: 700;
	letter-spacing: 0px;
}

body .sub-heading p,
body .lf-question,
body #mk-footer .sub-heading p{
	font-size: 30px;
	line-height: 150%;
	color: #31302E;
	font-weight: 400;
}

body .para-text p{
	font-size: 16px;
	line-height: 160%;
	color: #31302E;
	font-weight: 400;
}

body .white-text p,
body .white-text p strong,
body .white-text ul li,
body .lf-question{
	color: #fff;
}

body .light-text p{
	font-weight: 400;
}

body .grey-text p,
body .grey-text p strong,
body .grey-text ul li{
	color: #E2E2E2;
}

/* Mid Large Screens */

@media only screen and (min-width: 1440px){

	body #first-page .custom-header-container{
		padding: 0 10%;
		padding-top: 20px;
	}

	/* Headings and default texts */
	body p{
		font-size: 18px;
	}

	body ul li{
		font-size: 18px;
	}

	body .main-heading p{
		font-size: 42px;
	}

  	body .main-heading.section-title p {
    	font-size: 46px;
  	}

	body .sub-heading p,
	body .lf-question,
	body #mk-footer .sub-heading p{
		font-size: 32px;
	}

	body .para-text p{
		font-size: 18px;
	}
}

/* Large Screens */

@media only screen and (min-width: 1920px){

	body #first-page .custom-header-container{
		padding: 0 12%;
		padding-top: 25px;
	}

	/* Headings and default texts */
	body p{
		font-size: 20px;
	}

	body ul li{
		font-size: 20px;
	}

	body .main-heading p{
		font-size: 44px;
	}

	body .sub-heading p,
	body .lf-question,
	body #mk-footer .sub-heading p{
		font-size: 34px;
	}

	body .para-text p{
		font-size: 20px;
	}

	button.lf-submit-button.lf-submit-button-text,
	.lf-start-wrapper #lf-welcome-start-button{
		font-size: 14px !important;
		padding: 19px;
	}

}

/* Mobile CSS */

@media only screen and (max-width: 768px){

	body #first-page .custom-header-container{
		padding: 0 7%;
		min-height: 120px;
	}

	body #first-page .custom-header-container:before{
		width: 100%;
		background-size: 500%;
	}

	body #first-page .custom-header-container .custom-header-logo img{
		max-width: 120px;
	}

	body #first-page .custom-header-container .custom-header-logo{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	/* Headings and default texts */

	body p{
		font-size: 18px;
	}

	body ul li{
		font-size: 18px;
	}

	body .main-heading p{
		font-size: 38px;
	}

	body .sub-heading p,
	body .lf-question,
	body #mk-footer .sub-heading p{
		font-size: 28px;
	}

}