:root {
    --primary: #004925;
    /* --primary: #006039; */
    --primary-nd: #eaece2;
    --secondary: #f3f707;

    --font-poppins: 'Poppins', sans-serif;
    --font: 'Noto Serif', serif;
    /* --font: 'Poppins', sans-serif; */
}

.text-primar {
    color: var(--primary)!important;
}

.bg-primar {
  background-color: var(--primary)!important;
}

.text-secundar {
    color: var(--secondary)!important;
}

.btn-main {
  background-color: transparent!important;
  border: 2px solid var(--primary)!important;
  color: var(--primary)!important;
  border-radius: 0px;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.btn-main:hover {
  background-color: var(--primary)!important;
  border: 2px solid var(--primary)!important;
  color: #fff!important;
}

.btn-main-invest {
  background-color: transparent!important;
  border: 2px solid #fff!important;
  color: #fff!important;
  border-radius: 0px;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.btn-main-invest:hover {
  background-color: #fff!important;
  border: 2px solid #fff!important;
  color: var(--primary)!important;
}

.btn-main-reverse {
  background-color: var(--primary)!important;
  border: 2px solid transparent!important;
  color: #fff!important;
  border-radius: 0px;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.btn-main-reverse:hover {
  background-color: #fff!important;
  border: 2px solid var(--primary)!important;
  color: var(--primary)!important;
}

.btn-second {
  background-color: var(--primary)!important;
  border: 2px solid #fff!important;
  color: #fff!important;
  border-radius: 0px;
  font-size: 0.8rem;
  box-shadow: none;
}

.btn-transparent {
  background-color: transparent!important;
  border: 2px solid #fff!important;
  color: #fff!important;
}

.font-poppins {
  font-family: var(--font-poppins)!important;
}

.font {
  font-family: var(--font)!important;
}

.font-size-1 {
  font-size: 12px;
}

.font-size-2 {
  font-size: 14px;
}
.font-size-3 {
  font-size: 15px;
}

.navbar.navbar-transparent {
  background-color: transparent!important;
  /* background-color: rgb(255, 255, 255, 0.7)!important; */
  box-shadow: none;
  padding-top: 15px;
  color: #000;
}

body {
    font-family: var(--font-poppins)!important;
}

body h1,h2,h3 {
    /* font-weight: 500!important; */
    font-family: var(--font)!important;
}

footer {
    font-weight: 500;
    color: #fffbf2e3!important;
}

/* Slide image & video effect */

.slideshow-image-effect:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(90deg,rgba(255,251,246,.8) 23.33%,rgba(255,251,246,0) 49.99%);
}

.video-effect:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(89.6deg,#073937 16.07%,rgba(7,57,55,.2) 67.11%);
}

/* // Slide image effect */

/* OWL CAROUSEL */

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -30px;
    z-index: 1010;
    position: absolute;
    left: 0px;
    right: 0px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 2em;
    height: 5px;
    margin: 5px 7px;
    background: #ddd;
    display: block;
    /* -webkit-backface-visibility: visible; */
    transition: opacity .2s ease;
    border-radius: 0px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary);
}

/* ------------- */

/* .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span::after {
    background: #fff;
    content: "";
    height: 1px;
    width: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 15px;
    transition: all ease-in .5s;
} */

/* // OWL CAROUSEL */

.navbar .navbar-brand {
    position: relative;
    color: inherit;
    height: auto;
    font-size: 1.125rem;
    line-height: 30px;
    padding: 0.625rem 0;
}

.home-image {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

/* before */



/* after */

.slides-pagination > a.current:after {
    width: 50px;
}

.slides-pagination > a:after {
    background: #fff;
    content: "";
    height: 1px;
    width: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 15px;
    transition: all ease-in .5s;
}

@media only screen and (min-width: 768px) {
  .slide img {
    max-height: 80%!important;
    max-width: 80%!important;
  } 
}

@media only screen and (min-width: 768px) {
  .slide.current img {
    max-height: 80%!important;
    max-width: 80%!important;
  }
}

@media only screen and (max-width: 768px) {
  .slide.current img {
    max-height: 100%!important;
    max-width: 100%!important;
  }
}

#swipebox-overlay {
  background: #0d0d0d2d;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: rgba(17, 17, 17, 0.9);
  overflow: hidden;
}

/* @media only screen and (min-width: 768px) {
  #swipebox-bottom-bar {
    bottom: 45%;
    background-color: transparent;
  }
}

@media screen and (min-width: 768px) {
  #swipebox-arrows {
    width: 92%;
    max-width: 100%;
  }
} */

/* NEW SLIDER PAGINATION */

