
/*------------------------------------------------------------------
Project:	Serano - Creative Portfolio Template
Version:	1.0
Last change:	15/08/2022
Assigned to:	www.ClaPat.com 
Primary use:	Showcase Portfolio 
-------------------------------------------------------------------*/

@import url("css/content.css");
@import url("css/showcase.css");
@import url("css/shortcodes.css");
@import url("css/assets.css");

@font-face {
    font-family: 'mona-sansextrabold_wide';
    src: url('webfonts/mona-sans-extraboldwide-webfont.woff2') format('woff2'),
         url('webfonts/mona-sans-extraboldwide-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mona-sanslight_wide';
    src: url('webfonts/mona-sans-lightwide-webfont.woff2') format('woff2'),
         url('webfonts/mona-sans-lightwide-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Sweet Sans Pro Heavy';
	src: url('fonts/SweetSansPro-Heavy.woff') format('woff');
	font-weight: 900;
	font-style: normal;
  }
  
  @font-face {
	font-family: 'Sweet Sans Pro';
	src: url('fonts/SweetSansPro-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
  }
  
  .baskervville-regular {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;
}

.baskervville-regular-italic {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: italic;
}

  

/*------------------------------------------------------------------

01. General Styles
02. Magic Cursor
03. Page Preloader
04. Header Elements
05. Main Content 
06. Footer Elements
07. Responsive Media Querries

-------------------------------------------------------------------*/

	
/*--------------------------------------------------
	01. General Settings
---------------------------------------------------*/

	html,body{
	font-family: 'Sweet Sans Pro', sans-serif !important;
		font-weight: 400;
		font-size:16px;
		height:100%;
		width:100%;
		color:#444;
		background-color:#fff;
		user-select: none; /* supported by Chrome and Opera */
		-webkit-user-select: none; /* Safari */
		-khtml-user-select: none; /* Konqueror HTML */
		-moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */		
	}
	
	html {
		box-sizing: border-box;
		margin-right: 0px!important;
		overflow: visible!important;
	}
	
	html {
		scroll-behavior: smooth;
	  }

	body {
		overflow: hidden;
		overflow-y:scroll;
		-webkit-transition: opacity 0.2s ease-in-out 0.2s;
		transition: opacity 0.2s ease-in-out 0.2s;
	}
	
	body.smooth-scroll {
		overflow:hidden;
	}
	
	body.hidden {
		opacity:0;
	}
	
	main111 {
		-webkit-transition: background 0.5s ease-in-out 0s;
		transition: background 0.5s ease-in-out 0s;
	}
	
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		border: 0;
		margin: 0;
		outline: 0;
		padding: 0;
		vertical-align: baseline;
	}
	
	article,
	aside,
	details,
	figcaption,
	footer,
	header,
	hgroup,
	nav,
	section {
		display: block;
	}
	
	audio {
		display: inline-block;
		max-width: 100%;
	}	
	
	address {
		font-style: italic;
		margin-bottom: 24px;
	}
	
	abbr[title] {
		border-bottom: 1px dotted #2b2b2b;
		cursor: help;
	}
	
	b,
	strong {
		font-weight: 600;
		color:#000;
	}
	
	.light-content b, .light-content strong, .dark-section b, .dark-section strong {
		font-weight: 600;
		color:#fff;
	}
	
	.light-content .light-section b, .light-content .light-section strong {
		font-weight: 600;
		color:#000;
	}
	
	cite,
	dfn,
	em,
	i {
		font-style: italic;
	}
	
	mark, ins {
		background: none repeat scroll 0 0 #000;
		text-decoration: none;
		color: #fff;
		padding: 2px 8px;
		display: inline-block;
		border-radius: 2px;
	}
	
	.light-content mark, .light-content ins, .dark-section mark, .dark-section ins {
		background: none repeat scroll 0 0 #fff;
		color:#000;
	}
	
	.light-content .light-section mark, .light-content .light-section ins {
		background: none repeat scroll 0 0 #111;
		color:#fff;
	}
	
	code,
	kbd,
	tt,
	var,
	samp,
	pre {
		font-family: monospace, serif;
		font-size: 15px;
		-webkit-hyphens: none;
		-moz-hyphens:    none;
		-ms-hyphens:     none;
		hyphens:         none;
		line-height: 1.6;
	}
	
	pre {
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		margin-bottom: 24px;
		max-width: 100%;
		overflow: auto;
		padding: 12px;
		white-space: pre;
		white-space: pre-wrap;
		word-wrap: break-word;
		background-color:rgba(0,0,0,0.05)
	}
	
	.light-content pre, .dark-section pre {
		background-color:rgba(255,255,255,0.05);
		color:#fff;
	}
	
	.light-content .light-section pre {
		background-color:rgba(0,0,0,0.05);
		color:#000;
	}
	
	blockquote,
	q {
		-webkit-hyphens: none;
		-moz-hyphens:    none;
		-ms-hyphens:     none;
		hyphens:         none;
		quotes: none;
	}
	
	blockquote:before,
	blockquote:after,
	q:before,
	q:after {
		content: "";
		content: none;
	}
	
	blockquote {
		color: #000;
		line-height: 1.6;
		font-size: 1.5rem;
		margin-bottom: 2.1875rem;
		font-weight: 500;
		padding-left: 3.5rem;
		margin: 0 0 1.5625rem;
		position:relative;
	}
	
	.light-content blockquote, .dark-section blockquote {
		color: #fff;
	}
	
	.light-content .light-section blockquote {
		color: #000;
	}
	
	blockquote::before {
		content: "\275D";
		position: absolute;
		left: 0;
		top: 5px;
		line-height: 1;
		font-size: 3rem;
		font-weight: 500;
	}
	
	blockquote cite,
	blockquote small {
		color: #2b2b2b;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5;
	}
	
	.light-content blockquote cite, .light-content blockquote small {
		color:#fff;
	}
	
	blockquote em,
	blockquote i,
	blockquote cite {
		font-style: normal;
	}
	
	blockquote strong,
	blockquote b {
		font-weight: 600;
	}
	
	small {
		font-size: smaller;
	}
	
	big {
		font-size: 125%;
	}
	
	sup,
	sub {
		font-size: 75%;
		height: 0;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}
	
	sup {
		bottom: 1ex;
	}
	
	sub {
		top: .5ex;
	}
	
	dl {
		margin-bottom: 24px;
	}
	
	dt {
		font-weight: bold;
	}
	
	dd {
		margin-bottom: 24px;
	}
	
	ul,
	ol {
		list-style: none;
		margin: 0 0 24px 20px;
	}
	
	ul,
	ol {
		list-style: none;
		margin:20px 0 25px 20px;
	}
	
	ul {
		list-style: disc;
	}
	
	ol {
		list-style: decimal;
	}
	
	li > ul,
	li > ol {
		margin: 20px 0px 15px 25px;
	}
	
	li {
		line-height: 20px;
		color:#444;
		margin-bottom:25px;
	}
	
	.light-content li, .dark-section li {
		color: #ccc;
	}
	
	.light-content .light-section li {
		color: #444;
	}
	
	figure {
		margin:0;
		position:relative;
		display: block;
	}
	
	figure.has-parallax {		
		overflow:hidden;
	}
	
	.full figure.has-parallax {		
		overflow:hidden;
		height:100vh;
	}
	
	figure img {
		max-width:100%;
	}
	
	.has-parallax-content > img, .has-parallax > img {
		width:100%;
		height: 100%;
		position:absolute;
		display:block;
		object-position: center; 
		object-fit: cover;
	}
	
	figcaption {
		background-color: rgba(0,0,0,0.3);
		bottom: 0px;
		color: #fff;
		font-weight:400;
		font-size: 10px;
		padding: 5px 10px;
		position: absolute;
		right: 0px;
		z-index: 10;
		border-radius:0;
	}
	
	fieldset {
		border: 1px solid rgba(0, 0, 0, 0.1);
		margin: 0 0 24px;
		padding: 0;
	}
	
	legend {
		white-space: normal;
	}
	
	button,	input {
		line-height: normal;
	}
	
	input,
	textarea {
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
	}
	
	button, html input[type="button"], input[type="reset"], input[type="submit"] {
		cursor: pointer;
	}
	
	button[disabled],
	input[disabled] {
		cursor: default;
	}
	
	input[type="checkbox"],
	input[type="radio"] {
		padding: 0;
	}
	
	input[type="search"] {
		-webkit-appearance: textfield;
	}
	
	input[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}
	
	button::-moz-focus-inner, input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}
	
	textarea {
		overflow: auto;
		vertical-align: top;
	}
	
	table {
		border-collapse: separate;
		border-spacing: 0;
		border-width: 1px 0 0 1px;
		margin-bottom: 24px;	
		width: 100%;
		color:#444;
	}
	
	thead, .light-content .light-section thead {
		background-color:rgba(0,0,0,1);
		color:#fff;
	}
	
	.light-content thead, .dark-section thead {
		background-color:rgba(255,255,255,1);
	}
	
	thead tr, .light-content .light-section thead tr {
		color:#fff;
	}
	
	.light-content thead tr, .dark-section thead tr {
		color:#000;
	}
	
	tr, .light-content .light-section tr {
		color:#444;
	}
	
	.light-content tr, .dark-section tr{
    	color:#CCC;
	}
	
	tr:nth-child(2n), .light-content .light-section tr:nth-child(2n) {
    	background-color:rgba(0,0,0,0.05);
	}
	
	.light-content tr:nth-child(2n), .dark-section tr:nth-child(2n){
    	background-color:rgba(255,255,255,0.1);
	}
	
	caption, th, td {
		font-weight: normal;
		text-align: left;
	}
	
	th {
		border-width: 0 1px 1px 0;
		padding: 10px;
	}
	
	td {
		border-width: 0 1px 1px 0;
		padding: 10px;
	}
	
	del {
		color: #767676;
	}
	
	hr {
		border: 0;
		height: 28px;
		width:100%;
		float:none;
		margin:0;
		display:inline-block;
		opacity: 1!important;
		-webkit-transition: translateY(0px)!important;
		transform: translateY(0px)!important;
	}
	
	hr.animated-line {
		height:1px;		
		padding-top:20px;
		padding-bottom:20px;
	}
	
	hr.animated-line:before {
		content: ""; 
		display: block; 
		width:0;
		height:1px;
		background:rgba(0,0,0,0.1);
	}
	
	.light-content hr.animated-line:before, .dark-section hr.animated-line:before {
		background:rgba(255,255,255,0.15);
	}
	
	.light-content .light-section hr.animated-line:before {
		background:rgba(0,0,0,0.1);
	}
	
	hr.animated.animated-line:before {
		width:100%;
		-webkit-transition: width 0.7s ease-in-out 0.1s;
		transition: width 0.7s ease-in-out 0.1s;
	}
	
	hr:after {
		clear: both;
		content: " ";
		display: block;
		height: 0;
		visibility: hidden;
	}
	
	::selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}
	
	::-moz-selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}
	
	img {
		border: 0 none;
		max-width: 100%;
		vertical-align: middle;
		height:auto;
	}
		
	h1, h2, h3, h4, h5, h6 {		
		font-family: 'Sweet Sans Pro Heavy', sans-serif !important;
		color:#000;
		margin-bottom:20px;
	}
	
	.uppercase-titles h1, .uppercase-titles h2, .uppercase-titles h3, .uppercase-titles h4, .uppercase-titles h5, .uppercase-titles h6 {
		text-transform:uppercase;
	}
	
	.primary-font-title {
		font-family: 'Sweet Sans Pro Heavy', sans-serif !important;
	}
	
	.secondary-font-title, em {
		font-family: 'Sweet Sans Pro', sans-serif !important;
		font-style:normal;
	}
	
	.big-title{
		font-size: calc(1rem + 4.15vw);
		line-height: calc(1rem + 4.5vw);
	}
	
	h1{
		font-size: calc(1rem + 4.15vw);
		line-height: calc(1rem + 4.5vw);
	}
	
	h2{
		font-size: calc(1rem + 2vw);
	}
	
	h3{
		font-size: calc(1rem + 2vw);
		line-height: calc(1rem + 2.5vw);
	}
	
	h4{
		font-size: calc(1rem + 1vw);
		line-height: calc(1rem + 1.6vw);
	}
	
	h5{
		font-size: calc(1rem + 0.6vw);
		line-height: calc(1rem + 1.5vw);
	}
	
	h6 {
		font-size:18px;
		line-height: 36px;
	}
	
	h6.has-icon {
		padding-left: 20px;
		box-sizing: border-box;
		display: inline-block;
		width: auto;
		position: relative;
	}
	
	h6.has-icon::before {
		font: var(--fa-font-solid);
		content: "\f101";
		font-size: 12px;
		line-height: inherit;
		text-align: left;
		position: absolute;
		left: 0;
	}
	
	.no-margins {
		margin:0;
	}
	
	.light-content h1, .light-content h2, .light-content h3, .light-content h4, .light-content h5, .light-content h6, .dark-section h1, .dark-section h2, .dark-section h3, .dark-section h4, .dark-section h5, .dark-section h6 {
		color: #fff;
	}
	
	.light-content .light-section h1, .light-content .light-section h2, .light-content .light-section h3, .light-content .light-section h4, .light-content .light-section h5, .light-content .light-section h6 {
		color: #000;
	}
	
	p {
		font-size:16px;
		line-height: 30px;
		font-weight:500;
		margin-bottom: 20px;
		color:#444;
	}
	
	.light-content p, .dark-section p{
		color:#777;
	}
	
	.light-content .light-section p {
		color:#444;
	}
	
	.bigger {
		font-size: 20px;
		line-height: 30px;
	}
	
	.smaller {
		font-size: 12px;
		line-height: 24px;
	}
	
	.container {
		max-width:1280px;
		width:100%;
		margin:0 auto;
		box-sizing:border-box;
	}
	
	.container::after {
		clear: both;
		content: " ";
		display: table;
	}
	
	a:hover, a:active {
	  outline: 0;
	  color: #000;
	}
	
	a, .light-content .light-section a {
		text-decoration: none;
		color: #000;
		outline: 0;
	}
	
	.light-content a, .dark-section a, .white-header a {
		color: #fff;
	}
	
	.light-content .white-header a { 
		color:#000;		
	}
	
	a:hover {
		text-decoration:none;
	}
	
	.one_half {
    	width: 48%!important;
	}	

	.one_third {
		width: 30.6%!important;
	}	

	.one_fourth {
		width: 22%!important;
	}	

	.one_fifth {
		width: 16.8%!important;
	}	

	.one_sixth {
		width: 13.33%!important;
	}	

	.two_fifth {
		width: 37.6%!important;
	}	

	.two_fourth {
		width: 48%!important;
	}		

	.two_third {
		width: 65.33%!important;
	}	

	.three_fifth {
		width: 58.4%!important;
	}	

	.three_fourth {
		width: 74%!important;
	}	

	.four_fifth {
		width: 79.2%!important;
	}	

	.five_sixth {
		width: 82.67%!important;
	}	

	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		float: left!important;
		margin-bottom: 1px!important;
		margin-right: 4%!important;
		position: relative!important;
	}

	.last {
		margin-right:0px!important;
	}
	
	.text-align-left {
		text-align:left;
	}
	
	.text-align-center {
		text-align:center;
	}
	
	.text-align-right {
		text-align:right;
	}
	
	.outer {
		display:table;
		width:100%;
		height:100%;
	}
	
	.inner {
		display:table-cell;
		vertical-align:middle;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	
	.light-section-wrapper, .dark-section-wrapper {
		margin-left: calc(50% - 50vw)!important;
		margin-right: calc(50% - 50vw)!important;
		max-width: 1000%!important;
		width: 100vw!important;
	}
	
	.light-section-container, .dark-section-container {
		position: relative;
		box-sizing: border-box;
		width: 100%;
		margin: 0 auto;
	}
	
	.content-row {
		position:relative;
		width:100%;
		margin:0 auto;
		z-index:1;
		opacity:1;
		box-sizing:border-box;
	}
	
	.clip-effects {
		overflow:hidden;
		clip-path: inset(6% 18% 0% 18%);
	}
	
	.content-row::after {
		clear: both;
		content: " ";
		display: table;
	}
	
	.small {
		max-width:820px;
		width:100%;
		margin:0 auto;
	}
	
	.large {
		max-width:1380px;
		width:100%;
		margin:0 auto;
	}
	
	.full {
		margin-left: calc(50% - 50vw)!important;
		margin-right: calc(50% - 50vw)!important;
		max-width: 1000%!important;
		width: 100vw!important;
	}
	
	.row_padding_top {
		padding-top:9vw;
	}
	
	.row_padding_bottom {
		padding-bottom:9vw;
	}
	
	.row_padding_left {
		padding-left:80px;
	}
	
	.row_padding_right {
		padding-right:80px;
	}
	
	.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 80px;
		padding-right: 80px;
	}
	
	#rotate-device {
		width:100%;
		height:100%;
		position:fixed;
		z-index:1000;
		top:0;
		left:0;
		background-color:#0f1010;
		background-image:url(images/rotate.png);
		background-size:100px 100px;
		background-position:center;
		background-repeat:no-repeat;
		display:none;
	}
	
	i.arrow-icon {
		border: solid #000;
		border-width: 0px 3px 3px 0px;
		box-sizing:border-box;
		display: block;
		position:relative;
		top:0px;
		left:0px;
		height:20px;
		width:20px;
	}
	
	.light-content i.arrow-icon, .dark-content .item i.arrow-icon {
		border: solid #fff;
		border-width: 0px 3px 3px 0px;
	}
	
	.light-content .change-header i.arrow-icon, .dark-content .change-header i.arrow-icon {
		border: solid #000;
		border-width: 0px 3px 3px 0px;
	}
	
	i.arrow-icon::after {
		content: "";
		position: absolute;
		width: 28px;
		height: 3px;
		top: 7px;
		left: -6px;
		background-color: #000;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	
	.light-content i.arrow-icon:after, .light-content .change-header i.arrow-icon::after, .dark-content .item i.arrow-icon::after {
		background-color:#fff;
	}
	
	.light-content .change-header i.arrow-icon::after, .dark-content .change-header i.arrow-icon::after {
		background-color:#000;
	}
	
	i.arrow-icon-down {
		border: solid #222;
		border-width: 0px 2px 2px 0px;
		box-sizing:border-box;
		display: block;
		position:relative;
		top:14px;
		left:14px;
		height: 12px !important;
		width: 12px !important;
		line-height: 12px !important;
	}
	
	i.arrow-icon-down.left {
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
	}
	
	i.arrow-icon-down::after {
		content: "";
		position: absolute;
		width: 16px;
		height: 2px;
		top: 4px;
		left: -3px;
		background-color: #222;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		
	}
	
	.light-content i.arrow-icon-down {
		border: solid #fff;
		border-width: 0px 2px 2px 0px;
	}
	
	.light-content i.arrow-icon-down::after {
		background-color: #fff;
	}
	
	i.arrow-icon-up {
		border: solid #222;
		border-width:  2px 2px 0px 0px;
		box-sizing:border-box;
		display: block;
		position:relative;
		top:14px;
		left:14px;
		height: 12px !important;
		width: 12px !important;
		line-height: 12px !important;
	}	
	
	i.arrow-icon-up.right {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}	
	
	i.arrow-icon-up::after {
		content: "";
		position: absolute;
		width: 16px;
		height: 2px;
		top: 4px;
		left: -3px;
		background-color: #222;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	
	.light-content i.arrow-icon-up {
		border: solid #fff;
		border-width:  2px 2px 0px 0px;
	}
	
	.light-content i.arrow-icon-up::after {
		background-color: #fff;
	}

/*--------------------------------------------------
	02. Magic Cursor
---------------------------------------------------*/	
	
	
	#magic-cursor {
	  position: absolute;
	  left:0;
	  top:0;
	  width: 30px;
	  height: 30px;
	  pointer-events: none;
	  z-index:10000;
	  -webkit-transition: opacity 0.2s ease-in-out 0.5s;
		transition: opacity 0.2s ease-in-out 0.5s;
	}
	
	.hidden-ball #magic-cursor {
		opacity:0!important;
		visibility:hidden;
	}
	
	#ball {
		position: fixed;
		width: 80px;
		height: 80px;
		border: 2px solid #2b9dd9;
		border-radius: 50%;
		pointer-events: none;
		opacity:1;
		box-sizing:border-box;
		 -webkit-transform: scale(0.5);
	  	transform: scale(0.5);	
	}
	
	.light-content #ball, #ball.over-movie,  .light-content #ball.with-icon {
		border: 2px solid #999999;
		border-color:#999999;
	}
	
	#ball.with-blur {
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);		
	}
	
	#ball:before {
		font: var(--fa-font-solid);
		content: "\f106";
		font-size:14px;
		width:8px;
		height:16px;
		line-height:16px;
		text-align:center;
		position:absolute;
		left: 32px;
		top: -42px;
		color:#999;
		opacity:0;
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #ball:before {
		color:#999;
	}
	
	#ball::after {
		font: var(--fa-font-solid);
		content: "\f107";
		font-size: 14px;
		width: 8px;
		height: 16px;
		line-height: 16px;
		text-align: center;
		position: absolute;
		left: 32px;
		top: 100px;
		color: #999;
		opacity:0;
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
		transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #ball:before, .light-content #ball:after {
		color:#999;
	}
	
	.scale-up #ball:before, .scale-drag-horizontal #ball:before {
		opacity:1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.scale-drag-horizontal #ball:before {
		color: #fff;
	}
	
	.scale-up #ball:after, .scale-drag-horizontal #ball:after {
		opacity:1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.scale-drag-horizontal #ball:after {
		color: #fff;
	}
	
	.scale-up.scale-none #ball:before, .scale-up.scale-none #ball:after {
		opacity:0;
	}
	
	#ball-drag-x {
		position: absolute;
		width: 72px;
		height: 72px;
		pointer-events: none;
		opacity:1;
		box-sizing:border-box;	
	}
	
	#ball-drag-x::before {
		font: var(--fa-font-solid);
		content: "\f053";
		font-size: 14px;
		width: 8px;
		height: 16px;
		line-height: 16px;
		text-align: center;
		position: absolute;
		left: -37px;
		top: 30px;
		color: #000;
		opacity: 0;
		transform: translateX(-20px);
		-webkit-transform: translateX(-20px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #ball-drag-x:before {
		color:#fff;
	}
	
	#ball-drag-x::after {
		font: var(--fa-font-solid);
		content: "\f054";
		font-size: 14px;
		width: 8px;
		height: 16px;
		line-height: 16px;
		text-align: center;
		position: absolute;
		right: -40px;
		left: auto;
		top: 30px;
		color: #000;
		opacity: 0;
		transform: translateX(20px);
		-webkit-transform: translateX(20px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #ball-drag-x:before, .light-content #ball-drag-x:after {
		color:#fff;
	}
	
	.drag-cursor-white #ball-drag-x:before, .drag-cursor-white #ball-drag-x:after {
		color:#fff;
	}
	
	.drag-cursor-black #ball-drag-x:before, .drag-cursor-black #ball-drag-x:after {
		color:#000;
	}
	
	.scale-drag-x #ball-drag-x:before {
		opacity:1;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.scale-drag-x #ball-drag-x:after {
		opacity:1;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.scale-up.scale-drag #ball-drag-x:before, .scale-up.scale-drag #ball-drag-x:after {
		opacity:0;
	}
	
	#ball-drag-y {
		position: absolute;
		width: 72px;
		height: 72px;
		pointer-events: none;
		opacity:1;
		box-sizing:border-box;	
	}
	
	#ball-drag-y:before {
		font: var(--fa-font-solid);
		content: "\f077";
		font-size:14px;
		width:8px;
		height:16px;
		line-height:16px;
		text-align:center;
		position:absolute;
		left: 32px;
		top: -40px;
		color:#000;
		opacity:0;
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #ball-drag-y:before {
		color:#fff;
	}
	
	#ball-drag-y::after {
		font: var(--fa-font-solid);
		content: "\f078";
		font-size: 14px;
		width: 8px;
		height: 16px;
		line-height: 16px;
		text-align: center;
		position: absolute;
		left: 32px;
		top: 100px;
		color: #000;
		opacity:0;
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #ball-drag-y:before, .light-content #ball-drag-y:after {
		color:#fff;
	}
	
	.scale-drag-y #ball-drag-y:before {
		opacity:1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.scale-drag-y #ball-drag-y:after {
		opacity:1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.scale-up.scale-drag #ball-drag-y:before, .scale-up.scale-drag #ball-drag-y:after {
		opacity:0;
	}
	
	#ball i {
		color:#fff;
		width:76px;
		height:80px;
		line-height:78px;
		text-align:center;
		font-size:14px;
		display:block;
		opacity:1;
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	#ball {
		display:flex;
		flex-direction: column;
		justify-content: center;
	}
	
	#ball p {
		color:#fff;
		width:auto;
		height:16px;
		line-height:16px;
		padding-top:0px;
		padding-left:0px;
		box-sizing:border-box;
		margin:0 auto;
		margin-bottom:0;
		text-align:center;
		font-size:10px;
		font-weight: 600;
		display:flex;
		flex-direction: column;
		align-self: center;
		opacity:1;
		position:relative;
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #ball p {
		color:#fff;
	}
	
	#ball p.center-first::before {
		content:"[";
		font-size:12px;
		font-weight: 500;
		position:absolute;
		height:20px;
		top:calc(50% - 10px);
		left:-8px;
		line-height:20px;
	}
	
	#ball p.center-first::after {
		content:"]";
		font-size:12px;
		font-weight: 500;
		position:absolute;
		height:20px;
		top:calc(50% - 10px);
		right:-8px;
		line-height:20px;
	}
	
	.light-content #ball i, #ball.over-movie i, .light-content #ball.with-icon i {
		color:#fff;
	}
	
	.drag-cursor-white #ball i, .drag-cursor-white #ball.with-icon i {
		color:#fff;
	}
	
	.drag-cursor-black #ball i, .drag-cursor-black #ball.with-icon i {
		color:#000;
	}
	
	.light-content #ball.with-icon.dark-icon i {
		color:#000;
	}
	
	.scale-up #ball i {
		opacity:0;
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	#ball.with-icon i {
		width:76px;
	}
	
	#ball.with-icon i:nth-child(2) {
		display:none;
	}
	
	#ball.close-icon i {
		width:75px;
		height:76px;
		font-size:14px;
	}
	
	#ball.over-movie i.fa-play, #ball.over-movie.pause-movie i.fa-pause {
		display:block;
	}
	
	#ball.over-movie i.fa-pause, #ball.over-movie.pause-movie i.fa-play {
		display:none;
	}
	
	#ball-loader {
		width: 100px;
		height: 100px;
		position:absolute;
		background-color: transparent;
		border-right: 4px solid transparent;
		border-bottom: 4px solid #999999;
		border-left: 4px solid transparent;
		border-top: 4px solid transparent;
		border-radius: 100px;
		box-sizing: border-box;
		opacity:0;
		-webkit-transform: translate(-14px, -14px) rotate(0deg);
		transform: translate(-14px, -14px) rotate(0deg);
		-webkit-animation: rotating 0.8s ease-in-out infinite;
		animation: rotating 0.8s ease-in-out infinite;
		-webkit-transition: opacity 0s ease-in-out 0s;
		transition: opacity 0s ease-in-out 0s;
	}
	
	.light-content #ball-loader { 
		border-bottom: 4px solid #999999;
	}
	
	.show-loader #ball-loader {
		opacity:1;
		-webkit-transition: opacity 0.2s ease-in-out 0s;
		transition: opacity 0.2s ease-in-out 0s;
	}
	
	@keyframes rotating {
      0% {
		-webkit-transform: translate(-14px, -14px)rotate(0deg);
		transform:  translate(-14px, -14px)) rotate(0deg);
      }
	  
	  95% {
        -webkit-transform:  translate(-14px, -14px) rotate(350deg);
		transform:  translate(-14px, -14px) rotate(350deg);
      }
	  
      100% {
        -webkit-transform:  translate(-14px, -14px) rotate(360deg);
		transform:  translate(-14px, -14px) rotate(360deg);
      }
	}
	
	.show-loader a, .show-loader nav, .scale-up a, .scale-up .hide-ball, scale-up .link, .scale-up .button-wrap, .scale-up #burger-wrapper, .scale-up .disable-drag, .scale-drag a, .scale-drag .move-title {
		pointer-events:none!important;
	}
	
	.disable-cursor #magic-cursor {
		display:none;
	}
	
	#ball i.arrow-icon {
		border: solid #fff;
		border-width: 3px 3px 0px 0px;
		box-sizing:border-box;
		display: block;
		position:absolute;
		top:28px;
		left:30px;
		height:20px;
		width:20px;
	}
	
	.light-content #ball i.arrow-icon {
		border: solid #fff;
		border-width: 3px 3px 0px 0px;
	}
	
	#ball i.arrow-icon:after {
		content:"";
		position:absolute;
		width:30px;
		height:3px;
		top:8px;
	  	left:-8px;
		background-color:#fff;
		transform: rotate(-45deg);
  		-webkit-transform: rotate(-45deg);
	}
	
	.light-content #ball i.arrow-icon:after {
		background-color:#fff;
	}
	
	
