body {text-align: left; background-image: url('images/dang.jpg'); background-size: over; 
  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.25); text-align: left}
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); text-align: left}
h3  {font-family: Arial, Helvectica, sans-serif; color: rgba(255,255,0,1); font-size: 3.0em; font-weight: bold; text-shadow: 0px 0px 10px rgba(0,0,0,0.25); text-shadow: 0px 0px 25px yellow; text-align: left; margin-top: 0px; margin-bottom: -25px;}
h4 {font-family: Arial, Helvectica, sans-serif; color: white; font-size: 4.0em; font-weight: bold; text-shadow: 0px 0px 25px rgba(255,255,255,1); text-align: left;}
h5 {font-family: Arial, Helvectica, sans-serif; color: rgba(50,0,0,1); font-size: 4.0em; font-weight: bold; text-shadow: 0px 0px 25px rgba(255,0,0,1); text-align: left;}
h1  {font-family: Arial, Helvectica, sans-serif; color: white; font-size: 0.75em; text-shadow: 0px 0px 10px rgba(0,0,0,0.25); text-align: left;}
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.25); text-align: left;}
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 {

  width: 99%;
  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);
  border: 3px solid rgba(255, 255, 255, 0);
  border-radius: 5px; /* Adjust this value for roundness */
  box-shadow: 10px 2px 20px 15px rgba(0, 0, 0, 0);
  padding: 8px 15px;
  transition: ease-in-out 0.25s;
}
.topbar:hover {

}

#myButton { 
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  padding: 8px 15px;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 100%;
  cursor: pointer;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
  transition: all 0.125s 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);
    }

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

#myButtonT {
  width: 100px;
  backdrop-filter: blur(5px); 
  background-color: rgba(0, 0, 0, 0.15);
  color: white;
  padding: 8px 15px;
  border: 2px solid rgba(255,255,255,0.1);
  border-radius: 100px;
  cursor: pointer;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
  transition: all 0.125s ease-in-out; 
}

#myButtonT:hover {
  background-color: rgba(255, 255, 255, 0.25); 
  transform: scale(1.15);
}
#myButtonT:active {
background-color: rgba(0, 200, 255, 0.25);
      transform: scale(0.85);
    }
.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);
    }
       #toggleBlurBtn {
  
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  padding: 8px 15px;
  border: 1px dashed #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(12px);
  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.25);
  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 25px rgba(0, 0, 0, 0.25);
}
.rounded-box-dark {
  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, 1);
  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 25px rgba(0, 0, 0, 0.25);
}
.rounded-box-teaser {
  backdrop-filter: blur(50px);
  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);
  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 25px rgba(0, 0, 0, 0.25);
}
.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;
  width: fit-content;
  height: fit-content;
  padding: 10px;
  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%;
  
  }
  .contain-box-flex {
  z-index: 997;
  position: relative;
  left: 0;
  flex-direction: row;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow-x: auto;
  width: 100%;
  height: 500px; /* Ensure it does not exceed the width of its parent container */
  padding: 20px; /* Add some space within the box */
  background-color: rgba(0, 0, 0, 1);
  border: 3px solid rgba(255, 255, 255, 0); /* Add a border (optional) */
  border-radius: 0px; /* Adjust this value for roundness */
  box-shadow: 10px 2px 50px 25px rgba(0, 0, 0, 0) inset;
  box-shadow: 10px 2px 50px 25px rgba(0, 0, 0, 0);
  transition: ease-in-out 0.15s;
}
  .contain-box {
  z-index: 997;
  position: relative;
  left: 0;
  display: block;
  
  width: 95%;
  height: auto; /* Ensure it does not exceed the width of its parent container */
  padding: 20px; /* Add some space within the box */
  background-color: rgba(0, 0, 0, 0);
  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 25px rgba(0, 0, 0, 0);
  transition: ease-in-out 0.15s;
}
  .small-box {
  z-index:997;
   margin-right: 10px;
  display: inline-block;
  backdrop-filter: blur(5px);
  width: 200px; 
  height: 400px;/* Ensure it does not exceed the width of its parent container */
  margin-top: 22px;
  margin-left: 10px;/* Center horizontally */
  padding: 20px; /* Add some space within the box */
  background-color: rgba(0, 0, 0, 0.15);
  border: 2px 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);
  transition: ease-in-out 0.15s;
}
.small-box:hover {
z-index:998;
  display: inline-block;
  backdrop-filter: blur(15px);
  width: 200px; 
  height: 400px;/* Ensure it does not exceed the width of its parent container */
   /* Center horizontally */
  padding: 20px; /* Add some space within the box */
  background-color: rgba(255, 255, 255, 0.05);
  border: 2px 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);
  transform: scale(1.15);
}
.small-box:active {
z-index:997;
  display: inline-block;
 
  width: 200px; 
  height: 400px;/* Ensure it does not exceed the width of its parent container */
  margin: auto 0; /* Center horizontally */
  padding: 20px; /* Add some space within the box */
  background-color: rgba(255, 255, 255, 0.15);
  border: 2px 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);
  transform: scale(0.75);
}
.medium-box {
  z-index:997;
  margin-top: 22px;
  display: inline-block;
  backdrop-filter: blur(5px);
  width: 580px; 
  height: 400px;/* Ensure it does not exceed the width of its parent container */

  margin-left: 10px;/* Center horizontally */
  padding: 20px; /* Add some space within the box */
  background-color: rgba(0, 0, 0, 0.15);
 border: 2px 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);
  transition: ease-in-out 0.15s;
}
.medium-box:hover {
z-index:999;
  display: inline-block;
  backdrop-filter: blur(15px);
  width: 580px;
  height: 400px;/* Ensure it does not exceed the width of its parent container */
 
  /* Center horizontally */
  padding: 20px; /* Add some space within the box */
  background-color: rgba(255, 255, 255, 0.25);
  border: 2px 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);
  transform: scale(1.15);
}
.medium-box:active {
z-index:997;
  display: inline-block;
 
 width: 580px;
  height: 400px;/* 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(255, 255, 255, 0.15);
  border: 2px 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);
  transform: scale(0.75);
}
  .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 dashed white; /* 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 */
  backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0.5);
  border: 3px solid rgba(255,255,255,0.25); /* 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: 10%;
   top: 10px;
  }
  .dropdown-box3 {
 display: none;
 text-align: center; 
 z-index: 999;c
 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;
  }
  .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: 2px solid white; /* Add a border (optional) */
  border-radius: 25px; /* Adjust this value for roundness */
  box-shadow: 0px 0px 20px 1px rgba(0, 255, 255, 100);
}

 /* Add this new container style */
