@import url("https://fonts.googleapis.com/css?family=Sacramento&display=swap");



/* Moderní minimalistický design - Naše tipy sekce */
:root {
  --nl-primary: #1B5E20;
  --nl-accent: #4CAF50;
  --nl-light: #81C784;
  --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;
}
 
  p {
    font-size: 18px;
    text-align: center;
    }

  html {
	font-family: "Raleway", sans-serif;
	color: #555;
}

ul,
nav {
	list-style: none;
}

a {
	text-decoration: none;
	opacity: 0.75;
	color: #fff;
}

a:hover {
	opacity: 1;
}

a.btn {
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	background-color: #e07e7b;
	opacity: 1;
	transition: all 400ms;
}

a.btn:hover {
	background-color: #ce5856;
}




article  {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 100px 80px;
}

article:not(.hero):nth-child(even) {
	background-color: #f5f5f5;
}

.grid2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px; /* Space between items */
    padding: 10px;
}

/* Base styles for images */
.grid2 li {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}



.grid_89 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    flex-direction: row;
}

/* Base styles for images */
.grid_89 li {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}


/* Přidat do hlavního CSS */
.nav__menu[aria-hidden="true"] {
	display: none;
  }
  






hr {
	width: 250px;
	height: 3px;
	background-color: #e07e7b;
	border: 0;
	margin-bottom: 50px;
}




























































@media (max-width: 450px) {
	.packages .grid_89 li h4 {
		font-size: 25px !important;
		margin: 25px 0;
	}

	article {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 20px 20px;
	}


	p {
        font-size: 14px;
    }
}





article  h3.title {
	text-transform: capitalize;
	font: bold 48px "Amatic SC", sans-serif;
	margin-bottom: 30px;
	text-align: center;
}

.article  p {
	max-width: 775px;
	line-height: 2;
	padding: 0 20px;
	margin-bottom: 30px;
	text-align: center;
}

@media (max-width: 800px) {
	.article  {
		padding: 50px 20px;
	}
}

/*Header Styles*/

.header_about {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 35px 100px 0;
	animation: 1s fadein 0.5s forwards;
	opacity: 0;
	color: #fff;
	z-index: 2;
}

@keyframes fadein {
	100% {
		opacity: 1;
	}
}

.header_about h2 {
	font-family: "Amatic SC", sans-serif;
}

.header_about nav {
	display: flex;
	margin-right: -15px;
}

.header_about nav li {
	margin: 0 15px;
}

@media (max-width: 800px) {
	.header_about {
		padding: 20px 50px;
		flex-direction: column;
	}

	.header_about h2 {
		margin-bottom: 15px;
	}
}

/*Hero Styles*/
.hero {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    color: #fff;
    overflow: hidden; /* Prevents any unwanted scrollbars */
}

.hero .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

	
    background-image: url("https://images.unsplash.com/photo-1591880765187-196ec5e1e714?q=80&w=2080&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    background-size: cover; /* Ensures the full image is visible */
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
    background-color: #f5f5f5;
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
    .hero .background-image {
        background-size: cover; /* Keeps full image visible on small screens */
        width: 100%;
    }
}

/* Tablets and medium screens */
@media (max-width: 1024px) {
    .hero {
        min-height: 80vh; /* Slightly shorter height for tablets */
    }
}


.hero h1 {
	font: 72px "Amatic SC", sans-serif;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
	margin-bottom: 15px;
}

.hero h3 {
	font: 28px "Raleway", sans-serif;
	font-weight: 300;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
	margin-bottom: 40px;
}

.hero a.btn {
	padding: 20px 46px;
}

.hero-content-area {
	opacity: 0;
	margin-top: 100px;
	animation: 1s slidefade 1s forwards;
}

@keyframes slidefade {
	100% {
		opacity: 1;
		margin: 0;
	}
}

@media (max-width: 800px) {
	.hero {
		min-height: 600px;
	}

	.hero h1 {
		font-size: 48px;
	}

	.hero h3 {
		font-size: 24px;
	}

	.hero a.btn {
		padding: 15px 40px;
	}
}





/*Packages Section*/

.packages .grid2 li {
	padding: 50px;
	flex-basis: 50%;
	text-align: center;
}

.packages .grid2 li i {
	color: #e07e7b;
}

.packages .grid2 li h4 {
	font-size: 30px;
	margin: 25px 0;
}

.packages .grid_89 li {
	padding: 50px;
	flex-basis: 50%;
	text-align: center;
}

.packages .grid_89 li i {
	color: #e07e7b;
}

