html{
  background: linear-gradient(45deg, #C0C0C0, #A9A9A9);
    margin: 0;
    margin-bottom: 0;
    padding: 0;
    overflow-x: hidden;
}

*{
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
}

  /* Page scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }

  nav{
    font-size: 1.2em;
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
    text-align: center;
    padding-left: 0px;
    padding-right: 10px;
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
    background-color: rgba(18, 18, 18, 0.95);
    color: white;
    position: relative;
    top: 0;
    text-decoration: none;
    width: 100%;
    max-height: 30px;
    opacity: 1;
    z-index: 1500;
    justify-content: space-between;
    display: inline-flex;
    flex-direction: row;
    overflow: visible;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 25px;
}

/* Lamp light effect in the top left corner */
.lamp-light-left {
  position: absolute;
  top: 10px;  /* Position it in the top left corner */
  left: 10px;  /* Position it in the top left corner */
  width: 150px;  /* Size of the light */
  height: 150px;  /* Size of the light */
  background: radial-gradient(circle, rgba(255, 255, 204, 0.8) 0%, rgba(255, 255, 204, 0) 70%);
  box-shadow: 0 0 50px rgba(255, 255, 204, 0.6); /* Glow effect */
  border-radius: 50%;  /* Circular shape for the light */
  animation: light-pulse 2s ease-in-out infinite; /* Flicker/pulse effect */
}

/* Lamp light effect in the top right corner */
.lamp-light-right {
  position: absolute;
  top: 10px;  /* Position it in the top right corner */
  right: 10px;  /* Position it in the top right corner */
  width: 150px;  /* Size of the light */
  height: 150px;  /* Size of the light */
  background: radial-gradient(circle, rgba(255, 255, 204, 0.8) 0%, rgba(255, 255, 204, 0) 70%);
  box-shadow: 0 0 50px rgba(255, 255, 204, 0.6); /* Glow effect */
  border-radius: 50%;  /* Circular shape for the light */
  animation: light-pulse 2s ease-in-out infinite; /* Flicker/pulse effect */
}

/* Animation for pulsing light effect */
@keyframes light-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}


#homelogo{
    width: 100px;
    height: 50px;
    padding-top: 0px;
    margin-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 10px;
    margin: 0;
    top: 0px;
    left: 10px;
    position: absolute;
    vertical-align: top;
    justify-content: top;
    float: left;
  }

  .dropdownButton{
    float: none;
    border: none;
    color: white;
    margin-bottom: 0;
    margin-top: 0;
    background-color: inherit;
    font-family: inherit;
    overflow: visible;
    cursor: pointer;
    padding: 15px;
    padding-bottom: 0;
    right: 10;
    font-size: 1em;
    height: 50px;
    width: 50px;
    border: none;
    border-radius: 0;
    white-space: nowrap;
    position: absolute;
    vertical-align: top;
    justify-items: top;
    padding-right: 20px;
}

.dropdownButton:hover, .dropdownButton:focus{
    color: #BFA14A;
    height: 50px;
    width: 50px;
} 

.dropdown{
    position: relative;
    right: 0;
    top:-15px;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    text-decoration: none;
    color: inherit;
    padding-right: 80px;
    padding-top: 0px;
    margin-top: 0px;
    vertical-align: top;
    justify-items: content;
}

.dropdownContent{
    display: none;
    position: absolute;
    top: 100%;
    z-index: 0.1;
    background-color: rgba(18, 18, 18, 0.95);
    width: 150px;
    font-size: 0.8em;
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
    text-decoration: none;
    float: left;
    box-shadow: 0px 4px 12px 0px rgb(3,0,0);
    color: inherit;
    overflow: visible;
    left: auto;
    right: 0;
    margin-right: 30px;
    margin-top: 20px;
    border-radius: 20px;
}


.dropdownContent>a{
    color: inherit;
    padding: 15px 15px;
    display: block;
    color: white;
}


.show{
    display: block;
    color: inherit;
}

nav, .dropdownContent{
    display: none;
    text-decoration: none;
    color: inherit;
}

.bar, .dropdownButton{
    display: inline-flex;
    width: 100%;
    margin: 0;
    color: white;
    font-size: 1.2em;
}

