@font-face {
	font-family: MiSans;
	src: url('../font/MiSans-Normal.ttf') format('truetype');
}

* {
	font-family: MiSans;
	padding: 0;
	margin: 0;
	scrollbar-width: none;
	scrollbar-width: none;
}

*::-webkit-scrollbar {
	display: none;
}

html {
	scroll-behavior: smooth;
}

body {
	display: flex;
	flex-direction: column;
	align-items: center;
}

a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

header {
	/* background-image: url(../img/top_bg.png); */
	/* display: flex; */
	width: 100%;
	top: 0rem;
	left: 0rem;
	position: absolute;
	display: flex;
	flex-direction: row;
	position: fixed;
}

a {
	text-decoration: none;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

.top {
	width: 100%;
	height: 60vh;
	/* background-color: black; */
	background-image: url(../img/banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	justify-content: center;
}

.top>.bg_txt {
	background-image: url(../img/top_txt_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.custom_development {
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 5rem;
	display: flex;
	flex-direction: column;
	/* background-color: #000000; */
	align-items: center;
}

.custom_development>.title {
	color: black;
}

.cloud_saas {
	width: 100%;
	padding: 3rem 0;
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
}
