.background {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.description-container {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    transition: all 2s ease;
    z-index: 101;
    position: relative;
}

.partial-container {
    height: auto !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

.partial-container a {
    pointer-events: all;
}

.container-hidden {
    opacity: 0;
    pointer-events: none !important;
}

.section-btn-label-sm {
  display: none;
}

/* TITLE POSITIONS */
  
.container-bottom-left {
    justify-content: flex-end;
    align-items: flex-start;
}
  

.info-container {
    margin-bottom: 300px !important;
    z-index: 1;
    width: 50%;
}

.info.place {
    margin-bottom: 25px;
}

.info.tlf {
    margin-bottom: 25px;
}

.info-text {
    color: white;
    font-family: Exo2-Thin;
}
  
.overlay-layer {
    position: absolute; 
    height: 100%; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    z-index: 1; 
    transition: all 2s ease; 
    pointer-events: none;
}

.topbar-menu {
    top: 20px;
    width: 100%; 
    pointer-events: all; 
    display: flex; 
    flex-direction: row;
}

.btns-container {
    width: 100%;
    margin-top: 0 !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    z-index: 1;
    text-align: center;
    transition: opacity .6s ease;
}

.btns-container .btn:hover {
    border: 1px solid #ccc;
}

.btns-container .btn:first-of-type {
    margin-right: 15px;
}

.btn-white {
    color: white; 
}

.btn-black {
    color: black; 
}

.btn-open-select {
    display: flex;
    width: fit-content;
}

.overlay-tags-bottom {
    color: rgba(0, 0, 0, .4); 
    font-family: Exo2-Thin; 
    font-size: clamp(0.625rem, calc(0.575rem + 0.25vw), 0.875rem); 
    position: absolute; 
    bottom: 38px; 
    width: 100%; 
    text-align: center;
}
  
.btn-navigate-img-container {
    position: absolute; 
    left: 0; right: 0; 
    width: 100%; 
    display: grid; 
    place-items: center; 
    pointer-events: all;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}
  
.navigate-top {
    top: -10px; 
}
  
.navigate-bottom {
    bottom: -10px;
}
  
.btn-navigate {
    width: fit-content; 
    border-radius: 10px; 
    padding: 10px 20px; 
    font-size: 20px; 
    cursor: pointer;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
}

.btn-navigate-white {
    background-color: rgba(255, 255, 255, 0.2); 
    color: rgba(255, 255, 255, 0.7);
}

.btn-navigate-white:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.btn-navigate-black {
    color: rgba(0, 0, 0, 0.7);
    background-color: rgba(0, 0, 0, 0.2);
}

.btn-navigate-black:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.8);
}

.full {
    width: 100%;
    max-width: 80%;
    margin: auto;
}

.full .image-container {
    width: 100%;
    text-align: center;
}

.full .title {
    padding: 0 10%;
    /*font-size: 1.1rem;*/
    font-size: calc((.1em + 0.6vmin) + (.1em + 0.6vmax));
    text-transform: uppercase;
    text-align: center;
    font-family: Montserrat-SemiBold;
}

.full .text {
    padding: 0 10%;
    line-height:2em !important;
    font-size: calc((.1em + 0.5vmin) + (.1em + 0.5vmax));
    font-family: Exo2-Light;
    text-align: center;
    color: #000;
}

.full .image-container {
    padding: 2% 0;
}

.full .image-container img {
    width: 44%;
}

.overlay-title {
    width: 80%;
    margin: auto;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    text-align: center;
    font-family: Montserrat-Light;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 55px 20px 15px 20px;
}

.overlay-title span {
    font-family: Montserrat-Regular;
}

.fp-slide div video{
    object-fit: cover !important;
    width: 100vw !important;
    height: 100vh !important;
    position: fixed !important;
    top: 0 !important;
}

.fp-slidesNav.fp-bottom {
  margin-bottom: 28px !important;
}


@media (max-width: 1300px) and (min-width: 833px) {
  .btns-bottom-container {
      width: 100% !important;
  }
}

@media (max-width: 992px) {
  .description {
    margin-bottom: 16px;
  }
  
  .description-subtitle {
    font-size: clamp(10px, calc(0.7vw + 0.84vh), 30px);
  }
}

@media (max-width: 900px) {
  .selectable-container {
    width: 200px;
  }

  .btn-white-opacity.in-container {
    min-width: 200px;
  }
}

@media (max-width: 833px) {
  .main-container {
      flex-direction: column;
  }
  .image-container img {
      width: 60%;
      margin-bottom: 10%;
  }
  .main-container .text {
      margin-bottom: 10%;
  }
  .btns-bottom-container {
      margin: auto;
      width: 100% !important;
  }
  .md-justify-center {
    justify-content: center;
  }

  .fp-slidesNav.fp-bottom {
    margin-bottom: 16px !important;
  }
}

@media (max-width: 655px) and (min-width: 488px) {
  .md-justify-center {
    width: 100% !important;
  }

  .selectable-container {
    width: 170px;
  }

  .btn-white-opacity.in-container {
    min-width: 170px;
  }
}

@media (max-width: 600px) {
  .description {
    width: 100%;
  }

  .tag-btns-container-row-1 {
    margin-top: 40px;
    margin-bottom: 60px;
    width: 100%;
    display: flex;
  }

  .tag-btns-container-row-1 > * {
    flex: 1;
    max-width: 100%;
  }

  .tag-btns-container-row-1 > .btn-white-opacity:last-child {
    display: none;
  }

  .tag-btns-container-row-2 {
    display: none;
  }

  .section-btn-label-sm {
    display: block;
  }

  .section-btn-label {
    display: none;
  }
}

/*# sourceMappingURL=project_item.css-260635b93640d00564dd919a39d6432b3438b32c65fe12b5ad9c6b5e7f6c40a5.map */
