@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "Roboto", sans-serif;
}

header {
  position: relative;
  overflow: hidden;
  height: 600px;
  margin: 0 auto;
}
header * {
  position: relative;
  color: #fff;
}
header div {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 1200px;
}
header div div {
  display: block;
  position: relative;
  height: 600px;
  background-size: cover;
  background-position: center;
}
header div div:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
header div div:nth-child(1) {
  background-image: url("/images/header/laptops.jpg");
}
header div div:nth-child(2) {
  background-image: url("/images/header/winner.jpg");
}
header div div:nth-child(3) {
  background-image: url("/images/header/vr-girl.jpg");
}
@media only screen and (max-width: 1000px) {
  header div {
    grid-template-columns: 1fr;
  }
  header div div {
    display: none;
  }
  header div div:last-child {
    display: block;
  }
}
header h1 {
  text-align: center;
  font-weight: 400;
  margin: 2rem 0 0.5rem;
  font-size: 3rem;
}
header h1 span {
  font-weight: bolder;
}
header h1:nth-child(4) {
  font-weight: 500;
  font-size: 4.5rem;
  margin-bottom: 1rem;
}
header nav {
  border: solid #fff;
  border-width: 1px 0;
  background-color: rgba(0, 0, 0, 0.6274509804);
  padding: 1rem;
}
header nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 1rem;
}
header nav ul li a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}
header nav ul li a:hover {
  color: #247ddb;
}
@media only screen and (max-width: 1000px) {
  header nav ul {
    display: block;
  }
  header nav ul a {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
  }
}
header > h2 {
  color: #fff;
  text-align: center;
}

body {
  max-width: 1200px;
  margin: 0 auto;
}

main section {
  padding: 2rem;
}
@media only screen and (max-width: 1000px) {
  main section {
    padding: 0.5rem;
  }
}
main section h2 {
  font-size: 2rem;
}
main section.blueBackground {
  color: #fff;
  background-color: #5C919C;
}
main section.blueBackground:nth-child(3) {
  background-color: #5c5c9c;
}
main section.textWithImage {
  position: relative;
  display: flex;
  justify-content: space-between;
}
main section.textWithImage p {
  margin-top: 1rem;
  padding-top: 1rem;
  max-width: 500px;
  margin: 0 auto;
}
main section.textWithImage img {
  width: 100%;
  max-width: 400px;
}
@media only screen and (max-width: 1000px) {
  main section.textWithImage {
    display: block;
  }
  main section.textWithImage h2 {
    text-align: center;
  }
  main section.textWithImage p {
    text-align: center;
  }
  main section.textWithImage img {
    display: block;
    margin: 0 auto;
  }
}
main section#Schema {
  box-sizing: content-box;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
main section#Schema h2 {
  text-align: center;
  margin-bottom: 1rem;
}
main section#Schema div {
  border: 1px solid #000;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 700px;
  margin: 0 auto;
  justify-content: center;
}
main section#Schema div ul {
  min-height: 200px;
  padding-top: 1rem;
  list-style: none;
  display: block;
  border-right: 1px solid #000;
}
main section#Schema div ul:last-child {
  border: none;
}
main section#Schema div ul h2 {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0.5rem;
}
main section#Schema div ul li {
  margin-left: 2rem;
}
main section#Schema div ul li span {
  font-weight: bold;
}
@media only screen and (max-width: 1000px) {
  main section#Schema div {
    width: 100%;
  }
  main section#Schema div ul {
    padding: 0.3rem;
  }
  main section#Schema div ul h2 {
    font-size: 1.2rem;
  }
  main section#Schema div ul li {
    margin-left: 0.1rem;
    border-bottom: 1px solid #363636;
    padding-bottom: 0.1rem;
    margin-bottom: 0.5rem;
  }
  main section#Schema div ul li:last-child {
    border: none;
  }
}
main section#Packlista h2 {
  margin-bottom: 1rem;
}
main section#Packlista ul {
  margin-left: 2rem;
}
main section#Packlista p {
  font-weight: bolder;
}
main section#fragorOchSvar {
  box-sizing: content-box;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  text-align: center;
}
main section#fragorOchSvar h2 {
  margin-bottom: 0.5rem;
}
main section#fragorOchSvar p {
  margin-bottom: 1rem;
}
main section#Boka {
  position: relative;
  overflow: auto;
}
main section#Boka h2 {
  text-align: center;
  margin-bottom: 2rem;
}
main section#Boka h3 {
  text-align: center;
  margin-bottom: 1rem;
}
main section#Boka p {
  text-align: center;
  margin-bottom: 1rem;
}
main section#Boka #bokaMap {
  position: relative;
  background-image: url("/images/map/NTIEVENTBOKA2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  height: 400px;
  width: 600px;
}
main section#Boka #bokaMap p {
  cursor: pointer;
  user-select: none;
  line-height: 20px;
  background-color: #00FF00;
  height: 20px;
  width: 20px;
  font-size: 0.6rem;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  color: #000;
  font-weight: bolder;
}
main section#Boka #bokaMap p.occupied {
  background-color: red !important;
  color: #fff;
}
main section#Boka #bokaMap p.selected {
  background-color: yellow;
}
main section#Boka #bookingErrorMessage.error {
  padding: 4rem;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 3rem;
  color: lightcoral;
}
main section#Boka #bookingErrorMessage.sucsess {
  padding: 4rem;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 3rem;
  color: lightgreen;
}
main section#Boka .inputs {
  gap: 1rem;
  margin-bottom: 1rem;
}
main section#Boka .inputs input {
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  width: 10rem;
  padding: 5px 10px;
  border-radius: 0;
  border: none;
  width: fit-content;
}
main section#Boka button {
  padding: 1rem 2rem;
  font-size: 1.2rem;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  background-color: #BFFFB5;
  border: none;
}
main section#Boka button:hover {
  background-color: #67ff4f;
}