@charset utf-8;
/*
Theme Name: Aharon
Author: Code by Ricardo Juárez	
Author URI: http://rjvv.com/
Version: 1.0
License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html
Copyright: (c) 2023 Ricardo Juárez
*/


/* Chrome, Safari, Edge */
::-webkit-scrollbar {
  display: none;
}

/* Firefox */
html {
  scrollbar-width: none;
}

/* IE / old Edge */
html {
  -ms-overflow-style: none;
}


@media(min-width:901px){


/* Hover States */
.project-item:hover{
}
.hovera, .colophon a{
	transition: opacity 0.3s ease;
}
.project-open .logo,
.infoed .logo{
	transition: opacity 0.3s ease !important;
}
 .colophon a:hover, .hovera:hover, .project-open .logo:hover svg, .single .logo:hover svg, .infoed .logo:hover{
opacity: 0.5;
cursor: pointer;
}



.project-item:hover .project-info{
margin-top: 0;
  opacity: 1;     
}
.project-item:hover .plus {
	  transform: rotate(180deg);
}
.info-switch{
	display: block;
}
.mobile-single-header, .info-switch-mobile, .mobile_header, .mobile-feed{ display:none !important; }



}

@media(max-width:900px){
  .slot-column{ display:none; }
  .mobile-feed{ display:block;width: calc(100vw - var(--pad) - var(--pad)); }
  
  .mobile_header.appear, .mobile_header.infoed-mobile{
top:0;
}
.infoed-mobile .descr{
	opacity: 1;
}

.theme-switch.mobile{
	color: white;
	mix-blend-mode: difference;
	z-index: 999999;
	}

.single-header-cont{
	position: static !important;
width: calc(100% - var(--pad) - var(--pad)) !important;
}
.single header{
	display: none !important;
	}

.mobile-single-header h2{
	    font-weight: bold !important;

}
.mobile-single-header{
position: fixed;
width: 100%;
z-index: 999999999;
top:0px;
left: 0px;
transition: var(--trans);
padding: 14px var(--pad);
    font-weight: bold !important;
    background-color: var(--primary);
}


.single-content {
  padding-top: 0px !important;
}


.descr{
	position: absolute;
	opacity: 0;
	margin-top: -16px;
	transition: all 0.3s ease;
	}

.header{
	margin-top: calc(45.8px - var(--pad));
	}
  .mobile_header{
	  
	  display: flex;
	  background: var(--primary);
	  position: fixed;
	  padding: var(--pad) var(--pad) 0;
	  justify-content: space-between;
	  top:-44px;
	  width: 100vw;
transition: var(--trans);	  z-index: 99;
	  flex-wrap: wrap;
  }
.infoed-mobile .info-mobile{
	  height: calc(100dvh - 44px);	
	}
	
	
	.colophon-mobile{
margin-bottom: var(--pad);}

  
  .info-mobile{
	  transition: all 0.6s ease;
	  height: 0;
	  flex-basis: 100%;
	  overflow: auto;
  }
.logo{
	  margin: 40px 0 100px;
  }
  
  .paddv{
	  padding-bottom: var(--pad);
  }
  .info-switch-mobile{
display: block;}
  .info-block-mobile{
margin-bottom: 120px;}
  
  header{
	  position: static !important;
	  width: 100vw !important;
	  display: block !important;
	  height: auto !important;
  z-index: 999 !important;
  }
  .middle-sidebar{
	  order:-1;
	  margin-bottom: var(--pad);
  }
  .layout{
flex-direction: column !important;
  }
  .header {
  padding: var(--pad);
  height: auto !important;
  transition: var(--trans-size);
  width: 100vw !important;
  flex-direction: row;
}
.info-switch,
.switcher-cont,
.bottom-sidebar {
display: none !important;}

.theme-switch{
	position: fixed;
	bottom: 0;
	right: 0;
	padding: var(--pad);
}


.videocont video {
  display: block;
  object-fit: contain;
  max-width: calc(100vw - 20px) !important;
  max-height: calc(100vh - 20px) !important;
  border-radius: 12px;
  height: fit-content;
}

.single-header h1, .single-header .close,
.middle-sidebar,
  .justifyflex .project-meta,
  .about{
	  display: none !important;
  }
  .home{
	overflow: auto !important;
}
.blockscroll,
.home.project-open{
	overflow: hidden !important;
	}
#main{
	width: 100vw !important;
	padding: 0 var(--pad);
}
:root 	{
	--pad:16px !important;
}
.grid-gallery {
  flex-direction: column;
}
#project-ajax{
	height: 100dvh !important;
	width: 100vw !important;
	padding: 0 var(--pad) !important;
}

