/* MENU */

img.custom-logo {
    filter: invert(0);
}

nav#site-navigation a {
    font-weight: 700;
    color: black;
}

header#masthead {
    z-index: 1000;
    transition: 0.3s;
    margin-top: 0px;
    background: white;
}

/* MENU */


.udogodneinie {
    background: var(--braz2);
    min-height: 300px;
    width: 98%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    margin: auto;
    margin-bottom: 30px;
}

.przerwa{
    height: 130px;
}
.udogodnienie-obrazek {
    width: 50%;
    min-height: 100% !important;
    max-height: 90% !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    margin: 2%;
}
.tekst-udogodnienie {
    width: 55%;
    text-align: justify;
}

img.img-udogodsnieni {
    min-height: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    width: 100%;
    object-fit: cover;

}

.tekst-udogodnienie {
    margin: 2%;
    margin-left: 0%;
    margin-right: 2%;}


html {
    height: 100%;
}

.udogodneinie ul {
    margin: 0px;
    /* padding: 0px; */
}

h2.udogodnienie-naglowek {
    font-size: 40px;
    font-weight: 200;
    color: var(--braz);
    margin-top: 0px;
}
.tekscik{
    margin-top: 45px;
}
.pakiet-kont{
    min-height: auto;
}
.pakiet-kont h3.nasze-miejsca-tiutle{
    top: -51px;
}

.cena {
    color: white;
    background: var(--braz);
    width: 40%;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
}


/* external css: flickity.css */


.karuzela {
  margin-bottom: 40px;
}

.karu {
  width: 100%;
  height: 200px;
  margin-right: 10px;
  border-radius: 5px;
  counter-increment: carousel-cell;
  position: relative;
}

/* cell number */
.ckaru:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.carousel-nav .karu {
  height: 80px;
  width: 100px;
}

.carousel-nav .karu:before {
  font-size: 50px;
  line-height: 80px;
}

.carousel-nav .karu.is-nav-selected {
  background: #ED2;
}

.karu img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

.duze{
    height: 600px !important;

}
.karu.is-selected.is-nav-selected img {
    transform: scale(0.8);
}

.carousel-nav .karu.is-nav-selected {
    background: var(
        --braz
    );
}

.kontener-udo{
    margin-top: 30px;
}

p.cena {
    text-align: exc;
    text-align: center;
    color: white;
    font-family: 'Playfair Display';
    background: var(--braz);
    width: 400px;
    font-size: 40px;
    border-radius: 30px;
    padding: 0px;
    margin: 0px;
    margin: auto;
    margin-bottom: 30px;

}

.przyciski{
    width: 100%;
    text-align: center;
}
.rezerw{
    margin-top: 30px;
}

.tekst-udogodnienie {
    margin: 2%;
    margin-left: 0%;
    margin-right: 2%;
}

@media screen and (max-width: 911px){
    .udogodneinie {
        flex-direction: column;
    }
    .tekst-udogodnienie {
        width: 90%;
        text-align: justify;
        margin: auto !important;
    }
    .udogodnienie-obrazek {
        width: 96%;
        height: 300px;
    }

    .pakiet-kont h3.nasze-miejsca-tiutle{
        top: 0px;
    }
    .pakiet-kont h3.nasze-miejsca-tiutle{
        font-size: 10vh;
    }
    .duze{
        height: 300px !important;
    
    }

.cena {
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
}
}