html {
  scroll-behavior: smooth;
}
@view-transition {
  navigation: auto;
}
body
{
  font-family: 'Quicksand', -apple-system,'Segoe UI','Roboto', sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 1.65;
  font-style: normal;
  font-weight: 500;
  background-color: #fff  ;
  margin: 0;
  color: black;
  letter-spacing: 0.5px;
}
input,textarea,button{
  font-family: 'Quicksand', -apple-system,'Segoe UI','Roboto', sans-serif;
  font-weight: 500;
  color: black;
  letter-spacing: 0.5px;
  font-size: 16px;
  
}
a{
  color: black;
  text-decoration: none;
}
a:hover{

}
.center{
  text-align: center;
}
h1,h2,h3
{
  font-weight: 500;
  margin: initial;
}
h1{
  font-size: 60px;
  line-height: 120%;
}
h2{
  font-size: 40px;
  line-height: 120%;
}
h3{
  font-size: 20px;
  line-height: 120%;
  font-weight: bold;
}
section{
  margin: 70px 0;
}
.page{
  min-height: 100vh;
  background-color: white;
}
.underline{
  text-decoration: underline;
}
/*////////////////////////////////////////////////////////////////////////////////////////////*/

:root {
  --bezova: #F0E8D9;
  --zelena2: #6B9E83;
  --zelena: #2D6A4F;

}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
header{
    font-size: 26px;
    font-size: 20px;
}
.header{
    position: relative;
    margin: 20px;
}
.header .logo{
    position: absolute;
    left: 0;
    top: calc(50% - 13px);
}
.header .logo img{
    width: 200px;
    display: block;
}
.header .menu{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.header .menu a{}
.header .cta{
    position: absolute;
    right: 0;
    top: calc(50% - 22px);
    background-color: var(--zelena);
    color: white;
    font-weight: 500;
    border: 1px solid var(--zelena);
    transition: 0.2s all linear ;
}
.header .cta:hover{
  color: var(--zelena);
  background-color: white;

}
/*////////////////////////////////////////////////////////////////////////////////////////////*/
.btn{
    padding: 7px 30px;
    border-radius: 30px;
}
.bg_green{}
/*////////////////////////////////////////////////////////////////////////////////////////////*/
.cont_s{
  width: 440px;
  margin: auto;
  max-width: calc(100% - 40px);
}
.cont{
  width: 1440px;
  margin: auto;
  max-width: calc(100% - 40px);
}
.icon{
  display: block;
  margin: auto;
  margin-bottom: 50px;
  width: 120px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////*/
.hero{
  width: 100%;
  position: relative;
  min-height: 500px;
  height: 50vh;
}
.hero h1{
  text-align: center;
  color: #fff;
  padding: 0 20px;
}
.hero .bg{
  position: absolute;
  left: 20px;
  top: 0;
  right: 20px;
  bottom: 0;
  background-color: var(--zelena);
  border-radius: 20px;
  background-size: contain;
  background-position: center;
  background-image: url("/IMG/pozadi_01.jpg");
  background-image: url("/IMG/pozadi_01_hd.jpg");
}
.hero .centerd{
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  max-width: 620px;
  width: calc(100% - 40px);
}
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*.bg.hp{
  background-image: url();
}
.bg.kontakt{
  background-image: url();
}*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
.bg_green{
  background-color: var(--zelena);
  color: white;
  overflow: hidden;
  position: relative;
}
/*////////////////////////////////////////////////////////////////////////////////////////////*/
.flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: calc(100% - 40px);
  width: 1440px;
  margin: 40px auto;
}
.flex .col{
    width: 25%;
}
/*////////////////////////////////////////////////////////////////////////////////////////////*/
.ctas{
  display: flex;
  margin: 100px auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.ctas .cta.v2:hover,
.ctas .cta{
  color: white;
   background-color: var(--zelena);
    border: 1px solid var(--zelena);
    transition: .2s all linear;
}
.ctas .cta:hover,
.ctas .cta.v2
{
  border: 1px solid var(--zelena);
  color: var(--zelena);
   background-color: white;
}
.kontakt.flex{
  max-width: 1440px;
  width: calc(100% - 40px);
  margin: 90px auto;
  display: flex;
  justify-content: space-around;
}
.kontakt.flex .col{width: 33%;max-width: 300px;}
.kontakt.flex a {
  color: var(--zelena);
}
/*////////////////////////////////////////////////////////////////////////////////////////////*/
label{
}
label .label{
    margin-bottom: 5px;
    margin-left: 5px;
}
label input{
  width: 100%;
  padding: 10px 10px;
  box-sizing: border-box;
  border: none;
  border-radius: 20px;
  margin-bottom: 16px;
}
label textarea::placeholder,
label input::placeholder{
  color: #ddd;
  opacity: 1;
  text-align: center;
}
label input:focus-visible,
label input:focus
{
  outline: 2px solid var(--zelena);
  outline-color: var(--zelena);
}
label textarea{
  width: 100%;
  padding: 7px 10px;
  padding: 10px 10px;
  box-sizing: border-box;
  border: none;
  border-radius: 20px;
  margin-bottom: 16px;
  resize: vertical;
  min-height: 100px;
}
label textarea:focus-visible,
label textarea:focus
{
  outline: 2px solid var(--zelena);
  outline-color: var(--zelena);
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
footer a{
  color: white;
}
footer .icon{

}
.form {}
.form .info{
  text-align: center;
}
.form h2{
    padding-top: 40px;
    margin-top: -40px;
}
.form form{
  width: 340px;
  max-width: calc(100% - 40px);
  margin: 20px auto 100px;
  padding: 40px 30px 20px;
  background-color: var(--zelena2);
  background-color: #6b9e8380;
  border-radius: 20px;
  box-sizing: border-box;
}
.form button{
  display: block;
  border: none;
  color: white;
  background-color: var(--zelena);
  outline: none;
  font-size: 18px;
  margin: 20px auto;
  padding: 10px 30px;
  transition: .2s all linear ;
  border: 1px solid var(--zelena);  
  cursor: pointer;
}
.form button:hover{
  color: var(--zelena);
  background-color: white;
}
/*******************************************************************************************************/
.slider_widget{
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    gap: 1rem;
    margin: 100px 10px 120px;
    padding-bottom: 40px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    /* width: calc(100% - 60px); */
    overflow-y: auto;
}

.flex_end
{
    align-items: flex-end;
}

.slider_widget::-webkit-scrollbar {
  width: 5px;
    border-radius:10px;
    -webkit-appearance: none;
    
}
/* Track */
.slider_widget::-webkit-scrollbar-track {
  background: #fff;
   background: #F0F0F0;
  border-radius:10px;
}


/* Handle */
.slider_widget::-webkit-scrollbar-thumb {
  background: #000;
   background-color: var(--zelena);
    border-radius:10px;
    transition: .2s all linear ;
}

/* Handle on hover */
.slider_widget::-webkit-scrollbar-thumb:hover {
  background: #000;
   background-color: var(--zelena);
}


.slider_widget .item {
    /* flex: 0 0 auto; */
    width: 100%;
    background-color: white;
    border-radius: 15px;
    padding: 0;
    box-sizing: border-box;
    flex-shrink: 0;
    scroll-snap-align: start;
    width: auto;
    object-fit: cover;
    height: 500px;
    overflow: hidden;
}
.slider_widget .item img{
  height: 100%;
  width: auto;
  display: block;
}
/*********************************************************************************/

.gallery
{
    /* height: 50vh; */
    position: relative;
    min-height: 450px;
    /* overflow: hidden; */
    /* min-height: 50vh; */
    aspect-ratio: 4/3;
    aspect-ratio: 16/9;
    margin: auto;
    width: calc(100% - 40px);
    max-width: 1440px;
}
.gallery > .nav_right,
.gallery > .nav_left
{
    right: 2%;
    bottom: 2%;
    bottom: calc(50% - 20px);
    height: 40px;
    width: 40px;
    position: absolute;
    border: 1px solid transparent;
    z-index: 1;
    background-color: white;
    background-color: var(--zelena2);
    cursor: pointer;
    border-radius: 100%;
}
.gallery > .nav_left
{
    right: initial;
    left: 2%;
}
.gallery > .gallery_image
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 0.2s ease;

}
.gallery > .gallery_image.active
{   
    opacity: 1;
    display: block;
}
.gallery>.bullets>.bullet {
  margin: 10px;
  width: 12px;
  height: 12px;
  border: 1px solid var(--template_color_black);
  box-sizing:border-box;
  background-color: var(--template_color_black);
  z-index: 1;
  background-color: var(--zelena2);
  border-radius: 100px;
}
.gallery>.bullets {
    position: absolute;
    z-index: 100;
    left: 20%;
    right: 20%;
    bottom: calc(0% - 40px);
    display: flex;
    justify-content: center;
    z-index: 1;
}
.gallery>.bullets>.bullet.active
{
  background-color: var(--zelena);
}
.gallery > .nav_right {
    background-image: url(/ICONS/sipka_vpravo.svg);
    background-size: 20PX;
    background-position: center;
    background-repeat: no-repeat;
}
.gallery > .nav_left {
    background-image: url(/ICONS/sipka_vpravo.svg);
    background-size: 20PX;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
/*********************************************************************************/
.mobile_menu{
  position: fixed;
  right: -400px;
  top: 0;
  bottom: 0;
  width: 300px;
  width: 240px;
  background-color: var(--bezova);
  z-index: 10;
  transition: 0.2s all linear ;
  padding: 100px 20px 20px;
  overflow: scroll;
}
.mobile_menu.active{
  right: 0;
}
.mobile_menu>.menu{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 20px;
}
.dim_bg{
  display: none;
  background-color: black;
  opacity: 0.4;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/*********************************************************************************/
.ratta{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  max-width: 1000px;
  margin: 100px auto;
  width: calc(100% - 40px);
  gap: 50px 20px;
  padding: 0 20px;
  flex-wrap: wrap;
}
.ratta .col{
  max-width: 250px;
  text-align: center;
  /* font-size: 20px; */
}
.ratta .col .text{}
.ratta .col img{width: 80px;margin-bottom: 10px;}
.ratta .col .header{
    font-weight: bold;
}
/*********************************************************************************/
.cenik {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1400px;
    max-width: calc(100% - 40px);
    margin: 100px auto;
    gap: 50px;
}
.cenik .box{
    width: calc(33.33% - 50px);
    text-align:center
}
/*********************************************************************************/
.cenik.v2{
  max-width: calc(100% - 40px);
  gap: 0;
}
.box2{
  width: calc(50% - 10px);
  background-color: #d2e1d8;
  padding: 40px 50px;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 20px;
}
.box2.v2{
  background-color: #f0f5f3;
}
.box2 .title{
  font-size: 50px;
  line-height: 100%;
}
.box2 .info{
  margin: 20px 0;
  font-weight: bold;
}
.box2 .desc{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
}
.box2 .desc div{
  width: calc(50% - 20px);
}
/*********************************************************************************/
    .model5{
      
    }
    .model5 h2{
      text-align: center;  
      margin-top: 70px;
      margin-bottom: 70px;
    }
    .model5 .box{
      padding: 40px;
      display: flex;
      background-color: #f0f5f3;
      max-width: calc(100% - 40px);
      width: 1440px;
      margin: auto;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      box-sizing: border-box;
      gap: 20px;
    }
    .model5 .box .line{
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
    }
    .model5 .box .l2{width: calc(50% - 10px);}
    .model5 .box .line .img{margin-right: 20px;}
    .model5 .box .line .text{   }
    .model5 .box .line img{display: block;width: 40px;}
/*********************************************************************************/
.hamburger{
  z-index: 11;
  display: none;
  width: 50px;
  height: 50px;
}
.hamburger img{
  width: 100%;
}
@media only screen and (max-width: 1200px){
  .header .cta{
    display: none;
  }
  .header .menu{
    display: none;
  }
  .header .logo{
    position: initial;
    display: block;
  }
  h1{
    font-size: 40px;
  }
  .gallery>.bullets{
    left: 0;
    right: 0;
  }
  .hamburger{
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    box-sizing: border-box;
    padding: 10px;
  }
}

@media only screen and (max-width: 1000px){
  footer .flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
  }
  footer .flex .col{
    width: 100%;
    text-align: center;
  }

  .kontakt.flex{
    gap: 50px;
  }
  .kontakt.flex .col{
     width: 100%;
  }
  .ratta .col{
    width: 100%;
    max-width: 3;
  }
  .cenik .box{
      width: calc(50% - 50px);
      text-align:center
  }
  .hero .bg{
    background-size: cover;
  }
  .box2 .title{
    font-size: 40px;
  }
  .box2{
      padding: 20px;
      width: calc(100% - 10px);
    }
    .box2 .info{
      margin-bottom: 0;
    }
    .box2 .desc div{
      width: 100%;
      margin-top: 20px;
    }
    .box2 .desc{
      gap: 0;
    }
}
@media only screen and (max-width: 800px){
  .gallery>.bullets{
    display: none;
  }
  .cenik .box{
      width: 100%;
      text-align:center
  }
   .model5 .box{
     padding: 20px;
     width: 400px;
   }
   .model5 .box .l2{width: calc(100% - 10px);}

    

}
@media only screen and (max-width: 740px){
  .slider_widget .item{
    height: 30vh;
    min-height: 400px;
  }
  .slider_widget .item img{
    width: 100%;
    height: initial;
  }
  .slider_widget .item{
    width: calc(100% - 40px);
    height: initial;
    min-height: initial;
  }
}
@media only screen and (max-width: 400px){
  h1{
    font-size: 30px;
  }
  h2{
    font-size: 30px;
  }
}


