.uvod_img {
  width: 100%;
  height: auto;
  padding-top: 2%;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nadpis {
  text-align: center;
  text-decoration: none;
  font-family: "Arimo", sans-serif;
  font-style: italic;
  font-size: 3rem;
  padding: 14px 16px;
  color: aliceblue;
  opacity: 100%;
}

.onas {
  text-align: center;
  color: aliceblue;
  font-size: 2rem;
  text-decoration: none;
  font-family: "Arimo", sans-serif;
  font-style: italic;
  padding-left: 20%;
  padding-right: 20%;
}

.sivy {
  width: 100%;
  background-color: rgba(217, 217, 217, 0.3);
  padding-bottom: 1%;
  padding-top: 1%;
}

.telefon {
  text-align: center;
  padding-bottom: 2%;
}

.phone {
  color: aliceblue;
  font-size: 1.5rem;
}

.cislo {
  display: inline-block;
  color: aliceblue;
  text-decoration: none;
  font-family: "Arimo", sans-serif;
  font-style: italic;
  font-size: 1.5rem;
}

/*CAROUSEL*/
.carousel {
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-width: 1200px;
}

.carousel-slides {
  display: flex;
  list-style: none;
  gap: 50px;
  flex-shrink: 1;
}

.carousel-slide {
  position: relative;
  min-width: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.car_obr {
  width: 250px;
  height: auto;
}
