body {
  margin: 0;
  padding: 0;
  width: 100%;
}

.mainContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  background-color: rgb(34, 58, 109);
  /* background-color: #131329; */
  padding-top: 90px;
}

.navContainer {
  position: fixed;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 0px;
  background-color: #0f1232;
  border-bottom: 3px solid rgb(235, 49, 49);
  z-index: 2;
  box-sizing: border-box;
  height: 90px;

  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.863);
}

.hiddenList {
  /* display: none; */
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 2;
}

#hiddenMenu {
  margin-top: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

#hiddenMenu ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

#hiddenMenu ul li {
  text-align: center;
  margin: 20px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.459);
  width: 60%;
}

#hiddenMenu ul li a {
  text-decoration: none !important;
  padding: 0px 0px;
  color: white;
  font-family: Calibri, arial, sans-serif;
  font-weight: lighter;
  font-size: 40px;
}

/* #hiddenMenu ul li a:hover,
#hiddenMenu ul li a:active {
  color: rgb(235, 49, 49);
} */

a {
  word-wrap: break-word;
}

#hod {
  display: flex;
  width: 50%;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
  padding: 100px;
  color: white;
  font-family: Calibri, arial, sans-serif;
}

h1 {
  font-size: 50px;
  text-align: center;
  color: white;
  font-family: Calibri, arial, sans-serif;
}

#hod h1 {
  font-size: 50px;
  text-align: center;
}

#hod p {
  margin: 8px;
}

p {
  font-size: 25px;
}

hr {
  width: 65%;
  border: 0;
  height: 1.5px;
  border-bottom: rgb(241, 30, 30) solid 1px;
  /* margin: 40px 0px; */
  /* background-color: rgb(241, 30, 30); */
  /* background-color: white; */

  max-width: 1000px;
}

.akcie {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.akcieContainer {
  margin: 50px 0px;
  border-radius: 5px;
  width: auto;

  background-color: rgb(226, 245, 251);
  transition: 0.3s;
}

.akcieContainer:hover {
  box-shadow: 5px 5px 0px rgb(0, 0, 0);
  transform: translatex(-5px);
}

.itemContainer {
  display: grid;
  width: auto;
  grid-template-columns: 220px 220px 220px;
  align-items: baseline;
  justify-content: end;
  gap: 30px;

  padding: 30px;
}

.akcieContainer .header h1 {
  color: black;
  /* border-bottom: 3px solid rgb(241, 30, 30); */
  display: block;
  width: 100%;
  grid-column: span 3;
}

.header {
  border-bottom: 3px solid rgb(2, 109, 249);
  grid-column: span 3;
  width: 100%;
}

.akcieContainer img {
  width: 200px;
  height: 200px;
  position: relative;
}

.akcieContainer .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: 0px;
}

.itemPrice p {
  font-size: 21px !important;
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
}

.akcieContainer .item p {
  font-family: calibri, arial, sans-serif;
  word-break: break-all;
  color: rgb(0, 0, 0);
  margin-bottom: 0px;
  font-size: 17px;
  word-break: unset;

  text-align: center;
}

#welcomeMessage {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.534);
  padding: 20px;
  z-index: 1000;
}

#welcomeMessage button {
  background-color: rgb(0, 99, 174);
  /* box-shadow: 0px 6px rgb(53, 53, 53); */
  color: rgb(255, 255, 255);
  padding: 10px 10px;
  border: none;
  cursor: pointer;
  font-family: Calibri, arial, sans-serif;
  border-radius: 12px;
  font-size: 20px;

  display: flex;
  justify-content: center;
  align-items: center;
}

#welcomeMessage button:hover {
  background-color: rgb(29, 126, 201);
}

#welcomeMessage button:active {
  background-color: rgb(29, 126, 201);
  /* box-shadow: 0px 3px rgb(53, 53, 53);
  transform: translateY(3px); */
}

#welcomeMessage div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  width: 400px;
  background-color: white;
  font-family: calibri, arial, sans-serif;
  border-radius: 20px;
  text-align: center;

  padding: 20px;
}

