:root {
  --base-color: white;
  --second-color: rgb(212, 210, 210);
  --tercial-color: rgb(100, 99, 99);
}

* {
  margin: 0;
  padding: 0;
}

body {
  height: auto;
}

#carousel-section {
  height: 700px;
}

#side {
  display: flex;
  float: right;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 150px;
  height: 100%;
  background-color: var(--second-color);
}

#side img {
  width: 90px;
  height: auto;
  margin-bottom: 80px;
}

.carousel-div {
  position: relative;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 150px);
  height: 700px;
  z-index: 1;
}
.div-pro-odkaz {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 165px;
  width: 500px;
  z-index: 2;
}

.div-pro-odkaz i{
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-size: 32px;
}
.div-pro-odkaz i a{
  color: rgb(0, 0, 0);
  text-decoration: none;
}

#uvod {
  width: 100%;
  height: 800px;

}
#uvod .container .row .uvod-logo img{
  height: 90px;
  width: auto;
}


/* Uniform sizing for intro images */
.uvod-img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  display: block;
}

/* Services cards styling to match screenshot */
.services .service-card {
  background: #fff;
  border: 1px solid #e9e9e9;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  overflow: hidden;
  transition: transform 0.18s ease;
}

.service-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.service-caption {
  padding: 18px 10px;
  color: #6b6b6b;
  font-size: 18px;
  border-top: 1px solid #f1f1f1;
}

.service-link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.service-link:focus-visible {
  outline: 3px solid rgba(0, 123, 255, 0.18);
  outline-offset: 3px;
}

.service-link:hover .service-card,
.service-link:focus .service-card,
.service-link:focus-visible .service-card {
  transform: translateY(-4px);
}
#mate-dotaz{
  background:
linear-gradient(
rgba(5, 5, 5, 0.45),
rgba(32, 30, 30, 0.45)
),
url('../images/bg-image.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size:cover;
  height: 230px;
  width: 100%;
}
.dotaz{
  float: left;
  width: 50%;
  height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dotaz h3{
  color: rgb(131, 58, 180);
}
.dotaz h4{
  color: rgb(255, 255, 255);
}
.dotaz h3,h4{
  margin-left: 60px;
}
.tlacitko{
  float: left;
  width: 50%;
  height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tlacitko .butt{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 250px;
  background-color: black;
  border: 2px solid white;
  border-radius: 60px;
  transition: 0.3s;

}
.tlacitko .butt a{
  color: white;
  text-decoration: none;
}
.tlacitko .butt:hover{
  background-color: rgb(131, 58, 180);
}
 #sluzby{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 550px;
  width: 100%;

 }
 .okno-sl{
  text-align: center;
  background-color: var(--second-color);
  height: 310px;
  width: 1090px;
 }
 .okno-sl h1{
  margin-top: 20px;
 }
 #sluzby .okno-sl ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
 }
 #sluzby .okno-sl ul li{
  text-align: start;
  list-style: none;
  position: relative;
  margin: 1em 0;
  width: 50%;
  padding: 0 10px 0 45px;
  font-size: 140%;
  line-height: 1.3;
 }
 #sluzby .okno-sl ul li a{
  color: #6b6b6b;
  text-decoration: none;
 }
 #sluzby .okno-sl ul li a:hover{
  text-decoration: underline;
 }
 #kontakty{
  position: relative;
  padding: 40px;
  text-align: center;
  color: white;
  background-color:#1E1E1E;
  height: 500px;
  width: 100%;
 }
 #kontakty .article{
  float: left;
  height: 400px;
  width: 450px;
  padding: 0 120x;
 }
#kontakty .article p,strong{
  font-size: large;
  color: white;
  text-align:start ;
}
#kontakty .foto{
  position:absolute;
  right: 200px;
  top: 80;
  float: left;
  height: 300px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mapa {
  height: 300px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mapa img{
  width: 100%;
  height: inherit;
}