
body, html {
color:#7a6425;
	    font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size:19px;
  line-height:31px
    }

.wow {
	visibility:hidden
}

/* 1. Zablokuj możliwość zaznaczania tekstu na całej stronie */
body {
  user-select: none; /* Standardowa składnia */
  -webkit-user-select: none; /* Dla starszych przeglądarek (Safari, Chrome) */
  -moz-user-select: none;    /* Dla Firefoksa */
  -ms-user-select: none;     /* Dla Internet Explorera */
}

/* 2. Zablokuj możliwość kliknięcia obrazów prawym przyciskiem myszy */
img {
  pointer-events: none; /* To sprawia, że myszka "przenika" przez obrazek,
                           uniemożliwiając wyświetlenie menu kontekstowego "Zapisz obraz jako..." */
}

/* 3. Włącz zaznaczanie TYLKO dla numeru telefonu i adresu e-mail */
body a[href^="tel:"],
body a[href^="mailto:"] {
user-select: auto; /* Poprawna wartość przywracająca */
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  pointer-events: auto; /* Dodatkowe zabezpieczenie interakcji */
}

.navbar-brand img{
max-width:180px;
padding-top:8px
}

.navbar.bg-light {
  opacity:1;
  background-color: #f4efe5 !important;
  transition:.4s;
  padding-top:17px;
  padding-bottom:20px
}

.navbar.bg-light.scrolled  {
	  opacity:.9 !Important;
	    padding-top:10px;
  padding-bottom:12px
}

.scrolled .nav-logo {
	max-width:110px;
}

.navbar .container-fluid {
	padding-left:150px;
	padding-right:150px
}

.nav-link {
	color:#443509;
	padding-left:25px !important;
	padding-right:25px !important;
	font-weight:500
}

.cta-logo {
	max-width:250px
}

    .section {
      position: relative;
      height: 100vh;
      width: 100%;
      overflow: hidden;
    }
	
	.section50 {
      height: 50vh;	
	}

    .section video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
    }

    .content {
      position: relative;
      z-index: 2;
      color: #fff;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
    }

    /* Klasyczne przewijanie po 3 sekcjach */
    .classic-section {

    }
	
	.no-right-p {
	padding-right:0px	!important
	}
	
.slide-left {
	position:absolute;
	bottom:130px;
	left:150px;
}

.slide-right {
	position:absolute;
	bottom:130px;
	right:150px;
}

.slide-right img {
	max-width:260px
}

.slide-title {
	font-size:60px;
	line-height:68px;
	color:#fff;
	max-width:800px
}

.slide-desc {
	font-size:36px;
	line-height:45px;
	margin-top:25px;
		color:#fff
}

.classic-section {
	background-color:#f4efe5;
	padding-top:130px;
	padding-bottom:130px;
	padding-left:0px;
	padding-right:0px
}

.classic .container-fluid {
	padding-left:150px;
	padding-right:150px
}

.classic-section .container-fluid {
	
}

.classic-section-padding .container-fluid {
	padding-top:150px;
	padding-bottom:150px;	
padding-left:150px;
padding-right:150px
}



.haslo {
	text-align:center;
  font-size: 35px;
  line-height: 50px;
	padding-bottom:80px;
	color:#684b21;
	font-weight:400
}

.haslo2 {
	text-align:center;
	font-size:25px;
	line-height:35px;
	padding-bottom:0px;
	color:#684b21;
	font-weight:400
}

.button-sciezka {
	text-align:center;
	padding-top:40px
}

.button {
	display:inline-block;
	background-color:#684b21;
	text-align:center;
	color:#fff;
	padding:15px 40px;
	font-size:17px;
	line-height:17px;
	transition:.3s
}

.button:hover {
	background-color:#333;
	color:#fff
}

.qxCTlb {
	display:inline-block !important;
	background-color:#684b21 !important;
	text-align:center !important;
	color:#fff !important;
	font:inherit !important;
	padding:15px 40px !important;
	font-size:17px !important;
	line-height:17px !important;
	transition:.3s !important;
	border:0px !important;
	border-radius:0px !important
}