.hidden-info-inner{
	display: flex !important;
  flex-direction: column-reverse;
  gap:36px !important;
}
.hidden-info.appear .hidden-info-inner{
	padding: var(--body) var(--pad) 24px 0;
}
.single-header {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-header h1{
	font-weight: bold !important;	
}

.moreinfo{
	margin-top: 72px;
	order:5;
	flex-basis: 100%;
}

  
}




/* estado inicial */
.reveal-media{
  opacity:0;
  filter: blur(18px) brightness(1.15);
  transform: scale(1.04);
  transition:
    opacity .6s ease,
    filter 1s ease,
    transform 1s ease;
  will-change: opacity, filter, transform;
}

/* cuando el primer frame está decodificado */
.reveal-media.is-ready{
  opacity:1;
  filter: blur(0px) brightness(1);
  transform: scale(1);
}



:root{
  --primary: #D1D8E8;
  --contrast: #000;
  --gray:rgba(0, 0, 0, 0.1);

  color-scheme: light dark; /* ayuda a inputs/scrollbars */
}

html[data-theme="dark"]{
  --primary: #000;
  --contrast: #D1D8E8;
  --gray:rgba(209, 216, 232, 0.15);
}




:root 	{
	--body: 12px;
	--linebody: 1.15;

--rad:8px;
	--pads:6px;
	--pad:20px;
	--padb: 100px;
				--marginb:100px;
	--border: 1px solid;
	
	--sans: 'NB Grotesk Pro', Arial, sans-serif;
	 --app-height: var(--real100);
	 
  --trans-size: width 0.6s ease;
	 --trans: background-color 0.3s ease, color 0.3s ease;
}



*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
     -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;

}
html, body
{
	overscroll-behavior-block: none;
overscroll-behavior: none;
margin:0;
font-size:100%;
width:100%;
     }
     
     	html { margin-top: 0px !important; background-color: var(--primary);}
	* html body { margin-top: 0px !important; }
	@media screen and ( max-width: 782px ) {
		html { margin-top: 0px !important; }
		* html body { margin-top: 0px !important; }
	}
.fader {
}
body {
min-height: 100vh;
margin:0;
letter-spacing: 0em;
-moz-osx-font-smoothing: grayscale; 
text-rendering:geometricPrecision;
-webkit-font-smoothing: antialiased;
font-size: var(--body);
line-height: var(--linebody);
font-weight: 400;
font-family: var(--sans);
color: var(--contrast);
background-color: var(--primary);
transition: var(--trans);
display: flex;
flex-direction: column;
overflow-x: hidden;

}
.home, .project-open{
	overflow: hidden;
	}

.page-template-home{
overflow: hidden;
}
.close-button{
	position: absolute;
	top:14px;
	  cursor: pointer;
	right: var(--pad);
}

.grid-gallery{
	display: flex;
	gap:6px;
}
.logo svg{
	width: 100%;
	height: auto;
	max-height:calc(50vh - 60px);
}

.slot-column {
  opacity: 0;
  margin-top: 100px;
  transition:
    opacity 2s cubic-bezier(.22,.61,.36,1),
    margin-top 2s cubic-bezier(.22,.61,.36,1);
  will-change: opacity, margin-top;
}

.slot-column.is-visible {
  opacity: 1;
  margin-top: 0px;
}


.media {
  position: relative;
  width: 100%;
  border-radius: var(--rad);
  overflow: clip;
}

