@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cormorantgaramond/v21/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYpHtKgS4.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


:root {
  --paper: #f7f0e4;
  --paper-soft: #fbf6ec;
  --ink: #3d3a31;
  --line: rgba(174,139,72,.35);
  --gold: #c89124;
  --gold-deep: #b67f16;
  --serif: "Cormorant Garamond",Georgia,serif;
  --sans: "Inter",Arial,sans-serif;
}

.round_ws {
	border-radius: 50px !important;
}

.ws-2x {
	font-size: 1.5rem;
}

.sponsor {
	font-size: 0.6rem !important;
	margin-left: 10px;
}



.galeria {
	display: flex;
}


.ws-gal .ws-img img {
   transition: 0.5s;
}

.ws-img {
   position: relative;
   overflow: hidden;
   border: 2px solid #fff;
}

.ws-img-oferta {
   position: relative;
   overflow: hidden;
   border: 2px solid #fff;
}


.ws-gal:hover > .ws-img > img {
   transform:scale(1.3);
}


.ws-h198 {
   max-height: 198px;
   text-align: center;
}

.ws-h166 {
   max-height: 166px;
   text-align: center;
}


.ws-h300 {
   max-height: 300px;
   text-align: center;
}


.ws-h420 {
   max-height: 420px;
   text-align: center;
}

.ws-auto {
   height: auto;
   text-align: center;
}


.cena {
	padding: 0.6rem;
  background-color: #ff0;
  text-align: center;
  color: #000;
  font-size: 0.9rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .ws-img {
     max-height: 121px;
    text-align: center;
  }

  .ws-img-oferta {
     max-height: 200px;
    text-align: center;
  }

  .ws-nowrap {
	flex-wrap: nowrap!important;
  }

  .ws-dol {
	position: relative;
	bottom: -5rem;
  }


  .navbar-light.sticky-top {
    transition: .5s;
    position: fixed;
    width: 100%;
    top: 0px;
  }  


  .moja_droga_tlo {
    background-image: url("../img/r1a_tlo.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right
  }


  .kwiat {
    position: relative;
    top:15%;
    left: 6%;
    width: 60%!important;
    height: auto;
  }

  .page-header { 
    background-position: center -147px!important;
  }


} 
/* end min-width 768 */


@media (max-width: 768px) {   

  .ws-mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }


  .moja_droga_tlo_m {
    background-image: url("../img/r1a_tlo.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right
  }

  .ws-img {
     max-height: 300px;
    text-align: center;
  }

  .ws-img-oferta {
     max-height: 250px;
    text-align: center;
  }	


 .navbar-light .navbar-nav {
    border-top: 1px solid #EEEEEE;
    background-color: #fff;
  }



  #header-carousel .carousel-item img {
   width:130%!important;
   height: auto!important;
   object-fit: contain!important;
   left:-87px;
  }


  .navbar-light.sticky-top {
   top: 0px;
   position: relative;
   width: 100%;
  }


  .navbar-light.sticky-scroll {
    position: fixed;
  }


  #header-carousel .carousel-item {
    min-height: 386px!important;
  }

  .ukryj_duze {
    display: none;
  }

 .ppd {
    margin-bottom: 50px;
 }

} 
/* end max-width 768 */




.lista > ul {
	list-style: none;
	padding-left: 0px;	
}

.lista > ul > li {
  display: flex;
  align-items: start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.lista > ul > li > i {
	margin-right: 0.1rem;
	flex-shrink: 0;
	color: #D81324; /* Zielony znacznik (check) */
   margin-top: 0.2em; /* wyrównanie do góry tekstu (opcjonalnie) */
}

.cen-1 {
   font-size: 1.2rem;
}

.regulamin > ol > li {
   margin-bottom: 1rem;
}


.dopisek {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../galeria/g1/ionas_08.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.h-198 {
   height: 200px;
   width: auto;
}


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item:hover .blog-img::after {
    /* background: rgba(0, 209, 249, 0.2); 
    background: rgba(244, 177, 209, 0.2); */ 
}

.blog .blog-item .blog-date {
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 10px;
    background: var(--bs-rozowy);
    color: var(--bs-white);
    z-index: 2;
}

.blog .blog-item .blog-content a {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-content a:hover {
    /* color: var(--bs-primary) !important; */
    color: var(--bs-rozowy) !important;
}
/*** Blog End ***/


.kontakt-adr {
    font-size: 1.3rem;
}

.h-kontakt {
    height: 150px;
}

.round_k {
    border-radius: 10px !important;
}



.text-primary {
   color: #ff9900 !important;
}


.carousel-caption {
  background: rgba(0, 0, 0, 0);
}


.st_logo_ws {
    position: relative;
    top: 23%;
}


.service .nav .nav-link.active {
   background-color: #ff9900;
}    


.service .nav .nav-link .fa {
   color: #ff9900;  
}

.service .nav .nav-link.active .fa-2x {
   color: #ffffff;
}


.pdt-09 {
    padding-top: 0.9rem;
}

td {
   color: #000; 
}


.karta {
    background-color: rgba(255,153,0,0.6);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
}


.karta > .table-responsive > p {
    color: #000;
}


  

.sticky-scroll {
    background-color: #eedfcc; 
    transition: all;
}



.text-sep {
    color: #684d35;
}


.sun_ws {
    font-size: 2rem!important; 
    position: relative!important; 
    bottom: -5px!important;
}


.fn_t {
    font-family: "Times New Romn";
}


  .wgold {
    background-color: #B67F16;
    padding-left: 1rem!important;
    padding-right: 1rem!important;
    color: #fff!important;
    border: 0px;
}

.nav-link.active {
    color: #B67F16!important;
    border-color: #B67F16!important;
    border-bottom:2px solid;
}


.sepia_1 {
    background-color: #f6edde;
}


.btn-outline-earth {
  border: 1px solid rgba(61,58,49,.38);
    border-top-color: rgba(61, 58, 49, 0.38);
    border-right-color: rgba(61, 58, 49, 0.38);
    border-bottom-color: rgba(61, 58, 49, 0.38);
    border-left-color: rgba(61, 58, 49, 0.38);
  border-radius: 0;
  padding: 13px 28px;
  color: var(--ink);
  font-size: .88rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}




.dla_kogo {
    background-color: #f9efe4;
}

.dla_kogo_fn {
    font-size: 1.1rem;
}


.bg_sp {
    background-color: #F6ECDE;
}


.pl_0 {
    padding-left: 0px;
}


.bg_footer {
    background-color: #BBB99D!important;
}

.text-footer {
    color: #5B5941;
}




.btn-primary {
    background-color: var(--gold-deep);
    border-color: var(--gold-deep);
}

.btn-primary:hover {
    background-color: var(--gold);
    border-color: var(--gold);
}

.w_prawo {
    float: right;
}


.navbar-light .navbar-toggler {
  color: rgba(182,127,22,0.55);
}  


/*
.playfair-display-ws {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.botanical-arch {
  position: relative;
  min-height: 410px;
  display: grid;
  place-items: center;
}


.arch-bg {
  position: absolute;
  width: min(320px,75vw);
  aspect-ratio: 1/1.42;
  border-radius: 170px 170px 0 0;
  background: radial-gradient(circle at 50% 30%,rgba(207,164,73,.32),transparent 18%),linear-gradient(180deg,rgba(210,190,154,.28),rgba(210,190,154,.12));
}

*/