@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@700&display=swap');

html,
body {
  margin: 0;
  overflow-x: hidden;
  margin-top: 0;
}

#install-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1100;
  background-color: #003477;
  color: white;
  padding: 16px 24px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  font-family: Arial, sans-serif;
  width: 90%;
  max-width: 320px;
  text-align: center;
  display: none;
}

ul.list-unstyled a:hover{
  color: whitesmoke !important;
}

#install-accept {
  background-color: white;
  color: #003477;
  border: none;
  padding: 8px 18px;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#install-accept:hover {
  background-color: black;
  color: #53c8ff;
}

#install-cancel {
  background: transparent;
  border: none;
  color: white;
  font-weight: 600;
  margin-left: 12px;
  cursor: pointer;
  user-select: none;
  transition: color 0.3s ease;
}

#install-cancel:hover {
  color: #bbbbbb;
}

.navbar {
    background-color: #000000ad !important;
    border-top: 1px solid #005753b9 !important;
    font-size: larger;
    backdrop-filter: blur(2px);
    position: fixed;
    padding-top: 0%;
    padding-bottom: 0%;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

.navbar .nav-link {
    color: #00ffc8;
    transition: all 0.2s ease;
}

.navbar .nav-link:hover {
    font-weight: bold;
}

.navbar .nav-link.active {
    font-weight: bold;
    text-decoration: underline;
    color: beige;
}

.navbar-toggler-icon {
    display: none;
}

#cookieBanner {
  position: fixed;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1060;
  max-width: 100;
  width: 90%;
  display: none;
  border-radius: 0%;
  background-color: #003477;
  color: whitesmoke;
}

#accept-btn {
  background-color: whitesmoke !important;
  color: #000 !important;
}

#accept-btn:hover {
  background-color: #000 !important;
  color: #068cca !important;
}

.custom-toggler {
    border: none;
    padding: 0.25rem;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 28px;
    gap: 4px;
}

.custom-toggler .toggler-bar {
    width: 24px;
    height: 3px;
    background-color: #00ffc8;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.navbar-collapse.collapse {
    transition: height 0.3s ease;
}



.recaptcha-wrapper {
  transform: scale(0.9);
  transform-origin: 0 0;
}

@media (max-width: 576px) {
  .recaptcha-wrapper {
    transform: scale(0.77);
  }
}

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background-image: linear-gradient(180deg, #000002, #020241);
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

#progressBar {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  background-image: linear-gradient(90deg, #3fffcf, #068cca, #003477);
  width: 0%;
  height: 8px;
  z-index: 9999;
}

.container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 3rem 1rem;
  background-color: #000000d0;
  color: #ffe4fb;
  backdrop-filter: blur(2px);
  position: relative;
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;

}

.typewriter-container {
  text-align: center;
  margin: 0.5rem auto;
}

.static-heading {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 700;
  font-size: 3.2rem !important;
  color: #00ffb3;
  white-space: nowrap;
  overflow: hidden;
  margin: 1rem auto;
  max-width: fit-content;
  border-right: 3px solid transparent;
}

.typewriter-line,
.section-heading {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 700;
  font-size: 3.2rem !important;
  color: #00ffb3;
  white-space: nowrap;
  overflow: hidden;
  margin: 1rem auto;
  max-width: fit-content;
  border-right: 3px solid transparent;
  opacity: 0;
}

.typewriter-line1 {
  font-weight: 600;
  animation:
    fadeIn 0.3s ease-in-out forwards,
    typing1 2s steps(11, end) forwards;
  animation-delay: 0s, 0.3s;
  border-right: 3px solid #00ffb3;
  opacity: 1;
}

.section-heading {
  text-decoration: underline overline;
  text-decoration-color: #00ffb3;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  text-decoration-skip-ink: none;
  width: 0;
  margin-top: 0 !important;
}

.section-heading.typewriter-active {
  opacity: 1;
  border-right: 3px solid #00ffb3;
  animation:
    typing-section 2s steps(12, end) forwards,
    blink 0.7s step-end infinite;
}

.particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}

@keyframes typing1 {
  from {
    width: 0;
  }

  to {
    width: 11ch;
  }
}

@keyframes typing2 {
  from {
    width: 0;
  }

  to {
    width: 11ch;
  }
}

@keyframes typing-section {
  from {
    width: 0;
  }

  to {
    width: 26ch;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 3rem 1rem;
    max-width: 90%;
    width: 100%;
  }

  .typewriter-line,
  .section-heading {
    font-size: 2.2rem !important;
    border-right: 2px solid #00ffc8;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 3rem 1rem;
    max-width: 90%;
    width: 100%;
  }

  .typewriter-line,
  .section-heading {
    font-size: 1.8rem !important;
    border-right: 2px solid #00ffc8;
  }
}

@media (max-width: 354px) {

  .typewriter-line,
  .section-heading {
    font-size: 2rem !important;
    padding: 0 0.5rem;
    border-right: 1.5px solid #00ffc8;
  }
}

