@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500&display=swap");
@import url(https://fonts.googleapis.com/css?family=Lora:regular,500,600,700,italic,500italic,600italic,700italic);

body {
  font-family: "Poppins";
  padding: 0;
  margin: 0;
  background-color: #fddbdb;
}

/* skryj checkbox */
#otevri-menu {
  display: none;
}

/*otevri menu pri zmacknuti hamburgeru */
#otevri-menu:checked ~ * .navigace {
  right: 0;
}

/* styl hamburgeru pri otevrenem menu - asi dát pak křížek
viz https://www.youtube.com/watch?v=XM7sEpl0f7c  */
#otevri-menu:checked ~ .hamburger {
  color: #9b3d3d;
}

/*styl hamburgeru*/
.hamburger {
  font-size: 30px;
  color: #fba1a1;
  float: right;
  line-height: 50px;
  margin: 3px 20px;
  cursor: pointer;
  display: none;
}

.logo_menu_velke {
  margin: 5px;
  display: block;
}

.logo_menu_male {
  display: none;
}

.logo_menu_male_tx {
  display: none;
}

.mapa1000 {
  display: block;
}
.mapa700 {
  display: none;
}
.mapa400 {
  display: none;
}

h1.nadpis {
  font-family: "Lora";
  font-weight: 800;
  font-size: 2.5em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0px;
}

p.slogan {
  font-family: "Lora";
  font-size: 1.3em;
  font-style: italic;
  text-align: center;
  margin-top: 0px;
}

p.podnadpis {
  font-family: "Lora";
  font-size: 1.2em;
  text-align: center;
  margin-top: 0px;
  text-align: justify;
}
h2 {
  font-family: "Lora";
  font-weight: 700;
  font-size: 1.6em;
  text-align: center;
  margin-top: 30px;
}
h2.vitam-vas {
  font-family: "Lora";
  font-weight: 700;
  font-size: 1.6em;
  text-align: center;
  margin-top: 30px;
}