.packages .grid_89 li h4 {
	font-size: 30px;
	margin: 25px 0;
}

@media (max-width: 800px) {
	.packages .grid2 li {
		flex-basis: 100%;
		padding: 20px;
	}
	.packages .grid_89 li {
		flex-basis: 100%;
		padding: 20px;
	}

	.grid_89 {
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		gap: 10px;
		padding: 10px;
		flex-direction: column;
	}



}

/*Testimonials Section*/

.testimonials .quote {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.5;
	margin: 40px 0 25px;
}

@media (max-width: 800px) {
	.testimonials .quote {
		font-size: 18px;
		margin: 15px 0;
	}

	.testimonials .author {
		font-size: 14px;
	}
}

/*Contact Section*/

.contact2 form {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 60%;
}

.contact2 form .btn {
	padding: 18px 42px;
}

.contact2 form input {
	padding: 15px;
	margin-right: 30px;
	font-size: 18px;
	color: #555;
	flex: 1;
}


@media (max-width: 1000px) {
	.contact2 form input {
		flex-basis: 100%;
		margin: 0 0 20px 0;
	}
}

/*Footer Section*/

footer {
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-color: #555;
	color: #fff;
	padding: 20px 0;
}

footer ul {
	display: flex;
}

footer ul li {
	margin-left: 16px;
}

footer p {
	text-transform: uppercase;
	font-size: 14px;
	opacity: 0.6;
	align-self: center;
}

@media (max-width: 1100px) {
	footer {
		flex-direction: column;
	}

	footer p {
		text-align: center;
		margin-bottom: 20px;
	}

	footer ul li {
		margin: 0 8px;
	}
}









.map .link {
    margin: 0 auto;
    padding: 2rem;
    border-style: solid;
    flex: 1 1 41rem;
    text-align: left;
    gap: 1.5rem;
    display: flex;
    flex-wrap: nowrap;
    gap: 1px;
    align-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}




.map h1 {
    font-size: 3.5rem;
    color: var(--black);   
    margin-bottom: 4rem;
    top: 3rem;
    position: relative;
    display: flex;
    align-items:center;
    text-align: center;
    margin-top: 3rem;

    font-family: var(--sixt_font);
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;


}

.map .link p {
    padding-left: 5rem;
    text-align: center;;
    font-size: 2.5rem;
    color: var(--black);
    line-height: 2;
    padding: 1rem;
    font-family: var(--third_font);
    font-weight: 700;
    font-style: normal;
}


.map .link .map-responsive{
    overflow-wrap: normal;
    padding-bottom: 5%;
    padding-right: 5%;

    }


    @media (max-width: 700px){
   
      .map-responsive iframe{
        width: 350px;
        height: 350px;
    
        }
  
      }

      .buttons {
        margin: 10px;
        display: flex;
        flex-direction: row;  /* Aligns items in a row */
        justify-content: center; /* Centers buttons horizontally */
        align-items: center; /* Aligns buttons in the middle vertically */
        gap: 10px; /* Adds space between buttons */
        flex-wrap: nowrap; /* Prevents wrapping to a new line */
    }
    


    
    .test_about {
        max-width: 600px;
        margin: 20px auto; /* Centers the text block */
        padding: 20px;
        font-family: "Raleway", sans-serif;
        font-size: 16px;
        line-height: 1.8;
        color: #333; /* Dark grey for readability */
        background: #f9f9f9; /* Light background */
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow effect */
    }
    
    /* Hidden text for "Read More" */
    .hidden-text {
        display: none;
        transition: opacity 0.3s ease-in-out;
    }
    
    /* Style the "Read More" button */
    .read-more-btn {
        display: block;
        width: fit-content;
		background:#0056b3;
		color: #fff;
		font-family:'Courier New', Courier, monospace;
		font-style: normal;
		text-transform: uppercase;
		line-height: 2;

		font-size: 1.1rem;
		font-weight: 400;
        border: none;
		padding: 0.3rem 1rem;
        cursor: pointer;
        margin-top: 10px;
        transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    }
	




    
    .read-more-btn:hover {
        background-color: #0056b3;
        transform: scale(1.05);
    }
  







	
