@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.inter-400> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* font-family: "Inter", sans-serif;  font-family: "Open Sans", sans-serif;
.pt-serif-regular {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
}

*/

.btn {
   /* all: unset;*/
}

body, * {
    font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;

}
body {
    background:#F5F6F7 !important;
}

.navbar-brand img {
  width: 255px;
  margin-left:25px;
}
.navbar-brand img {
height: auto;
}
.sticky-top {
  z-index: 1030; 
}


a {
    color: #0E4495 ;
    letter-spacing: 1.25px;
    text-decoration: underline;
    }

    a:hover {
    color:#CE373C
    }

.navbar-nav .nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-link {
font-size: 16px;
color: #4C4C4D;
letter-spacing: 0.5px;
text-align: center;
text-decoration: none;
font-weight: 600;
}

#header {
padding-top:30px;
}

#menu-glowne-top {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.nav-link:hover {
color: #3C5930 !important;
}

li:not(.menu-item-type-custom) .nav-link.active {
    color: #3C5930 !important;
}

.nav-link:focus-visible {
    -webkit-box-shadow: none;
    box-shadow:  none;
    outline: 0;
    }


.dropdown-menu {
   border-radius:0; padding:20px;
    }

.dropdown-item {
    text-align: left;
    text-decoration: none;
 font-family: "Inter", sans-serif;
font-size: 17px;
color: #000;
letter-spacing: 1.61px;
    }

    .dropdown-item:hover {
background:none !important;
color:#3C5930;

    }
    .dropdown-item.active, .dropdown-item:active {
        background-color: none;
        background: none !important;
        color:#3C5930;
        text-decoration: none;
        }

.btn-primary {
    background: #FFFFFF;
border: 1px solid rgba(87,127,225,0.18);
box-shadow: 0 2px 2px 0 rgba(14,68,149,0.21);
font-size: 14px;
color: #000 !important;
letter-spacing: 1.25px;
    border-radius: 16px;
    font-weight:400;   
        padding:15px 25px;
    font-size: 14px;
    color: #1C1C1C;
    letter-spacing: 1.25px;
    text-align: center; 
    margin-top:1em;
}
.btn-primary:hover {
    background: #3C5930;
 
box-shadow: 0 2px 14px 0 #3C5930;
color:#fff !important;
}

.btn-wesprzyj {
 
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.24);
border-radius: 9px;
font-size: 16px;
color: #3C5930;font-weight: bold;
letter-spacing: 0.5px;
text-align: center;
padding:15px;
padding-left: 65px;;
max-width: 180px;;
padding-right: 25px;
text-decoration: none;
   background: #FFFFFF url(img/icon/wesprzyj.svg) left 20px center no-repeat;
}
   .btn-wesprzyj:hover {
       background: #4F7A3F url(img/icon/wesprzyj.svg) left 20px center no-repeat;
    color: #fff;font-weight: bold;

    
   }
.marquee-container {
  width: 100%;
  padding: 8px 0;
  overflow: hidden;
  background: #FFFFFF;
border-radius: 9px 9px 0 0;
margin-top:15px;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 24s linear infinite;
}
.marquee-content p {
  padding:0;
  margin:0;
  font-size: 14px;
  color: #3D3D3D;
letter-spacing: 0.44px;
text-align: justify;
}
.marquee-content {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding-left:50vw;
  padding-right: 3rem; /* odstęp między kopiami */
}

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); } /* przesunięcie o połowę, bo mamy 2 kopie */
}

.marquee-container:hover .marquee-track {
  animation-play-state: paused;
}


#carouselhome .wp-block-button .wp-block-button__link {
   background: #FFFFFF;
border-radius: 9px;
 border:0;
font-size: 14px;
font-size: 14px;
color: #3D3D3D;
padding:15px 30px;
letter-spacing: 0.44px;
font-weight: 600;
text-align: justify;
text-align: center;
margin-top:30px;
 
}
#carouselhome .wp-block-button .wp-block-button__link:hover {
    background: #4F7A3F
;color: #fff;
}


