

p, h1, h2, h3, h4, h5, li, div, a, btn {font-family: "Lato", serif;}

.text-primary{
color: #034904 !important;
}

.text-mes {
color: #5e536e;
}

a.link {
color: #5b357e;
}

a.link:hover {
color: #5b357e;
    text-decoration: underline;
}

.bg-primary{
background-image: url("../pic/bg-navbar.png") !important;
}

.bg-lawenda {background-color: #b19ee5}

.border-primary{
border-color: #034904 !important;
}

.text-grey{
    color: grey !important;
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-hover-color: rgba(255, 255, 255, 1);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-marketing.navbar-dark.navbar-scrolled {
  background-color: #034904 !important;
}


.navbar-marketing .navbar-brand img {
    height: 3rem;

}

@media (min-width: 768px) {
  .navbar-marketing .navbar-brand img {
    min-height: 3rem;
      font-size: 3rem;
  }
}

.custom-outline {
  color: white;
  border: 1px solid white;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.custom-outline:hover {
  background-color: #b19ee5;
  border: 1px solid white;
  color: white;
}


.o50proc {
    width: 50%

}

@media (min-width: 768px) {
.o50proc {
 width: 30%
  }
}


.poczatek {
    color: #336699;
}

.poczatek:hover {
    color: #0061e6;
    text-decoration: none;
}

.card-team {
  overflow: visible;
  margin-top: 2rem;
}
.card-team .card-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 1rem;
  text-align: center;
}

.card-team .card-body .card-team-img {
  height: 10rem;
  width: 10rem;
  border-radius: 100%;
  margin-top: -4.5rem;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(33, 40, 50, 0.2);
}
.card-team .card-body .card-team-name {
  font-weight: 500;
  color: #034904;
  font-size: 1.1rem;
}

.card-team .card-body .card-team-title {
  font-weight: 300;
  color: black;
  font-size: 0.9rem;
}

.card-team .card-body .card-team-position {
  font-style: italic;
  color: darkgray;
  font-size: 0.9rem;
}

.card-footer {
    background-color: white !important;
}

.card {
    border: 1px solid silver;
}
.card-header {
    font-size: 1.2rem;
    color: black !important;
}

.card-body {
    padding-top: 0.5rem;
    color: grey;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #b19ee5;
  --bs-btn-border-color: #b19ee5;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #8366d1;
  --bs-btn-hover-border-color: #8366d1;
  --bs-btn-focus-shadow-rgb: 38, 121, 244;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #86507f;
  --bs-btn-active-border-color: #86507f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #f4ecf3;
  --bs-btn-disabled-border-color: #f4ecf3;
    box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.1);
}

.btn-tip {
  --bs-btn-color: #545454;
  --bs-btn-bg: #afd4c1;
  --bs-btn-border-color: #afd4c1;
  --bs-btn-hover-color: #545454;
  --bs-btn-hover-bg: #529874;
  --bs-btn-hover-border-color: #529874;
  --bs-btn-focus-shadow-rgb: 38, 121, 244;
  --bs-btn-active-color: #545454;
  --bs-btn-active-bg: #529874;
  --bs-btn-active-border-color: #529874;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: silver;
  --bs-btn-disabled-border-color: silver;
    box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.1);
}

.btn-tip-w {
  --bs-btn-color: #545454;
  --bs-btn-bg: #adc2d2;
  --bs-btn-border-color: #adc2d2;
  --bs-btn-hover-color: #545454;
  --bs-btn-hover-bg: #6691b2;
  --bs-btn-hover-border-color: #6691b2;
  --bs-btn-focus-shadow-rgb: 38, 121, 244;
  --bs-btn-active-color: #545454;
  --bs-btn-active-bg: #6691b2;
  --bs-btn-active-border-color: #6691b2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: silver;
  --bs-btn-disabled-border-color: silver;
    box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.1);
}