/*--------------------------------------------------
	03. Page Preloader
---------------------------------------------------*/	
	
	.disable-ajaxload .preloader-wrap {
		display:none;
	}
	
	.preloader-wrap {
		width: 100%;
		height:100%;
		position: fixed;
		top: 0; 
		bottom: 0;
		background: #000;
		z-index : 1800;
		text-align:center;
	}
	
	.preloader-wrap .outer {
		padding: 0px;
		box-sizing:border-box;
	}
	
	.preloader-wrap .inner {
		vertical-align:middle;
		box-sizing:border-box;
	}
	
	.percentage-wrapper {
		position:relative;
		display:block;
		text-align:center;
		background-color:#000;
		float:left;
		width:9vw;
		overflow:hidden;
		z-index:10;
	}
	
	.percentage {
		opacity: 1;
		font-family: 'mona-sanslight_wide';
		font-size: calc(1rem + 2vw);
		line-height: calc(1rem + 2.5vw);
		font-weight: 500;
		color:#fff;		
		display: table;
		margin: 0 auto;
		margin-top:1px;
	}
	
	.percentage::after {
		content: "%";
	}
	
	.percentage-intro {
		height: 20px;
		font-size: 14px;
		font-weight: 500;
		line-height: 20px;
		color:rgba(255,255,255,0.6);
		position: absolute;
		bottom: 60px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	
	.trackbar {
		width: auto;
		height: auto;
		margin:0 auto;
		display:table;
		position: relative;
		padding:0px;
		opacity: 1;
	}
	
	.loadbar {
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.8);
		position: absolute;
		top: 0px;
		right: 0;
		overflow: hidden;
		z-index:20;
	}
	
	.hold-progress-bar {
		width: 0%;
		height: 0px;
		background: rgba(0,0,0,1);
		position: absolute;
		top: 0px;
		left: 0;
		right:0;
		overflow: hidden;
	}
	
	.preloader-intro {
		position:relative;
		display:block;
		color:#fff;
		overflow:hidden;
		padding-left:0vw;		
		float:right;
		z-index:0;
	}
	
	.uppercase-titles .preloader-intro {
		text-transform:uppercase;
	}
	
	.preloader-intro span {
		position: relative;
		display:block;
		font-family: 'mona-sansextrabold_wide';
		font-weight:500;
		position: relative;
		font-size: calc(1rem + 2vw);
		line-height: calc(1rem + 2.5vw);
	}
	
