@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

@font-face {
	/*https://en.m.fontke.com/search/font/neue%20einstellung%20Black/*/
 font-family: '911porschav3';
    src: url('../porscha/911porschav3.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../porscha/911porschav3.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../porscha/911porschav3.woff') format('woff'),  /* Newer browsers */
         url('../porscha/911porschav3.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../porscha/911porschav3.svg#911porschav3') format('svg'); /*IE og iOS earlier than version 5*/
}

.porscha
{
	font-family: '911porschav3';
}
*
{	
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	
}
:root {
   --viewport-height: 100%;
}
html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;
	margin:0;
	padding:0;
	min-height:var(--viewport-height);
	color:#201C1D
}
a {
	color:#363636;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}



.displaynone
{
	display:none !important
}
.vError
{
	border-bottom:red 1px solid !important
}
.form-error
{
	color:red;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1
{
	color:green;
	width:100%;
}
.dnone
{
	display:none
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}
.font-extralight
{
	
	font-weight:200
}
.font-light , .font-light *
{	
	font-weight:300
}
.font-regular , .font-regular *
{
	font-weight: 400
}
.font-bold , .font-bold *
{
	font-weight: 700
}
.font-6, .font-6 *
{
	font-size:0.375rem
}
.font-7, .font-7 *
{
	font-size:0.4375rem
}
.font-8, .font-8 *
{
	font-size:0.5rem
}
.font-9, .font-9 *
{
	font-size:0.5625rem
}
.font-10, .font-10 *
{
	font-size:0.625rem
}
.font-12, .font-12 *
{
	font-size:0.75rem
}
.font-13, .font-13 *
{
	font-size:0.8125rem
}
.font-14, .font-14 *
{
	font-size:0.875rem
}
.font-16, .font-16 *
{
	font-size:1rem
}
.font-18 , .font-18 *
{
	font-size:1.125rem
}
.font-20, .font-20 *
{
	font-size:1.25rem
}
.font-22, .font-22 *
{
	font-size:1.375rem
}
.font-26, .font-26 *
{
	font-size:1.625rem
}
.font-28, .font-28 *
{
	font-size:1.75rem
}
.font-30, .font-30 *
{
	font-size:1.875rem
}
.font-32, .font-32 *
{
	font-size:2rem
}
.font-36, .font-36 *
{
	font-size:2.25rem
}
.font-40, .font-40 *
{
	font-size:2.2rem
}
.font-42, .font-42 *
{
	font-size:2.625rem
}
.font-50, .font-50 *
{
	font-size:3.125rem
}
.font-55, .font-55 *
{
	font-size:3.437rem
}
.font-62, .font-62 *
{
	font-size:3.875rem
}
.font-90, .font-90 *
{
	font-size:5.625rem
}
.text-center
{
	text-align:center
}
.line-height13
{
	line-height:1.3rem
}
.line-height14
{
	line-height:1.4rem
}
.line-height15
{
	line-height:1.5rem
}
.line-height2
{
	line-height:2rem
}
.line-height3
{
	line-height:3rem
}
.line-height4
{
	line-height:4rem
}
.inline-block
{
	display:inline-block
}
.flex-row {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.flex-column {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.jc-fs
{
	    justify-content: flex-start !important;
}
.jc-sb
{
	    justify-content: space-between !important
}

.trigger{
	width: 40px;
	height: 40px;

	position: absolute;
	top: 11px;
    right: 11px;
	z-index: 999999999;
	display: none;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 2px;
	width:30px;
	margin:0;
	background: #FFF;
	top:12px;
	border:2px solid #EEC873;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.trigger > div > span:nth-child(2){
	top:19px;
	background:#C6280C;
}

.trigger > div > span:nth-child(3){
	top:27px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 19px;
	background:#C6280C
}

.trigger > div.close > span:nth-child(2){
	display: none;
}

.trigger > div.close > span:nth-child(3){
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 19px;background:#C6280C
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slided{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
}
.white
{
	color:#FFF
}
.blur {
    
    background: transparent !important;
}
.title_border.center:before {
    right: -140%;
    transform: translate(-50%, 0);
}
.title_border:before {
    position: absolute;
    bottom: 15px;

    width: 150px;
    height: 5px;
    background: #0065B1;
    content: '';
}
header
{
	/*position:absolute;
	left:0;
	top:0;
	width:100%;
	background:#FFF;
	background:rgba(255,255,255,0.8);
	backdrop-filter: blur(10px);*/
}
.z-100
{
	z-index:100
}
.relative
{
	position:relative;
}
b
{
	font-weight:700
}
.txt-cntr
{
	text-align:center
}
.txt-justify
{
	text-align:justify
}
.pl-80
{
	padding-left:80px;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* END OF HEADER STYLING FOR WEB*/

#overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#30368B;
  transition: 1s 0.4s;
  width: 100%;
  height: 100%;
  font-size: 2em;
}

#overlay > div{
  text-align: center;
  display: table;
  width:100%;
  height: 100%;
}

#overlay > div > div{
  vertical-align: middle;
  display: table-cell;
}

#overlay .linewidth {
    width: 100px;
    margin: 0 auto;
}

#overlay #progstat {
    font-size: 1.8em;
    line-height: 1.4em;
    color: #fff;
    font-weight: 700;
}

#progress {
    height: 1px;
    background: #FFF;
}
.ai-fs
{
	align-items: flex-start;
}
.py-100
{
	padding-top:100px;
	padding-bottom:100px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.slick-dots li 
{
	width:10px;
	height:8px;
}
.slick-dots 
{
	top:415px;
	bottom:auto;
}
.slick-dots li  
{
	margin:0 2.5px;
}
.slick-dots li button 
{
	width:10px;
	height:8px;
	background:#FFF;transition: all 0.5s ease-in;border:2px solid #FEA903;
	padding:0;
	border-radius:50px;
}
.slick-dots li button:before 
{
	display:none
}
.slick-dots li button:hover 
{
	
}
.slick-dots li.slick-active
{
	width:20px;
}
.slick-dots li.slick-active button 
{
	background:#FEA903;width:18px;
}
.concept_slick{
margin-bottom:0 !important
}


.intro_bg
{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	overflow:hidden;
	
}
.intro_porsche
{
	background:#FFF;
}
.intro_bahama
{
	padding-top:25vh
}
header
{
	background:#000
}
.nav_bahama span
{
	width:200px;
	height:72px;
	background:url('../img/shadow.png')
}	

footer
{
	background:#FEA903;
	border-top-right-radius:15px;
	border-top-left-radius:15px;
	padding:10px 0;
	position:fixed;
	z-index:500;
	bottom:0;
	left:0;
	width:100%;
}
.footer_icons a
{

    width: 56px;
    height: 46px;
	border-radius:50%;
}
.footer_icons a.active
{
		background:#292929;
}
.concept_box
{
	background:#FFF;
	border-top-right-radius:20px;
	border-top-left-radius:20px;
	margin-top:-50px;
	position:relative;
	z-index:500
}
.concept_box.full
{
	margin-top:-15px;
}
.pb-70
{
	padding-bottom:70px;
}
.concept_box .number
{
	position:absolute;
    bottom: -5px;
    left: -25px;
}
.grey
{
	color:rgba(32,28,29,0.5)
}
.border-bottom:before
{
	content:'';
	width:100px;
	height:1px;
	background:#1F1C1D;
	position:absolute;
	bottom:0;
	left:0;
}
.concept_slick 
{
	display:inline-block;
	width:100%;
	float: left;
}
.fullstory a
{
	border:1px solid #FEA903;
	color:#FEA903;
	padding:5px 25px;
	border-radius:50px;
}

.car_slick .slick-dots
{
	top:auto;
	bottom:-25px;
}
.br-radius-20 img , .br-radius-20
{
	border-radius:15px;
}
.car_option .car_option_box
{
	border-radius:15px;
	border:1px solid rgba(182,56,32,1);
	padding:5px 10px;
	height:100%
	
}
.car_option span
{
	padding-left:10px;
	font-size:10px;
	
}
.d-block
{
	display:block
}
.events_overlay
{
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	background:url(../img/events/overlay.png) no-repeat bottom center  / cover;
	width:100%;
	height:100%;
	border-radius:15px;
}
.ai-fe
{
	align-items: flex-end;
}
.ask_us
{
	border-radius:15px;
	background:#FFF;
	padding:30px;
}
.contact-form input[type=text]
{
	border:0;
	border-bottom:1px solid rgba(32,28,29,0.5);
	height:20px;
	font-size:12px;
	padding-left:0
}

.contact-form textarea
{
	border:0;
	border-bottom:1px solid rgba(32,28,29,0.5);
	height:50px;
	font-size:12px;
	padding-left:0;
	background:none;
	resize:none
}
.contact-form button
{
		color:#FFF;
		background:#FEA903;
		border-radius:25px;
		padding:6px 20px;float:right;
		font-weight:bold;
		font-size:12px;
}
.contact-form i
{
	font-size:12px;
}
.bg_yellow
{
	background:#FEA903;
}
.bb2
{
	border-bottom:1px solid #F5C664;
}
.thanks_home{
		color:#000;
		background:#FFF;
		border-radius:25px;
		padding:6px 20px;float:right;
		font-weight:bold;
		font-size:12px;	
	
}
.home_bg
{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom center;
	overflow:hidden;
	height:65vh
}
.desktop_version
{
	position:fixed;
	width:100%;
	height:100vh;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom center;
	background-image:url('../img/desktop.jpg');
	z-index:500000
}

.preloader {
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #4b4b4b;
  text-align: center;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.spinner1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--viewport-height);
  z-index:50000
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FEA903;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

video {  
  width: 100vw;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 50;
}
.animsition, .animsition-overlay {

   
}.concept_box.home_box
{
	margin-top:-25px;
}
.jc-fe{justify-content:flex-end}
.txt-right{text-align:right}
.w-100{width:100%}
.desktop_version{display:none !important}
.desktop_none{display:none}
nav ul li a{color:#FFF}
nav ul li a:hover , nav ul li a.active{color:#FEA903}
	.big_img{height:550px}
	.big_img .img-bg{height:100%;background-size:cover;background-position:center center}
.latest_arrow
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;	
}
.rightLst
{
	    right: -50px;
}
.leftLst  
{
	    left: -50px !important;
}	
.pp
{
	    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 500;
    width: 40px;
}	
.h700
{
	height:700px;
}
.pop_click
{
	display:none
}
.home_popup
{
	    overflow: initial;
}
.home_popup .fancybox-close-small
{
	top:-100px;

}
.home_popup .fancybox-close-small:after
{
	    font: 30px/29px Arial,"Helvetica Neue",Helvetica,sans-serif;
	background: #FEA903;
	color:#000
}
.home_popup h2
{
    font-size: 14px;
	color:#FFF;
	text-align:right;
    padding-bottom: 5px;
}
.header_pop.home_popup
{
	padding-right:50px;
}
.header_pop.home_popup li
{
	background:none;padding:0 0  0 15px;width:auto !important
}
.header_pop.home_popup li a
{
	background:none;padding:0;width:auto !important
}
.header_pop.home_popup li img
{
	max-width:30px;
}
.header_pop.home_popup ul
{
	    justify-content: flex-end !important;
}
.home_popup a
{
	color:#FFF
}
.jc-sa
{
	justify-content:space-around
}
.home_popup span
{
	font-size:26px;
}	
.concept_slick .concept_box{margin-top:0}		
@media all and (max-width: 960px){
	.img-bgtt{height:400px;}
.pp
{

    top: 14px; width: 30px;
}
	.header_ask{position:absolute;bottom:25vh;left:0;z-index:50}
.container{width:100%;padding:0 5%}
.big_img{height:200px}
.mobile_none{display:none}
.desktop_none{display:inline-block}
.fullheight {
  height: var(--viewport-height);
}

.fullheight1 {
  height: calc(var(--viewport-height) - 120px);
}	
.full_story_text img{margin-left:-5%;max-width:110%}
.slided {
    -ms-transform: translate(-100%,0);
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
}
.trigger{
		display: block;
	}

	nav{
		position: fixed;
		z-index: 500;
		width: 100%;
		box-sizing: border-box;
		background: url('../img/nav.jpg') no-repeat bottom center  / cover;
		left: 100%;
		padding: 20px;
		top: 0;
		transition: .7s;
		-moz-transition: .7s;
		-webkit-transition: .7s;
		z-index:100000;
		/*min-height: -webkit-fill-available;	*/	
	}

	nav ul{
		margin:0;
	}

	nav ul li{
		margin:0;
		padding: 10px;
	}

	nav ul li a{
		padding: 2px 15px;
		line-height: 30px;
		text-align: left;
		position: relative;
		width: 100%;
		color:#FFF;
		box-sizing: border-box;
		display: block;
	}

	header li .ddm{
		position: relative;
		top: 10px;
		padding: 10px;
		opacity:1;
		overflow:inherit;
		background:none;
		top:-5px;
		left:20px;
		visibility:visible
	}

	.ddm li {
    		display: block;
    		float: none;
    		width: 100%;
		box-sizing: border-box;
    		padding: 0 15px;
		text-align: left;
	}

	.ddm li a{
		text-align: left;
	}

	header .tophd ul.hdlang {
		margin-right: 60px;
	}

	header .tophd ul.hdlang {
		margin-right: 60px;
	}

	header .tophd ul.hdlang li{
		display: inline-block;
		width: auto !important;
	}
.slided .trigger > div > span{background:#FFF}
.slided .trigger {top: 5px;}


nav ul li
{
	background:rgba(254,169,3,0.9);
	padding:10px 0;
	text-align:center;
	border-radius:50px ;
	margin:7px 0	
}	
nav ul li a
{
	color:#FFF;
	font-size:20px;
	text-align:center
	
}	
nav ul li a.active
{
	color:#FFF;
	
}
.concept_box.home_box
{
	margin-top:0px;
}
.px-0-m{padding-left:0 !important;padding-right:0 !important}
}

@media all and (max-width: 768px){
	.pr-15{padding-right:0;}
.pl-15{padding-left:0}
}











@media all and (min-width: 768px){
	
	.pr-5-d{padding-right:5px;}
	.pl-5-d{padding-left:5px;}
	.pb-15-d{padding-bottom:15px;}
	.pt-25-d{padding-top:25px;}	
	.pr-25-d{padding-right:50px;}
	.pl-25-d{padding-left:25px;}
	.car_slick img{padding: 0 15px}
	nav ul li a{font-size:12px;}
	nav ul li	{    width: 49% !important;}
	.intro_bg{height:150vh;background-position:bottom center}
	.concept_d{padding-top:50px;}	
}
@media all and (min-width: 960px){
	.footer_icons{display:none !important}.home_popup h2{font-size:16px;text-align:center}.home_popup img{margin:0 5px;max-width:30px;}
	footer{border-radius:0}
	.flex-row-d{display: flex !important;justify-content: center;flex-direction: row;align-content: center;align-items: center;		}
	header{padding:10px 0}
	footer{position:relative;bottom:auto;left:auto;}
	.jc-sb-d{justify-content:space-between !important}	
	.car_option span , .font-10, .font-10 * {font-size:14px;}	
	.font-8, .font-8 * , .font-6, .font-6 * , .font-7, .font-7 *{font-size:12px;}
	.font-9, .font-9 * {font-size:16px}
	.font-12, .font-12 *{font-size:16px;}
	.font-16, .font-16 *{font-size:22px;}
	.font-18, .font-18 * {font-size: 24px;}	
	.br-radius-20 img, .br-radius-20{border-radius:30px;}	
	.pb-10-d{padding-bottom:10px}
	.pb-70{padding-bottom:20px;}
	.home_bg{height:75vh}
	.intro_bg{height:100vh;background-position:bottom center}	
	.concept_slick{padding-bottom:70px}
	.concept_slick .slick-dots{top:auto;bottom:25px;}
	nav ul li a{font-size:14px;}
	nav ul li	{    width: auto !important;}
}


iframe{display:none}
.loadpage{overflow:hidden !important}
.font-500{font-weight:600 !important}
