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

.wpml-ls-menu-item{
	display: none !important;
}
:root 	{
	--body: 16px;
	--linebody: 19.28px;
	--lsbody: 1;
			
	--medium: 24px;
	--linemedium: 28.92px;
	--lsmedium: 0;
	
	--medium2: 24px;
	--linemedium2: 30.72px;
	--lsmedium2: 0;
	
	--big: 40px;
	--linebig: 51.2px;
	
	--huge: 55px;
	--linehuge: 70.4px;
	
	--xhuge: 80px;
	--linexhuge: 102.4px;
	
	--primary:#EDECE5;
	--contrast: #000000;
	--terra: #B76654;
	--olive: #A3A7A2;
	
	--pad:24px;
	--padb:40px;
	--padh: 140px;
    
	--sans: 'GT America Condensed', Arial, sans-serif;
	--serif: 'Editorial New', Times, serif;

	 --real100: 100vh;
}



.body, .count {
    font-size: var(--body);
    line-height: var(--linebody);
    letter-spacing: var(--lsbody);
}

.medium, .block-text h3 {
    font-size: var(--medium);
    line-height: var(--linemedium);
    letter-spacing: var(--lsmedium);
    }
.medium2 {
    font-size: var(--medium2);
    line-height: var(--linemedium2);
    letter-spacing: var(--lsmedium2);
    text-transform: uppercase;
    font-family: var(--serif);    
    font-weight: 200;
}

.big {
    font-size: var(--big);
    line-height: var(--linebig);
    text-transform: uppercase;
    font-weight: 200;
    font-family: var(--serif);    
}

.huge {
    font-size: var(--huge);
    line-height: var(--linehuge);
    text-transform: uppercase;
    font-weight: 200;
    font-family: var(--serif);    
}

.xhuge, .block-text h2 {
    font-size: var(--xhuge);
    line-height: var(--linexhuge);
    font-family: var(--serif);
    text-transform: uppercase;
    font-weight: 200;
    font-family: var(--serif);   
    text-align: center; 
}

.sans{
	font-family: var(--sans);
}
.serif{
	font-family: var(--serif);
}
.bold{
	font-weight: 500;
}
.uppercase{
	text-transform: uppercase;
}
.huge strong{
	font-family: var(--sans);
	font-weight: 500;
}
.primary-bg, .cream-bg {
    background-color: var(--primary);
    --color:var(--primary);
}

.contrast-bg {
    background-color: var(--contrast);
 --color:
 }

#about.terra-bg {
	color: var(--contrast);
}
.terra-bg {
    background-color: var(--terra);
    color: var(--primary);
 --color:var(--terra);
 }
 .sub-service-item.terra-bg{
	 color: var(--contrast);
 }
 

.olive-bg {
  --color:var(--olive);
   background-color: var(--olive);
}

.primary {
    color: var(--primary);
}

.contrast {
    color: var(--contrast);
}

.terra {
    color: var(--terra);
}

.olive {
    color: var(--olive);
}

.tcenter{
	text-align: center;
}

*{
	-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; }
	* html body { margin-top: 0px !important; }
	@media screen and ( max-width: 782px ) {
		html { margin-top: 0px !important; }
		* html body { margin-top: 0px !important; }
	}

body {
transition: background-color 0.6s ease;
display: flex;
min-height: var(--real100);
flex-direction: column;     
margin:0;
-moz-osx-font-smoothing: grayscale; 
text-rendering:geometricPrecision;
-webkit-font-smoothing: subpixel-antialiased;
font-size: var(--body);
line-height: var(--linebody);
letter-spacing: var(--lsbody);
font-family: var(--sans);
color: var(--contrast);
background-color: var(--primary);
font-weight: 300;
}

#main{
	transition: background-color 1s ease;
	flex:1;
}



h1, h2, h3, h4{
	margin-bottom: 0;
	font-size: inherit;
	font-weight: 300;
}

.hidden{
	opacity: 0;
}
.flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-links{
	display: flex;
	justify-content: space-between;
padding: 150px 10%;
	width: 100%;
}