#carouselhome .carousel-item img {
	position: relative;
	top:0px;
	z-index: 0;
}

.carousel-indicators {
	background: none; display: none;;
	border-radius:10px;
	padding:0px 0px;
	margin:0;
    bottom: 30px;
}
.carousel-indicators [data-bs-target] {
background:none;
    height:20px !important;
    width: 20px !important;
	border: 1px solid #fff;
	cursor: pointer;
border-radius:16px;
	margin-left: 5px;
	margin-right: 5px;

	opacity: 1;
	font-weight:400; 
	text-indent: 0;
	
    -webkit-transition: opacity .6s ease;
	transition: opacity .6s ease;


    font-size: 16px;
    color: #1C1C1C;
    letter-spacing: 0.15px;
display: block !important;
 text-align: left;
	}
    
	.carousel-indicators .active {
        background: #FFFFFF;
		}
	

	.carousel-indicators [data-bs-target]:hover {
opacity:0.6; 
	}

  .btnshome {
 
    top:-58px;
    z-index: 999999;
    display: block;
    position: relative;
  }
/*
  h1.wp-block-heading span {
    all: unset;
    display: inline;
}
*/

#main p, #main ul li , #main ul li p, #main ul li span {
 font-weight: 400;
font-size: 15px;
color: #3D3D3D;
letter-spacing: 0.44px;
text-align: justify;
}


.carousel-social {
  position: absolute;
  top: 50%;
  right: 20px;         
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 10;          
}


.carousel-social a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px; 
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}

.carousel-social a:hover {
  transform: translateX(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}


.carousel-social img {
  width: 40px;
  height:40px;
  display: block;
}


@media (max-width: 767.98px) {
  .carousel-social {
    right: 10px;
    gap: 10px;
  }
  .carousel-social a {
    width: 38px;
    height: 38px;
  }
  .carousel-social img {
    width: 38px;
    height: 38px;
  }
}

h1.wp-block-heading span, h1.wp-block-heading  {
/*font-size: 2.5rem;*/
font-size: 30px;
color: #CE373C;
letter-spacing: 0.94px;  
  font-family: "PT Serif", serif;

}

.home h1.wp-block-heading span, .home h1.wp-block-heading  {
font-size: 30px;
  margin-bottom: 3rem;
}

h1.wp-block-heading span strong, h1.wp-block-heading strong {
color:#000;
font-weight: 400;   font-family: "PT Serif", serif;
}

  .btn-potrzebuje, .btn-potrzebuje:active,  .btn-potrzebuje:focus {
    background: #3C5930 !important;
    border-radius: 9px;
    min-width: 346px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF  !important;;
    letter-spacing: 0.44px;
    padding:30px 30px;
    text-decoration: none;
    margin-left: 1px;
    margin-right: 1px;;
  }

  .btn-potrzebuje:hover {
background: #4F7A3F  !important;
    color: #FFFFFF  !important;;
  }

  .btn-chcepomoc,  .btn-chcepomoc:active,  .btn-chcepomoc:focus {
background: #CE373C  !important;; 
    border-radius: 9px;
    min-width: 346px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF  !important;;
    letter-spacing: 0.44px;
    padding:30px 30px;    text-decoration: none;;
  }  
  
  .btn-chcepomoc:hover {
background: #4F7A3F  !important;; 
    color: #FFFFFF  !important;;
  }

  .wp-block-button__link.wp-element-button, .wp-block-button__link.wp-element-button:active, .wp-block-button__link.wp-element-button:focus,
  .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, .wp-block-button .active.wp-block-button__link, .wp-block-button .btn-check:checked+.wp-block-button__link, .wp-block-button .show.wp-block-button__link, .wp-block-button .wp-block-button__link:first-child:active, .wp-block-button :not(.btn-check)+.wp-block-button__link:active, :not(.btn-check)+.btn:active
   {
border: 1px solid #979797;
border-radius: 9px;
background:none;
padding:8px 22px;
font-size: 14px;
color: #3D3D3D;
letter-spacing: 0.44px;
text-align: justify;
margin-top:1rem;
margin-bottom: 1rem;
  }


    .wp-block-button__link.wp-element-button:hover {
background:#4F7A3F;
border: 1px solid #4F7A3F;
color:#fff;
    }


 .sep {
    background: url(img/sep.svg) center center no-repeat;
    display: inline-block;
    outline:0;
    width:10px;
    opacity:1;top:-10px;
    position: relative;
    margin-left:10px;;
    margin-right: 10px;
    vertical-align: middle;
    height:58px;  -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    } 



.swiper-button-next-unique, .swiper-button-next-unique-opinie {
background: url(img/icon/arrow.svg) center center no-repeat;
display: inline-block;
outline:0;
width:25px;
 
height:30px;  -webkit-transition: all 1s ease-out;
-moz-transition: all 1s ease-out;
-o-transition: all 1s ease-out;
transition: all 1s ease-out;
} 
.swiper-button-prev-unique, .swiper-button-prev-unique-opinie {
    background: url(img/icon/arrow2.svg) center center no-repeat;
    display: inline-block;
    outline:0; 
    width:25px;
    height: 30px;  -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    } 
.card {
  background:#fff ;
 
border-radius: 10px;
}
.wp-block-image img, .wp-block-image video, .wp-block-media-text__media img, .wp-block-media-text__media video {
  border-radius: 10px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    border-radius: 16px;
    background:none;
}

#poznajcie {
  background: #3C5930;
}

