/* Final-rendering */

.is-desktop #Final-Rendering {
	background-image: url(../img/lenovo-f1-bg.jpg);
	background-size: cover;
	background-position: 47% 87%;
	background-repeat: no-repeat;
	color: var(--color-white);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	justify-items: center;
}

.is-mobile #Final-Rendering {
	padding:5rem 1.5rem;
}

.is-desktop #Final-Rendering h1 {
	position:absolute;
	left:5rem;
	top: 5rem;
	bottom:15rem;
	max-width: 30rem;
	display: flex;
	flex-direction: column;
	justify-content:center;
	font-size:5rem;
	line-height:5rem;
	text-align: left;
}

.is-mobile #Final-Rendering h1 {
	font-size:4rem;
	line-height:4rem;
	margin:0 auto 1rem;
}

.is-mobile .image-f1 {
	background-image: url(../img/lenovo-f1-bg.jpg);
	background-size: cover;
	background-position: 47% 87%;
	background-repeat: no-repeat;
	width: 100%;
	height: 48vw;
	margin: 0 auto 1.5rem;
}

.is-desktop #Final-Rendering .logo-intel {
	background-image: url(../img/logo-intel-light.svg);
}

.is-desktop #Final-Rendering .logo-lenovoF1 {
	background-image: url(../img/logo-light-f1-lenovo.svg);
	height: 4rem;
}

.is-mobile #Final-Rendering .logo-lenovoF1 {
	position: relative;
	bottom:unset;
	margin-top: 2rem;
}

.is-desktop #Final-Rendering ._loading {
	font-weight:700;
	margin-top:33vh;
	font-size:1.6rem;
	line-height:2rem;
}

.is-mobile #Final-Rendering ._loading,
.is-mobile #Final-Rendering p {
	font-size:1.2rem;
	text-align: center;
}

.is-desktop #Final-Rendering p {
	font-size:1.6rem;
	line-height:1.6rem;
	margin:1rem auto 1rem;
	/* max-width: 30rem; */
}

.icon-loading {
	background-image: url(../img/icon-light-wheel.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1.2em;
	height: 1.2em;
	display: inline-block;
	animation: spin 2s linear infinite;
	vertical-align: middle;
	margin-right: 0.5em;
	margin-bottom:0.25em;
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.is-mobile .icon-loading {
	background-image: url(../img/icon-dark-wheel.svg);
}


/* Final-ready */


#Final-Ready {
	display: flex;
	flex-direction: column;
	margin: auto;
}

.is-desktop #Final-Ready {
	gap: 1rem;
	padding:4rem;
}

.is-desktop #Final-Ready ._desktop-logoGroup {
	height:4rem;

}

.is-desktop #Final-Ready .logo-lenovoF1 {
	left:0;
	top:0;
	width: 15.7rem;
}
.is-desktop #Final-Ready .logo-intel {
	right:0;
	top:0;
}

.is-desktop #Final-Ready h1 {
	font-size:4.5rem;
	line-height:4.5rem;
	max-width: 17rem;
}

.is-desktop #Final-Ready h2 {
	/* max-width:17rem;	 */
	font-size:1.8rem;
	background-image: url(../img/icon-dark-ar.svg);
	background-size: auto 2.8rem;
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 3.6rem;
	line-height: 1.8rem;
	/* margin:0 auto 1.6rem; */
}

.is-desktop #Final-Ready ._text p {
	font-size: 1.2rem;
	line-height: 1.2rem;
	margin-top:1.6rem;
}

.is-desktop #Final-Ready ._desktop-columns {
	display: flex;
	flex-direction: row;
	/* padding:4rem; */
	gap: 2rem;
	justify-content:stretch;
}

.is-desktop #Final-Ready ._text {
	/* width:19rem; */
	flex:3;
	min-width:18.5rem;
}

.is-desktop #Final-Ready .video-view {
	flex:3;
	display: flex;
	flex-direction: column;
	min-width: 18rem;
}

