body {text-align: center; background-image: url('images/test2.png'); background-size: cover; 
  background-attachment: fixed; padding: 0 0% 0 0%}


p  {font-family: Arial, Helvectica, sans-serif; color: white; font-size: 1.1em; text-shadow: 0px 0px 10px rgba(0,0,0,0.5)}
h2  {font-family: Arial, Helvectica, sans-serif; color: white; font-size: 1.5em; font-weight: bold; text-shadow: 0px 0px 10px rgba(0,0,0,0.25)}
h3  {font-family: Arial, Helvectica, sans-serif; color: rgba(255, 255, 255, 0.55); font-size: 3em; font-weight: bold; text-shadow: 0px 0px 10px white;}
h1  {font-family: Arial, Helvectica, sans-serif; color: white; font-size: 0.75em; text-shadow: 0px 0px 10px rgba(0,0,0,0.5)}
a.list {font-family: Arial, Helvectica, sans-serif; color: #0000FF; font-size: 22px; font-weight: bolder; text-decoration: none; line-height: 32px; text-shadow: 0px 0px 10px rgba(0,0,0,0.5)}
a.list {font-family: Arial, Helvectica, sans-serif; color: #0000FF; font-size: 22px; font-weight: bolder; text-decoration: none; line-height: 32px}
a.list:link {color: #DDDDDD}
a.list:visited {color: #DD2020}
a.list:hover {color #200099; background: #FFFFFF}

div.main {width: 100%; padding: 0 0% 0 0}

.topbar {
backdrop-filter: blur(20px);
  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%;
  text-align: center;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.25);
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px; /* Adjust this value for roundness */
  box-shadow: 10px 2px 20px 15px rgba(0, 0, 0, 0.25),inset 0px 10px 10px rgba(0,0,0,0.05), inset 0px -10px 10px rgba(255,255,255,0.04);
  padding: 8px 15px;
  transition: ease-in-out 0.25s;
}
.topbar:hover {
backdrop-filter: blur(7px);
  width: 95%;
  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: 10px; /* Correcting the value to be in pixels */
  left: 50%;
  text-align: center;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 25px; /* Adjust this value for roundness */
  box-shadow: inset 0.5px 0.25px 0.1px 0px rgba(255,255,255,0.25), inset -0.5px -0.25px 0.1px 0px rgba(255,255,255,0.25),10px 2px 20px 15px rgba(0, 0, 0, 0.25),inset 0px 10px 10px rgba(0,0,0,0.05), inset 0px -10px 10px rgba(255,255,255,0.04);
  padding: 8px 15px;
}

.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 {
background-color: rgba(0, 0, 0, 0.05);
  border: 3px solid rgba(255,255,255,0.25); /* Add a border (optional) */
  border-radius: 25px; /* Adjust this value for roundness */
  box-shadow: 10px 2px 20px 15px rgba(0, 0, 0, 0.25);
backdrop-filter:blur(30px);
}
#myButton { 
  background-color: rgba(0, 0, 0, 0);
  color: white;
  padding: 8px 15px;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 25px;
  cursor: pointer;
  box-shadow: inset 0.5px 0.25px 0.1px 0px rgba(255,255,255,0.25), inset -0.5px -0.25px 0.1px 0px rgba(255,255,255,0.25), 0px 1px 3px rgba(0, 0, 0, 0.08), /* Soft outer shadow 1 */
    0px 4px 10px rgba(0, 0, 0, 0.15); /* Soft outer shadow 2 */;
  transition: all 0.125s ease-in-out; 
}

#myButton:hover {
 
  transform: scale(1.15);
}
#myButton:active {
   background-color: rgba(0, 200, 255, 0.25);
      transform: scale(0.85);
    }
#myButton2 {
  background-color: rgba(0, 0, 0, 0);
  color: white;
  padding: 8px 15px;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 25px;
  cursor: pointer;
  box-shadow: inset 0.5px 0.25px 0.1px 0px rgba(255,255,255,0.25), inset -0.5px -0.25px 0.1px 0px rgba(255,255,255,0.25), 0px 1px 3px rgba(0, 0, 0, 0.08), /* Soft outer shadow 1 */
    0px 4px 10px rgba(0, 0, 0, 0.15); /* Soft outer shadow 2 */;
  transition: all 0.125s ease-in-out; 
}

