@charset "utf-8";
/* CSS Document */
.section0
{
	width: 100%;
	height: 100vh;
	background-image: url("assets/images/worldinhand.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
}
.section01
{
	width: 100%;
	height: 100vh;
	background-image: url("assets/images/IoT.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}

@media screen and (max-width: 800px)
{
	.section0
	{
		height: auto;
	}
	.section01
	{
		height: auto;
	}
}
.section1
{
	width: 60%;
	height: 100vh;
	align-content: center;
	float: right;
}
@media screen and (max-width: 800px)
{
	.section1
	{
		width: 100%;
		height: auto;
		float:none;
	}
	
	.section1 h1
{
	font-family: "Poppins Bold";
	margin: 0;
	color: white;
	font-size: 40px;
	padding: 10px;
	line-height: 42px;
}
.section1 h2
{
	font-family: 'Poppins Thin';
	margin: 0;
	color: white;
	font-size: 24px;
	padding: 10px ;
}
.section1 p
{
	font-family: 'Poppins Regular';
	margin: 0;
	color: white;
	padding: 10px ;
	font-size: 17px;
}


}
	
.section1 h1
{
	font-family: "Poppins Bold";
	margin: 0;
	color: white;
	font-size: 40px;
	padding: 10px 80px 0 0;
	line-height: 42px;
}
.section1 h2
{
	font-family: 'Poppins Thin';
	margin: 0;
	color: white;
	font-size: 24px;
	padding: 10px 80px 0 0;
}
.section1 p
{
	font-family: 'Poppins Regular';
	margin: 0;
	color: white;
	padding: 10px 80px 0 0;
	font-size: 17px;
}


.section2
{
	width: 60%;
	height: 100vh;
	align-content: center;
	float: left;
}
@media screen and (max-width: 800px)
{
	.section2
	{
		width: 100%;
		height: auto;
		float: none;
	}
	.section2 h1
{
	font-family: "Poppins Bold";
	margin: 0;
	color: white;
	font-size: 40px;
	padding: 10px;
	line-height: 42px;
}
.section2 h2
{
	font-family: 'Poppins Thin';
	margin: 0;
	color: white;
	font-size: 24px;
	padding: 10px ;
}
.section2 p
{
	font-family: 'Poppins Regular';
	margin: 0;
	color: white;
	padding: 10px ;
	font-size: 17px;
}
}
.section2 h1
{
	font-family: "Poppins Bold";
	margin: 0;
	padding: 0 0 10px 80px;
	color: white;
	font-size: 40px;
	line-height: 42px;
}
.section2 h2
{
	font-family: 'Poppins Thin';
	margin: 0;
	color: white;
	font-size: 24px;
	padding: 0 0 10px 80px;
}
.section2 p
{
	font-family: 'Poppins Regular';
	font-size: 17px;
	margin: 0;
	color: white;
	padding: 0 0 10px 80px;
}