.footer-element{
	text-transform: uppercase;
}
header .logo{
	--logo: var(--contrast);
	width: 272px;
	transition: all 0.6s ease;
}
[class^="menu-lang"]{
	display: flex;
	justify-content: flex-end;
}

svg{
	display: block;
}

header a.logo-link{
	display: inline-block;
	margin: 0px auto;
}

.nobg{
	background: transparent !important;
}
header{
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
position: fixed;
top: 0;
padding: 28px var(--padb);
display: grid;
grid-template-columns: 1fr 1fr 1fr;
justify-content: space-between;
width: 100%;
z-index: 9999;
width: 100%;
color: var(--contrast);
transition: top 0.6s ease;
	background-color: var(--color);
}

.nav-up {
    top: -100px;
	background-color: var(--color);
}

.nav-fixed{
	top:0 !important;
}


.nav-down{
	background-color: var(--color);
}
header.invert.nav-down{
	background: transparent;
}
.single .logo{
	--logo: var(--primary);
}
.page-template-home footer, .page-template-projects footer, .page-template-contact footer, .page-template-index-archive footer{
	margin-top: 0px;
	}
	footer{
		 min-height: 50vh;
		 display: flex;
		 justify-content: space-between;
		 flex-direction: column;
	margin-top: 200px;
	padding: 28px var(--padb);
	align-items: center;
	color: var(--contrast) !important;
}

.rotated{
	display: inline-block;
	transform: rotate(45deg);
}


.text-white{
	color: var(--primary);
}
.text-black{
	color: var(--contrast);
}


.righted{
	margin-left: auto;
}
.fulled{
	width: 100%;
}

.half{
	width: calc((100% - var(--pad)) / 2)
}
.twothirds{
	width: calc(((100% - var(--pad) - var(--pad)) / 3) * 2);
}


.image-cursor {
    position: absolute;
}

#image-container {
    position: relative;
    width: 100%;
    height: var(--real100);
    overflow: hidden;
}
.headline{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	width: 100vw;
	height: var(--real100);
	padding: var(--pad) 13.5vw var(--pad);
}
.big-text-section{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	width: 100vw;
	height: var(--real100);
	padding: var(--pad);
	
position: relative;}

.see-about{
	bottom: var(--padb);
	position: absolute;
	
}


.big-text-section .hover{
	color: var(--contrast);
}

/* TEXT */

.block-text.half p, .block-text.half span, .block-text.half{
	text-align: left !important;
}
strong, b{
	font-weight: normal !important;
	text-transform: uppercase;
}

.section-text{
	padding: var(--pad);
display: flex;
justify-content: space-between;
gap:var(--pad);	
}
.section-text .block-text{
padding: 0;
flex-basis: calc((100% / 12) * 7);
}
.block-text{
	padding: var(--pad);
}
.block-text p, .block-text h3, .block-text h4, .block-text h5, .block-text h6{
	margin: 0px 0px var(--linebody);
}
 .block-text h3, .block-text h4, .block-text h5, .block-text h6,  .block-text h2, .block-text h1{
	 font-weight: 300;
 }
.block-text h4{
	text-transform: uppercase;
}

.block-text a{
	text-decoration: none;
}

.block-text h4{
margin-top: var(--pad);
}

.block-text h2{
	margin: 0px 0px var(--linebody);
		
}
.block *:last-child, .extra-info *:last-child{
	margin-bottom: 0;
}
.block-text ul, .block-text ol{
	padding-left: 18px;
}
.block-text ul li{
	list-style: disc;
}
.bottom-bar ul{
		display: flex;
	justify-content: space-between;

}
.bottom-bar{
	position: sticky;
	bottom: 0;
	background: var(--primary);
	padding: var(--pad);
	left: 0;
	z-index: 999;
	width: 100vw;
}

.meta{
	display: flex;
	justify-content: space-between;
	padding: var(--pad);
}