/*--------------------------------------------------
	04. Header Elements
---------------------------------------------------*/	
	
		
	header {
		width:100%;
		height:120px;
		left:0;
		top:0;
		background-color:transparent;
		position:fixed;
		box-sizing:border-box;
		z-index:1000;
		pointer-events:none;
		-webkit-transition: background 0.4s ease-in-out 0.3s;
		transition: background 0s ease-in-out 0s;
	}
	
	#header-container {
		box-sizing: border-box;
		height: inherit;
		padding: 20px 80px;
		margin: 0 auto;
		position: relative;
		width: 100%;
		z-index: 20;
		opacity: 0;
	}
	
	.header-visible #header-container{
		opacity:1;
	}
	
	#logo {
		position: relative;
		display: table;
		pointer-events: initial;
		z-index: 10;
		top: 15px;
		float: left;
	}
	
	#logo a {
		display:block;
		-webkit-transition: transform 0.5s ease-in-out 0.1s;
		transition: transform 0.5s ease-in-out 0.1s;	
	}
	
	#logo a.disable, .open #logo a {
		pointer-events: none;
	}
	
	#logo img {
		display: block;
		height: 50px;
		width: auto;
		max-width:none;
		-webkit-transition: opacity 0.15s ease-in-out 0s;
		transition: opacity 0.15s ease-in-out 0s;
	}
	
	#logo img.black-logo {
		opacity:1;
	}
	
	.light-content #logo img.black-logo {
		opacity:0;
	}
	
	#logo img.white-logo {
		position:absolute;
		top:0;
		left:0;
		opacity:0;
	}
	
	.light-content #logo img.white-logo {
		opacity:1;
	}
	
	.white-header #logo img.black-logo {
		opacity:0;
	}
	
	.light-content .white-header #logo img.black-logo {
		opacity:1;
	}
	
	.light-content .white-header.over-white-section #logo img.black-logo, .show-loader1 .light-content .white-header #logo img.black-logo {
		opacity:0;
	}
	
	.white-header #logo img.white-logo {
		opacity:1;
	}
	
	.light-content .white-header #logo img.white-logo {
		opacity:0;
	}
	
	.light-content .white-header.over-white-section #logo img.white-logo, .show-loader1 .light-content .white-header #logo img.white-logo {
		opacity:1;
	}
	
	.menu-open.light-content .slide-in #logo img.white-logo {
		opacity:1;
	}
	
	nav {
		pointer-events: none;
	}
	
	nav.open {
		pointer-events: initial;
	}
	
	.dark-content-header #logo img.black-logo {
		opacity:1!important;
	}
	
	.dark-content-header #logo img.white-logo {
		opacity:0!important;
	}
	
	.light-content-header #logo img.black-logo {
		opacity:0!important;
	}
	
	.light-content-header #logo img.white-logo {
		opacity:1!important;
	}
	
	@media all and (min-width: 1025px) {
		
		.classic-menu nav {
			position: relative;
			width: auto;
			top: 0px;
			-webkit-transition: all 0.2s ease-in-out 0.5s;
			transition: all 0.2s ease-in-out 0.5s;
			display:block;
			float:right;
			height: 60px;
			margin: 10px 0;
			background-color:transparent!important;
			opacity: 1 !important;
		}
		
		.classic-menu .flexnav {
			display: block;
			float: right;
			position: relative;
			width: auto;
			max-height: 60px;
		}
		
		.classic-menu .flexnav li ul {   
			min-width: 180px;
		}	
		
		.classic-menu .flexnav .touch-button {
			background: transparent none repeat scroll 0 0;
		}	
		
		.flexnav .touch-button .navicon {
			display:none;
		}
		
		.classic-menu .flexnav li {    
			background: transparent none repeat scroll 0 0;
			padding:0 30px;
			padding-bottom:20px;
			padding-top:20px;
		}
		
		.classic-menu .menu-timeline {
			opacity:1!important;
			-webkit-transition: translateY(0px)!important;
			transform: translateY(0px)!important;
			pointer-events:initial;
		}
		
		.classic-menu .flexnav li:last-child {
			padding-right:0px;
		}
		
		.classic-menu .before-span {
			opacity:1!important;
			-webkit-transition: translateY(0px)!important;
			transform: translateY(0px)!important;
			
		}
		
		.classic-menu .flexnav li a {    
			background: transparent none repeat scroll 0 0;
			padding: 0;
			position:relative;
			border-left: medium none;
			color:#222;		
			font-size:14px;
			font-weight:500;
			line-height:24px;
			display:block;
			overflow:hidden;			
		}
		
		.light-content .classic-menu .flexnav li a { 
			color:#fff;		
		}
		
		.light-content  .classic-menu.white-header .flexnav li a { 
			color:#222;		
		}
		
		.classic-menu.white-header .flexnav li a { 
			color:#fff;		
		}
		
		.flexnav:hover li a {
			color: rgba(0,0,0,0.4);
		}
		
		.light-content .classic-menu .flexnav:hover li a {
			color: rgba(255,255,255,0.4);
		}
		
		.classic-menu.white-header .flexnav:hover li a {
			color: rgba(255,255,255,0.4);
		}
		
		.light-content  .classic-menu.white-header .flexnav:hover li a {
			color: rgba(0,0,0,0.4);	
		}
		
		.classic-menu .flexnav li:hover a {
			color:#222;
		}
		
		.light-content .classic-menu .flexnav li:hover a {
			color:#fff;
		}
		
		.classic-menu.white-header .flexnav li:hover a {
			color:#fff;
		}
		
		.light-content .classic-menu.white-header .flexnav li:hover a {
			color:#222;
		}
	
		.classic-menu .flexnav li a span {
			position: relative;
			display: block;
			-webkit-transition: -webkit-transform 0.2s;
			transition: transform 0.2s;
			transform-origin: 100% 0%;
		}
		
		.classic-menu .flexnav li a span::before {
			position: absolute;
			top: 100%;
			width:100%;
			left:0;
			content: attr(data-hover);
		}
		
		.classic-menu .flexnav li:hover a span {
			-webkit-transform: translateY(-100%);
			transform: translateY(-100%);
			transform-origin: 0% 0%;
		}
		
		.classic-menu .flexnav li a span:nth-child(2), .classic-menu .flexnav li a span:nth-child(3) {
			display:none;
		}
		
		.classic-menu .flexnav li ul li a { 
			padding:0 20px 20px;
			background-color:transparent;
			font-size:14px;
			font-weight:400;
			text-transform:none;
			color:#fff!important;
			opacity:0.6;
			-webkit-transition: all 0.05s ease-in-out;
			-moz-transition: all 0.05s ease-in-out;
			-o-transition: all 0.05s ease-in-out;
			-ms-transition: all 0.05s ease-in-out;
			transition: all 0.05s ease-in-out;
		}
		
		.classic-menu .flexnav li ul li a.link::before {
			display:none;
		}
		
		.classic-menu .flexnav li ul li a.active, .classic-menu .flexnav li ul li a:hover {
			opacity:1;
		}
		
		.classic-menu .flexnav li > ul li {
			margin-left:0;
			padding:0;
			opacity: 1 !important;
			transform: none !important;
		}
		
		.classic-menu .flexnav li ul {
			-webkit-transform: translate3d(0px, 30px, 0px);
			transform: translate3d(0px, 30px, 0px);
			display:block!important;
			opacity:0!important;
			height:inherit!important;
			overflow:visible!important;
			visibility:hidden;
			left:15px;
			top:60px;
			padding-top:20px;
			background: #000;		
			border-radius:3px;
			-webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out!important;
			transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out!important;
		}
		
		.classic-menu .flexnav li:last-child ul {
			left:auto;
			right:-10px;
		}
		
		.classic-menu .flexnav li ul ul {
			left:5px!important;

		}
		
		.classic-menu .flexnav li ul:after {
			display: block;
			content: '';
			position: absolute;
			top: -6px;
			left: 20px;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 0 10px 9px;
			border-color: transparent transparent #000;
		}
		
		.classic-menu .flexnav li:last-child ul:after {
			left: auto;
			right: 20px;
		}
		
		.classic-menu .flexnav ul li ul:after {
			display: block;
			content: '';
			position: absolute;
			top: 15px;
			left: -10px;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 0 10px 9px;
			border-color: transparent transparent #000;
			-webkit-transform: rotate(-90deg);
			transform: rotate(-90deg);
		}
		
		.classic-menu .flexnav li ul li > ul, .classic-menu .flexnav li ul.open ul.open {
			top: -5px;
			z-index:10;
		}
		
		.classic-menu .flexnav li:last-child ul li > ul, .classic-menu .flexnav li:last-child ul.open ul.open {
			margin-left: -100%;
			left:-5px!important;
			right:auto;
			top: 0;
		}
		
		.classic-menu .flexnav li:last-child ul li ul::after {
			right: -10px;
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
		
		.classic-menu .flexnav ul li ul li a {
			background: #000;
		}
		
		.classic-menu .flexnav ul li ul li ul li a {
			background: #000;
		}
		
		.classic-menu .flexnav li ul.flexnav-show {
			-webkit-transform: translate3d(0px, 0px, 0px);
			transform: translate3d(0px, 0px, 0px);
			opacity:1!important;
			visibility:visible;
			-webkit-transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;
			transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;	
		}
		
		.classic-menu .flexnav .touch-button {
			display:none;
		}
				
		
		/*-- Full Screen Menu --*/	
				
		.fullscreen-menu .nav-height {
			overflow-y: scroll;
			position: relative;
			height: 100%;
			padding: 40px 0;
			padding-right: 30px;
			width: calc(100% + 30px);
			box-sizing: border-box;
		}
		
		.fullscreen-menu nav {
			height: 100vh;
			position: fixed;
			top:0;
			left:0;
			width: 100%;
			box-sizing: border-box;
			visibility: visible;
			pointer-events:none;
			opacity:0;
			padding:20px 0;
		}
		
		.fullscreen-menu nav.open {
			visibility:visible;
			pointer-events:initial;
		}

		
		.fullscreen-menu .flexnav {
			max-height: 2000px;
			-webkit-transition: all 0.2s ease-in 0.6s;
			transition: all 0.2s ease-in 0.6s;
			display: table;
			width: auto;
			padding:0 20px;
			box-sizing:border-box;
			margin: 0 auto;
			float: none;
		}
		
		.fullscreen-menu .flexnav.flexnav-show {
			-webkit-transition: all .3s ease-out 0.2s;
			transition: all .3s ease-out 0.2s;	
		}
		
		.fullscreen-menu .flexnav li {
			text-align:center;
			padding:0;
			box-sizing:border-box;
			float:none;			
		}
		
		.fullscreen-menu .menu-timeline {
			opacity:0;
		}
		
		.fullscreen-menu .flexnav .touch-button {
			width: 100%;
			display: block;
			height:6vw;
		}
		
		.fullscreen-menu .flexnav li ul li .touch-button {
			height:32px;
		}
		
		.fullscreen-menu .flexnav:hover li ul li a.active, .fullscreen-menu .flexnav:hover li ul li:hover > a {
            opacity:1;
        }
		
		.fullscreen-menu .flexnav .touch-button .navicon {
			display:none;
		}
		
		.fullscreen-menu .flexnav li.link {
			border-bottom: none;	
		}
		
		.fullscreen-menu .flexnav li a {
			font-family: 'Sweet Sans Pro Heavy', sans-serif !important;
			font-weight: 900 !important;
			font-size: calc(1rem + 2.15vw);
			line-height: 80px;
			padding: 0 50px;
			-webkit-transition: all .1s ease-in-out 0s;
			transition: all .1s ease-in-out 0s;
		}
		
		.fullscreen-menu.invert-header .flexnav li a span:nth-child(2) {
			font-family: 'Sweet Sans Pro Heavy', sans-serif !important;
		  }
		  
		.uppercase-titles .fullscreen-menu .flexnav > li > a {
			text-transform:uppercase;
		}
		
		.fullscreen-menu .flexnav li a {
			color:#222;
		}
		
		.fullscreen-menu.invert-header .flexnav li a {
			color: #fff;
		}
		
		.fullscreen-menu .flexnav:hover li a, .fullscreen-menu .flexnav.hover li a {
			opacity:1;
		}
		
		.fullscreen-menu .flexnav li:hover a, .fullscreen-menu .flexnav li a.active{
			opacity:1;
		}
		
		.fullscreen-menu .flexnav:hover li ul li a {
			opacity:0.3;
		}
		
		.fullscreen-menu .flexnav:hover li ul li a.active, .fullscreen-menu .flexnav:hover li ul li:hover > a {
			opacity:1;
		}
		
		.fullscreen-menu .flexnav a.link::before {
			display:none;
		}
		
		.fullscreen-menu .flexnav li ul {
			margin-top:0px;
			margin-bottom:30px;
			position:relative;
			left:0;			
		}
		
		.fullscreen-menu .flexnav li ul:after {
			display:none;
		}
		
		.fullscreen-menu .flexnav li ul li a {
			padding:0;
			font-family: 'Poppins', sans-serif;
			font-size: 16px;
			line-height: 30px;
			font-weight:500;
			border-top: none;
			text-transform:none;
		}
		
		.fullscreen-menu .flexnav ul li ul li a {
			background:transparent;
		}
		
		.fullscreen-menu .flexnav li ul li > ul, .fullscreen-menu .flexnav li ul.open ul.open {
			margin-left: 0;
			top: 0;
		}
		
		.fullscreen-menu .menu-timeline {
			opacity:1;
		}
		
		.fullscreen-menu .menu-timeline .before-span {
			opacity:0;
			display:block;
			-webkit-transform: translateY(120px);
			transform: translateY(120px);
			-webkit-perspective:480px;
			perspective:480px;
		}
		
		.fullscreen-menu .flexnav li, .fullscreen-menu .flexnav li a  {
			background-color:transparent;
			border:0;
		}
		






		.flexnav li a {
			line-height: 100px !important;
		  }
		  









/* Sticky Top Right Menu */
.top-right-menu {
  position: fixed;
  top: 30px;
  right: 40px;
  z-index: 9999;
  display: flex;
  gap: 20px;
  pointer-events: auto;
}

/* Main nav list */
.glow-nav {
  display: flex;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.glow-nav li {
  position: relative;
  overflow: visible;
  z-index: 1;
}

/* Main nav links */
.glow-nav li a {
  font-family: 'Sweet Sans Pro Heavy', sans-serif !important;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 14px;
  line-height: 1.3;
  position: relative;
  overflow: visible;
  z-index: 1;
  transition: text-shadow 0.3s ease-in-out;
}

/* Very soft halo effect — no scaling */
.glow-nav li a:hover {
	color: #fff;
	text-shadow:
	  0 0 2px #fff,
	  0 0 6px #b7763b,
	  0 0 12px #b7763b,
	  0 0 24px rgba(255, 193, 106, 0.4);
  }

/* Optional: subtle glow ring behind link */
.glow-nav li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105%;
  height: 120%;
  background: radial-gradient(circle, rgba(183, 118, 59, 0.06) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  z-index: -1;
  pointer-events: none;
}

.glow-nav li a:hover::before {
  opacity: 1;
}

/* Submenu container */
.has-dropdown {
	position: relative;
  }
  



  .tv-dropdown .submenu {
	min-width: 300px; /* or 350px, adjust as needed */
  }
  
  .tv-dropdown .submenu li a {
	white-space: nowrap;
  }
  
  .submenu {
	position: absolute;
	top: 100%;
	left: 0;
	transform: none;
	margin-left: 0;
	padding: 10px 0;
	background: #000;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	min-width: 100%; /* forces submenu to match parent width */
  }
  
  .submenu {
	margin-top: 0px; /* was -1px, now more aggressive */
  }
  
  
  .submenu.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
  }
  

.has-dropdown:hover .submenu {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Submenu items */
.submenu li {
  position: relative;
  z-index: 1;
}

.submenu li a {
  display: block;
  padding: 10px 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  transition: text-shadow 0.3s ease-in-out;
  z-index: 1;
}

/* Hover glow for submenu */
.submenu li a:hover {
  text-shadow:
    0 0 1px rgba(183, 118, 59, 0.3),
    0 0 3px rgba(183, 118, 59, 0.2);
}

.submenu li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105%;
  height: 120%;
  background: radial-gradient(circle, rgba(183, 118, 59, 0.06) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  z-index: -1;
  pointer-events: none;
}

.submenu li a:hover::before {
  opacity: 1;
}





/* FORCEFULLY KILL ALL TRANSFORM SCALING ON NAV */
.glow-nav li,
.glow-nav li a,
.glow-nav li a:hover,
.submenu li,
.submenu li a,
.submenu li a:hover,
.has-dropdown,
.has-dropdown:hover,
.has-dropdown .submenu,
.has-dropdown .submenu a:hover {
  transform: none !important;
  scale: 1 !important;
  transition: text-shadow 0.3s ease-in-out !important;
}



















		.fullscreen-menu .flexnav li a {
			color: #fff;
			font-family: 'Sweet Sans Pro Heavy', sans-serif !important;
			font-weight: 900;
			font-size: calc(1rem + 2.15vw);
			line-height: 80px;
			padding: 0 50px;
			text-align: center;
			position: relative;
			transition: all 0.2s ease-in-out;
		  }
		  
		
		  
		  .fullscreen-menu .flexnav li a:hover::after {
			transform: translateX(-50%) scaleX(1);
			opacity: 1;
		  }
		  
		  .fullscreen-menu .flexnav li a:hover {
			color: #fff;
			text-shadow: 0 0 10px #b7763b, 0 0 20px #b7763b;
			transform: scale(1.05);
		  }
		  





		

		
		.fullscreen-menu .flexnav li:hover a .span-cube, .fullscreen-menu .flexnav li.hover a .span-cube {
			-webkit-transform: translateZ(-60px) rotateX( 90deg);	
			transform: translateZ(-60px) rotateX( 90deg);		
		}
		
	

		
	
		
	
	
		.fullscreen-menu.invert-header .flexnav li a span:nth-child(2), .fullscreen-menu.invert-header .flexnav li a span:nth-child(3) {
			color: #fff;
		}
	
	}

	nav, nav.open {
		background:transparent;
	}

	#burger-wrapper {
		width: 40px;
		height: 40px;
		float: right;
		top: 0px;
		right: 0;
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		pointer-events: initial;
	}
	
	.classic-menu .button-wrap.right.menu {
		display:none;
	}

	.burger-dots #menu-burger {
		top:0px;
		width: 25px;
		height: 25px;
		position: relative;
		margin: 0 auto;		
		z-index:2;
		pointer-events: none;
	}
	
	.menu-overlay #menu-burger {
		display:block;
	}

	.burger-dots #menu-burger span {
	  display: block;
	  position: absolute;
	  height: 5px;
	  width: 5px;
	  border-radius:5px;
	  background-color: #000;
	  opacity: 1;
	  top:8px;
	  left:0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: background-color  0.05s ease-in-out,  transform  0.2s ease-in-out,  height  0.2s ease-in-out, width  0.2s ease-in-out, top 0.2s ease-in-out, left  0.2s ease-in-out;
	  transition: background-color  0.05s ease-in-out,  transform  0.2s ease-in-out,  height  0.2s ease-in-out, width  0.2s ease-in-out, top 0.2s ease-in-out, left  0.2s ease-in-out;
	}
	
	#burger-wrapper .touch-button {
		display:none;
	}

	.burger-dots #menu-burger span:nth-child(1) {
	  	left: 0px;
	}
	
	.burger-dots #menu-burger span:nth-child(2){
	  	left: 10px;
	}
	
	.burger-dots #menu-burger span:nth-child(3){
	  	left: 20px;
	}
	
	.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger span:nth-child(1) {
	  	left: 10px;
	}
	
	.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger span:nth-child(3) {
	  	left: 10px;
	}
	
	.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger.open span:nth-child(1) {
	  	left: 3px;
	}
	
	.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger.open span:nth-child(3) {
	  	left: 3px;
	}
	
	.burger-dots #menu-burger.open span:nth-child(1) {
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top:12px;
	  height: 2px;
	  width:20px;
	  left: 3px;
	}
	
	.burger-dots #menu-burger.open span:nth-child(2) {
	   -webkit-transform: scale(0);
	  transform: scale(0);
	}
	
	.burger-dots #menu-burger.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	  top:12px;
	  height: 2px;
	  width:20px;
	  left: 3px;
	}
	
	.button-wrap.right.burger-lines {
		right: -30px;
	}
	
	.burger-lines #menu-burger {
		width: 16px;
		height: 22px;
		position: relative;
		margin: 0 auto;		
		z-index:2;
		pointer-events: none;
	}
	
	.burger-lines #menu-burger span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		opacity: 1;
		right: 0;
		background-color:#000;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: background-color  0.05s ease-in-out,  transform  0.2s ease-in-out,  top  0.2s ease-in-out;
		transition: background-color  0.05s ease-in-out,  transform  0.2s ease-in-out,  top  0.2s ease-in-out;
	}
	
	.burger-lines #menu-burger span:nth-child(1) {
	  top: 5px;
	}
	
	.burger-lines #menu-burger span:nth-child(2){
	  top: 13px;
	}
	
	.burger-lines #menu-burger span:nth-child(3){
		display:none;
	}
	
	.burger-lines #menu-burger.open span:nth-child(1) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top:10px;
	}
	
	.burger-lines #menu-burger.open span:nth-child(2) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	  top:10px;
	}
	
	.light-content #menu-burger span {
		background-color:#fff;
	}
	
	.white-header #menu-burger span {
		background-color:#fff;
	}
	
	.light-content .white-header #menu-burger span {
		background-color:#000;
	}
	
	.light-content .white-header.over-white-section #menu-burger span, .show-loader1 .light-content .white-header #menu-burger span {
		background-color:#fff;
	}
	
	.dark-content-header #menu-burger span {
		background-color:#000!important;
	}
	
	.light-content-header #menu-burger span {
		background-color:#fff!important;
	}
	
	.dark-content-header .button-text {
		color:#000!important;
	}
	
	.light-content-header .button-text {
		color:#fff!important;
	}
	
	
/*--------------------------------------------------
	05. Main Content
---------------------------------------------------*/		
	
	#content-scroll {
		z-index:1;
		position:relative;
	}
	
	.smooth-scroll #content-scroll {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index:1;		
		overflow:hidden; 
	}
	
	.scroll-content {
		cursor:default!important;
	}
	
	.scale-up .scroll-content {
		cursor:grabbing!important;
	}
	
	.scrollbar-track {
		background: transparent!important;
	}
	
	