nav, .dropdown:hover .dropdownContent{
  display: block;
  float: left;
}

#unit{
    display: inline-flex;
    color: inherit;
    font: white;
    padding: 10px;
    height: 50px;
}

.bar, .dropdownButton{
    display: inline-flex;
    width: 100%;
    margin: 0;
    color: white;
    font-size: 1.2em;
}

.app {
  background-color: #f1f1f1; /* Light grey, metallic-like background */
  width: 90%;
  max-width: 1500px;
  margin: 0px auto 0px;
  border-radius: 50%;
  padding: 0px;
  padding-top: 50px;
  margin-bottom: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Darker shadow for more depth */
  position: relative;
  z-index: 100;
  height: calc(100vh - 60px);
  overflow: clip;
}

.box {
width: calc(33.33% - 10px);
max-width: 400px;
background-color: #2c3e50; /* Dark metallic steel grey */
border-radius: 12px; /* Slightly rounded corners to give a "vault door" look */
transition: opacity 0.3s ease, transform 0.3s ease; /* Keep transition */
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
position: relative;
align-items: center;
text-align: center;
align-content: center;
padding: 0;
background: #34495e;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4); /* Stronger shadow for depth */
 transform-style: preserve-3d; /* Enable 3D transformations */
  perspective: 1500px; /* Perspective for the 3D effect */
  transition: transform 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.box:hover{
  cursor: none;
}

.push {
  font-weight: bold;
  font-size: 2em;
  color: #d4af37; /* Deep gold for contrast */
  border-radius: 15px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); /* Stronger shadow for button-like effect */
  width: 250px;
  height: 225px;
  margin-bottom: 0;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
  cursor: pointer; /* Indicates it's clickable */
  letter-spacing: 0.5px;
  line-height: 1.6;
  background-color: #34495e; /* Dark steel grey background for the button */
  cursor: none;
}


.boxes {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  position: relative;
  flex-direction: row;
  padding-top: 30px;
  width: 80%;
  justify-content: space-between;
  align-content: center;
  margin: 0px auto 0px;
}



a{
  text-decoration: none;
}

footer a:hover{
  color: #BFA14A;
}


nav>a{
    padding: 10px;
    padding-left: 0;
    color: inherit;
}

body{
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding: 0;
    margin: 0;
}

button{
    margin: 0;
    padding: 0;
}

div{
    margin: 0;
    padding: 0;
}

h1 {
  margin: 0; /* Combine top and bottom margins */
  font-family: "Bruno Ace SC", sans-serif;
  padding: 30px 10px 10px; /* Adjust top padding for balance */
  font-size: 4em; /* Large font size */
  text-align: center; /* Center alignment */
  color: #d4af37; /* Elegant dark blue for sophistication */
  font-weight: 700; /* Bold for impact */
  letter-spacing: 1px; /* Slightly reduced letter spacing for refinement */
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4); /* More prominent shadow for depth */
  border-radius: 25px; /* Increased rounding for softness */
  background: #34495e;
  border: 1px solid #bdc3c7; /* Soft gray border for sophistication */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); /* Soft shadow for lift */
}

h1::after {
  content: '';
  display: block;
  width: 60%; /* Border length */
  height: 6px; /* Border thickness */
  margin: 20px auto 0; /* Centers the border and adds top margin */
  background-color: #d4af37; /* Soft blue to reflect elegance */
  border-radius: 10px; /* More pronounced rounding for the border */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
}





footer{
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    background-color: rgba(18, 18, 18, 0.95);
    color: white;
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
    line-height: 20px !important;
    position: fixed;
    bottom: 0;
    clear: both;
    display: flex;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    justify-content: space-between;
    flex-direction: row;
    text-align: center;
}

footer>div>p{
    margin: 0;
    padding: 5px;
}

footer>div>p>a{
    color: white;
}

.flexbox97{
    text-align: left;
    display: inline-flex;
    margin-left: 0px;
    padding-left: 200px;
    padding-right: 10px;
}

.flexbox98{
    text-align: center;
    display: inline-flex;
    padding-left: 10px;
    padding-right: 10px;
}

.flexbox99{
  text-align: center;
  display: inline-flex;
  padding-left: 10px;
  padding-right: 10px;
}