#myButton2:hover {
  background-color: rgba(0, 25, 255, 0.25); 
  transform: scale(1.15);
}
.dropdown-catagory #myButton2:active .dropdown-box2 {
  display: block; 
}
.dropdown-box2:hover {
  display: block;
}
#myButton2:active {
background-color: rgba(0, 200, 255, 0.25);
      transform: scale(0.85);
    }
    
#myButton3 { 
  background-color: rgba(0, 0, 0, 0);
  color: white;
  padding: 8px 15px;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 25px;
  cursor: pointer;
  box-shadow: inset 0.5px 0.25px 0.1px 0px rgba(255,255,255,0.25), inset -0.5px -0.25px 0.1px 0px rgba(255,255,255,0.25), 0px 1px 3px rgba(0, 0, 0, 0.08), /* Soft outer shadow 1 */
    0px 4px 10px rgba(0, 0, 0, 0.15); /* Soft outer shadow 2 */;
  transition: all 0.125s ease-in-out; 
}

#myButton3:hover {
  background-color: rgba(0, 25, 255, 0.25); 
  transform: scale(1.15);
}
#myButton3:active {
   background-color: rgba(0, 200, 255, 0.25);
      transform: scale(0.85);
    }
#myButton4 {
  background-color: rgba(0, 0, 0, 0);
  color: white;
  padding: 8px 15px;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 25px;
  cursor: pointer;
  box-shadow: inset 0.5px 0.25px 0.1px 0px rgba(255,255,255,0.25), inset -0.5px -0.25px 0.1px 0px rgba(255,255,255,0.25), 0px 1px 3px rgba(0, 0, 0, 0.08), /* Soft outer shadow 1 */
    0px 4px 10px rgba(0, 0, 0, 0.15); /* Soft outer shadow 2 */;
  transition: all 0.125s ease-in-out; 
}

#myButton4:hover {
  background-color: rgba(0, 25, 255, 0.25); 
  transform: scale(1.15);
}
#myButton4:active {
background-color: rgba(0, 200, 255, 0.25);
      transform: scale(0.85);
    }
#myButton5 {

  animation: zoomIn 0.5s ease-in-out;
  backdrop-filter: blur(15px); 
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  padding: 8px 15px;
  border: 2px solid rgba(255,255,255,0);
  border-radius: 100px;
  cursor: pointer;
  box-shadow: inset 0.5px 0.25px 0.1px 0px rgba(255,255,255,0.25), inset -0.5px -0.25px 0.1px 0px rgba(255,255,255,0.25), 0 0px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.125s ease-in-out; 
}

#myButton5:hover {
  background-color: rgba(0, 25, 255, 0.25);
  transform: scale(1.15);
}

.dropdown-catagory #myButton5:active .dropdown-box {
  display: block; 
}
.dropdown-box:hover {
  display: block;
}
#myButton5:active {
background-color: rgba(0, 200, 255, 0.25);
      transform: scale(0.85);
    }
#myButton6 {
  backdrop-filter: blur(15px); 
  background-color: rgba(0, 0, 0, 0);
  color: white;
  padding: 8px 15px;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 25px;
  cursor: pointer;
  box-shadow: inset 0.5px 0.25px 0.1px 0px rgba(255,255,255,0.25), inset -0.5px -0.25px 0.1px 0px rgba(255,255,255,0.25), 0px 1px 3px rgba(0, 0, 0, 0.08), /* Soft outer shadow 1 */
    0px 4px 10px rgba(0, 0, 0, 0.15); /* Soft outer shadow 2 */;
  transition: all 0.125s ease-in-out; 
}

#myButton6:hover {
  background-color: rgba(0, 25, 255, 0.25); 
  transform: scale(1.15);
}
#myButton6:active {
background-color: rgba(0, 200, 255, 0.25);
      transform: scale(0.85);
    }
