/*
                                                            _ _
                                                           | (_)
    __ _ _   _  ___    __ _ _   _  ___   _ __ ___   ___  __| |_  __ _
   / _` | | | |/ _ \  / _` | | | |/ _ \ | '_ ` _ \ / _ \/ _` | |/ _` |
  | (_| | |_| |  __/ | (_| | |_| |  __/ | | | | | |  __| (_| | | (_| |
   \__,_|\__, |\___|  \__,_|\__, |\___| |_| |_| |_|\___|\__,_|_|\__,_|
          __/ |              __/ |             https://ayeayemedia.com
         |___/              |___/               
*/
@import url("https://fonts.googleapis.com/css2?family=Madimi+One&family=Special+Elite&display=swap");

[data-theme="dark"] {
  --primary-color: #9a97f3;
  --secondary-color: #818cab;
  --font-color: #e1e1ff;
  --heading-color: #818cab;
}
[data-bs-theme="dark"] {
  --bs-body-bg: #272833 !important;
  --bs-body-color: #d8d6ca !important;
}
[data-bs-theme="light"] {
  --bs-body-bg: #d8d6ca !important;
  --bs-body-color: #1e293b !important;
}
body {
  margin: 0;
  padding: 0;
}
.my-5 {
  margin-top: 2rem !important;
  margin-bottom: 1rem !important;
}
.wms {
  font-size: clamp(1.5rem, 4vw + 1.5rem, 5rem);
  font-style: normal;
  font-family: "Madimi One", sans-serif;
  font-weight: 400;
  letter-spacing: -0.3rem;
  margin-left: -2rem;
}
p {
  font-optical-sizing: auto;
  font-size: 1.1rem;
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02rem;
  margin-top: 1rem !important;
}
a {
  color: #5f5e9f !important;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
body.dark-mode {
  background-color: #1e293b !important;
  color: #eee;
}
body.dark-mode a {
  color: #2a2a2a;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 0rem;
  margin-bottom: 0rem;
}
body.dark-mode toggle {
  background-color: #eee;
  color: #2a2a2a;
  position: fixed;
  top: 5px;
  right: 5px;
}
body.dark-mode .symbol:before {
  text-decoration: none;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
}
body.dark-mode .symbol:after {
  content: "";
}
body.dark-mode .form-check-label:before {
  content: "";
}
body.light-mode {
  background-color: #eee;
  color: #2a2a2a;
}
body.light-mode a {
  color: #2a2a2a;
}
body.light-mode toggle {
  background-color: #2a2a2a;
  color: #fff;
  position: fixed;
  top: 5px;
  right: 5px;
}
body.light-mode toggle:hover {
  color: #ccc;
}
body.light-mode .symbol:before {
  text-decoration: none;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
}
body.light-mode .symbol:after {
  content: "";
}
body.light-mode .form-check-label:before {
  content: "";
}
.btn-warning,
.btn-sm,
.btn-disabled {
  border-radius: 4px;
  width: 2.5rem;
}

/* The Toggle */
* {
  transition: background-color 0.3s ease, color 0.3s ease;
}
.form-check-input {
  position: fixed;
  top: 10px;
  right: 25px;
  clear: both;
}
.form-switch .form-check-input {
  /*dark*/
  --bs-form-switch-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba(0, 0, 0)'/></svg>") !important;
  background-color: white;
  border-color: black;
}
.form-check-input,
.form-check-input:checked {
  /*light*/
  --bs-form-switch-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba(255, 255, 255)'/></svg>") !important;
  background-color: black;
  border-color: white;
}
footer {
  margin-top: calc(1% + 1rem) !important;
  font-family: "Roboto Mono", monospace;
  font-size: 0.55rem;
  line-height: 1.8rem;
}
.form-check {
  margin-bottom: -2rem !important;
}

@media (max-width: 480px) {
  
  body {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .wms {
    letter-spacing: -0.2rem !important;
    margin-left: -.8rem;
    line-height: 3rem;
      padding-bottom: 2rem !important;
  margin-bottom: 2rem !important;
  }
  
  p {
    font-size: 1.1rem;
  }
  footer {
    margin-left: -1rem !important;
    -margin-right: -2rem !important;
  }
  
}

/* video */
  .responsive-video-wrapper {
      position: relative;
      padding-bottom: 56.25%; /* 16:9 aspect ratio */
      height: 0;
      overflow: hidden;
      max-width: 100%;
      background: #000;
  }

  .responsive-video-wrapper video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
  }

/*eof*/