.is-desktop #Final-Ready .video-view ._videoHolder {
	width: calc(100% - 2rem);
	height: calc(100dvh - 18rem);
	overflow:hidden;
}
.is-mobile #Final-Ready .video-view ._videoHolder {
	left:calc(50% - 6rem);
	width: 12rem;
	height: 21rem;
	overflow:hidden;
	background-color: var(--color-white);
}
#Final-Video {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
  height: 100%;
	object-fit: cover;
	/* filter: blur(0.2rem); */
	/* opacity: 0.8; */
}
#Final-Ready .btn.icon-download{
	margin:0;
	background-size: auto 70%;
	background-position: center;
	background-repeat: no-repeat;
	width:2.5rem;
	height:2.5rem;
	padding:0;
	min-width: unset;
}

 #Final-VideoDownload-Desktop {
	width:calc(100% - 2rem);
	margin-top:0.8rem;
 }

  #Final-Ready ._buttons .btn#Final-VideoDownload-Mobile {
	background-image: url(../img/icon-dark-download.svg);
	height:2.8rem;
	width:3rem;
	background-size:auto 60%;
	padding:0;
 }

 #Final-Ready ._buttons{
 display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
	gap:1rem;
	margin:1rem auto;
 }

 #Final-Ready ._buttons .btn {
	font-size:1.2rem;
	line-height:1.2rem;
	padding: 0.6em 2.4em 0.6em 1.2em;
 }

.is-desktop #Final-QRCodeHolder {
	/* width:25.25rem; */
	flex:4;
	padding:2.4rem 0 0;
}

.is-desktop #Final-QRCodeHolder p {
	margin:1.6rem 0;
}

#Final-QRCode {
	background-color: var(--color-white);
	width:12rem;
	height:12rem;
	display: block;
	border-radius: 0.5rem;
	padding:0.8rem;
}
#Final-QRCode img {
	width:100%;
	height:100%;
	object-fit: contain;
}

.is-desktop #Final-QRCodeHolder .raceToCreate {
	top:0;
	left:0;
}

#Final-QRCodeLink {
	display: inline-block;
	padding: 0.1rem 1.6rem 0.1rem 0;
	background-image: url(../img/icon-dark-copy.svg);
	background-size: auto 1.2rem;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	width:fit-content;
	cursor: pointer;
}

.linkCopied {
	background-color: var(--color-white);
	color: var(--color-aubergine);
	/* font-weight: 700; */
	padding: 0.5rem 1rem;
	position: absolute;
	border-radius: 0.5rem;
	box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
	bottom:120%;
	left: calc(50% - 5rem);
	/* transition: all 0.2s ease-in-out; */
	
	display: none;
}

.linkCopied::before {
	content: "";
	display: block;
	position: absolute;
	width: 0.8rem;
	height: 0.8rem;
	background-color: var(--color-white);
	bottom:-0.4rem;
	left: calc(50% - 0.4rem);
	transform: rotate(45deg);
}

.linkCopied.__visible {
	display: block;
	opacity: 1;
	animation: fadeOut 1s linear forwards;
}

@keyframes fadeOut {
	from {
		opacity: 1;
		transform: translate(0,0);
	}
	to {
		opacity: 0;
		transform: translate(0, -1rem);
	}
}

/* #Final-Ready .btn {
min-width:10rem;
margin:1rem auto;
display: block;
} */

.is-mobile #Final-Ready {
	padding:5rem 1.5rem 1.5rem 1.5rem;
	text-align: center;
}

.is-mobile #Final-Ready ._desktop-logoGroup {
	position:static;
}

.is-mobile #Final-Ready h1 {
	font-size:1.6rem;
	line-height:1.6rem;
	margin-bottom:1rem;
}

.is-mobile #Final-Ready h3 {
	font-size:1.1rem;
	line-height:1.1rem;
	margin:0 auto 1.6rem;
	font-weight:500;
	max-width:21rem;
}

.is-mobile #Final-Ready .logo-lenovoF1 {
	margin:1.5rem 0;
}

.is-mobile #Final-Ready ._mobile-wrap {
	display: block;
}

.is-mobile #Final-Ready .logo-lenovoF1 {
	position: relative;
	display:inline-block;
	bottom:unset;
	left:unset;
}

.is-mobile #Final-Ready label {
	display: block;
	margin-bottom:0.5rem;
	font-size:1.1rem;
}