#myButton7 {
  backdrop-filter: blur(15px); 
  background-color: rgba(0, 0, 0, 0);
  color: white;
  padding: 8px 15px;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 25px;
  cursor: pointer;
  box-shadow: inset 0.5px 0.25px 0.1px 0px rgba(255,255,255,0.25), inset -0.5px -0.25px 0.1px 0px rgba(255,255,255,0.25), 0px 1px 3px rgba(0, 0, 0, 0.08), /* Soft outer shadow 1 */
    0px 4px 10px rgba(0, 0, 0, 0.15); /* Soft outer shadow 2 */;
  transition: all 0.125s ease-in-out; 
}

#myButton7:hover {
  background-color: rgba(0, 25, 255, 0.25); 
  transform: scale(1.15);
}
#myButton7:active {
background-color: rgba(0, 200, 255, 0.25);
      transform: scale(0.85);
    }
#myButton8 {

  background-color: rgba(0, 0, 0, 0);
  color: white;
  padding: 8px 15px;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 25px;
  cursor: pointer;
  box-shadow: inset 0.5px 0.25px 0.1px 0px rgba(255,255,255,0.25), inset -0.5px -0.25px 0.1px 0px rgba(255,255,255,0.25), 0px 1px 3px rgba(0, 0, 0, 0.08), /* Soft outer shadow 1 */
    0px 4px 10px rgba(0, 0, 0, 0.15); /* Soft outer shadow 2 */;
  transition: all 0.125s ease-in-out; 
}
.dropdown-catagory #myButton8:active .dropdown-box3 {
  display: block; 
}
.dropdown-box3:hover {
  display: block;
}

#myButton8:hover {
  background-color: rgba(0, 25, 255, 0.25); 
  transform: scale(1.15);
}
#myButton8:active {
background-color: rgba(0, 200, 255, 0.25);
      transform: scale(0.85);
    }
#myButton9 {
   backdrop-filter:blur(15px);
  background-color: rgba(0, 255, 0, 0.1);
  
  color: white;
  padding: 8px 15px;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 25px;
  cursor: pointer;
  box-shadow: inset 0.5px 0.25px 0.1px 0px rgba(255,255,255,0.25), inset -0.5px -0.25px 0.1px 0px rgba(255,255,255,0.25), 0px 1px 3px rgba(0, 0, 0, 0.08), /* Soft outer shadow 1 */
    0px 4px 10px rgba(0, 0, 0, 0.15); /* Soft outer shadow 2 */
  transition: all 0.125s ease-in-out; 
}

#myButton9:hover {
  background-color: rgba(0, 255, 0, 0.5); 
  transform: scale(1.15);
  box-shadow: inset 0.5px 0.25px 0.1px 0px rgba(255,255,255,0.25), inset -0.5px -0.25px 0.1px 0px rgba(255,255,255,0.25), 0px 1px 3px rgba(0, 0, 0, 0.08), /* Soft outer shadow 1 */
    0px 4px 10px rgba(0, 255, 0, 0.25);
}
#myButton9:active {
background-color: rgba(0, 255, 0, 0.35);
      transform: scale(0.85);
    }
    #myButton11 {
  backdrop-filter:blur(15px);
  background-color: rgba(255, 0, 0, 0.25);
  color: white;
  padding: 8px 15px;
  border: 2px solid #FF0000;
  border-radius: 100px;
  cursor: pointer;
  box-shadow: 0 0px 20px rgba(255, 0, 0, 1);
  transition: all 0.125s ease-in-out; 
}

#myButton11:hover {
  background-color: rgba(255, 0, 0, 0.75); 
  transform: scale(1.15);
  box-shadow: 0 0px 30px rgba(255, 0, 0, 1);
}
.dropdown-catagory #myButton11:active .confirm-box { 
  display: grid;
    place-items: center;
}
.confirm-box:hover {
  display: block;
}
#myButton11:active {
background-color: rgba(200, 0, 0, 0.25);
      transform: scale(0.85);
    }
    #myButtonh {
