h1 {
	font-size: 50px;
}

h2 {
	font-size: 33px;
}

h3 {
	font-size: 21px;
}

/*More Voice*/
.vc-voice {
	margin: 0;
	padding: 0;
}

.vc-voice a {
	display: block;
	padding: 16px;
	background: #fff;
	box-shadow: 0 2px 4px rgb(0, 0, 0, 0.1);
	border-radius: 8px;
	position: relative;
	font-weight: 500;
}

.vc-voice a::after {
	content: '\e60e';
	font-family: fs;
	position: absolute;
	right: 10px;
}

.vc-voice a:hover {
	color: #02A09C;
}

.vc-voice-main {
	padding: 16px;
}
.banner-main-bg {
	background: linear-gradient(180deg, #E3F4FF 12.04%, rgba(255, 255, 255, 0.00) 100%), #FFF;
}

.banner-bg {
	width: 100%;
	height: 300px;
}

.buttons-box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-btn {
	display: flex;
	width: 160px;
	padding: 16px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	border: 1.5px solid var(--40, #666);
	color: var(---10, var(--10, #1A1A1A));
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-right: 20px;
	margin-top: 30px;
}

.banner-btn:hover {
	color: var(---10, var(--10, #0098FD));
	border: 1.5px solid var(--40, #0098FD);
}

.part-title b {
	color: var(--20, #333);
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.tool-box {
	display: flex;
	flex-wrap: wrap;
}

.tool-item {
	display: flex;
	width: 300px;
	flex-direction: column;
	align-items: flex-start;
	flex-shrink: 0;
	width: 300px;
	height: 236px;
	border-radius: 12px;
	border: 1.5px solid var(--95, #F2F2F2);

	color: var(--30, #4D4D4D);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;

	overflow: hidden;
	margin-right: 23px;
	margin-top: 23px;
}

.tool-item:hover {
	color: var(--30, #0098FD);
	border-radius: 12px;
	border: 1.5px solid #0098FD;
	box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.08);
}

.tool-img {
	background: linear-gradient(109deg, #F1FAFF 25.9%, #F2F4FF 99.22%);
	height: 180px;
	width: 300px;
}

.tool-name {
	width: 300px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}


/*
* Our Products
*/

.product-items {
	display: flex;
	flex-wrap: wrap;
}

.products-box {
	margin: 0;
	padding: 0;
	height: 100%;
	background-size: cover;
}

.products-container {
	position: relative;
	height: 385px;
}

.products-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	width: 417px;
	height: 385px;
	background: url(../images/au-pr-bg.webp) no-repeat top center;
	fill: #FFF;
	filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.10));
	position: absolute;
}

.products-title {
	margin-top: 0px;
	padding: 0 20px;
}

.products-title p b {
	font-size: 26px;
}

.products-button-box {

	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 88%;
	left: 50%;
}

.products-button {
	display: flex;
	width: 280px;
	height: 52px;
	padding: 8px 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	border-radius: 100px;
	border: 1.5px solid #0098FD;
	color: #0098FD;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
}

.product-box-bg {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	height: 200px;
}

.shadows-img {
	width: 150px;
	height: 36px;
	position: absolute;
	top: 160px;
	z-index: 300;
	/* transform: scale(1) 0.6s; */
	background: url(../images/ic-pr-projection.webp) no-repeat top center;
}

.product-logo {
	transform: translateY(-20px);
	position: absolute;
	/* transition: transform 0.5s ease; */

}

.products-item:hover .product-logo {
	/* transform: translateY(-20px); */
	animation: scroll 1s linear infinite;
}

.products-item:hover .shadows-img {
	/* 	transform: scale(0.5); */
	animation: shadows 1s linear infinite;
}

@media (max-width: 1024px) {
	
	.products-container {
		background: #E3F4FF;
		border-radius: 16px;
		margin-top: 20px;
	}
	
	.product-logo {
		transform: translateY(0);
	}
	.products-item {
		width: 100%;
		background: none;
	}
	
	.shadows-img {
		display: none;
	}
}

@media (max-width: 992px) {

	.products-container {
		background: #E3F4FF;
		border-radius: 16px;
		margin-top: 20px;
	}

	.product-logo {
		transform: translateY(0);
	}
	
	.products-item {
		width: 100%;
		background: none;
	}
	
	.shadows-img {
		display: none;
	}
}

@media (max-width: 768px) {
	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 21px;
	}

	.products-bg {
		width: 0;
	}

	.banner-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.buttons-box {
		flex-wrap: wrap;
		margin-bottom: 50px;
	}

	.banner-btn {
		width: 100%;
		margin-right: 0;
	}

	.banner-bg {
		height: 100%;
	}

	.products-item {
		width: 100%;
		background: none;
	}

	.shadows-img {
		display: none;
	}

	.products-container {
		background: #E3F4FF;
		border-radius: 16px;
		margin-top: 20px;
	}

	.product-logo {
		transform: translateY(0);
	}

}