/* section {
    width: 100%;
    height: 100vh;
  }
  
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  
  .slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
  }
  .slide-image {
    position: absolute;
    top: -200px;
    left: -200px;
    width: calc(100% + 400px);
    height: calc(100% + 400px);
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-title {
    font-size: 4rem;
    line-height: 1;
    max-width: 50%;
    white-space: normal;
    word-break: break-word;
    color: #FFF;
    z-index: 100;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
  }
  @media (min-width: 45em) {
    .slide-title {
      font-size: 7vw;
      max-width: none;
    }
  }
  .slide-title span {
    white-space: pre;
    display: inline-block;
    opacity: 0;
  }
  
  .slideshow {
    position: relative;
  }
  .slideshow-pagination {
    position: absolute;
    bottom: 5rem;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: .3s opacity;
    z-index: 10;
  }
  .slideshow-pagination-item {
    display: flex;
    align-items: center;
  }
  .slideshow-pagination-item .pagination-number {
    opacity: 0.5;
  }
  .slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
    cursor: pointer;
  }
  .slideshow-pagination-item:last-of-type .pagination-separator {
    width: 0;
  }
  .slideshow-pagination-item.active .pagination-number {
    opacity: 1;
  }
  .slideshow-pagination-item.active .pagination-separator {
    width: 10vw;
  }
  .slideshow-navigation-button {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 5rem;
    z-index: 1000;
    transition: all .3s ease;
    color: #FFF;
  }
  .slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
  }
  .slideshow-navigation-button.prev {
    left: 0;
  }
  .slideshow-navigation-button.next {
    right: 0;
  }
  
  .pagination-number {
    font-size: 1.8rem;
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    padding: 0 0.5rem;
  }
  
  .pagination-separator {
    display: none;
    position: relative;
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
    transition: all .3s ease;
  }
  @media (min-width: 45em) {
    .pagination-separator {
      display: block;
    }
  }
  .pagination-separator-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    transform-origin: 0 0;
  } */
  

/* NEW SLIDER PAGINATION END */

.owl-item .active {
  width: 100%!important;
  height: 40vh!important;
  object-fit: cover!important;
}

.bg-pills {
  background-color: var(--primary-nd)!important;
}

.line::after {
  content: "";
  display: block;
  border-top: 2px solid var(--primary);
  width: 100%;
  left: 0!important;
  right: 0!important;
}

@media only screen and (max-width: 768px) {
  .location-gallery {
    height: 200px;
    width: 100%;
    object-fit: cover;
  }
}

@media only screen and (min-width: 768px) {
  .location-gallery {
    height: 300px;
    width: 100%;
    object-fit: cover;
  }
}

