@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&family=Julee&family=Style+Script&display=swap');







@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&family=Julee&family=Sedgwick+Ave&family=Style+Script&display=swap');
:root{
    --main-color:#8e44ad;
    --black:#222;
    --white:#fff;
    --light-black:#777;
    --light-white:#fff9;
    --dark-bg:rgba(0,0,0,.7);
    --light-bg:#eee;
    --border:.1rem solid var(--black);
    --box-shadow:0 .5rem 1rem rgba(0,0,0,.1);
    --text-shadow:0 1.5rem 3rem rgba(0,0,0,.3);
    --first_font: "Amatic SC", sans-serif;
    --second_font: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif !important;
    --third_font: "Amatic SC", sans-serif;
    --fourth_font: "Alumni Sans", sans-serif;
    --fift_font: "Style Script", cursive;
    --sixt_font: "Sedgwick Ave", cursive;






/* Moderní minimalistický design s animacemi a nadech zelenou */
  --nl-primary: #1B5E20; /* tmavší zelená - moderní */
  --nl-accent: #4CAF50; /* střední zelená */
  --nl-light: #81C784; /* světlá zelená */
  --nl-bg: #FFFFFF;
  --nl-card-bg: #ffffff;
  --nl-text: #2C3E30;
  --nl-border: #E8F5E9;
  --nl-shadow: 0 8px 32px rgba(27, 94, 32, 0.08);
  --nl-font: "Amatic SC", sans-serif;


  --cookie-primary: #1b5e20;   /* tmavší zelená */
  --cookie-accent:  #4caf50;   /* světlejší zelená */
  --cookie-bg:      #ffffff;   /* bílá, čistý podklad */
  --cookie-text:    #1f2933;   /* tmavě šedá pro lepší čitelnost */
  --cookie-shadow:  0 18px 45px rgba(0, 0, 0, 0.18);













 }

* {
    margin: 0; padding: 0;
    box-sizing: border-box;
    outline: none; border: none;
    text-decoration: none;
    text-transform: none; 
}


html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  scroll-padding-top: 9rem;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  min-height: 100vh;
}



/*--------scroll bar---------*/
html{
    font-size: 62.5%;
    overflow-x: hidden;
 }
 
 html::-webkit-scrollbar{
    width: 1rem;
 }
 
 html::-webkit-scrollbar-track{
    background-color: var(--white);
 }
 
 html::-webkit-scrollbar-thumb{
    background-color: var(--main-color);
 }


/* =========================================
   Scrollbar styling (cross-browser)
   ========================================= */



/* Firefox */
body {
  scrollbar-color: var(--main-color) var(--white);
  scrollbar-width: thin;
}

/* WebKit */
body::-webkit-scrollbar {
  width: 1rem;
}

body::-webkit-scrollbar-track {
  background-color: var(--white);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  border-radius: 999px;
  border: 2px solid var(--white);
}

body::-webkit-scrollbar-thumb:hover {
  background-color: var(--nl-accent);
}


 section{
    padding:5rem 10%;
 }

 /*--------nadpis fadeIn---------*/
 @keyframes fadeIn {
    0%{
        transform: scale(0);
        opacity: 0;
    }
 }
 /*--------front obrazky ..about.. book.. package.. book..---------*/
 .heading {
    background-size: cover !important;
    background-position: center !important;
    padding-top: 10rem;
    padding-bottom: 15rem;
    display: flex;
    align-items: center;
    justify-content: center;

 }

 .heading h1 {
    font-size: 10rem;
    text-transform: capitalize;
    color: var(--white);
    text-shadow: var(--text-shadow);
    font-family: var(--first_font);

    
 }





 

 ul {
    list-style: none;
  }


  a {
    text-decoration: none;
  }

.btn1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-block;
    background: var(--black);
    margin-top: 1rem;
    color: var(--white);
    font-size: 1.7rem;
    padding: 1rem 3rem;
    cursor: pointer;
    text-transform: uppercase;


    line-height: 2;
    font-family: var(--fourth_font);
  
    font-weight: 400;
    font-style: normal;
}

.btn {
    display: inline-block;
    background: var(--black);
    margin-top: 1rem;
    color: var(--white);
    font-size: 1.7rem;
    padding: 1rem 3rem;
    cursor: pointer;
    text-transform: uppercase;

    line-height: 2;
    font-family: var(--fourth_font);
  
    font-weight: 400;
    font-style: normal;
}

.btn:hover{
    color: var(--main-color);
}

.btn1:hover{
  color: var(--main-color);
}

 @keyframes fadeIn {
    0%{
       transform: scale(0);
       opacity: 0;
    }
 }

/*--------nadpis odstavce (our services...)---------*/
.heading-title {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 6rem;
    color: var(--black);
}

.header {
    position: sticky;
    top:0; left:0; right:0;
    z-index: 1000;
    background-color: var(--white);
    display: flex;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 6rem;
    box-shadow: var(--box-shadow);
    align-items: center;
    justify-content: space-between;
}
/*--------velikost pismen logo---------*/
.header .logo {
    font-size: 4.5rem;
    color: var(--black);
    font-family: var(--first_font);
    transition: color 0.3s; /* Smooth transition */

    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px; /* Adjusts space between letters */

}

.header .logo:hover {
  color: green;
}



/*--------velikost pismen menu---------*/
.header .nav__menu a {
    font-size: 3rem;
    margin-left: 2rem;
    color: var(--black);
    transition: 0.5s;
}
/*--------zmena barvy slov pri prejeti... menu---------*/
.header .nav__menu a:hover {
    color: var(--main-color);
}


.contact {
  position: relative;
  font-weight: var(--font-medium);

  font-size: 3rem;
    margin-left: 2rem;
    color: var(--black);
    transition: 0.5s;
    font-family: var(--first_font);
    font-weight: 700;
    text-decoration: underline !important; /* Ensure the underline is visible */
    text-decoration-style: dotted !important;
}


.contact:hover {
  color: var(--main-color);

}




/*--------hamburger- menu---------*/
#menu-btn {
    font-size: 2.5rem;
    cursor: pointer;
    color: var(--black);
    display: none;
}


/* CSS */
.button-89 {
    --b: 3px;   /* border thickness */
    --s: .45em; /* size of the corner */
    --color: #373B44;
    max-width: 15rem;
    padding: calc(.5em + var(--s)) calc(.9em + var(--s));
    color: var(--color);
    --_p: var(--s);
    background:
      conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--color) 0)
      var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
    transition: .3s linear, color 0s, background-color 0s;
    outline: var(--b) solid #0000;
    outline-offset: .6em;
    font-size: 16px;
  
    border: 0;
  
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-89:hover,
  .button-89:focus-visible{
    --_p: 0px;
    outline-color: var(--color);
    outline-offset: .05em;
  }
  
  .button-89:active {
    background: var(--color);
    color: #fff;
  }
  

  .butt-89 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 1.5rem;
    align-content: center;
  }










