/* mobile compatiblity */






@keyframes boing-out {
  0%{transform:scale(0.975);}
  25%{transform:scale(1.15);}
  50%{transform:scale(1);}
  75%{transform:scale(1.05);}
  100%{transform:scale(1.025);}
}
@keyframes boing-out-small {
  0%{transform:scale(0.975);}
  25%{transform:scale(1.05);}
  50%{transform:scale(1);}
  75%{transform:scale(1.01);}
  100%{transform:scale(1);}
}
@keyframes boing-out-slider {
  0%{transform:scale(1.5);}
  25%{transform:scale(0.9);}
  50%{transform:scale(1.25);}
  75%{transform:scale(0.975);}
  100%{transform:scale(1);}
}
@keyframes spinning-light {
  /* Top-Left */
  0% {
    box-shadow: 
      /* Animated inset highlights */
      inset 1px 0.25px 0.1px 0px rgba(255, 255, 255, 0.25),
      inset -1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.25),
      /* Static inset shadow */
      inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
      /* Animated outer shadows */
      -4px -4px 10px rgba(255, 255, 255, 0.125), /* Outer light source shadow */
      4px 4px 10px rgba(0, 0, 0, 0.1); /* Outer dark shadow */
  }
  /* Top-Right */
  25% {
    box-shadow: 
      inset -1px 0.25px 0.1px 0px rgba(255, 255, 255, 0.25),
      inset 1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.25),
      inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
      4px -4px 10px rgba(255, 255, 255, 0.125),
      -4px 4px 10px rgba(0, 0, 0, 0.1);
  }
  /* Bottom-Right */
  50% {
    box-shadow: 
      inset -1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.25),
      inset 1px 0.25px 0.1px 0px rgba(255, 255, 255, 0.25),
      inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
      4px 4px 10px rgba(255, 255, 255, 0.125),
      -4px -4px 10px rgba(0, 0, 0, 0.1);
  }
  /* Bottom-Left */
  75% {
    box-shadow: 
      inset 1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.25),
      inset -1px 0.25px 0.1px 0px rgba(255, 255, 255, 0.25),
      inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
      -4px 4px 10px rgba(255, 255, 255, 0.125),
      4px -4px 10px rgba(0, 0, 0, 0.1);
  }
  /* Return to start */
  100% {
    box-shadow: 
      inset 1px 0.25px 0.1px 0px rgba(255, 255, 255, 0.25),
      inset -1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.25),
      inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
      -4px -4px 10px rgba(255, 255, 255, 0.125),
      4px 4px 10px rgba(0, 0, 0, 0.1);
  }
}

body {text-align: center; background-image: url('images/test70.jpeg'); background-size: cover; 
  background-attachment: fixed; padding: 0 0% 0 0%; margin: 100px 0px 0px 0px }


