:root {
    --company-dark-yellow: #8f5818;
    --antiquewhite: rgb(250 235 215);
}

.company-dark-yellow {
    background: linear-gradient(90deg, rgb(76, 42, 3) 32%, rgb(126, 78, 10) 35%, rgb(255 201 94) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-company-dark-yellow {
    background: var(--company-dark-yellow);
    background: linear-gradient(90deg, rgb(76, 42, 3) 0%, rgb(126, 78, 10) 35%, rgb(171, 116, 6) 100%);
}

.card-bg-domek-saunowy {
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(25, 15, 5, 0)), url('../media/img/domek_saunowy.webp');
    background-size: cover;
    background-repeat: no-repeat, repeat, no-repeat;
    background-position: center, 0 0, right bottom;
    border: none;
    height: 350px !important;
}

.card-bg-domek-saunowy:hover {
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(25, 15, 5, 0.73)),url('../media/img/domek_saunowy.webp');
    background-size: cover;
    background-repeat: no-repeat, repeat, no-repeat;
    background-position: center, 0 0, right bottom;
    border: none;
    height: 350px !important;
}

.card-bg-sauny-beczki {
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(25, 15, 5, 0)), url('../media/img/sauny-beczki.webp');
    background-size: cover;
    background-repeat: no-repeat, repeat, no-repeat;
    background-position: center, 0 0, right bottom;
    border: none;
    height: 350px !important;
}

.card-bg-sauny-beczki:hover {
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(25, 15, 5, 0.73)),url('../media/img/sauny-beczki.webp');
    background-size: cover;
    background-repeat: no-repeat, repeat, no-repeat;
    background-position: center, 0 0, right bottom;
    border: none;
    height: 350px !important;
}

.card-bg-sauny-wewnetrzne {
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(25, 15, 5, 0)), url('../media/img/sauny-wew.webp');
    background-size: cover;
    background-repeat: no-repeat, repeat, no-repeat;
    background-position: center, 0 0, right bottom;
    border: none;
    height: 350px !important;
}

.card-bg-sauny-wewnetrzne:hover {
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(25, 15, 5, 0.73)),url('../media/img/sauny-wew.webp');
    background-size: cover;
    background-repeat: no-repeat, repeat, no-repeat;
    background-position: center, 0 0, right bottom;
    border: none;
    height: 350px !important;
}

.card-bg-balie-ogrodowe {
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(25, 15, 5, 0)), url('../media/img/balie-ogrodowe.webp');
    background-size: cover;
    background-repeat: no-repeat, repeat, no-repeat;
    background-position: center, 0 0, right bottom;
    border: none;
    height: 350px !important;
}

.card-bg-balie-ogrodowe:hover {
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(25, 15, 5, 0.73)),url('../media/img/balie-ogrodowe.webp');
    background-size: cover;
    background-repeat: no-repeat, repeat, no-repeat;
    background-position: center, 0 0, right bottom;
    border: none;
    height: 350px !important;
}

.card-bg-beczki-do-schladzania {
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(25, 15, 5, 0)), url('../media/img/beczki-do-schladzania.webp');
    background-size: cover;
    background-repeat: no-repeat, repeat, no-repeat;
    background-position: center, 0 0, right bottom;
    border: none;
    height: 350px !important;
}

.card-bg-beczki-do-schladzania:hover {
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(25, 15, 5, 0.73)),url('../media/img/beczki-do-schladzania.webp');
    background-size: cover;
    background-repeat: no-repeat, repeat, no-repeat;
    background-position: center, 0 0, right bottom;
    border: none;
    height: 350px !important;
}

.card-bg-deszczowki {
    background-image:linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(25, 15, 5, 0)), url('../media/img/deszczowki.webp');
    background-size: cover;
    background-repeat: no-repeat, repeat, no-repeat;
    border: none;
    height: 350px !important;
}

.card-bg-deszczowki:hover {
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(25, 15, 5, 0.73)),
    url('../media/img/deszczowki.webp');
    background-size: cover;
    background-repeat: no-repeat, repeat, no-repeat;
    border: none;
    height: 350px !important;
}

.card-title {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.featurette-heading {
    color: var(--antiquewhite);
}

.antiquwhite {
    color: var(--antiquewhite);
}

a {
    text-decoration: none;
    color: #5a5a5a;
}

a:hover {
    color: #c8acac;
}

.btn-outline-secondary {
    color: var(--antiquewhite);
    border-color: var(--antiquewhite);
}

.btn-outline-secondary:hover {
    color: rgb(143, 88, 24);
    border-color: var(--antiquewhite);
    background-color: var(--antiquewhite);
}

.nav-link:focus, .nav-link:hover {
    background: linear-gradient(90deg, rgb(76, 42, 3) 0%, rgb(126, 78, 10) 35%, rgb(171, 116, 6) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Declare heights because of positioning of img element */
  .carousel-item-opinie > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: auto !important;
  }

  .carousel-item-opinie {
    height: auto !important;
  }

  .text-danger {
    color: rgb(255 167 167) !important;
  }

  .carousel-item .img-fluid {
    width:100%;
  }

  .carousel-item {
    height: 100%;
  }


#consentBox {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    text-align: center;
    bottom: 0;
    position: fixed;
    z-index: 5000;
    width: 100%;
}

#consentBox.hide {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
    transition: all 0.3s ease;
    height: 0;
    padding: 0;
}

::selection {
    color: #fff;
    background: #8f5818;
}

#consentContent p {
    color: #858585;
    margin: 10px 0 20px 0;
}

#consentContent .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.consentButton,
.rejectButton {
    padding: 12px 30px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.consentButton {
    background: #2a910b;
    margin-right: 10px;
}

.rejectButton {
    color: #111211;
    background: transparent;
    border: 2px solid #099c2c;
    text-decoration: none;
}

#consentBox img {
    max-width: 90px;
}

#consentHeader {
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;
}

.dropdown-menu {
    border-radius: 0;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    border: 0;
}

.dropdown-item {
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: linear-gradient(90deg, rgb(76, 42, 3) 0%, rgb(126, 78, 10) 35%, rgb(171, 116, 6) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-justify {
    text-align: justify;
}