.media video,
.media img,
.video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media {
  position: relative;
  overflow: hidden;
}

.media video,
.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Poster blur */
.video-poster {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(50px);
  opacity: 1;
  transition: opacity .6s cubic-bezier(.22,.61,.36,1);
  pointer-events: none;
}

/* Video aparece suave */
.media video {
  opacity: 0;
  transition: opacity .6s cubic-bezier(.22,.61,.36,1);
}

/* estado cargado */
.media.is-ready video {
  opacity: 1;
}

.media.is-ready .video-poster {
  opacity: 0;
}

.switcher-cont{
	width: 100%;
	position: relative;
	overflow: clip;
	height: 28px;
}
.switcher{
	width: 100%;
	position: absolute;
	bottom: 0;
	transition: transform 0.3s ease;
}
.switcher-1{
	transform: translateY(0);
}
.switcher-2{
	transform: translateY(28px);
}
.infoed .switcher-1{
	transform: translateY(-28px);
}
.infoed .switcher-2{
	transform: translateY(0px);
}


.colophon{
	margin-top: -12px;
  padding: 0 calc(100% / 6);
}

path{
	transition: all 0.6s ease, opacity 0.1s ease;
	transition-delay: 0s;
}
.play-label{
	position: absolute;
width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
  	z-index: 2;
}
.rel{
	position: relative;
}
.hidden-info{
  display: grid;
  grid-template-rows: 0fr;
transition: grid-template-rows 0.6s ease;
  overflow: hidden;
}

.hidden-info.appear{
  grid-template-rows: 1fr;
}
.hidden-info.appear .hidden-info-inner{
  padding: var(--body) var(--pad) 60px 0;
}
.hidden-info-inner{
	transition: padding 0.6s ease;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 0 var(--pad) 0px 0;
}

.credit-row{
	margin-bottom: var(--body);
}

.gallery-item, .overlay-trigger{
position: relative;	flex: 1;
	border-radius: 12px;
	overflow: hidden;
}
.single-content{
	display: flex;
	flex-direction: column;
	gap:6px;
	padding-bottom:  var(--pad);
}
.grid-column{
	display: flex;
	flex-direction: column;
	gap:6px;
}

/* Cada columna actúa como “ventana” */
.slot-column{
  position: relative;
  overflow: hidden;
  height: 100%;
  will-change: transform;
  overscroll-behavior: none;
  touch-action: none;       /* para drag si quieres luego */
}

/* Track que se mueve */
.slot-track{
  will-change: transform;
}

/* Items */
.project-item{
	border-radius: var(--rad);
	background-color: var(--gray);
	overflow: hidden;
  margin-bottom: var(--pads);
}


.project-item video, .project-item img{
  width:100%;
	border-radius: var(--rad);
	overflow: hidden !important;
  height:auto;
  display:block;
    position: relative;
  z-index: 1;
}

.project-item{
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-out;
}


.project-info{
	opacity: 0;
  display:grid;
  grid-template-columns: 1fr auto;
  gap:var(--pads);
  align-items: center;
  padding:16px 10px;
  position: relative;
  z-index: 0;
  height: fit-content;
  transform-origin: center;
  margin-top: -60px;
  transition: margin 0.3s ease-out 0.1s;
}

.single-content .play-label{
	font-size: 20px;
	}

.project-title-cont{
  display:flex;
  flex-direction:column;
}

.bold{
  font-weight:bold;
}

.info-switch{
display: inline-block;
height: fit-content;
}

.pointer{
	cursor: pointer;
}

.plus{
  position:relative;
  width:17px;
  height:17px;
  display:flex;
  justify-content:center;
  align-items:center;
  transform: rotate(0deg);
  transition: all 0.3s ease-out 0.1s;
}

.plus-v,
.plus-h{
  position:absolute;
  background: var(--contrast);
}

.plus-v{
  width:1px;
  height:17px;
}

.plus-h{
  width:17px;
  height:1px;
}