.qxCTlb:hover {
	background-color:#333 !important;
	color:#fff !important
}

.btn-primary {
	background-color:#684b21;
	border:1px solid #684b21;
}

.btn-primary:hover {
	background-color:#333;
	border:1px solid #333;
	color:#fff
}

a {
	text-decoration:none
}

.dark {
color:#333
}

.intro-left {
	border-right:1px solid #ddc7a9;
	padding-top:75px;
	padding-bottom:85px
}

.intro-right {
	padding-top:75px;
	padding-bottom:85px
}

.intro-second-row {
	border-top:1px solid #ddc7a9
}

.intro-second-row {
	margin-top:60px
}

#kroki {
	background-color:#fffaf1;	
}

.pb-0 {
	padding-bottom:0px !important
}

h2 {
	color:#7a6425;
	font-size:54px;
	line-height:52px;
	text-align:center;

}

.kroki-row {
	margin-top:60px
}

.kroki-box {
	margin-top:30px
}

.kroki-krok {
	display:inline-block;
	width:70px;
	float:left;
	font-size:100px;
	line-height:100px;
	color:#d5ccb5;
	margin-top:-20px
}

.kroki-krok-long {
	width:90px
}

.kroki-inner {
	display:inline-block;
	width:300px
}

.kroki-one {
	font-size:33px;
	line-height:40px;
	padding-top:33px;
	
}

.kroki-two {
	font-size:21px;
	line-height:28px;
	font-weight:400;
	border-top:1px solid #d5ccb5;
	padding-top:11px;
	margin-top:11px;
	letter-spacing:.8px
}

.floating-icons {
  position: fixed;
  bottom: 130px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.icon-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #7a6425;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease;
}

.icon-btn:hover {
  background: #b82222;
}


#o-mnie {
	background-color:#fffaf1
}

.o-mnie-right {
	padding-left:100px
}

#o-mnie h2 {
	text-align:left
}

.o-mnie-right h2 {
	margin-bottom:20px
}

.o-mnie-right {
	color:#444
}

.footer-second-row {
	margin-top:90px
}

.footer-logo-img {
	max-width:200px
}

.footer-col-2 {
	padding-left:40px
}

#kontakt a {
	color:#333;
	transition:.4s
}

#kontakt a:hover {
	margin-left:10px
}


#kontakt span {
	font-size:25px;
	line-height:30px;
	display:block;
	margin-bottom:20px
}

.some-links {
	padding-top:10px
}

.some-links a {
	font-size:30px;
	display:inline-block;
	margin-right:14px !important
}

.footer-copyright {
	padding-top:150px
}

.footer-copyright-inner {
	padding-top:30px;
	border-top:1px solid #ddc7a9;
	font-size:16px;
	line-height:20px;
	color:#333;
	letter-spacing:.4px;text-align:center
}

#kontakt {
	padding-bottom:60px !important
}

    .quiz-box {
      max-width: 800px;
      margin: 3rem auto;
      padding: 2rem;
      border-radius: 0px;
      background-color: #fffaf1;
      box-shadow: 0 0 20px rgba(0,0,0,0.1);
	  margin-bottom:0px
    }
    .btn-answer {
      width: 45%;
    }
.result-title {
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 30px;
    }
    .result-text {
      margin-top: 1rem;
    }
    .btn-restart {
      margin-top: 2rem;
    }
	
	#question {
		font-size:23px;
		line-height:33px;
		margin-bottom:30px
	}
	
	.btn-restart button {
		font-size:15px !important;
	}
	
	.btn.btn-outline-dark.button {
		border:1px solid #684b21
	}
	
	
	
#sciezka {
background: url(img/roadbg.jpg) no-repeat bottom center;
background-size:cover
}	

.referencje-second-row {
	margin-top:70px
}

.referencje-second-row span {
  font-size: 200px;
  line-height: 200px;
  margin-top: -150px;
  display: inline-block;
  margin-bottom: 50px;
}

.referencja-txt {
	text-align:center;
	color:#333
}

.referencja-autor {
	font-weight:bold;
		text-align:center;
	margin-top:35px
}

.slick-dots {
	bottom:-55px
}

