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

@font-face {
    font-family: 'Nissan Brand Italic';
    src: url('https://s0.2mdn.net/creatives/assets/4659273/NissanBrand-Italic.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 #DE712C;
	/* border-bottom-color: #d3d3d3; */
	border-color: #000000 transparent #DE712C 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;
}

/* ********************************************************************************************* */
/* ********************************************************************************************* */

.copyContainer {
	display: inline-block;
	position: absolute;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	left:22px;
	top:249px;

	overflow: visible;
}

.copyContainer > *, .text {
	width: auto;
	height: auto;
	line-height:0.9;
	font-family:'Nissan Brand Bold';
	font-size:23px;
	letter-spacing:-0.03px;
	text-align: left;
	color:white;
	-webkit-font-smoothing: antialiased;
}

.text {
	position: absolute;
}

  


  .bold {
	font-family:'Nissan Brand Bold';

  }


  .orange {
	color: #DE712C;
  }



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


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

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

  .price {
	  font-size:28px;
  }

  .italic {
    font-family:'Nissan Brand Italic';
  }

  

  #ctaButton {
	position: absolute;
	left:27px;
	bottom:82px;
	width:auto;
	height:auto;
}

#cta {
	position: absolute;
	left: 75px;
	bottom: 24px;
	width: 95px;
	height: 37px;
	background:#ffffff;
	color:#000000;
	font-family:'Nissan Brand Bold';
	font-size:10px;
	line-height:36px;
	text-align: center;
	letter-spacing:0.2px;
	/* -webkit-font-smoothing: antialiased; */
	background-position: "left top";
	border-radius: 20px;
  }

.circle {
	position: absolute;
	left:70px;
	top:-61px;
	height: 37px;
	width: 37px;
	border-radius: 50%;
	background: #ffffff;
	display: inline-block;
  }


  .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
  }

.carPatContainer {
	position:absolute;
	left:0;
	top:0;
	width:600px;
	height:100px;

}

  .carPat {
	position:absolute;
	left:0;
	top:0;
	width:800px;
	height:7px;
	font-family:'Nissan Brand Bold';
	font-size:10px;
	/* -webkit-font-smoothing: antialiased; */
	padding-top:0px;
	letter-spacing:0px;
	left:0px;
	top:0px;
	color:#DE712C;
  }


.transition {
	position: absolute;
	left:0;
	top:0;
	width:200%;
	height:200%;
	clip-path: polygon(0 0, 73% 0, 100% 100%, 30% 100%);
	background-color:  #DE712C;

}