@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

*:not(i) {
  font-family: "Jost", sans-serif;
}

.navbar-my {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-my ul li a {
  color: #fff;
}

.navbar-my ul li a.active-self {
  color: #ffd369;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #ffd369;
}

.hero {
  height: 80vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/top.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-inner {
  text-align: center;
  background-color: #2c2c34; /* Slightly lighter charcoal */
  border: 1px solid #ffd369; /* Gold border */
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 20px;
  border-radius: 20px;
}

.hero-inner h2 {
  font-size: 50px;
  color: #ffd369;
  font-weight: 800;
  margin-bottom: 20px;
}

.hero-inner p {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

.linkim {
  display: inline-block;
  background-color: #533483; /* Deep Purple */
  color: #ffd369; /* Gold text */
  font-weight: 600;
  padding: 10px 30px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.2s;
  border-radius: 10px;
}

.linkim:hover {
  background-color: #e94560;
}

.sect-2 {
  background: #1c1c1e;
}

.sect-2-in {
  background: #e94560;
  border-radius: 10px;
  color: #fff;
}

.sect-2-in img {
  margin-bottom: 15px;
}

.sect-2-in h2 {
  margin-bottom: 15px;
}

.sect-2-in p {
  margin: 0;
}

.sect-name {
  text-align: center;
  margin-bottom: 30px;
  font-size: 40px;
  color: #fff;
}

.sect-3 {
  height: 50vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../images/game-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.sect-3 .linkim {
  background: #ffd369;
  font-size: 22px;
}

.sect-3 .linkim:hover {
  background: #d4af58;
}

.why-img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  margin: 0 !important;
}

/* FAQ Item Background */
.faq-item {
  background-color: #1c1c1e;
  border: none;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

/* Accordion Button */
.faq-item .accordion-button {
  background-color: #1c1c1e;
  color: #ffffff;
  font-weight: 500;
  border: none;
  box-shadow: none;
}
.faq-item .accordion-button.collapsed {
  color: #b0b0b0;
  font-size: 18px;
}
.faq-item .accordion-button:not(.collapsed) {
  background-color: #533483; /* Deep Purple */
  color: #ffd369; /* Gold when open */
  font-size: 18px;
}

/* Accordion Body */
.faq-item .accordion-body {
  background-color: #0d0d0d;
  color: #b0b0b0;
  border-top: 1px solid #533483;
  padding: 15px;
}

.disc {
  border-radius: 20px;
  padding: 20px;
  color: #fff;
}

.disc h2 {
  font-size: 40px;
}

.disc p {
  margin: 0;
}

.footer {
  background-color: #1c1c1e; /* Charcoal */
  color: #ffffff;
}

.footer-heading {
  font-size: 24px;
  font-weight: 600;
  color: #ffd369;
}

.footer-link {
  color: #b0b0b0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #e94560; /* Crimson Rose */
}

.footer-copy {
  font-size: 0.9rem;
  color: #888;
}

.footer-img {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  gap: 20px;
}

.footer-img img {
  background: #fff;
}

.navbar-toggler {
  background-color: #ffd369;
}

.contact-section {
  background-color: #1c1c1e; /* Charcoal */
  color: #fff;
}

.contact-card {
  background-color: #2c2c34; /* Slightly lighter charcoal */
  border: 1px solid #ffd369; /* Gold border */
}

.contact-title {
  color: #ffd369; /* Gold */
  font-weight: 700;
}

.form-label {
  color: #ffd369; /* Gold labels */
}

.form-control {
  background-color: #1c1c1e;
  border: 1px solid #533483; /* Deep Purple */
  color: #fff;
}

.form-control::placeholder {
  color: #aaa; /* light gray placeholder */
}

.form-control:focus {
  background-color: #1c1c1e;
  border-color: #ffd369; /* Gold border on focus */
  box-shadow: 0 0 0 0.25rem rgba(255, 211, 105, 0.25);
  color: #fff;
}

.btn-submit {
  background-color: #533483; /* Deep Purple */
  color: #ffd369; /* Gold text */
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background-color: #e94560; /* Crimson Rose */
  color: #fff;
}

.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%);
  background-color: #fff;
  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;
}

.custom-modal a {
  background-color: #e94560;
  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: #b9374c;
}

.custom-modal h3 {
  color: #000;
  font-weight: bolder;
  font-size: 50px;
  margin-bottom: 50px !important;
  margin-top: 30px !important;
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

body {
  background-color: #533483;
}