.btn-standard {
  --bs-btn-color: #fff;
  --bs-btn-bg: #53697f;
  --bs-btn-border-color: #53697f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #404872;
  --bs-btn-hover-border-color: #404872;
  --bs-btn-focus-shadow-rgb: 38, 121, 244;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #404872;
  --bs-btn-active-border-color: #404872;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: silver;
  --bs-btn-disabled-border-color: silver;
    box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.1);
}

.btn-szary {
  --bs-btn-color: #545454;
  --bs-btn-bg: silver;
  --bs-btn-border-color: silver;
  --bs-btn-hover-color: #545454;
  --bs-btn-hover-bg: #969696;
  --bs-btn-hover-border-color: #969696;
  --bs-btn-focus-shadow-rgb: 38, 121, 244;
  --bs-btn-active-color: #545454;
  --bs-btn-active-bg: #f1f2f3;
  --bs-btn-active-border-color: #f1f2f3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: silver;
  --bs-btn-disabled-bg: white;
  --bs-btn-disabled-border-color: white;
    box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.1);
}

.card-title {color: black}
.bg2 {background-color:  #f4f1fe!important;}

.card {
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 0.5rem;
}

   /* Styl dla pseudo-elementu .card-overlay */
    .card-overlay {
      position: relative;
      overflow: hidden;
    }

    .card-overlay::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5); /* Kolor zasłony */
      z-index: 1; /* Z-index ustawiony na 1, aby zasłona znajdowała się nad treścią karty */
      opacity: 0; /* Domyślnie zasłona jest niewidoczna */
      transition: opacity 0.3s; /* Dodajemy płynną animację przejścia */
    }

    .card-overlay:hover::before {
      opacity: 1; /* Po najechaniu myszką zasłona staje się widoczna */
    }

    .overlay-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      font-size: 24px;
      text-align: center;
      z-index: 2; /* Z-index ustawiony na 2, aby napis znajdował się nad zasłoną */
      opacity: 0; /* Domyślnie napis jest niewidoczny */
      transition: opacity 0.3s; /* Dodajemy płynną animację przejścia */
    }

    .card-overlay:hover .overlay-text {
      opacity: 1; /* Po najechaniu myszką napis staje się widoczny */
    }

.button-container {
    display: flex;
    flex-direction: column;
    gap: 1rem; /* Odstęp między przyciskami */
  }


.bg-gradient-primary-to-secondary {
  background-image: url('../pic/emole-bg.jpg') !important;
    background-size: cover; background-position: center;
}

.text-grey{color: darkgrey}

.bg-miejsca {
  background-image: url('../pic/miejsca.png') !important;
    background-size: cover;
}

.liliput h2 {
    font-size: 1.1rem
}
@media (min-width: 1200px) {
  .liliput h2 {
    font-size: 1.4rem;
  }
}

.bg-dm {
  background-color: #5a485b !important;
}
.bg-light {
  background-color: #eee9fc !important;
}

.svg-border-rounded {
  background-color: #efe6ef !important;
}

.xsm0 {font-size: 0.9rem}
.xsm1 {font-size: 0.8rem}
.xsm2 {font-size: 0.7rem}

.d-none {
      display: none !important;
    }
    .is-valid {
      border-color: #28a745 !important;
    }
    .is-invalid {
      border-color: #dc3545 !important;
    }



  
 /* Slider container */
   .imageSlider {
      position: relative;
      width: 100%;
      aspect-ratio: 16/9.3;
      overflow: hidden;
      max-width: 100%;
    }

    .imageSlider img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
        opacity: 0;
      z-index: 1;
      transition: opacity 1s ease-in-out;
    }

    .imageSlider img.active {
        opacity: 1;
      z-index: 2;
    }





.table-small-padding th,
  .table-small-padding td {
    padding: 0.5rem !important;
      text-align: center;
      vertical-align: top;
  }

.img-fluid-tip {
  width: auto;
  height: auto;
  max-height: 100px;
}

.highlight {
    background-color: #eac8e6;
    font-weight: bold;
    border-radius: 5px;
    padding: 1px 3px 1px 3px;
}

.table-responsive-sm.left th, .table-responsive-sm.left td {text-align: left}