/*--------------------------------------------------
	06. Footer Elements
---------------------------------------------------*/		
	
	footer {
		position:relative;
		width:100%;
		height:120px;
		z-index:900;
		box-sizing:border-box;
		text-align:center;
		bottom:0;
		left:0;
		overflow:hidden;
		pointer-events:none;
	}
	
	footer.fixed {
		position:fixed;
	}
	
	footer.showcase-footer{
		position:fixed;
	}
	
	#footer-container {
		padding: 0 80px;
		margin: 20px auto;
		height: 80px;
		opacity: 0;
		position: absolute;
		width: 100%;
		box-sizing: border-box;
		bottom: 0;
		left: 0;
	}
	
	.footer-middle {
		position: absolute;
		margin: 0 auto;
		width: 100%;
		height: inherit;
		display: table;
		left: 0;
		pointer-events: none;;
	}
	
	.copyright {
		position: relative;
		top: 25px;
		width: auto;
		height: 30px;
		overflow: hidden;
		font-size: 14px;
		line-height: 30px;
		font-weight: 500;
		color: #000;
		pointer-events: initial;
		display: table;
		width: auto;
		padding: 0px 20px 0px 20px;
		max-width: 820px;
		box-sizing:border-box;
		text-align:center;
		margin: 0 auto;	
	}
	
	.light-content .copyright {
		color:#fff;
	}
	
	.socials-wrap {
		position:relative;
		float: right;
		color: #000;
		width: 240px;
		height: 160px;
		box-sizing: border-box;
		pointer-events:initial;	
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content .socials-wrap {
		color: #fff;
	}
	
	footer .socials-wrap {
		margin-top:0px;
	}
	
	.socials-wrap:hover {
		transform: translateY(-40px);
		-webkit-transform: translateY(-40px);
	}
	
	.socials-text {
		float:right;
		font-size:14px;
		font-weight: 500;		
		line-height:40px;
		transform:translateY(20px);
	}
	
	.socials-wrap:hover .socials-text {
		transform: translateY(15px) translateX(5px);
		-webkit-transform: translateY(15px) translateX(5px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;		
	}
	
	.socials-icon {
		float:right;
		width:30px;
		height:40px;
		font-size:14px;
		line-height:40px;
		text-align:right;
		margin-left:10px;
		transform:scale(1) translateY(20px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.socials-wrap:hover .socials-icon {
		transform:scale(0) translateY(40px);
		width:0;
		margin:0;
		overflow:hidden;
		
	}
	
	.socials-icon:after, .socials-text:after {
	  content: "";
	  clear: both;
	  display: table;
	}
	
	.socials {
		height: auto;
		line-height: 30px;
		position: relative;
		width: auto;
		margin:0 auto;
		margin-top: 10px;
		text-align: center;
		bottom: 0;
		display: table;
		transform: translateX(15px);
		-webkit-transform: translateX(15px);
	}
	
	.socials-wrap .socials {
		display: inline-block;
		width: 100%;
		text-align: right;
	}
	
	.socials li {
		margin-right: 0px;
		margin-left: 10px;
		list-style: none;
		color: #999;
		font-size: 15px;
		margin-bottom: 0;
		line-height: 40px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 40px;
		width: 40px;
		float: right;
		z-index: 2;
		-webkit-transition: background 0.4s ease-in-out 0s;
		transition: background 0.4s ease-in-out 0s;
	}
	
	.socials-wrap .socials li {
		opacity:0;
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.socials-wrap:hover .socials li:nth-child(5) {
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
		opacity:1;
		transform: translateY(10px);
		-webkit-transform: translateY(10px);		
	}
	
	.socials-wrap:hover .socials li:nth-child(4) {
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
		opacity:1;
		transform: translateY(10px);
		-webkit-transform: translateY(10px);	
	}
	
	.socials-wrap:hover .socials li:nth-child(3) {
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
		opacity:1;
		transform: translateY(10px);
		-webkit-transform: translateY(10px);		
	}
	
	.socials-wrap:hover .socials li:nth-child(2) {
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
		opacity:1;
		transform: translateY(10px);
		-webkit-transform: translateY(10px);	
	}
	
	.socials-wrap:hover .socials li:nth-child(1) {
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
		opacity:1;
		transform: translateY(10px);
		-webkit-transform: translateY(10px);		
	}
		
	.socials li:last-child {
		margin-left: 0px;
	}
	
	.socials li a {
		color: #000;		
		font-size:14px;
		font-weight: 500;
		display: block;
		height: 40px;
		width: 40px;		
		line-height:40px;
		text-align:center;
		-webkit-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}
	
	.socials:hover li  a {
		opacity:0.3;
	}
	
	.socials li a:hover {
		color: #000;
		opacity:1;
	}
	
	.light-content .socials li a {
		color: #fff;	
	}
	
	.light-content .socials:hover li  a {
		opacity:0.3;
	}
	
	.light-content .socials li a:hover {
		color: #fff;
		opacity:1;
	}
	
	.button-wrap {
		position: relative;
		cursor: pointer;
		top: 0px;
		pointer-events: initial;
		width: auto;
		display: table;
	}
	
	.button-wrap:after {
		clear: both;
		content: " ";
		display: block;
		height: 0;
		visibility: hidden;
	}
	
	.button-wrap.left {
		float:left;
		left:-32px;	
	}
	
	.button-wrap.right {
		float:right;
		right:-26px;	
	}
	
	#main .button-wrap.left {
		float:none;
		left:-24px;		
	}
	
	#main .button-wrap.button-link.left {
		float:none;
		left:-20px;		
	}
	
	#main .button-wrap.right {
		float:none;
		right:auto;			
	}
	
	#main .button-wrap.button-link.right {
		right:-2px;		
	}
	
	.icon-wrap {
		width: 80px;
		height: 80px;
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		float:left;
	}
	
	#main .icon-wrap {
		width: 60px;
		height: 60px;
	}
	
	.button-wrap.left .icon-wrap {
		float:left;
	}
	
	.button-wrap.right .icon-wrap {
		float:right;
	}
	
	#main  .text-align-right .button-wrap.right {
		float:right;
	}
	
	.button-icon {
		height: 40px;
		width: 40px;
		color: #000;
		text-align: center;
		line-height: 40px;
		font-size: 18px;
	}
	
	.button-icon i.fa-solid.fa-sort {
		font-size: 14px;
		line-height: 38px;
	}
	
	.light-content .button-icon, .dark-section .button-icon {
		color:#fff;
	}
	
	.light-content .light-section .button-icon {
		color:#000;
	}
	
	.white-header .button-icon {
		color:#fff;		
	}
	
	.light-content .white-header .button-icon {
		color:#000;		
	}
	
	.button-icon i {
		
		height:40px;
		line-height:40px;
		width:40px;
		text-align:center;
	}
	
	#main .button-icon i {
		line-height:40px;
	}
	
	#main .button-icon i.fa.fa-arrow-right {
		font-size:14px;
	}
	
	.button-text {
		font-weight: 500;
		font-size: 14px;
		line-height:30px;
		margin:25px 0;
		overflow: hidden;
		width:auto;
		padding:0 10px;
		color:#000;
		-webkit-transition: color 0.05s ease-in-out;
		transition: color 0.05s ease-in-out;
	}
	.hero-subtitle {
		font-size: 1.5rem;       /* Change size here */
		font-weight: 300;        /* Optional: make it lighter */
		text-align: center;      /* Center text */
		max-width: 600px;        /* Optional: keep it narrow */
		margin: 20px auto 0;     /* Space it nicely and center horizontally */
		color: #ccc;             /* Adjust color if needed */
	  }
	  
	#main #hero-footer .button-text span::after {
		content:none;
	}
	
	#main .button-text {
		font-size: 16px;
		line-height:30px;
		font-weight: 500;
		margin:15px 0;
		transition: transform .2s ease-out;
	}
	




	#main #hero:not(.has-image) #hero-footer .button-text {
		font-size: 14px;
		line-height:30px;
	}
	
	#main .large-btn .button-text {
		font-size: 20px!important;
		font-weight:500;
		margin:15px 0;
		transition: transform .2s ease-out;
	}
	
	.light-content .button-text, .dark-section .button-text {
		color:#fff;
	}
	
	.light-content .light-section .button-text {
		color:#000;
	}
	
	.white-header .button-text {
		color:#fff;		
	}
	
	.light-content .white-header .button-text {
		color:#000;		
	}
	
	.light-content .white-header.over-white-section .button-text, .show-loader1 .light-content .white-header .button-text {
		color:#fff;		
	}
	
	.button-wrap.left a {
		text-align:left;
		float: left;
	}
	
	.button-wrap.right a {
		text-align:right;
		float: right;
	}
	
	.button-wrap.right .button-text {
		padding-left:0px;
	}
	
	.button-text span {
		position: relative;
		display: inline-block;
		-webkit-transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
		width:auto;
		text-align:center;
		transform-origin: 100% 0%;
	}
	
	.button-link .button-text, #main .button-link .button-text {
		overflow:visible;
		transition: padding 0.3s ease-out;
	}
	
	.button-link.left .button-text {
		padding-left:0px;
	}
	
	.button-link.left:hover .button-text {
		padding-left:10px;
	}
	
	.button-link .button-text span::before {
		content: '';
		position: absolute;
		bottom: 1px;
		left: 0;
		width: 100%;
		height: 1px;
		background: transparent;
		transform: scaleX(1);
		transform-origin: right;
		transition: transform 0.3s ease-out;
	}
	
	.button-link.left .button-text span::before {
		transform-origin: left;
	}
	
	.light-content .button-link .button-text span::before, .dark-section .button-link .button-text span::before {
		background: transparent;
	}
	
	.light-content .light-section .button-link .button-text span::before {
		background: transparent;
	}
  
    .button-wrap.button-link:hover .button-text span {
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	
	.button-link:hover .button-text span::before {
		transform: scaleX(0);
		-webkit-transform: scaleX(0);
		transform-origin: left;
	}
	
	.button-link.left:hover .button-text span::before {
		transform-origin: right;
	}
	
	.button-link .button-icon i {
		background-color:#000;
		border:1px solid rgba(0,0,0,1);
		color:transparent;
		font-size: 14px;
		border-radius:100%;
		transform: scale(0.2);
		box-sizing:border-box;
		transition: all .3s ease-out;
		text-indent:-100px;
		overflow:hidden;
		opacity:1;
	}
	
	.button-link:hover .button-icon i {
		background-color:#000;
		color:#fff;
		border:1px solid rgba(0,0,0,1);
		transform: scale(1.2);
		text-indent:0px;
		opacity:1;
	}
	
	.light-content .button-link .button-icon i, .dark-section .button-link .button-icon i {
		background-color:#fff;
		border:1px solid rgba(255,255,255,1);
	}
	
	.light-content .button-link:hover .button-icon i, .dark-section .button-link:hover .button-icon i {
		background-color:#fff;
		color:#000;
		border:1px solid rgba(255,255,255,1);
		opacity:1;
	}
	
	.light-content .light-section .button-link .button-icon i {
		border:1px solid rgba(0,0,0,1);
	}
	
	.light-content .light-section .button-link:hover .button-icon i {
		background-color:#000;
		color:#fff;
		border:1px solid rgba(0,0,0,1);
		opacity:1;
	}
	
	
	.button-link.right .button-icon i {
		transform: scale(0.2) translateX(-60px);
		-webkit-transform: scale(0.2) translateX(-60px);
	}
	
	.button-link.right:hover .button-icon i {
		transform: scale(1.2) translateX(0px);
		-webkit-transform: scale(1.2) translateX(0px);
	}
	
	.button-wrap.left .button-text span {
		text-align:left;
	}
	
	.button-wrap.right .button-text span {
		text-align:right;
	}
	
	.button-text span::before {
		position: absolute;
		width:auto;
		top: 100%;
		left:0;
		content: attr(data-hover);
	}
	
	.header-middle .button-text span::before {
		content: attr(data-on);
	}
	
	.button-wrap:hover .button-text span {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		transform-origin: 0% 0%;
	}
	
	.link-text {
		font-weight: 500;
		font-size: 14px;
		line-height:30px;
		margin:0;
		overflow: hidden;
		display: table;
		width:auto;
		padding:0;
		color:#000;
		-webkit-transition: color 0.05s ease-in-out;
		transition: color 0.05s ease-in-out;
	}
	
	footer .link-text {
		float:left;
		opacity:0;
		margin-top: 25px;
	}
	
	p .link-text {
		display:inline-table;
		font-size:16px;
	}
	
	.light-content .link-text, .dark-section .link-text {
		color:#fff;
	}
	
	.light-content .light-section .link-text {
		color:#000;
	}
	
	.link-text span {
		position: relative;
		display: inline-block;
		-webkit-transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
		width:auto;
		text-align:center;
		transform-origin: 100% 0%;
		pointer-events:initial;
		cursor:pointer;
	}
	
	.link-text span::before {
		position: absolute;
		width:auto;
		top: 100%;
		left:0;
		content: attr(data-hover);
	}
	
	.link-text:hover span {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		transform-origin: 0% 0%;
	}
	
	nav, nav.open {
		background:transparent;
	}
	
/*--------------------------------------------------
	07. Responsive
---------------------------------------------------*/			

			
@media only screen and (max-width: 1466px) {
	
	.row_padding_all {
		padding-left: 60px;
		padding-right: 60px;
	}
	
	.row_padding_left {
		padding-left:60px;
	}
	
	.row_padding_right {
		padding-right:60px;
	}
	
	.percentage-wrapper {
		width:10vw;
	}
	
	.percentage-intro {
  		bottom: 50px;
	}
	
	header {
    	height: 100px;
	}
	
	#header-container {
		padding: 10px 60px;
	}
	
	.flexnav li {
    	padding: 20px;
	}
	
	footer {
    	height: 100px;
	}
	
	#footer-container {
    	padding: 0 60px;
		margin: 10px auto;
	}
	
	.socials-wrap:hover .socials-text {
		transform: translateY(20px) translateX(5px);
		-webkit-transform: translateY(20px) translateX(5px);		
	}
	
}


@media only screen and (max-width: 1024px) {
	
	.parallax-wrap {
		transform:none!important;
	}
	
	.parallax-element {
		transform:none!important;
	}
	
	.has-parallax figcaption {
		display:none;
	}
	
	.destroy {
		display:none;
	}
	
	.row_padding_left {
		padding-left: 0px;
	}
	
	.row_padding_right {
		padding-right: 0px;
	}
	
	.full.row_padding_left {
		padding-left: 40px;
	}
	
	.full.row_padding_right {
		padding-right: 40px;
	}
	
	.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.full.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 40px;
		padding-right: 40px;
	}	
	
	#magic-cursor {
		display:none;
	}
	
	.percentage-wrapper {
		width:12vw;
	}
	
	.percentage-intro {
  		bottom: 40px;
	}
	
	#header-container {
		padding: 10px 40px;
	}
	
	nav {
		height: 100vh;
		width: 100%;
		position: fixed;
		left: 0;
    	top: 0;		
		box-sizing: border-box;
		visibility: visible;
		pointer-events:none;
		opacity:0;
		padding:20px 0;	
	}
	
	nav.open {
		visibility:visible;
		pointer-events:initial;
	}
	
	.nav-height {
		position: relative;
		height: 100%;
		padding: 40px 0;
		width: 100%;
		box-sizing: border-box;
		overflow-y: auto;
	}
	
	.flexnav {
		padding: 0 20px;
    	max-height: 2000px;
		display: table;
		width: auto;
		margin: 0 auto;
		text-align:center;
		box-sizing:border-box;
		background: transparent;
		-webkit-transition: all 0.2s ease-in 0.6s;
		transition: all 0.2s ease-in 0.6s;
	}
	
	.flexnav.flexnav-show {
		-webkit-transition: all .3s ease-out 0.2s;
		transition: all .3s ease-out 0.2s;	
	}
	
	.flexnav.opacity {
		opacity: 1;
	}
	
	.flexnav li {
		padding:0;
		-webkit-transition: color .15s ease-out 0s;
		transition: color .15s ease-out 0s;	
	}
	
	.flexnav:hover li  {
		color:rgba(255,255,255,0.4)
	}
	
	.flexnav li:hover {
		color:rgba(255,255,255,1)
	}
	
	.flexnav li a, .flexnav li ul li a {
    	background: transparent;
	}
	
	.flexnav li a {
		font-family: 'mona-sansextrabold_wide';
		font-weight: 500;
		font-size: calc(1rem + 4.15vw);
		line-height: calc(1rem + 4.5vw);
		padding:0;
		-webkit-transition: all .1s ease-in-out 0s;
		transition: all .1s ease-in-out 0s;
	}
	
	.uppercase-titles .flexnav > li > a {
		text-transform:uppercase;
	}
	
	.flexnav li a {
		color:#000;
	}
	
	.invert-header .flexnav li a {
		color: #fff;
	}
	
	.flexnav:hover li a {
		opacity:1;
	}
	
	.flexnav li:hover a, .flexnav li a.active {
		opacity:1;
	}
	
	.flexnav .touch-button {
		width: 100%;
		display: block;
		height:calc(1rem + 5.5vw);
	}
	
	.menu-timeline .before-span {
		opacity:0;
		display:block;
		-webkit-transform: translateY(120px);
		transform: translateY(120px);
		-webkit-perspective:480px;
		perspective:480px;
	}
	
	.flexnav li, .flexnav li a  {
		background-color:transparent;
		border:0;
	}
	
	.flexnav li a .span-cube {
		position: relative;
		display: block;			
		overflow:visible !important;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-transform: translateZ(-30px) rotateX( 0deg);
		transform: translateZ(-30px) rotateX( 0deg);
		transform-origin:center;
		-webkit-transition: transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;			
	}
	
	.flexnav li:hover a .span-cube, .flexnav li.hover a .span-cube {
		-webkit-transform: translateZ(-30px) rotateX( 90deg);	
		transform: translateZ(-30px) rotateX( 90deg);		
	}
	
	.flexnav li a span:nth-child(1) {
		font-family: 'mona-sansextrabold_wide';
		color:transparent;
		position: relative;
		width:100%;
		display: block;			
	}
	
	.flexnav li a span:nth-child(2) {
		font-family: 'mona-sansextrabold_wide';
		color:#222;
		position: absolute;
		top: 0;
		width:100%;
		left:0;
		opacity:1;	
		-webkit-transform: rotateX(0deg) translateZ(30px);
		transform: rotateX(0deg) translateZ(30px);
		backface-visibility: hidden;
		-webkit-transition: opacity 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	
	.flexnav li:hover a span:nth-child(2), .flexnav li.hover a span:nth-child(2) {
		opacity:0;
	}
	
	.flexnav li a span:nth-child(3) {
		font-family: 'mona-sanslight_wide';
		color:#222;
		position: absolute;
		top: 50%;
		width:100%;
		left:0;
		opacity:0;		
		-webkit-transform: rotateX(-90deg) translateZ(0px);
		transform: rotateX(-90deg) translateZ(0px);
		backface-visibility: hidden;
		-webkit-transition: opacity 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	
	.flexnav li:hover a span:nth-child(3), .flexnav li.hover a span:nth-child(3) {
		opacity:1;
	}
	
	.invert-header .flexnav li a span:nth-child(2), .invert-header .flexnav li a span:nth-child(3) {
		color: #fff;
	}
	
	.flexnav li ul {
		margin-bottom:15px;
	}
	
	.flexnav li ul li a {
		padding:0;
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		line-height: 30px;
		font-weight:500;
		border-top: none;
		text-transform:none;
		opacity:0.4;
	}
	
	.flexnav li ul li:hover a, .flexnav li ul li a.active{
		opacity:1;
	}
	
	.flexnav:hover li ul li a {
		opacity:0.3;
	}
	
	.flexnav:hover li ul li a.active, .flexnav:hover li ul li:hover > a {
		opacity:1;
	}
	
	.flexnav ul li ul li a {
		background: transparent;
	}
	
	.flexnav li ul li ul li a {
		padding: 10px 40px;	
	}
	
	.flexnav li ul li .touch-button {
		height:30px;
	}
	
	.flexnav .touch-button .navicon {
		display:none;
	}
	
	#menu-burger span.touch-button {
		display:none;
	}
	
	.classic-menu .button-wrap.right.menu {
		display: block;
	}
	
	#footer-container {
    	padding: 0 40px;	
	}
	
	.copyright {
		text-align:center;
	}
	
	.socials-wrap {
		width: 240px;
		height: 40px;
		float:right;
		margin:0 auto;
		right:-10px;
		transform: translateX(0px) translateY(20px)!important;
		-webkit-transform: translateX(0px) translateY(20px)!important;
	}
	
	.socials-wrap:hover {
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
	}
	
	.socials-icon, .socials-text {
		display:none;
	}
	
	.socials-wrap .socials {
		margin-top: 3px;
		text-align: right;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);	
	}
	
	.socials-wrap .socials li {
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
	
	.socials-wrap:hover .socials li {
		opacity: 1;
		transform: translateY(0px)!important;
		-webkit-transform: translateY(0px)!important;
	}
	
	.socials li {
		margin-right: 10px;
		line-height: 30px;
		height: 30px;
		width: 30px;
		margin: 0 5px auto;
		display: inline-block;
		float: none;
	}
	
	.socials li a {
		height: 30px;
		width: 30px;
		line-height: 30px;
	}
	
}


@media only screen and (max-width: 767px) {
	
	figcaption {
		background-color: rgba(0,0,0,0.3);
		bottom: 0px;
		font-size: 10px;
		padding: 5px 10px;
		right: 0px;
		border-radius: 0;
	}
	
	.text-aligh-right {
		text-align:left;
	}
	
	.one_half {
    	width: 100%!important;
	}
	
	.one_half {
    	padding-right: 0!important;
	}
	
	.one_half.last {
    	padding-left: 0!important;
	}

	.one_third {
		width: 100%!important;
	}	

	.one_fourth {
		width: 100%!important;
	}	

	.one_fifth {
		width: 100%!important;
	}	

	.one_sixth {
		width: 100%!important;
	}	

	.two_fifth {
		width: 100%!important;
	}	

	.two_fourth {
		width: 100%!important;
	}		

	.two_third {
		width: 100%!important;
	}	

	.three_fifth {
		width: 100%!important;
	}	

	.three_fourth {
		width: 100%!important;
	}	

	.four_fifth {
		width: 100%!important;
	}	

	.five_sixth {
		width: 100%!important;
	}	

	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		margin-bottom: 30px!important;
		margin-right: 0%!important;
	}
	
	.row_padding_top {
		padding-top:10vw;
	}
	
	.row_padding_bottom {
		padding-bottom:10vw;
	}
	
	.row_padding_left {
		padding-left: 0px;
	}
	
	.row_padding_right {
		padding-right: 0px;
	}
	
	.full.row_padding_left {
		padding-left: 30px;
	}
	
	.full.row_padding_right {
		padding-right: 30px;
	}
	
	.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.full.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	hr {
		height: 20px;
	}
	
	.percentage-wrapper {
		width:16vw;
	}
	
	.percentage-intro {
  		bottom: 30px;
	}
	
	header {
		height:80px;
	}
	
	#header-container {
    	padding: 0;
		margin: 0 auto;
	}
	
	#logo {
		left: 30px;
	}
	
	.button-wrap.right.menu {
		right: 4px;
	}
	
	.button-wrap.right.menu.burger-lines {
		right: 0px;
	}
	
	header .button-text {
		display: none;
	}
	
	.flexnav li a {
		font-size: calc(1rem + 7vw);
		line-height: calc(1rem + 9.5vw);
	}
	
	footer {
		height: 80px;
	}
	
	.footer-button-wrap {
    	bottom: 80px;
	}
	
	#footer-container {
		height: 80px;
		padding: 0 30px;
		margin:0;
	}
	
	#footer-container #backtotop.button-wrap.left {
		float: none;
		top:5px;
		left: 0;
		right: 0;
		position: absolute;
		display:block;
	}
	
	#backtotop.button-wrap.left .button-text {
		text-align: left;
		float: left;
		display: none;
	}
	
	#backtotop.button-wrap.left .icon-wrap {
		float: none;
		position: absolute;
		right: auto;
		left: 0;
		margin: auto;
		top: 0px;
		opacity:0.4;
		-webkit-transition: opacity 0.2s ease-out 0s;
		transition: opacity 0.2s ease-out 0s;
	}
	
	#backtotop.button-wrap.left:hover .icon-wrap {
		opacity:1;
	}
	
	.footer-middle {
		max-width: 1180px;
		height:20px;
		position: relative;
		margin: 0 auto;
		left: 0;
		width: 100%;
		top: 0px;
		margin-bottom: 15px;
	}
	
	.copyright {
		margin: 0 auto;
		left: auto;
		right: auto;
		top: 0;
		height: 20px;
		line-height: 20px;
	}
	
	footer.showcase-footer .arrows-wrap {
		right: auto;
		left: -30px;
		float: left;
		margin: auto;
	}
	
	.socials-wrap {
		width: auto;
		float: none;
		display: table;
		left: auto;
		right: auto;
		top: 0;
		margin: 0 auto;		
		height: 20px;
		line-height: 20px;
		transform: translateX(0px) translateY(0px)!important;
		-webkit-transform: translateX(0px) translateY(0px)!important;
	}
	
	.socials-wrap .socials {
		text-align: center;
		margin: 0 auto;
		height: 20px;
		line-height: 20px;
		display: table;
		width: auto;
	}
	
	.socials li, .socials li a {
		height: 20px;
		line-height: 20px;
		margin: 0 auto;
	}
	
}


