/* WRITE YOUR CUSTOM CSS CODE. THIS WILL NOT BE DELETED ON UPDATE. */
@font-face {
  font-family: Miratrix;
  src: url("/css/fonts/Miratrix-Normal.ttf");
  font-display: swap;
}

@font-face {
  font-family: Poppins Light;
  src: url("/css/fonts/Poppins-Light.ttf");
  font-display: swap;
  font-weight: 100;
}

@font-face {
  font-family: Poppins Regular;
  src: url("/css/fonts/Poppins-Regular.ttf");
  font-display: swap;
  font-weight: 200;
}

@font-face {
  font-family: Poppins Medium;
  src: url("/css/fonts/Poppins-Medium.ttf");
  font-display: swap;
  font-weight: 300;
}

.display-none {
  display: none !important;
}

#cookie_notice,
.language-select,
.navbar-brand {
  display: none !important;
}

.slick-arrow {
  cursor: pointer;
}

.lb-outerContainer {
  background-color: #f2e9da !important;
  border-radius: 0 !important;
}

.lightbox .lb-image {
  border: none !important;
}

.lb-prev,
.lb-next {
  background: none !important;
  display: flex !important;
  align-items: center;
  width: 50% !important;
}

.lb-prev:before,
.lb-next:before {
  content: "";
  padding: 5px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  transform: rotate(-45deg);
  margin-left: 15px;
}

.lb-next:before {
  transform: rotate(135deg);
  margin-left: auto;
  margin-right: 15px;
}

.lb-prev:after,
.lb-next:after {
  content: "";
  position: absolute;
  left: 13px;
  height: 1px;
  width: 25px;
  background: #000;
}

.lb-next:after {
  left: auto;
  right: 13px;
}

.lb-data {
  padding: 0 !important;
}

.lb-number {
  font-family: "Poppins Light";
  font-size: 10px !important;
}

.lb-close {
  position: relative;
  background: none !important;
  opacity: 1 !important;
}

.lb-close:before,
.lb-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: rotate(-45deg);
}

.lb-close:after {
  transform: rotate(45deg);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding-top: 50px;
}

header .navbar-nav {
  margin: auto;
}

.back_btn {
  display: flex;
  align-items: center;
  width: 25px;
  margin-right: 20px;
}

.nav-link {
  color: #ce1d3f !important;
  font-family: poppins light;
  font-size: 15px;
  letter-spacing: 2px;
}

header svg {
  fill: #fff;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-item-download-presentation a {
  font-size: 0;
  letter-spacing: 0;
}

.proiect .nav-link {
  color: #000 !important;
}

.proiect header svg {
  fill: #000;
}

.contact .nav-item-contact .nav-link,
.proiect .nav-item-proiect .nav-link,
.invest .nav-item-invest .nav-link,
.visualization .nav-item-visualization .nav-link {
  text-decoration: underline;
}

.invest .nav-link {
  color: #b4a286 !important;
}

.invest header svg {
  fill: #b4a286;
}

.nav-item {
  margin-right: 25px;
}

.nav-item:last-child {
  margin-right: 0;
}

.bg-dark {
  display: none !important;
}

/* Homepage Slider */
.homepage-slider-row {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mobile {
  display: none !important;
}

.homepage-slider-row:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.homepage-slider {
  width: 100%;
  height: 100%;
  padding: 0;
}

.slick-list,
.slick-track {
  width: 100%;
  height: 100%;
}

.homepage-slider .slick-slide img {
  transform: scale(1);
  transition: all 30s ease;
  height: 100%;
  object-fit: cover;
}

.homepage-slider .slick-slide.slick-active img {
  transform: scale(1.2);
}

.coming_soon,
.contact_section,
.invest_section,
.proiect_section {
  align-items: flex-end;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  padding: 105px 30px 30px 30px;
}

.proiect_section {
  display: grid;
  grid-template-rows: calc(100% - 100px) 1fr;
  grid-template-columns: 100%;
}

.projects_slider {
  display: flex;
  align-items: center;
  justify-self: center;
  height: 100%;
  max-width: 750px;
}

.projects_slider .slick-slide {
  display: flex;
  align-items: center;
}

.projects_slider .slick-list {
  margin: 0 20px;
}

.facilities .module-text {
  padding: 10px;
  max-width: 330px;
  margin: auto;
}

.facilities h2 {
  font-family: Poppins Medium;
  font-size: 17px;
  letter-spacing: 5px;
  margin-bottom: 50px;
  line-height: 1.4em;
}

.facilities ul {
  padding-left: 0;
  list-style-type: none;
}

.facilities ul li {
  font-family: Poppins Light;
  margin-bottom: 5px;
  letter-spacing: 3px;
  font-size: 13px;
}

.facilities ul li:before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 5px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #fff;
  top: -3px;
}

.logo_module {
  display: flex;
  align-items: flex-end;
  z-index: 9;
  max-width: 200px;
}

.logo_col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

/* Contact Page */
.contact_section {
  padding-bottom: 50px;
}
.contact_logo_col .module-image {
  max-width: 400px;
  margin: auto;
}

