@font-face {
    font-family: FOT-Chiaro Std B;
    src: url("/fonts/chiarostd_b.otf") format("opentype");
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #007b0a #f1f693;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #000000;
}

*::-webkit-scrollbar-thumb {
  background-color: #007b0a;
  border-radius: 0px;
  border: 0px solid #ffffff;
}

html {
  background: rgb(2,0,36);
  background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(1,15,54,1) 50%, rgba(5,34,104,1) 100%);
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #ffffff;
  text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
  font-family: "FOT-Chiaro Std B";
  font-size: 20px;
  cursor: url("/oot/zeldacursor.png"), auto;
  margin-left: 150px;
  margin-right: 20px;
}

/* ========== MOVED CSS FROM HTML ========== */

input[type="text"] {
  width: 200px;
  box-sizing: border-box;
  border: solid;
  border-width: 1px;
  background-color: #000000;
  color: #00ff04;
}

::placeholder {
  color: #00ff04;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #00ff04;
}
.navbar {
  background-image: url("/oot/ootwater.png");
  color: #f70217;
  border-style: solid;
  border-width: 5px;
  border-color: #007b0a;
  border-radius: 10px;
  z-index: 5;
  position: fixed;
  height: auto;
  left: 0;
  top: 0;
  overflow: hidden;
  filter: drop-shadow(8px 8px 10px white);
}
.logo {
  z-index: 10;
  position: fixed;
  left: 110px;
  top: 0;
}
.todaysthemeicon {
  min-height: 50px;
  max-height: 50px;
  min-width: 100px;
  max-width: 100px;
  background-image: url("/dynamicstyles/space.png");
  background-size: cover;
}
.beatstime {
  min-height: 30px;
  max-height: 30px;
  min-width: 100px;
  max-width: 100px;
  background-color: #ffffff;
  font-family: "VT323 Regular";
  font-size: 15px;
  color: #ffffff;
  background-image: url("/images/beatstime.png");
  background-size: cover;
}
.oottextbox1 {
  border-style: none;
  border-radius: 14px;
  background-color: #000388 ;
  background: rgba(2,3,63,0.7);
  max-width: 500px;
  min-width: 500px;
  min-height: 150px;
  max-height: 150px;
  padding: 10px;
  box-shadow: 8px 8px 5px black;
  font-size: 22px;
  margin: 20px;
  z-index: 1;
}
.oottextbox2 {
  border-style: none;
  border-radius: 14px;
  background-color: #000388 ;
  background: rgba(2,3,63,0.7);
  max-width: 300px;
  min-width: 300px;
  min-height: 120px;
  max-height: 120px;
  padding: 10px;
  box-shadow: 8px 8px 5px black;
  position: absolute;
  top: 300px;
  left: 10px;
  font-size: 13px;
  z-index: 1;
}
.oottextbox3 {
  border-style: none;
  border-radius: 14px;
  background-color: #000388 ;
  background: rgba(2,3,63,0.7);
  max-width: 250px;
  min-width: 250px;
  min-height: 340px;
  max-height: 340px;
  padding: 10px;
  box-shadow: 8px 8px 5px black;
  position: absolute;
  top: 500px;
  left: 170px;
  font-size: 13px;
  z-index: 1;
}
.oottextbox4 {
  border-style: none;
  border-radius: 14px;
  background-color: #000388 ;
  background: rgba(2,3,63,0.7);
  max-width: 530px;
  min-width: 530px;
  min-height: 380px;
  max-height: 380px;
  padding: 10px;
  box-shadow: 8px 8px 5px black;
  position: absolute;
  top: 1200px;
  left: 12px;
  font-size: 30px;
  z-index: 1;
}
.ootbutton1 {
  position: absolute;
  top: 177px;
  left: 308px;
  filter: drop-shadow(8px 8px 10px black);
  z-index: 2;
}
.ootbutton2 {
  position: absolute;
  top: 126px;
  left: 150px;
  filter: drop-shadow(8px 8px 10px black);
  z-index: 2;
}
.ootbutton3 {
  position: absolute;
  top: 349px;
  left: 132px;
  filter: drop-shadow(8px 8px 10px black);
  z-index: 2;
}
.ootbutton4 {
  position: absolute;
  top: 255px;
  left: 250px;
  filter: drop-shadow(8px 8px 10px black);
  z-index: 2;
}
.ootbutton5 {
  position: absolute;
  top: 377px;
  left: 248px;
  filter: drop-shadow(8px 8px 10px black);
  z-index: 2;
}
.ootbox1 {
  min-width: 630px;
  max-width: 630px;
  max-height: 1700px;
  min-height: 1700px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 20px;
  background-image: url("/oot/ootground1.png");
  background-repeat: repeat;
  position: absolute;
  box-shadow: 10px 10px 5px black;
  z-index: 1;
}
.link1 {
  position: fixed;
  left: 610px;
  bottom: 0;
  z-index: 6;
  filter: drop-shadow(8px 8px 10px white);
  pointer-events: none;
}
.yearlyplaythroughs1 {
  position: fixed;
  top: 76px;
  left: 820px;
  padding: 5px;
  border-style: none;
  border-width: 4px;
  border-radius: 20px;
  background-image: url("/oot/oottemplewall1.png");
  background-repeat: repeat;
  min-width: 200px;
  max-width: 200px;
  min-height: 340px;
  max-height: 340px;
  font-size: 16px;
  filter: drop-shadow(8px 8px 10px black);
  z-index: 3;
}
.yearlyplaythroughs2 {
  position: relative;
  padding: 8px;
  background-image: url("/oot/ootwater.png");
  background-repeat: repeat;
  border-radius: 20px 0px 0px 20px;
  min-width: 190px;
  max-width: 190px;
  min-height: 280px;
  max-height: 280px;
  font-size: 13px;
  text-align: left;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 4;
}
.yearlyplaythroughhighlight {
  background-color: #000000;
}
.yearlyplaythroughsborder {
  position: fixed;
  left: 675px;
  top: 0px;
  z-index: 5;
  pointer-events: none;
  filter: drop-shadow(8px 8px 10px black);
}

