* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
	word-wrap: break-word;
}

::selection {
	background: #000000;
	color: #ffffff;
}

*:focus {
	outline: none;
}

body {
	font-family: 'Inter', sans-serif;
	margin: 0px;
	line-height: normal;
	font-weight: 400;
	font-style: normal;
	background: linear-gradient(-45deg, #FCEBE5, #FCE7E8, #FBE4EB, #F5E6EF, #EBEBF3, #E1F1F8, #DEF4F8, #DEF6F5, #DEF9F3, #FCE9E7, #FCE6EA, #FBE2EC, #EEE9F2, #E2F0F7, #DEF5F7, #DEF7F4, #DEF9F2);
	background-size: 200% 200%;
	animation: gradient 15s ease infinite;
}

html {
	scroll-behavior: smooth;
}

.text-center {
	text-align: center;
}

.section-padding {
	padding: 40px 0;
}

.wkgrid-custom {
	width: 100%;
	max-width: 768px;
	padding: 0 30px;
	margin: 0 auto;
}

.disable,
.hidden {
	display: none !important;
}

.wcdemo-footer.wkgrid-custom {
	max-width: 520px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, 0);
}

.wcdemo-footer.wkgrid-custom .wcdemo-footer-main {
	text-align: center;
}

.wcdemo-footer.wkgrid-custom .wcdemo-footer-main .wcdemo-footer-content {
	font-size: 12px;
	line-height: 21px;
	margin: 0;
	color: #000;
}

.wcdemo-footer.wkgrid-custom .wcdemo-footer-main a {
	text-decoration: none;
	color: #2149F3;
}

.wcdemo-footer.wkgrid-custom-bottom {
	max-width: 520px;
	margin: 0 auto 0;
}

.wcdemo-footer.wkgrid-custom-bottom .wcdemo-footer-main {
	text-align: center;
}

.wcdemo-footer.wkgrid-custom-bottom .wcdemo-footer-main .wcdemo-footer-content {
	font-size: 12px;
	line-height: 21px;
	margin: 0;
	color: #000;
}

.wcdemo-footer.wkgrid-custom-bottom .wcdemo-footer-main a {
	text-decoration: none;
	color: #2149F3;
}

.wcdemo-loading .wkgrid-custom {
	max-width: 1360px;
}

.wcdemo-loading .wkgrid-custom .text-center .wcdemo-error-image {
	margin-top: 40px;
}

.wcdemo-loading .wkgrid-custom .text-center .wcdemo-error-image img {
	width: -webkit-fill-available;
	max-width: 640px;
}

.wcdemo-loading .wkgrid-custom .text-center .wcdemo-loading-para {
	color: #2c3145;
	font-size: 20px;
	margin: 24px 0 0;
}

.wcdemo-loading .wkgrid-custom .wcdemo-products {
	margin-top: 40px;
}

.wcdemo-loading .wkgrid-custom .wcdemo-products .wcdemo-products-heading {
	font-size: 28px;
}

.wcdemo-loading .wkgrid-custom .wcdemo-products .wcdemo-product-cards {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.wcdemo-loading .wkgrid-custom .wcdemo-products .wcdemo-product-cards .wkdemo-card {
	padding: 26px 24px;
	width: 310px;
	height: 220px;
	background: rgba(255, 255, 255, 0.5);
	position: relative;
	border-radius: 4px;
}

.wcdemo-loading .wkgrid-custom .wcdemo-products .wcdemo-product-cards .wkdemo-card .mcdemo-product-title {
	margin: 8px 0 0;
	font-size: 16px;
	font-weight: 500;
}

.wcdemo-loading .wkgrid-custom .wcdemo-products .wcdemo-product-cards .wkdemo-card .mcdemo-product-demo-link {
	position: absolute;
	bottom: 26px;
	text-decoration: none;
	color: #2149F3;
	font-size: 16px;
	font-weight: 500;
}

.wcdemo-loading {
	display: flex;
	align-items: center;
	height: 100vh;
}

.wcdemo-loading .wkgrid-custom {
	max-width: 649px;
}

.wcdemo-loading .wkgrid-custom .wcdemo-loading-heading {
	font-size: 28px;
	color: #2c3145;
	margin: 20px 0 0;
}

.wcdemo-loading .wkgrid-custom .form-captcha {
	width: max-content;
	margin: 20px auto 0;
}

.wcdemo-loading .wkgrid-custom .wcdemo-loading-para {
	color: #000;
	font-size: 18px;
	margin: 10px 0 0;
	font-weight: 300;
}

.wcdemo-loading .wkgrid-custom .wcdemo-loading-para .loading-dot {
	animation: 1s blink infinite
}

.wcdemo-loading .wkgrid-custom .wcdemo-loading-para .loading-dot:nth-child(2) {
	animation-delay: 250ms
}

.wcdemo-loading .wkgrid-custom .wcdemo-loading-para .loading-dot:nth-child(3) {
	animation-delay: 500ms
}


.wcdemo-loading .wkgrid-custom .wcdemo-counterdown-timer {
	width: 221px;
	height: 89px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	margin: 0 auto 0;
	border-radius: 8px;

}

.wcdemo-loading .wkgrid-custom .wcdemo-counterdown-timer .time {
	display: flex;
	gap: 20px;
}

.wcdemo-loading .wkgrid-custom .wcdemo-counterdown-timer .time span {
	font-size: 26px;
	font-weight: 600;
}

.wcdemo-loading .wkgrid-custom .wcdemo-counterdown-timer .time span:nth-last-child(2) {
	font-family: none;
}

.wcdemo-loading .wkgrid-custom .wcdemo-counterdown-timer .time-notation {
	display: flex;
	gap: 20px;
}

.wcdemo-loading .wkgrid-custom .wcdemo-counterdown-timer .time-notation span {
	font-size: 14px;
	text-transform: capitalize;
}

#remaining-path {
	transition: 1s linear all;
}

@media (max-width: 525px) {


	.wcdemo-loading .wkgrid-custom {
		padding: 0 15px;
	}

	.wcdemo-loading .wkgrid-custom .wcdemo-products .wcdemo-products-heading {
		font-size: 22px;
	}

	.wcdemo-loading .wkgrid-custom .wcdemo-products .wcdemo-product-cards .wkdemo-card {
		padding: 20px 18px;
	}

	.wcdemo-loading {
		height: 87vh;
	}

	.wcdemo-loading .wkgrid-custom {
		padding: 0 15px;
	}

	.wcdemo-loading .wkgrid-custom .wcdemo-loading-heading {
		font-size: 24px;
		margin: 15px 0 0;
	}

}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

@keyframes blink {
	50% {
		color: transparent
	}
}