/*=============== ABOUT ROOMS ===============*/
.about__container {
    row-gap: 3rem;
    margin: 5px;
    padding: 3rem;
    background: url(../images/Field.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }



  .about__container1 {
    row-gap: 3rem;
    margin: 5px;
    padding: 3rem;
    background: url(../images/home.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }


  .about__container2 {
    row-gap: 3rem;
    margin: 5px;
    padding: 3rem;
    background: url(../images/sunset3.png);
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    

  }








  .about__box_container {
    row-gap: 3rem;
    margin: 5px;
    padding: 3rem;
    background-color: #ddd;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }

  .container {
    max-width: 650px;
    margin-inline: 1.5rem;
  }

  .container1 {
    max-width: 650px;
    margin-inline: 1.5rem;
  }





  

  .grid {
    display: grid;
    gap: 1.5rem;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: center;
    justify-items: stretch;
  }


  .about__data {
      text-align: center;
  }



  .blue_h2 h2{
    color: var(--main-color);
    font-size: 3rem;
    text-shadow: 1px 1px #f1f2f598;
    text-transform: none;
    margin: 4px
  }


  .section__title {
    text-align: center;
    font-size: var(--h1-font-size);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    text-shadow: 1px 1px #f1f2f598;
  
  }

  .about__image {
    position: relative;
    justify-self: center;
    overflow: hidden;
  }


  .about__img {
    width: 300px;
    transition: transform 0.4s;
  }

  .about__image:hover .about__img {
    transform: scale(1.2);
  }

  .about__description {
    margin: 2rem;
    margin-right: 1rem;
    padding: 1rem;
    
    text-transform: none;
    text-shadow: 1px 1px #f1f2f598;
    border-bottom: 1px solid #ddd;
    font-size: 2.5rem;
    transition: all 0.2s linear;
    padding-right: 1rem;
    line-height: 2;
    color: var(--black);
    font-family: var(--third_font);
    font-weight: 700;
    font-style: normal;
}

.about__description1 {
  margin: 2rem;
  margin-right: 1rem;
  padding: 1rem;
  
  text-transform: none;
  text-shadow: 1px 1px #f1f2f598;
  border-bottom: 1px solid #ddd;
  font-size: 2.5rem;
  transition: all 0.2s linear;
  padding-right: 1rem;
  line-height: 2;
  color: var(--black);
  font-family: var(--third_font);
  font-weight: 700;
  font-style: normal;
}



/*=============== SCROLL UP ===============*/
.scrollup {
  position: fixed;
  right: 1rem;
  bottom: -50%;
  background-color: hsla(0, 0%, 100%, 0.1);
  padding: 6px;
  display: inline-flex;
  color: var(--main-color);
  font-size: 3rem;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px); /* for safary */
  z-index: 10;
  transition: bottom 0.4s, transform 0.4s;
}

.scrollup:hover {
  transform: translateY(-0.25rem);
}

/* Show Scroll Up */
.show-scroll {
  bottom: 3rem;
}





























/*--------home prvni nadpis a slide ---------*/

.home {
    padding: 0;
}

.home .slide {
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-position: center top !important;
    min-height: 60rem;
}

.home .slide .content {
    width: 85rem;
    display: none;
}

.home .swiper-slide-active .content{
    display: inline-block;
}

/*--------animace fadeIn nadpisu---------*/
.home .slide .content span{
    display: block;
    font-family: var(--fift_font);
    font-size: 3.5rem;
    color: rgb(255, 255, 255);
    text-shadow: var(--text-shadow);
    padding-bottom: 1rem;
    animation: fadeIn 0.4s linear backwards 0.2s;


    font-weight: 400;
  font-style: normal;
}

.home .slide .content h3 {
    font-size: 6vw;
    color: var(--white);
    line-height: 1;
    text-shadow: var(--text-shadow);
    padding: 1rem 0;
    animation: fadeIn 0.4s linear backwards 0.4s;
    font-family: var(--first_font);
}

.home .slide .content .btn {
    animation: fadeIn 0.4s linear backwards 0.6s;
}

/*--------button horniho obrazku---------*/
.home .swiper-button-next,
.home .swiper-button-prev{
    top: inherit;
    left: inherit;
    bottom: 0;
    right: 0;
    height: 7rem;
    width: 7rem;
    background: var(--white);
    color: var(--black);
}

.home .swiper-button-next:hover,
.home .swiper-button-prev:hover{
    background: var(--main-color);
    color: var(--white);
}

.home .swiper-button-next::after,
.home .swiper-button-prev::after{
    font-size: 2rem;
}


.home .swiper-button-prev{
    right: 7rem;
}




























/* Moderní animační efekty */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Hlavní kontejner */
.nl-info-section {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(1rem, 3vw, 3rem);
  animation: fadeUp 0.8s ease-out;
}

/* Moderní grid systém */
.nl-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr));
  gap: clamp(1.5rem, 4vw, 2.5rem);
  width: 100%;
}

/* Karta - moderní design */
.nl-info-card {
  background: var(--nl-card-bg);
  border-radius: 20px;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  box-shadow: var(--nl-shadow);
  border: 2px solid transparent;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  position: relative;
  overflow: hidden;
  opacity: 0;
  animation: fadeUp 0.6s ease-out forwards;
}

.nl-info-card:nth-child(1) { animation-delay: 0.1s; }
.nl-info-card:nth-child(2) { animation-delay: 0.2s; }
.nl-info-card:nth-child(3) { animation-delay: 0.3s; }
.nl-info-card:nth-child(4) { animation-delay: 0.4s; }
.nl-info-card:nth-child(5) { animation-delay: 0.5s; }
.nl-info-card:nth-child(6) { animation-delay: 0.6s; }

.nl-info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--nl-primary), var(--nl-accent));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.nl-info-card:hover {
  transform: translateY(-12px) scale(1.02);
  border-color: var(--nl-accent);
  box-shadow: 0 16px 48px rgba(76, 175, 80, 0.15);
}

.nl-info-card:hover::before {
  transform: scaleX(1);
}

/* Header s pohybem */
.nl-info-card-header {
    display: flex;
    align-items: center;
    gap: clamp(1rem, 3vw, 1.5rem);
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px dashed var(--nl-border);
    position: relative;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
}

.nl-info-icon {
  width: clamp(48px, 5vw, 60px);
  height: clamp(48px, 5vw, 60px);
  object-fit: contain;
  filter: drop-shadow(0 4px 6px rgba(27, 94, 32, 0.2));
  transition: all 0.5s ease;

  border: none !important;
}

.nl-info-card:hover .nl-info-icon {
  animation: float 2s ease-in-out infinite;
  filter: drop-shadow(0 6px 12px rgba(76, 175, 80, 0.3));
}

/* Nadpis - zachováno podle specifikace */
.nl-info-title {
  font-family: var(--nl-font);
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--nl-primary);
  margin: 0;
  line-height: 1.1;
  letter-spacing: -0.5px;
  position: relative;
  display: inline-block;
}

.nl-info-title::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--nl-accent);
  transition: width 0.4s ease;
}

.nl-info-card:hover .nl-info-title::after {
  width: 100%;
}

/* Moderní seznam */
.nl-info-list {
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem;
  list-style-type: circle;
}

.nl-info-item {
  padding: clamp(0.75rem, 2vw, 1rem) 0 clamp(0.75rem, 2vw, 1rem) clamp(2rem, 4vw, 3rem);
  border-bottom: 1px solid var(--nl-border);
  font-family: var(--first_font);
  font-size: clamp(0.95rem, 3vw, 2.5rem);
  line-height: 1.7;
  color: var(--nl-text);
  position: relative;
  transition: all 0.3s ease;
}

.nl-info-item:last-child {
  border-bottom: none;
}

/* Text karty */
.info-item {
  font-family: "Raleway", sans-serif;
  font-size: 2.3rem;
  line-height: 1.6;
  color: var(--nl-text);
  margin: 0;
  opacity: 0.9;
}


.nl-info-item:hover {
  color: var(--nl-primary);
  padding-left: calc(clamp(2rem, 4vw, 3rem) + 8px);
}

.nl-info-item:hover::before {
  transform: translateY(-50%) scale(1.15);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

/* Responsivní breakpointy */
@media (max-width: 768px) {
  .nl-info-grid {
    gap: 1.25rem;
  }
  
  .nl-info-card {
    padding: 1.5rem;
  }
  
  .nl-info-card-header {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
    padding-bottom: 1rem;
  }
  
  .nl-info-icon {
    width: 52px;
    height: 52px;
  }
  
  .nl-info-item {
    padding-left: 2.25rem;
  }
  
  .nl-info-item:hover {
    padding-left: 2.5rem;
  }
}

@media (max-width: 480px) {
  .nl-info-section {
    padding: 1rem;
  }
  
  .nl-info-card {
    padding: 1.25rem;
    border-radius: 16px;
  }
  
  .nl-info-title {
    font-size: 2.5rem;
  }
  
  .nl-info-item {
    font-size: 2.5rem;
    padding: 0.75rem 0 0.75rem 2rem;
  }
}

/* Podpora dark mode */
@media (prefers-color-scheme: dark) {
  :root {
    --nl-primary: #81C784;
    --nl-accent: #4CAF50;
    --nl-bg: #121212;
    --nl-card-bg: #ffffff;
    --nl-text: #000000;
    --nl-border: #2D2D2D;
    --nl-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  }
}

/* Zvýraznění důležitých částí */
.nl-info-item:contains("v ceně"),
.nl-info-item:contains("vítána"),
.nl-info-item:contains("minimální") {
  font-weight: 600;
  color: var(--nl-primary);
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}











.service .box-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
}


.service .box-container .box {
  padding: 3rem 2rem;
  text-align: center;
  background: var(--main-color);
  height: 5vh;
  width: 23vw;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}






