@charset "UTF-8";

body {
	font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

.hero {
	padding-top: 20px;
	padding-bottom: 0px;
	position: relative;
	overflow: hidden;
	background: #6491DE;
	background: linear-gradient(218deg, rgb(223, 237, 255) 0%, rgba(100, 145, 222, 1) 49%, rgb(223, 237, 127) 100%);
	background-size: cover;
	background-repeat: no-repeat;
}

.custom-btn-primary {
	background-color: #002c63;
	color: #ffffff;
	min-width: 140px;
	min-height: 50px;
	border: 0;
	border-radius: 1rem;
}

.custom-btn-primary:hover {
	background-color: #073d7f;
	color: #ffffff;
}

.preview-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	overflow: hidden;
	background: white;
	padding: 15px;
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
	padding-bottom: 30px;
}

.preview-box img {
	border-radius: 6px;
}

.preview-box__media {
	transition: all ease .25s;
	display: flex;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
}

.preview-box__title {
	font-size: 20px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	text-decoration: none;
}

/** @section Images */
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.pur-sec {
	max-width: 800px;
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 0 0 50px 0;
}

.text {
	color: #ffff00;
}

.text-highlight {
	color: #6491DE;
}

.features {
	margin-top: 40px;
	margin-bottom: 50px;
}

.features ul {
	margin: 0px;
	padding: 0px;
}

.features li {
	display: inline-block;
	height: 100px;
	width: 100px;
	background: #ffffff;
	line-height: 100px;
	border-radius: 50%;
	box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
	margin: 10px;
}

.features li img {
	height: 50px;
	bottom: 0;
	margin: 0;
	position: inherit;
	border-radius: 0;
}

.demo-images {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.demo-banner .demo-images img {
	border-radius: inherit;
	box-shadow: inherit;
}

.demo-images img:first-child {
	bottom: -80px;
	position: relative;
	border-radius: 5px;
	background: #ffffff;
	padding: 2px;
}

.demo-images img:nth-child(2) {
	position: absolute;
	height: 300px;
	left: -100px;
	z-index: -1;
	bottom: 0;
}

.demo-images img:nth-child(3) {
	position: absolute;
	height: 300px;
	right: -100px;
	z-index: -1;
	bottom: 0;
}

.site-heading h1 {
	text-transform: uppercase;
	color: green;
	font-weight: 800;
	background: linear-gradient(218deg, rgb(223, 237, 255) 0%, rgba(100, 145, 222, 1) 49%, rgb(223, 237, 127) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	position: relative;
	z-index: 1;
	font-size: 100px;
	line-height: 1;
	margin-bottom: 10px;
}

.site-heading ul li {
	display: inline-block;
	font-weight: 500;
	position: relative;
	z-index: 1;
	padding-left: 38px;
	margin-top: 30px;
	margin-left: 15px;
	padding-right: 15px;
}

.site-heading ul li::after {
	content: "✓";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	margin-right: 6px;
	color: green;
	border: 1px solid green;
}

/* why us */
.why-us {
	padding: 5rem 0;
	background-color: #f0f3f4;
}

.why-us .item img {
	height: 80px;
	width: auto;
	margin-bottom: 20px;
}

.why-us .item h5 {
	font-weight: 700;
	font-size: 1rem;
	margin: 0;
}

/* responsive layout */
.responsive-layout {
	padding-top: 120px;
	padding-bottom: 80px;
}

.responsive-layout .thumb {
	margin-left: -50%;
	text-align: center;
}

/* inner pages */
.inner-pages {
	background-color: #f0f3f4;
	padding-top: 120px;
	padding-bottom: 0px;
}

.inner-pages .products .themeBoxBig {
	width: 430px;
	height: 315px;
	background: #ffffff;
	margin-left: 15px;
	margin-right: 15px;
}

.inner-pages .products .themeBoxSmall {
	width: 430px;
	height: 215px;
	background: #e2e2e2;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 100px;
}

.inner-pages .products .box {
	background-size: cover;
	display: block;
	width: 100%;
	height: 100%;
}

.inner-pages .products .box img {
	display: block;
	width: 100%;
	height: auto;
}

/* features css */
.features-all {
	padding-top: 120px;
	padding-bottom: 90px;
}

.cardeffect {
	text-align: center;
	background-color: #f3f3f3;
	transition: all 500ms ease-in-out;
	border-radius: 12px;
}

.cardeffect:hover {
	transform: translateY(-5px);
	cursor: pointer;
	box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
	transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.icon-wrap {
	width: 5rem;
	height: 5rem;
	margin-bottom: 1rem;
	border-radius: 50%;
	display: inline-block;
	line-height: 5rem;
}

.footer {
	background: #6491DE;
	background: linear-gradient(218deg, rgb(223, 237, 255) 0%, rgba(100, 145, 222, 1) 49%, rgb(223, 237, 127) 100%);
}

@media (min-width: 1200px) {
	.preview-box:hover .preview-box__media {
		transform: translateY(-10px);
		transition: all ease .25s;
		box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
	}
}

@media only screen and (max-width: 767px) {
	.demo-images img:first-child {
		bottom: -70px;
		margin-top: -50px;
	}

	.demo-images img:nth-child(2) {
		display: none;
	}

	.demo-images img:nth-child(3) {
		display: none;
	}
}