@charset "utf-8";
.container {
    width: 100%;
    position: relative;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

h1 { font-size: calc(2.5rem - 0.25rem); }
h2 { font-size: calc(2rem - 0.25rem); }
h3 { font-size: calc(1.75rem - 0.25rem); }
h4 { font-size: calc(1.5rem - 0.25rem); }
h5 { font-size: calc(1.25rem - 0.25rem); }
h6 { font-size: calc(1rem - 0.25rem); }

body {
    background-color: #FFFFFF; /* Tło strony */
    font-family: 'Montserrat', sans-serif;  /* Czcionka */
    color: #616161; /* Kolor tekstu */
    margin: 0;
    padding: 0;
}

a:link {
    color: #F50000; /* Kolor linków */
	text-decoration: underline;
}

a:hover {
    color: #A20000; /* Kolor linków po najechaniu */
    text-decoration: underline;
}

/* Nadpisanie kolorów linków w navbar */
.navbar-nav .nav-link {
    color: #666666 !important; /* Średni ciemnoszary */
    text-decoration: none !important;
}

/* Kolor linków w navbar po najechaniu */
.navbar-nav .nav-link:hover {
    color: #000000 !important; /* Najciemniejszy szary */
    text-decoration: none !important;
	
}

/* Kolor linków aktywnych */
.navbar-nav .nav-item.active .nav-link {
    color: #999999 !important; /* Najjaśniejszy szary */
}

/* Styl dla rozwijanego menu */
.navbar-nav .dropdown-menu {
    background-color: #f8f9fa !important; /* Bardzo ciemnoszary */
}

/* Kolor linków w rozwijanym menu */
.navbar-nav .dropdown-menu .dropdown-item {
    color: #666666 !important; /* Średni ciemnoszary */
    text-decoration: none !important;
}

/* Kolor linków w rozwijanym menu po najechaniu */
.navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #000000 !important; /* Najciemniejszy szary */
    background-color: #bdbdbd !important; /* Nieco jaśniejsze tło */
}


/* Style for table links */
table a {
  text-decoration: underline;
}

table a:hover {
  color: #dadada !important;
}

.container-fluid .container footer {

}
.container .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding: 0 10px; /* Dodanie paddingu do kontenera wiersza */
    margin: 0 auto;
}

.container .row .col-12.col-xl-4 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 16px;
    box-sizing: border-box;
    border: 0.2rem solid #A9A9A9;
    border-radius: 7px;
}
.cardtop .card-body.text-center .slogan {
    margin-top: 10px;
}
.row .col-12.col-xl-6 .card-body.cechy {
    background-color: #326B2F;
    border-radius: 18px;
    color: #FFFFFF;
}
.row .col-12.col-xl-8 .card-body.cechy {
    border-radius: 18px;
    background-color: #326B2F;
    color: #FFFFFF;
}

h5 a .btn.btn-lg.biel {
    color: #326B2F;
    border-radius: 8px;
    background-color: #FFFFFF;
    font-weight: bolder;
    font-size: medium;
    margin-top: 30px;
}
.row .card.col-12.col-xl-9 .card-body.szary {
    color: #FFFFFF;
    background-color: #616161;
    border-radius: 8px;
}
.container .row .col-12.col-xl-3.klasa {


}
.container-fluid .container .card.nobord {
    border: none;
}
.container .card.nobord .card-body.marginleft {
    margin-left: 10px;
}
.card.col-12.col-xl-9 .card-body.szary .card-title.lightened {
}
.row .card.col-12.col-xl-9 .card-body.szary {
}
.container .row .card.col-12.col-xl-9.bezramki {
    border: none;
}
.container .row .card.col-12.col-lg-6.d-flex.justify-content-center.align-items-center.bezramki {
    border: none;
}
.container .row .card.col-12.col-lg-4.d-flex.justify-content-center.align-items-center.bezramki {
    border: none;
}
.container .row .card.col-12.col-lg-4.d-flex.justify-content-center.align-items-center.bezramki {
    border: none;
}
.card .card-body.bezramki .card-title {
    border: none;
}
.container-fluid .container .card.bezramki {
    border: none;
}


















@media (min-width: 992px) {
    .carousel-caption h3 {
        font-size: 2.5rem; /* Powiększenie tekstu nagłówka */
    }

    .carousel-caption h5 {
        font-size: 1.8rem; /* Powiększenie tekstu podtytułu */
    }
}

@media (min-width: 1200px) {
    .container .row {
        padding: 0; /* Usunięcie paddingu na dużych ekranach */
    }

    .container .row .col-12.col-xl-4 {
        flex: 0 0 calc(33.333% - 12px);
        max-width: calc(33.333% - 12px);
    }
}
@media (min-width: 1200px) {
    .col-12.col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

#contact input[type="text"], 
#contact input[type="email"], 
#contact input[type="tel"], 
#contact input[type="url"], 
#contact textarea, 
#contact button[type="submit"] { 
  font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; 
}