@media only screen and (max-width: 479px) {	
	
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		margin-bottom: 20px!important;
		margin-right: 0%!important;
	}
	
	.row_padding_top {
		padding-top:12vw;
	}
	
	.row_padding_bottom {
		padding-bottom:12vw;
	}
		
	.row_padding_left {
		padding-left: 0px;
	}
	
	.row_padding_right {
		padding-right: 0px;
	}
	
	.full.row_padding_left {
		padding-left: 20px;
	}
	
	.full.row_padding_right {
		padding-right: 20px;
	}
	
	.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.full.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	hr {
		height: 10px;
	}
	
	.percentage-wrapper {
		width:20vw;
	}
	
	#logo {
		left: 20px;
	}
	
	.button-wrap.right.menu {
		right: -6px;
	}
	
	.button-wrap.right.menu.burger-lines {
		right: -10px;
	}
	
	#footer-container {
		padding: 0px;
		margin:0;
	}
	
	footer.showcase-footer #footer-container {
		padding: 0px 20px;
	}
	
	.arrows-wrap {
		left: -10px;
		width: 80px;
	}
	
	.prev-wrap, .next-wrap {
    	width: 40px;
	}
	
	footer.showcase-footer .arrows-wrap {
		right: 0;
		left: 0;
		float: none;
		margin: auto;
	}
	
	footer.showcase-footer .arrows-wrap {
		width: 100%;
	}
	
	footer.showcase-footer .prev-wrap, footer.showcase-footer .next-wrap {
    	width: 60px;
	}
	
	footer.showcase-footer .footer-middle {
		top: 0px;
	}
	
	footer.showcase-footer .showcase-subtitles-wrap {
		left: 0;
	}
	
	footer.showcase-footer .socials-wrap {
		display:none;
	}
	
	.button-text {
		display:none;
	}
	
	#main-page-content .button-text, #hero .button-text {
		display:block;
	}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
    
	#rotate-device {
		display:block;
	}
}



#scroll-content {
	background: #0c0c0c;
	padding: 100px 40px;
	color: white;
  }
  
  #scroll-content .container {
	max-width: 1200px;
	margin: 0 auto;
  }
  
  .feature-block {
	margin-bottom: 60px;
  }
  
  html, body {
	height: auto !important;
	overflow-y: auto !important;
  }
  html, body {
	overflow-y: auto !important;
	height: auto !important;
  }
  

  .custom-slider {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
  }
  
  .slider-track {
	display: flex;
	width: fit-content;
	animation: scrollSlider 40s linear infinite;
  }
  
  .slide {
	min-width: 100vw;
	height: 100vh;
	position: relative;
  }
  
  .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  
  @keyframes scrollSlider {
	0% { transform: translateX(0); }
	100% { transform: translateX(-400%); } /* Adjust based on total slide count */
  }
  
  .rotated-divider {
	width: 1200px;       /* Adjust to control size */
	margin-top: 30px;
  }
  
  .novo-hero-description {
	margin-top: 40px;
	font-size: 1.5rem;
	line-height: 1.6;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	opacity: 0;
	transform: translateY(40px);
	transition: all 0.8s ease;
  }
  
  .novo-hero-description.visible {
	opacity: 1;
	transform: translateY(0);
  }
  

  .light-content .button-border, .dark-section .button-border {
    border: solid 2px #b7763b;
    background-color: #b7763b !important;
}


.quote-card {
	border: 2px solid #ccc;
	border-radius: 10px;
	padding: 2rem;
	max-width: 600px;
	margin: 2rem auto;
	position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }
  
  .quote-icon {
	font-size: 4rem;
	color: #ccc;
	position: absolute;
	top: 10px;
	left: 15px;
	font-family: Georgia, serif;
	z-index: 1;
  }
  
  .quote-card blockquote {
	position: relative;
	z-index: 2;
	background: none;
  }
  
  .quote-footer {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-top: 1.5rem;
  }
  
  .quote-footer img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
  }
  
  .quote-footer strong {
	font-size: 1.1rem;
	color: #000;
  }

.media-carousel {
  width: 100%;
  overflow-x: auto;
  padding: 2rem 1rem;
  background: #f9f9f9;
  scroll-snap-type: x mandatory;
}

.media-track {
  display: flex;
  gap: 2rem;
  min-width: max-content;
  scroll-snap-align: start;
  scroll-behavior: smooth;
}

.media-card {
  background: #fff;
  border-radius: 4px;
  width: 300px;
  flex-shrink: 0;
  scroll-snap-align: start;
  box-shadow: 0 0 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.media-card:hover {
  transform: scale(1.03);
}

.media-thumb {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #eee;
}

.media-thumb img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.media-card:hover .media-thumb img {
  transform: scale(1.05);
}

.play-icon,
.share-icon {
  position: absolute;
  color: white;
  font-size: 2rem;
  background: rgba(0,0,0,0.5);
  padding: 0.3rem 0.6rem;
  border-radius: 50%;
  z-index: 2;
}

.play-icon {
	
  top: 10px;
  left: 10px;
}

.share-icon {
  bottom: 10px;
  left: 10px;
  font-size: 1.4rem;
}

.media-card h3 {
  font-size: 1rem;
  margin: 0.8rem 1rem 0 1rem;
  font-weight: bold;
}

.media-card p {
  font-size: 0.9rem;
  margin: 0.3rem 1rem 1rem;
  color: #555;
}

.team-row {
	display: flex;
	justify-content: center;
	gap: 3rem;
	flex-wrap: wrap;
  }
  
  .team-member {
	width: 300px;
	text-align: center;
  }
  
 
  .image-box img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease, filter 0.4s ease;
  }
  
  .image-box:hover img {
	transform: scale(1.05);
	filter: brightness(1.15);
  }
  
  .name {
	margin-top: 1rem;
	font-size: 1.2rem;
	color: #fff;
	opacity: 0;
	transform: translateY(10px);
	transition: all 0.4s ease;
	pointer-events: none;
  }
  
  .team-member:hover .name {
	opacity: 1;
	transform: translateY(0);
  }
  
  






  .page-bottom-section {
	position: relative;
	padding: 60px 20px 40px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	color: #fff; /* Make sure text is readable on dark background */
	z-index: 1;
	overflow: hidden;
  }
  
  .page-bottom-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url('images/footerbg.png') center center/cover no-repeat;
	opacity: 0.3; /* Adjust this value to make the image lighter/darker */
	z-index: -1;
  }
  
  .page-bottom-columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
  }
  
  .bottom-col {
	flex: 1 1 200px;
    display: flex;
  justify-content: center; /* center horizontally in the column */
  text-align: center;       /* center text inside the list */
}
  
  .bottom-col ul {
	list-style: none;
	padding: 0;
	text-align: left;
  }
  
  .bottom-col ul li {
	margin-bottom: 10px;
  }
  
  .bottom-col ul li a {
	color: #fff;
	text-decoration: none;
	position: relative;
	display: inline-block;
	transition: color 0.3s ease, transform 0.3s ease;
  }
  
  .bottom-col ul li a::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #b7763b;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s ease;
	box-shadow: 0 0 8px #b7763b, 0 0 16px #b7763b;
	opacity: 0;
  }
  
  .bottom-col ul li a:hover {
	color: #b7763b;
	transform: scale(1.05) rotateZ(1deg);
	animation: wiggle 0.4s ease-in-out;
  }
  
  .bottom-col ul li a:hover::after {
	transform: scaleX(1);
	opacity: 1;
  }
  
  /* Wiggly zoom animation */
  @keyframes wiggle {
	0% { transform: scale(1) rotate(0deg); }
	25% { transform: scale(1.1) rotate(2deg); }
	50% { transform: scale(0.95) rotate(-2deg); }
	75% { transform: scale(1.1) rotate(1deg); }
	100% { transform: scale(1.05) rotate(0deg); }
  }
  
  .bottom-center {
	flex: 1 1 300px;
	text-align: center;
	margin: 20px 0;
  }
  
  .bottom-logo {
	width: 200px;
	margin-bottom: 20px;
  }
  
  .bottom-center p {
	font-size: 13px;
	line-height: 1.6;
	color: #fff;
	margin-bottom: 20px;
  }
  
  .bottom-socials a {
	display: inline-block;
	padding-top: 55px;
	margin: 0 15px;
	color: #fff;
	font-size: 16px;
	transition: transform 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
	position: relative;
  }
  
  .bottom-socials a:hover {
	color: #b7763b;
	transform: scale(1.4) rotate(-5deg);
	text-shadow: 0 0 5px #b7763b, 0 0 15px #b7763b, 0 0 30px #b7763b;
	animation: pulseShadow 1s ease infinite;
  }
  
  @keyframes pulseShadow {
	0% {
	  text-shadow: 0 0 5px #b7763b, 0 0 15px #b7763b, 0 0 30px #b7763b;
	}
	50% {
	  text-shadow: 0 0 15px #b7763b, 0 0 25px #b7763b, 0 0 40px #b7763b;
	}
	100% {
	  text-shadow: 0 0 5px #b7763b, 0 0 15px #b7763b, 0 0 30px #b7763b;
	}
  }
  
  
  /* Responsive */
  @media (max-width: 768px) {
	.page-bottom-columns {
	  flex-direction: column;
	  text-align: center;
	}
  
	.bottom-col, .bottom-center {
	  margin-bottom: 30px;
	}
  
	.bottom-col ul {
	  text-align: center;
	}
  }
  
  .novo-bottom-bg {
	background: url('images/footerbg.png') center center/cover no-repeat;
	position: relative;
  }
  
  .novo-bottom-bg::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.75); /* dark overlay */
	z-index: 1;
  }
  
  #novo-bottom {
	position: relative;
	z-index: 2; /* lifts your content above the overlay */
	padding: 60px 20px;
	color: #fff;
  }
  



  
  .bz-footer-tag {
    left: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    overflow: hidden;
    gap: 10px;
    font-family: 'HelveticaNowDisplay Bold', sans-serif;
    color: white;
  }
  
  a[href="https://www.bluezonemarketing.com"] {
    display: inline-block;
  }
  
  .bz-logo-wrapper {
    position: relative;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
  }
  
  .bz-footer-tag:hover .bz-logo-wrapper {
    transform: translateX(245px) rotate(10deg);
  }
  
  .bz-logo-spinner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .bz-footer-tag:hover .bz-logo-spinner {
    animation: rotateLogo 25s linear infinite;
  }
  
  .bz-footer-tag:not(:hover) .bz-logo-spinner {
    animation: none;
  }
  
  .bz-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
    position: relative;
  }
  
  @keyframes rotateLogo {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }
  
  .bz-text {
    position: relative;
    width: 280px;
    height: 20px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  }
  
  .bz-text span {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
    text-align: left;
    white-space: nowrap;
  }
  
  .bz-text .default {
    opacity: 1;
    transform: translateY(0);
  }
  
  .bz-text .hover {
    opacity: 0;
    transform: translateY(100%);
    color: #fff;
    display: inline-flex;
    gap: 6px;
    align-items: center;
  }
  
  .bz-footer-tag:hover .bz-text .default {
    opacity: 0;
    transform: translateY(-100%);
  }
  
  .bz-footer-tag:hover .bz-text .hover {
    opacity: 1;
    transform: translateY(0);
  }
  
  .helvetica-font {
    font-family: 'HelveticaNowDisplay Bold', sans-serif;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.4px;
  }

.bottom-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.logo-and-text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-fade-wrap {
  position: relative;
  width: 200px; /* Set your preferred size */
  height: 200px;
}

.logo-fade-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s ease-in-out;
  width: 100%;
  height: auto;
}

.logo-original {
  opacity: 1;
  z-index: 2;
}

.logo-hover {
  opacity: 0;
  z-index: 1;
}

.logo-fade-wrap:hover .logo-original {
  opacity: 0;
}

.logo-fade-wrap:hover .logo-hover {
  opacity: 1;
}

.logo-and-text p {
  margin-top: 20px;
  font-size: 0.9rem;
  color: #fff;
}

































.poster-section {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 70vh;
	z-index: 10001;
	overflow: hidden;
}

/* ::before — your static background image */
.poster-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('images/footerbg.png');
	background-size: cover;
	background-position: center;
	opacity: 0.2; /* controls image transparency */
	z-index: 0;
	pointer-events: none;
}

/* ::after — the animated gradient overlay */
.poster-section::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(120deg, rgba(255, 119, 0, 0.04), rgba(0, 0, 0, 0.1), rgba(255, 119, 0, 0.04));
	background-size: 300% 300%;
	animation: moveGradient 18s ease-in-out infinite;
	z-index: 1;
	pointer-events: none;
}

/* Main content stays above both */
.poster-meta-wrapper {
	position: relative;
	z-index: 2;
}

/* Animation Keyframes */
@keyframes moveGradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

  /* Make sure content inside stays above the background */
  .poster-meta-wrapper {
	position: relative;
	z-index: 1;
  }
  
  
  .poster-meta-wrapper,
  .poster-meta-wrapper * {
	pointer-events: auto;
  }
  
  #slider-section::before,
.webgl-fitthumbs::before,
.fx-one::before {
  content: none !important;
  display: none !important;
}

  /* Header Text */
  .poster-header {
	font-size: 10px;
	letter-spacing: 5px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
  }
  
  /* Metadata Lines */
  .poster-line {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 60px;
	margin-bottom: 20px;
  }
  
  /* Pairing Label + Content */
  .meta-pair {
	display: inline-flex;
	align-items: baseline;
	gap: 4px;
	white-space: nowrap;
  }
  
  /* Label Small Text */
  .label {
	font-size: 10px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
  }
  
  /* Content Big Bold Text */
  .content {
	font-size: 36px;
	font-weight: 800;
	color: #fff;
	line-height: 1;
  }
  
  /* Navigation Menu */
  
  .poster-nav {
	background: transparent !important;

	margin-top: 40px;
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
  }
  .poster-nav {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  text-align: left;
}

.nav-group {
	
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.nav-group h4 {
	font-family: 'Sweet Sans Pro Heavy', sans-serif !important;

  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #b7763b;
  text-transform: uppercase;
  margin-bottom: 10px;

}


.nav-group a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	transition: all 0.4s ease;
  }
  
  
  
  /* Social Icons */
  .poster-socials {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	gap: 20px;
  }
  
  .poster-socials a {
	color: #fff;
	font-size: 30px;
	transition: all 0.3s ease;
  }
  
  .poster-socials a:hover {
	color: #b7763b;
	transform: scale(1.1);
  }
  
  .glow-link,
.glow-icon {
	font-family: 'Sweet Sans Pro Heavy', sans-serif !important;

  position: relative;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.glow-link::after,
.glow-icon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}

.label {
	font-family: 'Sweet Sans Pro', sans-serif !important;
	font-size: 10px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
  }
  
  .content {
	font-family: 'Sweet Sans Pro Heavy', sans-serif !important;
	font-size: 36px;
	font-weight: 900;
	color: #fff;
	line-height: 1;
  }
  
  .copyright {
	color: #555555;
	font-size: .8rem;
	padding-bottom: 35px;
  }

  .rotated-footerdivider {
	width: 5000px;       /* Adjust to control size */
	margin-top: 30px;
	height: 5px;
  }
  
/* Sticky gradient background for header */
.fullscreen-menu::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px; /* Adjust to match your header height */
	background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0,0,0,0));
	z-index: 0;
	pointer-events: none;
	opacity: 1;
	transition: opacity 0.4s ease;
  }
  
  /* Show on scroll */
  .fullscreen-menu.scrolled::before {
	opacity: 1;
  }
  
  /* Make sure content stays above */
  #header-container {
	position: relative;
	z-index: 10;
  }
  

  .preloader-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #000;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
  }
  
  .video-cropper {
	width: 80vw;
	height: 35vh;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  #preloader-video {
	width: 100%;
	height: auto;
  }
  
  @media (max-width: 768px) {
	.video-cropper {
	  width: 100vw;
	  height: 30vh;
	}
  }
  .clipped-image-wrapper .clipped-image-content h2 {
	line-height: 1.15 !important;
  }
  
  /* Eliminate extra spacing above and below hero */

  .clipped-image img {
  width: 100%;
  height: auto !important;
  object-fit: contain !important;
  display: block;
  max-width: 100%;
}

.novo-about-description {
	margin: 40px auto;
	padding: 0 5vw;
	font-size: 1.1rem;
	color: #000;
	text-align: center;
	line-height: 1.6;
	width: 60%;
	max-width: 700px;
	border-radius: 10px; /* optional: softens the edges */
  }
  
  .novo-about-section {
	position: relative;
	background-color: #fff;
	background-repeat: repeat;
	opacity: 1; /* Set this back to full */
	padding: 60px 0;
	z-index: 0;
  }
  
  .novo-about-section::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
  }
  
  .novo-about-description {
	margin: 40px auto;
	padding: 0 5vw;
	font-size: 1.1rem;
	color: #000;
	text-align: center;
	line-height: 1.6;
	width: 60%;
	max-width: 1100px;
  }
  


















  .cinema-row {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 40px;
	max-width: 1500px;
	margin: 0 auto;
  }
  
  .animated-box {
	position: relative;
	width: 350px;
	height: 550px;
	overflow: hidden;
	font-family: 'Lato';
  }
  
   
   .animated-box img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 transition: transform 0.6s ease;
   }
   
   .animated-box:hover img {
	 transform: scale(1.05);
   }
   
   .cinema-overlay {
	 position: absolute;
	 inset: 0;
	 background: rgba(61, 43, 16, 0.4);
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 opacity: 0;
	 transition: opacity 0.4s ease;
	 z-index: 2;
   }
   
   .animated-box:hover .cinema-overlay {
	 opacity: 1;
   }
   
   .cinema-name {
	 color: #ffffff;
	 font-size: 1.8rem;
	 font-weight: bold;
	 text-transform: uppercase;
	 text-shadow: 0 0 10px #b7763b;
	 opacity: 0;
	 transform: translateY(20px);
	 transition: all 0.5s ease;
   }
   
   .animated-box:hover .cinema-name {
	 opacity: 1;
	 transform: translateY(0);
   }
   
   /* The animation starts here */
   .animated-box:after {
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	border: 2px solid white;
	z-index: 2;
	opacity: 0;
	pointer-events: none;
	box-shadow:
	  inset 0 0 0px #b7763b,
	  0 0 0px #b7763b;
	transition:
	  opacity 0.3s ease-in,
	  box-shadow 0.3s ease-in;
  }
  
  
  .animated-box.in:hover:after {
	opacity: 1;
	box-shadow:
	  inset 0 0 12px #b7763b,
	  0 0 24px #b7763b,
	  0 0 48px #b7763b;
  }
  
  
  .quote-block {
	padding: 40px;
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
  }
  
  .quote-top {
	font-family: 'Playfair Display', serif;
	
	font-weight: 900;
	font-size: 6rem;
	line-height: 1.2;
	letter-spacing: -1px;
	color: #fff;
	display: block;
  }
  
  .quote-bottom-line {
	display: flex;
	align-items: flex-end;
	gap: 75px;
	margin-top: 0.5rem;
  }
  
  .quote-bottom {
	font-family: 'Playfair Display', serif;
	font-weight: 900;
	font-size: 6rem;
	line-height: 1.2;
	letter-spacing: -1px;
	color: #fff;
  }
  
  .quote-author {
	font-size: 2rem;
	font-family: 'Sweet Sans Pro', sans-serif;
	
	font-weight: 500;
	color: #fff;
	padding-bottom: 10px;
	white-space: nowrap;
  }
  
  .cinematic-text {
	opacity: 0;
	transform: translateY(40px);
	filter: blur(5px);
	transition: all 1s ease;
  }
  
  .cinematic-text.visible {
	opacity: 1;
	transform: translateY(0);
	filter: blur(0);
  }
  section {
	margin: 0;
	padding: 0;
  }
  section {
	margin-top: 0 !important;
	padding-top: 0 !important;
  }
  
  .poster-section {
	margin-top: 0 !important;
	padding-top: 0 !important;
  }
  
  .rotated-footerdivider {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0 !important;
  }
  
  .content-row,