p  {font-family: Arial; color: black; font-size: 1.1em; text-shadow: 0px 0px 10px rgba(0,0,0,0.5)}
h2  {font-family: Arial; color: black; font-size: 1.5em; font-weight: thin; text-shadow: 0px 0px 10px rgba(0,0,0,0.5)}
h3  {font-family: Arial; color: rgba(0, 0, 0, 0.75); font-size: 3em; font-weight: thin; text-shadow: 0px 0px 10px rgba(0,0,0,0.5);}
h1  {font-family: Arial; color: black; font-size: 0.75em; text-shadow: 0px 0px 10px rgba(0,0,0,0.5)}
a.list {font-family: Arial; color: #0000FF; font-size: 22px; font-weight: thin; text-decoration: none; line-height: 32px; text-shadow: 0px 0px 10px rgba(0,0,0,0.5)}

a.list:link {color: #DDDDDD; text-decoration: none}
a.list:visited {color: #DD2020; text-decoration: none;}
a.list:hover {color #200099; background: #FFFFFF; text-decoration: none;}

div.main {width: 100%; padding: 0 0% 0 0; }
.insert{width: 100%;
  height: auto; /* Correcting the typo from "hight" to "height" and setting it to auto */
  float: none; /* Float is unnecessary for centering with position fixed */
  position: fixed;
  transform: translateX(-50%);
  top: 0px; /* Correcting the value to be in pixels */
  left: 50%;
  z-index: 997;
  }
.topbar {
z-index: 998;
  display: flex;
  width: 263px;
  backdrop-filter: blur(15px);
  overflow: visible;
  transition: 0.1s ease-out;
  justify-content: center;
  align-items: center;
  
  height: auto;
  position: fixed;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  
  background-color: rgba(255, 255, 255, 0.1);
  color: black;
  border-radius: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2),
              inset 1px 0.25px 0.1px 0px rgba(255, 255, 255, 0.4),
              inset -0.5px -0.25px 0.1px 0px rgba(255, 255, 255, 0.5),
              inset 0px 10px 10px rgba(0, 0, 0, 0.01),
              inset 0px -10px 10px rgba(255, 255, 255, 0.02);
  padding: 4px 10px;
  
  
}

.extra-buttons {
  display: none;
  margin-left: 10px;
}

                            

.topbar:hover .extra-buttons {
  display: flex;
  gap: 10px;
}

.side-thing {
backdrop-filter: blur(5px);
  width: 133px;
  height: auto; /* Correcting the typo from "hight" to "height" and setting it to auto */
  float: none; /* Float is unnecessary for centering with position fixed */
  position: fixed;
  
  top: 5px; /* Correcting the value to be in pixels */
  right: 5px;
  text-align: center;
  z-index: 998;
  background-color: rgba(255, 255, 255, 0.1);
 color: black;
  border-radius: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2), inset 1px 0.25px 0.1px 0px rgba(255, 255, 255, 0.4), /* Very subtle inner highlight */
    inset -0.5px -0.25px 0.1px 0px rgba(255, 255, 255, 0.5),inset 0px 10px 10px rgba(0,0,0,0.01), inset 0px -10px 10px rgba(255,255,255,0.02);
  padding: 4px 10px;
  transition: ease-in-out 0.1s;
}
.side-thing:hover {
backdrop-filter: blur(15px);
  
  
  
}
.other-side-thing {
backdrop-filter: blur(5px);
  width: 52px;
  height: auto; /* Correcting the typo from "hight" to "height" and setting it to auto */
  float: none; /* Float is unnecessary for centering with position fixed */
  position: fixed;
  
  top: 5px; /* Correcting the value to be in pixels */
  left: 5px;
  text-align: center;
  z-index: 998;
  background-color: rgba(255, 255, 255, 0.1);
 color: black;
  border-radius: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2), inset 1px 0.25px 0.1px 0px rgba(255, 255, 255, 0.4), /* Very subtle inner highlight */
    inset -0.5px -0.25px 0.1px 0px rgba(255, 255, 255, 0.5),inset 0px 10px 10px rgba(0,0,0,0.01), inset 0px -10px 10px rgba(255,255,255,0.02);
  padding: 4px 10px;
  transition: ease-in-out 0.1s;
}
.other-side-thing:hover {
backdrop-filter: blur(15px);
  
  
  
}
#toggleBlurBtn {  
    

}

#toggleBlurBtn:hover {
  
}
#toggleBlurBtn:active {

    }
    #rainbow-button {
  background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet, red, orange, yellow); /* Rainbow gradient */
  background-size: 400% 100%; /* Make gradient wider for animation */
  color: white; /* Text color */
  padding: 10px 20px; /* Adjust padding as needed */
  border: none;
  border-radius: 100px; /* Optional: Rounded corners */
  cursor: pointer; /* Indicate it's clickable */
  transition: background-color 0.3s ease; /* Smooth transition for hover effect */
  animation: rainbow-animation 10s linear infinite; /* Apply animation */
}

#rainbow-button:hover {
box-shadow: 0 0px 30px 100vw rgba(0, 255, 0, 255);
  background-color: #555; /* Darker background on hover */
}

