html, body {
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;

}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


body{
    color: #3C3C3B;
    font-family: 'Gowun Dodum', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.3px;
    margin: 0;
}

/* ----------------------- button -----------------------  */

.button{
  font-family: 'Cinzel', serif;
  font-weight: 400;
  background: #995617; 
  color: #FCFAEE;
  display: inline-block;	
  font-size:18px; 
  text-decoration: none; 
  cursor: pointer;  
  padding: 12px 40px; 
  transition: 0.5s ease; 
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease; 
  margin: 5px; 
  text-align:center; 
  border-radius:4px;
}

.button:hover{
  background:#DB7412; 
  color: #FCFAEE;
}





/* ----------------------- headings -----------------------  */

h1, h2, h3, h4{
    font-family: 'Cinzel', serif;
    line-height: 100%;
    margin: 0;
    padding: 0;
    font-weight: 600;
    text-align:center; 
}

h2	{
    font-size: 48px;
    padding-bottom:20px; 
    position: relative; 
    margin-bottom:32px;
}

h2:after{
    content:""; 
    position: absolute; 
    border-bottom:4px solid #995617; 
    width: 100px; 
    bottom: 0; 
    left:50%; 
    margin-left:-50px;}


h3{
    font-size: 24px;
    font-weight: 400;
}


h4{
    font-size: 18px;
    font-weight: 400;
    text-align: left; 
}





/* ---------------- logo ------------------------------- */


a.logo{
  font-weight: 600;
  font-size: 20px;
  font-family: 'Cinzel', serif;
  color: #3C3C3B;
}

a.logo:hover{
  color: #995617; 
}

a.logo:hover span{
  color: #3C3C3B;
}

/* ---------------- links ------------------------------- */



a{
    color: #F0CBBD;
    text-decoration: none;
}

a:hover{
    color: #E2A995;
}




/* ---------------- paragraphs ------------------------------- */

p{
    max-width: 780px;
    margin:0;
    text-align: center;
    }


ul, ol{
    font-size: 18px;
    }


/* ----------------------- colors -----------------------  */

.primary{
    color: #0A1833;
}

.brand1{
    color: #995617;
}

.brand2{
    color: #4D6B32;
}

.rev{
    color: #FCFAEE;
}



/* ----------------------- images -----------------------  */

img{
    width:100%;
}



.hero{
  color: #FCFAEE;
}


#start, #oferta {
  background-image: url(img/bg7.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

#hero2, #warunki {
  background-image: url(img/bg2.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

#hero3, #galeria {
  background-image: url(img/bg1.jpg);
    background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

#hero4, #wyposazenie {
  background-image: url(img/bg4.jpg);
    background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

#hero5, #lokalizacja, #kontakt, footer{
  background-image: url(img/bg5.jpg);
    background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

#kontakt, #gospodarz, footer{
  background-image: url(img/bg8.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}




.hero .inner {
  background: rgba(0, 0, 0, 0.45) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) repeat;
  min-height: 70vh;
}

#start .inner{  
  min-height: 100vh;
}

#kontakt .inner{  
  min-height: 90vh;
}

#gospodarz .inner{
  min-height: auto;
}



.inner {
    background-color: rgba(244, 241, 234, 0.95);
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center;    
    min-height: 100vh;
    padding: 74px 16px;

}


.content{
    
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center;    
    gap: 32px;
}

#start .content{
  gap: 8px;
}

.division{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row; 
    gap: 24px;
    max-width: 1200px;
    margin: auto;
    align-items: flex-start;
    
    }

    @media (max-width: 767px) {section .division{flex-direction: column;}}


#start img{
  max-width: 566px;
}

.column {
    width: 100%;
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    }





/* ----------------------- footer -----------------------  */


footer{
    text-align: center;
    font-size: 16px;
}

.negative{
  background-color: rgba(0, 0, 0, 0.85);
  color: #FCFAEE;
}

footer .inner{
  min-height: 24px;
  padding: 8px;
}


/* ----------------------- menu -----------------------  */
 

