@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  font-family: Arial, sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
}
body .warning-message {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: black;
  padding: 20px;
  border: 1px solid #ccc;
}

header {
  background-color: #5a48de;
  color: white;
  text-align: center;
  padding: 20px;
  margin: 0;
}
header .domov img {
  padding: 4px;
  border-radius: 10px;
}
header .domov img:hover {
  background-color: #4f67e0;
}
header h1#nadpis {
  font-size: 4em;
  margin: 0;
}

main {
  flex: 1;
  background-color: white;
  color: #364fce;
  padding: 20px;
}
main .warning-message {
  display: none;
}
main .a {
  font-size: 75px;
  position: absolute;
  top: 103%;
  left: 15%;
  color: #364fce;
}
main .aa {
  font-size: 75px;
  position: absolute;
  top: 135.2%;
  left: 80%;
  color: #364fce;
}
main .aaa {
  font-size: 75px;
  position: absolute;
  top: 168.5%;
  left: 15%;
  color: #364fce;
}
main .aaaa {
  font-size: 75px;
  position: absolute;
  top: 199%;
  left: 80%;
  color: #364fce;
}
main #dlzka, main #cisla {
  background-color: #5a48de;
  color: white;
  border-radius: 25px 0px 0px 25px;
  justify-self: right;
  text-align: right;
  padding: 20px;
  width: 860px;
}
main .ddlzka {
  display: grid;
  margin-right: -22px;
}
main #pismena, main #znaky {
  background-color: #5a48de;
  color: white;
  border-radius: 0px 25px 25px 0px;
  justify-self: left;
  text-align: left;
  padding: 20px;
  width: 860px;
}
main #zapamatanie {
  background-color: #5a48de;
  color: white;
  border-radius: 0px 25px 25px 0px;
  justify-self: left;
  text-align: left;
  padding: 20px;
  width: 860px;
  translate: 0 -645px;
}
main #zapamatanie .game {
  color: #9bf5ff;
  text-decoration: none;
}
main #zapamatanie .game:hover {
  text-decoration: underline;
}
main .ppismena {
  display: grid;
  margin-left: -22px;
}
main .mmenenie {
  background-color: #5a48de;
  color: white;
  width: 33%;
  align-self: center;
  translate: 135px -510px;
  border-radius: 25px;
  padding: 0;
  margin: 0;
  text-align: center;
}
main .ciara {
  background-color: #5a48de;
  width: 2.5%;
  height: auto;
  translate: 357px -515px;
}
main .ciara2 {
  background-color: #5a48de;
  width: 2.5%;
  height: auto;
  translate: 357px -500px;
}
main #menenie {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  margin: 0;
}
main .linky {
  display: grid;
  align-items: center;
  justify-self: auto;
  translate: 0 -50px;
  margin: 0;
  padding: 0;
}
main p {
  font-size: 17px;
}
main ul {
  position: relative;
  left: 100px;
}
main ul li {
  font-size: 17px;
}
main .intro {
  background-color: #5a48de;
  color: white;
  width: 50%;
  align-self: center;
  translate: 0px -47px;
  border-radius: 0 0 25px 25px;
  padding: 10px;
  margin: 0;
  text-align: center;
}
main .intro h1 {
  font-size: 2em;
}
main .Jano {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0;
}
main .Tabulka {
  translate: -7%;
  background-color: #5a48de;
  color: white;
  width: 62%;
  border-radius: 25px;
}
main .features {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 20px;
}
main .features article {
  text-align: center;
  flex: 1;
  padding: 20px;
}
main .features article h2 {
  font-size: 25px;
  margin-bottom: 10px;
  transition: 1.2s;
}
main .features article h2:hover {
  scale: 1.3;
}
main .h {
  background-color: #5a48de;
  color: white;
  padding: 7px;
  border-radius: 15px;
}
main .h a {
  color: white;
  text-decoration: none;
}
main .h a:hover {
  text-decoration: underline;
}
main .nad {
  position: absolute;
  top: 359%;
  left: 15.3%;
  color: #364fce;
}
main table {
  position: absolute;
  top: 366.5%;
  height: 53.5%;
  left: 5%;
  color: #364fce;
}
main table tr {
  text-align: center;
  width: auto;
}
main table tr th {
  padding: 11px;
  background-color: #5a48de;
  color: white;
  border-radius: 8px;
}
main table tr td {
  padding: 15px;
  border: #364fce solid 1.5px;
  border-radius: 8px;
}

footer {
  background-color: #364fce;
  color: white;
  font-size: 15px;
  text-align: center;
  padding: 10px;
  bottom: 0;
}

.password_checker {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  position: relative;
  width: 360px;
  color: white;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #5a48de;
  border: solid #5a48de;
  border-radius: 21px;
  bottom: 40px;
  left: 35%;
}

.password_checker.nic .strength_meter {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 0%;
  height: 10px;
  transition: 0.5s;
  background-color: black;
  border-radius: 5px;
}

.password_checker.slabe .strength_meter::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 25%;
  height: 10px;
  transition: 0.5s;
  background-color: red;
  border-radius: 5px;
}

.password_checker.vpohode .strength_meter::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 60%;
  height: 10px;
  transition: 0.5s;
  background-color: yellow;
  border-radius: 5px;
}

.password_checker.silne .strength_meter::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 95%;
  height: 10px;
  transition: 0.5s;
  background-color: lime;
  border-radius: 5px;
}

.show {
  margin: 10px;
  position: relative;
  top: 10%;
  left: 0;
  width: 65px;
  height: 25%;
  border-radius: 7px;
  background-color: #364fce;
  color: white;
  cursor: pointer;
}

.show::before {
  content: "ukáž";
}

.show.hide::before {
  content: "schovaj";
}

footer {
  background-color: #364fce;
  color: white;
  text-align: center;
  padding: 10px;
  bottom: 0;
}

.skryte {
  opacity: 1;
  transition: all 2s;
}

.zjavene {
  opacity: 1;
  transition: all 5s;
}

html {
  scroll-behavior: smooth;
}/*# sourceMappingURL=hesla.css.map */