.full,
.content-row.full {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.cinema-team {
	margin-bottom: 100px; /* adjust this value as needed */
  }
  

/* Fully hide desktop glow nav on small screens */
@media screen and (max-width: 1024px) {
	.top-right-menu {
	  display: none !important;
	}
  
	.poster-nav {
	  display: none !important;
	  visibility: hidden !important;
	  opacity: 0 !important;
	}
  
	.burger-lines {
	  display: block !important;
	}
  }
  
  /* Fully hide burger + mobile nav on desktop */
  @media screen and (min-width: 1025px) {
	.mobile-only,
	.burger-lines {
	  display: none !important;
	}
  
	.top-right-menu {
	  display: flex !important;
	}
  }
  






  /* Core nav styling */
.top-right-menu {
	position: fixed;
	top: 30px;
	z-index: 9999;
  overflow: visible; /* ✅ critical for full glow */
	right: 40px;
	z-index: 9999;
}

.glow-nav {
	display: flex;
	gap: 25px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.glow-nav li {
	position: relative;
	overflow: visible; /* ✅ allows child glow to show fully */
  }

  .glow-nav li a {
	position: relative;
	padding: 10px 14px;
	z-index: 1;
	font-family: 'Sweet Sans Pro Heavy', sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;
	overflow: visible; /* ✅ allows glow to spill out */
  }

.glow-nav li a:hover {
	color: #fff;
	text-shadow: 0 0 10px #b7763b, 0 0 20px #b7763b;
	transform: scale(1.05);
}
/* Dropdown container with cinematic animation */
.submenu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 200px;
	padding: 20px 25px;
	background: rgba(10, 10, 10, 0.6);
	backdrop-filter: blur(12px);
	border-radius: 12px;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.95) translateY(-10px);
	pointer-events: none;
	box-shadow: 0 0 20px rgba(183, 118, 59, 0.15);
	animation: blurRevealOut 0.3s ease forwards;
	transition: all 0.5s ease;
}

.has-dropdown:hover .submenu,
.has-dropdown:focus-within .submenu {
	opacity: 1;
	visibility: visible;
	transform: scale(1) translateY(0);
	pointer-events: auto;
	animation: blurReveal 0.5s ease forwards;
}

/* Submenu items staggered entry */
.submenu li {
	margin: 10px 0;
	opacity: 0;
	transform: translateY(15px);
	pointer-events: none;
}

/* Each item animates at different intervals */
.has-dropdown:hover .submenu li:nth-child(1),
.has-dropdown:focus-within .submenu li:nth-child(1) {
	animation: fadeStagger 0.4s ease forwards;
	animation-delay: 0.15s;
}

.has-dropdown:hover .submenu li:nth-child(2),
.has-dropdown:focus-within .submenu li:nth-child(2) {
	animation: fadeStagger 0.4s ease forwards;
	animation-delay: 0.35s;
}

.has-dropdown:hover .submenu li:nth-child(3),
.has-dropdown:focus-within .submenu li:nth-child(3) {
	animation: fadeStagger 0.4s ease forwards;
	animation-delay: 0.55s;
}

/* Submenu link style */
.submenu li a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	text-shadow: 0 0 6px #b7763b;
	transition: all 0.3s ease;
}

.submenu li a:hover {
	color: #fff;
	text-shadow: 0 0 12px #b7763b, 0 0 25px #b7763b;
	transform: scale(1.1);
}

/* Cinematic stagger animation for links */
@keyframes fadeStagger {
	from {
		opacity: 0;
		transform: translateY(20px) scale(0.95);
		filter: blur(6px);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
		filter: blur(0);
		pointer-events: auto;
	}
}

/* Blurred box cinematic animation */
@keyframes blurReveal {
	0% {
		opacity: 0;
		transform: scale(0.92) translateY(-20px);
		backdrop-filter: blur(30px);
	}
	50% {
		opacity: 0.5;
		transform: scale(1.03) translateY(5px);
		backdrop-filter: blur(20px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateY(0);
		backdrop-filter: blur(12px);
	}
}

@keyframes blurRevealOut {
	from {
		opacity: 1;
		transform: scale(1) translateY(0);
		backdrop-filter: blur(12px);
	}
	to {
		opacity: 0;
		transform: scale(0.95) translateY(-10px);
		backdrop-filter: blur(25px);
	}
}
/* Keep parent menu glowing when submenu is hovered */
.has-dropdown:hover > a,
.has-dropdown:focus-within > a,
.has-dropdown:hover .submenu:hover ~ a {
	color: #fff;
	text-shadow: 0 0 10px #b7763b, 0 0 20px #b7763b;
	transform: scale(1.05);
}










.primary-font-title {
	position: relative;
	display: inline-block;
  }

  
  .primary-font-title span {
	background: none !important;
	-webkit-background-clip: initial !important;
	-webkit-text-fill-color: initial !important;
	color: #fff !important; /* or whatever flat color you want */
  }
  
  /* Strong, visible shadow underneath */
  .primary-font-title span::before {
	content: attr(data-shadow);
	position: absolute;
	top: 2px;
	left: 2px;
	
	z-index: -1;
	color: black;
	opacity: 0.7;
	filter: blur(3px);
	white-space: nowrap;
	pointer-events: none;
  }
  
  

  
  
  .primary-font-title span {
	background-size: 200%;
	animation: gradient-shift 5s ease infinite;
  }
  
  @keyframes gradient-shift {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
  }
  
  
  
  .shimmer-label {
	
	position: relative;
	color: #b7763b;
	display: inline-block;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 16px;
	padding-bottom: 4px;
	margin-bottom: 6px;

	
  }
  
  .shimmer-label::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: linear-gradient(
	  120deg,
	  transparent,
	  #b7763b,
	  #dadbce,
	  #b7763b,
	  transparent
	);
	background-size: 200% 100%;
	animation: shimmer-underline 4s ease-in-out infinite;
  }
  
  @keyframes shimmer-underline {
	0% {
	  background-position: 200% 0;
	}
	50% {
	  background-position: -100% 0;
	}
	100% {
	  background-position: 200% 0;
	}
  }
  
  .shimmer-subtext {
	font-weight: 600;
	margin-top: 6px;
	font-size: 14px;
	color: #fff;
	padding-bottom: 4px;
  }
  
  .halo-bg-fullscreen {
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-image: url('images/bg1.png'); /* replace with your full bg image */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed; /* optional for parallax feel */
	min-height: 100vh; /* Full screen height */
	display: flex;
	align-items: center;
  }

  .second-bg-fullscreen {
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-image: url('images/Karl.png'); /* replace with your full bg image */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed; /* optional for parallax feel */
	min-height: 100vh; /* Full screen height */
	display: flex;
	align-items: center;
  }
  
  
  .halo-gallery-wrapper {

	padding: 0 40px;
	text-align: center;
  }
  
  .halo-gallery-row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
  }
  
  .halo-gallery-item {
	flex: 1 1 30%;
	opacity: 0;
	transform: translateY(30px) scale(0.95);
	animation: fadeInCinematic 1s forwards;
  }
  
  .halo-gallery-item:nth-child(1) { animation-delay: 0.1s; }
  .halo-gallery-item:nth-child(2) { animation-delay: 0.3s; }
  .halo-gallery-item:nth-child(3) { animation-delay: 0.5s; }
  
  @keyframes fadeInCinematic {
	to {
	  opacity: 1;
	  transform: translateY(0) scale(1);
	}
  }
  
  .halo-gallery-item img {
	width: 100%;
	border-radius: 12px;
	display: block;
	box-shadow: 0 10px 40px rgba(0,0,0,0.3);
	transition: transform 0.3s ease;
  }
  
  .halo-gallery-item img:hover {
	transform: scale(1.05);
  }
  
  .halo-gallery-item figcaption {
	margin-top: 12px;
	color: #ccc;
	font-size: 0.9rem;
  }
  
  .pinned-element h4 {
	background: linear-gradient(90deg, #b7763b, #f3f0ec);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text; /* Firefox fallback */
	text-fill-color: transparent;
	font-weight: 900;
  }
  
  .pinned-element h4 {
	background: linear-gradient(90deg, #b7763b, #f3f0ec);
	background-size: 200%;
	animation: gradient-shift 5s ease infinite;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 900;
  }

  .learnmore h4 {
	margin-top: -255px !important;
	font-size: 3.2rem;

	background: linear-gradient(90deg, #b7763b, #f3f0ec);
	background-size: 200%;
	animation: gradient-shift 5s ease infinite;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 900;
  }
  
  @keyframes gradient-shift {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
  }
  

  .marquee-text-wrapper {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
  }
  
  .content-row.row_padding_top {
	padding-top: 0 !important;
	margin-top: -30px !important; /* adjust this value as needed */
  }
  
  .list-rotator-wrapper {
	margin-top: 0 !important;
	padding-top: 0 !important;
  }
  
  .footer-corner-image {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000; /* ensure it's above content */
	pointer-events: none; /* optional - ignore mouse interaction */
  }
  
  .footer-corner-image img {
	max-width: 700px;
	margin-right: 15px;
	height: auto;
	display: block;
	opacity: 1; /* optional: gives it that "soft watermark" vibe */
  }
  
  .novo-quote-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 20px 40px;
	text-align: center;
	z-index: 5;
	position: relative;
  }
  
  .novo-quote-banner .quote-image {
	padding-top: 30px;
	max-width: 300%;
	height: auto;
	width: 1200px; /* Set a nice max width for desktop */
	transition: all 0.3s ease-out;
	will-change: opacity, transform, filter;
  }
  @media (max-width: 768px) {
	.novo-quote-banner {
	  padding: 60px 10px 30px;
	}
  
	.novo-quote-banner .quote-image {
	  width: 100%;
	}
  }
  

  .section-image {
	position: relative;
	overflow: hidden;
  }
  
  .section-image img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.5s ease;
	z-index: 1;
	position: relative;
  }
  
 
  /* VIDEO OVERLAY FADE */
  .hover-video {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s ease;
  }
  
  /* When hovered, fade in the video */
  .section-image:hover .hover-video {
	opacity: 1;
  }
  
  .watch-trailer-overlay {
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding: 10px 20px;
	background: rgba(0, 0, 0, 0.65);
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 4px;
	cursor: pointer;
	z-index: 5;
	transition: opacity 0.3s ease, transform 0.3s ease;
  }
  
  .section-image.fullscreen .watch-trailer-overlay {
	opacity: 0;
	pointer-events: none;
  }
  
  /* Animate video into fullscreen */
  .section-image.fullscreen {
	position: fixed !important;
	top: 50%;
	left: 50%;
	width: 80vw;
	height: 45vw;
	max-width: 1280px;
	max-height: 720px;
	transform: translate(-50%, -50%);
	z-index: 9999;
	background: black;
	box-shadow: 0 0 80px rgba(0,0,0,0.8);
	transition: all 0.5s ease-in-out;
  }
  
  .section-image.fullscreen .hover-video {
	opacity: 1 !important;
	pointer-events: auto;
	z-index: 10;
  }
  






















  /* === HERO STYLING === */

#novo-hero {
	padding-top: -50px !important;
	color: #fff;
	padding: 10vh 10vw;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	font-family: 'Inter', sans-serif;
  }
  
  .novo-hero-inner {
	display: flex;
	flex-wrap: wrap;
	max-width: 1900px;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
  }
  
  .novo-hero-left,
  .novo-hero-right {
	flex: 0 1 48%;
  }
  
  .novo-hero-left {
	margin-top: 0;
  }
  
  .novo-hero-right {
	flex: 1 1 40%;
	color: #ccc;
	line-height: 1.8;
	margin-top: 600px;
  }
  #novo-hero .novo-hero-right p {
	font-size: 2.0rem !important;
	color: #cccccc
  }
  
  
  /* HEADLINE STYLING */
  .novo-hero-left h1 {
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.3;
	margin: 0;
	color: #fff;
  }
  
  .novo-hero-left h1 em {
	font-style: italic;
	font-weight: 500;
  }
  


  .alt-color {
	font-weight: 900;
	background: linear-gradient(270deg, #b7763b, #f3f0ec, #b7763b);
	background-size: 600% 600%;
	animation: gradient-shift 10s ease infinite;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
  }
  
  .alt-color.delay-1 {
	animation-delay: 0s;
  }
  .alt-color.delay-2 {
	animation-delay: 2s;
  }
  .alt-color.delay-3 {
	animation-delay: 4s;
  }
  .alt-color.delay-4 {
	animation-delay: 6s;
  }
  .alt-color.delay-5 {
	animation-delay: 8s;
  }
  
  @keyframes gradient-shift {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
  }
  
  
  
  
  /* BUTTON STYLING */
  .novo-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
	font-weight: 600;
	font-size: 0.95rem;
	letter-spacing: 0.05em;
	color: #b7763b;
	text-decoration: none;
	position: relative;
	transition: all 0.3s ease;
  }
  
  .novo-btn:hover {
	transform: translateX(5px);
	text-shadow: 0 0 10px #b7763b;
	;
  }
  
  .arrow {
	background: none;
	border: none;
	font-size: 2.5rem;
	color: white;
	cursor: pointer;
	z-index: 10;
	transition: all 0.3s ease;
  }
  
  .arrow:hover {
	color: #fff !important;
	transform: scale(1.4);
	text-shadow: 0 0 12px #b7763b, 0 0 20px #b7763b;
  }
  
  
  /* === ANIMATIONS === */
  .animate-text {
	opacity: 0;
	transform: translateY(20px);
	animation: slideIn 1.2s ease forwards;
	animation-delay: 0.3s;
  }
  
  .animate-fadein {
	opacity: 0;
	animation: fadeIn 1s ease forwards;
	animation-delay: 0.9s;
  }
  
  @keyframes slideIn {
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
  
  @keyframes fadeIn {
	to {
	  opacity: 1;
	}
  }
  
  /* Responsive tweak */
  @media screen and (max-width: 768px) {
	.novo-hero-inner {
	  flex-direction: column;
	}
  
	.novo-hero-left,
	.novo-hero-right {
	  flex: 1 1 100%;
	  margin-top: 40px;
	}
  
	.novo-hero-left h1 {
	  font-size: 2rem;
	  text-align: center;
	}
  
	.novo-hero-right {
	  text-align: center;
	}
  }
  

  /* If using a utility wrapper like content-full-width, force override it */
  .content-full-width {
    max-width: 100vw !important;
    padding: 0 !important;
  }
}
  
  .hero-image-bg {
	position: absolute;
	top: 200px;
	left: -20px;
	width: 90%;
	max-width: none;
	opacity: 0.07; /* subtle visibility */
	z-index: 0;
	pointer-events: none; /* lets clicks through */
  }
  
  .hero-image-bg img {
	width: 100%;
	height: auto;
	object-fit: cover;
	opacity: 1;
  }
  
  .novo-hero-left h1,
  .novo-hero-left h1 span,
  .novo-hero-left h1 em,
  .novo-hero-left h1 strong {
	font-size: 5rem !important;
	line-height: 1.1;
  }
  
  

  .story-section {
	width: 100%;
	font-family: 'Helvetica Neue', sans-serif;
  }
  
  .story-media {
	display: flex;
	justify-content: center; /* Centers the video horizontally */
	padding: 2rem 0;
  }
  
  .story-media video {
	width: 90%;
	height: auto;
	display: block;
	object-fit: cover;
	aspect-ratio: 16/9;
	border-radius: 1rem; /* Rounds the corners */
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2); /* Optional: nice soft shadow */
  }
  
  .story-content {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	padding: 3rem 5%;
  }
  
  .story-left {
	margin-top: 30px !important;

	flex: 1 1 40%;
	font-weight: 900;
	font-size: 1.8rem;
	line-height: 1.3;
  }
  
  .story-left .highlight {
	display: block;
	margin-top: 0.5rem;
	color: #000;
  }
  
  .story-right {
	flex: 1 1 55%;
	font-weight: 400;
	font-size: 1.9rem;
	line-height: 1.5;
	color: #111;
  }
  
  .story-right p {
	margin-bottom: 1rem;
  }
  .gradient-tagline {
	font-size: 3rem;
	font-weight: 800;
	text-align: center;
	background: linear-gradient(90deg, #b7763b, #f3f0ec, #b7763b);
	background-size: 200%;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	animation: gradientShift 6s ease infinite;
	margin: 2rem 0;
  }
  
  @keyframes gradientShift {
	0% {
	  background-position: 0% 50%;
	}
	50% {
	  background-position: 100% 50%;
	}
	100% {
	  background-position: 0% 50%;
	}
  }
  
  .moving-gallery .wrapper-gallery {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
  }
  
  .moving-gallery .wrapper-gallery li {
	width: 3000px; /* adjust as needed */
	height: 400px; /* adjust as needed */
	list-style: none;
	overflow: hidden;
	border-radius: 10px;
  }
  
  .moving-gallery .wrapper-gallery li img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* preserves aspect ratio and fills box */
	display: block;
  }
  .flat-social-icons {
	margin-top: 30px;
	display: flex;
	gap: 30px;
}