.malon1 {
  position: absolute;
  left: 320px;
  top: 10px;
  filter: drop-shadow(8px 8px 10px black);
  z-index: 2;
}
.mastersword1 {
  position: absolute;
  left: 0px;
  top: 500px;
  filter: drop-shadow(8px 8px 10px black);
  z-index: 2;
}
.conceptart1 {
  border-style: none;
  border-radius: 14px;
  background-color: #000388 ;
  background: rgba(2,3,63,0.7);
  max-width: 500px;
  min-width: 500px;
  min-height: 250px;
  max-height: 250px;
  padding: 10px;
  box-shadow: 8px 8px 5px black;
  position: absolute;
  top: 900px;
  left: 20px;
  font-size: 25px;
  z-index: 7;
}
.playableocarina {
  position: relative;
}

.marquee-container {
            width: 500px; /* Set the width */
            overflow: hidden;
            white-space: nowrap;
            position: relative;
            background: none;
        }
        .marquee-track {
  display: flex;          /* Flexbox to align images in a row */
  justify-content: start; /* Align images to the left */
  overflow: visible;
}

        .marquee-content {
            display: flex;
            gap: 10px; /* Adjust spacing between images */
            animation: scroll 50s linear infinite;
            width: max-content; /* Ensures it accommodates duplicated content */
        }

        @keyframes scroll {
            from {
                transform: translateX(0%);
            }
            to {
                transform: translateX(-50%);
            }
        }
        
        .marquee-content:hover {
            animation-play-state: paused; /* Stops animation on hover */
        }
.marquee-track img {
  transition: transform 0.65s ease-in-out;
  margin-right: 20px;
}

.marquee-track img:hover {
  transform: scale(4.2);
}

/* Draggable Frame */
#draggableFrame {
  position: fixed;
  top: 6px;
  left: 120px;
  width: 210px;
  height: 330px;
  background: rgba(255, 255, 255, 0.8);
  border-image: linear-gradient(to bottom, #b7cfe8, #9bb7d3) 1;
  border-radius: 6px;
  border-width: 4px;
  border-style: solid;
  border-top: none;
  cursor: grab;
  z-index: 1000;
  user-select: none; /* Prevent text selection */
  display: flex;
  flex-direction: column;
  text-shadow: none;
}

/* Drag Handle */
#dragHandle {
  width: 100%;
  height: 20px;
  background-image: url("/backgrounds/win7gradient.png");
  color: #000000;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  cursor: grab;
  padding: 2px;
  text-shadow: none;
}

/* Make sure the iframe fits inside */
#draggableFrame iframe {
  width: 100%;
  height: calc(100% - 20px); /* Subtract handle height */
  border: none;
}

/* Prevent selection of other page elements */
body, html {
  user-select: none;
}