@font-face {
	font-family: 'PlusJakartaSans';
	font-weight: 300;
	font-style: normal;
	src: url("../../assets/fonts/plus-jakarta-sans/PlusJakartaSans-Light.woff2") format('woff2');
}

@font-face {
	font-family: 'PlusJakartaSans';
	font-weight: 400;
	font-style: normal;
	src: url("../../assets/fonts/plus-jakarta-sans/PlusJakartaSans-Regular.woff2") format('woff2');
}

@font-face {
	font-family: 'PlusJakartaSans';
	font-weight: 500;
	font-style: normal;
	src: url("../../assets/fonts/plus-jakarta-sans/PlusJakartaSans-Medium.woff2") format('woff2');
}

@font-face {
	font-family: 'PlusJakartaSans';
	font-weight: 600;
	font-style: normal;
	src: url("../../assets/fonts/plus-jakarta-sans/PlusJakartaSans-SemiBold.woff2") format('woff2');
}

@font-face {
	font-family: 'PlusJakartaSans';
	font-weight: 700;
	font-style: normal;
	src: url("../../assets/fonts/plus-jakarta-sans/PlusJakartaSans-Bold.woff2") format('woff2');
}

@font-face {
	font-family: 'PlusJakartaSans';
	font-weight: 800;
	font-style: normal;
	src: url("../../assets/fonts/plus-jakarta-sans/PlusJakartaSans-ExtraBold.woff2") format('woff2');
}


* {
	box-sizing: border-box;

}

body {
	font-size: 16px;
	font-family: 'PlusJakartaSans';
	font-weight: 400;
	margin: 0;
	color: #000000;

}

.container {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 20px;

}

img {
	max-width: 100%;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

h2 {
	font-size: 48px;
	font-weight: 800;
}

h1 {
	font-size: 60px;
	font-weight: 800;
}

h4 {
	font-size: 24px;
	font-weight: 800;
}


.font-bold{
	font-weight: 700;
} 

.font-medium {
	font-weight: 500;
}
.mt-3{
	margin-top: 30px;
}

.site-logo {
	text-align: center;
	padding: 10px 0;
}

.sm-container {
	max-width: 770px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.apply-here-sec {
	color: #fff;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 50px 0 140px 0;
	position: relative;
}

.apply-here-sec h4 {
	font-weight: 700;
	margin-top: 15px;
}

.apply-here-content {
	padding: 0 70px;
	text-align: center;
}
.apply-form .form-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}
.apply-form input {
	font-size: 18px;
	-webkit-appearance: none;
	outline: none;
	color: #000000;
	border: 1px solid #D8DDDD;
	padding: 18px 20px;
	border-radius: 10px;
	width: 100%;
}

.apply-form input::placeholder {
	color: #000000;
	font-size: 18px;
	font-family: 'PlusJakartaSans';
}



.primary-btn {
	width: 100%;
	background-color: #00B3B3;
	border: none;
	font-size: 24px;
	font-weight: 800;
	box-shadow: 0px 5px 10px #007E7E;
	color: #fff;
	padding: 23px 20px;
	border-radius: 10px;
	text-decoration: none;
	display: inline-block;
}


.sign-up-sec .primary-btn {
	max-width: 570px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

/* .apply-form {
	background-color: #fff;
	border: 1px solid #D8DDDD;
	border-radius: 10px;
	padding: 30px;
}
 */
.spam-free {
	width: 100%;
	text-align: center;
	margin: 30px 0 30px 0;
}
.apply-here-sec .primary-btn {
	margin-top: 30px;
}

.spam-free span {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	border: 1px solid #FFFFFF;
	padding: 7px 35px;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 700;
	background-color: rgba(0, 179, 179, 0.1);
}
.sign-up-sec h2 {
	margin-bottom: 30px;
}

.apply-here-sec .spam-free span img {
	width: 18px;
}

.guide-details,
.guide-details a {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}


.apply-here-sec::after {
	content: "";
	background-color: rgba(0, 0, 0,0.4);
	position: absolute;
	right: 0;
	left: 0;
	height: 100%;
	top: 0;
}

.card:hover {
	background-color:#00B3B3;
	color: #fff;
	transition: 0.3s;
}
.card:hover .card-icon img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(13%) hue-rotate(214deg) brightness(105%) contrast(103%);
	transition: 0.3s;

}

.card-sec::before {
	content: "";
	background-image: url('.././images/sec_mask.svg');
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding-bottom: max(7.5%, 30px);
	background-repeat: no-repeat;
	height: 0;
	background-position: center;
	background-size: 100% 100%;
	transform: translateY(calc(-100% + 1px));
}
.card:hover .card-icon {
	background-color:#19BBBB;
	transition: 0.3s;

}
.card-icon img {
	height: 56px;
	width: 60px;
	object-fit: contain;
	transition: 0.3s;
}

.apply-here-content p {
	padding: 15px 0 30px 0;
	line-height: 1.9;
}

.card-inner {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}
.sign-up-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}
.card {
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.08);
	padding: 50px 30px;
	border-radius: 10px;
	text-align: center;
	transition: 0.3s;
}