.framed-slider,
.full-slider,
.overlapped-slider,
.overlapped-full-slider,
.centered-slider,
.swiper-container,
.gallery-top,
.block-slider,
.thumbnail-slider,
.small-slider {
    position: relative; 
}



.cover-image{
position: relative;
height: 100vh;
}

.block-columns{
	margin: var(--padh) 0;
}
.block-columns .column{
flex: 1 1 50%;
}

.gallery-block{
	width: 100vw;
	overflow-x: hidden;
	margin: var(--padh) 0;;
}

.gallery-block.notop{
	margin: 0 0 var(--padh);
}

.awards-block{
	width: 100vw;
	overflow-x: hidden;
	margin: var(--padh) 0;;
}
.awards-block h2{
		padding: 0 var(--pad) 100px var(--pad);
}

.section-scroll {
    display: flex;
    overflow-x: scroll;
text-align: center;
    height: 100vh;
    width: 100vw;
    padding: var(--pad);
}

.section-scroll .project-titles {
	align-items: center;
    display: flex;
    justify-content: center;
    min-width: calc(100vw - var(--pad) - var(--pad));
    
}

.section-scroll .project-title {
    writing-mode: vertical-rl;
    max-height: calc(100vh - 200px);
    transform: rotate(180deg);
    margin-bottom: 10px;
/*     /*     cursor: pointer;  */   cursor: none;  */   cursor: none;

}
a{
	cursor: none;
}

.section-scroll .project-title:hover {
    color: var(--terra); /* Example hover color */
}

.single h1{
	display: inline-block;
  margin: 0px auto;
  text-align: center;
}
.close-project{
	display: flex;
  justify-content: flex-end;
}
.single header{
	color: var(--primary);
	grid-template-columns: 1fr 6fr 1fr;
}
.single header.nav-down{
	color: var(--contrast);
}


.rotating-text {
	position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top:50px;
  left: 50px;
}

.rotating-text svg {
  width: 140px;
  height: 140px;
  animation: rotateText 4s ease infinite;
}

svg text{
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 4px;
}

@keyframes rotateText {
  0% {
    transform: rotate(0deg);
    transform-origin: center;
  }
  70% {
    transform: rotate(-360deg);
    transform-origin: center;
  }
  100% {
    transform: rotate(-360deg); /* Ensures it stays in place during the pause */
  }
}