@keyframes rainbow-animation {
   0% {
    background-position: 0% 50%;
    box-shadow: 0px 0px 10px 1px red; /* Start with red shadow */
  }
  16.67% { /* Approx. 1/6 of the way through */
    box-shadow: 0px 0px 10px 1px orange;
  }
  33.33% {
    box-shadow: 0px 0px 10px 1px yellow;
  }
  50% {
    box-shadow: 0px 0px 10px 1px green;
  }
  66.67% {
    box-shadow: 0px 0px 10px 1px blue;
  }
  83.33% {
    box-shadow: 0px 0px 10px 1px indigo;
  }
  100% {
    background-position: 100% 50%;
    box-shadow: 0px 0px 10px 1px violet; /* End with violet shadow */
  }
}
button-link {
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
}
.pfptab {
backdrop-filter: blur(30px);
 position: fixed;
  max-width: 5%; /* Ensure it does not exceed the width of its parent container */
  margin: 60px auto; /* Center horizontally */
  padding: 5px; /* Add some space within the box */
  background-color: rgba(0, 0, 0, 0.25);
  border: 3px solid rgba(255,255,255,0.25); /* Add a border (optional) */
  border-radius: 0px 0px 25px 25px; /* Adjust this value for roundness */
  box-shadow: 0px 0px 20px 25px rgba(0, 0, 0, 0.5);
}
.details {
backdrop-filter:blur(10px);
}
button {
font-family: 'Arial'; 
  font-size: 13px; /* Adjusts the size of the text */
  font-weight: thin;
  backdrop-filter: blur(5px); 
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0); /* Very thin, subtle white border */
  box-shadow: inset 1px 0.25px 0.1px 0px rgba(255, 255, 255, 0.25), /* Very subtle inner highlight */
    inset -1.0px -0.25px 0.1px 0px rgba(255, 255, 255, 0.25), /* Very subtle inner highlight */
   /* Soft outer shadow 1 */
   inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
    -4px -4px 10px rgba(255, 255, 255, 0.1),
  4px 4px 10px rgba(0, 0, 0, 0.1); /* Soft outer shadow 2 */
  color: black;

  padding: 0.5rem 1rem;
  border-style: solid;
  border-width: 1px;
  border-radius: 25px;
  border: rgba(255,255,255,0.1);
  transition: all 100ms ease-out;
  margin: 2px;
  animation: spinning-light 5s linear infinite;
}
button:hover {
backdrop-filter: blur(10px); 
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: 
    inset 1px 0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
    inset -0.5px -0.25px 0.1px 0px rgba(255, 255, 255, 0.5),
  0px 2px 5px rgba(0, 0, 0, 0.15),
              0px 8px 16px rgba(0, 0, 0, 0.1),
              0px 4px 20px rgba(255, 255, 255, 0.25);/* Slightly more pronounced on hover */
              
  transform: scale(1.05);
}
button:active {
 backdrop-filter: blur(2px); 
  transform: scale(0.975);
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 15px 5px rgba(0,0,0,0.1);
  
    }
#myButton { 

}



    a > myButton {
  text-decoration: none;
  color: rgba(0,0,0,0);
}
a > myButton2 {
  text-decoration: none;
  color: rgba(0,0,0,0);
}
a > myButton3 {
  text-decoration: none;
  color: rgba(0,0,0,0);
}
a > myButton4 {
  text-decoration: none;
  color: rgba(0,0,0,0);
}
a > myButton5 {
  text-decoration: none;
  color: rgba(0,0,0,0);
}

#myButton2 {
  
}


.dropdown-catagory #myButton2:active .dropdown-box2 {
  display: block; 
}
.dropdown-box2:hover {
  display: block;
}
#myButton2:active {

    }
    
#myButton3 { 

  }

#myButton3:hover {
  
}
#myButton3:active {
   
    }
#myButton4 {
 }


#myButton4:active {

    }
#myButton5 {

  
  
}

#myButton5:hover {

}

.dropdown-catagory #myButton5:active .dropdown-box {
  display: block; 
}
.dropdown-box:hover {
  display: block;
}
#myButton5:active {

    }
#myButton6 {
  
}

#myButton6:hover {
  
}
#myButton6:active {

    }
#myButton7 {
  }

#myButton7:hover {
  
}
#myButton7:active {

    }
#myButton8 {

}
.dropdown-catagory #myButton8:active .dropdown-box3 {
  display: block; 
}
.dropdown-box3:hover {
  display: block;
}

#myButton8:hover {
 
}
#myButton8:active {

    }
#myButton9 {
   backdrop-filter:blur(5px);
  background-color: rgba(0, 255, 50, 0.2);
  border: 1px solid rgba(255, 255, 255, 0); /* Very thin, subtle white border */
  box-shadow: 
     inset 1px 0.25px 0.1px 0px rgba(255, 255, 255, 0.25), /* Very subtle inner highlight */
    inset -1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.25), /* Very subtle inner highlight */
   /* Soft outer shadow 1 */
   inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
    -4px -4px 10px rgba(0, 255, 50, 0.2),
  4px 4px 10px rgba(0, 0, 0, 0.1); /* Soft outer shadow 2 */
  color: black;

  padding: 0.5rem 1rem;
  border-style: solid;
  border-width: 1px;
  border-radius: 25px;
  border: rgba(255,255,255,0.1);
  transition: all 100ms ease-out;
  margin: 2px; 
}