#contact {
  background: #FFFFFF;
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  margin: 20px 0;
}

#contact h3 {
  color: #F96;
  display: block;
  font-size: 30px;
  font-weight: 400;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"], 
#contact input[type="email"], 
#contact input[type="tel"], 
#contact input[type="url"], 
#contact textarea {
  width: 100%;
  border: 1px solid #CCC;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover, 
#contact input[type="email"]:hover, 
#contact input[type="tel"]:hover, 
#contact input[type="url"]:hover, 
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #AAA;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"]:disabled {
  background-color: grey; /* Szary kolor tła dla nieaktywnego przycisku */
  cursor: not-allowed; /* Zmiana kursora, aby sugerować, że przycisk jest zablokowany */
  opacity: 0.5; /* Zmniejszenie przejrzystości, aby pokazać, że przycisk jest nieaktywny */
}

#contact button[type="submit"]:not(:disabled) {
  background: #F50000; /* Kolor tła aktywnego przycisku */
  cursor: pointer;
}

#contact button[type="submit"]:hover:not(:disabled) {
  background: #A20000; /* Kolor tła przycisku po najechaniu */
}

#contact button[type="submit"]:active:not(:disabled) {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}


#contact button[type="submit"] {
  cursor: pointer;
  width: auto; /* Umożliwia dopasowanie szerokości przycisku do tekstu */
  min-width: 150px; /* Możesz dostosować tę wartość, aby przycisk miał minimalną szerokość */
  max-width: 100%; /* Zapewnia, że przycisk nie będzie szerszy niż kontener */
  border: none;
  background: #F50000;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
  border-radius: 8px;
  white-space: nowrap; /* Zapobiega zawijaniu tekstu na przycisku */
  text-overflow: ellipsis; /* Jeśli tekst jest za długi, wyświetli się wielokropek */
  overflow: hidden; /* Zapobiega przekraczaniu przycisku */
}

#contact button[type="submit"]:hover {
  background: #A20000;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus, 
#contact textarea:focus {
  outline: 0;
  border: 1px solid #999;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}


.container #carouselExampleIndicators1 {
}
.container #carouselExampleIndicators1 .carousel-indicators {
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;

}
.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: flex-start;
    gap: 16px;
}


.carousel-inner .carousel-item.active .carousel-caption {
    text-shadow: 3px 3px 3px #5F5F5F;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}
.carousel-caption {
    text-shadow: 3px 3px 3px #5F5F5F !important;
}
.carousel-indicators li {
    width: 12px; /* Szerokość kółka */
    height: 12px; /* Wysokość kółka */
    background-color: rgba(255, 255, 255, 0.5); /* Kolor wypełnienia */
    border-radius: 50%; /* Zaokrąglenie, aby były kółkami */
    border: 1px solid rgba(255, 255, 255, 0.8); /* Obramowanie */
    transition: background-color 0.3s ease-in-out;
}

.carousel-indicators .active {
    background-color: rgba(255, 255, 255, 1); /* Pełny kolor dla aktywnego znacznika */
    border: 1px solid red; /* Czerwony obrys dla aktywnego znacznika */
}

.col-xl-4 .card.col-md-4.col-xl-12 .card-body {
    background-color: #FFFFFF;
}
.col-12.col-xl-4 .card .card-body .btn.btn-primary {
    cursor: pointer;
    width: 20%;
    border: none;
    background: #ec1d23;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
    border-radius: 8px;
	text-decoration: none
}

.col-12.col-xl-4 .card .card-body .btn.btn-primary:hover {
    background: #A20000;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.col-12.col-xl-4 .card .card-body.menu .btn.btn-primary {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    white-space: nowrap;
}
.container .card.col-md-4.col-xl-12 {
    background-color: #FFFFFF;
}

.card-body .row .col-xl-6 {
    background-color: #FFFFFF;
}
.card-body .row .col-xl-4 {
    background-color: #FFFFFF;
}
.row .col-xl-9 .card-text {
    margin-bottom: 10px;
}
.carousel-item a {
    color: white !important; /* Ustawia kolor tekstu na biały */
    text-decoration: none; /* Opcjonalnie usuwa podkreślenie linku */
}
.carousel-item a:hover {
    color: white; /* Opcjonalnie zmienia kolor tekstu przy najechaniu */
}
.sekcja1 {
}
.sekcja2 {
}
contact.container {
}
#carouselExampleIndicators .carousel-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, 
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    background-color: #ffffff !important;
}
.row {
    background-color: #ffffff !important;
}
.card {
    box-shadow: none !important;
	background-color: #ffffff !important; /* Biały kolor tła */
}

.card-body.menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 290px;
    position: relative;
    padding-bottom: 10px; /* Zapewnia miejsce na przycisk */
}

.card-body.menu .card-text {
    flex-grow: 1;
}

.card-body.menu .btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
}

.slogan {
}
.card-body {
    width: auto !important;
    max-width: 100% !important;
}
.card-body .row {
    display: flex;
    flex-wrap: wrap;
}