.random-gallery-inner{
	margin-top: -110vh;
    display: flex;
    margin-bottom: 100px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.random-gallery {
	margin-top: 10vh;
    padding: var(--pad);
}

.random-gallery-item:nth-child(8n+1){
	width: 50%;
	padding: 60px 0 30px;
}
.random-gallery-item:nth-child(8n+1) img{
	width: 50%;
	height: auto;
}

.random-gallery-item:nth-child(8n+2){
	width: 50%;
}
.random-gallery-item:nth-child(8n+2) img{
	width: 40%;
	margin: 0 0px 100px 50px;
	height: auto;
}

.random-gallery-item:nth-child(8n+3){
	justify-content: center;
	width: 50%;
	padding: 100px;
}
.random-gallery-item:nth-child(8n+3) img{
	width: 50%;
}

.random-gallery-item:nth-child(8n+4){
	width: 50%;
	margin-bottom: 100px;
}
.random-gallery-item:nth-child(8n+4) img{
	width: 80%;
}

.random-gallery-item:nth-child(8n+5){
	width: 60%;
	justify-content: flex-end;
	padding: 100px 0 100px;
}
.random-gallery-item:nth-child(8n+5) img{
	width: 50%;
}

.random-gallery-item:nth-child(8n+6){
	width: 40%;
	justify-content: flex-end;
	padding: 0px 0 100px;
}
.random-gallery-item:nth-child(8n+6) img{
	width: 50%;
}

.random-gallery-item:nth-child(8n+7){
	width: 55%;
	padding: 0px 0 100px;
}
.random-gallery-item:nth-child(8n+7) img{
	width: 50%;
}

.random-gallery-item:nth-child(8n+8){
	width: 45%;
	align-items: flex-end;
	padding: 0 0 100px;
}
.random-gallery-item:nth-child(8n+8) img{
	width: 50%;
}

.random-gallery-item {
    position: relative;
    overflow: hidden;
    display: flex;
    	    align-items: flex-start; 
        flex-shrink: 0;
}

.random-gallery-item img {
    width: 100%;
    height: auto;
    flex-shrink: 0;
}
.sticky-center p{
	margin-bottom: 20px;
}
.sticky-center{
	max-width: 760px;
  margin: 0px auto;
	position: sticky;
	top:0;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
	z-index: 3;
	flex-direction: column;}



.animated-text {
  position: absolute;
  top: 0;
  left: 0;
}


.animated-text span {
  display: inline-block;
text-align: center;
  text-transform: uppercase;
  transform: translate(-10px, 90px) rotate(-45deg);

/*
  transform: translate(100px, -100px) rotate(-45deg); 
  animation: diagonalMove 4s linear infinite; 
*/
font-size: 19px;
font-weight: 300;
line-height: 22.9px;
letter-spacing: 0.5em;
text-align: center;
}

@keyframes diagonalMove {
  0% {
    transform: translate(200px, -200px) rotate(-45deg); /* Start outside the top-right */
  }
  100% {
    transform: translate(-200px, 200px) rotate(-45deg); /* Exit outside the bottom-left */
  }
}



.mask-text {
    display: inline-block;
    overflow: hidden;
}

.wrap {
    overflow: hidden;
    display: inline-block;
    margin-bottom: -13px;
  margin-top: -7px;
  padding: 10px 0 0;
}
.xhuge .wrap{
	
    margin-bottom: -20px;
  margin-top: -20px;
}

.line {
    display: flex;
}

.word {
    display: inline-block;
    transform: translateY(100%);
    animation: moveUp 0.3s ease forwards;
    animation-delay: var(--delay);
}

@keyframes moveUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}



.single .intro{
	margin-top: var(--pad);
}

.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-image img, .cover-image video{
	width: 100%;
	height: 100%;
	object-fit:cover;
}


.infinite-marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
}

.marquee-wrapper {
    display: flex;
    gap: 60px; 
    animation: marquee 50s linear infinite;
}

.marquee-item {
    flex: 0 0 auto; /* Prevent shrinking */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-200%);
    }
}

.infinite-marquee .marquee-wrapper {
    will-change: transform;
}




.featured-image{
	position: relative;
}
.featured-image .project-title{
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
	top:0;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: none;
}
#about-page{
	padding: var(--pad) !important;
	margin-bottom: calc(var(--padh) * -1);
	}
#about-page .city img {
    display: none;
}

.city-hover-image, .hover-image {
    position: absolute;
    display: none;
    pointer-events: none;
    max-width: 400px;
    max-height: 400px;
}


/* SLIDER */
.framed-slider{
	margin: 0 auto;
	width: calc(100vw - var(--padh) - var(--padh));
	overflow: hidden;
	}
	
	.block-slider{
		padding: 0 var(--pad);
		overflow: hidden;
	}
	
	.block-slider img, .block-slider video{
		aspect-ratio: 0.8;
		max-height: 70vh;
		object-fit:cover;
		height: 100%;
	}

	.mixed-fit-slider .swiper-slide{
		height: 70vh;
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--primary);
	}
.mixed-fit-slider img, .mixed-fit-slider video{
		width: 100%;
		height: 100%;
		max-height: 70vh;
		aspect-ratio: auto;
		object-fit: contain;
	}
	

.centered-slider img.vertical{
	max-height:70vh;
	height: 100%;
	width: auto;
}
.centered-slider img.horizontal{
	max-width:70vh;
	height: auto;
}
.awards-slider{
	padding-left: var(--pad);
}
.awards-slider .swiper-slide, .centered-slider .swiper-slide{
	 	width: fit-content !important;
}
.awards-slider img{
	max-width: 164px;
	max-height: 164px;
	height: auto;
	width: auto;
}
.block-text{
	overflow-x: hidden;
}