/* ICON BASE STYLE: Slam in + animated gradient */
.flat-social-icons .flat-icon {
	font-size: 1rem;
	margin: 0 5px;
	text-decoration: none;
	opacity: 0;
	transform: scale(0.5) translateY(-40px);
	transition: all 0.3s ease;
	background: linear-gradient(90deg, #b7763b, #f3f0ec, #b7763b);
	background-size: 200% auto;
	background-position: 0% 50%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	display: inline-block;
}

/* Activate Slam + Gradient shimmer */
.flat-social-icons .flat-icon.icon-in-view {
	animation: iconSlamIn 0.6s ease forwards, iconGradientShift 6s ease-in-out infinite;
	animation-delay: var(--delay, 0s), 0.6s;
}

/* SLAM-IN keyframes */
@keyframes iconSlamIn {
	0% {
		opacity: 0;
		transform: scale(0.6) translateY(-40px);
	}
	60% {
		opacity: 1;
		transform: scale(1.15) translateY(10px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

/* GRADIENT shimmer animation */
@keyframes iconGradientShift {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

/* 🔥 Wild Glow Hover Effects */
.flat-social-icons .flat-icon:hover {
	text-shadow: 0 0 10px currentColor, 0 0 20px currentColor, 0 0 30px currentColor;
	transform: scale(1.2);
}

/* Override color on hover for each brand */
.flat-social-icons .facebook:hover { color: #3b5998; }
.flat-social-icons .twitter:hover { color: #00aced; }
.flat-social-icons .instagram:hover { color: #bc2a8d; }
.flat-social-icons .youtube:hover { color: #ff0000; }
.flat-social-icons .google:hover { color: #dd4b39; }
.flat-social-icons .whatsapp:hover { color: #4dc247; }


.flat-icon {
	transition: transform 0.6s ease, text-shadow 0.3s ease;
	transform-origin: center;
	display: inline-block;
	backface-visibility: hidden;
	perspective: 1000px;
}

/* Flip-up + zoom class */
.flip-zoom {
	transform: rotateX(180deg) scale(1.2);
}


















/* === CAROUSEL GENERAL === */
#carousel {
	margin-top: 60px;
	position: relative;
  }
  
  .carousel-inner {
	display: flex;
	overflow: hidden;
	width: 100%;
  }
  
  .carousel-item {
	flex: 0 0 100%;
	transition: transform 0.5s ease;
  }
  
  .slide-box {
	display: flex;
	justify-content: center;
	gap: 30px;
  }
  
  .video-thumb {
	position: relative;
	width: 300px;
	cursor: pointer;
	transition: transform 0.3s ease;
  }
  
  .video-thumb img {
	width: 100%;
	display: block;
	border-radius: 10px;
	transition: transform 0.3s ease;
  }
  
  .video-thumb:hover {
	transform: scale(1.05);
  }
  
  
  /* === Carousel Indicators === */
  .carousel-indicators {
	list-style: none;
	padding-left: 0;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	gap: 10px;
  }
  
  .carousel-indicators li {
	width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	cursor: pointer;
	transition: background-color 0.3s ease;
  }
  
  .carousel-indicators .active {
	background-color: #fff;
  }
  
  /* === Carousel Controls === */
  .carousel-control-prev,
  .carousel-control-next {
	width: 5%;
	top: 45%;
	opacity: 0.6;
	transition: opacity 0.3s ease;
  }
  
  .carousel-control-prev:hover,
  .carousel-control-next:hover {
	opacity: 1;
  }
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
	background-size: 100% 100%;
	height: 40px;
	width: 40px;
  }
  

  .top-right-menu a,
.fullscreen-menu a,
.fullscreen-menu ul {
  color: #fff !important;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.fullscreen-menu {
	padding: 0 !important;
	margin: 0 !important;
  }
  
  .top-right-menu {
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
  }
  


/* Lock poster meta layout at all screen sizes */
.poster-meta-wrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
}

/* Keep poster-line rows spaced horizontally */
.poster-line {
  display: flex !important;
  justify-content: center !important;
  gap: 100px !important;
  flex-wrap: nowrap !important;
}

/* Lock label + content layout per pair */
.meta-pair {
  min-width: 200px !important;
  text-align: left !important;
}

/* Keep nav groups wide and even */
.poster-nav {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  gap: 80px !important;
  max-width: 1000px !important;
  margin: 40px auto 20px !important;
}

/* Prevent zoom/compression from shrinking text area */
.poster-section {
  padding: 80px 40px 60px !important;
  box-sizing: border-box !important;
}

/* Fix footer collapse on narrow viewports without stacking */
@media screen and (max-width: 1024px) {
  .poster-line,
  .poster-nav {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 40px !important;
  }

  .meta-pair {
    text-align: center !important;
    min-width: auto !important;
  }

  .poster-meta-wrapper {
    gap: 40px !important;
  }
}


  .play-btn {
  font-family: 'Sweet Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 3.4rem;
  font-weight: 500 !important;
  color: #fff !important;
  text-shadow: 0 0 10px rgba(183, 118, 59, 0.5);
  transition: all 0.3s ease;
  pointer-events: none;
}



#ball, #ball i, #ball:before, #ball:after {
	border-color: #b7763b !important;
	color: #b7763b !important;
  }
  

  #page-transition-overlay {
	will-change: opacity;
  }
  

  #video-overlay {
	position: fixed;
	top: 0; left: 0;
	width: 100vw; height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(8px);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.8s ease, backdrop-filter 0.8s ease;
	z-index: 1;
  }

  #video-container {
	position: relative;
	display: inline-block;
	z-index: 10;
  }

  #media-wrapper {
	overflow: hidden;
	display: block;
	width: 700px;
	height: 400px;
  }

  #play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 64px;
	cursor: pointer;
	z-index: 2;
	transition: filter 0.3s ease, text-shadow 0.3s ease, opacity 0.5s ease;
  }

  #media-wrapper:hover #play-button {
	text-shadow: 0 0 20px #b7763b;
	filter: drop-shadow(0 0 16px #b7763b);
  }

  .fade-word {
	transition: opacity 0.5s ease;
  }

 

  @keyframes shineGradient {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
  }

  #close-icon {
	position: absolute;
	top: -135px;
	right: -135px;
	font-size: 30px;
	color: white;
	opacity: 0;
	cursor: pointer;
	transition: opacity 0.4s ease, transform 0.3s ease, text-shadow 0.3s ease;
	z-index: 12;
  }

  #close-icon:hover {
	transform: scale(1.2);
	text-shadow: 0 0 12px #b7763b, 0 0 24px #b7763b;
	color: #fff;
  }

  .top-right-menu a {
    color: white;
    transition: color 0.5s ease;
  }

  .top-right-menu.dark-header a {
    color: black;
  }









   





   #bottom-word {
	font-weight: 900;
	background: linear-gradient(270deg, #b7763b, #f3f0ec, #b7763b);
	background-size: 600% 600%;
	animation: gradient-shift 10s ease infinite;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
  }


  .section-title-gradient {
	font-weight: 900;
	font-size: 2.5rem;
	background: linear-gradient(270deg, #b7763b, #a1a1a1, #b7763b);
	background-size: 600% 600%;
	animation: gradient-shift 10s ease infinite;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}










.novo-difference-section {
	padding: 80px 60px;
	text-align: center;
	color: #fff;
  }
  
  .novo-difference-title {
	font-size: 3rem;
	font-weight: 900;
	margin-bottom: 60px;
	background: linear-gradient(270deg, #b7763b, #a1a1a1, #b7763b);
	background-size: 600% 600%;
	animation: gradient-shift 10s ease infinite;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
  }
  
  .novo-difference-cards {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 80px;
	flex-wrap: nowrap; /* <-- FORCE all cards to stay on the same line */
  }
  
  
  .novo-card {
	width: 300px; /* fixed width ensures clean alignment */
	text-align: center;
  }
  
  .novo-icon {
	width: 150px;
	height: auto;
	margin-bottom: 20px;
  }
  
  .novo-card-title {
	font-size: 1.2rem;
	font-weight: 800;
	margin-bottom: 20px;
  }
  
  .novo-card-text {
	font-size: 1rem;
	line-height: 1.6;
	color: #f3f0ec;
  }
  .novo-difference-description {
	max-width: 900px;
	margin: 60px auto 0 auto;
	text-align: center;
	color: #ffffff !important; /* Force white */
	font-size: 1.1rem;
	line-height: 1.8;
  }
  
  .novo-difference-description p {
	margin-bottom: 20px;
  }
  
  
  /* Base card animation styles */
  .animate-card.active {
	opacity: 1;
	transform: scale(1);
  }
  
  
 
  
  .animate-card.active:nth-child(1) {
	animation: cinematic-entry-left 1.5s ease-out forwards;
  }
  
  .animate-card.active:nth-child(2) {
	animation: cinematic-entry-up 1.5s ease-out forwards;
	animation-delay: 0.3s;
  }
  
  .animate-card.active:nth-child(3) {
	animation: cinematic-entry-right 1.5s ease-out forwards;
	animation-delay: 0.6s;
  }
  
  .partner-investor-section {
	padding: 80px 60px;
	color: #fff;
	text-align: center;
  }
  
  .partner-title {
	font-size: 3rem;
	font-weight: 900;
	margin-bottom: 60px;
	white-space: nowrap; /* <-- Force the entire title to stay on one line */
  }
  
  .partner-investor-content {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
	flex-wrap: wrap; /* Stack vertically on mobile */
	text-align: left; /* Reset text-align for paragraphs */
  }
  
  .partner-text {
	flex: 1;
	min-width: 300px;
	max-width: 600px;
  }
  
  
  
  .partner-image {
	flex: 1;
	min-width: 300px;
	text-align: center;
  }
  
  .partner-image img {
	width: 50%;
	height: auto;
	border-radius: 8px; /* optional */
  }
  
  /* Gradient shift for backgrounds if needed */
  @keyframes gradient-shift {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
  }
  


  #hero-bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 90vh; /* Adjust this if you want it a little shorter */
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 50% 15%; /* Adjusted border for a softer curve */
    border-bottom-right-radius: 50% 15%; /* Adjusted border for a softer curve */
}



.hero-image-title {
	max-width: 600px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	opacity: 0; /* Start off hidden */
	visibility: hidden; /* Ensure the element doesn't take space before animation */
	transition: opacity 1s ease; /* Smooth fade-in */
  }
  

  
  /* Slightly haunted tilt animation */
  .spooky-tilt {
	animation: tiltSpooky 6s ease-in-out infinite alternate;
  }
  
  /* Floating movement */
  @keyframes floatSpooky {
	0%, 100% {
	  transform: translateY(0px);
	}
	50% {
	  transform: translateY(-8px);
	}
  }
  
 
  
  /* Tilting rotation animation */
  @keyframes tiltSpooky {
	0% { transform: rotate(0deg); }
	25% { transform: rotate(1.5deg); }
	50% { transform: rotate(-1.5deg); }
	75% { transform: rotate(1deg); }
	100% { transform: rotate(0deg); }
  }
  
  /* Delayed animation */
  .delayed-animate {
	animation: fadeIn 1s ease forwards, floatSpooky 4s ease-in-out infinite, flickerSpooky 3s infinite alternate;
	animation-delay: 1s; /* Delay of 1 second before starting animations */
	visibility: visible; /* Make the element visible after animation starts */
  }
  
  /* Fade-in effect */
  @keyframes fadeIn {
	0% {
	  opacity: 0; /* Start from 0 opacity */
	}
	100% {
	  opacity: 1; /* End with full opacity */
	}
  }
  








/* General Styles for the section */
.wizard-section {
    padding: 50px 0;
    text-align: center;
}

.wizard-container {
    max-width: 910px;
    margin: 0 auto;
    padding: 20px;
}

.wizard-heading {
	font-family: 'Sweet Sans Pro Heavy';
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
}

.wizard-paragraph {
	font-family: 'Sweet Sans Pro';
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    text-align: justify;
}

/* Gradient animation for the header */
.gradient-heading {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 60px;
	background: linear-gradient(270deg, #b7763b, #a1a1a1, #b7763b);
	    background-size: 600% 600%; /* Expand the gradient for animation */
    animation: gradient-shift 10s ease infinite;
    -webkit-background-clip: text; /* Use background clip for text */
    -webkit-text-fill-color: transparent; /* Make the text transparent so background shows */
    background-clip: text; /* Clip the background to the text */
    text-fill-color: transparent; /* Ensure the text uses the background gradient */
}

/* Keyframes for the gradient shift animation */
@keyframes gradient-shift {
    0% {
        background-position: 100% 0%;
    }
    50% {
        background-position: 0% 100%;
    }
    100% {
        background-position: 100% 0%;
    }
}

.gradient-heading2 {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 60px;
	background: linear-gradient(270deg, #b7763b, #1b1b1b, #b7763b);
	    background-size: 600% 600%; /* Expand the gradient for animation */
    animation: gradient-shift 10s ease infinite;
    -webkit-background-clip: text; /* Use background clip for text */
    -webkit-text-fill-color: transparent; /* Make the text transparent so background shows */
    background-clip: text; /* Clip the background to the text */
    text-fill-color: transparent; /* Ensure the text uses the background gradient */
}

/* Keyframes for the gradient shift animation */
@keyframes gradient-shift {
    0% {
        background-position: 100% 0%;
    }
    50% {
        background-position: 0% 100%;
    }
    100% {
        background-position: 100% 0%;
    }
}


  
  /* Ensure video takes full width */
  video {
	width: 50%;
	height: auto;
  }
  

  /* Style for the video row */
.video-row {
	display: flex;
	justify-content: center;  /* Center the videos */
	align-items: center;  /* Align the videos vertically */
	gap: 20px;  /* Space between videos */
	width: 100%;
	margin: 0 auto;
  }
  
  /* Style for each video item */
  .video-item {
	flex: 1;
	max-width: 33.33%;  /* Make each video take up one-third of the row */
	padding: 5px;
  }
  
  
  /* Target the specific content row using the custom class */
.custom-content-row {
	height: 75vh; /* 50% of the viewport height */
	overflow: hidden; /* Prevents content from overflowing */
  }
  
  /* Optional: Adjust the height of the image inside this specific row */
  .custom-content-row img {
	height: 100%; /* Ensures the image fills the entire row */
	object-fit: cover; /* Ensures the image covers the area while maintaining aspect ratio */
  }
  


 /* Container for the character */
.character-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px;
	padding: 20px;
	border-radius: 10px;
	overflow: hidden;
  }
  
  /* Reverse order for every alternate row */
  .character-container.reverse {
	flex-direction: row-reverse; /* Reverses the order of the image and text */
  }
  
  /* Character Image Styling */
  .character-image img {
	border-radius: 50%; /* Circular image */
	width: 350px; /* Adjust the size as needed */
	height: 350px;
	object-fit: cover; /* Ensures the image fills the circle */
	margin-right: 20px;
	margin-left: 20px;
  }
  
  /* Character Details */
  .character-details {
	max-width: 900px;
	text-align: left;
  }
  
  /* Name styling */
  .character-details h2 {
	font-size: 2rem;
	color: #333;
	margin-bottom: 10px;
  }
  
  /* Actor Name Styling */
  .actor-name {
	font-size: 0.8rem; /* Smaller font size */
	color: #fff !important; /* Subtle gray color */
	margin-bottom: 10px;
	font-style: italic;
  }
  
  /* Character Description */
  .character-description {
	font-size: 1rem;
	color: #fff;
	margin-bottom: 15px;
	line-height: 1.6;
  }
  
  /* Extra Images for character traits, alternate poses, etc. */
  .character-extras {
	display: flex;
	gap: 15px;
  }
  
  .extra-image {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 8px;
  }
  

/* Styling for the thin divider with fade effect */
.character-divider {
	height: 2px; /* Height of the divider */
	background: linear-gradient(to right, rgba(183, 118, 59, 0) 0%, #b7763b 50%, rgba(183, 118, 59, 0) 100%); 
	/* This creates the fade effect from transparent to color and back to transparent */
	margin: 20px 0; /* Space between sections */
  }
  
  /* Styling for the thin divider with fade effect */
.character-divider {
	height: 2px; /* Height of the divider */
	background: linear-gradient(to right, rgba(183, 118, 59, 0) 0%, #b7763b 50%, rgba(183, 118, 59, 0) 100%); 
	margin: 20px 0; /* Space between sections */
  }
  
  .profile-img {
	animation: bounce 5s infinite ease-in-out;
  }
  
  @keyframes bounce {
	0% {
	  transform: translateY(0);
	}
	50% {
	  transform: translateY(-10px);
	}
	100% {
	  transform: translateY(0);
	}
  }
  

  /* h1 styling inside parallax section */

  .content-row .parallax-image-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh; /* Makes the content take full viewport height */
}

.parallax-image-content .outer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.parallax-image-content .inner {
  text-align: center;
}





/* Unique Overlay */
#custom-video-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: 100;
  }

  /* Unique Video Container */
  #custom-video-container {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 700px;
    max-width: 90vw;
    background: black;
    padding: 10px;
    border-radius: 8px;
    display: none;
    z-index: 101;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }

  #custom-video-player {
    width: 100%;
    border-radius: 5px;
  }

  /* Unique Close Button */
  #custom-close-button {
    position: absolute;
    top: -30px; right: -30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
  }


  .video-title {
	margin-top: 14px;
	padding-bottom: 6px;
	text-align: center;
	font-size: 1.1rem;
	
	font-weight: 900;
	line-height: 1.3;
	opacity: 0;
	transform: translateY(5px);
	transition: all 0.3s ease;
	pointer-events: none;
  
	/* Gradient Animation */
	background: linear-gradient(270deg, #b7763b, #a1a1a1, #b7763b);
	background-size: 600% 600%;
	animation: gradient-shift 10s ease infinite;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
  }
  
  .video-thumb:hover .video-title {
	opacity: 1;
	transform: translateY(0);
  }
  
  /* Gradient Animation Keyframes */
  @keyframes gradient-shift {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
  }
  


  .fullscreen-marquee {
	margin-top: -55px;
	display: flex;
	align-items: center;
	z-index: 9999;
	pointer-events: none; /* so it doesn't block clicks */
  }
  
  .marquee-track {
	display: flex;
	white-space: nowrap;
	animation: marquee-scroll 150s linear infinite;
  }
  
  .marquee-track span {
	font-size: 1vw;
	font-weight: bold;
	color: #f4f4f4;
	margin-right: 5vw;
	text-transform: uppercase;
	letter-spacing: 2px;
  }
  
  @keyframes marquee-scroll {
	0%   { transform: translateX(0%); }
	100% { transform: translateX(-100%); }
  }
  







































  
  .hero-section {
	position: relative;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .background-text {
	font-family: 'Sweet Sans Pro Heavy', sans-serif;
	font-size: 20rem;
	font-weight: 900;
	margin-bottom: 60px;
	
	background: linear-gradient(270deg, #583a1d, #232323, #52351a);
	background-size: 600% 600%;
	animation: gradient-shift 10s ease infinite;
  
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
  }
  
  
  .character-slideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
  }
  
  .character-img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 2500px;
	transform: translate(-50%, -50%) scale(1.2);
	opacity: 0;
	filter: blur(30px);
	transition:
	  opacity 2.5s ease-in-out,
	  transform 2.5s ease-in-out,
	  filter 2.5s ease-in-out;
  }
  
  .character-img.active {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	filter: blur(0px);
  }
  
  
  .logo-overlay {
	position: absolute;
	z-index: 4;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	pointer-events: none;
  }
  

  .post-article h4 {
	font-size: 2rem;
	font-weight: 900;
	font-family: 'Sweet Sans Pro Heavy', sans-serif;
	background: linear-gradient(270deg, #b7763b, #a1a1a1, #b7763b);
	background-size: 600% 600%;
	animation: gradient-shift 10s ease infinite;
  
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
  }
  @keyframes gradient-shift {
	0% {
	  background-position: 0% 50%;
	}
	50% {
	  background-position: 100% 50%;
	}
	100% {
	  background-position: 0% 50%;
	}
  }
  
  .post-article h4 em {
	text-shadow: 0 0 5px #b7763b88;
  }
  
  .post-entry-meta img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px; /* optional spacing */
  }
  







  .shadow {
	background-size: cover !important;
	background-position: center !important;
	position: relative;
	width: 1050px;
	height: 350px;
	background: #111;
	color: #fff;
	text-align: center;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
  }

  



  .quote-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 700px;
	padding: 20px;
  }

  .shadow::before,
  .shadow::after {
	z-index: -1;
	content: '';
	position: absolute;
	width: calc(100% + 0px);
	height: calc(100% + 0px);

	background: linear-gradient(
	  45deg,
	  #b7763b,
	  #b7763b,
	  #b7763b,
	  #b7763b,
	  #dadbce,
	  #b7763b,
	  #b7763b,
	  #dadbce,
	  #b7763b,
	  #b7763b
	);
	background-size: 300%;
	animation: shadow 20s linear infinite;
	border-radius: 14px;
  }

  .shadow::after {
	filter: blur(30px);
  }

  @keyframes shadow {
	0% {
	  background-position: 0 0;
	}
	50% {
	  background-position: 300%;
	}
	100% {
	  background-position: 0 0;
	}
  }









  .bg-video {
	position: absolute;
	object-position: center -5%; /* Move video down vertically */

	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
	object-fit: cover;
	z-index: 0;
	border-bottom-left-radius: 50% 15%; /* Adjusted border for a softer curve */
    border-bottom-right-radius: 50% 15%; /* Adjusted border for a softer curve */
  }
  
  .video-caption {
	position: absolute;
	width: 1000px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
  }
  

  
  
  
  .scroll-indicator {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	pointer-events: auto;
	cursor: pointer;
	text-align: center;
  }
  
  .scroll-text {
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 8px;
	letter-spacing: 1px;
	text-transform: uppercase;
	opacity: 0.8;
  }
  
  .scroll-indicator .arrow {
	display: block;
	width: 30px;
	height: 30px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
	animation: bounceDown 2s infinite;
	opacity: 0.8;
	margin: 0 auto;
  }
  
  @keyframes bounceDown {
	0%, 100% { transform: translateY(0) rotate(45deg); }
	50% { transform: translateY(10px) rotate(45deg); }
  }
  
  #slider-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
	background: rgba(0, 0, 0, 0.4); /* Dark overlay */
	z-index: 1;
	border-bottom-left-radius: 50% 15%;
	border-bottom-right-radius: 50% 15%;
	pointer-events: none;
  }
  

  
  h1.headline {
	font-family: 'PPEditorialOldItalic', serif !important;
	font-size: 3rem;

  }


  .top-announcement-bar {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 2px 0;
	text-align: center;
	color: white;
	font-weight: 600;
	font-size: 0.95rem;
	
	background: linear-gradient(270deg, #b7763b, #d65a08, #8b8987);
	background-size: 600% 600%;
	animation: gradient-shift 8s ease infinite;
  }
  
  @keyframes gradient-shift {
	0% {
	  background-position: 0% 50%;
	}
	50% {
	  background-position: 100% 50%;
	}
	100% {
	  background-position: 0% 50%;
	}
  }
  
  
  /* Push the header down by this bar's height */
  header.fullscreen-menu {
	margin-top: 40px; /* Adjust based on .top-announcement-bar height */
  }
  

  .scroll-prompt {
	position: absolute;
	bottom: 90px;
	width: 100%;
	text-align: center;
	z-index: 5;
	
  }
  
  .ml12 {
	font-family: 'Sweet Sans Pro', sans-serif;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));

	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	color: white !important;
	
  }
  
  .ml12 .letter {
	display: inline-block;
	line-height: 1em;
	
  }
  
  .scroll-down-arrow {
	margin-top: 15px;
	font-size: 1em;
	color: white;
	opacity: 0.7;
	animation: bounce 2s infinite;
  }
  
  @keyframes bounce {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(8px); }
  }
  

  .credits-section {
	color: white;
	padding: 60px 40px;
  }
  
  .credits-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 40px;
	max-width: 1200px;
	margin: 0 auto;
  }
  
  .credits-col h3 {
	color: #b7763b;
	font-family: 'Sweet Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 1.1em;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
  }
  
  .credits-col p {
	line-height: 1.6em;
	font-size: 0.95em;
	font-weight: 300;
	font-family: 'Sweet Sans Pro', sans-serif;
  }
  
  .credits-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 40px;
  }
  
  .meta-info-bar {
	display: flex;
	justify-content: flex-start;
	gap: 60px;
	margin-bottom: 40px;
	font-family: 'Sweet Sans Pro', sans-serif;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: white;
  }
  
  .meta-item {
	border-bottom: 1px solid #b7763b;
	padding-bottom: 5px;
  }
  
  .meta-item strong {
	color: #b7763b;
  }
  
  /* Credits Section */
  .credits-section {
	color: white;
	text-align: left;
  }
  
  .credits-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px;
  }
  
  .credits-col h3 {
	color: #b7763b;
	font-family: 'Sweet Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 1.1em;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
  }
  
  .credits-col p {
	font-size: 0.95em;
	font-weight: 300;
	line-height: 1.6;
	font-family: 'Sweet Sans Pro', sans-serif;
	margin: 0 0 20px 0;
  }
  
  @media (max-width: 900px) {
	.credits-grid {
	  grid-template-columns: 1fr;
	}
  
	.meta-info-bar {
	  flex-direction: column;
	  align-items: flex-start;
	  gap: 20px;
	}
  }
  
  

  .rotating-headline {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Sweet Sans Pro Heavy', sans-serif;
	font-size: 4vw;
	font-weight: 600;
	color: white;
	display: inline-flex;
	align-items: center;
	gap: 0.6em;
	z-index: 2;
	white-space: nowrap;
  }
  
  .word-container {
	display: inline-block;
	position: relative;
	height: auto;
	line-height: inherit;
	width: 9ch;
	vertical-align: baseline;
	margin-left: -.4em; /* Adjust or remove */
  }
  
  .word {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	animation: fadeWords 8s infinite;
	text-align: left;
  
	background: linear-gradient(270deg, #b7763b, #8b8987, #b7763b);
	background-size: 600% 600%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  
	animation-name: fadeWords, gradient-shift;
	animation-duration: 8s, 8s;
	animation-timing-function: ease, ease;
	animation-iteration-count: infinite, infinite;
  }
  
  
  @keyframes fadeWords {
	0%   { opacity: 0; }
	5%   { opacity: 1; }
	25%  { opacity: 1; }
	30%  { opacity: 0; }
	100% { opacity: 0; }
  }
  
  @keyframes gradient-shift {
	0%   { background-position: 0% 50%; }
	50%  { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
  }
  
  /* Staggered delay */
  .word:nth-child(1) { animation-delay: 0s; }
  .word:nth-child(2) { animation-delay: 2s; }
  .word:nth-child(3) { animation-delay: 4s; }
  .word:nth-child(4) { animation-delay: 6s; }
  
  










/* Base icon */
.gradient-icon {
	font-size: 30px !important;
	background: linear-gradient(270deg, #b7763b, #d65a08, #8b8987);
	background-size: 600% 600%;
	animation: gradient-shift 8s ease infinite, pulse 2.5s ease-in-out infinite;
  
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
  
	transition: transform 0.4s ease, -webkit-text-fill-color 0.4s ease;
	display: inline-block;
  }
  
  /* Hover overrides */
  .gradient-icon:hover {
	-webkit-text-fill-color: rgba(255, 255, 255, 1);
	text-fill-color: rgba(255, 255, 255, 1);
	background: none;
	animation: none; /* stop pulsing on hover */
	transform: scale(1.1);
  }
  

  
  /* Gradient shift animation (for background movement) */
  @keyframes gradient-shift {
	0%   { background-position: 0% 50%; }
	50%  { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
  }
  
  

  #fixedIcon {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    cursor: pointer;
    animation: pulse 2.5s infinite;
  }

  #fixedIcon img {
    width: 60px;
    height: 60px;
  }

  #popupOverlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10000;
	opacity: 0;
	pointer-events: none;
	backdrop-filter: blur(0px);
		transition: opacity 0.5s ease, backdrop-filter 0.5s ease, background 2.5s ease;
	  }
		
  #popupOverlay.active {
	opacity: 1;
	pointer-events: auto;
	backdrop-filter: blur(8px);
	background: rgba(0, 0, 0, 0.93); /* fades to near black */
  }

  #popupOverlay.show {
    display: flex;
    backdrop-filter: blur(8px);
  }


  #popupBox {
	background: url('images/opoupbg.png') center center / cover no-repeat;
	color: #fff;
	padding: 40px 30px;
	border-radius: 12px;
	text-align: center;
	max-width: 790px;
	box-shadow: 0 0 90px rgba(0, 0, 0, 0.6);
	animation: fadeUp 0.3s ease;
	opacity: 0;
	transform: scale(0.85);
	transition: opacity 0.5s ease, transform 0.5s ease;
	position: relative;
	overflow: hidden;
  }
  #popupBox.show {
    opacity: 1;
    transform: scale(1);
  }

  #popupBox button {
    margin-top: 20px;
    padding: 10px 20px;
    background: #b7763b;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.3s ease;
  }

  #popupBox button:hover {
    background: #e19246;
  }





  
  #popupBox h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
  }
  
  #popupBox p {
	font-size: 16px;
	line-height: 1.6;
	color: #ccc;
	margin-bottom: 25px;
  }
  
  .popup-link {
	display: inline-block;
	background: #b7763b;
	color: #fff;
	padding: 12px 24px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	transition: background 0.3s ease;
	margin-bottom: 20px;
  }
  
  .popup-link:hover {
	background: #e19246;
  }
  
  .popup-close {
	display: block;
	margin-top: 15px;
	color: #aaa;
	text-decoration: underline;
	cursor: pointer;
	font-size: 14px;
	transition: color 0.3s ease;
  }
  
  .popup-close:hover {
	color: #fff;
  }
  

  
  #popupBox.bounce {
	animation: softBounce 3.5s ease-in-out infinite;
  }
  
  .popup-logo {
	width: 340px;
	margin-bottom: 60px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.95;
	filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
	animation: logoPulse 6s ease-in-out infinite;
  }
  
  
  .popup-logo:hover {
	transform: scale(1.05);
  }
  
  @keyframes logoPulse {
	0%   { transform: scale(1); }
	50%  { transform: scale(1.035); }
	100% { transform: scale(1); }
  }
  
  #popupBox::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(12, 12, 12, 0.75);
	z-index: 0;
  }
  
  /* Animated color gradient overlay */
