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

p  {font-family: Arial, Helvectica, sans-serif; color: white; font-size: 1.1em; text-shadow: 2px 2px 4px black}
h2  {font-family: Arial, Helvectica, sans-serif; color: blue; font-size: 1.5em; font-weight: bold; text-shadow: 2px 2px 4px black}
h3  {font-family: Arial, Helvectica, sans-serif; color: yellow; font-size: 3.0em; font-weight: bold; text-shadow: 2px 2px 4px black}
h1  {font-family: Arial, Helvectica, sans-serif; color: white; font-size: 0.75em; text-shadow: 2px 2px 4px black}
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 5% 0 0}

.topbar {width: 79%; hight: 0%; float: top; position: fixed; 
  top: 0.1; 
   text-align: center; z-index: 998; animation: zoomIn 1s ease-in-out; background-color: rgba(0, 0, 0, 0.25);
  border: 3px dashed white; border-radius: 25px; /* Adjust this value for roundness */
  box-shadow: 10px 2px 20px 15px rgba(0, 0, 0, 100); padding: 8px 15px; 
  }

#myButton { 
  backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  padding: 8px 15px;
  border: 1px solid blue;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 10);
  transition: all 0.25s ease-in-out; 
}

#myButton:hover {
  background-color: rgba(0, 25, 255, 0.25); 
  transform: scale(1.15);
}
#myButton:active {
   background-color: rgba(0, 200, 255, 0.25);
      transform: scale(0.85);
    }
#myButton2 {
backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  padding: 8px 15px;
  border: 1px solid blue;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 10);
  transition: all 0.25s 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 { 
backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  padding: 8px 15px;
  border: 1px solid blue;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 10);
  transition: all 0.25s 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 {
backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  padding: 8px 15px;
  border: 1px solid blue;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 10);
  transition: all 0.25s 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: 1px solid white;
  border-radius: 7px;
  cursor: pointer;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 10);
  transition: all 0.25s 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.25);
  color: white;
  padding: 8px 15px;
  border: 1px solid white;
  border-radius: 7px;
  cursor: pointer;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 10);
  transition: all 0.25s 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.25);
  color: white;
  padding: 8px 15px;
  border: 1px solid white;
  border-radius: 7px;
  cursor: pointer;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 10);
  transition: all 0.25s 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 {
backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  padding: 10px 20px;
  border: 1px solid blue;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 10);
  transition: all 0.25s 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 {
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  padding: 8px 15px;
  border: 1px dashed #00FF00;
  border-radius: 7px;
  cursor: pointer;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 10);
  transition: all 0.25s ease-in-out; 
}

#myButton9:hover {
  background-color: rgba(0, 200, 100, 0.35); 
  transform: scale(1.15);
}
#myButton9:active {
background-color: rgba(0, 200, 0, 0.25);
      transform: scale(0.85);
    }
    #wat {
    
  backdrop-filter:blur(15px);
  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: 0 0px 20px rgba(255, 0, 0, 0.75);
  transition: all 0.5s ease-out; 
}
#wat:hover {
  background-color: rgba(0, 255, 255, 0.75); 
  transform: scale(1.15);
  border: 2px solid rgba(0,255,255);
  box-shadow: 0 0px 30px 100vw rgba(0, 255, 255, 0.75);
}
.rounded-box {
  backdrop-filter: blur(15px);
  width: 100%; /* Adjust as needed */
  padding: 20px; /* Add some space within the box */
  background-color: rgba(0, 0, 0, 0.25);
  border: 2px solid blue; /* Add a border (optional) */
  border-radius: 25px; /* Adjust this value for roundness */
  box-shadow: 10px 2px 20px 25px rgba(0, 0, 100, 100);
}
.animate-box {
  animation: fadeIn 1.5s ease-in-out; 
}
.animate-dropdown {
  animation: fadeDown 0.35s ease-in-out; 
}
.dropdown-box {
 display: none;
 text-align: center; 
 z-index: 999;
 margin: 0 auto;
 backdrop-filter: blur(15px);
  width: fit-content;
  height: fit-content;
  padding: 10px; /* Add some space within the box */
  background-color: rgba(0, 0, 0, 0.25);
  border: 3px dashed white; /* Add a border (optional) */
  border-radius: 10px; /* Adjust this value for roundness */
  box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 100);
  position: fixed;
  left: 40%;
  top: 25%;
  
  }
.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 */
  backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0.25);
  border: 3px dashed white; /* Add a border (optional) */
  border-radius: 10px; /* Adjust this value for roundness */
  box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 100);
   position: fixed;
   left: 40%;
   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 */
  backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0.25);
  border: 3px dashed white; /* Add a border (optional) */
  border-radius: 10px; /* Adjust this value for roundness */
  box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 100);
   position: fixed;
   left: 50%;
   top: 10px;
  }

@keyframes fadeIn {
  0% {
    opacity: 1;
    transform: translateY(2000px); /* Adjust as needed */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 1;
    transform: scale(0); 
  }
  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; 
}