.page-template-home .centered-slider .swiper-slide{
	display: flex;
	align-items: center;
	 	width: fit-content !important;
}
.overlapped-slider .image-caption{
	position: absolute;
	top:80vh;
	width: 100%;
	text-align: center;
}


.overlapped-slider {
	/*     cursor: pointer;  */   cursor: none;
height:calc(80vh + var(--pad) + var(--linebody));
position: relative;
padding: 0 var(--pad);
}
.overlap-slide{
	position: absolute;
	width: calc(100% - var(--pad) - var(--pad));
	height: 100%;
max-height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.overlap-slide .vertical{
max-height: 80vh;
width: auto;
}
.overlap-slide .horizontal{
max-width: 80vh;
height: auto;
}


.overlapped-full-slider .overlap-slide .vertical{
max-height: 80%;
width: auto;
}

.overflowhidden{
	overflow: hidden;
}

.overlap-slide.active {
	  animation: growScale 0.6s ease forwards; 
}

@keyframes growScale {
  0% {
    transform: scale(0); /* Start smaller */
  }
  100% {
    transform: scale(1); /* End at the normal size */
  }
}
.overlap-slide.prior img.vertical{
	  transform: scale(2.2); 
}
.overlap-slide.prior img {
  transition: transform 0.6s ease, max-height 0.6s ease, max-width 0.6s ease;
  transform: scale(1.2); /* Scale up slightly to make it feel full-screen */
  max-width: 100vw;
  max-height: var(--real100) !important;
  object-fit: cover;
}

.overlapped-full-slider .image-caption{
	position: absolute;
	left: var(--pad);
	bottom: 0px;
}

.overlapped-full-slider {
	/*     cursor: pointer;  */   cursor: none;
	overflow: hidden;
height:calc(80vh + 18px + var(--linebody));
position: relative;
}

 .full-slider .swiper-slide{
height: var(--real100);
display: flex;
	  align-items: center;
}

.thumbnail-gallery, .gallery-thumbs {
  flex-direction: column; /* Arrange thumbnails in a vertical column */
    display: flex;
  flex-direction: column;
  gap: var(--pad); /* Space between thumbnails */
  justify-content: space-between;
  align-items: center;
}
.swiper-slide-active .fraction-thumb{
	display: flex;
	}
.fraction-thumb{
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
}



.thumbnail {
	height: fit-content !important;

/*     cursor: pointer;  */   cursor: none;
position: relative;
  width: 100%; /* Ensure the thumbnail div takes the full width of its parent */
  display: flex;
  justify-content: center;
  align-items: center; /* Center the image inside the div */
}

.thumbnail img {
  width: 100%;
  height: 100%;
  max-height: 150px;
  object-fit: contain; /* Stretch the image to cover the entire div */
}

.gallery-top{
	flex-basis: 75%;
}
.gallery-top{
	flex-basis: 80%;
}
.gallery-thumbs{
	flex-basis: 20%;
	
}
.thumb-cont{
	display: flex;
	gap:var(--padh);
	padding: 0 var(--padh);
	max-height: 80vh;
	overflow: hidden;
}
.thumbnail-slider .swiper-slide, .gallery-top .swiper-slide{
	aspect-ratio:1.44;
	max-height: 80vh;
}
.thumbnail-slider .swiper-slide img, .gallery-top .swiper-slide img{
	object-fit:contain;
	height: 100%;
	max-height: 100%;
	}
.thumbnail.swiper-slide-active img{
	opacity: 0.5;
}	

 .framed-slider .swiper-slide{
	  aspect-ratio: 1.44;
	  display: flex;
	  align-items: center;
}

.single-gallery-item video{
	max-height: 80vh;
	object-fit:contain;
}

.single-gallery-item{
	height: auto;
	overflow: hidden;
}

.full-slider img{
	object-fit:contain;
	height: 100%;	
}

.framed-slider img, .framed-slider video, .full-slider video{
	object-fit:cover;
	height: 100%;
}
.framed-slider img, .framed-slider video, .framed-slider{
	max-height: 90vh;
}

.featured-image video, .column video{
	object-fit:contain;
	max-height: 80vh;
}

/* Default state when fonts are loading */
body.font-loading .animated-box {
  opacity: 0; /* Hide content */
  animation: none; /* Disable animations */
}

/* Once fonts are loaded */
body.font-loaded .splash {
  opacity: 1; /* Show content */
  animation: maskOut 0.6s ease-in-out 1.8s forwards;
}

body.font-loading .animated-box {
  animation: none;
}

body.font-loaded .animated-box {
  animation: horizontalBounce 1.8s ease forwards;
}

body.font-loading .logo-flex.buro {
  animation: none;
}

body.font-loaded .logo-flex.buro {
  animation: buro 1.8s ease forwards;
}

.splash {
  position: fixed;
  height: var(--real100);
  width: 100vw;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--contrast);
  animation: maskOut 0.6s ease-in-out 1.8s forwards; 
  overflow: hidden; /* Ensures content gets hidden during mask animation */
}