#popupBox::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(255, 255, 255, 0.636), rgba(192, 115, 37, 0.559));
	background-size: 300% 300%;
	animation: popupGradientShift 21s ease-in-out infinite;
	z-index: 0;
	pointer-events: none;
	mix-blend-mode: soft-light;
	opacity: 0.6;
  }

  
/* Keep all popup content above overlays */
#popupBox > * {
  position: relative;
  z-index: 1;
}

/* Gradient animation */
@keyframes popupGradientShift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.popup-gradient-text {
	background: linear-gradient(270deg, #b7763b, #ffffff, #8b8987);
	background-size: 600% 600%;
	animation: gradient-shift 8s ease infinite;
  
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
  
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
  }
  
  @keyframes gradient-shift {
	0%   { background-position: 0% 50%; }
	50%  { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
  }
  

  .gradient-trigger-text {
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: linear-gradient(270deg, #b7763b, #d65a08, #8b8987);
	background-size: 600% 600%;
	animation: gradient-shift 8s ease infinite, pulse 2.5s ease-in-out infinite;
	
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
  
	transition: transform 0.4s ease, -webkit-text-fill-color 0.4s ease;
	display: inline-block;
	cursor: pointer;
  }
  
  .gradient-trigger-text:hover {
	-webkit-text-fill-color: rgba(255, 255, 255, 1);
	text-fill-color: rgba(255, 255, 255, 1);
	background: none;
	animation: none;
	transform: scale(1.1);
  }
  
 
  @keyframes gradient-shift {
	0%   { background-position: 0% 50%; }
	50%  { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
  }
  
  .quote-gradient {
	font-weight: 800;
	background: linear-gradient(270deg, #b7763b, #d65a08, #8b8987);
	background-size: 600% 600%;
	animation: gradient-shift 8s ease infinite;
  
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
  }
  
  @keyframes gradient-shift {
	0%   { background-position: 0% 50%; }
	50%  { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
  }
  

  .inspire-image {
	display: flex;
	justify-content: center;
	align-items: center;
  }

@media screen and (max-width: 1400px) {
  .top-right-menu.desktop-nav {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }
}
  
  @media screen and (max-width: 768px) {
	.clipped-image-content {
	  margin-top: -500px; /* Adjust this value until the text sits where you want */
	}
  
	.clipped-image-content h2 {
	  font-size: 1.2rem;
	  line-height: 1.4;
	  padding: 0 20px;
	}
  }
  


  @media screen and (max-width: 768px) {
	.news-post .post-article h4 {
	  font-size: 1.3rem;
	  line-height: 1.6;
	  margin-bottom: 1rem;
	}
  
	.news-post .post-content p {
	  font-size: 1rem;
	  line-height: 1.7;
	  margin-bottom: 1.2rem;
	}
  
	.news-post .post-entry-meta p {
	  font-size: 0.9rem;
	  margin-bottom: 1rem;
	  line-height: 1.5;
	}
  
	.news-post .button-wrap {
	  margin-top: 1.5rem;
	}
  
	.news-post img {
	  margin-top: 1rem;
	  margin-bottom: 1rem;
	  width: 100%;
	  height: auto;
	}
  }
  

  @media screen and (max-width: 768px) {
  .poster-meta-wrapper {
    padding: 20px;
  }

  .poster-line {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 20px;
  }

  .meta-pair {
    flex: 1;
    min-width: 0;
  }

  .meta-pair .label {
    font-size: 0.6rem;
    letter-spacing: 1px;
    opacity: 0.5;
    margin-bottom: 3px;
    text-transform: uppercase;
  }

  .meta-pair .content {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.3;
  }
}

@media screen and (max-width: 768px) {
	.novo-hero-left h1 {
		font-size: 2rem !important;
		line-height: 1.3;
		text-align: center;
		word-break: normal;
		overflow-wrap: normal;
		white-space: normal;
	}
  
	.novo-hero-left h1 .alt-color {
	  font-size: inherit;
	  display: inline;
	  font-size: 2rem !important;

	}
  
	.novo-hero-left h1 em {
	  font-size: 2rem !important;
	  font-style: italic;
	  font-weight: 400;
	}
  
	.novo-hero-inner {
	  flex-direction: column;
	  align-items: flex-start;
	  padding: 20px;
	}
  
	.novo-hero-left {
	  width: 100%;
	}
  
	.novo-hero-right {
	  width: 100%;
	}
  }
  
  @media screen and (max-width: 768px) {
	.character-container,
	.character-container.reverse {
	  flex-direction: column !important;
	  align-items: center !important;
	  text-align: center;
	}
  
	.character-image {
	  width: 160px !important;
	  height: 160px !important;
	  margin-bottom: 20px;
	}
  
	.profile-img {
	  width: 100% !important;
	  height: 100% !important;
	  object-fit: cover !important;
	  border-radius: 50% !important;
	  border: 3px solid #d48c4a;
	  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
	}
  
	.character-details {
	  padding: 0 20px;
	}
  
	.character-divider {
	  margin: 30px auto;
	  width: 90%;
	  border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
  }
  
  @media screen and (max-width: 768px) {
	#custom-carousel {
	  overflow-x: visible !important;
	  padding: 20px 0;
	}
  
	.carousel-track-wrapper {
	  overflow-x: scroll !important;
	  -webkit-overflow-scrolling: touch;
	}
  
	.carousel-track {
	  display: flex !important;
	  gap: 16px;
	  width: max-content;
	}
  
	.video-thumb {
	  flex: 0 0 auto;
	  width: 280px;
	  border-radius: 10px;
	  position: relative;
	  overflow: hidden;
	}
  
	.video-thumb img {
	  width: 100%;
	  height: auto;
	  display: block;
	}
  
	.arrow.prev,
	.arrow.next {
	  display: none !important;
	}
  }
  
  @media screen and (max-width: 768px) {
	.quote-block {
	  padding: 20px;
	  text-align: center;
	}
  
	.quote-top,
	.quote-bottom {
	  font-size: 2rem;
	  line-height: 1.3;
	  display: inline-block;
	  font-weight: 700;
	}
  
	.quote-bottom-line {
	  display: block;
	  margin-top: 10px;
	}
  
	.quote-author {
	  display: block;
	  margin-top: 10px;
	  font-size: 1rem;
	  font-weight: 400;
	  color: #e0e0e0;
	}
  
	.parallax-image-content.content-full-width {
	  padding: 40px 15px;
	}
  
	.parallax-image-content img {
	  object-fit: cover;
	}
  }
  
  @media screen and (max-width: 768px) {
	.panels {
	  display: none !important;
	}
  }
  
  @media screen and (max-width: 768px) {
	.quote-content .quote-top {
	  font-size: 1.4rem !important;
	  line-height: 1.5 !important;
	  padding: 0 15px;
	  text-align: center;
	}
  
	.quote-content .quote-author {
	  font-size: 0.9rem !important;
	  margin-top: 12px;
	  text-align: center;
	}
  }
  
  /* General mobile layout fixes */
@media (max-width: 768px) {
	#hero {
	  padding-top: 60px;
	  padding-bottom: 30px;
	}
  
	#hero .hero-title {
	  flex-direction: column;
	  gap: 5px;
	  font-size: 1.5rem;
	  text-align: center;
	}
  
	#hero #top-word,
	#hero #bottom-word {
	  font-size: 1.2rem;
	  line-height: 1.3;
	  padding: 0 15px;
	}
  
	#video-container {
	  width: 100%;
	  max-width: 90vw;
	  height: auto;
	  margin: 0 auto;
	  position: relative;
	}
  
	#video-container img,
	#video-container video {
	  width: 100%;
	  height: auto;
	  border-radius: 10px;
	}
  
	#play-button {
	  font-size: 2.5rem;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	}
  
	#close-icon {
	  top: 15px;
	  right: 15px;
	  font-size: 1.2rem;
	}
  }
  
  #play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	color: white;
	font-size: 4rem;
	pointer-events: auto;
  }
  
  /* Make sure video-container is relatively positioned */
  #video-container {
	position: relative;
  }
  
  /* Mobile optimization */
  @media (max-width: 768px) {
	#play-button {
	  font-size: 2.8rem; /* slightly smaller on mobile */
	}
  }
  
  .inspire-image img {
	width: 100%;
	max-width: 500px;
	height: auto;
  }
  
  @media (max-width: 768px) {
	.inspire-image img {
	  max-width: 280px;
	}
  
	.inspire-text p {
	  font-size: 1rem;
	}
  }
  

  
  /* 🔽 MOBILE OPTIMIZATION */
  @media (max-width: 768px) {
	.novo-difference-title {
	  font-size: 1.8rem;
	  padding: 0 1rem;
	}
  
	.novo-card {
	  width: 100%;
	  max-width: 300px;
	  margin: 0 auto;
	}
  
	.novo-card-title {
	  font-size: 0.95rem;
	}
  
	.novo-difference-description {
	  font-size: 0.95rem;
	  line-height: 1.6;
	}
  
	.novo-difference-cards {
	  flex-direction: column;
	  align-items: center;
	}
  }
  
  
/* 🔽 Mobile Optimization */
@media (max-width: 768px) {
	.partner-title {
	  font-size: 1.8rem;
	  padding: 0 1rem;
	}
  
	.section-title-gradient {
	  font-size: 1.6rem;
	  margin-top: 1rem;
	}
  
	.inspire-row {
	  flex-direction: column;
	  text-align: center;
	}
  
	.inspire-text {
	  font-size: 1rem;
	  padding: 0 1.5rem;
	}
  }

  .marquee-text-wrapper {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

.marquee-text {
  white-space: nowrap;
  display: inline-block;
  will-change: transform;
}


.flexnav a span {
  font-size: 30px; /* or any size you want */
}