:root {
  --primary: #F57C00;
  /* --secondary: #ec1111; */
  --dark: #111;
  --dark-subtle: #333;
  /* --font: 'Poppins', sans-serif; */
  --bs-navbar-toggler-icon-bg-custom: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
}

html, body {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
}

a,  p {
  margin-bottom: 0;
  text-decoration: none;
  font-size: 1rem;
}

h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2.5rem;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.7rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  h4 {
    font-size: 1.1rem;
  }
}

.text-primary {
  color: var(--primary)!important;
}

.bg-primar {
  background-color: var(--primary);
}

.btn.btn-primary {
  background-color: var(--primary)!important;
  color: #fff;
  padding: 0.5rem 1.5rem;
  border: none;
}

.btn-primar:hover {
  background-color: var(--dark-subtle)!important;
  color: #fff;
}

.header-filter::before {
  background: linear-gradient(90deg,rgba(31,36,44,.64) 32.85%,rgba(31,36,44,0));
}

.header-filter::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  /* left: 0; */
  top: 0;
  content: "";
}

.header-filter {
  position: relative;
}

.navbar-toggler {
  border: 0;
}

.navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}


#header {
  transition: top .3s ease;
}

#header.navbar-white-header {
  transition: all .3s ease;
  /* background-color: var(--bs-body-bg); */
  background-color: rgba(255,255,255);
  /* backdrop-filter: saturate(180%) blur(10px); */
}

#header.navbar-transparent-header {
  background-color: transparent;
  transition: all .3s ease;
}

#header.navbar-white-header .bi, #header.navbar-white-header .dropdown button, #header.navbar-white-header .main-menu-item {
  color: #000!important;
  transition: all .3s ease;
}

#header.navbar-white-header .btn-light {
  background-color: #000!important;
  color: #fff;
  transition: all .3s ease;
}

#header.navbar-white-header .bi-list {
  color: #000!important;
  transition: all .3s ease;
}

#header.navbar-white-header .logo-brand {
  color: #000!important;
  transition: all .3s ease;
}

.is-p {
  font-size: calc(1.125rem + .30242vw);
  line-height: calc(1.4rem + .96774vw);
}

@media (max-width: 374px){
  .logo-brand {
      display: none;
  }
}

@media (min-width: 1280px){
  .w-lg-75 {
      width: 75%!important;
  }
}

h1::selection, h2::selection {
  background-color: var(--primary);
}

.opacity-10 {
  opacity: 10%;
}

.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 0.75rem;
}

/* OWL CAROUSEL */

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: -30px;
  z-index: 1010;
  position: absolute;
  left: 50%;
  /* right: 5%; */
}

/* @media only screen and (min-width: 768px) { */
.main-owl-carousel .owl-dots {
  margin-top: -50px;
  z-index: 1100;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
}
/* } */

/* @media only screen and (max-width: 768px) {
.main-owl-carousel .owl-dots {
  margin-top: -75px;
  z-index: 1100;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
}
} */

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary);
}

/*  Slideshow nav on sides & dots color */

@media only screen and (min-width: 768px) {
  .owl-prev {
      width: 20px;
      height: auto;
      position: absolute;
      bottom: 15px;
      right: 70px;
      display: block !important;
      font-family: var(--font);
      font-size: 30px!important;
  }
}
@media only screen and (max-width: 768px) {
  .owl-prev {
      width: 20px;
      height: auto;
      position: absolute;
      bottom: 15px;
      right: 70px;
      display: block !important;
      font-family: var(--font);
      font-size: 30px!important;
  }
}

@media only screen and (min-width: 768px) {
  .owl-next {
      width: 20px;
      height: auto;
      position: absolute;
      bottom: 15px;
      right: 35px;
      display: block !important;
      font-family: var(--font);
      font-size: 30px!important;
  }
}
@media only screen and (maX-width: 768px) {
  .owl-next {
      width: 20px;
      height: auto;
      position: absolute;
      bottom: 15px;
      right: 35px;
      display: block !important;
      font-family: var(--font);
      font-size: 30px!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.fa.fa-chevron-right.hidden-md-down:hover {
  color:var(--secondary)!important;
  font-size: 25px!important;
}

span.fa.fa-chevron-left.hidden-md-down:hover {
  color:var(--secondary-text)!important;
  font-size: 25px!important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 25px;
  height: 5px;
  margin: 5px 10px;
  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;
}

.owl-stage {
  display: flex;
  align-items: center;
}


/* END Slideshow Nav on sides */

.nav-link {
  /* text-transform: uppercase; */
  /* font-weight: 500; */
  /* font-size: 15px; */
  /* color: var(--primary); */
}

.nav-link:hover {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--primary);
  -moz-text-decoration-color: var(--primary); /* Firefox */
  -webkit-text-decoration-color: var(--primary); /* Safari, Chrome, Opera */
  -o-text-decoration-color: var(--primary); /* Opera */
  text-decoration-color: var(--primary); /* Spec standard */
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--primary);
  -moz-text-decoration-color: var(--primary); /* Firefox */
  -webkit-text-decoration-color: var(--primary); /* Safari, Chrome, Opera */
  -o-text-decoration-color: var(--primary); /* Opera */
  text-decoration-color: var(--primary); /* Spec standard */
}

