@font-face {
  font-family: 'Pictochat';
  src: url('assets/pictochat.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Pictochat', sans-serif;
}

html, body {
  overflow-x: hidden;
}

.header-box {
  position: relative;
  width: 1100px;
  height: 430px;
  margin: 20px auto 0;
}

.header-box > img:first-child {
  width: 1100px;
  height: 430px;
  display: block;
}

.subheader-container {
  font-family: 'Pictochat', sans-serif;
  position: relative;
  width: 1100px;
  margin: 5px auto 0;
  z-index: 1;
}

.subheader {
  font-family: 'Pictochat', sans-serif;
  display: block;
  width: 1100px;
  height: auto;
  margin: 0;
  z-index: 1;
}

.logo {
  position: absolute;
  top: 90px;
  left: 350px;
  transform: translateX(-50%);
  width: 814px;
  height: auto;
  z-index: 2;
}

.status-text {
  position: absolute;
  top: 13px;
  right: 16px;
  transform: translateY(-50%);
  color: black;
  font-family: 'Pictochat', sans-serif;
  font-size: 1.125em;
  z-index: 2;
  white-space: nowrap;
}

.blinker {
  animation: blink 1.0s steps(1, start) infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.left-sidebar {
  position: absolute;
  top: 500px;
  left: 400px;
  z-index: 1;
}

.left-sidebar img {
  display: block;
  width: auto;
  height: auto;
}

.center-bar-15wbs-text {
  position: absolute;
  top: 500px;
  left: 720px;
  z-index: 7;
}

.sidebar-content {
  position: absolute;
  top: -32px;
  left: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 3;
}

.user-icon {
  width: 32px;
  height: 32px;
  z-index: 3;
}

.visitor-counter {
  font-size: 1.125em;
  color: black;
  font-family: 'Pictochat', sans-serif;
  z-index: 3;
}

.launch-15wbs {
  width: 245px;
  height: auto;
  display: block;
  position: relative;
  top: -1065px;
  margin: 0 auto;
  z-index: 19;
}

.navigation-toolbar {
  font-family: 'MS PGothic', sans-serif;
  font-size: 1.875em;
  margin: 1em 0 0.5em 0;
  color: black;
  position: relative;
  top: -13px;
  left: 420px;
  z-index: 6;
}

.navigation-bar {
  font-family: 'MS PGothic', sans-serif;
  font-size: 1.375em;
  color: black;
  position: relative;
  left: 400px;
  top: -14px;
  z-index: 6;
}

.navigation-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation-bar li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  width: fit-content;
  padding: 2px 4px;
  border-radius: 4px;
  background-color: transparent;
  transition: background-color 0.2s ease;
}

.navigation-bar li img {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.navigation-bar li:hover {
  background-color: #FF9BC8;
  cursor: pointer;
}

.navigation-bar a {
  color: black;
  text-decoration: none;
  cursor: url("assets/cursor.png"), auto;
  display: flex;
  gap: 8px;
  width: 100%;
}

.navigation-bar a:hover {
  color: black;
}


.thornlink-explanation {
  font-family: 'MS PGothic', sans-serif;
  font-size: 1.125em;
  color: black;
  width: 600px;
  line-height: 1.6;
  position: relative;
  top: -100px;
  left: 750px;
  z-index: 7;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 20px;
  border-radius: 8px;
}

.wishlist-now-main {
  position: absolute;
  top: 956px;
  left: 440px;
  z-index: 7;
  transition: transform 0.3s ease;
}

.wishlist-now-main:hover {
  transform: scale(1.05);
}

.wishlist-now-main img {
  width: auto;
  height: auto;
  display: block;
}

.socials-links {
  font-family: 'Pictochat', sans-serif;
  font-size: 1.25em;
  color: white;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  top: -68px;
  left: -200px;
  z-index: 8;
}

.socials-links a {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: white;
  transition: transform 0.2s ease;
}

.socials-links a:hover {
  transform: scale(1.05);
  color: #FF9BC8;
}

.socials-links img {
  width: 16px;
  height: 16px;
}

.banner-scroller {
  width: 272px;
  height: 33px;
  background-image: url("assets/banner_scroller_container.png");
  background-size: 272px 33px;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
  left: 1220px;
  top: -90px;
  z-index: 10;
  box-sizing: border-box;
  padding: 2px;
}

.banner-scroller marquee img {
  width: 88px;
  height: 31px;
  margin-right: 2px;
}

.banner-strip {
  display: flex;
  gap: 0px;
  animation: scroll-left 12s linear infinite;
  width: max-content;
  height: 100%;
  align-items: center;
}

.banner-strip img {
  width: 88px;
  height: 31px;
  flex-shrink: 0;
}

.banner-scroller::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("assets/banner_scroller_container.png");
  background-size: 272px 33px;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 9;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-644px);
  }
}

.highlight-button-for-home {
  position: absolute;
  top: 1583px;
  left: 1100px;
  z-index: 8;
  width: auto;
  height: auto;
  transition: transform 0.3s ease;
}

.highlight-button-for-home:hover {
  transform: scale(1.05);
}

body {
  background-image: url("assets/15weeksbeforesummer_bar_back.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  cursor: url("assets/cursor.png"), auto;
}

.footer {
  text-align: center;
  margin-top: 100px;
  position: relative;
  z-index: 2;
}

.footer img {
  width: 323px;
  height: 75px;
  object-fit: contain;
}

.footer-text {
  font-family: 'MS PGothic', sans-serif;
  font-size: 0.875em;
  color: white;
  margin-top: 8px;
}

a:hover,
button:hover {
  cursor: url("assets/cursor_select.png"), pointer;
}