.row {
    gap: 0 !important;
}
.cechy {
}
.biel {
}

/* Style for table links */
table a {
    text-decoration: underline;
    color: #FFFFFF !important; /* Upewniamy się, że kolor jest wymuszony */
}

table a:visited {
    color: #ccd8d3 !important; /* Kolor dla odwiedzonych linków */
}

table a:hover {
    color: #FFFFFF !important; /* Link pozostaje biały po najechaniu */
}

table a:active {
    color: #FFFFFF !important; /* Kolor linku podczas kliknięcia */
}
.card-body.cechy .btn {
    display: block;
    margin: 0 auto;
}
.hidden-list li {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.hidden-list li.show {
    opacity: 1 !important;
    transform: translateY(0);
}

h5, 
.btn, 
.btn-lg, 
.btn-lgreen {
    font-weight: 600 !important;
}


/* Ustawia kolor linku i podkreślenie dla przycisków */
a:has(button) {
    color: #326B2F !important;
    text-decoration: none !important;
}

/* Zapewnia, że kolor linku na przyciskach pozostaje biały nawet po najechaniu */
a:has(button):hover {
    color: #326B2F !important;
    text-decoration: underline !important;
}

/* Ustawienie podkreślenia na przyciskach */
a button {
    color: #326B2F !important;
    text-decoration: none !important;
    background: transparent; /* Zachowanie koloru tła przycisku */
    border: none; /* Usunięcie domyślnej ramki */
}

/* Zapewnia, że podkreślenie przycisku nie zmienia koloru po najechaniu */
a:hover button {
    color: #326B2F !important;
    text-decoration: underline !important;
}

/* Stylowanie przycisków btn-lgreen */
.btn.btn-lgreen {
    color: #FFFFFF !important; /* Biały tekst */
    background-color: #326B2F; /* Kolor tła */
    border-radius: 8px; /* Zaokrąglenie */
    font-weight: bold;
    text-decoration: none;
}

/* Podkreślenie tekstu w linku wewnątrz btn-lgreen po najechaniu */
.btn.btn-lgreen:hover {
    color: #FFFFFF !important; /* Tekst nadal biały */
    text-decoration: underline !important; /* Podkreślenie */
}


@media (min-width: 1200px) {
    .row {
        display: flex;
        align-items: stretch; /* Ensures both columns have the same height */
    }

    .col-12.col-xl-6 {
        display: flex;
        flex-direction: column;
    }

    .col-12.col-xl-6 .card-body.cechy {
        flex-grow: 1; /* Makes the right card-body fill available space */
	}
		.col-12.col-xl-6 .card-body.szary {
        flex-grow: 1; /* Makes the right card-body fill available space */
		
}
}
.szary {
}

@media (min-width: 1200px) {
    .row > .col-12.col-xl-4:not(.bok) {
        margin-right: 15px; /* Odstęp między kolumnami */
    }

    /* Usunięcie marginesu dla ostatniej kolumny w rzędzie, aby nie było przesunięcia */
    .row > .col-12.col-xl-4:not(.bok):last-child {
        margin-right: 0;
    }

    /* To samo dla .dol, jeśli jest w innej sekcji */
    .row > .col-12.col-xl-4.dol {
        margin-right: 15px;
    }

    .row > .col-12.col-xl-4.dol:last-child {
        margin-right: 0;
    }
}

.bok {
}
.kontakt {
}

/* Wyłączenie reguł dotyczących linków w tabelach dla tbody.kontakt */
tbody.kontakt a {
    color: #7F7F7F !important; /* Ten sam kolor co obramowanie */
    font-weight: bold; /* Wyróżnienie linków */
    text-decoration: none !important; /* Brak podkreślenia */
}

/* Zmiana koloru linków po najechaniu */
tbody.kontakt a:hover {
    color: #000000 !important; /* Trochę ciemniejszy szary dla efektu */
    text-decoration: underline !important; /* Podkreślenie po najechaniu */
}

.klasa {
}
@media (min-width: 1200px) {
    .klasa {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .klasa img {
        max-width: 100%;
        height: auto;
    }
}.lightened {
}
.lightened {
  display: inline-block;
  background-color: white;
  color: #616161;
  padding: 0.2em 0.4em;
  border-radius: 6px;
}.bezramki {
}
@media (max-width: 767.98px) {
  .carousel-caption {
    font-size: 1rem;
    padding: 0.5rem;
  }

  .carousel-caption h1,
  .carousel-caption h2,
  .carousel-caption h3 {
    font-size: 1.2rem;
  }

  .carousel-caption p {
    font-size: 0.95rem;
  }
}
@media (max-width: 1199.98px) {
  .row > .col-12.col-xl-4 {
    margin-bottom: 20px; /* lub np. 1rem / 24px */
  }
}
.fade-image {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 2s ease-out 0.5s, transform 0.5s ease-out 0.5s;
}

.fade-image.visible {
  opacity: 1 !important;
  transform: translateY(0);
}