.site-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(244, 241, 234, 0.95);
  width:100%;
  padding: 8px 24px;
  box-sizing: border-box;
  position: fixed;
  z-index: 1000;
}

.site-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.site-navbar ul li a {
  font-family: 'Cinzel', serif;
  color: #0A1833;
  font-size: 16px;
  padding: 0 12px;
  display: block;
  text-decoration: none;
}

.site-navbar ul li a:hover {
  color: #995617;
}

.site-navbar ul li a.active{
  color: #995617;
}

.site-navbar ul li a.lang-btn{
  background: #995617; 
  color: #FCFAEE;
  border-radius: 4px;
  padding: 0px 8px;
}

.site-navbar ul li a.lang-btn:hover{
  background: #DB7412;
  color: #FCFAEE;
}


@media screen and (max-width: 1023px) {
  .site-navbar {flex-direction: column;}
}






.nav-toggler {
  border: none;
  cursor: pointer;
  height: 39px;
  display: none;
  background-color: transparent;
}
.nav-toggler span, 
.nav-toggler span:before, 
.nav-toggler span:after {
  width: 28px;
  height: 2px;
  background-color: rgba(60, 60, 59, 0.85);
  display: block;
  transition: .3s;
}
.nav-toggler span:before {
  content: '';
  transform: translateY(-9px);
}
.nav-toggler span:after {
  content: '';
  transform: translateY(6px);
}
.nav-toggler.toggler-open span {
  background-color: transparent;
}
.nav-toggler.toggler-open span:before {
  transform: translateY(0px) rotate(45deg);
}
.nav-toggler.toggler-open span:after {
  transform: translateY(-3px) rotate(-45deg);
}





/* mobile breakpoint start */
@media screen and (max-width: 767px) {

  .site-navbar {
    flex-direction: row;
  }
  .nav-toggler{
    display: block;
  }
  .site-navbar {
    min-height: 60px;
  }
  .site-navbar ul {
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    left: 0;
    top: 60px;
    flex-direction: column;
    align-items: center;
    background-color: rgba(60, 60, 59, 0.95);
    max-height: 0;
    overflow: hidden;
    transition: .3s;
  }
  .site-navbar ul li {
    
    text-align: center;
  }
  .site-navbar ul li a {
    color: #FCFAEE;
    padding: 16px;
  }
  .site-navbar ul li a:hover {
    background-color: rgba(255,255,255,.1);
  }
  .site-navbar ul.open {
    max-height: 100vh;
    overflow: visible;
  }

  .site-navbar ul.open a.active{
    color: #DB7412;
  }

}


/* ----------------------- cookies -----------------------  */

 #cookie-popup {
  display: flex;
  justify-content: center; 
    align-items: center;  
  position: fixed;
  z-index: 9999;
  right: 30px;
  bottom: 30px;
  width: 330px;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(60, 60, 59, 0.85);
  color: #FCFAEE;
  border-radius: 8px;
 
}

 #cookie-popup p{
  font-size: 14px;
  line-height: 120%;
  text-align: left;
  }


#cookie-popup a{
  display: inline-block;
  cursor: pointer;
  padding: 2px 4px;
  color: #FCFAEE;
  background-color: #995617;
  border-radius: 4px;
 
}

#cookie-popup a:hover {
  background-color: #DB7412;
  color: #FCFAEE;
}

@media only screen and (max-width: 450px) {
  #cookie-popup {
    max-width: 95%;
    right: 0;
    bottom: 20px;
    left: 0;
    margin: 0 auto;
  }
}


/* ----------------------- gallery -----------------------  */

.content .gallery{
  max-width: 780px;
}

.gallery{
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .gallery{
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
}


.gallery a:hover{
  opacity: 50%;
}

.gallery img{
  display:block;
  width:100%;
}

#kontakt img{
  width: auto;
  height: auto;

}

#kontakt img.me{
  border: 3px solid #FCFAEE;
  border-radius: 1000px;
}

#kontakt .social img{
  border: 2px solid #F0CBBD;
  border-radius: 1000px;
  padding:10px;
  margin:10px;
}


#kontakt .social img:hover{
  background-color: rgba(244, 241, 234, 0.2);
}