@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
body {
	font-family: 'Manrope', sans-serif;
	color: #010101;
	font-size: 24px;
	letter-spacing: -0.49px;
}
h1 {
	font-size: 60px;
	line-height: 80px;
	letter-spacing: -1px;
}
h2 {
	font-size: 30px;
	line-height: 40px;
}
video {
	width: 100%;
}
.title {
	padding: 0px 15px;
}

.video .plyr__control--overlaid {
	background: url('../media/player-btn.png') no-repeat;
	background-size: 100%;
	background-position: center center;
	outline: none;
	width: 80px;
	height: 100%;
	transition: opacity 0.2s linear;
	opacity: 1;
	border-radius: initial;
	border: none;
	padding: 0;
	color: transparent;
}
.video .plyr--video .plyr__control--overlaid.plyr__control:hover {
	background: url('../media/player-btn.png') no-repeat;
	background-size: 100%;
	background-position: center center;
}
.plyr--video .plyr__control--overlaid.plyr__control:hover {
	background: none;
	padding: 18px;
}
.plyr__control--overlaid {
	background: initial;
	border: 5px solid white;
}

.plyr--stopped .plyr__controls{
	display: none !important;
}

/* Intro section */

.intro {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 60px 0 0;
	text-align: center;
}
.intro .title {
	margin-bottom: 43px;
}
.intro .logo {
	margin-bottom: 60px;
	max-width: 411px;
	padding: 0 15px;
}
.intro .logo {
	width: 100%;
}
.intro .design {
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}
.intro .phone {
	width: 100%;
}
.intro .app {
	margin: 40px auto 0;
}
.intro .text {
	max-width: 950px;
	line-height: 30px;
	padding: 0 15px;
	margin-bottom: 60px;
}

/* Services section */

.services {
	background: linear-gradient(to bottom, #1d4567 0%,#1e3b59 100%);
	color: #fff;
	padding: 60px 0;
	text-align: center;
}
.services .container {
	max-width: 1190px;
	padding: 0 30px;
	margin: 0 auto;
}
.services .service-list {
	position: relative;
	z-index: 2;
}
.services .title {
	margin-bottom: 40px;
}
.services h1 {
	font-size: 50px;
	line-height: 60px;
}
.services .app-link {
	font-size: 27px;
	display: block;
	margin-bottom: 60px;
}
.services.huawei {
	background: linear-gradient(to bottom, #1d3854 0%,#1e314b 100%);
	position: relative;
	margin-bottom: 60px;
}
.services.huawei::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: url('../media/reticolo.png') no-repeat;
	background-position: bottom;
	background-size: contain;
}
.services .service-description h2 {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 28px;
	line-height: 34px;
}
.services .service {
	display: flex;
	flex-direction: column;
	padding: 30px 0;
	text-align: left;
	font-size: 20px;
	line-height: 29px;
}
.services .service .service-logo {
	min-width: 148px;
	margin-bottom: 30px;
}
.services .service .service-logo img {
	width: 100%;
}

/* Back camera section */

.back-camera {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 20px;
}
.back-camera .camera {
	font-size: 16px;
}
.back-camera h1 {
	font-size: 50px;
	line-height: 60px;
}
.back-camera .title {
	margin-bottom: 30px;
}

.back-camera .text {
	padding: 0 30px;
	max-width: 1000px;
	line-height: 29px;
	margin-bottom: 70px;
}
.back-camera .camera {
	width: 100%;
	position: relative;
	color: #fff;
	background: #000;
}
.back-camera .camera img {
	width: 100%;
}
.back-camera .camera span {
	position: absolute;
	transform: translateY(-50%);
}
.back-camera .small {
	top: 26.2%;
	text-align: right;
	right: 57%;
}
.back-camera .medium {
	top: 65.1%;
	text-align: right;
	right: 57%;
}
.back-camera .large {
	top: 45.9%;
	text-align: left;
	left: 58%;
}

/* Front camera section */

.front-camera {
	color: #fff;
	position: relative;
	background: #000;
	text-align: center;
	padding: 43px 0 0;
	font-size: 20px;
	margin-bottom: 60px;
}
.front-camera h1 {
	font-size: 50px;
	line-height: 60px;
}
.front-camera .title {
	margin-bottom: 30px;
}

.front-camera .camera {
	position: relative;
	padding-bottom: 47px;
}
.front-camera .camera img {
	width: 100%;
}
.front-camera .description {
	position: relative;
	line-height: 29px;
}
.front-camera .description p {
	padding: 0 20px;
}
.front-camera .selfie-block {
	background: #fff;
}
.front-camera .selfie-block .container {
	display: flex;
	flex-direction: column;

}
.front-camera .selfie-block .left {
	padding: 40px 40px 0;
}
.front-camera .selfie-block .right {
	padding: 40px;
}
.front-camera .selfie-block .container img {
	width: 100%;
}

/* Golden-snap section */
.golden-snap {
	text-align: center;
	font-size: 20px;
	margin-bottom: 60px;
}
.golden-snap .title {
	max-width: 1000px;
	margin: 0 auto 40px;
}
.golden-snap h1 {
	font-size: 50px;
	line-height: 60px;
}
.golden-snap .description {
	max-width: 930px;
	margin: 0 auto 57px;
	line-height: 29px;
	padding: 0 15px;
}
.golden-snap .ai-best-moment,
.golden-snap .ai-remove-passersby {
	margin-bottom: 57px;
}


/* Perfomance section */
.performance {
	text-align: center;
	font-size: 20px;
	margin-bottom: 60px;
}
.performance .title {
	max-width: 1000px;
	margin: 0 auto 45px;
}
.performance h1 {
	font-size: 50px;
	line-height: 60px;
}
.performance .description {
	max-width: 930px;
	margin: 0 auto 82px;
	line-height: 29px;
	padding: 0 15px;
}

.performance .processor {
	position: relative;
	background: #000;
	display: flex;
	flex-direction: column-reverse;
	min-height: 500px;
}
.performance .processor .kirin {
	width: 100%;
}
.performance .specs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 40px 40px;
}
.performance .specs li {
	display: flex;
	flex-direction: column;
	flex: 0 0 50%;
	margin-bottom: 70px;
	font-size: 18px;
}
.performance .specs .specs-logo {
	display: flex;
	justify-content: center;
	margin-bottom: 35px;
}