@media only screen and (max-width: 768px) {
  .floating-btn {
    position: fixed; 
    bottom: 15px; 
    right: 0px;
    left: 0px;
    margin: 0 auto;
    width: 90%;
    z-index: 1020; 
    font-size: 14px; 
    letter-spacing: 1px;
    padding: 5px;
    border: none!important;
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .floating-btn {
    position: fixed; 
    bottom: 20px; 
    right: 20px; 
    z-index: 999; 
    font-size: 14px; 
    letter-spacing: 1px;
    display: none;
  }
}

.form-control:invalid {
  background-image: linear-gradient(0deg, #fff 2px,rgba(255, 255, 255, 0) 0),linear-gradient(0deg,#fff 1px,hsla(0,0%,82%,0) 0)!important;
}

.form-control, .is-focused .form-control {
  background-image: linear-gradient(0deg,#fff 2px,rgba(255, 255, 255, 0) 0),linear-gradient(0deg,#fff 1px,hsla(0,0%,82%,0) 0);
}

footer textarea {
  color: #fff!important;
  font-family: var(--font-poppins)!important;
}

footer input {
  color: #fff!important;
  font-family: var(--font-poppins)!important;
}

footer .form-control:valid {
  background-color:  transparent!important;
}

footer input::placeholder {
  color: #fff!important;
  font-family: var(--font-poppins)!important;
}

footer textarea::placeholder {
  color: #fff!important;
  font-family: var(--font-poppins)!important;
}

footer input:-webkit-autofill,
footer input:-webkit-autofill:hover,
footer input:-webkit-autofill:focus,
footer input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s!important;
  -webkit-text-fill-color: #fff;
}

.products-zoom {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.products-zoom img {
  transition: all 0.5s;
  transform: scale(1);
}

.products-zoom:hover img {
  transform: scale(1.05);
}

.hero-img {
  background-image: url('/dir/Locatii/bg.jpg');
  width: 100%;
  height: 75vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
}

.hero-inner {
  margin: 0 auto 50px auto;
  background: #004924e5;
  box-sizing: border-box;
  padding: 30px;
}

.hero-img-invest {
  background-image: url('/dir/Proprietari/bg.jpg');
  width: 100%;
  height: 75vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.hero-inner-invest {
  background: #004924e5;
  box-sizing: border-box;
  padding: 30px;
}

.header-filter:before {
  background: rgb(0,0,0,0.3);
}

#locations-paginator nav ul {
  display: flex;
  justify-content: center;
}

.pagination>.page-item.active>a, .pagination>.page-item.active>a:focus, .pagination>.page-item.active>a:hover, .pagination>.page-item.active>span, .pagination>.page-item.active>span:focus, .pagination>.page-item.active>span:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
  box-shadow: 0 4px 5px 0 rgba(3, 131, 35, 0.14), 0 1px 10px 0 rgba(6, 116, 21, 0.12), 0 2px 4px -1px rgba(15, 143, 89, 0.705);
}

.pagination>.page-item.disabled {
  display: none;
}

.pagination>.page-item>a[rel~="prev"] {
  border: 1px solid var(--primary);
  font-size: 24px;
  color: var(--primary);
  line-height: 27px;
}

.pagination>.page-item>a[rel~="prev"]:hover {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  font-size: 26px;
  color: #fff;
  line-height: 26px;
}

.pagination>.page-item>a[rel~="next"] {
  border: 1px solid var(--primary);
  font-size: 24px;
  color: var(--primary);
  line-height: 27px;
}

.pagination>.page-item>a[rel~="next"]:hover {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  font-size: 26px;
  color: #fff;
  line-height: 26px;
}

._jro6t0 {
  display: flex!important;
  margin: 10px 0;
}

._jro6t0 svg {
  color: var(--primary);
}

._gfomxi {
  padding-left: 10px;
}

.modal ._jro6t0 {
  display: flex!important;
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.i1303y2k.dir.dir-ltr {
  display: flex!important;
  margin-bottom: 7px;
}

.i1303y2k.dir.dir-ltr span {
  padding-left: 10px;
}

.iv1oy2i.dir.dir-ltr svg {
  color: var(--primary);
  width: 22px!important;
  height: 22px!important;
}

._88xxct .hnwb2pb {
  color: var(--primary);
  font-weight: bolder!important;
}

._88xxct ._14i3z6h {
  color: var(--primary);
  font-weight: bolder!important;
  font-size: 16px;
}

._3hmsj ._14i3z6h {
  color: var(--primary);
  font-weight: bolder!important;
  margin-top: 0px;
}

._1kb5zmd ._14i3z6h {
  color: var(--primary);
  text-align: center;
}

.i1303y2k span {
  font-size: 14px!important;
}

.menu .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu a:active, .dropdown-menu a:focus, .dropdown-menu a:hover {
  box-shadow: none;
  background-color: var(--primary);
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .margin-top-negative {
    margin-top: -50px;
    z-index: 1010;
  }
}

@media only screen and (min-width: 768px) {
  .margin-top-negative {
    margin-top: -150px;
    z-index: 1010;
  }
}

@media only screen and (max-width: 768px) {
  .img-height-about {
    height: 51vh; 
    width: 100%; 
    object-fit: cover;
  }
}

@media only screen and (min-width: 768px) {
  .img-height-about-second {
    height: 37vh; 
    width: 100%; 
    object-fit: cover;
  }
}

@media only screen and (max-width: 768px) {
  .img-height-about-second {
    height: 24vh; 
    width: 100%; 
    object-fit: cover;
  }
}

@media only screen and (min-width: 768px) {
  .img-height-about {
    height: 75vh; 
    width: 100%; 
    object-fit: cover;
  }
}

.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.55);
  border-color: rgba(0,0,0,0.0);
}

/*  Slideshow nav on sides & dots color */

@media only screen and (min-width: 768px) {
  .owl-prev {
      width: 20px;
      height: auto;
      position: absolute;
      top: 45%;
      left: 20px;
      display: block !important;
      font-family: var(--font);
      font-size: 25px!important;
  }
}

@media only screen and (min-width: 768px) {
  .owl-next {
      width: 20px;
      height: auto;
      position: absolute;
      top: 45%;
      right: 20px;
      display: block !important;
      font-family: var(--font);
      font-size: 25px!important;
  }
}

.owl-prev i, .owl-next i {
  transform : scale(1,6);
  color: #fff;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
}

span.bi.bi-chevron-right.hidden-md-down:hover {
  color:var(--primary)!important;
  font-size: 25px!important;
}

span.bi.bi-chevron-left.hidden-md-down:hover {
  color:var(--primary)!important;
  font-size: 25px!important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 2em;
  height: 5px;
  margin: 5px 7px;
  background: #c7c7c7;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 0px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  /* font-size: 14px; */
  margin: 0px;
  padding: 0px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

/* END Slideshow Nav on sides */