.animated-box {
width: 580px;
  height: 205px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  animation: horizontalBounce 1.8s ease forwards;
  padding: var(--pad);
}
.logo-flex.buro{
	width: 330px;
  animation: buro 1.8s ease forwards;
  }

@keyframes buro {
  10% {
width: 330px;
  }

  50%{
    width: 100%;
	  
  }
   
  95%,100% {
    width: 100%;
  }
}



@keyframes horizontalBounce {
  10% {
width: 580px;
  height: 205px;
  }

  50%, 55%{
    width: 100vw;
	  height: 195px;
	  
  }

  95%,100% {
    width: 100vw;
    height: 100%;
  }
}

@keyframes maskOut {
  0% {
  transform: translateY(0);
  }
  100% {
  transform: translateY(-100%); 
   }
}

video{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.image-caption{
	margin-top: 16px;
}
.gallery-wrapper .paginacion {
  bottom: 0px !important;
  right: 0;
  width: var(--padh) !important;
  text-align: left !important;
	position: absolute;
  padding: 0 var(--pad);
}
.centered-slider .paginacion{
	width: 100%;
	bottom:calc((var(--linemedium2) * -1) - var(--pad));
	text-align: center;
	justify-content: center;
	margin-top: var(--pad);
}
.small-slider{
	padding: 0 var(--pad);
}
.small-slider img.vertical{
	max-height:256px;
	width: auto;
}
.small-slider img.horizontal{
	max-width:256px;
	height: auto;
}
.small-slider .swiper-slide{
	display: flex;justify-content: center;
	align-items: center;
}


.paginacion{
	display: flex;
}
.swiper-wrapper{
	display: flex;
	align-items: center;
}
.slider{
	position: relative;
	overflow: hidden;
	max-width: 100vw;
}
.swiper-container-initialized{
	overflow-x: hidden;
	position: relative;
}
.swiper-pagination-fraction{
width: auto !important;
position: static !important;
}

.swiper-slide{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.swiper-slide img{
}
.gallery-wrapper{
	position: relative;
}
.nexter{
	width: 50%;
	height: 100%;
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='52' viewBox='0 0 80 52'%3E%3Cpath d='M53.78 0.35 L79.47 26.05 L53.78 51.74' stroke='black' fill='none'/%3E%3Cpath d='M79.47 26.05 H0' stroke='black' fill='none'/%3E%3C/svg%3E") 80 26, auto;
	right: 0;
top:0;
position: absolute;
z-index: 99;
}
.prever{
	width: 50%;
	height: 100%;
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='52' viewBox='0 0 80 52'%3E%3Cpath d='M26.4 0.35 L0.71 26.05 L26.4 51.74' stroke='black' fill='none'/%3E%3Cpath d='M0.71 26.05 H80' stroke='black' fill='none'/%3E%3C/svg%3E") 0 26, auto;
	left: 0;
top:0;
position: absolute;
z-index: 99;
}

#contact{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap:var(--pad);
	padding: 230px var(--pad) 170px;
}
#contact .block-text{
	padding: 0;
	margin-top: 20px;
}
.map-logo{
	border-radius: 50px;
	width: fit-content;
	position: absolute;
}
.locations{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: var(--pad);
}
.visit{
padding: var(--pad);
}
.map-cont{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.map-cont a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
}

