/*Landing*/

.landing {
	background-color: #fff;
}

.landing .section-title {
	color: #333333;
	font-family: "Baloo", sans-serif;
	font-size: 30px;
	font-weight: normal !important;
	letter-spacing: -1px;
	line-height: 35px;
	margin-bottom: 25px;
	text-align: center;
}

.landing .latest p {
	text-align: center;
	margin: 0 0 60px 0;
}

.landing .platform {
	padding: 160px 0;
}

.landing .platform .img-container {
	max-width: 650px;
	margin: 0 auto;
}

.landing .platform h3 {
	text-align: center;
	font-weight: 700;
	margin: 50px 0;
	font-size: 28px;
}

.landing .platform p {
	text-align: center;
	margin-bottom: 60px;
}

.features-1 {
	padding: 60px 0;
	margin: 30px 0;
	background-color: #E5E5E5;
}

.features-1.last {
	margin-bottom: 0 !important;
}

.latest-design-resources {
	margin: 30px 0;
}

.landing .features md-icon {
	width: 200px;
	height: 200px;
}

.landing .features img {
	width: 170px;
	height: 170px;
}

.feature-image {
	height: 150px;
	margin-bottom: 10px;
	width: 150px;
}

.partners-image {
	padding: 100px 0 50px;
}

.landing .features .description {
	background-color: transparent;
	color: #71737D;
	text-align: center;
}

.landing .features .description h2 {
	font-size: 18px;
	margin: 0 0 30px 0;
}

.landing .features .description h3 {
	font-size: 14px;
	margin: 0 0 30px 0;
}

.landing .section-wrapper-m-t-100 {
	margin-top: 100px;
}

.landing .section-wrapper-m-t-50 {
	margin-top: 50px;
}

.landing .info-box-wrapper {
	padding: 30px 0;
	text-align: center;
	margin: 0 auto;
}

.landing .info-box-wrapper .title {
	color: #333333;
	font-family: "Baloo", sans-serif;
	font-size: 30px;
	font-weight: normal !important;
	letter-spacing: -1px;
	line-height: 35px;
	text-align: center;
}

.landing .info-box-wrapper .description {
	font-family: "Poppins", sans-serif;
	color: #616161;
	font-size: 16px;
}

/*--------- // App Description ---------*/

.landing .icon-pack {
	height: 800px;
	background: #000000;
	position: relative;
}

.landing .icon-pack .container {
	height: 800px;
	background: url("/web/public/img/landing/icon-pack/background.jpg") #000000;
	background-size: contain;
	background-repeat: no-repeat;
}

.landing .icon-pack .text-container {
	position: absolute;
	bottom: 10vh;
	left: 0;
	color: #fff;
	font-weight: 500;
}

.landing .icon-pack .text-container h1 {
	font-weight: 700;
	font-size: 25px;
}


.landing .license {
	margin: 0 0 70px 0;
}

.landing .license h1 {
	font-family: "Baloo", sans-serif;
	font-size: 30px;
	color: #333333;
	letter-spacing: -1px;
	line-height: 35px;
	margin-top: 100px;
	margin-bottom: 40px;
	text-align: center;
}

.landing .license .description {
	font-weight: 500;
	text-align: center;
}


.features-description {
	color: #525462;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	margin: 10px auto 0px;
	max-width: 100%;
}


.landing-titles {
	color: #333333;
	font-family: "Baloo", sans-serif;
	font-size: 30px;
	font-weight: normal !important;
	letter-spacing: -1px;
	line-height: 35px;
	margin-bottom: 40px;
	margin-top: 100px;
	text-align: center;
}

.landing-titles-no-margin {
	color: #333333;
	font-family: "Baloo", sans-serif;
	font-size: 30px;
	font-weight: normal !important;
	letter-spacing: -1px;
	line-height: 35px;
	margin-bottom: 40px;
	text-align: center;
}

.features-title {
	color: #333333;
	font-family: "Baloo", sans-serif;
	font-size: 20px;
	letter-spacing: -0.67px;
	line-height: 25px;
	margin: auto;
	max-width: 95%;
	padding-top: 10px;
}

@media only screen and (max-width: 1440px) {
	.landing .app-description p {
		font-size: 14px;
		line-height: 24px;
	}

	.landing .app-description h2 {
		font-weight: normal;
		font-size: 24px;
		margin-bottom: 15px;
	}
}


