/* Styly pro menu */
ul.menu {
  list-style-type: none;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
  
ul.menu li {
  display: inline-block;
  position: relative;
}
  
ul.menu li a {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
  position: relative;
}
  
ul.menu li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
  
ul.menu li a:hover::before {
  transform: scaleX(1);
}

/* Styly pro body */
.body {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-left: 10%;
  padding-right: 10%;
  font-family: 'Roboto', sans-serif; 
  font-weight: 400;
}

body{
  font-family: 'Roboto', sans-serif;
}

/*Ikony obtížnosti sjezdovek*/
#bluesj {
  padding: 0;
  padding-left: 4px;
}

#redsj {
  padding: 0;
}

#blacksj {
  padding: 0;
}

/* Styly pro banner na spodku stránky*/
.banner {
  text-align: left;
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: url("image/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 5px;
}


h1{
  color: aliceblue;
  margin-left: 75px;
  font-size: 73px;
  line-height: 0.5;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 2px;
}

h2 {
  color: aliceblue;
  margin-left: 75px;
  font-size: 30px;
  line-height: 0.5;
  font-family: 'Roboto', sans-serif;
}

/*Styly pro Doporučení na hlavní stránce*/
.recommended {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 65px;
}

h3 {
  font-size: 30px;
  margin-bottom: 35px;
  margin-top: 40px;
  text-align: center;
}

.gallery {
  display: flex;
  justify-content: space-between;
}

.image-wrapper {
  position: relative;
  width: 30%;
  height: 30%;
}

.image-wrapper img {
  width: 90%;
  height: 90%;
  border-radius: 8px;
  transition: transform 0.3s;
}

.image-wrapper h4 {
  position: absolute;
  bottom: 0;
  left: 45%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  color: #000;
}

.image-wrapper:hover img {
  transform: scale(1.1);
}

/*Styly pro Patičku / Footer*/
footer {
  background-color: #6394ed;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.social-icons {
  display: inline-block;
}

.icon {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
  scale: 0.9;
}

.icon-img {
  width: 65px;
  height: 65px;
  transition: transform 0.3s, filter 0.3s;
  cursor: pointer;
}

.icon:hover img {
  transform: scale(0.9);
  filter: nořne; 
}

/*Banner pro koupi vybavení*/
.banner2 {
  position: relative;
  background-image: url("image/banner2.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 150px 0;
  margin-bottom: 25px;
}

.banner2 h2 {
  margin: 0;
  padding: 0;
  font-size: 35px;
  letter-spacing: 1.5px;
  word-spacing: 1.7px;
}

.banner2button {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  margin-top: 20px;
}

.banner2button:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/* Mapa na hlavní stránce*/
#map { height: 530px; z-index: -1;}

.mapa {
  margin-bottom: 50px;
  margin-top: 50px;
}

/* Stránky skiareálu - obecné nastavení*/
.centered {
  margin: 0;
}

main {
  padding: 20px;
}

.ski-info {
  display: flex;
  align-items: center;
}

.ski-image img {
  width: 375px;
  height: 375px;
  border-radius: 33px;
  margin-right: 20px;
}

.ski-details {
  display: flex;
  align-items: center;
}

.nadpis-skiareal h3 {
  font-size: 45px;
  text-decoration: underline;
  padding-bottom: 25px;
  margin-bottom: 18px;
}

/* Banner na Booking na jednotlivé ubytování - stránka skiareálu*/
.banner3 {
  position: relative;
  background-image: url("image/banner3.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 150px 0;
  margin-bottom: 25px;
}

.banner3 h2 {
  margin: 0;
  padding: 0;
  font-size: 35px;
  letter-spacing: 1.5px;
  word-spacing: 1.7px;
}

.banner3button {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  margin-top: 20px;
}

.banner3button:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/* Mapa na stránce skiareálu*/
.mapaskiareal {
  width: max-content !important;
}


/*
.skiareal-mapa {
  text-align: center !important; /* Navíc?
}/*

/* Vrchní část stránky o skiareálu*/
.skiareal-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}

.skiareal-info p {
  float: left !important;
}

.skiareal-info p i {
  padding-right: 8px;
  padding-left: 8px;
  size: 200% !important;
}

.gold-star {
  color: #FFD700;
  font-size: 135%;
}

.areal-popis {
  max-width: 50%;
  padding-right: 35px;
  padding-left: 5px;
}

.areal-popis p {
  margin-bottom: 7px !important;
  margin-top: 12px !important;
  line-height: 150%;
}

/* Galerie stránky skiareálu*/
.skiareal-gallery {
  display: flex;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
}

.skiarealy-gallery-image {
  position: relative;
  max-width: 30%;
  max-height: 30%;
  height: 23%;
  width: 23%;
  border-radius: 20px;
}

/* Rozcestník blogu (Hlavní stránka blogu)*/
.blog {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 23px;
  padding: 0;
}

.blogcard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px;
  background-color: #f4f4f4;
  padding: 20px;
}

.card {
  width: 90vw;
  max-width: 350px;
  width: calc(90vw - 20px);
  height: auto;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  margin-top: 25px;
}

.card a {
  text-decoration: none !important;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.card img {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: cover;
}

.card .content {
  padding: 16px;
}

.card .content h3 {
  margin: 0;
  font-size: 1.4rem;
  color: #333;
  text-align: left;
}

.card .view-more {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background-color: cornflowerblue;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 12px;
}

.card .view-more:hover {
  background-color: rgb(66, 101, 165);
}

.text-blog {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 20px;
  max-width: 800px;
  padding-left: 10px;
}

.nadpis-blog {
  font-size: 50px;
  text-decoration: underline;
  padding-bottom: 25px;
}

.blog h3, h4 {
  color: #2c3e50;
  text-decoration: underline;
}
.blog table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.blog table, th, td {
  border: 1px solid #ddd;
}
.blog th, td {
  padding: 8px;
  text-align: left;
}
.blog th {
  background-color: #f4f4f4;
}
.blog ul {
  margin: 10px 0;
  padding-left: 20px;
}

/*Stránka se seznamem Skiareálů*/
.ski-resorts-container {
  max-width: 600px;
  margin: 20px auto;
}

.ski-resort {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fff;
  transition: box-shadow 0.3s, transform 0.3s;
  cursor: pointer !important;
}

.ski-resort:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}

.sort-options {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 15px;
  cursor: pointer;
}

select {
  padding: 5px;
  font-size: 16px;
}

.rating {
  color: #FFD700;
}

/*Běžky page*/
.bezkymain {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 350px;
  font-size: larger;
}

.left-banner, .right-banner {
  top: 0;
  width: 160px; /* Šířka banneru */
  height: 100vh; /* Výška banneru */
  z-index: 1000; /* Nadřazený obsah */
  background-color: #f0f0f0; /* Pro lepší vizualizaci, můžeš změnit */
}

/* Levý banner */
.left-banner {
  left: 0; /* Zarovnání vlevo */
}

/* Pravý banner */
.right-banner {
  right: 0 !important; /* Zarovnání vpravo */
}

/* Úprava paddingu hlavního obsahu */
.body {
  padding-left: 160px; /* Posunutí obsahu doprava */
  padding-right: 160px; /* Posunutí obsahu doleva */
}

.skiareals-ad-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.skiareals-ad {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 768px) {
/* Styly pro menu */
ul.menu {
  list-style-type: none;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
  
ul.menu li {
  display: inline-block;
  position: relative;
  
}
  
ul.menu li a {
  display: inline-block;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  color: #333;
  position: relative;
}
  
ul.menu li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
  
ul.menu li a:hover::before {
  transform: scaleX(1);
}

.bezkymenu {
  text-indent: -9999px;
  font-size: 0;
}

/* Styly pro body */
  
  .body {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-left: 2.5%;
    padding-right: 2.5%;
    font-family: 'Roboto', sans-serif; 
    font-weight: 400;
  }
  
  body {
    font-family: 'Roboto', sans-serif;
  }

/*Ikony obtížnosti sjezdovek*/
#bluesj {
  padding: 0;
  padding-left: 4px;
}

#redsj {
  padding: 0;
}

#blacksj {
  padding: 0;
}

