@charset "UTF-8";

body, body * {
	vertical-align: baseline;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}

:focus { outline:none; }
::-moz-focus-inner { border:0; }


@font-face {
    font-family: 'Nissan Brand Light';
    src: url('https://s0.2mdn.net/creatives/assets/4659273/NissanBrand-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nissan Brand Reg';
    src: url('https://s0.2mdn.net/creatives/assets/4659273/NissanBrand-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Nissan Brand Bold';
    src: url('https://s0.2mdn.net/creatives/assets/4659273/NissanBrand-Bold.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* ********************************************************************************************* */
/* Preloader *********************************************************************************** */

#preloader {
	background-color: white;
}

#spinnerContainer {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.spinner {
	animation: spin 400ms linear infinite;
	width: 40px;
	height: 40px;
	border: 3px solid #cc082b;
	/* border-bottom-color: #d3d3d3; */
	border-color: #000000 transparent #cc082b transparent;
	border-radius: 50%;
}

@keyframes spin {
	to { transform: rotate(360deg); }
}
/* ********************************************************************************************* */
/* ********************************************************************************************* */


/* ********************************************************************************************* */
/* Util classes ******************************************************************************** */
/* Only change the width and height in container and content */

#container {
	border: black solid 1px;
	width: 298px;
	height: 598px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

#content {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 300px;
	height: 600px;
	perspective: 800px;
}

.hidden {
	display: none;
	opacity: 0;
}

.full {
	width: 100%;
	height: 100%;
}

.asset {
	position: absolute;
	width: 100%;
	height: 100%;

	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;

	transform-style: preserve-3d;
	backface-visibility: hidden;
	
	cursor: pointer;
}
/* ********************************************************************************************* */
/* ********************************************************************************************* */


/* #frame4 {

  }
  

#frame3 {

  }
  

#frame2 {

  }
  
#frame1 {

  } */


  
  .copy {
	position:absolute;
	font-family:'Nissan Brand Light';
	font-size:30px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	line-height:1;
	padding-top:189px;
	letter-spacing:0px;
	left:0px;
	top:0px;
	width:300px;
	height:100px;
	color:white;
  }

  .subCopy {
	position:absolute;
	font-family:'Nissan Brand Light';
	font-size:20px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	line-height:1.2;
	letter-spacing:0px;
	left:0px;
	top:0px;
	padding-top:231px;
	width:300px;
	height:100px;
	color:white;
  }

#copyLockCont {
	clip: rect(197px, 300px, 228px, 0px);
}

.copyLock {
	position:absolute;
	font-family:'Nissan Brand Bold';
	font-size:45px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	line-height:0.7;
	padding-top:0px;
	letter-spacing:0px;
	left:0px;
	top:131px;
	width:300px;
	height:100px;
	color:white;
	/* clip: rect(65px, 300px, 600px, 0px); */
  }

#by {
    clip: rect(217px, 124px, 254px, 0px);
}

#brit {
    clip: rect(217px, 300px, 254px, 122px);
}


  .legalCopyPos1 {
	position:absolute;
	font-family:'Nissan Brand Reg';
	font-size:7px;
	text-align: center;
	/* -webkit-font-smoothing: antialiased; */
	line-height:1.2;
	padding-top:569px;
	letter-spacing:0px;
	left:0px;
	top:0px;
	width:300px;
	height:100px;
	color:white;
  }


  .legalCopyPos2 {
	position:absolute;
	font-family:'Nissan Brand Reg';
	font-size:7px;
	text-align: center;
	/* -webkit-font-smoothing: antialiased; */
	line-height:1.2;
	padding-top:569px;
	letter-spacing:0px;
	left:0px;
	top:0px;
	width:300px;
	height:100px;
	color:white;
  }

  .legalCopyPos3 {
	position:absolute;
	font-family:'Nissan Brand Reg';
	font-size:7px;
	text-align: center;
	/* -webkit-font-smoothing: antialiased; */
	line-height:1.2;
	padding-top:586px;
	letter-spacing:0px;
	left:0px;
	top:0px;
	width:300px;
	height:100px;
	color:white;
  }

.legalCopyPos4,  .legalCopyPos5 {
	position:absolute;
	font-family:'Nissan Brand Reg';
	font-size:7px;
	text-align: center;
	/* -webkit-font-smoothing: antialiased; */
	line-height:1.2;
	padding-top:577px;
	letter-spacing:0px;
	left:0px;
	top:0px;
	width:300px;
	height:100px;
	color:white;
  }

  
    #cta {
	position: absolute;
	left: 73px;
	bottom: 24px;
	width: 155px;
	height: 30px;
	background:#c3002f;
	color:white;
	font-family:'Nissan Brand Reg';
	font-size:14px;
	line-height: 29px;
	text-align: center;
	letter-spacing:0.2px;
	/* -webkit-font-smoothing: antialiased; */
	background-position: "left top";
  }
