html, body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
}

.container {
  display: flex;
  width: 100%;
  height: 100%;
}

.box {
  padding: 20px;
  font-size: 1.5rem;
}

.top {
  background-color: rgb(24, 24, 27);
  height: 10%;
  width: 100%;
  color: white;
  padding: 0 20px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  z-index: 10;
  position: relative;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 30px;
  text-shadow: 
    0 0 5px rgb(255, 255, 255),
    0 0 10px rgb(255, 255, 255),
    0 0 20px rgb(255, 255, 255),
    0 0 40px rgb(255, 255, 255);
}

.logo img {
  width: 60px;
  height: auto;
  filter: drop-shadow(0 0 10px rgb(255, 255, 255));
}

.logo a.no-underline {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}

.menu a.no-underline {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}

.menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
}

.nightcity:hover {
  text-shadow: 0 0 10px rgb(156, 163, 175);
}

.mapa:hover {
  text-shadow: 0 0 10px rgb(156, 163, 175);
}

.sklep:hover {
  text-shadow: 0 0 10px rgb(156, 163, 175);
}

.regulamin:hover {
  text-shadow: 0 0 10px rgb(156, 163, 175);
}

.logo2 {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  height: auto;
}

.logo2 img {
  width: 20px;
  height: auto;
  filter: brightness(0) invert(1) drop-shadow(0 0 5px white);
}

.logo2 {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
}


.second {
  position: absolute;
  bottom: 1%;
  left: 0;
  width: 100%;
  height: 90%;
  background: url("../grafiki/tlo.png") repeat;
  background-size: auto;
  background-position: bottom left;
  z-index: 1;
}


.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1%;
  background-color: rgb(24, 24, 27);
  color: rgb(156, 163, 175);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  z-index: 10;
}

.rok, .nisakikg {
  display: block;
}


.item-name {
  font-size: 60px;
  position: absolute;
  top: 15%;
  left: 4%;
}

.item-mini {
  font-size: 20px;
  color: rgb(97, 99, 104);
  position: absolute;
  top: 32%;
  left: 5%;
  right: 80%;
}

.item-desc22 {
  position: absolute;
  bottom: 5%;
  left: 5%;
  font-size: 15px;
  color: rgb(97, 99, 104);
  font-style: italic;
  right: 80%;
}

.item-price {
  font-size: 70px;
  position: absolute;
  top: 35%;
  right: 16%;
}

.item-desc1 {
  position: absolute;
  top: 25%;
  left: 38%;
}

.item-desc2 {
  position: absolute;
  top: 35%;
  left: 38%;
}

.item-desc3 {
  position: absolute;
  top: 45%;
  left: 38%;
}

.item-desc4 {
  position: absolute;
  top: 55%;
  left: 38%;
}

.item-desc5 {
  position: absolute;
  top: 65%;
  left: 38%;
}

.item-desc6 {
  position: absolute;
  top: 75%;
  left: 38%;
}

.item-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  padding: 4px 50px;
  border: 1px solid rgb(80, 80, 80);
  background-color: transparent;
  color: rgb(156, 163, 175);
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;

  position: absolute;
  bottom: 35%;
  right: 12%;
}

.item-btn:hover {
  box-shadow: 0 0 10px rgb(156, 163, 175);
}

.shop-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 400px;
  background-color: rgb(24, 24, 27);
  border: 2px solid rgb(156, 163, 175);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: white;
  overflow: hidden;
  z-index: 2;
}


.item-time {
  font-size: 20px;
  color: rgb(97, 99, 104);
  position: absolute;
  top: 45%;
  right: 12%;
}