.card-sec {
	background-color: #F7F7F7;
	padding: 115px 0 105px 0;
	position: relative;
}
.card-icon {
	background-color: rgba(0, 179, 179, 0.1);
	display: inline-flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin: 20px 0;
	transition: 0.3s;
}

.card p {
	line-height: 2;
}



.sign-up-sec {
	padding: 100px 0;
}

.sign-up-sec h2 {
	text-align: center;
}


.sign-up-sec .download-appl-btn {
	text-align: center;
	margin-top: 50px;
}

.sign-up-sec .spam-free span {
	border-color: #00B3B3;
	color: #00B3B3;
}

.sign-up-sec .spam-free span img {
	filter: brightness(0) saturate(100%) invert(53%) sepia(26%) saturate(3471%) hue-rotate(142deg) brightness(92%) contrast(102%);
}

.sign-up-sec .rightside ul li {
	position: relative;
	padding-left: 35px;
	line-height: 3.1;
	font-weight: 500;
}

.sign-up-sec .rightside ul li::before {
	content: '';
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 25px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #00B3B3;
	transform: translateY(-50%);
}


.sign-up-sec .rightside ul li::after {
	content: '';
	position: absolute;
	left: 4px;
	top: 22px;
	width: 5px;
	height: 11px;
	border-width: 0 2px 2px 0;
	border-style: solid;
	border-color: #00B3B3;
	transform: rotate(45deg) translateY(-50%);
}


.footer-sec {
	background-color: #F7F7F7;
}

.footer-content {
	padding: 100px 0 70px 0;
}

.footer-content p {
	font-size: 12px;
	line-height: 2;
	color: #757575;
}
.footer-bottom {
	font-size: 14px;
	display: flex;
	justify-content: center;
	border-top: 1px solid rgba(0, 102, 102, 0.1);
	padding: 25px 0;
	gap: 10px;

}

.footer-bottom a,
.footer-bottom span{
	color: #757575;
}
.sign-up-inner .leftside img {
	border-radius: 10px;
}
.sign-up-sec .spam-free {
	margin-bottom: 0;
}
.footer-sec .footer-bottom a {
	text-decoration: none;
}







@media (max-width: 1024px) {
	.sign-up-inner .leftside img {
		height: 100%;
		object-fit: cover;
	}
	.card-sec::before {
    transform: translateY(calc(-100% + 2px));
}
}





@media (max-width: 991px){

	h2 {
		font-size: 40px;
	}




	.apply-here-sec {
		padding: 50px 20px 110px 20px;
	}

	.card-inner {
		grid-template-columns: 1fr 1fr;
	}

	.sign-up-inner .leftside img {
		height: 100%;
		object-fit: cover;
	}
	.sign-up-sec .rightside ul li {

		line-height: 2.5;

	}

	.sign-up-sec .rightside ul li::before {
		top: 22px;

	}
	.sign-up-sec .rightside ul li::after {

		top: 19px;

	}


}










@media  (max-width: 767px) {


	h1{
		font-size: 40px;

	}

	h2{
		font-size: 36px;
	}

	.primary-btn {
		font-size: 18px;
		padding: 27px 15px;
	}
	
	.sign-up-sec .leftside img {
		width: 100%;
	}


	.apply-here-content {
		padding: 0 0;
		text-align: center;
	}

	.card-sec {
		padding: 50px 0 80px 0;
	}

	.sign-up-sec {
		padding: 70px 0;
	}
	.footer-content {
		padding: 50px 0 50px 0;
	}
	.sign-up-sec .spam-free {
		margin-bottom: 0;
	}
	.sign-up-sec .spam-free {
		margin-bottom: 0;
	}

	.card-inner, .card-inner, .sign-up-inner {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.sign-up-sec .rightside ul li::before {
		top: 16px;
	}

	.sign-up-sec .rightside ul li::after {
		top: 13px;
		width: 4px;
		height: 10px;
		left: 5px;
	}

	.sign-up-sec .rightside ul li {
		line-height: 26px;
		margin-bottom: 20px;
	}
	.spam-free span {
		display: flex;
		padding: 7px 20px;
		font-weight: 700;
		justify-content: center;
	}
	.apply-form .form-inner {
		gap: 20px;
		grid-template-columns: 1fr;
	}
	.card-sec::before {
		padding-bottom: max(7.5%, 28px);

	}
	.apply-here-sec {
		padding: 50px 20px 80px 20px;
	}
}