/*--------button shake---------*/
.service .box-container .box:hover {
    animation: shake 0.5s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.box_ul{
  display: flex;
    flex-wrap: nowrap;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    gap: 1.5rem;
    padding: 1rem;
}


.home_ul li {
  padding: 8px;
  border-bottom: 1px solid #ddd;
  font-size: 2.5rem;
  transition: all 0.2s linear;
  padding-right: 1rem;


  line-height: 2;
  color: var(--black);
  font-family: var(--first_font);

  font-weight: 700;
  font-style: normal;
}

.home_ul li:hover {
  padding-left: 2rem;
  color: #8e44ad;
}









.home_ul {
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem;
  list-style-type: circle;

}









.box .home_ul {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem;
}






@keyframes shake {
    10%,
    90% {
      transform: translate3d(-1px, 2px, 0);
    }
    20%,
    80% {
      transform: translate3d(2px, -2px, 0);
    }
    30%,
    50%,
    70% {
      transform: translate3d(-4px, -2px, 0);
    }
    40%,
    60% {
      transform: translate3d(4px, 2px, 0);
    }
  }

.service .box-container .box img {
    height: 3rem;
}

/*--------text ---------*/
.service .box-container .box h3 {
    color: var(--white);
    font-size: 2.5rem;
    padding-top: 1rem; 
    font-family: var(--sixt_font);

    font-weight: 700;
  font-style: normal;
}

/*--------dulezite flex dohromady s align-items ---------*/
.home-about {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.home-about .image {
    flex: 1 1 41rem;
}

.home-about .image img {
    width: 100%;
}

.home-about .content {
    flex:1 1 41rem;
    padding: 3rem;
    background: var(--light-bg);
}

.home-about .content h3 {
    font-size: 3.5rem;
    color: var(--black);
    font-family: var(--sixt_font);
    font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

.home-about .content p {
    font-size: 3rem;
    padding: 1rem 0;
    line-height: 2;
    color: var(--black);
    font-family: var(--first_font);

    font-weight: 700;
    font-style: normal;


}

.home-packages {
    background: var(--light-bg);
}

.home-packages .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 2rem;
}

.home-packages .box-container .box {
    border: var(--border);
    box-shadow: var(--box-shadow);
    background: var(--white);
}

.home-packages .box-container .box:hover .image img{
    transform: scale(1.1);
 }


.home-packages .box-container .box .image {
    height: 25rem;
    overflow: hidden;
}


.home-packages .box-container .box .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.2s linear;
}

.home-packages .box-container .box .content {
    padding: 2rem;
    text-align: center;
}

.home-packages .box-container .box .content h3 {
  font-size: 2.5rem;
  color: var(--black);
  background-color: rgba(26, 88, 33, 0.838);
  line-height: 2;
  color: var(--black);
  font-family: var(--third_font);
  font-weight: 700;
  font-style: normal;

}

.home-packages .box-container .box .content p {
  color: var(--light-black);
  line-height: 2;
  padding: 1rem 0;
  text-shadow: 1px 1px #f1f2f598;

  border-bottom: 1px solid #ddd;
  font-size: 2.5rem;
  transition: all 0.2s linear;
  padding-right: 1rem;


  line-height: 2;
  color: var(--black);
  font-family: var(--first_font);

  font-weight: 700;
  font-style: normal;
}







.home-packages .load-more {
    text-align: center;
    margin-top: 2rem;
}

/*--------50% off offer---------*/

.home-offer {
    text-align: center;
}

.home-offer .content{
    max-width: 70rem;
    margin:0 auto;
}

.home-offer .content h3 {
    font-size: 5rem;
    text-transform: capitalize;
    color: var(--black);
}

.home-offer .content p {
    font-size: 1.5rem;
    color: var(--light-black);
    line-height: 2;
    padding: 1rem;
}

.about {
    display: flex;
    align-items:center;
    flex-wrap: wrap;
    gap: 3rem;
}

.about .image {
    flex: 1 1 41rem;
}

.about .image img {
    width: 100%;
}

.about .content {
    flex: 1 1 41rem;
    text-align: center;
}

.about .content h3 {
    font-size: 3.5rem;
    color: var(--black);
    font-family: var(--sixt_font);
    font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

.about .content p {
  color: var(--light-black);
  line-height: 2;
  padding: 1rem 0;
  text-shadow: 1px 1px #f1f2f598;

  border-bottom: 1px solid #ddd;
  font-size: 2.5rem;
  transition: all 0.2s linear;
  padding-right: 1rem;


  line-height: 2;
  color: var(--black);
  font-family: var(--third_font);

  font-weight: 700;
  font-style: normal;
}





/* Navigation for mobile devices */
@media screen and (max-width: 1023px) {
  #menu-btn {
    display: inline-block;
    transition: 0.2s linear;
}

#menu-btn.fa-times {
    transform: rotate(1440deg);
}

    .header .nav__menu {
        position: absolute;
        top:99%; 
        /*left:0; */
        right:0;
        background-color: var(--white);
        border-top: var(--border);
        padding: 2rem;
        transition: 0.4s linear;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        width: 50vw;

        text-align: center;
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
padding-top: 6rem;

        max-height: 80vh; /* Set maximum height */
        overflow-y: auto; /* Enable vertical scrolling */
    }

    .header .nav__menu.active{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);


    }


  .wrapper {
    bottom: 10px !important;
    left: 35px !important;

  }
  


    .header .nav__menu a{
        display: block;
        margin: 2rem;
        text-align: center;
        width: auto;

    }

    
    .nav__list {
      text-align: center;
      display: flex;
      flex-wrap: nowrap;
      align-content: center;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      row-gap: 2.5rem;
      margin-top: 5rem;
      max-width: 250px;
    
      }



  }



  /* Add blur to header */
/* Remove the blurred background from the header */
.blur-header::after {
  /* This rule is removing the blur effect */
  content: '';
  position: absolute;
  width: 1000%;
  height: 100%;
  background-color: hsla(0, 0%, 0%, 0.3); /* Background color */
  top: 0;
  left: 0;
  z-index: -1;
  /* backdrop-filter: blur(24px); */
  /* -webkit-backdrop-filter: blur(24px);  Remove blur effect */
}

  
  /* Active link */
  .active-link::after {
    width: 70%;
  }

  .nav__list {
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 2.5rem;
  }
  
  .nav__link {
    position: relative;
    color: var(--title-color);
    font-family: var(--second-font);
    font-weight: var(--font-medium);
  }
  
  .nav__link::after {
    content: '';
    width: 0;
    height: 2px;
    background-color: var(--title-color);
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    transition: width 0.3s;
  }
  
  .nav__link:hover::after{
    width: 70%;
  }
  
  
  
  /* novy NAV link */
  .nav__link1 {
    position: relative;
    color: var(--title-color);
    font-family: var(--second-font);
    font-weight: var(--font-medium);
  }
  
  .nav__link1::after {
    content: '';
    width: 0;
    height: 2px;
    background-color: var(--title-color);
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    transition: width 0.3s;
  }
  
  .nav__link1:hover::after{
    width: 70%;
  }
  /*  novy NAV link END */
  
  
.nav__toggle,
.nav__close {
  display: flex;
  font-size: 1.25rem;
  color: var(--title-color);
  cursor: pointer;
}
  
  
  


  /* Show menu */
  .show-menu {
    top: 0;
  }
  
  
/* Dropdown Menu */
.dropdown__menu {
  display: none; /* Initially hidden */
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, max-height 0.4s ease, transform 0.4s ease; /* Smooth transition for opacity, max-height, and transform */
  /*background-color: hsla(0, 0%, 0%, 0.3); /* Set background color */
  position: absolute;
  top: 100%; /* Position the dropdown directly under the galerie link */
  left: 0;
  right: 0;
  width: 100%; /* Full width */
  max-width: 500px; /* Maximum width for the dropdown */
  transform: translateY(-20px); /* Start slightly above */
  border-radius: 10px; /* Optional rounded corners */
  z-index: 10; /* Ensure the dropdown is above other elements */

  min-width: fit-content;
}

/* Align dropdown menu under galerie link */
.nav__item {
  position: relative; /* Needed to position the dropdown relative to this item */
}


/* When clicked, make the dropdown menu visible */
.nav__menu ul li .dropdown__menu {
  display: block;
  opacity: 1;
  max-height: 500px; /* Adjust based on content height */
  transform: translateY(0); /* Dropdown slides down */
}


/* Styling the dropdown items */
.nav__menu ul li .dropdown__menu ul {
  margin: 10px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
}

/* Style for the Summer (léto) link */
.summer-link {
  padding: 15px;
  display: inline-block; /* Makes the width adjustable */
  width: 100%; /* Ensures it spans the full width of its container */
  max-width: 250px; /* You can adjust the max-width as needed */
  border-bottom: 3px solid #ddd;
  color: #fff; /* White text for summer */
  background-color: #87e5a7; /* Summer green background */
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transition: background-color 0.3s, width 0.3s;
  text-align: center;

}



/* Hover effect for Summer button */
.summer-link:hover {
  background-color: #70c27d; /* Slightly darker green on hover */
  border-radius: 2rem;
}