/* Styly pro banner na spodku stránky*/
.banner {
  text-align: left;
  padding-top: 130px;
  padding-bottom: 140px;
  background-image: url("image/background-mobile.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 5px;
  align-items:center;
}

h1 {
  color: #f0f8ff;
  margin-left: 15px;
  font-size: 45px;
  line-height: 0.5;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 2px;
}

h2 {
  color: aliceblue;
  margin-left: 15px;
  font-size: 30px;
  line-height: 0.4;
  font-family: 'Roboto', sans-serif;
}

/*Styly pro Doporučení na hlavní stránce*/

.gallery {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 10px;
}

.image-wrapper {
  flex: 0 0 auto;
  scroll-snap-align: center;
  width: 80%; /* Velikost obrázků na mobilu */
  max-width: none;
  text-align: center;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.gallery::-webkit-scrollbar {
  display: none; /* Skryje scrollbar na mobilu */
}

.gallery-image:hover,
.gallery-image:active,
.gallery-image:focus {
  transform: none !important;
}



.recommended {
  padding-bottom: 25px;
}

h3 {
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
}
/*
.gallery {
  text-align: center;
}

.image-wrapper {
  position: unset;
}

.image-wrapper img {
  border-radius: 8px;
  position: relative;

}*/
/*
.image-wrapper h4 {
  position: absolute;
  bottom: 0;
  left: 45%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  color: #000;
}*/

/*Banner pro koupi vybavení*/
.banner2 {
  position: relative;
  background-image: url("image/banner2.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 100px 0;
  margin-bottom: 25px;
}

.banner2 h2 {
  padding-left: 10%;
  padding-right: 10%;
  font-size: 35px;
  line-height: 1;
}

.banner2button {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none;
  margin-top: 20px;
}

.banner2button a {
  color: #fff !important;
}

.banner2button:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/* Mapa na hlavní stránce*/
#map { height: 350px; }

.mapa {
  margin-bottom: 15px;
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
}

.mapa h3 {
  margin-top: 22px;
}

/* Stránky skiareálu - obecné nastavení*/
.centered {
  margin: 0;
}

main {
  padding: 20px;
}

.ski-info {
  display: flex;
  align-items: center;
}

.ski-image img {
  width: 375px;
  height: 375px;
  border-radius: 33px;
  margin-right: 20px;
}

.ski-details {
  display: flex;
  align-items: center;
}

.nadpis-skiareal h3 {
  font-size: 35px;
  text-decoration: underline;
  padding-bottom: 15px;
  margin-bottom: 0;
}

/* Banner na Booking na jednotlivé ubytování - stránka skiareálu*/
.banner3 {
  position: relative;
  background-image: url("image/banner3.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 150px 0;
  margin-bottom: 15px;
}

.banner3 h2 {
  padding-left: 10%;
  padding-right: 10%;
  font-size: 35px;
  line-height: 1;
}

.banner3button {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  margin-top: 20px;
}

.banner3button:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/* Mapa na stránce skiareálu*/
.mapaskiareal {
  height: 275px !important;
  width: 96%  !important;
  align-self:center;
}

/* Vrchní část stránky o skiareálu*/
.skiareal-info {
  display: block;
  float: none;
  margin-bottom: 20px;
  width: 100%;
}

.skiareal-info p {
  display: block;
  float: none;
  margin-bottom: 45px;
  width: 100%;
}

.skiareal-info p i {
  padding-right: 8px;
  padding-left: 8px;
}

.gold-star {
  color: #FFD700;
  font-size: 135%;
}

.areal-popis {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 7px !important;
  margin-top: 12px !important;
  line-height: 150%;

}

.areal-popis {
  display: block;
  float: none;
}

/* Galerie stránky skiareálu*/

.skiareal-gallery {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 10px;
}

.skiarealy-gallery-image {
  flex: 0 0 auto;
  scroll-snap-align: center;
  width: 80%; 
  max-width: none;
  text-align: center;
}

.skiarealy-gallery-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.skiareal-gallery::-webkit-scrollbar {
  display: none; /* Skryje scrollbar na mobilu */
}

.skiareal-gallery {
  padding-bottom: 15px;
}

/*
.skiarealy-gallery-image {
  position: relative;
  max-width: 30%;
  max-height: 30%;
  height: 23%;
  width: 23%;
  border-radius: 20px;
}

/* Rozcestník blogu (Hlavní stránka blogu)*/
.blog {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 23px;
  padding: 0;
}

.blogcard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px;
  background-color: #f4f4f4;
  padding: 20px;
}

.card {
  width: 90vw;
  max-width: 350px;
  width: calc(90vw - 20px);
  height: auto;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  margin-top: 25px;
}

.card a {
  text-decoration: none !important;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.card img {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: cover;
}

.card .content {
  padding: 16px;
}

.card .content h3 {
  margin: 0;
  font-size: 1.4rem;
  color: #333;
  text-align: left;
}

.card .view-more {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background-color: cornflowerblue;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 12px;
}

.card .view-more:hover {
  background-color: rgb(66, 101, 165);
}

.text-blog {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 20px;
  max-width: 800px;
  padding-left: 10px;
}

.nadpis-blog {
  font-size: 50px;
  text-decoration: underline;
  padding-bottom: 25px;
}

.blog h3, h4 {
  color: #2c3e50;
  text-decoration: underline;
}
.blog table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.blog table, th, td {
  border: 1px solid #ddd;
}
.blog th, td {
  padding: 8px;
  text-align: left;
}
.blog th {
  background-color: #f4f4f4;
}
.blog ul {
  margin: 10px 0;
  padding-left: 20px;
}

/*Stránka se seznamem Skiareálů*/
.ski-resorts-container {
  max-width: 600px;
  margin: 20px auto;
}

.ski-resort {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fff;
  transition: box-shadow 0.3s, transform 0.3s;
}

.ski-resort:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}

.sort-options {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 15px;
}

select {
  padding: 5px;
  font-size: 16px;
}

.rating {
  color: #FFD700;
}

/*Běžky page*/
.bezkymain {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 350px;
  font-size: larger;
}
}


@media (max-width: 768px) {
  .areal-popis {
    max-width: 100%;
  }

  .areal-popis > p {
    text-align: justify;
  }

}