#o-mnie-prywatnie {
	padding-top:60px;
	padding-bottom:60px
}

.o-mnie-t {
	text-align:center;
	padding:35px
}

.o-mnie-priv {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 1fr 1fr; /* desktop: 1/6, 1/6, 2/6, 1/6, 1/6 */
  gap: 20px; /* odstęp między elementami */
  align-items: center; /* wyrównanie w pionie */
}

.o-mnie-p img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .o-mnie-priv {
    grid-template-columns: 1fr 1fr; /* 2 kolumny na telefonie */
  }

  .o-mnie-t {
    grid-column: span 2; /* tekst na całą szerokość w drugim wierszu */
  }
}


.oferta-second-row {
	margin-top:60px
}

.oferta-col-inner {
padding: 50px 55px;
  font-size: 17px;
  line-height: 27px;
  color: #333;
  margin-bottom: 35px;
  background-color: #fffaf1;
  box-shadow: 1px 15px 15px #0000000a;
}

.oferta-col-inner-no-bg {
	box-shadow:0px 0px 0px;
	background:none !important
}

#oferta ul {
	padding-left:20px
}

.oferta-umow {
	padding-top:30px
}

.oferta-title {
	font-size:29px;
	line-height:39px;
	font-weight:500;
	color:#7a6425;
	margin-bottom:25px
}

.oferta-title-up {
	margin-bottom: 5px;
  font-size: 18px;
  color: #333;
  font-weight: 400;
  padding-left:1px
}

.oferta-inner-left {
	padding-right:120px
}

@media only screen and (max-width: 1600px) {

.navbar .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}


.slide-left {
  bottom: 100px;
  left: 110px;
}

.slide-right {
  bottom: 100px;
  right: 110px;
}

.floating-icons {
  bottom: 100px;
}

.kroki-inner {
  width: 290px;
}

.classic-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.classic-section-padding .container-fluid {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 110px;
  padding-right: 110px;
}

.nav-link {
  padding-left: 18px !important;
  padding-right: 18px 

}

}

@media only screen and (max-width: 1400px) {

.navbar .container-fluid {
  padding-left: 90px;
  padding-right: 90px;
}

.col-md-5.oferta-col .oferta-col-inner {
	min-height:392px
}


.slide-left {
  bottom: 90px;
  left: 90px;
}

.slide-right {
  bottom: 90px;
  right: 90px;
}

.floating-icons {
  bottom: 90px;
}

.kroki-inner {
  width: 260px;
}

.classic-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.classic-section-padding .container-fluid {
  padding-top: 110px;
  padding-bottom: 110px;
  padding-left: 90px;
  padding-right: 90px;
}

.nav-link {
  padding-left: 17px !important;
  padding-right: 17px !important;
  font-size:17px
}

body, html {
  font-size:18px;
  line-height:30px
    }

.kroki-one {
  font-size: 30px;
  line-height: 39px;
  padding-top: 28px;
}

.kroki-krok {
  width: 60px;
  font-size: 80px;
  line-height: 80px;
  margin-top: -10px;
}

.kroki-krok-long {
  width: 75px;
}

.o-mnie-right {
  padding-left: 80px;
}

.slide-title {
  font-size: 45px;
  line-height: 55px;
  max-width: 700px;
}

.slide-desc {
  font-size: 25px;
  line-height: 35px;
}

h2 {
  font-size: 37px;
  line-height: 45px;
}

}

@media only screen and (max-width: 1200px) {

.navbar .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}

.slide-left {
  bottom: 90px;
  left: 70px;
}

.slide-right {
  bottom: 90px;
  right: 90px;
}

.floating-icons {
  bottom: 90px;
}

.kroki-inner {
  width: 260px;
}

.classic-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.classic-section-padding .container-fluid {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 70px;
  padding-right: 70px;
}

.nav-link {
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-size:16px
}

.haslo {
  font-size: 30px;
  line-height: 45px;
  padding-bottom: 20px;
}

body, html {
  font-size:17px;
  line-height:29px
    }

.slide-title {
  font-size: 50px;
  line-height: 60px;
  max-width: 700px;
}