.boxes-container {
  display: flex; /* Arrange children in a row */
  align-items: flex-start;
  flex-direction: row-reverse;/* Align items to the top vertically */
  width: 100%; /* Or the desired width of your container */
  /* Optional: Add a gap between the boxes */
  gap: 2%; /* Adjust the value as needed for space */
  /* If you want the container itself to stick to the top of its parent */
  /* You might need positioning on the container, but typically */
  /* placing the container at the top of your page structure is enough. */
}


.side-box {
  z-index: 997;
  /* Remove position, top, and left as Flexbox handles layout */
  /* position: relative; */ /* Keep relative if z-index needs context or for transform origin, but remove top/left */
  /* top: 0%; */
  /* left: 68%; */
  /* Remove display: inline-block; - flex items are block-like */
  /* display: inline-block; */

  backdrop-filter: blur(12px);
  width: 25%; /* Flex item width */
  height: auto;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.25);
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-radius: 25px;
  box-shadow: 10px 2px 20px 25px rgba(0, 0, 0, 0.25);
  transition: ease-in-out 0.15s;
left: 0%;
   position: relative; /* Keep relative if z-index or transform needs context */
}

.side-box:hover {
  z-index: 997;
  /* position: relative; */ /* Inherited */
  /* display: inline-block; */ /* Inherited */
  backdrop-filter: blur(30px);
  left: 0%;
  width: 25%; /* Inherited */
  height: auto; /* Inherited */
  padding: 20px; /* Inherited */
  background-color: rgba(0, 0, 0, 0.25); /* Inherited */
  border: 3px solid rgba(255, 255, 255, 0.25); /* Inherited */
  border-radius: 25px; /* Inherited */
  box-shadow: 10px 2px 20px 25px rgba(0, 0, 0, 0.25); /* Inherited */
  /* top: 0%; */ /* Inherited */
  /* left: 68%; */ /* Inherited */
  transition: ease-in-out 0.15s; /* Inherited */
  transform: scale(1.05);
}