#welcomeMessage img {
  width: 400px;
  border-radius: 20px 20px 0px 0px;
}

#welcomeMessage a {
  text-decoration: none;
  color: rgb(72, 171, 247);
}

#welcomeMessage a:hover {
  color: rgb(4, 146, 255);
}

#welcome {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.355), rgba(0, 0, 0, 0.545)),
    url(/images/happyCustomer.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  height: calc(100vh - 90px);
  width: 100%;
  background-size: cover;
}

.foto {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.foto img {
  width: 100%;
  border-radius: 20px;
}

#FotoInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: radial-gradient(
      circle,
      rgba(0, 0, 0, 0.03),
      rgba(0, 0, 0, 0.103),
      rgba(0, 0, 0, 0.221),
      rgba(0, 0, 0, 0.719),
      rgba(0, 0, 0, 0.911)
    ),
    url(/images/ObchodStred2.jpg);
  background-position: top center;
  background-repeat: no-repeat;

  height: calc(100vh - 90px);
  width: 100%;
  background-size: cover;
}

/* #FotoInfo2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 33.5px;
  background-image: radial-gradient(
      circle,
      rgba(0, 0, 0, 0.103),
      rgba(0, 0, 0, 0.103),
      rgba(0, 0, 0, 0.623),
      rgba(0, 0, 0, 0.904)
    ),
    url(/images/AutoTop.jpg);
  background-position: 50% 45%;
  background-repeat: no-repeat;

  height: calc(100vh - 90px);
  width: 100%;
  background-size: cover;
} */

#welcome h1 {
  color: white;
  font-family: Calibri, arial, sans-serif;
  font-size: 60px;
  text-align: center;
}

#poloha {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}

#poloha iframe {
  border-top: 5px solid rgb(241, 30, 30);
  border-bottom: 5px solid rgb(51, 126, 255);
  border-left: 5px solid rgb(51, 126, 255);
  border-right: 5px solid rgb(241, 30, 30);
  padding: 0px;

  border-radius: 10px;
}

.list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.list ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.list ul li {
  padding: 0px 20px;
  margin: 0px;
  color: white;
  font-family: Calibri, arial, sans-serif;
  font-weight: lighter;
  font-size: 24px;
}

.list ul li a {
  text-decoration: none;
  color: white;
  transition: 0.3s;
  border-bottom: rgba(16, 15, 49, 0) solid 2px;
}

.current {
  border-bottom: rgb(235, 49, 49) solid 2px !important;
}

.list ul li a:hover {
  /* color: rgb(255, 66, 66); */
  border-bottom: rgb(235, 49, 49) solid 2px;
}

.list ul li a:visited {
  color: white;
}

.list ul li a:active {
  color: rgba(255, 255, 255, 0.605);
  border-bottom: rgba(235, 49, 49, 0.66) solid 2px;
}

.logo {
  padding: 20px;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo img {
  width: 110px;
  padding: 0px;
  margin: 0px;
}

.clean {
  height: 100%;
  padding: 0px 0px 0px 10px;
  margin: 0px;
  z-index: 1;
}

#clean {
  width: 60px;
  padding: 0px !important;
}

.hidden {
  display: none !important;
}
.openMenu {
  width: auto;
  display: none;
  padding-right: 20px;
  background-color: transparent;
  border: none;
}

.openMenu img {
  width: 30px;
  padding: 0px;
  margin: 0px;
}

.closeMenu {
  display: none;
  padding: 0px;
  padding-bottom: 50px;
  background-color: transparent;
  border: none;
}

.closeMenu img {
  width: 30px;
  padding: 10px;
  margin: 0px;
  border-radius: 100%;

  background-color: rgb(47, 94, 249);
}

.letak {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80%;
  padding: 0px;
  margin: 0px;
}

.slideshow {
  width: 80%;
}

.slideshow img {
  width: 200px;
  height: 100%;
  padding: 0px;
  margin: 0px;
}

.letak h1 {
  color: white;
  font-family: Calibri, arial, sans-serif;
  font-size: 70px;
  text-align: center;
}

