.marck-script-regular {
  font-family: "Marck Script", cursive;
  font-weight: 400;
  font-style: normal;
}

.text-coming-soon-rotate {
  transform: rotate(-10deg);
}

.text-coming-soon-rotate-new {
  transform: rotate(-10deg);
  font-size: 4rem;
  line-height: 1.2;
}

.grid-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-container h2 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.story-script-regular {
  font-family: "Story Script", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 400;
}

.bg-image {
  background-image: url("images/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body {
  color: #fff;
}

#Layer_4 {
  fill: #fff;
}

.left-panel {
  width: 100px;
  height: 100vh;
  position: fixed;
  left: 0;
  bottom: 0;
  rotate: 90deg;
  transform-origin: top left;
  transform: rotate(270deg);
  z-index: 100;
  background-image: url("images/day-or-nite.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.test {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(270deg);
}

.vertical-text-container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
}

.vertical-text {
  color: #fff;
  font-weight: 700;
  font-size: calc(100vh * 0.08);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 
               0 0 10px rgba(0, 0, 0, 0.2);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  white-space: nowrap;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 1.2;
}

.vertical-text-tablet {
  color: #fff;
  font-weight: 700;
  font-size: calc(100vh * 0.1);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 
               0 0 10px rgba(0, 0, 0, 0.2);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  white-space: nowrap;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 1.2;
}