/* Style for the Winter (zima) link */
.winter-link {
  padding: 15px;
  display: inline-block; /* Makes the width adjustable */
  width: 100%; /* Ensures it spans the full width of its container */
  max-width: 250px; /* You can adjust the max-width as needed */
  border-bottom: 3px solid #ddd;
  color: #fff; /* White text for winter */
  background-color: #a8c6f1; /* Winter cold blue background */
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transition: background-color 0.3s, width 0.3s;
  text-align: center;

}

/* Hover effect for Winter button */
.winter-link:hover {
  background-color: #7a9cda; /* Slightly darker blue on hover */
  border-radius: 2rem;
}

/* Make buttons responsive, adjusting to container size */
.summer-link, .winter-link {
  width: 100%; /* Allow button width to adjust to container */
  max-width: 250px; /* Ensure the button doesn't get too wide */
}

/* Ensure that the dropdown menu appears smoothly */
.dropdown__menu {
  transition: all 0.4s ease-in-out;
}














  
  
  .fas {
    position: sticky;
    margin-left: 10px;
    padding-top: 3px;
  }
  
  .fab {
    position: sticky;
    margin-left: 10px;
    padding-top: 3px;
  }
  
  .nav__menu ul li a {
    color: var(--title-color);
    font-family: var(--first_font);
    
  }
  







    




/* For large devices */
@media screen and (min-width: 1152px) {
  .nav__menu ul li {
      position: relative;
      font-family: var(--second-font);
      font-weight: var(--font-medium);
  }

  /* Removed hover-related dropdown styles */
  .nav__menu ul li:hover .dropdown__menu {
      display: block;
      position: absolute;
      top: 100%;
      /*background-color: hsla(0, 0%, 0%, 0.3); */
      padding-block: 4rem;
      border-radius: 1rem;
      padding-top: 2rem;
      padding-bottom: 2rem;
  }

  .nav__menu ul li .dropdown__menu ul li {
      width: 150px;
      padding: 10px;
  }

  .fas {
      margin-left: 10px;
      padding-top: 3px;
  }

  .nav__menu ul li a {
      color: var(--title-color);
  }

 

  .about__img {
      width: 460px;
  }
}

/* For large devices */
@media screen and (min-width: 1023px) {

  .nav__menu ul li {
      position: relative;
      font-family: var(--second-font);
      font-weight: var(--font-medium);
  }

  /* Removed hover-related dropdown styles */
  .nav__menu ul li .dropdown__menu {
    display: block;
    position: absolute;
    top: 100%;
    /*background-color: hsla(0, 0%, 0%, 0.3); */
    padding-block: 4rem;
    background: none;
}

  .nav__menu ul li .dropdown__menu ul {
      margin: 10px;
      position: relative;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-content: center;
      flex-wrap: wrap;
  }

  .nav__menu ul li .dropdown__menu ul li {
      width: 150px;
      padding: 10px;
  }

  .fas {
      margin-left: 10px;
      padding-top: 3px;
  }

  .nav__menu ul li a {
      color: var(--title-color);
  }

  .nav__close,
  .nav__toggle {
      display: none;
  }

  .nav__list {
      flex-direction: row;
      column-gap: 0rem;
  }
}

/* Mobile Responsive */
@media screen and (max-width: 1200px) {
  .map .link {
      margin: 0 auto;
      padding: 2rem;
      border-style: solid;
      flex: 1 1 41rem;
      text-align: right;
      gap: 1.5rem;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
  }

  .map h1 {
      font-size: 3rem;
      margin-bottom: 4rem;
      top: 3rem;
  }

  .map p {
      padding-left: 5rem;
      text-align: left;
      font-size: 1.5rem;
      color: var(--light-black);
      line-height: 2;
      padding: 1rem;
  }
}


/* For mobile devices, make sure the dropdown is below the menu */
@media screen and (max-width: 1024px) {
  

  .nav__menu ul li .dropdown__menu {
      position: relative;
      transform: translateY(0); /* Ensure dropdown is under the galerie link */
      width: 100%;
      max-width: none; /* Remove max-width for mobile */
  }

  .nav__menu ul li .dropdown__menu ul {
      margin: 0;
      width: 100%;
      text-align: center;
  }

  .nav__menu ul li .dropdown__menu ul li {
      width: 100%;
      padding: 10px;
  }
}















/* For small devices (max-width: 480px) */
@media screen and (max-width: 480px) {
  .map .link {
      border-style: solid;
      flex: 1 1 41rem;
      text-align: right;
      gap: 1.5rem;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
  }

  .map h1 {
      font-size: 3rem;
  }

  .map p {
      padding-left: 5rem;
      text-align: left;
      font-size: 1.5rem;
      color: var(--light-black);
      line-height: 2;
      padding: 1rem;
  }

  .map-responsive iframe {
      width: 200px;
      height: 200px;
  }
}


  



/*--------lista uplne dole FB...---------*/

.footer {
    background: url(../images/footer-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.footer .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 3rem;
}

.footer .box-container .box h3 {
    color: var(--white);
    font-size: 2.5rem;
    padding-bottom: 2rem;
}
/*--------movement pri prejeti a odkud kam se ma text posunout padding right (rem)...---------*/

.footer .box-container .box a {
    color: var(--light-white);
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
    display: block;
}

.footer .box-container .box a i {
    color: var(--main-color);
    padding-right: 0.5rem;
    transition: 0.2s linear;
}

.footer .box-container .box a:hover i {
    padding-right: 2rem;
}

.footer .credit {
  text-align: center;
  padding-top: 3rem;
  margin-top: 3rem;
  border-top: 0.1rem solid var(--light-white);
  font-size: 3rem;
  color: var(--white);
  font-family: var(--third_font);

  font-weight: 700;

}

.footer .credit span {
    color: var(--main-color);
    font-family: var(--third_font);
font-weight: 700;
    font-size: 3rem;
  }















.packages {
  background: var(--light-bg);
}

.packages .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
  padding: 2rem;
}

.packages .box-container .box {
  border: var(--border);
  box-shadow: var(--box-shadow);
  background: var(--white);
  display: none; /* Initially hide all boxes */
}

.packages .box-container .box:nth-child(-n+6) {
  display: block; /* Show the first 6 boxes */
}

.packages .box-container .box .image {
  height: 25rem;
  overflow: hidden;
}

.packages .box-container .box:hover .image img {
  transform: scale(1.1);
}

.packages .box-container .box .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.2s linear;
}

.packages .box-container .box .content {
  padding: 2rem;
  text-align: center;
}

.packages .box-container .box .content h3 {
  font-size: 2.5rem;
  color: var(--black);
background-color: rgba(26, 88, 33, 0.838);

  line-height: 2;
    color: var(--black);
    font-family: var(--third_font);
    font-weight: 700;
    font-style: normal;
}

.packages .box-container .box .content p {
  color: var(--light-black);
    line-height: 2;
    padding: 1rem 0;
    text-shadow: 1px 1px #f1f2f598;
    border-bottom: 1px solid #ddd;
    font-size: 2.5rem;
    transition: all 0.2s linear;
    padding-right: 1rem;
    line-height: 2;
    color: var(--black);
    font-family: var(--first_font);
    font-weight: 700;
    font-style: normal;
}

.load-more {
  text-align: center;
  display: flex;
  align-items: center;
  text-align: center;
  align-content: center;
  justify-content: center;

  padding: 2rem;
}

.load-more .btn {
  cursor: pointer;
  padding: 10px 20px;
  background-color: var(--black);
  color: var(--white);
  border: none;
  border-radius: 5px;
}





















.booking .book-form {
    padding: 2rem;
    background: var(--light-bg);
}