.contact_info p,
.contact_info p a {
  color: #b4a286;
  font-family: none;
  letter-spacing: 2px;
  margin-bottom: 9px;
}

/* Visualization Page */
body.visualization {
  background: rgba(18, 34, 34, 1);
}

body.visualization .lb-prev:before,
body.visualization .lb-prev:after,
body.visualization .lb-next:before,
body.visualization .lb-next:after {
  filter: invert(1);
}

.visualization_section {
  position: relative;
  justify-content: center;
  height: calc(var(--vh, 1vh) * 100 - 130px - 126px);
  padding: 0px;
  overflow: auto;
  max-width: 1440px;
  margin: 130px auto auto;
}

.visualization_section::-webkit-scrollbar {
  width: 1px;
  background: #ffffff24;
  border: none;
  box-shadow: none;
}

.visualization_section::-webkit-scrollbar-thumb {
  background: #b4a286;
}

.visualization_logo_row {
  padding-bottom: 30px;
}

.visualization_section .category_title {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 59px;
  z-index: 1;
  margin: 0;
  /* background: #000000ab; */
  padding: 20px;
  overflow: auto;
}

.visualization_section .category_title::-webkit-scrollbar {
  width: 2px;
  background-color: transparent;
}

.visualization_section .category_title::-webkit-scrollbar-thumb {
  background-color: #b4a286;
}

.visualization_section .category_title .module-text {
  margin-bottom: 15px;
  padding: 10px;
  cursor: pointer;
}

.visualization_section .category_title .module-text:last-child {
  margin-bottom: 0;
}

.visualization_section .category_title .module-text h2 {
  font-family: "Poppins Light";
  font-size: 14px;
  letter-spacing: 5px;
  margin-bottom: 0;
  text-transform: lowercase;
}

.visualization_section .projects_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.visualization_section .projects_slider.active {
  opacity: 1;
  pointer-events: all;
}

.visualization_section .projects_slider a,
.visualization_section .projects_slider a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visualization_section .projects_slider:last-child {
  margin-bottom: 0;
}

.visualization_section .slick-arrow {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.visualization_section:hover .slick-arrow {
  opacity: 1;
}

.visualization_section .slick-arrow svg {
  fill: #fff;
}

@media (max-width: 991px) {
  header {
    padding-top: 40px;
  }

  .navbar-toggler {
    display: none;
  }

  #main-navbar-collapse {
    display: flex !important;
  }

  .navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    flex-wrap: nowrap;
    overflow: auto;
  }

  .nav-item {
    margin-right: 35px;
  }

  .nav-link {
    font-size: 13px;
  }

  .coming_soon,
  .contact_section,
  .invest_section,
  .proiect_section {
    padding: 100px 20px 20px;
  }

  .visualization_section {
    height: calc(var(--vh, 1vh) * 100 - 130px - 116px);
    flex-direction: column;
    justify-content: center;
  }

  .visualization_section .category_title .module-text {
    padding: 0 30px;
  }

  .visualization_logo_row {
    padding-bottom: 20px;
  }

  .visualization_section .slick-arrow {
    opacity: 1;
  }

  .contact_section {
    padding-bottom: 50px;
  }

  .contact_logo_col .module-image {
    max-width: 300px;
  }

  .contact_info p,
  .contact_info p a {
    font-size: 12px;
  }

  .contact_info p:last-child {
    margin-bottom: 0;
  }

  .projects_slider .slick-slide img {
    height: 100%;
    object-fit: contain;
  }

  .projects_slider {
    width: 100%;
    padding: 0;
  }

  .facilities .module-text {
    max-width: 300px;
  }

  .facilities h2 {
    font-size: 13px;
  }

  .facilities ul li {
    font-size: 10px;
  }
}

@media (max-width: 640px) {
  .nav-item {
    margin-right: 25px;
  }

  .nav-item:nth-last-child(-n + 2) {
    margin-right: 0;
  }

  .navbar-nav {
    width: 100%;
    overflow: auto;
    justify-content: space-between;
  }

  .back_btn {
    position: absolute;
    top: -20px;
    left: 15px;
  }

  .nav-item-download-presentation {
    position: absolute;
    top: -25px;
    right: 15px;
  }

  .mobile {
    display: block !important;
  }

  .desktop {
    display: none !important;
  }

  .proiect_section {
    grid-template-rows: calc(100% - 80px) 1fr;
  }

  .logo_module {
    max-width: 150px !important;
  }

  .visualization_section {
    height: calc(var(--vh, 1vh) * 100 - 130px - 97px);
  }

  .visualization_section .category_title {
    justify-content: flex-start;
    top: 0;
    left: 0;
    padding: 20px;
    transform: none;
  }

  .visualization_section .category_title .module-text {
    padding: 0;
    margin-bottom: 20px;
  }

  .visualization_section .category_title .module-text h2 {
    font-size: 12px;
  }

  .visualization_section .slick-arrow {
    display: none !important;
  }

  .visualization_section .slick-list {
    margin: 0;
  }

  #lightbox {
    top: 50% !important;
    transform: translateY(-50%);
  }
}
