@import url("https://fonts.googleapis.com/css2?family=Allerta+Stencil&display=swap");

*:not(i) {
  font-family: "Allerta Stencil", sans-serif;
}

.navbar-toggler {
  background-color: #434675bf;
}

.navbar-nav {
  gap: 10px !important;
}

.navbar-my {
  padding-top: 15px;
  padding-bottom: 15px;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #1a1b2dbf;
}

.navbar-my ul li a {
  color: #fff;
  padding: 10px 15px !important;
}

.navbar-my ul li a.active-self {
  background-color: #202363bf;
  border-radius: 6px;
  padding: 10px 30px !important;
  font-weight: 600;
  box-shadow: 0 0 18px rgba(32, 35, 99, 0.85);
}

.navbar-my ul li a:hover {
  background-color: #202363bf;
  border-radius: 6px;
  font-weight: 600;
  box-shadow: 0 0 18px rgba(32, 35, 99, 0.85);
  color: #fff;
}

.flex-self {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.hero {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 60px;
  background-color: #1a1b2dbf;
  box-shadow: 0 0 60px rgba(26, 27, 45, 0.9), 0 0 25px rgba(60, 211, 161, 0.4);
  color: #fff;
  border: 2px solid #3cd3a146;
  border-radius: 12px;
}

.hero h1 {
}

.hero img {
  border-radius: 12px;
}

.menim-link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 10px 30px;
  border-radius: 8px;
  border: 2px solid #202363dc;
  transition: 0.3s ease all;
}

.menim-link:hover {
  box-shadow: 0 0 18px rgba(32, 35, 99, 0.85);
}

.about-in {
  background-image: linear-gradient(rgba(7, 24, 21, 0.9), rgba(7, 24, 21, 0.7)),
    url(../images/about.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}

.about-in h2 {
  text-shadow: 0 0 30px rgba(26, 27, 45, 0.9), 0 0 14px rgba(60, 211, 161, 0.45);
}

.myimg {
  box-shadow: 0 0 60px rgba(26, 27, 45, 0.9), 0 0 25px rgba(60, 211, 161, 0.4);
  border: 2px solid #3cd3a146;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whyim {
  min-height: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.citim {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-container {
  max-width: 1000px;
  margin: 0 auto;
}

strong {
  text-shadow: 0 0 30px rgba(26, 27, 45, 0.9), 0 0 14px rgba(60, 211, 161, 0.45);
}

.bottom-disc {
  background: #161a27;
  backdrop-filter: blur(15px);
}

footer {
  background: #161a27;
}

footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

footer ul li {
  list-style: none;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}

footer ul li a:hover {
  color: #202363bf;
}

footer p {
  color: #fff;
  text-align: center;
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

body {
  background-color: #071815;
}

.custom-input {
  background: #071815;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(7, 24, 21, 0.7), 0 0 25px rgba(20, 80, 70, 0.4);
}

.custom-input::placeholder {
  color: #a8b5b0;
}

.faq-accordion .accordion-item {
  border: none;
  margin-bottom: 18px;
  background-color: #161a27;
  color: #fff;
  border: 2px solid #3cd3a146;
  border-radius: 0 !important;
}

.custom-acc-btn {
  background: #161a27 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  font-weight: 600;
  padding: 16px;
  box-shadow: 0 0 12px rgba(7, 24, 21, 0.7), 0 0 25px rgba(20, 80, 70, 0.4);
}

.custom-acc-btn:focus {
  box-shadow: 0 0 12px rgba(7, 24, 21, 0.7), 0 0 25px rgba(20, 80, 70, 0.4) !important;
}

.custom-acc-body {
  background-color: #161a27;
  color: #cfe0dd;
  border-radius: 0;
  padding: 18px;

  box-shadow: 0 0 12px rgba(7, 24, 21, 0.7), 0 0 25px rgba(20, 80, 70, 0.3);
}

.accordion-button::after {
  filter: invert(1);
}

.age-disclaimer-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-image: linear-gradient(#000000f8, #000000f8);
  background-size: 400px;
}

.custom-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  max-width: 600px;
  width: 95%;
  border-radius: 10px;
  background-position: center;
  background-size: 700px;
  background-position: top;
  background-size: 300px;
  box-shadow: 0px 0px 40px 0px #ffffff61;
  background-repeat: repeat no-repeat;
  background-color: #1a1b2dbf;
  box-shadow: 0 0 60px rgba(26, 27, 45, 0.9), 0 0 25px rgba(60, 211, 161, 0.4);
  color: #fff;
  border: 2px solid #3cd3a146;
  border-radius: 12px;
}

.custom-modal a {
  background-color: #202363bf;
  text-align: center !important;
  color: #fff;
  transition: 0.2s;
  margin-bottom: 1px;
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.custom-modal a:hover {
  background: #5e6ec0;
}

.custom-modal h3 {
  color: #fff;
  font-weight: bolder;
  font-size: 30px;
  margin-bottom: 20px !important;
  margin-top: 30px !important;
}

.inner-sect {
  padding: 30px;
  border-radius: 16px;
  background-color: #1a1b2dbf;
  box-shadow: 0 0 60px rgba(26, 27, 45, 0.9), 0 0 25px rgba(60, 211, 161, 0.4);
  color: #fff;
  border: 2px solid #3cd3a146;
}