.btn_3 a {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	background-color: rgb(224, 126, 123);
	opacity: 1;
	border-radius: 4px;
	transition: 400ms;
  }
  
  
  .btn_3 {
	display: inline-block;
	margin-top: 1rem;
	color:#fff;
	font-size: 1.1rem;
	padding: 0.3rem 1rem;
	font-family:'Courier New', Courier, monospace;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 2;
	background:#0056b3;
	cursor: pointer;
  }




  .pdf-buttons {
	display: flex;
	gap: 2rem;
	margin-top: 1.5rem;
	flex-wrap: wrap;
  }
  
  .pdf-item {
	text-align: center;
	max-width: 200px;
  }
  
  .pdf-preview {
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	margin-bottom: 0.5rem;
	transition: transform 0.3s;
  }
  
  .pdf-preview:hover {
	transform: scale(1.05);
  }
  
  
  



/* Animace pro plynulé zobrazení */

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Moderní sekce - Naše tipy */
.modern-tips-section {
  padding: clamp(3rem, 5vw, 6rem) clamp(1rem, 3vw, 4rem);
  background: var(--nl-bg);
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  animation: fadeUp 0.8s ease-out;
}

/* Nadpis podle obrázku */
.modern-tips-title {
  font-family: "Amatic SC", sans-serif;
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 700;
  text-align: center;
  color: var(--nl-primary);
  margin-bottom: 1.5rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

/* Podnadpis */
.modern-tips-subtitle {
  font-family: "Raleway", sans-serif;
  font-size: clamp(2rem, 3vw, 2.5rem);
  text-align: center;
  color: var(--nl-text);
  max-width: 800px;
  margin: 0 auto 3rem;
  line-height: 1.7;
  opacity: 0.9;
}

/* Moderní grid */
.modern-tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

/* Karta tipu */
.tip-card {
  background: var(--nl-card-bg);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: var(--nl-shadow);
  border: 1px solid var(--nl-border);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.tip-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(27, 94, 32, 0.12);
  border-color: var(--nl-accent);
}

/* Ikona v kartě */
.tip-icon {
  font-size: 3rem;
  color: var(--nl-accent);
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.tip-card:hover .tip-icon {
  transform: scale(1.1);
}

/* Nadpis karty */
.tip-card h4 {
  font-family: "Amatic SC", sans-serif;
  font-size: 3.4rem;
  font-weight: 600;
  color: var(--nl-primary);
  margin: 0 0 1rem 0;
  line-height: 1.3;
}

/* Text karty */
.tip-card p {
  font-family: "Raleway", sans-serif;
  font-size: 2.3rem;
  line-height: 1.6;
  color: var(--nl-text);
  margin: 0;
  opacity: 0.9;
}

/* Tlačítková sekce */
.modern-buttons-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin: 3rem 0;
}

/* Hlavní tlačítko */
.modern-main-btn {
  background: var(--nl-primary);
  color: white;
  border: none;
  padding: 1rem 2.5rem;
  border-radius: 8px;
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.modern-main-btn:hover {
  background: var(--nl-accent);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(27, 94, 32, 0.2);
}

/* PDF tlačítka */
.pdf-buttons {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.btn_3 {
  background: white;
  color: var(--nl-primary);
  border: 2px solid var(--nl-primary);
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-family: "Courier New", Courier, monospace;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn_3:hover {
  background: var(--nl-primary);
  color: white;
  transform: translateY(-2px);
}

/* Horizontální oddělovač */
.modern-hr {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, var(--nl-primary), var(--nl-accent));
  border: none;
  margin: 2rem auto;
  border-radius: 2px;
}

/* Responsivní úpravy */
@media (max-width: 768px) {
  .modern-tips-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .tip-card {
    padding: 1.5rem;
  }
  
  .pdf-buttons {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
  
  .btn_3 {
    width: 100%;
    text-align: center;
  }
}

/* Pro galerijní tlačítka vedle sebe */
.gallery-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2rem 0;
}

@media (max-width: 768px) {
  .gallery-buttons {
    flex-direction: column;
    gap: 1rem;
  }
  
  .gallery-buttons .modern-main-btn {
    width: 100%;
  }
}



/* Read More / Read Less styles */
.read-more-content {
  position: relative;
  transition: all 0.3s ease;



}

.read-more-content p {

font-family: "Raleway", sans-serif;
  font-size: 2.3rem;
  line-height: 1.6;
  color: var(--nl-text);
  margin: 0;
  opacity: 0.9;

}

.hidden-text {
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed var(--nl-border);
}

.hidden-text.visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.read-more-btn.active {
  background: var(--nl-accent);
}

/* Smooth transition for the hidden text */
.read-more-content .hidden-text {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.read-more-content .hidden-text.visible {
  max-height: 500px; /* Dostatečně vysoké pro obsah */
}







