@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;
}


/* ********************************************************************************************* */
/* 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:32px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	line-height:1.1;
	padding-top:186px;
	letter-spacing:-1.5px;
	left:0px;
	top:0px;
	width:300px;
	height:100px;
	color:white;
  }

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

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

 .sup {
	vertical-align: super;
	font-size: 10px;
  }

  .price {
	  font-size:28px;
  }
  
  .clip-svg {
	position:absolute;
	clip-path: url(#myClip);
	-webkit-clip-path:url(#myClip);
  }

  .clip-svg2 {
	position:absolute;
	clip-path: url(#myClip2);
	-webkit-clip-path:url(#myClip2);
  }
  

  .clip-svg3 {
	position:absolute;
	clip-path: url(#myClip3);
	-webkit-clip-path:url(#myClip3);
  }

  
  #cta {
	position: absolute;
	left: 73px;
	bottom: 41px;
	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";
  }