.location-row{
	margin: 60px 0 20px;
	display: grid;
	gap:var(--pad);
	grid-template-columns: 1fr 3fr;
	text-transform: uppercase;
}

.full-cont-slider{
	height: var(--real100);
	display: flex;
	flex-direction: column;
	padding: 40px 0;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}

a.button, button{
	font-size: var(--body);
	appearance: none;
	background: transparent;
	color: var(--contrast);
	text-decoration: none;
	display: inline-block;
	margin: 30px auto 0;
	font-family: var(--sans);
	text-transform: uppercase;
	padding: 12px 32px 10px;
	border-radius: 50px;
	border: 1px solid;
}



.preloader{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary);
	top: 0;
	left: 0;
	z-index: 9;
}

.logo-flex{
	display: flex;
	justify-content: space-between;
	width: 100%;
}


.work-grid{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: calc(var(--padh) / 2);

}

/*
.project-item, .service-item{
	max-height: calc(100vh - 280px);
}
*/

.page-content{
	padding-top: 200px;
}

.block-columns{
	padding: 0 140px;
	display: flex;
	align-items: center;
	gap:var(--pad);
}

.page-template-home .service-title{
	position: relative;
	white-space: nowrap;
}
.count{
	font-family: var(--sans);
	position:absolute;
margin-top: 0;
  margin-left: 5px;}

.page-template-home .project-item img, .related .project-item img, .page-template-home .project-item video, .related .project-item video{
padding: 0;
}

.project-item img.horizontal{
	max-height: calc(100vh - 200px);	
}

.project-item img, .project-item video{
	padding:calc(100vh / 12);
	height: 100%;
	max-height: calc(100vh - 100px);
	object-fit:contain;
}
.service-item .featured-image{
	height: calc(100vh - 280px);
}

.service-item .featured-image .project-title{
	display: flex;
	position: relative;
}

.service-item img{
	padding: 0 40px !important;
	height: 100%;
	max-height: calc(100vh - 280px);
	object-fit:contain;
	opacity: 0;
	position: absolute;
  width: 100%;
  top: 0;
}
.city{
	cursor: default;
}
/* MENU */

header [id^="menu-main"], header [id^="menu-lang"]{
	display: flex;
}
header [id^="menu-main"] li a{
	display: flex;
	margin-right: var(--padb);
}
header [id^="menu-lang"] li a{
	display: flex;
	margin-left: var(--padb);
}

.filter-menu div{
	transition: all 0.6s ease;
	opacity: 0.3;
margin: 0 15px;	
/*     cursor: pointer;  */   cursor: none;
}
.current-menu-item a, .wpml-ls-current-language a{
color:var(--terra);
}
footer .current-menu-item a{
	
	color: var(--primary);
}


.filter-menu div.active,
[id^="menu-main"] li.current-menu-item a, [id^="menu-main"] li a:active, [id^="menu-main"] li a:focus{
	opacity: 1;
}

[id^="menu-legal"]{
	display: flex;
	padding: 150px 0;
	text-transform: uppercase;
	justify-content: center;
}
[id^="menu-legal"] li a{
	margin: 15px;
}

.colophon{
		margin: 15px;

}
.press-list{
	flex-basis: calc((100% / 12) * 7);
	border-top: 1px solid;
}

.list-item a{
	padding: var(--pad) 0;
	border-bottom: 1px solid var(--contrast);
	display: grid;
	grid-template-columns: 2fr 2fr 3fr;
}
.related{
	padding: var(--padh);
	text-align: center;
}
.related-projects{
	margin-top: 80px;
	align-items: center;
	display: flex;
	gap:var(--padh);
	justify-content: center;
}
.related-projects .project-item{
	flex-basis: 50%;
}