/* Battery section */

.battery {
	text-align: center;
	font-size: 20px;
}
.battery .title {
	max-width: 1000px;
	margin: 0 auto 73px;
}
.battery h1 {
	font-size: 50px;
	line-height: 60px;
}
.battery .description {
	max-width: 900px;
	margin: 0 auto 82px;
	line-height: 29px;
	padding: 0 15px;
}
.battery .battery-image {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
.battery .footnote {
	font-size: 12px;
	line-height: 14px;
}

/* Media */

@media (min-width: 576px) {
	.intro .app {
		position: absolute;
		bottom: 1.1%;
		right: 12.7%;
	}
	.services .service {
		flex-direction: row;
		padding: 54px 0;
	}
	.services .service .service-logo {
		margin: 0 32px 0 0;
	}
	.back-camera .camera {
		font-size: 18px;
	}
	.front-camera .selfie-block .container {
		flex-direction: row;
		justify-content: space-between;
		max-width: 1040px;
		padding: 60px 15px 0;
		margin: auto;
	}
	.front-camera .selfie-block .left {
		padding: 55px 30px 0;
		max-width: 497px;
	}
	.front-camera .selfie-block .right {
		padding: 0 30px;
		max-width: 497px;
	}
	}
@media (min-width: 768px) {
	.video .plyr__control--overlaid {
		width: 100px;
	}
	.intro {
		padding: 80px 0 0;
	}
	.intro .text {
		padding: 0 30px;
		margin-bottom: 80px;
	}
	.intro .design {
		margin-bottom: 69px;
	}
	.services {
		padding: 80px 0;
	}
	.services h1 {
		font-size: 60px;
		line-height: 70px;
	}
	.services.huawei {
		margin-bottom: 80px;
	}
	.back-camera {
	}
	.back-camera .camera {
		font-size: 20px;
	}
	.back-camera h1 {
		font-size: 60px;
		line-height: 70px;
	}
	.back-camera .title {
		margin-bottom: 40px;
	}
	.back-camera .text {
		margin-bottom: 80px;
	}
	.back-camera .large {
		top: 45.9%;
		text-align: right;
		right: 57%;
		left: 0;
	}
	.front-camera {
		margin-bottom: 80px;
	}
	.front-camera h1 {
		font-size: 60px;
		line-height: 70px;
	}
	.front-camera .title {
		margin-bottom: 44px;
	}
	.front-camera .description {
		position: absolute;
		bottom: 35px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		max-width: 940px;
	}
	.golden-snap {
		margin-bottom: 80px;
	}
	.golden-snap h1 {
		font-size: 60px;
		line-height: 70px;
	}
	.performance {
		margin-bottom: 80px;
	}
	.performance h1 {
		font-size: 60px;
		line-height: 70px;
	}
	.performance .specs li {
		max-width: 150px;
		margin: 0 auto;
		font-size: 20px;
	}
	.battery h1 {
		font-size: 60px;
		line-height: 70px;
	}
	
}
@media (min-width: 992px) {
	h1 {
		font-size: 80px;
		line-height: 100px;
	}
	.video .plyr__control--overlaid {
		width: 130px;
	}
	.intro {
		padding: 90px 0 0;
	}
	.intro .text {
		padding: 0 30px;
		margin-bottom: 90px;
	}
	.services {
		padding: 90px 0;
	}
	.services h1 {
		font-size: 70px;
		line-height: 80px;
	}	
	.services .app-link {
		margin-bottom: 70px;
	}
	.services.huawei {
		margin-bottom: 90px;
	}
	.back-camera {
		font-size: 22px;
	}
	.back-camera .camera {
		font-size: 22px;
	}
	.back-camera h1 {
		font-size: 70px;
		line-height: 80px;
	}
	.back-camera .text {
		margin-bottom: 100px;
	}
	.front-camera {
		font-size: 22px;
		margin-bottom: 90px;
	}
	.front-camera h1 {
		font-size: 70px;
		line-height: 80px;
	}
	.golden-snap {
		font-size: 22px;
		margin-bottom: 90px;
	}
	.golden-snap h1 {
		font-size: 70px;
		line-height: 80px;
	}
	.performance {
		font-size: 22px;
		margin-bottom: 90px;
	}
	.performance h1 {
		font-size: 70px;
		line-height: 80px;
	}
	.performance .specs {
		padding: 59px 100px;
	}
	.battery {
		font-size: 22px;
	}
	.battery h1 {
		font-size: 70px;
		line-height: 80px;
	}
}
@media (min-width: 1200px) {
	h1 {
		font-size: 100px;
		line-height: 120px;
	}
	.video .plyr__control--overlaid {
		width: 169px;
	}
	.intro {
		padding: 100px 0 0;
	}
	.intro .text {
		padding: 0 30px;
		margin-bottom: 100px;
	}
	.services {
		padding: 100px 0;
	}
	.services h1 {
		font-size: 80px;
		line-height: 100px;
	}
	.services .app-link {
		margin-bottom: 76px;
	}
	.services.huawei {
		margin-bottom: 100px;
	}
	.back-camera {
		font-size: 24px;
	}
	.back-camera .camera {
		font-size: 24px;
	}
	.back-camera h1 {
		font-size: 80px;
		line-height: 100px;
	}
	.back-camera .title {
		margin-bottom: 46px;
	}

	.back-camera .text {
		margin-bottom: 114px;
	}
	.front-camera {
		font-size: 24px;
		margin-bottom: 100px;
	}
	.front-camera h1 {
		font-size: 80px;
		line-height: 100px;
	}
	.golden-snap {
		font-size: 24px;
		margin-bottom: 100px;
	}
	.golden-snap h1 {
		font-size: 80px;
		line-height: 100px;
	}
	.performance {
		font-size: 24px;
		margin-bottom: 100px;
	}
	.performance h1 {
		font-size: 80px;
		line-height: 100px;
	}
	.performance .specs {
		padding: 60px 190px;
	}
	.battery {
		font-size: 24px;
	}
	.battery h1 {
		font-size: 80px;
		line-height: 100px;
	}
}