.other-side-box {
  z-index: 996;
  /* Remove position, top, left, and margin as Flexbox handles layout */
  /* position: relative; */ /* Keep relative if z-index needs context */
  /* top: 10%; */
  /* left: -32%; */
  /* Remove display: inline-block; - flex items are block-like */
  /* display: inline-block; */
  /* Remove margin: 0 auto; - Flexbox handles centering/spacing */
  /* margin: 0 auto; */

  backdrop-filter: blur(12px);
  width: 62%; /* Flex item width */
  height: auto;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.25);
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-radius: 25px;
  box-shadow: 10px 2px 20px 25px rgba(0, 0, 0, 0.25);
  /* Fix incomplete transition property */
  transition: ease-in-out 0.15s;

  position: relative; /* Keep relative if z-index needs context */
}
.other-side-box:hover {
  z-index: 996;
  /* Remove position, top, left, and margin as Flexbox handles layout */
  /* position: relative; */ /* Keep relative if z-index needs context */
  /* top: 10%; */
  /* left: -32%; */
  /* Remove display: inline-block; - flex items are block-like */
  /* display: inline-block; */
  /* Remove margin: 0 auto; - Flexbox handles centering/spacing */
  /* margin: 0 auto; */

  backdrop-filter: blur(30px);
  width: 62%; /* Flex item width */
  height: auto;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.25);
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-radius: 25px;
  box-shadow: 10px 2px 20px 25px rgba(0, 0, 0, 0.25);
  /* Fix incomplete transition property */
  transition: ease-in-out 0.15s;
  left: 0%;
  position: relative; /* Keep relative if z-index needs context */
  transform: scale(1.025);
}
.zoom-box {
  z-index: 996;
  /* Remove position, top, left, and margin as Flexbox handles layout */
  /* position: relative; */ /* Keep relative if z-index needs context */
  /* top: 10%; */
  /* left: -32%; */
  /* Remove display: inline-block; - flex items are block-like */
  /* display: inline-block; */
  /* Remove margin: 0 auto; - Flexbox handles centering/spacing */
  /* margin: 0 auto; */
right: 0%;
  backdrop-filter: blur(12px);
  width: auto; /* Flex item width */
  height: auto;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-radius: 25px;
  box-shadow: 10px 2px 20px 25px rgba(0, 0, 0, 0.25);
  /* Fix incomplete transition property */
  transition: ease-in-out 0.15s;

  position: relative; /* Keep relative if z-index needs context */
}
.zoom-box:hover {
  z-index: 997;
  /* Remove position, top, left, and margin as Flexbox handles layout */
  /* position: relative; */ /* Keep relative if z-index needs context */
  /* top: 10%; */
  /* left: -32%; */
  /* Remove display: inline-block; - flex items are block-like */
  /* display: inline-block; */
  /* Remove margin: 0 auto; - Flexbox handles centering/spacing */
  /* margin: 0 auto; */

  backdrop-filter: blur(30px);
  width: auto; /* Flex item width */
  height: auto;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-radius: 25px;
  box-shadow: 10px 2px 20px 25px rgba(0, 0, 0, 0.25);
  /* Fix incomplete transition property */
  transition: ease-in-out 0.15s;
  right: 0%;
  position: relative; /* Keep relative if z-index needs context */
  transform: scale(1.025);
}
.zoom-box:active {
  z-index: 1000;
  /* Remove position, top, left, and margin as Flexbox handles layout */
  /* position: relative; */ /* Keep relative if z-index needs context */
  /* top: 10%; */
  /* left: -32%; */
  /* Remove display: inline-block; - flex items are block-like */
  /* display: inline-block; */
  /* Remove margin: 0 auto; - Flexbox handles centering/spacing */
  /* margin: 0 auto; */
  right: 125%;
  backdrop-filter: blur(30px);
  width: auto; /* Flex item width */
  height: auto;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.75);
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-radius: 25px;
  box-shadow: 10px 2px 20px 25px rgba(0, 0, 0, 0.25);
  /* Fix incomplete transition property */
  transition: ease-in-out 0.15s;

  position: relative; /* Keep relative if z-index needs context */
  transform: scale(2);
  
}
.zoom-box2 {
  z-index: 996;
  /* Remove position, top, left, and margin as Flexbox handles layout */
  /* position: relative; */ /* Keep relative if z-index needs context */
  /* top: 10%; */
  /* left: -32%; */
  /* Remove display: inline-block; - flex items are block-like */
  /* display: inline-block; */
  /* Remove margin: 0 auto; - Flexbox handles centering/spacing */
  /* margin: 0 auto; */
right: 0%;
  backdrop-filter: blur(12px);
  width: auto; /* Flex item width */
  height: auto;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-radius: 25px;
  box-shadow: 10px 2px 20px 25px rgba(0, 0, 0, 0.25);
  /* Fix incomplete transition property */
  transition: ease-in-out 0.15s;

  position: relative; /* Keep relative if z-index needs context */
}
.zoom-box2:hover {
  z-index: 997;
  /* Remove position, top, left, and margin as Flexbox handles layout */
  /* position: relative; */ /* Keep relative if z-index needs context */
  /* top: 10%; */
  /* left: -32%; */
  /* Remove display: inline-block; - flex items are block-like */
  /* display: inline-block; */
  /* Remove margin: 0 auto; - Flexbox handles centering/spacing */
  /* margin: 0 auto; */

  backdrop-filter: blur(20px);
  width: auto; /* Flex item width */
  height: auto;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-radius: 25px;
  box-shadow: 10px 2px 20px 25px rgba(0, 0, 0, 0.25);
  /* Fix incomplete transition property */
  transition: ease-in-out 0.15s;
  right: 0%;
  position: relative; /* Keep relative if z-index needs context */
  transform: scale(1.025);
}
.zoom-box2:active {
  z-index: 1000;
  /* Remove position, top, left, and margin as Flexbox handles layout */
  /* position: relative; */ /* Keep relative if z-index needs context */
  /* top: 10%; */
  /* left: -32%; */
  /* Remove display: inline-block; - flex items are block-like */
  /* display: inline-block; */
  /* Remove margin: 0 auto; - Flexbox handles centering/spacing */
  /* margin: 0 auto; */
  right: 0%;
  backdrop-filter: blur(30px);
  width: auto; /* Flex item width */
  height: auto;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.75);
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-radius: 25px;
  box-shadow: 10px 2px 20px 25px rgba(0, 0, 0, 0.25);
  /* Fix incomplete transition property */
  transition: ease-in-out 0.15s;

  position: relative; /* Keep relative if z-index needs context */
  transform: scale(1.75);
}
@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; 
}
#myButton11:active + .confirm-box {
  display: block; 
}