.slide-desc {
  font-size: 30px;
  line-height: 40px;
  margin-top: 25px;
}

.slide-right img {
  max-width: 236px;
}

h2 {
  color: #7a6425;
  font-size: 45px;
  line-height: 52px;
  text-align: center;
}

    .kroki-inner {
      width: 220px;
    }
	
	    .kroki-one {
      font-size: 25px;
      line-height: 35px;
      padding-top: 31px;
      font-weight: 700;
    }

.kroki-two {
  font-size: 17px;
  line-height: 26px;
}

    .o-mnie-right {
      padding-left: 60px;
    }

}

@media only screen and (max-width: 998px) {


    .navbar .container-fluid {
      padding-left: 30px;
      padding-right: 20px;
    }
	
	    .floating-icons {
      bottom: 45px;
    }
	
	    .slide-title {
      font-size: 39px;
      line-height: 47px;
      max-width: auto;
	  padding-right:50px;
    }

.slide-left {
      bottom: auto;
      left: 30px;
      top: 150px;
    }
	
	    .slide-desc {
      font-size: 22px;
      line-height: 31px;
      margin-top: 15px;
	  padding-right:40px;
    }
	
	    .slide-right {
      bottom: 75px;
      right: auto;
      left: 30px;
    }
	
	    .slide-right img {
      max-width: 200px;
    }
	
	    .classic-section {
      padding-top: 50px;
      padding-bottom: 50px;
    }
	
	    .haslo {
      font-size: 22px;
      line-height: 33px;
      padding-bottom: 0px;
    }

.intro-left {
  border-right: 0px;
  padding-top: 50px;
  padding-bottom: 0px;
}

.intro-right {
  padding-top: 45px;
  padding-bottom: 45px;
}

    h2 {
      font-size: 35px;
      line-height: 40px;
    }
	
	    .classic-section-padding .container-fluid {
      padding-top: 45px;
      padding-bottom: 45px;
      padding-left: 30px;
      padding-right: 30px;
    }

.kroki-row {
  margin-top: 35px;
}

.kroki-col {
	padding-bottom:30px
}

.kroki-box {
  margin-top: 20px;
}

.kroki-krok {
      width: 45px;
      font-size: 50px;
      line-height: 50px;
      margin-top: 0px;
    }
	
    .kroki-one {
      font-size: 25px;
      line-height: 35px;
      padding-top: 16px;
      font-weight: 700;
    }	

    .kroki-krok-long {
      width: 45px;
    }
	
	    .kroki-inner {
      width: 270px;
    }

#kroki .container-fluid {
	padding-bottom:20px !important
}

  .o-mnie-right {
    padding-left: 30px;
    padding-top: 35px;
  }
  
    h2 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 10px !Important;
  }
  
  h4 {
	  margin-bottom:0px
  }
  
    .nav-link {
    padding-left: 1px !important;
    padding-right: 15px !important;
    font-size: 17px;
  }

.navbar-nav  {
	margin-top:20px
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

#kontakt {
	text-align:center
}

.footer-second-row {
	margin-top:30px
}

.footer-second-row .col-md-3, .footer-second-row .col-md-4 {
	padding-bottom:30px
}

.footer-copyright {
  padding-top: 35px;
}

#kontakt {
  padding-bottom: 45px !important;
}

.footer-copyright-inner {
  font-size: 16px;
  line-height: 25px;
}

.slick-dots {
	bottom:-40px
}

.referencje-second-row {
  margin-top: 30px;
}

.referencja-autor {
  margin-top: 30px;
}

.o-mnie-t {
	text-align:center;
	padding:5px 15px
}

#o-mnie-prywatnie {
	padding-top:25px;
	padding-bottom:25px
}

.oferta-second-row {
  margin-top: 30px;
}

.oferta-title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight:400
}

.oferta-col-inner {
  border: 1px solid #7a6425;
  padding: 30px 20px;
} 
  
.oferta-inner-left {
padding-right:15px
}	
  
.oferta-inner-right {
padding-top:25px
}	

.oferta-umow {
	padding-top:5px
}

.footer-col-2 {
	padding-left:10px
}

}