/* border-box */
html {
  box-sizing: border-box;
  height: 100%;
}

*, ::before, ::after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: "Ubuntu", sans-serif;
}

.home__container {
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  height: 100vh;
  overflow: auto;
  height: calc(var(--vh, 1vh) * 100);
  -moz-scroll-snap-type: y mandatory;
  -o-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

.home__background {
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 95%;
  width: 100%;
  background-color: #564200;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -10;
  -webkit-scroll-snap-align: start;
  -moz-scroll-snap-align: start;
  -o-scroll-snap-align: start;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.home__background-1 {
  background-image: url(/images/home/mob/mobi_1.webp);
}
@media screen and (min-width: 375px) {
  .home__background-1 {
    background-image: url(/images/home/tab/tab_1.webp);
  }
}
@media screen and (min-width: 900px) {
  .home__background-1 {
    background-image: url(/images/home/pc/pc_1.webp);
  }
}

.home__background-2 {
  background-image: url(/images/home/mob/mobi_2.webp);
}
@media screen and (min-width: 375px) {
  .home__background-2 {
    background-image: url(/images/home/tab/tab_2.webp);
  }
}
@media screen and (min-width: 900px) {
  .home__background-2 {
    background-image: url(/images/home/pc/pc_2.webp);
  }
}

.home__background-3 {
  background-image: url(/images/home/mob/mobi_3.webp);
}
@media screen and (min-width: 375px) {
  .home__background-3 {
    background-image: url(/images/home/tab/tab_3.webp);
  }
}
@media screen and (min-width: 900px) {
  .home__background-3 {
    background-image: url(/images/home/pc/pc_3.webp);
  }
}

.home__background-4 {
  background-color: #ffffff;
}

.home__background-5 {
  background-color: rgba(59, 47, 140, 0.1);
}

.home__background--black {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.logo {
  padding-top: 100px;
  padding-left: 50px;
}

.logo__link {
  padding: 0;
  margin: 0;
  display: block;
}

.logo__img {
  max-width: 150px;
  display: block;
}
@media screen and (min-width: 600px) {
  .logo__img {
    max-width: 200px;
  }
}

.button-primary {
  padding: 16px 20px;
  margin: 0;
  display: inline-block;
  border-radius: 30px;
  border: none;
  box-shadow: 0px 8px 15px rgba(250, 203, 49, 0.5);
  font-size: 18px;
  font-weight: 600;
  color: #564200;
  background-color: #facb31;
}

.button__kurz {
  padding: 0;
  margin: 0;
  display: inline-block;
  text-decoration: none;
  color: #564200;
}

.home__text--container {
  padding: 0 30px;
}

.text__container {
  padding-top: 100px;
}

.text__container-2 {
  padding-top: 300px;
}

.text__container-3 {
  padding-top: 300px;
}

.text {
  padding: 0 20px 20px 20px;
  margin: 0;
  max-width: 300px;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  color: #ffffff;
}
@media screen and (min-width: 600px) {
  .text {
    font-size: 30px;
  }
}

.insta__container {
  padding: 0;
  margin: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.insta__feed {
  padding-left: 50px;
  padding-right: 20px;
}

.behold__grid {
  justify-content: flex-start;
}

.insta__logo {
  padding: 100px 50px 30px 50px;
}
@media screen and (min-width: 600px) {
  .insta__logo {
    padding-top: 50px;
  }
}

.insta__img {
  max-width: 150px;
}
@media screen and (min-width: 600px) {
  .insta__img {
    max-width: 200px;
  }
}

.review__container {
  margin: 0;
  padding: 0;
  padding-right: 30px;
  display: block;
  height: 95vh;
  width: 100vw;
  overflow: scroll;
}

.review__button {
  padding: 16px 20px;
  margin: 0;
  margin-bottom: 20px;
  border-radius: 10px;
  border: none;
  box-shadow: 0px 8px 15px rgba(250, 203, 49, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #3b2f8c;
  background-color: #facb31;
  display: block;
  overflow: hidden;
  height: 70px;
}

.review__button-1 {
  margin-top: 5px;
}

.review__name {
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 16px;
}

.m-1 {
  margin-left: 40px;
  margin-right: 40px;
}

.m-2 {
  margin-left: 60px;
  margin-right: 10px;
}

.m-3 {
  margin-left: 80px;
}

.w-1 {
  height: 57px;
}

.w-2 {
  height: 77px;
}

.w-3 {
  height: 70px;
}

.w-4 {
  height: 87px;
}

.w-5 {
  height: 47px;
}

.active {
  height: auto;
}

.about__grid {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  font-size: 16px;
  color: #3b2f8c;
}
@media screen and (min-width: 900px) {
  .about__grid {
    padding-left: 40px;
    grid-template-columns: 600px;
  }
}

.about__img-name {
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
}

.about__img, .about__name {
  align-self: end;
}

.about__img {
  padding: 0;
  margin: 0;
  margin-right: 20px;
  max-width: 50px;
  display: block;
}

.about__name {
  font-size: 26px;
  font-weight: 500;
}

.about__title {
  font-weight: 500;
}

.about__text {
  line-height: 20px;
  font-weight: 300;
  max-width: 380px;
}
@media screen and (min-width: 900px) {
  .about__text {
    max-width: 600px;
  }
}

.about__phone {
  padding-top: 10px;
  font-weight: 500;
  display: block;
  text-decoration: none;
}

.about__e-mail {
  font-weight: 500;
}

a[x-apple-data-detectors] .about__phone {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

a[x-apple-data-detectors] .about__e-mail {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.cena__container {
  padding: 0;
  padding-left: 50px;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #3b2f8c;
}

.sleva {
  font-weight: 500;
}

.sleva__container {
  margin-bottom: 20px;
}
@media screen and (min-width: 375px) {
  .sleva__container {
    font-size: 16px;
  }
}

.cena__pred-po {
  font-weight: 500;
  line-height: 35px;
}

.cena__pred {
  font-size: 30px;
  text-decoration: line-through;
}

.cena__po {
  font-size: 35px;
}

.cena__button {
  margin-top: 40px;
  margin-left: 30px;
}

/*les styles de la navigation avec les cercles*/
aside {
  position: fixed;
  top: 50%;
  right: 3%;
  transform: translate(-50%, -50%);
}

aside ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style-type: none;
  margin: 0;
}

aside ul li .indicator {
  cursor: pointer;
  margin-top: 1rem;
  display: block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #facb31;
  box-shadow: 0px 0px 15px 1px #facb31;
}

aside ul li .aktivni {
  transform: scale(1.7);
  transition: transform 200ms ease-in-out;
}

aside ul li .white-transp {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
}

aside ul li .white {
  background-color: white;
  box-shadow: none;
}

aside ul li .blue {
  background-color: #3b2f8c;
  box-shadow: none;
}

.parkuj__nadpis {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 500;
}

.parkuj__popis {
  padding: 10px 20px 10px 25px;
  font-size: 16px;
  line-height: 26px;
  color: #3b2f8c;
}
@media screen and (min-width: 900px) {
  .parkuj__popis {
    padding-left: 40px;
    display: grid;
    grid-template-columns: 600px;
  }
}

.parkuj__p {
  padding: 0;
  padding-bottom: 10px;
  margin: 0;
}

.parkuj__list {
  padding-top: 5px;
  padding-bottom: 15px;
}

.parkuj__container {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.parkuj__container > span {
  margin-right: 10px;
  color: #facb31;
}

.parkuj__h2 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

#eigth {
  min-width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.jarmila, .parkuj {
  all: initial;
}

.jarmila * {
  all: unset;
}

.parkuj * {
  all: unset;
}

.jarmila, .parkuj {
  font-size: 12px;
  font-weight: 300;
  font-family: "Ubuntu", sans-serif;
  color: #3b2f8c;
}

.footer {
  padding: 20px 30px;
  margin: 0;
  max-width: 100vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 11px;
  font-weight: 300;
  color: #3b2f8c;
}

.footer__text {
  font-weight: 500;
}
@media screen and (min-width: 375px) {
  .footer__text {
    font-size: 16px;
  }
}

.footer__link {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
}

.jarmila {
  justify-self: end;
}

.footer__link:hover, .parkuj:hover {
  color: #facb31;
}/*# sourceMappingURL=style.css.map */