html {
	margin: 0;
	padding: 0;
	min-width: 320px;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #212121;
	background-color: #FFE6DC;
}

br {
	clear: both;
}
a, a:hover {
	color: #D81F27;
	text-decoration: none;
}
.qrcode-wrapper {
	display: inline-block;
	position: relative;
}
.qrcode-wrapper > img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30%;
	height: 30%;
	transform: translate(-50%, -50%);
}

[class^="ic-"], [class*=" ic-"] {
	margin-right: 4px;
	font-size: 24px;
}

section {
	display: block;
	clear: both;
}

section.highlighted {
	background-color: #EDFDFB;
}

.ltr {
	direction: ltr;
}

.rtl {
	direction: rtl;
}

.heading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #D81F27;
	z-index: 999;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.heading.scroll-down {
	-webkit-box-shadow: 5px 10px #212121;
	box-shadow: 0 -10px 20px #212121;
}
.heading .container {
	display: flex;
	flex-direction: row;
	align-content: space-between;
	justify-content: space-between;
	padding-top: 16px;
	padding-bottom: 16px;
}

.heading .container .logo img {
	height: 48px;
}

.heading .container .menu {
	display: flex;
	align-content: space-between;
	gap: 24px;
}
.heading .container .menu .nav {
	display: flex;
}
.heading .container .menu .nav a {
	display: flex;
	align-items: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
}

.footer {
	padding: 64px 0 0 0;
	color: #ffffff;
	background-color: #D81F27;
}
.footer .title {
	margin-bottom: 16px;
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2em;
}
.footer .desc {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2em;
}
.footer .footer-item {
	display: flex;
	flex-direction: column;
	align-content: space-between;
	margin-bottom: 64px;
}
.footer .footer-item.left {
	max-width: 300px;
}

.banner {
	position: relative;
	display: flex;
	align-items: center;
	padding-top: 80px;
	min-height: calc(100vh);
}

.banner .top-left {
	position: absolute;
    top: 60px;
    left: -15px;
    height: 12%;
}

.banner .top-right {
	position: absolute;
    top: 45px;
    right: 0px;
    height: 18%;
}

.banner .bottom-left {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 18%;
	transform: translateY(50%);
}

.banner .bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 17%;
	transform: translateY(50%);
}

.banner .container {
	position: relative;
	padding-top: 50px;
	padding-bottom: 100px;
}
.banner .container > .row {
	direction: rtl;
}

.usage {
	position: relative;
	display: flex;
	align-items: center;
	padding: 80px 0;
}

.demo {
	position: relative;
	display: flex;
	align-items: center;
	padding-top: 80px;
	min-height: calc(100vh);
}

.demo .top-left {
	position: absolute;
    top: 60px;
    left: -15px;
    height: 12%;
	transform: translateY(-40%);
}

.demo .top-right {
	position: absolute;
    top: 45px;
    right: 0px;
    height: 18%;
	transform: translateY(-40%);
}

.section-image {
	direction: initial;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-image img {
	max-width: 100%;
}
.section-text {
	direction: initial;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 24px;
	text-align: center;
}
.section-text .number {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	width: 64px;
	height: 64px;
	font-weight: 700;
	font-size: 24;
	line-height: 1.2em;
	color: #ffffff;
	background-color: #D81F27;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.section-text .title {
	margin-bottom: 16px;
	max-width: 480px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2em;
	color: #212121;
}
.section-text .desc {
	margin-bottom: 16px;
	max-width: 424px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2em;
	color: #212121;
}
.section-text .separator {
	margin-bottom: 16px;
	width: 30px;
	height: 4px;
	background-color: #D81F27;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.section-text .download {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.section-text .download > span {
	font-weight: 500;
}
.section-text .download-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 14px;
}
.section-text .download-btn a {
	margin-bottom: 10px;
	margin-right: 0;
}
.section-text .download-btn a:last-child {
	margin-right: 0;
}
.section-text .download-btn .btn-separator {
	margin: 12px 16px;
}
.section-text .download-btn img {
	height: 48px;
}
.section-text .download-btn .btn-item {
	display: flex;
	align-items: center;
	padding: 0 24px;
	height: 48px;
	background: rgb(20,251,0);
	background: linear-gradient(180deg, rgba(20,251,0,1) 0%, rgba(14,175,0,1) 100%);
	color: #ffffff;
	white-space: nowrap;
	border: 3px #0EAC00 solid;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}
.section-text .download-btn .btn-item > i {
	font-size: 24px;
}
.section-text .download-btn .btn-item > span {
	font-size: 16px;
}
.section-text .download-separator {
	display: inline-flex;
	align-items: center;
	margin-top: 14px;
}
.section-text .download-separator:before {
	content: "";
	flex: 1;
	height: 1px;
	background-color: #DEDEDE;
}
.section-text .download-separator:after {
	content: "";
	flex: 1;
	height: 1px;
	background-color: #DEDEDE;
}
.section-text .download-separator > span {
	padding: 0 12px;
	font-weight: 500;
}
.section-text .download-scan {
	display: inline-flex;
	align-items: center;
	margin-top: 10px;
	padding: 12px;
	width: 100%;
	border: 1px solid #F2B352;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.section-text .download-scan > img {
	margin-right: 12px;
	width: 54px;
}
.section-text .download-scan > span {
	flex: 1;
	line-height: 1.2em;
	font-weight: 500;
	text-align: left;
}

.preview .container {
	display: flex;
	padding-top: 80px;
	padding-bottom: 80px;
	max-width: 100%;
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}
.preview .preview-group {
	display: none;
}
.preview .preview-group.preview-md {
	display: inline-block;
}
.preview .preview-group .preview-item {
	display: inline-block;
	padding: 24px;
}
.preview .preview-group .preview-item img {
	width: 320px;
}

.feature .container {
	padding-top: 36px;
	padding-bottom: 36px;

}
.feature .feature-title {
	margin-bottom: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
}
.feature .feature-list {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-columns: 1;
	-moz-columns: 1;
	columns: 1;
}
.feature .feature-list li {
	display: inline-block;
}
.feature .feature-list li .item {
	display: flex;
	flex-direction: column;
	padding-left: 22px;
	padding-bottom: 24px;
}
.feature .feature-list li .title {
	position: relative;
	margin-bottom: 8px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #57A79E;
}
.feature .feature-list li .title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -22px;
	width: 14px;
	height: 14px;
	background-image: url("../image/list-symbol.png");
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.feature .feature-list li .desc {
	max-width: 400px;
	height: 3em;
}

.download .container {
	padding-top: 140px;
	padding-bottom: 140px;
}
.download .download-image {
	direction: initial;
	display: flex;
	align-items: center;
	justify-content: center;
}
.download .download-image img {
	max-width: 100%;
	width: 498px;
}
.download .download-text {
	direction: initial;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 24px;
	text-align: center;
}
.download .download-text .title {
	margin-bottom: 24px;
	max-width: 475px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
}
.download .download-text .download {
	display: flex;
	flex-direction: column;
}
.download .download-text .download > span {
	font-weight: 500;
}
.download .download-text .download-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 14px;
}
.download .download-text .download-btn a {
	margin-right: 14px;
}
.download .download-text .download-btn a:last-child {
	margin-right: 0;
}
.download .download-text .download-btn img {
	height: 48px;
}
