@font-face { font-family:'Avenir Next DemiBold';src:url(fonts/AvenirNext-DemiBold.woff2) format('woff2'),url(fonts/AvenirNext-DemiBold.woff) format('woff');font-weight:400;font-style:normal;font-display:swap;}
@font-face { font-family:Alice;src:url(fonts/Alice-Regular.woff2) format('woff2'),url(fonts/Alice-Regular.woff) format('woff');font-weight:400;font-style:normal;font-display:swap;}

html {-webkit-text-size-adjust:100%;} 

#jpreLoader {width:700px!important;height:94px!important;background-color:transparent;border-radius:0!important;box-shadow:none!important;background-image:url("");background-repeat:no-repeat;background-position:left center;background-size:700px;}

body {background-color:#020202;font-family:'Avenir Next',sans-serif;}

a {color:#fff;transition:.6s ease;text-decoration:none;cursor:pointer;}

.logo-container {
	position: fixed;
	top: 24px;
	right: 24px;
	z-index: 10000;
}

.site-logo {
	display: block;
	height: 48px;
	width: auto;
}

.logo-small {
	display: none;
}

.arrowdown {
  position: absolute;
  color: #fff;
  cursor: pointer;
  height: 48px;
  width: 48px;
  z-index: 3000;
  top: 50%;
  right: 34px;
  border: none;
  margin-top: -27px;
  opacity: 0;
  visibility: hidden;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.arrowdown img {
  width: 48px;
  height: 48px;
  display: block;
}

.arrowright {
  display: inline-block;
  height: 48px;
  width: 48px;
  vertical-align: bottom;
  line-height: 0;
}

.arrowright img {
  width: 48px;
  height: 48px;
  display: block;
}


.fp-viewing-portfolio ul li a span {background-color:#ff004d;}

 .mobile-only {
      display: none;
    }

.content-container {
	position: relative;
	display: flex;
  	justify-content: center;
  	align-items: center;
  	margin: 0;
  	padding: 0 7%;
  	box-sizing: border-box;
  	min-width: 834px;
}

#aboutstyle .description {
	flex: 1;
	max-width: 50%;
	width: 50%;
	color: #fff;
	font-family: 'Avenir Next';
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	margin-right: 40px;
	transform: translateX(20px);
	transition: transform 1.4s ease;
}

#aboutstyle .description p {
	margin-bottom: 16px;
}

#aboutstyle .description ul {
	list-style: disc;
	padding-left: 20px;
	margin: 16px 0;
}

#aboutstyle .description ul li {
	margin-bottom: 12px;
}

#aboutstyle .image-container {
	position: relative;
	max-width: 50%;
	width: 50%;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}

#aboutstyle .image-container img,
#aboutstyle .image-container video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.fp-viewing-about #aboutstyle .description {
	transform: translateX(0);
}

.poimg { 
	overflow: hidden; 
	width: 100%; 
	flex: 1;
}

.poimg2 { 
	overflow: hidden; 
	width: 100%; 
	flex: 1;
	position: relative;
}

.details-container {
  position: absolute;
  z-index: 1000;
  top: 100px;
  left: 64px;
  max-width: 500px;
 
}

.secondary-container {
	position: absolute;
  z-index: 1000;
  top: 100px;
  left: 64px;
  max-width: 500px;
}

.details {font-family:'Avenir Next DemiBold','Avenir Next',sans-serif;font-weight:600;padding-left:20px;padding-top:50px;padding-bottom:16px;font-size:64px;line-height:1.2;color:#fff;}

h1 {font-family:'Avenir Next DemiBold','Avenir Next',sans-serif;font-weight:600;font-size:32px;line-height:1.2;color:#fff;}

.subdetails {font-family:"Avenir Next",sans-serif;text-align:left;padding-left:20px;font-size:16px;line-height:1;color:#fff;}

.subdetails span {color:#fff;opacity:0.5;padding-left:8px;padding-right:8px}

.wrr  {
  display: inline-block ;
	text-align:left ;
	list-style: none;
	padding: 0 !important;
	margin-top: 4px;
	max-width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4px;
 }

 .mainnav {
 	margin-top: 12px;
 	margin-bottom: 12px; 
 	}

.mainnav a {font-family:'Avenir Next DemiBold','Avenir Next',sans-serif;font-weight:600;font-size:32px;color:#fff;padding:0;line-height:1;transition:color .2s ease;}

/*#menu li.active a, #menu li.active {
color: #680AFF;
}
*/

.wrr a {font-family:'Avenir Next',sans-serif;font-size:16px;line-height:1;color:#b8c5d6;padding:0 16px 0 0;display:inline-block;transition:color .6s ease;}

.wrr a:hover {color:#ebe9ed;}

.wrr li {  display: inline;  }

.wrr li.active a, {
color: #680AFF;
}



#hellostyle {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	padding-top: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hello-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	z-index: 1;
	object-fit: cover;
}

.hello-video-mobile {
	display: none;
}

.hello-text {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	padding: 0 10%;
	text-align: center;
}

.hello-text p {
	font-family: 'Avenir Next Medium', 'Avenir Next', sans-serif;
	font-size: 36px;
	line-height: 1.4;
	color: #fff;
	margin: 0;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#aboutstyle {width:100%;height:100%;position:relative;top:0;padding-top:0;overflow:hidden;}

#contactstyle {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	padding-top: 0;
	overflow: hidden;
}

.contact-text {
	flex: 1;
	max-width: 50%;
	width: 50%;
	color: #fff;
	font-family: 'Avenir Next';
	text-align: left;
	margin-right: 40px;
	transform: translateX(20px);
	transition: transform 1.4s ease;
}

.contact-title {
	font-family: 'Avenir Next DemiBold', 'Avenir Next', sans-serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 16px 0;
}

.contact-subtitle {
	font-family: 'Avenir Next DemiBold', 'Avenir Next', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 8px 0;
}

.contact-description {
	font-size: 16px;
	line-height: 24px;
}

.contact-description p {
	margin-bottom: 16px;
}

.contact-link {
	color: inherit;
	text-decoration: underline;
}

.contact-icons {
	display: flex;
	gap: 16px;
	margin-top: 16px;
}

.contact-icon {
	display: inline-block;
	transition: opacity 0.3s ease;
}

.contact-icon:hover {
	opacity: 0.7;
}

.contact-icon img {
	display: block;
	width: 24px;
	height: 24px;
}

.contact-image-container {
	position: relative;
	max-width: 50%;
	width: 50%;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}

.contact-image-container img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.fp-viewing-contact .contact-text {
	transform: translateX(0);
}