.booking .book-form .flex {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.booking .book-form .flex .inputBox {
    flex: 1 1 41rem;
}

.booking .book-form .flex .inputBox input {
    width: 100%;
    padding: 1.2rem 1.4rem;
    font-size: 1.6rem;
    color:var(--light-black);
    text-transform: none;
    margin-top: 1.5rem;
    border:var(--border);
}

.booking .book-form .flex .inputBox input:focus {
    background: var(--black);
    color: var(--white);
}

.booking .book-form .flex .inputBox input:focus::placeholder {
    background: var(--black);
    color: var(--light-white);
}

.booking .book-form .flex .inputBox span {
    font-size: 2rem;
    color: var(-black-);
    text-transform: capitalize;

}

.booking .book-form .btn {
    margin-top: 2rem;
}



















































.wrapper {
  position: relative;
  width: auto;
  height: auto;
  display: inline-block;
  display: flex;
  align-items: center;
  transform: scale(0.5); /* Initial scale */
  transition: transform 0.3s ease; /* Smooth transition effect */


    justify-content: center; /* Center horizontally */
  bottom: -30px; /* Adjust the distance from the bottom as needed */
    left: 50%;
}

.wrapper .switch {
  position: absolute;
  right: 0%;
  top: -30;
  width: 120px;
  height: 50px;
}

.wrapper.adjusted {
  transform: scale(0.8); /* Adjust the scale value as needed */
}






.wrapper .switch input {
  display: none;
}

.wrapper .switch .wave {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 40px;
  width: 120px;
  height: 50px;
  display: none;
}

.wrapper .switch .wave:after {
  content: "";
  width: 60px;
  height: 3px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 20%;
  opacity: 0.4;
}

.wrapper .switch .wave:before {
  content: "";
  width: 35px;
  height: 2px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 30%;
  opacity: 0.3;
}

.wrapper .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e74a42;
  transition: all 1.4s;
  border-radius: 50px;
  z-index: 100;
  overflow: hidden;
}

.wrapper .switch .slider:before,
.wrapper .switch .slider:after {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  left: 5px;
  bottom: 5px;
  border-radius: 30px;
  background-color: #fff;
}

.wrapper .switch .slider:before {
  transition: 0.4s;
}

.wrapper .switch .slider:after {
  transition: 0.5s;
}

.wrapper .switch .slider .fish {
  position: absolute;
  left: -20%;
  top: 20%;
  transition: 1.5s all;
}

.wrapper .switch .slider .fish .body {
  width: 20px;
  height: 20px;
  background: repeating-linear-gradient(-45deg, #e79c2a, #e79c2a 5px, #fb7813 5px, #fb7813 10px);
  border-radius: 0 100% 20% 100%;
  transform: rotate(-45deg);
  position: relative;
}

.wrapper .switch .slider .fish .eye {
  position: absolute;
  top: 8px;
  left: 15px;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 100%;
}

.wrapper .switch .slider .fish .eye:after {
  content: "";
  width: 1px;
  height: 1px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 25%;
  left: 25%;
}

.wrapper .switch .slider .fish .tail {
  width: 5px;
  height: 5px;
  background: repeating-linear-gradient(-45deg, #e79c2a, #e79c2a 5px, #fb7813 5px, #fb7813 10px);
  border-radius: 100% 10% 0 10%;
  transform: rotate(-45deg);
  position: absolute;
  left: -8px;
  top: 40%;
}

.wrapper .switch .sky {
  position: absolute;
  left: -40%;
  top: -70px;
  width: 100px;
  height: 100px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.wrapper .switch .sky .sun .outer {
  background: #e77b21;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -11px;
  border-radius: 5px;
}

.wrapper .switch .sky .sun .outer:before,
.wrapper .switch .sky .sun .outer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  background: #e77b21;
  border-radius: 5px;
}

.wrapper .switch .sky .sun .outer:before {
  transform: rotate(30deg);
}

.wrapper .switch .sky .sun .outer:after {
  transform: rotate(60deg);
}

.wrapper .switch .sky .sun .inner {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #ffd65a;
  top: -12px;
  overflow: hidden;
}

.wrapper .switch .sky .sun .inner:before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: absolute;
  left: 3px;
  top: 15px;
  background: #ffc631;
}

.wrapper .switch .sky .cloud {
  position: absolute;
  filter: url("#cloud");
  z-index: -1;
}

.wrapper .switch .sky .cloud .rect {
  width: 100px;
  height: 30px;
  background: #5080a2;
  border-radius: 100px;
}

.wrapper .switch .sky .cloud .circle {
  border-radius: 100%;
  background: #5080a2;
  position: absolute;
}

.wrapper .switch .sky .cloud .circle-lg {
  width: 50px;
  height: 50px;
  top: -55%;
  left: 5%;
}

.wrapper .switch .sky .cloud .circle-sm {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  left: 35%;
  top: -50%;
}

.wrapper .switch .sky .cloud1 {
  left: -60%;
  top: 20%;
}

.wrapper .switch .sky .cloud2 {
  left: 150px;
  top: 10%;
  opacity: 0.8;
}

.wrapper .switch input:checked + .slider {
  background-color: transparent;
}

.wrapper .switch input:checked + .slider .fish {
  animation: fishMovement 4s linear infinite;
}

.wrapper .switch input:checked ~ .wave {
  background-color: #3398d9;
  display: block;
  filter: url(#wave);
}

.wrapper .switch input:checked + .slider:before {
  transform: translateX(70px);
}

.wrapper .switch input:checked + .slider:after {
  transform: translateX(70px);
}

.wrapper .switch input:checked ~ .boat {
  top: -25%;
  opacity: 1;
  z-index: -1;
  animation: boatMovement 3s linear alternate infinite;
}

.wrapper .switch input:checked ~ .sky {
  transform: scale(1);
  opacity: 1;
}

.wrapper .switch input:checked ~ .sky .outer {
  animation: rotateSun 5s infinite linear;
}

.wrapper .switch input:checked ~ .sky .cloud {
  animation: swingCloud 10s infinite linear;
}

.wrapper .switch .boat {
  position: absolute;
  top: 100%;
  left: 25%;
  width: 40px;
  height: 100px;
  transition: 0.6s all cubic-bezier(0.68, -0.6, 0.32, 1.6);
  opacity: 0;
}

.wrapper .switch .boat .bottom {
  border-top: 15px solid #d64242;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 0;
  width: 40px;
  border-radius: 2px;
}

.wrapper .switch .boat .bottom:after {
  content: "";
  width: 50px;
  border-top: 4px solid #000;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  height: 0;
  position: absolute;
  top: 3px;
  left: 2px;
  opacity: 0.2;
}

.wrapper .switch .boat .mast {
  position: absolute;
  width: 3px;
  height: 35px;
  background: #6f4914;
  left: 70%;
  bottom: 100%;
}

.wrapper .switch .boat .rectangle-sm {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 10px solid #d6d6d6;
  border-right: 10px solid transparent;
  border-radius: 0 0 0 0;
  position: absolute;
  left: 80%;
  bottom: 110%;
}

.wrapper .switch .boat .rectangle-lg {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 10px solid transparent;
  border-right: 15px solid #d6d6d6;
  border-radius: 0 0 0 0;
  position: absolute;
  left: 5%;
  bottom: 110%;
}

.wrapper a {
  color: #fff;
  padding: 15px;
  display: block;
  font-family: sans-serif;
  font-size: 10px;
  position: absolute;
  left: 35%;
}

svg {
  display: none;
}

@keyframes fishMovement {
  60% {
    transform: translate(-50%, 50%);
  }
  65% {
    transform: translate(50%, 50%);
  }
  100% {
    transform: translate(100px, 50%);
  }
}

@keyframes boatMovement {
  30% {
    transform: rotate(-5deg);
  }
  60% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0);
  }
}

@keyframes twinkling {
  30% {
    opacity: 0.4;
  }
  60% {
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes rotateSun {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swingCloud {
  50% {
    transform: translateX(50px);
  }
}





.text-under-toggle {
  position: absolute;
  bottom: 2rem; /* Adjust the value to position the text properly */
  right: 5%;
  transform: translateX(-5%);
  
  text-shadow: 1px 1px #f1f2f598;
    border-bottom: 1px solid #ddd;
    font-size: 4.5rem;
    padding-right: 1rem;
    line-height: 2;
    color: var(--black);
    font-family: var(--third_font);
    font-weight: 700;
    font-style: normal;





}






































/*--------gallery---------*/
/* Featured Image Section */
.featured-image {
  text-align: center;
  margin-bottom: 20px;
  padding: 15px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #ddd;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* Jemný stín */
  transition: transform 0.4s ease, box-shadow 0.4s ease;

  
}

/* Hover efekt */
.featured-image:hover {
  transform: translateY(-10px); /* Mírné vystoupení při hoveru */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); /* Zvýrazněný stín */
}

.featured-image img {
  width: auto;
  height: 100%;
  max-height: 400px;
  object-fit: contain !important;
  border-radius: 8px;
}


/* Carousel Section */
.gallery_loop .owl-carousel1 .items {
  margin: 0 10px; /* Space between carousel items */
}

.gallery_loop .img {
  position: relative;
  overflow: hidden; /* Ensure zoom stays within container */
  width: 100%;
  height: 120px; /* Smaller height for carousel images */
}

.gallery_loop img {
  width: 100%; /* Ensure all carousel images fill their containers */
  height: 100%;
  object-fit: cover; /* Maintain aspect ratio without deformation */
  border-radius: 8px;
  transition: transform 0.3s ease; /* Smooth zoom effect */
}

.gallery_loop .img:hover img {
  transform: scale(1.1); /* Slight zoom effect for carousel images */
  transition: transform 0.3s ease;
}

/* Hover effect to zoom image */
.gallery_loop .img:hover img {
  transform: scale(1.1); /* Slight zoom effect */
  transition: transform 0.3s ease;
}

/* Optional: Overlay effect */
.gallery_loop .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: 0.3s ease; /* Smooth fade effect for the overlay */
}

/* Optional: Overlay text and icon styling */
.gallery_loop .overlay {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
  color: white;
  opacity: 0;
  transition: 0.3s ease; /* Fade effect for overlay */
}

.gallery_loop .img:hover .overlay {
  opacity: 1;
}

/* Optional: Navigation Arrows Styling */
.owl-carousel1 .owl-nav .owl-prev,
.owl-carousel1 .owl-nav .owl-next {
  pointer-events: auto;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;

  background: rgba(77, 77, 77, 0.7) !important; /* Šedé pozadí */

  transition: background-color 0.4s ease, transform 0.4s ease; /* Hladký přechod */
}

.owl-carousel1 .owl-nav {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none; /* Zajistí, že šipky nepřekáží při kliknutí */
  z-index: 10;
}


.owl-carousel1 .owl-nav .owl-prev:hover,
.owl-carousel1 .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.9) !important; /* Černé pozadí při hoveru */
  transform: scale(1.1); /* Mírné zvětšení tlačítka při hoveru */
}
.owl-carousel1 .owl-nav .owl-prev {
  position: absolute;
  left: -20px; /* Posun mimo carousel */
}