.contact-item{
	display: flex;
	gap:7px;
}

.layout.infoed{
	width: 200vw;
}

.layout{
	transition: var(--trans-size);
	display: flex;
	width: 100vw;
	gap:6px;
	flex:1;
}
#main{
	width: 75vw;
	margin-left: auto;
	padding-right: var(--pad);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:6px;
}

.single-content{
padding-top: 42px;
}



#project-ajax{
	padding-right: var(--pad);
	width: 75vw;
right: 0;
background-color: var(--primary);
  position:fixed;
  overflow:auto;
  opacity:0;
top:100px;
  height: 100vh;
 pointer-events:none;
  transition:opacity .3s ease, top .6s ease, background .6s ease;
  z-index:999;
}

body.project-open #project-ajax{
top:0;    opacity:1;
  pointer-events:auto;
}

.single #main{
	display: block;
}

 .single-header-cont{
width: calc(75vw - var(--pad));
}

.single-header-cont{
  position: fixed;
  	z-index: 9999;

  background: var(--primary);
  transition: var(--trans);	
	}

.single-header{
	padding: 14px 0px;
	display: grid;
		font-weight: bold !important;
	grid-template-columns: repeat(3, 1fr);
	gap:6px;
}


	}
.single-header *{
		font-weight: bold !important;
	
}

h1, h2, h3, h4, h5, h6{
	margin-bottom: 0;
	font-size: var(--body);
line-height: var(--linebody);
font-weight: 400;
}
.justify{
	text-align: justify;
}

.page-load-status{
	display: none;
width: 100%;
text-align: center;
position: absolute;
margin-top: -60px;
}
.hidden{
	opacity: 0;
}
.drag{
	position: absolute;
  right: 10px;
  margin-top: 10px;
}
/*

.single-post header{
	background: transparent;
	position: fixed;
	color: white;
}
*/
.arrows span{
cursor: pointer;	
}
.arrows{
position: absolute;
width: 100%;
bottom: 10px;
text-align: center;
z-index: 99999;
color: white;
display: inline-block;
margin: 0px auto;
cursor: pointer;}