#myButton9:hover {
  background-color: rgba(50, 255, 100, 0.5);
  box-shadow: 
    inset 1px 0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
    inset -0.5px -0.25px 0.1px 0px rgba(255, 255, 255, 0.5),
  0px 2px 5px rgba(0, 0, 0, 0.15),
              0px 8px 16px rgba(0, 0, 0, 0.1),
              0px 4px 20px rgba(50, 255, 100, 0.5);/* Slightly more pronounced on hover */
              
  transform: scale(1.05);
}
#myButton9:active {
background-color: rgba(0, 255, 0, 0.35);
      transform: scale(0.85);
    }
   #myButtonInfo {
  }

#myButtonInfo:hover {
  
}

.dropdown-catagory #myButtonInfo:active .dropdown-box4 { 
  display: block;
    
}
.dropdown-box4:hover {
  display: block;
}
#myButtonInfo:active {

    }
    #myButtonSettings {
  }

#myButtonSettings:hover {
  
}

.dropdown-catagory #myButtonSettings:active .dropdown-box5 { 
  display: block;
    
}
.dropdown-box5:hover {
  display: block;
}
#myButtonSettings:active {

    }
     #myButtonh {
margin: 10px;
  background-color: rgba(0, 0, 255, 0.25);
  color: white;
  padding: 10px 20px;
  border: 2px solid rgba(0, 0, 255, 1);
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 0px 20px rgba(0, 0, 255, 0.25);
  transition: all 0.125s ease-in-out; 
}
#myButtonh:hover {
box-shadow: 0 0px 30px rgba(0, 255, 0, 255);
  background-color: rgba(0, 255, 100, 0.75); 
  transform: scale(1.15);
}
#myButtonh:active {
background-color: rgba(0, 255, 0, 0.55);
      transform: scale(0.85);
    }
     #video-switcher {  
  margin: 10px;
  background-color: rgba(0, 0, 255, 0.25);
  color: white;
  padding: 10px 20px;
  border: 2px solid rgba(0, 0, 255, 1);
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 0px 20px rgba(0, 255, 0, 100);
  transition: all 0.25s ease-in-out; 

}

#video-switcher:hover {
  box-shadow: 0 0px 30px rgba(0, 255, 0, 255);
  background-color: rgba(0, 255, 100, 0.75); 
  transform: scale(1.15);
}
#video-switcher:active {
background-color: rgba(0, 255, 0, 0.55);
      transform: scale(0.85);
    }
    #wat {
    
 

  color: white;
  position: fixed;
  top: 85%;
  left: 95%;
  margin: auto auto; /* Center horizontally */
  padding: 8px 8px;
  border: 2px solid #FF0000;
  z-index:9999;

  cursor: pointer;
  box-shadow: 0 0px 20px rgba(255, 0, 0, 0.5);
  transition: all 0.5s ease-out; 
}

       
.rounded-box {
  backdrop-filter: blur(10px);
  max-width: 100%; /* Ensure it does not exceed the width of its parent container */
  margin: 0 auto; /* Center horizontally */
  padding: 20px; /* Add some space within the box */
  background-color: rgba(0, 0, 0, 0.1);
  border: 3px solid rgba(255,255,255,0.1); /* Add a border (optional) */
  border-radius: 25px; /* Adjust this value for roundness */
  box-shadow: 10px 2px 20px 25px rgba(0, 0, 0, 0.25);
}