.owl-carousel1 .owl-nav .owl-next {
  position: absolute;
  right: -20px; /* Posun mimo carousel */
}

.owl-carousel1 .owl-nav i {
  color: white;
  font-size: 20px;
}
/* Zvýraznění vybraného obrázku */
.owl-carousel1 .owl-item.selected {
  border: 3px solid #ff9800; /* Oranžový rámeček */
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); /* Jemný stín */
}


/* Kontejner pro počítadlo */
.content {
    text-align: center; /* Zarovná obsah uvnitř kontejneru na střed */
}

/* Styl samotného počítadla */
#imageCounter {
    font-size: 18px;
    font-weight: bold;
    color: #f8f8f8;
    background: #333;
    padding: 8px 15px;
    border-radius: 20px;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}








/* Responsive Styling */
@media (max-width: 768px) {
  .gallery_loop .items {
    padding: 5px;
  }

  .overlay h3 {
    font-size: 14px;
  }



  .featured-image img {
    width: 90%; /* Slightly smaller featured image on tablets */
  }
}

@media (max-width: 480px) {
  .gallery_loop .items {
    padding: 5px;
  }


  .overlay h3 {
    font-size: 12px;
  }

  .featured-image img {
    width: 100%; /* Full-width featured image on mobile */
  }
}

/* Heading Styling */
.heading1 h1 {
  font-size: 100px;
  font-weight: 500;
  opacity: 0.1;
  font-family: serif;
  position: absolute;
  top: -30px;
}

.heading1 h2 {
  margin: 30px 0;
  font-size: 45px;
  font-family: serif;
  font-weight: 400;
}




.Customer .container {
  max-width: 70%;
}

.newsletter .container {
  background: #7fc142;
  padding: 40px 30px;
  position: absolute;
  top: -70px;
  left: 8%;
  width: 100%;
}

.container.flex,
.book .flex_space {
  flex-direction: column;
}

.top {
  margin-top: 80px;
}

.mtop {
  margin-top: 40px;
}

.newsletter .container {
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 30px;
  position: relative;
}

/* Modal Styling */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 20; /* Place it on top */
  left: 0;
  top: 0;
  width: 100%; /* Full-screen width */
  height: 100%; /* Full-screen height */
  background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent black background */
  justify-content: center;
  align-items: center;
}

.modal-content {
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
}

.modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.modal .close:hover {
  color: #ff6347; /* Highlight close button on hover */
}



















































/* tohle jsou kolecka
.holder {
	position: relative;
	top: 50%;
	left: 40%;
	transform: translate(-50%, -50%);
	height:25px;
	width:50px;
	border-radius:999px;
	overflow:hidden;
  background-color: #2e2c2c;
}

.text-overlay {
  margin-top: 20px; /* Adjust spacing as needed 
  font-size: 20px; /* Adjust text size as needed 
  font-weight: bold; /* Adjust font weight as needed
  -webkit-background-clip: text;
  background-clip: text;
  color: black;
  text-align: center;
  width: 100%;
}

.h2{
	top:calc(50% - 70px);
}
.h3{
	top:calc(50% + 70px);
}
.gear2, .gear2-2, .gear3, .gear4, .gear9, .gear9-2{
	position:absolute;
	top:50%;
	left:50%;
	height:200%;
	width:100%;
	transform:translate(-50%,-50%);
	overflow:hidden;
	z-index:-1;
}
.gear2{
	left: 75%;
	top: 96%;
	background-image: url("data:image/svg+xml,%3Csvg style='transform:scale(2.5)' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cpath d='M 506.67, 500.00 505.55,503.70 511.76,511.81 510.02,524.71 489.77,524.63 488.14,511.71 494.42,503.65 493.33,500.00 494.45,496.30 488.24,488.19 489.98,475.29 510.22,475.37 511.86,488.29 505.58,496.35 Z M 496 500 A 1 1 0 0 0 504 500 A 1 1 0 0 0 496 500' fill='rgba(255,255,255,0.5)' fill-rule='evenodd' /%3E%3C/svg%3E");
	transform:translate(-50%,-50%) rotate(65deg);
}
.gear2.pos2{
	left: 25%;
	top: 4%;
	transform:translate(-50%,-50%) rotate(-25deg);
}
.gear3{
	background-image: url("data:image/svg+xml,%3Csvg style='transform: scale(2.5)' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cpath d='M 515.00, 500.00 513.79,505.90 521.63,512.53 525.21,524.28 508.23,534.02 499.89,525.00 498.13,514.88 492.50,512.99 488.00,509.00 478.33,512.47 466.37,509.70 466.42,490.13 478.40,487.41 488.04,490.94 492.50,487.01 498.21,485.11 500.03,475.00 508.41,466.03 525.34,475.85 521.70,487.58 513.82,494.17 Z M 496 500 A 1 1 0 0 0 504 500 A 1 1 0 0 0 496 500' fill='rgba(255,255,255,0.5)' fill-rule='evenodd' /%3E%3C/svg%3E");
	transform:translate(-50%,-50%) rotate(12deg);
}
.gear9{
	background-image: url("data:image/svg+xml,%3Csvg style='transform: scale(2.5)' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cpath d='M 440.78, 526.79 437.62,518.26 427.33,518.54 416.37,515.20 415.04,497.43 425.38,492.50 435.59,491.24 437.41,482.46 440.47,473.89 432.41,467.49 426.16,457.89 436.57,443.42 447.66,446.29 456.29,451.89 463.33,446.33 471.18,441.74 469.12,431.65 470.50,420.28 487.77,415.88 494.42,425.21 497.44,435.05 506.40,435.32 515.37,436.84 520.27,427.79 528.64,419.97 544.70,427.70 543.80,439.12 539.78,448.60 546.48,454.56 552.37,461.49 561.94,457.71 573.38,457.10 580.71,473.34 572.69,481.51 563.52,486.19 564.81,495.07 564.87,504.16 574.63,507.42 583.79,514.30 578.97,531.45 567.57,532.56 557.53,530.25 552.82,537.88 547.02,544.88 552.41,553.65 555.00,564.81 540.28,574.85 530.83,568.37 524.63,560.15 516.12,562.97 507.17,564.60 505.66,574.79 500.48,585.00 482.74,583.23 479.68,572.19 480.21,561.91 471.88,558.60 463.97,554.10 456.27,560.93 445.73,565.42 433.29,552.67 438.03,542.24 445.04,534.71 Z M 496 500 A 1 1 0 0 0 504 500 A 1 1 0 0 0 496 500' fill='rgba(255,255,255,0.5)' fill-rule='evenodd' /%3E%3C/svg%3E");
	left: 75%;
}
.gear9.pos2{
	left: 25%;
}
input{
	appearance: none;
	border: 0;
	display: block;
	position:absolute;
	height:100%;
	width: 100%;
	cursor:pointer;
	z-index: 1000;
	opacity:0;
}
.belt1 {
	position:absolute;
	height: 100%;
	width: 100%;
	transform:translate(-50%,-50%);
	top:50%;
	left:50%;	
	border-radius: 999px;
	border:2px solid #020907;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	user-select:none;
	pointer-events:none;
}
.belt2{
	position:absolute;
	height:10%;
	width:55%;
	border:7px solid #040f0d;
	border-radius:999px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	opacity:0.5;
	z-index:50;
	user-select:none;
	pointer-events:none;
}
.knob {
	position: absolute;
	left: 25%;
	top: 50%;
	transform:translate(-50%,-50%);
	z-index: 100;
	width: 35%;
	height: 70%;
	border-radius: 50%;
	background-color: #ccc;
	box-shadow: 0px 4px 20px rgba(10, 19, 39, 0.3),
		0px 4px 12px rgba(10, 19, 39, 0.6), 0px 1px 1px rgba(10, 19, 39, 0.1);
	transition: 500ms linear;
	user-select:none;
	pointer-events:none;
}
.toggle:checked ~ .knob {
	left: 75%;
	border-radius:50%;
	background: #00436E;
}
.toggle:checked ~ .gear2 {
	animation:spinIt;
	animation-duration:1s;
	animation-iteration-count:infinite;
	animation-timing-function:linear;
	animation-delay:-325ms;
}
.toggle:checked ~ .gear2.pos2 {
	animation:spinIt;
	animation-duration:1s;
	animation-iteration-count:infinite;
	animation-timing-function:linear;
	animation-delay:-75ms;
}
.toggle:checked ~ .gear3 {
	animation:spinIt3;
	animation-duration:1.5s;
	animation-iteration-count:infinite;
	animation-timing-function:linear;
	animation-delay:0ms;
}
.toggle:checked ~ .gear9{
	animation:spinIt2;
	animation-duration:4.5s;
	animation-iteration-count:infinite;
	animation-timing-function:linear;
}

@keyframes spinIt{
	0%{transform:translate(-50%,-50%) rotate(0deg)}
	100%{transform:translate(-50%,-50%) rotate(-360deg)}
}
@keyframes spinIt2{
	0%{transform:translate(-50%,-50%)}
	100%{transform:translate(-50%,-50%) rotate(360deg)}
}
@keyframes spinIt3{
	0%{transform:translate(-50%,-50%) rotate(12deg)}
	100%{transform:translate(-50%,-50%) rotate(-348deg)}
}


*/