.infoOnas {
  color: white;
  font-family: Calibri, arial, sans-serif;
  width: 60%;
  max-width: 800px;

  margin: 50px 0px;
}

.infoOnas p {
  font-size: 25px;
  display: flex;
  align-items: center;
  margin: 30px 0px;
  text-align: justify;
}

.infoOnas h1 {
  margin-top: 0px;
}

.info h1 {
  margin-top: 0px;
}

.info {
  color: white;
  font-family: Calibri, arial, sans-serif;
  width: 60%;
  max-width: 800px;

  margin: 50px 0px;
}

.info a {
  font-size: 25px;
  display: flex;
  align-items: center;
  margin: 10px 0;

  text-decoration: none;
  color: #ffffff;
}

.info a:hover {
  color: rgb(38, 157, 248);
}

.info p {
  text-align: justify;
  font-size: 25px;
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.sprava {
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 60%;
  max-width: 500px;
  background-color: rgb(226, 245, 251);

  padding: 20px;
  margin: 50px 0px 0px 0px;
  border: 1px solid #303030;

  transition: 0.3s;
}

.sprava:hover {
  transform: translateY(-2px);
  .papier1 {
    height: 4px;
    bottom: -6px;
  }
}

.papier1,
.papier2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 98.5%;
  bottom: -4px;
  height: 2px;
  background-color: rgb(226, 245, 251);

  transition: 0.3s;

  border-bottom: 1px solid #303030;
  border-left: 1px solid #303030;
  border-right: 1px solid #303030;
}

.papier2 {
  width: 98%;
  z-index: -1;
  bottom: -4px;
}

.sprava h1 {
  color: black;
  font-size: 30px !important;
  /* font-family: "Times New Roman", Times, serif; */
}

.sprava form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.sprava form input {
  background-color: transparent;
  height: 25px;
  width: 70%;
  padding: 0px 8%;
  margin: 10px 0px;
  /* border-radius: 5px; */
  border-bottom: 1px dashed black;
  border-top: none;
  border-left: none;
  border-right: none;

  /* box-shadow: 0px 3px rgb(26, 56, 224); */
  font-family: Calibri, arial, sans-serif;
}

.sprava form textarea {
  width: 70%;
  padding: 10px 8% 0px 8%;
  margin: 0px 0px 10px 0px;
  /* border-radius: 5px; */
  border: none;
  /* box-shadow: 0px 3px rgb(26, 56, 224); */
}

#submitButton {
  background-color: rgb(51, 126, 255);
  box-shadow: 0px 6px rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  padding: 10px 10px;
  border: none;
  cursor: pointer;
  font-family: Calibri, arial, sans-serif;
  margin: 30px;
  border-radius: 10px;
  font-size: 15px;

  display: flex;
  justify-content: center;
  align-items: center;
}

#submitButton:hover {
  background-color: rgb(78, 142, 253);
}

#submitButton:active {
  background-color: rgb(78, 142, 253);
  box-shadow: 0 3px #e3e3e3;
  transform: translateY(3px);
}

#submitImg {
  width: 20px;
  padding: 0px;
  margin-left: 5px;
}

.icon {
  width: 30px;
  padding: 0px 15px 0px 0px;
  margin: 0px;
}

footer {
  width: 100%;
  background-color: #0f1232;
  border-top: 3px solid rgb(235, 49, 49);
  display: flex;
  justify-content: space-around;
}

footer .social a {
  display: flex;
  align-items: center;
  font-size: 25px;
  color: rgb(255, 255, 255);
}

footer .social p {
  display: flex;
  align-items: center;
}

footer .social a:hover {
  color: rgb(38, 157, 248);
}