.animate-box {
  animation: fadeIn 0.75s ease-out; 
}
.animate-box2 {
  animation: zoomIn 0.75s ease-out; 
}
.animate-dropdown {
  animation: fadeDown 0.25s ease-out; 
}
.dropdown-box {
 display: none;
 text-align: center; 
z-index: 999;
 margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0,0,0,0); /* Add a border (optional) */
  border-radius: 20px; /* Adjust this value for roundness */
  box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 40%;
  top: 25%;
  
  }
  .confirm-box {
  backdrop-filter:blur(30px);
  display: none;
  text-align: center;
  z-index: 999;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 50px; /* Add some space within the box */
  background-color: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.confirm-wow {
  display: block;
  text-align: center;
  z-index: 1000;
  background-color: rgba(255, 255, 255 0.05);
  border: 1px solid rgba(0,0,0,0); /* Add a border (optional) */
  border-radius: 25px; /* Adjust this value for roundness */
  box-shadow: 10px 10px 20px 15px rgba(0, 0, 0, 0.1);
  margin: 10px;
}
.dropdown-box2 {
 display: none;
 position: fixed; /* Anchors to the viewport */
  top: -10px;
  left: auto;
  width: 100vw;
  height: 100vh;
 
  
  
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0,0,0,0); /* Add a border (optional) */
  border-radius: 0px; /* Adjust this value for roundness */
  box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 0.2);
  }
  .dropdown-box3 {
display: none;
 position: fixed; /* Anchors to the viewport */
  top: -10px;
  left: center;
  width: 100vw;
  height: 100vh;
 
  
  
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0,0,0,0); /* Add a border (optional) */
  border-radius: 0px; /* Adjust this value for roundness */
  box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 0.2);
  }
  .rounded-box2 {
  height: 10px;
  backdrop-filter: blur(15px);
  margin: 0 auto; /* Center horizontally */
  padding: 10px; /* Add some space within the box */
  background-color: rgba(0, 255, 255, 0.25);
  border: 3px solid rgba(255,255,255,0.1); /* Add a border (optional) */
  border-radius: 25px; /* Adjust this value for roundness */
  box-shadow: 0px 0px 20px 1px rgba(0, 255, 255, 0.25);
}

.dropdown-box4 {

 display: none;
 position: fixed; /* Anchors to the viewport */
  top: -10px;
  left: auto;
  width: 100vw;
  height: 100vh;
 
  
  
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0,0,0,0); /* Add a border (optional) */
  border-radius: 0px; /* Adjust this value for roundness */
  box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 0.2);
  }
  .dropdown-box5 {

 display: none;
 position: fixed; /* Anchors to the viewport */
  top: -10px;
  left: auto;
  width: 100vw;
  height: 100vh;
 
  
  
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0,0,0,0); /* Add a border (optional) */
  border-radius: 0px; /* Adjust this value for roundness */
  box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 0.2);
   
   
  }
.tab {
background-color: rgba(255, 255, 255, 0.75);
  border: 3px solid rgba(0,0,0,0.25);
  width: fit-content;
  height: fit-content;
  border-top-left-radius: 50px;      /* Top left corner - no radius */
  border-top-right-radius: 50px;     /* Top right corner - no radius */
  border-bottom-left-radius: 50px; /* Bottom left corner - 25px radius */
  border-bottom-right-radius: 50px;
  padding: 30px;
  box-shadow: 10px -10px 20px 20px rgba(0, 0, 0, 0.25);
width: fit-content;
  height: fit-content;

}
.details {
background-color: rgba(255, 255, 255 0.05);
  border: 1px solid rgba(0,0,0,0); /* Add a border (optional) */
  border-radius: 25px; /* Adjust this value for roundness */
  box-shadow: 10px 10px 20px 15px rgba(0, 0, 0, 0.1);
  margin: 10px;
}

@keyframes fadeIn {
  0% {
    opacity: 1;
    transform: translateY(100%); /* Adjust as needed */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0); 
  }
  10% {
    opacity: 0.01;
    transform: scale(0.01); 
  }
  50% {
    opacity: 0.90;
    transform: scale(0.90); 
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-25px); 
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#myButton5:active + .dropdown-box {
  display: block; 
}
#myButton2:active + .dropdown-box2 {
  display: block; 
}
#myButton8:active + .dropdown-box3 {
  display: block; 
}
#myButtonInfo:active + .dropdown-box4 {
  display: block; 
}
#myButtonSettings:active + .dropdown-box5 {
  display: block; 
}



#background-video {
background-color: rgba(255,255,255,0.5);
background-repeat: no-repeat; /* Prevent the image from tiling */
  background-position: center center; /* Center the image */
  background-size: cover; /* This is the key property */
  position: fixed; /* Stay in place */
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1; /* Place behind other content */
  object-fit: cover; /* Ensure video covers the entire viewport */
}



}