.wp-block-columns {
  gap: 6rem; 
}

/* poprawki paweł */
@media screen and (max-width: 782px) {
.wp-block-columns {	gap: 0rem;	}
.col-6 {width: 55%;}
input, textarea { width: 100%;}
}

/* ---------------*/

.object-fit-cover { object-fit: cover; }


@media (min-width: 992px) {
  .swiper-slide .col-lg-6.d-flex { min-height: 100%; }
  .swiper-slide .wydarzenie-right .ratio { height: auto; }
}


.content-slider2 {
 
}

.swiper-slide .row.g-3 { --bs-gutter-x: 1rem; --bs-gutter-y: 1rem; }

.naglowekd {
font-family: "PT Serif", serif;
font-size: 30px;
color: #FFFFFF;
letter-spacing: 0.94px;
}
.naglowekd2 {
font-family: "PT Serif", serif;
font-size: 30px;
color: #3D3D3D;
letter-spacing: 0.94px;
}

.scroll-pane {
  flex: 1 1 0;     
  min-height: 0;    
  overflow: auto;   
}

.slidertitle2  {
 
font-size: 20px;
color: #3D3D3D;
letter-spacing: 0.62px;
text-align: left;
text-transform:capitalize;
}

.slidertitle3 {
 
font-size: 16px;
color: #3D3D3D;
letter-spacing: 0.5px;
text-align: left;
text-transform:capitalize;
}

.czytajwiecej {
font-size: 14px;
color: #3D3D3D;
letter-spacing: 0.44px;
text-align: left; font-weight: bold;
}

.czytajwiecej span {
  
  font-size: 14px;
color: #CE373C;font-weight: bold;
letter-spacing: 0.44px;
text-align: left;
}

.czytajwiecej:hover { 
color:#CE373C;
}

.wydperlink:hover img {
  opacity: 0.9;
}


.quote-wrap {
  position: relative;
  padding: 58px 40px;      
  text-align: center;
  max-width: 875px;;
}

.quote-text {
  margin: 0;
  font-weight: 400;
font-size: 20px;
color: #3D3D3D;
letter-spacing: 0.56px;
text-align: center;
 
   font-family: "PT Serif", serif;
}


.quote-wrap::before,
.quote-wrap::after {
  content: "";
  position: absolute;
  width: 28px;                
  height: 28px;
  background: url('img/cudzy.svg') no-repeat center/contain;
  opacity: 1;
}


.quote-wrap::before {
  top: 12px;
  left: 48px;
  transform: rotate(0deg);     
}


.quote-wrap::after {
  right: 48px;
  bottom: 12px;
 
}


@media (max-width: 576px) {
  .quote-wrap { padding: 36px 28px; }
  .quote-wrap::before,
  .quote-wrap::after { width: 20px; height: 20px; }
}