.menu-hover.appear{
	opacity: 1;
	pointer-events: all;
}
.menu-hover{
opacity: 0;
transition: all 0.4s ease;
pointer-events: none;
	position: fixed;
	width: 100%;
	height: var(--real100);
	top: 0;
	background-color: var(--terra);
z-index: 999}
.menu-int{
padding: var(--pad);
	    height: var(--real100);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.service-item:hover .project-title{
	color: var(--primary);
}

.service-item:hover img{
	opacity: 1;
}

.sub-service-item:hover .description{
	display: block;
}
.sub-service-item:hover img{
	display: none;
}

.service-row{
	display: flex;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
table-layout: fixed;
  max-width: initial;
overflow-x: scroll;    flex-wrap: nowrap;
padding: 0 var(--pad);
justify-content: center;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: linear !important;
  }
  .services-wrapper .swiper-wrapper{
padding-left: var(--pad);
  }

.services-accordion{
	padding: 180px 0;
}
.accordion-header{
	text-align: center;
	user-select: none;
	/*     cursor: pointer;  */   cursor: none;
}
.accordion-header.active{
	color: var(--terra);
}
.accordion-content {
    display: none; /* Default state, overridden by jQuery */
    padding: 30px 0 50px;
    overflow: hidden; /* Prevent content overflow during animations */
}
.swiper-slide.sub-service-item, .sub-service-item{
	flex: 0 0 auto; 
	width: 24% !important;
	margin-right:var(--pad);
	aspect-ratio: 0.8;
	position: relative;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.sub-service-item h4, .sub-service-item div{
	position: relative;
	z-index: 2;
}
.sub-service-item img{
	height: 100%;
	top:0;
	left: 0;
	position: absolute;
	z-index: 0;
	object-fit:cover;
	
}
.sub-service-item .description{
	display: none;
}


/* 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;  */   cursor: none;     
     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: none;
     /*     cursor: pointer;  */   cursor: none;
     outline: none;
padding: 8px 22px;
background: #E5E5E5;
border-radius: 30px;
margin-left: 20px;
}
.block-text form{
	text-align: center;
}
.block-text table{
	width: 100%;
}
input[type="text"],
input[type="tel"], 
input[type="email"], 
input[type="password"],
select,
textarea{
	flex: 1;
	  font-size: var(--body);
	padding: 10px 20px;
	 -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(--contrast);
     border: none;
     border: 1px solid var(--contrast);
     border-radius: 0px;
     outline: none;
     margin: 0px auto;
}
        .select-container {
            position: relative;
            display: inline-block;
        }

        .select-container::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'social' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  position: absolute;
  right: 10px;
              top: 50%;
            transform: translateY(-50%);
}


input[type="text"]:focus,
input[type="tel"]:focus, 
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus{
} 




   .custom-context-menu {
            position: absolute;
            text-align: center;
            display: none;
            z-index: 1000;
        }
        .custom-context-menu a {
font-family: var(--sans);
	text-transform: uppercase;
	padding: 12px 32px 10px;
	border-radius: 50px;
	
	           border:1px solid;
            color: var(--contrast);
            text-decoration: none;
        }
        .custom-context-menu a:hover {
	        background-color: var(--primary);
	        color: var(--terra);
        }
        
        .custom-cursor::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: black;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease;
  z-index: -1;
}

.custom-cursor.pointer {
  transform: translate(-50%, -50%) scale(1);
}

.custom-cursor.pointer::after {
  width: 100%;
  height: 100%;
}
        
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid black;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  transition: transform 0.1s ease, opacity 0.2s ease;
}

/* Add a subtle shrink effect when clicking */
.custom-cursor.click {
  transform: translate(-50%, -50%) scale(0.8);
}

body {
  cursor: none;
}

@media all and (-ms-high-contrast:none){}




