@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&family=Rowdies:wght@300;400;700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Tac+One&display=swap&family=Inter:wght@900&display=swap');

/* rgb(153, 217, 234) #99d8ea */

* {
    transition: all 0.2s ease-in-out
}

p {
    color: #000000 !important;
}
h2 {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    
    font-weight: 900;
    color: #000000;
    text-align: center;

    margin: 0;
    padding: 0;
}
#centered {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  gap: 15px;
}

h3 {
  font-family: "Source Sans 3", sans-serif;
}
h20 {
  font-size: 27px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 20px;
}
h20w {
  font-size: 25px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  color: white;
  position: sticky;
}
h5 {
  font-family: "Source Sans 3", sans-serif;
  color: white;
  font-size: 15px;
}
challenge1 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    font-family: "Source Sans 3", sans-serif;
    width: 80%; /* No need for !important if correctly applied */
    max-width: 80%; /* Ensures the width doesn't exceed 80% */
    margin: 0 auto; /* Center the element within its parent */
}
#container {
    display: relative;
    justify-content: center; /* Center the child horizontally */
    align-items: center; /* Center the child vertically, if desired */
    width: 101%;
    position: absolute;
    top: 80vh
}

h4 {
  font-size: 8px;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
  text-align: center
}
p.a32 {
  font-size: 36px;
    font-weight: 700;
  margin-bottom: 20px;
  display: block;
  margin-top: 10px;
}

h8 {
  font-size: 14px;
  color: #20477E;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Source Sans 3", sans-serif;
}
h80 {
  font-size: 15px;
  color: #a1a1ff;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Source Sans 3", sans-serif;
  text-decoration: underline;
}
#h8 {
  font-size: 14px;
  color: #20477E;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Source Sans 3", sans-serif;
}
h9 {
  font-size: 19px;
  color: purple;
  font-weight: 1000;
  margin-top: 10px;
  font-family: "Source Sans 3", sans-serif;
  display: block;
  text-align: center;
}

h90 {
  font-size: 13px;
  color: purple;
  font-weight: 1000;
  margin-top: 10px;
  font-family: "Source Sans 3", sans-serif;
  display: block;
  text-align: center;
  line-height: 30px;
  align-items: center;
  justify-content: center;
}

html {
    scroll-behavior: smooth
}

body {
    background: #ffffff;
    color: #000000;
    font-family: Inter, sans-serif;
    padding: 5%;
    width: 80%;
    height: auto;
    
}
/* .transition-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: fadeIn 0.2s ease-in-out;
    z-index: 100000;
    overflow: hidden;
}
*/
/* Base styles for the overlay */
#transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
    justify-content: center;
    align-items: center;
    background: linear-gradient(145deg, #192f56, #004385, #002086, #001349);
  z-index: 1000;
  opacity: 1; /* Fully visible at the start */
  transition: opacity 1s ease-in-out;
}

/* Hidden overlay (fades out) */
#transition-overlay.hidden {
  opacity: 0;
}

/* Bars 
.bars {
    width: 30%;
    height: 50%;
    background-color: #a8ffd6;
    transform: translateX(-100%);
    animation: slideIn 2.5s forwards;
}
*/
/* Loading Logo */
  @keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
  }
#loadingLogoOpen {
    
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001; /* Ensures the logo stays on top of the bars */
}

#loadingLogoOpen img {
    width: 150px; /* Adjust size as needed */
}

/* Animation keyframes */
@keyframes slideIn {
    to {
        transform: translateX(0);
    }
}

@keyframes slideOut {
    to {
        transform: translateX(100%);
    }
}
.green-line {
  background-color: #00D36C;
  height: 5px;
  width: 100%;
}

li::marker {
    content: "- "
}

a {
    text-decoration: none;
    background-image: linear-gradient(#b0ffbc, #ffffff);
    background-size: 0% 0.1em;
    background-position: 100% 95%;
    background-repeat: no-repeat;
    transition: background-size 0.5s;
    color: #33c759;
    cursor: pointer
}

a:hover, a:focus, a:active {
    background-position: 0% 95%;
    background-size: 100% 0.1em
}

.greet {
    position: absolute;
    top: 40%;
    left: 10%
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.hyperimg {
    position: absolute;
    top: calc(50vh - 250px);
    right: 10%;
    border-radius: 15px;
    background: #aeffac;
    width: 500px;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    text-align: left;
    backdrop-filter: blur(10px)
}

@keyframes hover {
    0% {transform: rotate(0deg)}
    100% {transform: rotate(360deg)}
}

@keyframes neonSnake {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 400% 0%;
  }
}

.lang {
    width: 50px;
    display: inline;
    margin: 0 2% 0 2%;
    position: relative
}

.lang:hover {
    animation: hover 0.5s
}

.hyper {
    font-size: calc(100vh / 15);
    font-weight: 900;
    background-image: url("https://firebasestorage.googleapis.com/v0/b/guessjd-frankichuy.appspot.com/o/FRANKICHUY%20WEBSITE%2FGRADIENT%2FIMG_0220.gif?alt=media&token=3484bfeb-c608-487a-b8bf-8e80195b7c63");
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Source Sans 3", sans-serif;
}

.content {
    position: absolute;
    top: 100vh
}

@media screen and (max-width: 1100px) {
    .hyperimg {
        display: none
    }
    .greet {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center
    }
}

@media screen and (max-width: 500px) {
    .hyper {
        font-size: 50px
    }
}

.blurs div {
    position: fixed;
    border-radius: 100%;
    filter: blur(100px);
    opacity: 0.9;
    padding: 200px;
    background: #8bff9b;
}

#blur1 {
    top: -10px;
    right: -20px
}

#blur2 {
    bottom: -30px;
    left: -10px;
}

.background {
    z-index: -99;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.squares {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.squares li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #97ffb2;
    animation: animate 10s linear infinite;
    bottom: -150px;
    opacity: 0.85
}

.squares li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s
}

.squares li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 1s;
    animation-duration: 12s;
}

.squares li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 3s
}

.squares li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 15s
}

.squares li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s
}

.squares li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s
}

.squares li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s
}

.squares li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s
}

.squares li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s
}

.squares li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        border-radius: 0
    }
    100% {
        transform: translateY(-1000px) rotate(720deg);
        border-radius: 50%
    }
}

::-webkit-scrollbar {
    width: 5px;
    height: 8px
}

::-webkit-scrollbar-track {
    background: transparent
}

::-webkit-scrollbar-thumb {
    background: #a5ffaf
}

::-webkit-scrollbar-thumb:hover {
    background: #a4ff9d
}