/*--------lista uplne dole FB...---------


.checkbox-wrapper-5 .check {
  --size: 40px;
  position: relative;
  background: linear-gradient(90deg, #f19af3, #f099b5);
  line-height: 0;
  perspective: 400px;
  font-size: var(--size);
}

.checkbox-wrapper-5 .check input[type="checkbox"],
  .checkbox-wrapper-5 .check label,
  .checkbox-wrapper-5 .check label::before,
  .checkbox-wrapper-5 .check label::after,
  .checkbox-wrapper-5 .check {
  appearance: none;
  display: inline-block;
  border-radius: var(--size);
  border: 0;
  transition: .35s ease-in-out;
  box-sizing: border-box;
  cursor: pointer;
}

.checkbox-wrapper-5 .check label {
  width: calc(2.2 * var(--size));
  height: var(--size);
  background: #089284;
  overflow: hidden;
}

.checkbox-wrapper-5 .check input[type="checkbox"] {
  position: absolute;
  z-index: 1;
  width: calc(.8 * var(--size));
  height: calc(.8 * var(--size));
  top: calc(.1 * var(--size));
  left: calc(.1 * var(--size));
  background: linear-gradient(45deg, #dedede, #ffffff);
  box-shadow: 0 6px 7px rgba(0,0,0,0.3);
  outline: none;
  margin: 0;
}

.checkbox-wrapper-5 .check input[type="checkbox"]:checked {
  left: calc(1.3 * var(--size));
}

.checkbox-wrapper-5 .check input[type="checkbox"]:checked + label {
  background: transparent;
}

.checkbox-wrapper-5 .check label::before,
  .checkbox-wrapper-5 .check label::after {
  content: "· ·";
  position: absolute;
  overflow: hidden;
  left: calc(.15 * var(--size));
  top: calc(.5 * var(--size));
  height: var(--size);
  letter-spacing: calc(-0.04 * var(--size));
  color: #9b9b9b;
  font-family: "Times New Roman", serif;
  z-index: 2;
  font-size: calc(.6 * var(--size));
  border-radius: 0;
  transform-origin: 0 0 calc(-0.5 * var(--size));
  backface-visibility: hidden;
}

.checkbox-wrapper-5 .check label::after {
  content: "●";
  top: calc(.65 * var(--size));
  left: calc(.2 * var(--size));
  height: calc(.1 * var(--size));
  width: calc(.35 * var(--size));
  font-size: calc(.2 * var(--size));
  transform-origin: 0 0 calc(-0.4 * var(--size));
}

.checkbox-wrapper-5 .check input[type="checkbox"]:checked + label::before,
  .checkbox-wrapper-5 .check input[type="checkbox"]:checked + label::after {
  left: calc(1.55 * var(--size));
  top: calc(.4 * var(--size));
  line-height: calc(.1 * var(--size));
  transform: rotateY(360deg);
}

.checkbox-wrapper-5 .check input[type="checkbox"]:checked + label::after {
  height: calc(.16 * var(--size));
  top: calc(.55 * var(--size));
  left: calc(1.6 * var(--size));
  font-size: calc(.6 * var(--size));
  line-height: 0;
}




.checkbox-wrapper-5 .check .bubble {
  
  position: absolute;
  top: -3px; /* Adjust as needed 
  left: -10rem;
  transform: translateX(-50%);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 14px 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  visibility: hidden; /* Initially hidden 
  opacity: 0; /* Initially transparent 
  transition: opacity 0.3s ease, visibility 0.3s ease;
  color: #020606;
  letter-spacing: 2px; /* Add space between letters 

}

.checkbox-wrapper-5 .check:hover .bubble {
  visibility: visible; /* Show the bubble on hover 
  opacity: 1;
}





*/































/* MOVING LOADING SCREEN */

.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw; /* 100% of the viewport width */
  height: 100vh; /* 100% of the viewport height */
  background-image: url('https://mir-s3-cdn-cf.behance.net/project_modules/max_1200/5eeea355389655.59822ff824b72.gif'); /* Background image */
  background-size: cover;
  background-position: center;
  z-index: 9999; /* Ensure the loading screen appears above everything else */
  animation: hideLoading 2s 2.5s forwards; /* Apply fade-out and hideLoading animations */
}

.loading-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw; /* 90% of the viewport width */
  max-width: 600px; /* Maximum width */
  background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent white background */
  border: 2px solid #333; /* Black border */
  border-radius: 10px;
  padding: 5vw; /* 5% of the viewport width */
  text-align: center;
  z-index: 10000; /* Ensure the loading box appears above the background image */
}

.loading-box p {
  font-size: 2.5vw; /* 2.5% of the viewport width */
  font-weight: bold;
}

/* Fade out animation */
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Hide loading screen animation */
@keyframes hideLoading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none; /* Hide the element after animation */
  }
}



















































/*media queries*/

@media (max-width:1200px){

    section{
        padding: 3rem 5%;
    }
}

@media (max-width: 991px){


  .about__description {
    margin-bottom: 2rem;
    text-shadow: 0.5px 0.5px #f1f2f598;
    font-size: 14px;
  }

  .about__description1 {
    margin-bottom: 2rem;
    text-shadow: 0.5px 0.5px #f1f2f598;
    font-size: 14px;
  }


  .container1 {
    max-width: 80%; /* Adjust max-width for smaller screens */
}

.container {
  max-width: 80%; /* Adjust max-width for smaller screens */
}

    html{
        font-size: 55%;
    }

    section{
        padding: 3rem 2rem;
    }

    .home .slide .content h3 {
        font-size: 10vw;
    }
}







    /*--hamburger- menu pri zmene velikosti okna na 768px---------*/
   @media (max-width: 768px){
   
    
    .about__data .section__title {
      text-align: initial;
    }

    .about__description {
      margin-bottom: 1rem; /* Adjust margin for smaller screens */
      font-size: medium; /* Adjust font size for smaller screens */
  }

  .about__description1 {
    margin-bottom: 1rem; /* Adjust margin for smaller screens */
    font-size: medium; /* Adjust font size for smaller screens */
}

  .container1 {
    max-width: 90%; /* Adjust max-width for smaller screens */
}

.container {
  max-width: 90%; /* Adjust max-width for smaller screens */
}


  .heading h1 {
    font-size: 12vw;
    padding-top: 35px;
    text-align: center;

}


   }

   @media (max-width: 600px) {
    .about__description {
        margin-bottom: 0.5rem; /* Further adjust margin for smaller screens */
        font-size: small; /* Further adjust font size for smaller screens */
    }

    .about__description1 {
      margin-bottom: 0.5rem; /* Further adjust margin for smaller screens */
      font-size: small; /* Further adjust font size for smaller screens */
  }



    .container1 {
      width: 90%; /* Adjust width for screens below 600px */
      max-width: none; /* Remove max-width constraint */
  }

  .container {
    width: 90%; /* Adjust width for screens below 600px */
    max-width: none; /* Remove max-width constraint */
}

  .gallery {
    --s: 100px !important;
  }

  .modal {
    width: 80% !important;
    left: 10% !important;
    height: 70% !important; 

  }

  .about_pic {
    justify-content: space-around !important;
    align-items: flex-end !important;
}


.about_pic1 {
  justify-content: space-around !important;
  align-items: flex-end !important;
 
}



}
   