p {
  text-align: justify;
}
/* -------------- NAVIGACE -------------- */
.navigace {
  background: #770979;
  background: radial-gradient(circle, #770979 35%, #551a91 100%);
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
  flex-direction: row;
  max-width: 100%;
}

.nav_polozka {
  padding: 5px;
  width: 110px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}

.nav_polozka a {
  font-family: "Poppins", sans-serif;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.3em;
  text-align: center;
  text-decoration: none;
}

ul li a:hover {
  color: #ffee10;
  text-shadow: 0 0 5px #ffee10;
  font-size: 1.5em;
  transition: 0.1s;
}

.ikona {
  display: block;
  width: 75px;
  margin: auto;
}

/* -------------- UVOD - MAIN PAGE -------------- */
.grid-hlavni {
  display: grid;
  margin: auto;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 0px 0px;
  grid-auto-flow: row;
  align-items: stretch;
  grid-template-areas:
    "uvod uvod uvod uvod uvod uvod"
    "sluzby sluzby sluzby sluzby sluzby sluzby"
    "cenik cenik cenik cenik cenik cenik";
     width: min(90%, 1400px);
}

.uvod {
  justify-self: center;
  grid-area: uvod;
}
/* -------------- SLUZBY -------------- */
.sluzby {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-auto-rows: 1fr;
  gap: 0px 5px;
  grid-auto-flow: row;
  grid-template-areas: "job-1 job-2 job-3 job-4";
  justify-self: center;
  align-self: stretch;
  grid-area: sluzby;
  margin-top: 50px;
}

.sluzby p {
  text-align: center;
}
.job-1 {
  justify-self: center;
  align-self: center;
  grid-area: job-1;
}

.job-2 {
  justify-self: center;
  align-self: center;
  grid-area: job-2;
}

.job-3 {
  justify-self: center;
  align-self: center;
  grid-area: job-3;
}

.job-4 {
  justify-self: center;
  align-self: center;
  grid-area: job-4;
}

/* -------------- CENIK -------------- */
.cenik {
  margin-top: 20px;
  justify-self: center;
  grid-area: cenik;
}
.cenik-podnadpis {
  font-family: "Lora";
  font-weight: 400;
  font-size: 0.9rem;
  padding-bottom: 20px;
  margin: 0;
  font-style: italic;
  justify-self: center;
}
.cena-nadpis {
  font-family: "Lora";
  font-weight: 500;
  font-size: 1.3rem;
  margin: 30px 0 0 0;
  padding: 0;
}
.cena-podnadpis {
  font-family: "Lora";
  font-weight: 400;
  font-size: 1.1rem;
  padding-bottom: 20px;
  margin: 0;
  font-style: italic;
}
.cena-text {
  font-weight: 400;
  font-size: 1rem;
  margin: 0;
}
.cena-nadpis-2 {
  font-family: "Lora";
  font-weight: 500;
  font-size: 1.3rem;
  margin: 10px 40px;
}

.cena-reklamace {
  font-weight: 400;
  font-style: italic;
  font-size: 1rem;
  margin: 2rem 0;
}
/* -------------- GALERIE -------------- */



/*------------------------------------*\
    MATERIAL PHOTO GALLERY
\*------------------------------------*/
.m-p-g {
  max-width: 1500px;
  margin: 0 auto;
  display:flex;
}
.m-p-g__thumbs-img {
  margin: 0;
  float: left;
  vertical-align: bottom;
   cursor: pointer;
  max-width: 190px;
  max-height: 190px;
  z-index: 1;
  position: relative;
  opacity: 0;
  filter: brightness(100%);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: opacity, transform;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m-p-g__thumbs-img.active {
  z-index: 50;
}
.m-p-g__thumbs-img.layout-completed {
  opacity: 1;
}
.m-p-g__thumbs-img.hide {
  opacity: 0;
}
.m-p-g__thumbs-img:hover {
  filter: brightness(110%);
}
.m-p-g__fullscreen {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  transition: background 0.25s ease-out, visibility 0.01s 0.5s linear;
  will-change: background, visibility;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.m-p-g__fullscreen.active {
  transition: background 0.25s ease-out, visibility 0.01s 0s linear;
  visibility: visible;
  background: rgba(0, 0, 0, 0.95);
}
.m-p-g__fullscreen-img {
  pointer-events: none;
  position: absolute;
  transform-origin: left top;
  top: 50%;
  left: 50%;
  max-height: 100vh;
  max-width: 100%;
  visibility: hidden;
  will-change: visibility;
  transition: opacity 0.5s ease-out;
}
.m-p-g__fullscreen-img.active {
  visibility: visible;
  opacity: 1 !important;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s ease-out;
}
.m-p-g__fullscreen-img.almost-active {
  opacity: 0;
  transform: translate3d(0, 0, 0) !important;
}
.m-p-g__controls {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: 20vh;
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m-p-g__controls.active {
  opacity: 1;
  visibility: visible;
}
.m-p-g__controls-close, .m-p-g__controls-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
}
.m-p-g__controls-close:focus, .m-p-g__controls-arrow:focus {
  outline: none;
}
.m-p-g__controls-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 20%;
  height: 100vh;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
}
.m-p-g__controls-arrow:hover {
  opacity: 1;
}
.m-p-g__controls-arrow--prev {
  left: 0;
  padding-left: 3vw;
  justify-content: flex-start;
}
.m-p-g__controls-arrow--next {
  right: 0;
  padding-right: 3vw;
  justify-content: flex-end;
}
.m-p-g__controls-close {
  position: absolute;
  top: 3vh;
  left: 3vw;
  z-index: 5;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.m-p-g__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  transition: all 0.25s ease-out;
}
.m-p-g__btn:hover {
  background: rgba(255, 255, 255, 0.15);
}
.m-p-g__alertBox {
  position: fixed;
  z-index: 999;
  max-width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 25px;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
  color: grey;
}
.m-p-g__alertBox h2 {
  color: red;
}











/* -------------- KONTAKT -------------- */

.kontakt {
  display: block;
  justify-self: center;
  
}
.text-kontakt {
  margin: 10px;
  padding: 0;
}
.text-kontakt p {
  margin: 5px 0;
  padding: 0;
}
.text-kontakt a {
  color: inherit;
  text-decoration: none;
}

.text-kontakt a:hover {
  color: inherit;
  background-color: #ff1010;
  box-shadow: 0 0 5px #ff1010;
  transition: 0.1s;
}

.mapaszn {
  margin-top: 2rem;
}

/* -------------- OBJEDNAVKA -------------- */
.objednavka {
  
  width: 90%
}


.reservio-booking-button {
 margin-left: 39%;
  
  font-family: "Luca", sans-serif;
  font-size: 28px;
  transition: all ease-in-out 250ms;
}

.reservio-booking-button:hover {
  box-shadow: 10px 10px 10px #ffee10;
  transition: all ease-in-out 250ms;
  font-weight: 300;
}

/* -------------- FOOTER -------------- */
.footer {
  color: #fff;
  background: rgb(119, 9, 121);
  background: radial-gradient(
    circle,
    rgba(119, 9, 121, 1) 35%,
    rgba(85, 26, 145, 1) 100%
  );
  padding: 2rem;
  margin-top: 3rem;
}
.footer a {
  text-decoration: none;
  font-size: 0.5rem;
  color: #fff;
}













/*
spodni
#FBA1A1

horni
#F8C6BD

*/