margin: 10px;
  background-color: rgba(0, 0, 255, 0.1);
  color: white;
  padding: 10px 20px;
  border: 2px solid rgba(0, 0, 255, 0);
  border-radius: 12px;
  cursor: pointer;
  box-shadow: inset 0.5px 0.25px 0.1px 0px rgba(255,255,255,0.25), inset -0.5px -0.25px 0.1px 0px rgba(255,255,255,0.25), 0px 1px 3px rgba(0, 0, 0, 0.08), /* Soft outer shadow 1 */
    0px 4px 10px rgba(0, 0, 0, 0.15); /* Soft outer shadow 2 */
  transition: all 0.125s ease-in-out; 
}
#myButtonh:hover {
box-shadow: inset 0.5px 0.25px 0.1px 0px rgba(255,255,255,0.25), inset -0.5px -0.25px 0.1px 0px rgba(255,255,255,0.25),0 0px 10px rgba(0, 255, 0, 255);
  background-color: rgba(0, 255, 100, 0.5); 
  transform: scale(1.15);
}
#myButtonh:active {
background-color: rgba(0, 255, 0, 0.55);
      transform: scale(0.85);
    }
    #wat {
    
  backdrop-filter:blur(10px);
  background-color: rgba(255, 0, 0, 0.25);
  color: white;
  position: fixed;
  top: 85%;
  left: 95%;
  margin: auto auto; /* Center horizontally */
  padding: 8px 8px;
  border: 2px solid #FF0000;
  z-index:9999;
  border-radius: 100px;
  cursor: pointer;
  box-shadow: inset 0.5px 0.25px 0.1px 0px rgba(255,255,255,0.25), inset -0.5px -0.25px 0.1px 0px rgba(255,255,255,0.25), 0px 1px 3px rgba(0, 0, 0, 0.08), /* Soft outer shadow 1 */
    0px 4px 10px rgba(0, 0, 0, 0.15); /* Soft outer shadow 2 */
  transition: all 0.5s ease-out; 
}
#wat:hover {
backdrop-filter:blur(10px);
  background-color: rgba(0, 255, 255, 0.75); 
  transform: scale(1.15);
  border: 2px solid rgba(0,255,255);
  box-shadow: inset 0.5px 0.25px 0.1px 0px rgba(255,255,255,0.25), inset -0.5px -0.25px 0.1px 0px rgba(255,255,255,0.25), 0px 1px 3px rgba(0, 0, 0, 0.08), /* Soft outer shadow 1 */
    0px 4px 10px rgba(0, 0, 0, 0.15); /* Soft outer shadow 2 */
  
}
 #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: inset 0.5px 0.25px 0.1px 0px rgba(255,255,255,0.25), inset -0.5px -0.25px 0.1px 0px rgba(255,255,255,0.25), 0px 1px 3px rgba(0, 0, 0, 0.08), /* Soft outer shadow 1 */
    0px 4px 10px rgba(0, 0, 0, 0.15); /* Soft outer shadow 2 */
  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:active {
backdrop-filter:blur(30px);
top: 0%;
  left: 0%;
  background-color: rgba(100, 0, 255, 0); 
  width: 100vw; /* 100% of the viewport width */
  height: 100vw; /* 100% of the viewport height */
  border: 2px solid rgba(100,0,255);
  box-shadow: 0 0px 30px 200vw rgba(100, 0, 255, 1);
   transition: all 0.1s ease-out; 
}
       #toggleBlurBtn {
  
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  padding: 8px 15px;
  border: 1px solid #FF0000;
  border-radius: 7px;
  cursor: pointer;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 10);
  transition: all 0.125s ease-in-out; 
}

#toggleBlurBtn:hover {
  background-color: rgba(200, 0, 100, 0.75); 
  transform: scale(1.15);
}
#toggleBlurBtn:active {
background-color: rgba(200, 0, 0, 0.25);
      transform: scale(0.85);
    }
.rounded-box {
  backdrop-filter: blur(30px);
  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: 1px solid rgba(255,255,255,0); /* Add a border (optional) */
  border-radius: 25px; /* Adjust this value for roundness */
  box-shadow: inset 0.5px 0.25px 0.1px 0px rgba(255,255,255,0.25), inset -0.5px -0.25px 0.1px 0px rgba(255,255,255,0.25),10px 2px 20px 25px rgba(0, 0, 0, 0.5);
}

