@font-face {
 font-family: "Selecta";
 src: url("../fonts/Selecta-Regular.woff2") format("woff2"),
        url("../fonts/Selecta-Regular.woff") format("woff");
}

@font-face {
 font-family: "Selecta-Light";
 src: url("../fonts/Selecta-Light.woff") format("woff");
}



:root {
  --color-black: #000;
  --color-grey: #f2f2f2;
}


*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  min-height: 0;
  min-width: 0;
}

html, body {
  font-size: 11px;
  height: 100%; 
  font-family: 'Selecta', helvetica, sans-serif ;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  /*background-color: white;*/
  background-color: #f2f2f2;

}

body {
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}


img {
  width: 100%;
}

li {
  list-style: none;
}
a {
  text-decoration: none;
  color: black;
}

.hide{
  visibility: hidden;
}

.selected{
  color: black; 
}

.selected-list{
  color: black !important;
}

.underline{
  text-decoration: underline;
}

video{
  width: 100%;
}

.fancybox-video{
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
transform: translate(-50%,-50%);
}

h1{
  font-size: inherit;
  font-weight: inherit;
  cursor: pointer; 
}
/*----------------------------------------------- HEADER */

header{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 50%;
  height: auto;
  padding: 10px;
  text-transform: uppercase;
  z-index: 99995;
}

.site-title{
  position: fixed;
  top: 15.5%;
  left: 50%;
  text-align: center;
  text-transform: initial;
  z-index: 99990 !important;
  transform: translateX(-50%);
  text-transform: uppercase;

}

.close{
  
}

.logo{
  text-transform: uppercase;
}

.contact{
  position: fixed;
  bottom: 15.5%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.filters a{
  color: black;
}


.menu{
  width: 57%;
  float: left;
}

.menu div{
  float: left;
}

.menu div span{
  cursor: pointer;
}

.menu ul{
  
}

.menu ul li {
  float: left;
  margin-left: 10px;
}

.menu ul li a{
  font-family: 'Selecta-Light', helvetica, sans-serif ;
}

.main{
    overflow-x: auto; 
    overflow-y: hidden; 
    width: 100vw;
    height: 100%;
    position: fixed; 
}



/*----------------------------------------------- PROJECTS */


.scroll-container {
    width: 100%;
    overflow-x: auto; 
    overflow-y: hidden;
    white-space: nowrap; 
    padding: 0px;
    
}

.project-container{
  width: 100%;
  height: 100%;
}

.projects {
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    grid-auto-flow: column;
    row-gap: 5%;
    column-gap: 2%;
    height: 100%;
    position: absolute;
    padding-bottom: 2%;
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
    
}

.project{
    width: 15vh;
    aspect-ratio: 4/3;
}


.project-caption{
    color: black;
    position: fixed;
    top: 2em;
    left: 10px;
    z-index: 99991;
    
}

.project-item{
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-btn{
  font-family: 'Selecta-Light', helvetica, sans-serif ;
  cursor: pointer;
}

.contact{
  text-transform: uppercase;
}


/*----------------------------------------------- FB */

.fancybox-container{
  
}

.fancybox-slide--video .fancybox-content {
  background: var(--color-grey) !important;
}

.fancybox-bg {
  background-color: var(--color-grey);
  opacity: 1;
}

.fancybox-is-open .fancybox-bg {
 opacity: 1;
  }

.fancybox-button{
  color: black !important;
  background-color: transparent !important;
  
  /*z-index: 99999; */
}

.fancybox-navigation{
    display: none;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 20px; /* Adjust this value as needed */
    left: 0;
    width: 100%;
    z-index: 99999;
    padding: 0 20px; /* Adjust this value as needed */   
}

.fancybox-navigation button {
    
    padding: 10px; /* Adjust this value as needed */
}


.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: initial;
}



.fancybox-caption {
  position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);

    z-index: 99991;
    background: transparent !important;
    color: black;
    margin-bottom: 0px;
    font-size: 1em;
    text-align: center;
    line-height: 1.2;
    z-index: 99999; 
    padding: 0px;
    max-width: 30%;
    }


    .fancybox-infobar{
      position: fixed;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0px;
      top: initial  ;
    }


.fancybox-caption--separate {
    margin-top: 0px;
}

    .fancybox-slide img{
      cursor: pointer;   
    }


.fancybox-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; 
/*    width: 100%;
    height: 100%;
    object-fit: contain;*/
}

.fancybox-slide--image {
    padding: 0px !important;
}

.half-screen {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    cursor: pointer;
    z-index: 9999; /* Ensure it's above Fancybox */
  }
  .left-half {
    left: 0;
  }
  .right-half {
    right: 0;
  }

  .filters{
    display: none;
  }

/*----------------------------------------------- SLIDESHOW */

  
        
        .slick-slider-desk{
            position: fixed !important;
            left: 0px !important;
            top: 0px !important;
            width: 100% !important;
            height: 100% !important;
            z-index: 99993;
            background-color: white;

        }

        .slick-slider-mob{
          display: none;
        }


        .slick-slide {
            height: 100vh !important;
            width: 100vw !important;
        }

        .slide-img {
          width: 100vw !important;
          height: 100vh !important;
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat;
        }





/*----------------------------------------------- GRID */

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
}

.grid{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 1%;
}

.col-1 {grid-column-end: span 1;}
.col-2 {grid-column-end: span 2;}
.col-3 {grid-column-end: span 3;}
.col-4 {grid-column-end: span 4;}
.col-5 {grid-column-end: span 5;}
.col-6 {grid-column-end: span 6;}
.col-7 {grid-column-end: span 7;}
.col-8 {grid-column-end: span 8;}
.col-9 {grid-column-end: span 9;}
.col-10 {grid-column-end: span 10;}
.col-11 {grid-column-end: span 11;}
.col-12 {grid-column-end: span 12;}

.off-1{grid-column-start: 2;}
.off-2{grid-column-start: 3;}
.off-3{grid-column-start: 4;}
.off-4{grid-column-start: 5;}
.off-5{grid-column-start: 6;}
.off-6{grid-column-start: 7;}
.off-7{grid-column-start: 8;}
.off-8{grid-column-start: 9;}
.off-9{grid-column-start: 10;}
.off-10{grid-column-start: 11;}
.off-11{grid-column-start: 12;}
.off-12{grid-column-start: 13;}
