/* Import Google Fonts */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
/* Custom Bootstrap 5.3 Styles */
/* Typography Utilities */
.letter-spacing-1 {
  letter-spacing: 1px;
}
.letter-spacing-2 {
  letter-spacing: 2.4px;
}
.letter-spacing-3 {
  letter-spacing: 3.6px;
}
.letter-spacing-4 {
  letter-spacing: 4.1px;
}
/* Hero Section */
.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: #000;
}
.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/hero.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.7;
  z-index: 0;
}
.hero-background video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-background::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.4;
}
.hero-content {
  position: relative;
  z-index: 10;
  padding-top: 120px;
  padding-bottom: 120px;
}
.hero-title {
  font-size: clamp(3rem, 8vw, 8rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 0.85;
  letter-spacing: -6.4px;
}
.hero-title .text-muted {
  color: #99a1af !important;
}
.hero-description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #d0d5db;
  font-weight: 300;
  line-height: 1.6;
}
/* Navigation */
.navbar {
  background-color: rgba(0, 0, 0, 0.05) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}
.navbar-nav .nav-link {
  font-size: 0.75rem;
  padding: 0.5rem 1rem;
  position: relative;
}
.navbar-nav .nav-link.active::after {
  content: '';
  position: absolute;
  top: 60.5px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #ed1c24;
}
.btn.btn-primary {
  background: #ED1C24;
  color: #FFF;
  padding: 20px 30px;
  border: none;
  border-radius: 0;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  /* 150% */
  letter-spacing: 3px;
  text-transform: uppercase;
}
.btn.btn-arrow {
  position: relative;
  padding-right: 50px;
}
.btn.btn-arrow:after {
  content: "";
  height: 16px;
  width: 16px;
  display: inline-block;
  background: url("../img/arrow.png");
  background-size: 100% auto;
  position: absolute;
  right: 20px;
}
ul.important-list {
  list-style: circle;
  padding-left: 25px;
  margin-top: 10px;
}
ul.important-list li {
  color: #6A7282;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.312px;
  margin-bottom: 5px;
}
.contact-form {
  border: 1px solid #F0F0F0;
  background: #F9F9F9;
  padding: 50px;
}
.contact-form input,
.contact-form label,
.contact-form textarea {
  width: 100%;
}
.contact-form .wpcf7-acceptance {
  color: #6A7282;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  /* 125% */
}
.contact-form label {
  margin-top: 20px;
  margin-bottom: 10px;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
  padding: 8px 12px;
  border: 1px solid #E5E7EB;
  background: #FFF;
}
.text-bold {
  font-weight: 700;
}
.contact-row-with-ico {
  display: flex;
  gap: 20px;
}
.contact-row-with-ico b {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  /* 150% */
  letter-spacing: 0.011px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.contact-row-with-ico p {
  color: #6A7282;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 162.5% */
  letter-spacing: -0.312px;
  margin-bottom: 10px;
}
.contact-row-with-ico .icon-box {
  height: 56px;
  width: 56px;
  display: flex;
  border: 1px solid #F0F0F0;
  background: #F9F9F9;
  align-items: center;
  justify-content: center;
}
.btn-contact {
  font-size: 0.625rem;
  padding: 0.875rem 2rem;
  border-color: rgba(255, 255, 255, 0.3);
}
/* Investment Cards */
.investment-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.investment-card a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.badge-completed {
  background: #000 !important;
}
.investment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.investment-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
/* Map Section */
.map-section {
  height: 700px;
  position: relative;
  background-color: #f3f4f6;
}
.map-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/map.jpg');
  background-size: cover;
  background-position: center;
}
.map-overlay {
  background-color: rgba(0, 0, 0, 0.2);
}
.marker-dot {
  width: 23px;
  height: 23px;
  transform: rotate(45deg);
  box-shadow: 0 0 20px #c00000;
  margin: 0 auto;
}
/* Partner Boxes */
.partner-box {
  min-height: 96px;
  font-size: 0.875rem;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
.partner-box:hover {
  opacity: 1;
}
/* Responsive Typography */
@media (max-width: 768px) {
  .hero-title {
    letter-spacing: -3px;
  }
  .display-1 {
    font-size: 4rem;
  }
  .display-4 {
    font-size: 2.5rem;
  }
  .display-5 {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .hero-content {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .investment-img {
    height: 250px;
  }
  .map-section {
    height: 500px;
  }
}
/* Border utilities for responsive design */
@media (min-width: 768px) {
  .border-start-md {
    border-left: 1px solid #dee2e6 !important;
  }
}
/* Footer */
.footer {
  background-color: #000000 !important;
}
.footer a:hover {
  color: #ed1c24 !important;
}
/* Subpage Hero Section */
.subpage-hero-section {
  min-height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.subpage-hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/hero-background.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  z-index: 0;
}
.single-invest-hero {
  opacity: 1;
  position: static;
}
.subpage-hero-overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}
.investment-renders #invest-gallery {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.investment-renders #invest-gallery > .investment-gallery-thumb {
  flex: 0 0 calc(33.33% - 8px);
  max-height: 283px;
  overflow: hidden;
}
.investment-renders #invest-gallery > .investment-gallery-thumb img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.lead {
  line-height: 120%;
}
.subpage-hero-content {
  padding-top: 150px;
  padding-bottom: 80px;
}
.single-invest-hero-content {
  position: absolute !important;
  width: 100%;
}
.single-invest-hero-content h1 {
  color: #FFF;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
  /* 90% */
  letter-spacing: -3px;
  text-transform: uppercase;
}
.bl-red {
  border-left: 2px solid #ED1C24;
  padding: 0 25px;
  line-height: 120%;
}
.addons {
  display: flex;
  padding: 30px 32px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  background: #F9F9F9;
}
.investment-location {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.investment-location span {
  color: #E5E7EB;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  /* 150% */
  letter-spacing: -0.6px;
}
h2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 150% */
  letter-spacing: -0.594px;
  text-transform: uppercase;
}
/* Investment Hero Section */
.investment-hero-section {
  min-height: 700px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.investment-hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('img/lusina.png');
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  z-index: 0;
}
.investment-hero-overlay {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.investment-hero-content {
  padding-top: 150px;
  padding-bottom: 80px;
}
.investment-hero-title {
  font-size: clamp(3.5rem, 8vw, 6rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 0.9;
  letter-spacing: -3px;
}
#meet-us-box {
  padding: 60px;
  background: #111;
  color: #FFF;
}
#meet-us-box h2 {
  color: #FFF;
  margin-bottom: 10px;
}
#meet-us-box p {
  color: #99A1AF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.312px;
}
#check-boxes {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
#check-boxes > div {
  flex: 0 0 calc(33.33% - 22px);
}
#check-boxes .check-box-item {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #F9F9F9;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#check-boxes .check-box-item .check-label {
  border: 1px solid #E5E7EB;
  background: #FFF;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .subpage-hero-content,
  .investment-hero-content {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .investment-hero-title {
    letter-spacing: -2px;
  }
  .navbar-nav .nav-link {
    padding: 1.5rem 1rem;
    position: relative;
    color: #FFF;
    font-size: 1rem;
  }
  .navbar-toggler {
    border: none;
    z-index: 99;
  }
  .navbar-brand {
    z-index: 99;
  }
  #navbarNav {
    display: block;
    position: fixed;
    top: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    padding: 100px 0;
    right: -100%;
    transition: all 0.5s ease;
  }
  #navbarNav.show {
    right: 0;
  }
  .investment-renders > .investment-gallery-thumb {
    flex: 0 0 100%;
  }
  .single-invest-hero-content h1 {
    font-size: 55px;
    line-height: 120%;
  }
  .investment-location span {
    font-size: 18px;
  }
}
/*# sourceMappingURL=style.css.map */