.emh {
 
font-size: 14px;
color: #3D3D3D;
font-style: italic;
letter-spacing: 0.44px;
text-align: center;
}


#wspomoz {
background: #CE373C url(img/ikona.svg) right center no-repeat;
background-size:contain;
border-radius: 28px;
padding:40px 90px;
padding-right: 240px;
color:#fff; 
}

#wspomoz p {
 font-family: "PT Serif", serif;
font-size: 14px;
color: #FFFFFF;
letter-spacing: 0.44px;
text-align: justify;
}

.btn-czytajw {
  border: 1px solid #FFFFFF;
  background:none;
border-radius: 9px;
font-size: 14px;
padding:10px 28px;
text-decoration: none;
color: #FFFFFF;
letter-spacing: 0.44px;
text-align: justify;white-space: nowrap;
}

.btn-czytajw:hover {
background:#4F7A3F;
color:#FFFFFF;
}

.ophov:hover img {
  opacity: 0.8;
}

.videoh3 {
font-size: 18px;
color: #3D3D3D;
letter-spacing: 0.44px;
text-align: justify;
text-decoration: none !important;
}

.videoh4 {
font-size: 14px;
color: #3D3D3D;
letter-spacing: 0.44px;
text-align: justify;
text-decoration: none !important;
}


.videoh3:hover, .videoh4:hover {
color:#CE373C;
}
hr.redhr {
  border: none;      
  height: 2px;       
  background-color: #CE373C; 
  margin: 1rem 0;   
  opacity: 1;  
}
hr.hr2 {
  border: none;      
  height: 2px;       
  background-color: #A9A9A9; 
  margin: 1rem 0;   
  opacity: 1;  
}

.round {
  border-radius: 7px;
}


footer {
  background:#fff;
  border:0 !important;
}

.lefbord {
border-left: 1px solid #A9A9A9;
 
}


footer p, footer h6, footer strong, footer small, footer a {
font-size: 14px;
color: #3D3D3D;
letter-spacing: 0.44px;
text-align: justify;
}

 footer h6 {
   font-family: "PT Serif", serif;
 }


.row.eqh {
  display: flex;        
  flex-wrap: wrap;
  align-items: stretch; 
}


.row.eqh > [class^="col-"],
.row.eqh > [class*=" col-"] {
  display: flex;
}


.footer-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;        
}

.entry-header {
  margin-top:3rem;
}

.containerx {
  margin-top: 0 !important
}


.redheader {
  background:#CE373C;
}

.redheader h1 {
  color:#fff;
  font-size: 30px;
color: #fff;
letter-spacing: 0.94px;  
  font-family: "PT Serif", serif;
 
}

/*mobie*/



@media (max-width: 991px) {
.strzalki {
  min-width: 90px;
}
  .scroll-pane {
   margin-top:2rem;
   margin-bottom: 2rem;
  min-height:600px !important
 
}

 #wspomoz {
  background: #CE373C url(img/ikona.svg) right bottom no-repeat;
  background-size:auto;

padding:40px 40px;
padding-right: 40px;padding-bottom: 250px;
color:#fff; 
}
.slide-overlay {
 padding-left: 50px;
padding-right: 50px;
  padding-top: 40px !important; 
}

.slide-title {
font-size: 22px !important;
color: #FFFFFF;

 max-width: 100% !important;
text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}

  .btn-potrzebuje, .btn-potrzebuje:active,  .btn-potrzebuje:focus ,
      .btn-chcepomoc,  .btn-chcepomoc:active,  .btn-chcepomoc:focus {
min-width: 178px;
padding-left: 15px;
padding-right: 15px;
 }

 #navbarMain {
    flex-direction: column; 
    align-items: flex-end;  
  }
  #navbarMain .my-2 {
    margin-top: 1rem;
    width: 100%; 
  }
  #navbarMain .my-2 .btn {
    width: 100%; 
  }
  #navbarMain .navbar-nav {
    align-items: flex-end; 
    text-align: right;    
  }
}