.logoFoot {
  padding: 20px 50px;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logoFoot img {
  width: 200px;
  padding: 0px;
  margin: 0px;
}

.social {
  padding: 50px 20px;
  color: white;
  font-family: Calibri, arial, sans-serif;
  font-size: 15px;
}

.social a {
  margin: 16px 0px;
  display: block;
  text-decoration: none;
  color: white;
}

@media (max-width: 850px) {
  .itemContainer {
    grid-template-columns: 220px 220px;
  }

  .akcieContainer h1 {
    grid-column: span 2;
  }

  .akcieContainer img {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 750px) {
  .icon {
    width: 20px;
  }

  .navContainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #poloha {
    width: 75%;
  }

  #poloha iframe {
    width: 100%;
  }

  #hod {
    padding: 0;
  }

  .list {
    display: none;
  }

  .logo {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .logo img {
    width: 110px;
    padding: 0px;
    margin: 0px;
  }

  .logoFoot {
    padding: 0;
    margin: 10px 0px 10px 20px;
  }

  .logoFoot img {
    width: 90px;
    padding: 0px;
    margin: 0px;
  }

  .social {
    padding: 0;
    margin: 10px 20px;
    font-size: 12px;
  }

  footer p {
    font-size: 15px;
  }

  footer .social a {
    font-size: 15px;
  }

  .openMenu {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 20px 20px 20px 0px;
  }

  .closeMenu {
    display: flex;
    justify-content: end;
    align-items: center;
  }

  #clean {
    width: 60px;
  }

  .sprava form {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .sprava form input {
    width: 100%;
    padding: 0px;
  }

  .sprava form textarea {
    width: 100%;
    padding: 0px;
  }
}

@media (max-width: 550px) {
  #welcomeMessage div {
    width: 300px;
  }

  #welcomeMessage img {
    width: 300px;
  }

  .akcieContainer h1 {
    font-size: 35px;
  }

  #welcomeMessage button {
    font-size: 15px;
  }

  .itemContainer {
    grid-template-columns: 150px 150px;
    gap: 20px;
    padding: 15px;
  }

  .akcieContainer img {
    width: 150px;
    height: 150px;
  }

  .itemContainer .item {
    width: 150px;
    padding: 0px;
    margin: 0px;
  }

  .akcieContainer .item p {
    font-size: 15px;
  }

  .item .itemPrice p {
    font-size: 18px !important;
  }

  #welcome {
    background-position: 65% 35%;
  }

  .info p {
    font-size: 20px;
  }
  .info a {
    font-size: 20px;
  }
  .info h1 {
    font-size: 40px;
  }

  .InfoOnas p {
    font-size: 20px;
  }
  .InfoOnas a {
    font-size: 20px;
  }
  .InfoOnas h1 {
    font-size: 40px;
  }

  .sprava h1 {
    font-size: 40px;
  }

  .letak h1 {
    font-size: 60px;
  }
}

@media (max-width: 410px) {
  #welcomeMessage div {
    width: 250px;
  }

  #welcomeMessage img {
    width: 250px;
  }

  #welcomeMessage a {
    font-size: 18px;
  }

  #welcomeMessage p {
    font-size: 18px;
  }

  #welcomeMessage button {
    font-size: 12px;
  }

  .akcieContainer h1 {
    font-size: 30px;
  }

  .itemContainer {
    grid-template-columns: 130px 130px;
    gap: 10px;
    padding: 10px;
  }

  .akcieContainer img {
    width: 130px;
    height: 130px;
  }

  .itemContainer .item {
    width: 130px;
    padding: 0px;
    margin: 0px;
  }

  .akcieContainer .item p {
    font-size: 15px;
  }

  .info p {
    font-size: 18px;
  }
  .info a {
    font-size: 18px;
  }
  .info h1 {
    font-size: 30px;
  }

  .infoOnas p {
    font-size: 18px;
  }
  .infoOnas a {
    font-size: 18px;
  }
  .infoOnas h1 {
    font-size: 30px;
  }

  .letak h1 {
    font-size: 50px;
  }

  .sprava h1 {
    font-size: 30px;
  }

  #hod {
    padding: 0;
  }

  #hod h1 {
    font-size: 30px;
  }

  #hod p {
    font-size: 18px;
  }

  #poloha h1 {
    font-size: 30px;
  }

  footer .social a {
    font-size: 12px;
  }
  footer p {
    font-size: 12px;
  }
}