header{
	position: fixed;
	top:0;
	left: 0;
	width: 25vw;
	background-color: var(--primary);
  transition: var(--trans-size), var(--trans);
overflow: hidden;
display: grid;
z-index: 9999;
grid-template-columns: 1fr 50vw;
gap:6px;
}
.reel-video-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}
.reel-overlay{
  position: fixed;
  inset: 0;
  z-index: 999999;
  backdrop-filter: blur(50px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.videocont{
  display: flex;
height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;}
.videocont video{
  display: block;
  object-fit: contain;
  max-width: calc(100vw - 100px);
  max-height: calc(100vh - 180px);
  border-radius: 12px; /* opcional */
}

.reel-trigger{
  border-radius: 6px;
  overflow: hidden;	
}

.bottom-wrapper{
  width: 100%;
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  align-items: center;
  gap: 6px;
}

.progress-bar{
  width: 100%;
  height: 2px;
  background: var(--contrast);
  cursor: pointer;
}

.time-bar{
  height: 100%;
  width: 0;
  background: var(--contrast);
}
.reel-overlay[hidden]{
  display: none !important;
}


.about{
	width: 50vw;
	padding: var(--pad) var(--pad) var(--pad) 0;
}
.about-int{
	padding: 0 calc(100% / 6);
	display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.selected-clients{
	min-height: calc(50% + 12px);
}
.header{
		padding: var(--pad);
height: 100vh;
transition:var(--trans-size);
width: 25vw;
display: flex;
flex-direction: column;
justify-content: space-between;	
}
.infoed .header{
	width: 50vw;
}
.about-text{
	padding-right: 25%;
}
.reel{
	padding-right: 50%;
}
.sound-button{
	  cursor: pointer;
	text-align: right;
}

.play-button{
	cursor: pointer;
}
.icon-play, .icon-pause,
.sound-button,
.info-switch{
	user-select:none;
}

.info-switch .sign {
  display: inline-block;
    transition: transform .2s ease;
}

.layout.infoed .info-switch .sign {
  transform: rotate(360deg);
}

.infoed header{
	width: 100vw;
}
.play-button .icon-play { display:block; }
.play-button .icon-pause { display:none; }

.play-button.is-playing .icon-play { display:none; }
.play-button.is-playing .icon-pause { display:block; }

.section-text a, .section-section a, .faded{
	opacity: 0.4;
}
.section-section .section-content p, .section-section .section-content h2, .section-section .section-content h3, .section-section .section-content ul, .section-section .section-content ol, .section-section .section-content table{
	margin-bottom: 18px;
}


.flexdesktop{
	display: flex;
}
    .post-single{
	    margin-bottom: 10px;
    }

th{
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	padding-right: 20px;
}
.topper{
	margin: 40px 10px 0 !important;
}
table{
	border: none !important;
}

strong, b, i, em{
font-weight: 400;
font-style: normal;}


footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: var(--primary);
	padding: var(--pad) 0;
	margin: 0 var(--pads);
}
.video-section video{
	max-height: 80vh;
	width: auto;
}

/* LAYOUT */
.block{
	padding: 0px var(--pads) var(--marginb);
}

.uppercase{
	text-transform: uppercase;
}
.tright{
	justify-content: flex-end;
	text-align: right;
}
.mright{
	display: inline-block;
	margin-right: 15px;
}
.mleft{
	display: inline-block;
	margin-left: 15px;
}
.mright2{
	display: inline-block;
	margin-right: 20px;
}
.mleft2{
	display: inline-block;
	margin-left: 20px;
}
.grid2{
	display: grid;
	      grid-template-columns: repeat(2, 1fr);
}
.wrap{
	flex-wrap: wrap;
}

.block.center{
	margin: 50px auto 100px;
}
/* 	margin-left: calc(((100% - var(--padb)) / 4) + var(--padb)); */

.top-sidebar{
	flex-basis: calc(50% - 12px);
}
.middle-sidebar{
	flex:1;
}
.bottom-sidebar{
	align-items: flex-end;
}
.justifyflex{
		display: flex;
		justify-content: space-between;		
}
.notfade{
	cursor: pointer;
}
.home-block.section-text{
padding: 0 var(--pads);
}
.section-text{
	padding: 100px 0 100px;
	text-align: center;
}
.section-text .block{
	max-width: 50%;
	margin: 0px auto;
}


.related{
	margin-bottom: 60px;
}
.section-section{
	margin: 0 10px;
    display: grid;
      grid-template-columns: 1fr 2fr 1fr;
      gap: 20px;
	padding: 10px 0 var(--marginb);
}
.section-logos{
	      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 40px;	
}
.columned{
	      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
}
  .hover {
      display: none;
      position: fixed;
      }

.diptych{
	display: grid;
	gap:110px;
	padding: 0 110px;
	align-items: center;
	max-height: 80vh;
	grid-template-columns: 1fr 1fr;
}
.diptych .relative{
	height: auto;
	max-height: 80vh;
}
.diptych video, .diptych img{
	max-height: 100%;
}

.absolute{
z-index: 9;
	  height: 100%;
  width: 100%;
position: absolute;
}
.grid-img img{
	object-fit: cover;
  height: 100%;
}

.padded{
	padding: 0 var(--pads);
}
.full{
	width: 100%;
	height: var(--app-height);
	height: 100vh;
}

.relative{
	position: relative;
	height: 100%;
}
.postbox video{
	height: 101%;
	width: 101%;
}




.postbox{
margin-bottom: 40px;
}

.moreinfo{
cursor: pointer;}

.seemore{
padding: 60px var(--pad) 100px;	
}
.seemore a{
transition: all 0.3s ease;
	display: block;
	text-align: center;
	padding: 15px;
	background-color: rgba(var(--contrastrgb), 0.2);
}
.role{
	text-transform: capitalize;
}
.names{
	text-transform: uppercase;
}
.single .featured, .featured.pagef{
	height: calc(var(--app-height) - 44px);
}

.featured{
	z-index: 1;
	position: relative;
	width: 100vw;
	height: 100vh;
	height: var(--app-height);
	display: flex;
	justify-content: center;
	align-items: flex-end !important;
}
.featured h1, .featured h2{
	position: relative;
	padding: 10px;
	z-index: 1;
	text-align: center;
	color: var(--primary);
}
.featured-img, .cover{
	position: absolute;
	width: 100%;
	height: 100.2%;
	z-index: 0;
}

.single-work .featured-img{
	background-color: var(--primary);	
	}
	.page-template-projects .hover-img{
		position: absolute;
	}

.featured-img img, .featured-img video, .featured-img iframe{
	width: 100%;
	height: 100.2%;
	object-fit:cover;
}

.section-slider{
	background-color: #52FFA1;
}
.projects-slider .swiper-wrapper{
}
.projects-slider{
padding: 0 var(--padb);
	height: calc(var(--app-height) - 200px);
	margin: 100px 0;
	position: relative;
	overflow: hidden;
}

.projects-slider .videoload{
	width: fit-content;
	border-radius: 40px;
	overflow: hidden;
	margin-bottom: 10px;
		height: calc(100% - 50px);
}
.projects-slider img, .projects-slider video{
	height: 100%;
	width: auto;
}
.projects-slider .swiper-slide{
	width: auto !important;
	text-align: center;
}

.fixed{
	position: fixed;
}

.marquee{
	width: 100vw;
	overflow: hidden;
}

a.underline{
text-decoration: underline;	
}


/* TEXTS */
.post-content .wp-video, .post-content iframe, .post-content img{}

.post-content h2, .post-content h3, .post-content h4{}

.portfolio-content .post-content ul, .portfolio-content .post-content ol{
	padding-left: calc(var(--padm) * 2);
}

.post-content ul, .post-content ol{
	padding-left: var(--padb);
	margin-top: var(--padm);
}
.post-content li{
	list-style: disc;
}

.section-content{
	text-indent: 60px;
}

.client-row{
	display: flex;
	justify-content: space-between;
}
.section-title{
	font-weight: bold !important;
}
.mb, 
.section-title,
.post-content ul, .post-content ol, .post-content p{
	margin-bottom: var(--body);
}
.post-content *:first-child{
	margin-top: 0;
	}
.post-content *:last-child{
	margin-bottom: 0;
}

.single-portfolio .video-section .videoload, .single-portfolio .video-section{
	width: 100%;
	max-height: 100%;
}


/* BASICS */
:root {
  --video-width: 101%;
  --video-height: 101%;
}
@media (min-aspect-ratio: 16/9) {
  :root {
    --video-height: 56.25%;
  }
}
@media (max-aspect-ratio: 16/9) {
  :root {
    --video-width: 177.78%;
  }
}


.contact-color{
	display: flex !important;
	flex-direction: column;
}
.bgbottom{
	background-size: contain;
	flex:1;
	min-height: 300px;
	background-position: center left;
	background-repeat: no-repeat;
}


.featured-img .contain{
--tb-space: 2.5rem;
--lr-calc-space: var(--tb-space) * (16/9);

--lr-space: 2.5rem;
--tb-calc-space: var(--lr-space) / (16/9);
}
.featured-img .contain .iframe {
  width: calc(177.78vh);
  height: calc(100vh);
  box-sizing: border-box;
  padding: var(--tb-space) var(--lr-calc-space);
  

}

  @media (max-aspect-ratio: 16/9) {
  .featured-img .contain .iframe {
  width: calc(100vw);
    height: calc(56.25vw);
    padding: var(--tb-calc-space) var(--lr-space);
  }
}



.featured-img{
	overflow: hidden;
}
.featured-img .columns{
	height: 100%;
}
.featured-img .contain video, .featured-img .contain img{
	object-fit:contain;
}
.featured-img .contain{
	    position: relative;
	      display: flex;
  justify-content: center;
  align-items: center;
    z-index: 2;
    height: 100%;
    width: 100%;
}
.blur{
	backdrop-filter: blur(10px);
}

.featured-img .blurred{
	    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;

}


.video-controls {
  position: absolute;
  z-index: 10;
  height: fit-content !important;
  right: 0;
  bottom: 0 !important;
  left: 0;
  width: 100%;
  margin: auto;
  padding: 0 var(--pad) var(--pad);
  transition: all 0.4s ease-in-out;
  background: transparent;
  }

  .progress-bar {
    position: relative;
width: calc(100% - 32px);
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
    height: 2px !important;
}
   .progress-bar span {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 0;
      height: 100%;
    }
    .time-bar {
      z-index: 99 !important;
      height: 2px !important;
    }
    .btnFS{
	    width: 17px;
	    height: 17px;
	    position: absolute;
	   bottom: 17px;
	   right: 15px;
    }

.reel-overlay{
  opacity: 1;
  transition: opacity .3s ease;
}

.reel-overlay.is-hidden{
  opacity: 0;
  pointer-events: none;
}



.video-background {
  overflow: hidden;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--video-width);
  height: var(--video-height);
  transform: translate(-50%, -50%);
}
video{
height: 100%;
width: 100%;
object-fit:cover;
}

.grid-2{
display: grid;
grid-template-columns: repeat(2, 1fr);
gap:6px;
}
.half{
width: 50%;}
.selected-clients .half{
	min-width: 135px;
}
/*
.grid-img video, .grid-img iframe{
z-index: 9;
position: absolute;	
	opacity: 0;
	top: 0;
	transition: all 0.6s ease;
	}
	
*/.posterfade{
		height: 100%;
		width: 100%;
	}
.videoImagePlaceholder{
	cursor: pointer;
}
.video-block{
margin: 0px auto;
	max-width: 900px;
}

.placeholder img{
	object-fit:cover;
	height: 100%;
	width: 100%;
}
.placeholder{
	height: 100%;
	width: 100%;
	    overflow: hidden;
	position: absolute;
	z-index: 999;
}
.video-container-cinema *{
	width: 100%;
	height: 100%;
	object-fit:cover;
}

.video-container-cinema iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.video-container-cinema {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.video-container *{
	width: 100%;
	height: 100%;
	object-fit:cover;
}

.video-container iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.video-container {
    position: relative;
    aspect-ratio: var(--proportion);
    overflow: hidden;
}
.cover-img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.no-click {
	pointer-events: none;
}
.clickable {
	pointer-events: all;
}
.hover-cont{
	cursor: default !important;
}

.videoImagePlaceholder, .placeholder{
		cursor: pointer;
}


.mobile-caption{
mix-blend-mode: difference;
color:var(--primary);
z-index: 999;
position: absolute;	
}
.class1{
	top: 20%;
	left: 20%;
}
.class2{
	top: 40%;
	right: 30%;
	text-align: right;
}
.class3{
	top: 50%;
	left: 30%;
}
.class4{
	top: 70%;
	left: 40%;
}
.class5{
	top: 80%;
	right: 15%;
	text-align: right;
}
.class6{
	top: 15%;
	right: 35%;
	text-align: right;
}
.class7{
	top: 65%;
	left: 25%;
}
.class8{
	top: 75%;
	left: 45%;
}
.class9{
	top: 85%;
	right: 25%;
	text-align: right;
}
.hover-img.hover-txt{
	max-width: 100%;
mix-blend-mode: difference;
color:var(--primary);
}
.block-size{
	max-width: 900px;
	margin: 0px auto;
}
.hover-img{
	user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
pointer-events: none;
opacity: 0;
	z-index: 9999;
	padding: 10px 0 0 10px;
	max-width: 200px;
	position: fixed;
	transition: opacity 0.4s ease;
}

.privacy-modal{
	cursor: pointer;
}

.carru-cont{
		position: relative;
	overflow: hidden;
}

.carrusel {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 260;
/* 	padding-left: calc(50vw - 230px);  */
}

.post_carrusel {
	margin: 0 auto;
	text-align: center;
	position: relative;
}


.carrusel .panel {
	overflow: hidden;
	position: relative;
	padding: calc((100vh - 600px) / 2) var(--padb) calc((100vh - 600px) / 2) var(--padb);
}


.carrusel_item {
	height: 600px;
	position: relative;
	padding-right: var(--padb);
}

.carrusel_item:last-of-type{
	padding-right: 0;
}
.caption{
	margin-top: 5px;
}

.carrusel_item img {
	width: auto;
	display: block;
max-height: 600px;
height: auto;
min-height: 600px;
}
.grey{
	padding: var(--padb) 0;
	background-color: rgba(0,0,0,0.06);
	margin-bottom: var(--marginb);
}

.carrusel_item .mute{
		right:  var(--padb);

}
.home-block.postgrid{
margin-bottom: 60px;}

.home-block{
margin-bottom: 100px;}

.superindex{
    display: block;
    position: absolute;
    width: 400px;
    text-align: left;
    right: -410px;
    overflow: hidden;
    top: 0;
}

.bottom{
	    position: absolute;
    z-index: 9;
    bottom: var(--padm);
    text-align: center;
    color: var(--primary);
}
.mute{
	mix-blend-mode: difference;
	color:var(--primary);
	position: absolute;
	top:0px;
	right: 0px;
	padding: 20px;
	z-index: 99;
	opacity: 0;
	transition: all 0.4s ease;
	cursor: pointer;
	width: 100%;
	height: 100%;
	text-align: right;
}

.videoload video{
	position: relative;
	z-index: 1;
}


.video-section .videoload{
	width: fit-content;
	margin:0px auto;
	max-height: 80vh;
}

.videoload{
	display: flex;
	justify-content: center;
	align-items: center;
}
/*
.videoload:before {
    content: "Loading Video";
    background-color: var(--contrast);
    color: var(--primary);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 0;
    font-family: var(--mono);
    font-size: 1.17em;
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}    
*/
.post-single{
	padding-top: var(--marginb);
	overflow: hidden;
background-color: var(--primary);
position: relative;
z-index: 1;
}
.post-single .section-text {
		padding: 0px 0 100px;
}
.section-text .post-content{
	max-width: 700px;
	margin: 0px auto;
}

.app-height{
	height: 100vh;
	height: var(--app-height);
}

.rounded{
	border-radius: 12px;
	overflow: hidden;
}


	
/* INPUTS */
input[type="checkbox"]
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     height: 0px;
     border-radius: 0;
     width: 0px;
     cursor: pointer;     
     outline: none;
     border: none;
     margin: 0;
}

input[type="checkbox"]:checked + label{
	color: #444444;
}
input[type="checkbox"]:hover
{
     background-color: var(--contrast);
}
input[type="checkbox"]:checked
{
background-color: var(--contrast);
}

input[type="submit"]{
	  font-size: var(--body);
	 -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     font-family: var(--sans);
     text-transform: uppercase;
     border: none;
     cursor: pointer;
     cursor: pointer;
     outline: none;
padding: 8px 22px;
background: #E5E5E5;
border-radius: 30px;
margin-left: 20px;
}


input[type="text"],
input[type="tel"], 
input[type="email"], 
input[type="password"],
select,
textarea{
	flex: 1;
	  font-size: var(--body);
	padding: 10px 0px 5px;
	 -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: transparent;
     font-family: var(--sans);
     text-transform: uppercase;
     color: var(--primary);
     border: none;
     border-bottom: 1px solid var(--primary);
     border-radius: 0px;
     outline: none;
}
input[type="text"]:focus,
input[type="tel"]:focus, 
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus{
} 



#cookies{
	display: none;
	color: var(--contrast);
	align-items: center;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 999999999999;
}
.flex{
	display: flex;	
}
.gris{
opacity: 0.3;
}
.flexi{
	display: flex;
align-items: center;
flex-wrap: wrap;
}
.margin-s{
	margin-bottom: var(--pads);
}