.flexbox100{
  text-align: right;
  display: inline-flex;
  padding-left: 10px;
  padding-right: 10px;
}

.flexbox101{
  float: right;
  display: inline-flex;
  padding-right: 200px;
  
}

.push, .box{
  cursor: none;
}

.push:hover, .box:hover{
    cursor: none;
}

#flexbox1>a{
    font-family: "Bruno Ace SC", sans-serif !important;
}

nav a:hover{
  color: #BFA14A;
  transform: scale(1.02); /* Slightly enlarge on hover */
}

nav>div>a{
    padding-right: 20px;
    padding-left: 20px;
    color: white;
    cursor: pointer;
    text-decoration: none;
    width: 100%;   
}
#flexbox1>a:hover, #flexbox2>a:hover{
    font-size: 1.1em;
}

#flexbox1 a, #flexbox2 a{
    outline: none;
    border: 2px solid gold;
    border-radius: 10px;
}



#advert1{
    z-index: 50;
    background-color: black;
    width: 225px;
    height: 225px;
    margin-left: 20px;
    margin-top: 10px;
    margin-right: 20px;
    align-items: left;
    justify-content: left;
    display: inline-block;
    position: static !important;
    border-radius: 20px;
  }


  .overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
    z-index: 1000;
  }

  /* The actual alert box */
  .alert-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .alert-box h2 {
    margin-bottom: 10px;
  }

  .alert-box input{
    margin: 0 auto;
  }

  .alert-box input,
  .alert-box select {
    margin-bottom: 10px;
    padding: 8px;
    width: 40%;
    text-align: center;
  }

  .alert-box button {
    background-color: rgb(128, 0, 0);
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  .alert-box button:disabled {
    background-color: #ddd;
    cursor: not-allowed;
  }

  .alert-box button:hover {
    background-color: gold;
  }

  .alert-box input[type="number"]::-webkit-outer-spin-button,
.alert-box input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;  /* For Webkit browsers like Chrome and Safari */
  margin: 0;  /* Remove the margin */
}

input[type="checkbox"] {
    margin: 0;
    padding: 0;
    vertical-align: middle;
  }

label span{
    margin-left: 20px;
}

.checkbox-label {
    display: inline-flex;
    align-items: center;
    gap: 0;
    margin-bottom: 20px;
  }
  
  /* Remove default margin and padding from the checkbox */
  .checkbox-label input[type="checkbox"] {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    line-height: normal;
  }

  .checkbox-label span {
    margin-left: 0;
  }

  #age-checkbox {
    accent-color: gold; /* Green color for the checkbox */
  }

  #handle{
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #handle:hover {
    transform: scale(1.1); /* Optional hover effect */
  }

  .handle-rotate {
    animation: rotateHandle 1s forwards; /* Trigger rotation on click */
  }

  @keyframes rotateHandle {
    0% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(180deg); /* Half rotation */
    }
    100% {
      transform: rotate(360deg); /* Full rotation */
    }
  }

  /* Metal Bar Style */
  .metal-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px; /* Bar width */
    background: linear-gradient(180deg, #b0b0b0, #7d7d7d); /* Silver gradient for metallic effect */
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 0px 15px rgba(0, 0, 0, 0.3); /* Subtle metallic shine */
    z-index: 101;
}

/* Left Metal Bars */
.left-bar {
    display: flex;
    flex-direction: column;
}

/* Outer Left Metal Bar */
.left-bar.outer-bar {
    left: 0; /* Position the outer left bar at the left edge */
    margin-left: 20px; /* Small margin from the left edge */
}

/* Inner Left Metal Bar */
.left-bar.inner-bar {
    left: 0; /* Align the inner left bar with the outer left bar */
    margin-left: 60px; /* Adjusted to position the inner bar next to the outer bar */
}

/* Right Metal Bars */
.right-bar {
    display: flex;
    flex-direction: column;
}

/* Outer Right Metal Bar */
.right-bar.outer-bar {
    right: 0; /* Position the outer right bar at the right edge */
    margin-right: 20px; /* Small margin from the right edge */
}

/* Inner Right Metal Bar */
.right-bar.inner-bar {
    right: 0; /* Align the inner right bar with the outer right bar */
    margin-right: 60px; /* Adjusted to position the inner bar next to the outer bar */
}