@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: Arial, sans-serif;
}

.master {
  display: flex;
  height: 100vh;
}

.table-wrapper-1,
.table-wrapper-2 {
  width: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 100%;
}
hr {
    max-width: 30%;
    margin: 0px;
}
.table-wrapper-1 {
  background: url(../assets/dinoverse.webp) no-repeat right top;
  background-size: cover;
  background-color: #052500;
  position: relative;
}

.table-wrapper-2 {
  background: url(../assets/bubble.jpg) no-repeat right top;
  background-size: cover;
  background-color: #5e3fb6;
  position: relative;
}

.content {
  color: white;
  font-size: 1em;
  white-space: nowrap;
  width: 100%;
  padding: 1rem;
  transform: translate(0%, 0%) rotate(-90deg);
  transform-origin: center center;
}

.content-2 {
  color: white;
  font-size: 1em;
  white-space: nowrap;
  width: 100%;
  padding: 1rem;
  transform: translate(0%, 0%) rotate(-90deg);
  transform-origin: center center;
}

h1 {
  font-family: Montserrat, sans-serif;
  font-size: 7vh;
  color: white;
  text-align: left;
  font-weight: 300;
  margin: 0px 0px 2%;
}

.opening_hours {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6em;
  color: white;
  text-align: left;
  font-weight: 800;
}

table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  font-size: 1.1em;
}

table td {
  padding: 10px 0;
}

tbody tr:nth-child(even) {
  background-color: rgba(20, 42, 32, 0.5);
}

.day {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8em;
  color: white;
  text-align: center;
  font-weight: 500;
}

.hours {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: white;
  text-align: left;
  font-weight: 500;
  line-height: 1;
}

.tickets {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6em;
  color: white;
  text-align: left;
  font-weight: 800;
}

.per_person {
  font-family: "Montserrat", sans-serif;
  font-size: 0.5em;
  color: white;
  text-align: left;
  font-weight: 400;
}

.info {
  text-align: left;
  font-size: 1em;
  text-transform: uppercase;
}

.subInfo {
  font-size: 0.8rem;
  text-align: left;
  text-transform: uppercase;
}