#why {
  color: #00ffb3;
  font-family: 'IBM Plex Mono', monospace;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

nav {
  background-color: #000000;
  border-top: 1px solid #005753b9;
  font-size: larger;
  backdrop-filter: blur(2px);
  position: fixed;
  padding-top: 0%;
  padding-bottom: 0%;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}

nav .nav-link {
  color: #00ffc8;
  transition: all 0.2s ease;
}

nav .nav-link:hover {
  font-weight: bold;
}

nav .nav-link.active {
  font-weight: bold;
  text-decoration: underline;
  color: beige;
}

.navbar-toggler-icon {
  display: none;
}

.custom-toggler {
  border: none;
  padding: 0.25rem;
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 28px;
  gap: 4px;
}

.custom-toggler .toggler-bar {
  width: 24px;
  height: 3px;
  background-color: #00ffc8;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.navbar-collapse.collapse {
  transition: height 0.3s ease;
}

.icon-bar {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00a884ce;
  width: 34px;
  height: 34px;
  margin-bottom: 2px;
  color: whitesmoke;
  font-size: 26px;
  border-radius: 0px;
  transition: all 0.2s ease;
  text-decoration: none;
}

.icon-bar a:hover {
  background-color: #003477;
  color: whitesmoke;
}

hr {
  color: #00ffb3;
}

.card {
  border: transparent !important;
  box-shadow: 4px 7px 16px -6px rgb(83, 200, 255);
  -webkit-box-shadow: 4px 7px 16px -6px rgb(83, 200, 255);
  -moz-box-shadow: 4px 7px 16px -6px rgb(83, 200, 255);
  border-radius: 0%;

}

#c1,
#c2,
#c3,
#c4,
#c5,
#c6,
#c7,
#c8 {
  background-color: #000;
  color: #ffe4fb;
  font-size: larger !important;
}


.card {
  background-color: #00000093;

}

#c-1 {
  border: 1px solid;
  border-color: #003477;
  color: #58caff;
}

#c-2 {
  border: 1px solid;
  border-color: #003477;
  color: #58caff;
}

#c-3 {
  border: 1px solid;
  border-color: #003477;
  color: #58caff;
}

#c-4 {
  border: 1px solid;
  border-color: #003477;
  color: #58caff;
}

form {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 18px;
  background-color: #000;
  padding-bottom: 30px;
  box-shadow: 4px 6px 13px -2px rgba(0, 0, 0, 0.566);
  -webkit-box-shadow: 4px 6px 13px -2px rgba(0, 0, 0, 0.566);
  -moz-box-shadow: 4px 6px 13px -2px rgba(0, 0, 0, 0.566);
  border: 1px solid;
  border-color: #063b30;
}

.form-control {
  border: none !important;
  border-left: 0;
  border-right: 0;
  background-color: #000 !important;
  border-bottom: 1px solid #00ffb3 !important;
  border-radius: 0 !important;
  outline: none;
  box-shadow: none !important;
  color: whitesmoke !important;

}

.form-control:focus {
  background-color: transparent;
  border-bottom: 1px solid #00ffb3;
  box-shadow: 1px;
  outline: none;
  color: whitesmoke !important;
}

label {
  color: #00ffb3;
  font-weight: 600;
  display: block;
  text-align: left !important;
}

.btn:hover {
  background-color: #003477 !important;
  color: whitesmoke !important;
  font-weight: bold !important;
  box-shadow: none !important;
}

.btn {
  background-color: #00ffb3;
  color: #000202;
  font-weight: bold;
  box-shadow: none;
  border-radius: 0%;

}

iframe {

  box-shadow: 4px 6px 13px -2px rgba(0, 0, 0, 0.466);
  -webkit-box-shadow: 4px 6px 13px -2px rgba(0, 0, 0, 0.466);
  -moz-box-shadow: 4px 6px 13px -2px rgba(0, 0, 0, 0.466);
}

@media only screen and (max-width: 991px) {
  iframe {
    min-height: 350px;
    padding-top: 0%;
  }
}

.col-md-4 {
  padding: 28px;

}

#card-404 {
  background-color: rgb(244, 244, 244);
  border-radius: 0;
  box-shadow: 4px 6px 13px -2px rgba(0, 0, 0, 0.566);
  -webkit-box-shadow: 4px 6px 13px -2px rgba(0, 0, 0, 0.566);
  -moz-box-shadow: 4px 6px 13px -2px rgba(0, 0, 0, 0.566);
}

#btn-404 {
  background-color: #C4A577;
  color: #000018;
  border: #C4A577;
}

#btn-404:hover {
  background-color: #003477 !important;
  color: whitesmoke !important;
}

.operating-hours li {
  padding: 8px 0;
  /*padding-left: 10px;*/
  position: relative;
}

.operating-hours li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #003477;
}