@import url("https://fonts.googleapis.com/css2?family=Changa:wght@200..800&display=swap");

*:not(i) {
  font-family: "Changa", sans-serif;
}

i {
  color: #bb72f2 !important;
}

.navbar-my {
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(21, 18, 12, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.navbar-my ul li a {
  color: #fff;
}

.navbar-my ul li a.active-self {
  color: #bb72f2;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #bb72f2;
}

.navbar-toggler {
  background-color: #fff;
}

.flex-self {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.hero {
  padding-top: 110px;
  padding-bottom: 110px;
  background-image: linear-gradient(
      rgba(21, 18, 12, 0.9),
      rgba(21, 18, 12, 0.5)
    ),
    url(../images/hero.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.img-bg {
  box-shadow: 0 0 12px rgba(235, 192, 6, 0.8);
  border-radius: 12px;
  border: 2px solid #bb72f2;
}

.play-link {
  text-decoration: none;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 8px;
  border: 2px solid #bb72f2;
  transition: 0.3s ease all;
  box-shadow: 0 0 12px rgba(235, 192, 6, 0.8);
}

.play-link:hover {
  background: #bb72f2;
  color: #000;
}

.number-item {
  background: rgba(235, 192, 6, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(235, 192, 6, 0.15);
  box-shadow: 0 0 12px rgba(235, 192, 6, 0.8);
  border-radius: 12px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.4s ease;
}

.number-item:hover {
  transform: translateY(-10px);
  border: 2px solid #bb72f2;
}

.my-container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bottom-disc {
  background: #0e0c08;
}

.bottom-disc-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.accordion-body {
  background: #211c0d;
}

.accordion-button {
  background: #211c0d;
}

.accordion-button:not(.collapsed) {
  background: #211c0d;
}

.container-2 {
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 0 12px rgba(235, 192, 6, 0.8) !important;
  border-radius: 12px;
  border: 2px solid #bb72f2;
}


footer {
  background: #0e0c08;
}

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: #bb72f2;
}

footer p {
  color: #fff;
  text-align: center;
}

@media (max-width: 992px) {
  .bottom-disc-logos {
    justify-content: space-evenly;
  }
}

@media (max-width: 768px) {
}

body {
  background-color: #15120c;
}

.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: #bb72f2;
  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: #c29f04;
}

.custom-modal h3 {
  color: #000;
  font-weight: bolder;
  font-size: 50px;
  margin-bottom: 50px !important;
  margin-top: 30px !important;
}

.timeline {
  position: relative;
}

.timeline-line {
  width: 4px;
  height: 100%;
  background-color: #ccc;
  z-index: 1;
}

.timeline-item {
  position: relative;
  margin-bottom: 50px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background-color: #eee;
  border: 4px solid #ccc;
  border-radius: 50%;
  z-index: 2;
}
.why-section {
  padding: 60px 0;
}

.why-section h2 {
  font-weight: bold;
  margin-bottom: 20px;
}

.why-section p.lead {
  color: #6c757d;
  margin-bottom: 50px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.why-card {
  background-color: #ddcceb;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: row;
  overflow: hidden;
  height: 100%;
}

.why-card .img-placeholder {
  width: 160px;
  min-height: 100%;
  flex-shrink: 0;
}

.why-card .content {
  padding: 20px;
  text-align: left;
  flex: 1;
}

@media (max-width: 768px) {
  .why-card {
    flex-direction: column;
    text-align: center;
  }

  .why-card .img-placeholder {
    width: 100%;
    height: 200px;
  }

  .why-card .content {
    text-align: center;
  }
}

.info-box {
  border-radius: 15px;
}