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: none;
}

br {
	clear: both;
}
a, a:hover {
	color: inherit;
	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;
}

.heading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
	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-items: center;
	justify-content: space-between;
	padding-top: 24px;
	padding-bottom: 24px;
}

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

.heading .nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
}
.heading .nav a {
	display: block;
	margin: 0 8px;
	text-decoration:  none;
}
.heading .nav a.nav-btn {
	font-weight: 700;
	padding: 8px;
	color: #FFFFFF;
	background-color: #57A79E;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.banner {
	display: flex;
	align-items: center;
	margin-top: 96px;
	min-height: calc(100vh - 96px);
}
.banner .container {
	padding-top: 50px;
	padding-bottom: 50px;
}
.banner .container > .row {
	direction: rtl;
}
.banner .banner-image {
	direction: initial;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner .banner-image img {
	max-width: 100%;
	width: 498px;
}
.banner .banner-text {
	direction: initial;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 24px;
	text-align: center;
}
.banner .banner-text .title {
	margin-bottom: 24px;
	max-width: 400px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 43px;
	color: #57A79E;
}
.banner .banner-text .download {
	display: flex;
	flex-direction: column;
}
.banner .banner-text .download > span {
	font-weight: 500;
}
.banner .banner-text .download-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 14px;
}
.banner .banner-text .download-btn a {
	margin-right: 14px;
}
.banner .banner-text .download-btn a:last-child {
	margin-right: 0;
}
.banner .banner-text .download-btn img {
	height: 48px;
}
.banner .banner-text .download-separator {
	display: inline-flex;
	align-items: center;
	margin-top: 14px;
}
.banner .banner-text .download-separator:before {
	content: "";
	flex: 1;
	height: 1px;
	background-color: #DEDEDE;
}
.banner .banner-text .download-separator:after {
	content: "";
	flex: 1;
	height: 1px;
	background-color: #DEDEDE;
}
.banner .banner-text .download-separator > span {
	padding: 0 12px;
	font-weight: 500;
}
.banner .banner-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;
}
.banner .banner-text .download-scan > img {
	margin-right: 12px;
	width: 54px;
}
.banner .banner-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;
	white-space: nowrap;
}
.feature .feature-list li .title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -22px;
	width: 14px;
	height: 14px;
	background-image: url("../image/list-symbol.webp");
	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;
}

.footer {
	background-color: #003F37;
}
.footer .container {
	padding-top: 190px;
	padding-bottom: 28px;
	color: #FFFFFF;
}
.footer .container > .footer-top {
	direction: rtl;
}
.footer .footer-image {
	direction: initial;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer .footer-image img {
	max-width: 100%;
	width: 74px;
}
.footer .footer-text {
	direction: initial;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 24px;
	text-align: center;
}
.footer .footer-text .title {
	margin-bottom: 8px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
}
.footer .footer-text .desc {
	max-width: 300px;
}
.footer .container > .footer-bottom {
	margin-top: 24px;
}
.footer .container .email {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}
.footer .container .copyright {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 142px;
	font-size: 14px;
}