@media (max-width: 450px){

    html{
        font-size: 50%;
    }

    .about__description {
      margin-bottom: 0.25rem; /* Further adjust margin for smaller screens */
      font-size: small; /* Further adjust font size for smaller screens */
      margin-left: 6rem;
      margin-right: 6rem;
  }

  .about__description1 {
    margin-bottom: 0.25rem;
    font-size: small;
    margin-left: 1rem;
    margin-right: 1rem;
}

   .modal {
    width: 80% !important;
    left: 5% !important;
    height: 50% !important;

  }

  .gallery {
    --s: 100px !important;
  }

  .about_pic {
    justify-content: space-around !important;
    align-items: flex-end !important;
}


.about_pic1 {
  justify-content: space-around !important;
  align-items: flex-end !important;
 
}


    .container1 {
        max-width: 450px; /* Adjust max-width for smaller screens */
    }

    .container {
      max-width: 450px; /* Adjust max-width for smaller screens */
  }

    .box_ul {
      flex-direction: column;
      
  }

  .service .box-container .box {
    height: 5vh;
    width: 50vw;
  }
}
.heading-title{
    font-size: 3.5rem;
    font-family: var(--sixt_font);
    font-weight: 400;
  font-style: normal;

}
    









.gallery-container {
  max-width: 800px;
  margin: auto;
  padding: 20px;
  background: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}



.main-image-container {
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0f0f0;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

.main-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.main-image:hover {
  transform: scale(1.02);
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 10;
  display: none;
}

.prev-btn { left: 10px; }
.next-btn { right: 10px; }

.main-image-container:hover .nav-btn {
  display: block;
}

.thumbnail-gallery {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 10px 40px;
  margin-top: 15px;
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
  scroll-snap-type: x mandatory;
}

.thumbnail-gallery::-webkit-scrollbar {
  height: 8px;
}

.thumbnail-gallery::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.thumbnail-gallery::-webkit-scrollbar-track {
  background: transparent;
}

.thumbnail-gallery::before,
.thumbnail-gallery::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  pointer-events: none;
  z-index: 1;
}

.thumbnail-gallery::before {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.thumbnail-gallery::after {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.thumbnail {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  border: 2px solid transparent;
}

.thumbnail:hover, .thumbnail.active {
  border: 2px solid #007bff;
}

.fullscreen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1000;
  cursor: pointer;
}

.fullscreen-image {
  max-width: 90%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 10px;
  background: #f0f0f0;
}

.fullscreen-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  z-index: 1001;
}

.fullscreen-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: white;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
}

.fullscreen-prev { left: 20px; }
.fullscreen-next { right: 20px; }

.image-counter {
  color: white;
  margin-top: 10px;
  font-size: 18px;
}


















/* ================================
   COOKIE BANNER – MINIMAL GREEN
   ================================ */



/* Kontejner banneru */
.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  z-index: 99999;

  max-width: min(960px, 92vw);
  width: 100%;

  background: rgba(255, 255, 255, 0.96);
  border-radius: 18px;
  box-shadow: var(--cookie-shadow);
  border: 1px solid rgba(27, 94, 32, 0.12);

  padding: 1.6rem 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;

  font-family: "Raleway", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--cookie-text);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  opacity: 0;
  transform-origin: bottom center;
  animation: cookieFadeUp 0.4s ease-out forwards;
}

/* Textová část */
.cookie-banner p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Odkaz – decentní, ale jasný */
.cookie-banner a {
  color: var(--cookie-primary);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.12em;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.cookie-banner a:hover,
.cookie-banner a:focus-visible {
  color: var(--cookie-accent);
  text-decoration-color: var(--cookie-accent);
}

/* Kontejner tlačítek */
.cookie-buttons {
  display: flex;
  flex-shrink: 0;
  gap: 0.75rem;
}

/* Základní styl tlačítek */
.cookie-buttons button {
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;

  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;

  border-radius: 999px;
  padding: 0.55rem 1.4rem;

  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.12s ease;
}

/* Primární tlačítko – Accept */
.btn-accept {
  background: var(--cookie-primary);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(27, 94, 32, 0.25);
}

.btn-accept:hover {
  background: var(--cookie-accent);
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(27, 94, 32, 0.3);
}

.btn-accept:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(27, 94, 32, 0.26);
}

/* Sekundární tlačítko – Reject */
.btn-reject {
  background: transparent;
  color: var(--cookie-primary);
  border: 1px solid rgba(27, 94, 32, 0.4);
}

.btn-reject:hover {
  background: rgba(27, 94, 32, 0.04);
  border-color: var(--cookie-accent);
  transform: translateY(-1px);
}

.btn-reject:active {
  transform: translateY(0);
}

/* Focus stav pro přístupnost */
.cookie-buttons button:focus-visible {
  outline: 2px solid var(--cookie-accent);
  outline-offset: 3px;
}

/* Jednoduchá mikro-animace nástupu */
@keyframes cookieFadeUp {
  from {
    opacity: 0;
    transform: translate(-50%, 10px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

/* ============ RESPONSIVNÍ ÚPRAVY ============ */

/* Tablety a menší obrazovky */
@media (max-width: 768px) {
  .cookie-banner {
    bottom: 0.75rem;
    padding: 1.3rem 1.4rem;
    flex-direction: column;
    align-items: stretch;
    text-align: left;
    gap: 1rem;
    border-radius: 16px;
  }

  .cookie-banner p {
    font-size: 0.92rem;
  }

  .cookie-buttons {
    width: 100%;
    justify-content: flex-end;
  }

  .cookie-buttons button {
    flex: 0 0 auto;
  }
}

/* Menší mobily */
@media (max-width: 480px) {
  .cookie-banner {
    left: 50%;
    transform: translateX(-50%);
    max-width: 96vw;
    padding: 1.1rem 1.1rem;
  }

  .cookie-buttons {
    width: 100%;
    justify-content: space-between;
  }

  .cookie-buttons button {
    flex: 1 1 0;
    text-align: center;
    padding-inline: 0.75rem;
  }
}








:root {
  /* můžeš klidně recyklovat stejné barvy jako u cookie banneru */
  --footer-primary: #1b5e20;
  --footer-accent:  #4caf50;
  --footer-text:    #4b5563;
}

/* Celý footer – pokud už máš .site-footer, tohle můžeš jen doladit */
.site-footer {
  padding: 1.5rem 1rem;
  background: #f9faf9;
  border-top: 1px solid rgba(148, 163, 184, 0.35);
  font-family: "Raleway", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--footer-text);
  font-size: 0.9rem;
}

.site-footer .container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* Samotná navigace ve footeru */
.footer-nav {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.4rem;
}

/* Odkazy */
.footer-nav a {
  position: relative;
  text-decoration: none;
  color: var(--footer-primary);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  padding-bottom: 0.1rem;
  transition:
    color 0.2s ease,
    opacity 0.2s ease,
    transform 0.12s ease;
}

/* Mikro-animovaná linka pod odkazem */
.footer-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.15rem;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--footer-primary), var(--footer-accent));
  transition: width 0.22s ease-out;
}

/* Hover / focus efekty */
.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: var(--footer-accent);
  transform: translateY(-1px);
}

.footer-nav a:hover::after,
.footer-nav a:focus-visible::after {
  width: 100%;
}

/* Keyboard focus – přístupnost */
.footer-nav a:focus-visible {
  outline: 2px solid var(--footer-accent);
  outline-offset: 3px;
}

/* Responsivní úpravy */
@media (max-width: 640px) {
  .footer-nav {
    flex-direction: column;
    gap: 0.4rem;
  }

  .footer-nav a {
    font-size: 0.9rem;
  }
}