.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: fit-content;
  height: fit-content;
  padding: 10px;
  background-color: rgba(0, 0, 0, 1);
  border: 1px solid rgba(255,255,255,0); /* Add a border (optional) */
  border-radius: 20px; /* Adjust this value for roundness */
  box-shadow: inset 0.5px 0.25px 0.1px 0px rgba(255,255,255,0.25), inset -0.5px -0.25px 0.1px 0px rgba(255,255,255,0.25),0px 2px 20px 5px rgba(0, 0, 0, 0.35);
  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;
  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: 25px; /* Adjust this value for roundness */
  box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 100);
}
.dropdown-box2 {
 display: none;
 text-align: center; 
 z-index: 999;
 margin: 0 auto;
  width: fit-content;
  height: fit-content;
  padding: 10px; /* Add some space within the box */
  background-color: rgba(0, 0, 0, 1);
  border: 1px solid rgba(255,255,255,0); /* Add a border (optional) */
  border-radius: 20px; /* Adjust this value for roundness */
  box-shadow: inset 0.5px 0.25px 0.1px 0px rgba(255,255,255,0.25), inset -0.5px -0.25px 0.1px 0px rgba(255,255,255,0.25),0px 2px 20px 5px rgba(0, 0, 0, 0.35);
   position: fixed;
   left: 35%;
   top: 10px;
  }
  .dropdown-box3 {
 display: none;
 text-align: center; 
 z-index: 999;
 margin: 0 auto;
  width: fit-content;
  height: fit-content;
  padding: 10px; /* Add some space within the box */
  background-color: rgba(0, 0, 0, 1);
  border: 1px solid rgba(255,255,255,0);/* Add a border (optional) */
  border-radius: 20px; /* Adjust this value for roundness */
  box-shadow: inset 0.5px 0.25px 0.1px 0px rgba(255,255,255,0.25), inset -0.5px -0.25px 0.1px 0px rgba(255,255,255,0.25),0px 2px 20px 5px rgba(0, 0, 0, 0.35);
   position: fixed;
   left: 55%;
   top: 10px;
  }
  .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: 1px solid rgba(255,255,255,0); /* Add a border (optional) */
  border-radius: 25px; /* Adjust this value for roundness */
  box-shadow: inset 0.5px 0.25px 0.1px 0px rgba(255,255,255,0.25), inset -0.5px -0.25px 0.1px 0px rgba(255,255,255,0.25),0px 0px 20px 1px rgba(0, 255, 255, 100);
}
.tab {
background-color: rgba(0, 0, 0, 0.75);
  border: 1px solid rgba(255,255,255,0);
  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: inset 0.5px 0.25px 0.1px 0px rgba(255,255,255,0.25), inset -0.5px -0.25px 0.1px 0px rgba(255,255,255,0.25),10px -10px 20px 20px rgba(0, 0, 0, 0.25);
  
width: fit-content;
  height: fit-content;
}
div.content {
width: 80%; 
overflow-y: auto;
transform: translateX(25%); 
padding: 0 0% 0 0;
height: 100vh; 
animation: zoomIn 0.5s ease-in-out; 
&::-webkit-scrollbar {
   border-radius: 20px;
   border-color: rgba(255,255,255,0.1);
   background-color: rgba(255,255,255,0.1);
  }
  &::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.25); /* Red color for the thumb */
    border-radius: 20px; /* Optional: adds rounded corners to the thumb */
    border: 1px solid rgba(0,0,0,0); /* Optional: adds a border around the thumb */
    box-shadow:inset 0.5px 0.25px 0.1px 0px rgba(255,255,255,0.25), inset -0.5px -0.25px 0.1px 0px rgba(255,255,255,0.25);
  }
}
div.sidebar {

transform: translateY(25%);
width: 20%;
  height: 80%; /* Sidebar takes full container height */
  overflow-y: auto; /* Enables scrolling within the sidebar */
  position: fixed; /* Makes the sidebar sticky */
  top: 0; /* Sticks to the top */
  &::-webkit-scrollbar {
    display: none; /* Or width: 0; height: 0; */
  }
padding: 0 0% 0 0}

@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); 
  }
  
  50% {
    opacity: 0.90;
    transform: scale(0.1.1); 
  }
  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; 
}
#myButton11:active + .confirm-box {
  display: block; 
}
#background-video {
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 */
}


