* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
  font-size: 100%;
  -ms-overflow-style: none;  
}

body{
  font-size: 100%;
  overflow-x: hidden;
}



/** REUSABLE **/
.row{
  max-width: 1250px;
  margin: 0 auto;
}

.row-two{
  max-width: 1500px;
  margin: 0 auto;
}


/* Reveal */
.reveal{
  transform: translateY(150px);
  opacity: 0;
  filter: blur(3px);
  transition: all 2s ease;
}


.reveal.active{
  transform: translateY(0px);
  opacity: 1;
  filter: blur(0);
}



/** HEADER **/
header{
    width: 100%;
    background-image: url(/img/marble.png);
    box-shadow: 0px 0px 1.875em 0px rgb(0 0 0 / 15%);
    transition: transform 0.3s ease;
    position: fixed; 
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(205, 205, 205, 0.80);
    border-bottom: 0.125em solid #ffa500;
}

.header_content{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 1.875em 0 1.875em 0;
}


/** LOGO **/
.logo{
  text-decoration: none;
  font-size: 1.7em;
  color: #ffa500;
  display: inline-block;
  text-align: center;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.logo span{
  color: #cccccc;
}

.logo::after {
  content: "";
  display: block;
  width: 98%;
  border-bottom: 0.0625em solid #cccccc;
  margin: 0px auto;
}



/** NAVIGATION **/
.nav_list{
  list-style: none;
  display: flex;
  column-gap: 0.9375em;
}

.nav_open{
  transform: translate(0) !important;
}

.nav_link{
  color: #cccccc;
  text-decoration: none;
  font-size: 1em;
  padding: 0.5em 0.9375em;
  letter-spacing: 0.0425em;
  transition: all 0.4s ease;
  display: inline-block;
  position: relative;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.nav_link::after{
  content:"";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  -webkit-transform: translateX(-50%) scaleX(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 100%;
  height: 0.0625em;
  background-color:#cccccc;
  transition: transform 250ms;
}

.nav_link:hover::after{
  -webkit-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}

.nav_link:hover,
.nav_link:active{
  color: #cccccc;
}

.phone{
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  background-color: #ffa500;
  border: 0.125em solid #ffa500;
  padding: 0.5em 1em;
}

.phone:hover,
.phone:active{
  color: #ffa500;
  background: transparent;
}

.phone::after{
  display: none;
}


/* hamburger */
.hamburger{
  display: none;
  cursor: pointer;
}

.hamburger_open .bar:nth-child(1){
  transform: translateY(7px) rotate(45deg);
}

.hamburger_open .bar:nth-child(2){
  opacity: 0;
}

.hamburger_open .bar:nth-child(3){
  transform: translateY(-7px) rotate(-45deg);
}

.bar{
  height: 2px;
  width: 27px;
  background: #cccccc;
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
}




/** HERO SECTION **/
.parallax {
  background-image: url(img/bg2.jpg); 
  height: 90vh; 
  background-attachment: fixed; 
  background-size: cover;
  background-position: center;
  position: relative;
}

.parallax-zoomed{
  height: 110vh;
}

.section-hero-text {
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%; 
  transform: translateY(-50%); 
  background-image: url(/img/marble.png);
  background-color: rgb(255 255 255 / 80%);
  text-align: center;
  z-index: 100; 
}

.section-hero-text-zoomed{
  top: 57%;
}

.section-hero-text h1{
  color: #cccccc;
  margin-bottom: 1.5625em;
  font-size: 1.8em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
}

.section-hero-text h1::after {
  content: "";
  display: block;
  width: 99%;
  border-bottom: 0.125em solid #ffa500;
  margin: 0.3125em auto;
}

.section-hero-text p{
  color: #cccccc;
  font-size: 1.1em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.875em;
  letter-spacing: normal;
  word-spacing: 0.1875em;
  max-width: 31.25em;
}

#cennik{
  margin-top: 1.25em;
  font-size: 0.8em ;
  word-spacing: 0.125em;
  line-height: 1.375em;
}

.section-hero-text a{
  text-decoration: none;
  color:#fff;
  padding: 0.5em 1.375em;
  background-color: #ffa500;
  font-size: 1.1em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  margin-top: 1.875em;
  border: 0.125em solid #ffa500;
  transition: 0.3s ease-in-out;
}

.br-hide{
  display: none;
}

.section-hero-text a:hover{
  color: #ffa500;
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.left-text{
  text-align: left;
  max-width: 100%;
  display: flex;
  flex-direction: column; 
  justify-content: center; 
  align-items: flex-start; 
}

.grid-hero{
  display: grid;
  grid-template-columns: 1fr 1fr; 
  gap: 1.875em; 
  max-width: 78.125em; 
  margin: 0 auto; 
  width: 100%;
  height: 27.1875em;
}

/** IMAGE SLIDER **/
.slider {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}


.slide {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.slide.active {
  display: block;
}

.prev, .next {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0);
  color: white;
  border: none;
  padding: 0.625em;
  cursor: pointer;
  font-size: 1.125em;
}

.prev { left: 0.625em; }
.next { right: 0.625em; }



/** SECTION TWO **/
.section-two-text{
  background-image: url(img/marble.png);
  width: 100%;
  border-bottom: 0.125em solid #ffa500;
  border-top: 0.125em solid #ffa500;
}

.gallery-container{
  padding-top: 4.6875em;
  padding-bottom: 4.6875em;
}

.section-two-gallery{
  width: 93%;
  height: 60vmin;
  display: flex;
  gap: 0.625em;
  margin: 0 auto;
}

.section-two-gallery img{
  height: 100%;
  flex: 1;
  object-fit: cover;
  overflow: hidden;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}

.section-two-gallery img:hover{
  flex: 4;
}


.slider-two-container {
  display: none;
  position: relative;
  width: 90%;
  max-width: 31.25em;
  margin: auto;
  overflow: hidden;
  border-radius: 0.1875em;
  box-shadow: 0em 0.0625em 0.6875em rgb(90 90 90);
  transition: all ease-in-out 0.3s;
}


.slider-two-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slider-two-slide {
  min-width: 100%;
  user-select: none;
}

.slider-two-slide img {
  width: 100%;
  display: block;
  border-radius: 0.1875em;
  aspect-ratio: 4/3;
}


.slider-two-arrow {
  display: none;
  opacity: 0;
}


.slider-two-left {
  left: 0.625em;
}


.slider-two-right {
  right: 0.625em;
}


@keyframes move-arrows {
  0% {
      transform: translateY(-50%) translateX(0);
  }
  100% {
      transform: translateY(-50%) translateX(-10px);
  }
}


.slider-two-right {
  animation-direction: alternate-reverse;
}


.slider-two-arrow.hidden {
  opacity: 0;
}



/** GALÉRIA **/
.section-three{
  background-color: #f3f3f3;
}

.container{
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10em 8%;
}

.gallery{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20.8125em, 1fr));
  align-items: center;
  gap: 1.25em;
}

.gallery img{
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: unset;
  box-shadow:  0em 0.0625em 0.5em rgba(0, 0, 0, 0.64);
  transition: all ease-in-out 0.3s;
  aspect-ratio: 1/1;
}

.gallery img:hover{
  box-shadow: 0em 0.0625em 0.6875em rgba(0, 0, 0, 0.85);
  transition: all ease-in-out 0.3s;
}






/**SECTION FOUR**/
.section-four{
  width: 100%;
  background-color: #f3f3f3;
}

.section-four-text{
  padding: 4.6875em 0em;
  display: flex;
  flex-direction: column;
  gap: 3.125em; 
  margin: auto;
}

.riadok {
  justify-content: space-between;
  display: grid;
  grid-template-columns: 1fr 1fr; 
  align-items: center; 
  gap: 1.25em; 
}

.riadok p{
  color: #cccccc;
  font-size: 1.1em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 2.1875em;
  letter-spacing: normal;
  word-spacing: 0.25em;
  background-image: url(img/marble.png); 
  -webkit-background-clip: text; 
  background-clip: text; 
  color: transparent; 
}

.riadok p::before{
  content: "";
  display: block;
  width: 15%;
  border-bottom: 0.3125em solid #ffa500;
  margin-bottom: 1.25em;
}

.obrazok{
  text-align: center;
  margin: 0 auto;
}

.obrazok img {
  width: 100%;
  max-width: 31.25em; 
  height: auto;
  box-shadow:  0em 0.0625em 0.5em rgba(0, 0, 0, 0.64);
  transition: all ease-in-out 0.3s;
  aspect-ratio: 4 / 3;
}

.obrazok img:hover{
  box-shadow: 0em 0.0625em 0.6875em rgba(0, 0, 0, 0.85);
  transition: all ease-in-out 0.3s;
}

.boltspan{
  font-weight: 600;
}





/**FOOTER**/
.setcenter{
  width: 100%;
  margin: 0 auto;
}

.setgrid {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr minmax(0, 25em);
  justify-content: space-between;
}

footer{
  border-top: 0.125em solid #ffa500;
  background-image: url(img/marble.png);
}

.nastav{
  align-items: center;
  padding-top: 6.875em;
  padding-bottom: 6.25em;
  cursor: default;
}

footer ul{
  text-align: left;
  list-style-type: none;
  line-height: 3.125em;
  vertical-align: middle;
  font-size: 0.875em;
}

footer ul li{
  color: #cccccc;
  font-size: 1.4em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  word-spacing: 0.1875em;
}

footer ul li a{
  text-decoration: none;
  color: #cccccc;
}

#footer-nadpis{
  display: inline-block;
  color: #cccccc;
  font-size: 1.8em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  word-spacing: 0.1875em;
  margin-bottom: 1.25em;
}

#footer-nadpis::after{
    content: "";
    display: block;
    width: 100%;
    border-bottom: 0.125em solid #ffa500;
    margin: 0.3125em auto;
}

.udaje{
  width: 30em;
  height: fit-content;
  padding: 0 0.9375em;
}


.menu{
  width: 30em;
  height: fit-content;
  padding: 0 0.9375em;
}

.kontakt{
  width: 25em;
  height: fit-content;
  padding: 0 0.9375em;
}

.prava{
  width: 100%;
  padding-bottom: 1.875em;
}

.prava p{
  font-size: 1em;
  text-align: center;
  color: #cccccc;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.prava p a{
  text-decoration: none;
  color: #cccccc;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}









