
@font-face {
  font-family: 'Griffy';
  src: url('https://capable-boba-3ed4ed.netlify.app/content/fonts/Griffy-Regular.woff2') format('woff2'),
       url('../../content/fonts/Griffy-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Hurry Up';
    src:  url('../../content/fonts/HurryUp-Regular.woff2') format('woff2'),
          url('../../content/fonts/HurryUp-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kramerized';
    src:  url('../../content/fonts/KramerizedRegular.woff2') format('woff2'),
          url('../../content/fonts/KramerizedRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'White Lake';
    src: url('../../content/fonts/WhiteLake-Regular.woff2') format('woff2'),
        url('../../content/fonts/WhiteLake-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Wild Sewerage';
    src: url('../../content/fonts/WildSewerage-Regular.woff2') format('woff2'),
          url('../../content/fonts/WildSewerage-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Orange Juice';
    src: url('../../content/fonts/OrangeJuice.woff2') format('woff2'), 
      url('../../content/fonts/OrangeJuice.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family:'CS Alfred';
    src: url('../../content/fonts/CSAlfred-Regular.woff2') format('woff2'),
        url('../../content/fonts/CSAlfred-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hooey DEMO';
    src: url('../../content/fonts/HooeyDEMO-Regular.woff2') format('woff2'),
        url('../../content/fonts/HooeyDEMO-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family:'Second Lyrics';
    src: url('../../content/fonts/SecondLyrics.woff2') format('woff2'),
          url('../../content/fonts/SecondLyrics.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family:'Wande';
    src: url('../../content/fonts/Wande.woff2') format('woff2'),
        url('../../content/fonts/Wande.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KBFunHouse';
    src: url('../../content/fonts/KBFunHouse.woff2') format('woff2'),
        url('../../content/fonts/KBFunHouse.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ronduit Capitals';
    src: url('../../content/fonts/RonduitCapitals-Light.woff2') format('woff2'),
        url('../../content/fonts/RonduitCapitals-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



body {
  background-color: #fe7c0a;
  margin: 0;
  padding-top: 160px; 
  font-family: sans-serif;
  overflow-x: hidden;
  cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="48" width="48"><text y="36" font-size="36">🍊</text></svg>') 24 24, auto;
}

.title-box {
  font-size: 120px;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  padding: 5px 10px;
  margin: 0;
  font-family: 'Orange Juice'!important;
  background-color: #fe7c0a;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.tangerine-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tangerine-list li {
  width: 100%;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.1;
  word-wrap: break-word;
  overflow-wrap: break-word;
  border-radius: 10px;
  transition: transform 0.3s ease;
  position: relative;
  cursor: pointer;
  overflow: visible;
}

.tangerine-list li:nth-child(1n) {
  background-color: #ff1493;
  color: #00ffff;
  font-family: 'Impact', sans-serif;
  padding: 80px 40px;
  font-size: 300px;
  height: 500px;
  animation: floatUp 3s ease-in-out infinite alternate;
}

.tangerine-list li:nth-child(2n) {
  background-color:  #7fff00;
  color: #ff00ff;
  font-family: 'Griffy';
  padding: 70px 30px;
  font-size: 100;
  height: 200;
  animation: pulseSpin 3s ease-in-out infinite;
}

.tangerine-list li:nth-child(3n) {
  background-color: #0ff;
  color: #ff4500;
  font-family:  'White Lake' ;
  padding: 15px 3px;
  font-size: 230px;
  height: clamp(300px, 35vh, 500px);
  animation: bounce 2.5s ease-in-out infinite;
}

.tangerine-list li:nth-child(4n) {
  background-color: #ffff00;
  color: #ff1493;
  font-family: 'Hurry Up';
  padding: 100px 20px;
  font-size: 400;
  height: clamp(500px, 65vh, 850px);
  animation: pulseSpin 3s ease-in-out infinite;
}

.tangerine-list li:nth-child(5n) {
  background-color: #e32108;
  color: #0ff;
  font-family: 'Kramerized';
  padding: 40px 20px;
  font-size: clamp(2rem, 6vw, 150px);
  height: clamp(180px, 25vh, 300px);
  animation: floatUp 2.5s ease-in-out infinite alternate;
}

.tangerine-list li:nth-child(6n) {
  background-color: #007cf8;
  color: #ffd900;
  font-family: 'Hooey DEMO';
  padding: 70px 30px;
  font-size: 400px;
  height: 500px;
  animation: floatUp 3s ease-in-out infinite alternate;
}

.tangerine-list li:nth-child(7n) {
  background-color: #c81ec8;
  color:  #7fff00;
  font-family: 'Wild Sewerage';
  padding: 10px 5px;
  font-size: 170px;
  height: 230px;
  animation: bounce 3s ease-in-out infinite;
}

.tangerine-list li:nth-child(8n) {
  background-color: #00ffcc;
  color: #ff1493;
  font-family: 'CS Alfred';
  padding: 100px 20px;
  font-size: 340px;
  height: 500px;
  animation: pulseSpin 3s ease-in-out infinite;
}

.tangerine-list li:nth-child(9n) {
  background-color:  #e32108;
  color:  #7fff00;
  font-family: 'Times New Roman', Times, serif; 
  padding: 20px 0px;
  font-size: 200px;
  height: 300px;
  animation: floatUp 3s ease-in-out infinite alternate;
}

.tangerine-list li:nth-child(10n) {
  background-color: #007cf8;
  color:#ff8000;
  font-family:'Second Lyrics';
  padding: 50px;
  font-size: 100px;
  height: 200px;
  animation: bounce 3s ease-in-out infinite;
}

.tangerine-list li:nth-child(11n) {
  background-color: #ffff00;
  color: #c81ec8;
  font-family: 'KBFunHouse'; 
  padding: 60px 60px;
  font-size: 200px;
  height: 300px;
  animation: floatUp 3s ease-in-out infinite alternate;
}

.tangerine-list li:nth-child(12n){
  background-color: #734dfa;
  color: #ffff00;
  font-family: 'Wande';
  padding: 80px 40px;
  font-size: 300px;
  height: 500px;
  animation: floatUp 3s ease-in-out infinite alternate;
}

.tangerine-list li:nth-child(13n) {
  background-color: #7fff00;
  color: #ff1493;
  font-family: 'Ronduit Capitals';
  padding: 20px 0px;
  font-size: 170px;
  height: 200px; 
  animation: bounce 3s ease-in-out infinite;
}

@keyframes floatUp {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-25px); }
}

@keyframes pulseSpin {
  0%, 100% { transform: scale(1) rotate(0deg); }
  50% { transform: scale(1.08) rotate(3deg); }
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-30px); }
}

@keyframes flicker {
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% { opacity: 1; }
  20%, 24%, 55% { opacity: 0.5; }
}

@keyframes textPop {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
  }
  25% {
    transform: translate(-50%, -70%) scale(1.1);
    opacity: 1;
  }
  70% {
    transform: translate(-50%, -120%) scale(1.4);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -180%) scale(1.6);
    opacity: 0;
  }
}

.tangerine-list li:nth-child(odd)::after {
  content: "RIPE AND JUICY!";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  font-family: "Comic Sans MS", Comic Sans, cursive;
  font-weight: bold;
  font-size: 70px;
  color: black;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
}


.tangerine-list li:nth-child(odd):hover::after,
.tangerine-list li:nth-child(odd):focus-visible::after {
  animation: textPop 1s ease-out forwards;
}

.tangerine-list li:nth-child(even)::before {
  content: "ZESTY DELIGHT!";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  font-family: "Comic Sans MS", Comic Sans, cursive;
  font-weight: bold;
  font-size: 70px;
  color: rgb(0, 0, 0);
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
}


.tangerine-list li:nth-child(even):hover::before,
.tangerine-list li:nth-child(even):focus-visible::before {
  animation: textPop 1s ease-out forwards;
}