.link-effect:hover {
  color: var(--primary)!important;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--primary);
  -moz-text-decoration-color: var(--primary); /* Firefox */
  -webkit-text-decoration-color: var(--primary); /* Safari, Chrome, Opera */
  -o-text-decoration-color: var(--primary); /* Opera */
  text-decoration-color: var(--primary); /* Spec standard */
}

.text-bg-primary {
  color: #fff!important;
  background-color: var(--primary)!important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: var(--primary);
  color: #fff!important;
}

.nav-item .border-primary {
  border-color: var(--primary)!important;
}

.noUi-connect {
  background: var(--dark);
}

.noUi-horizontal {
  height: 8px!important;
}

.noUi-horizontal .noUi-handle {
  width: 22px;
  height: 22px;
  right: -17px;
  top: -8px;
  border-radius: 50%;
  transition: left 0.5s ease 0s;
  background-color: var(--dark);
}

.noUi-handle:before, .noUi-handle:after {
  display: none;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.form-check-input[type=checkbox] {
  border-radius: 2px;
}

.form-check-input:checked {
  background-color: var(--dark);
  border-color: var(--dark);
}

.filtre .form-check-input:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
  opacity: .25;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.accordion-button:focus {
  box-shadow: none;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: var(--dark);
}

.nav-pills .nav-link {
  color: var(--dark);
  border: 1px solid var(--dark);
  margin: 1px;
}

#breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-left: 0;
}

#breadcrumb .breadcrumb-item+.breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "\203A";
}

.active>.page-link, .page-link.active {
  background-color: var(--dark);
  border-color: var(--dark);
  border-radius: 0px!important;
}

.page-link, .page-link.active {
  color: var(--dark);
}


#locations-paginator .pagination {
  margin-bottom: 0;
}

.shadow {
  box-shadow: 0 2px 12px rgba(0,0,0,.10)!important;
}


.video-section video {
  z-index: 0;
  object-fit: cover;
}

.video-section {
  width: 100%;
  height: 100vh;
}

.video-section::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100vh;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
  background: rgba(0, 0, 0, 0.5);
  transform: translate(0px, 0px);
}

.video-section {
  width: 100%;
  height: 100vh;
}
.video-section__text {
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

@media (min-width: 992px){
  .video-section::after {
      width: 58%!important;
  }
}

@media (min-width: 768px){
  .video-section::after {
      width: 90%;
      clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 80% 0%);
      background: rgba(0, 0, 0, 0.7);
  }
}

.text {
  color: #bababa;
}

.bi-control {
  background: #f62b0a;
}

.btn {
  background: #e58004;
}

.btn:hover {
  background: #e58004;
}

.bi-icon {
  color: #bababa;
}

.paragraf {
  color: #bababa;
  font-size: 0.8em;
}

.container-fluid.full-width {
  width: 100%;
  background: #dddddd;
}

.image-hover {
  position: relative;
  border-radius: 10px;
}

.image-hover img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  /* Culori cu opacitate zero inițial */
  transition: background-color 0.1s ease;
  /* Transition pentru schimbarea culorii de fundal */
}

.image-hover:hover .overlay {
  background-color: rgb(246, 43, 10, 0.6);
  /* Culori cu opacitate la hover */
}

.carousel-item img {
  width: auto;
  height: 220px;
  object-fit: cover;
}

.small-text {
  font-size: 0.8em;
}

.owl-carousel {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: start;
}

.round {
  width: 250px!important;
  height: 250px;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .round {
      width: 200px !important;
      height: 200px;
    }
}

@media (max-width: 1200px) {
  .round {
    width: 220px !important;
    height: 220px;
  }
}

.kron-bg { 
  background: rgb(251, 236, 219);
    background: radial-gradient(circle, rgba(251, 236, 219, 1) 0%, rgba(247, 149, 64, 1) 100%);
}





.custom-card {
  border-top: 10px solid #40e0d0;
}

.custom-input {
  border: none;
  border-bottom: 2px solid #e0e0e0;
  width: 50%;
  border-radius: 0;
  box-shadow: none;
}

.custom-input:focus {
  border-bottom-color: #177c4d;
  box-shadow: none;
  outline: none;
}

.custom-select-wrapper {
  position: relative;
  width: fit-content;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
}

.custom-select-wrapper .bi-caret-down-fill {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: rgb(95 99 104);
}

.btn-costum {
  background-color: #009d82;
}
.text-cst{
  color: #009d82;
}

.input-error {
  border-color: #dc3545;
}

.card-error {
  border: #dc3545;
}

.custom-input.input-error {
  border: none;
  border-bottom: 1px solid #dc3545;
  width: 50%;
  border-radius: 0;
  box-shadow: none;
}

.error-message {
  color: #dc3545;
}

/* Pentru checkbox-urile bifate */
input[type="checkbox"]:checked {
  background-color: #009d82; /* Verde Success */
  border-color: #009d82; /* Culoarea de succes */
}

/* Pentru radio button-urile selectate */
input[type="radio"]:checked {
  background-color: #009d82; /* Verde Success */
  border-color: #009d82; /* Culoarea de succes */
}

