@import url("https://fonts.googleapis.com/css2?family=Encode+Sans+Semi+Expanded:wght@100;200;300;400;500;600;700;800;900&display=swap");

*:not(i) {
  font-family: "Encode Sans Semi Expanded", sans-serif;
}

.navbar {
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 999;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background: rgba(0, 0, 0, 0.01);
}

.active-self {
  color: #ffd700 !important;
}

.nav-link {
  color: #fff;
  margin: 0 10px;
  font-weight: 500;
}
.nav-link:hover {
  color: #ffd700 !important;
}
.btn-play {
  background-color: #ffd700;
  color: #000;
  padding: 10px 25px;
  border-radius: 6px;
  font-weight: 500;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
}
.btn-play:hover {
  background-color: #c2a500;
  color: white;
}
.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(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../images/hero.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.hero h1 span {
  color: #ffd700;
}

.gm-ln {
  padding: 10px 25px;
  border-radius: 6px;
  font-weight: 500;
  background-color: #ffd700;
  display: inline-block;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
.gm-ln:hover {
  background-color: #c2a500;
  color: #fff;
}

.bottom-disc {
  background: #000;
  backdrop-filter: blur(15px);
}

.full-wid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.my-item {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 20px;
  transition: all 0.3s ease;
  text-align: center;
  min-height: 420px;
}

.my-item img {
  width: 200px;
  margin-bottom: 20px;
}

.accordion-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0 !important;
  backdrop-filter: blur(10px);
  margin-bottom: 10px;
  overflow: hidden;
}

.accordion-button {
  background: transparent;
  color: #fff;
  font-weight: 500;
  box-shadow: none;
  font-size: 23px;
}

.accordion-button:not(.collapsed) {
  background: rgba(255, 255, 255, 0.1);
  color: #ffd700;
}

.accordion-body {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  filter: invert(1);
}

footer {
  background: #000;
}

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: #ffd700;
}

footer p {
  color: #fff;
  text-align: center;
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

body {
  background-color: #0b0c10;
}

.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: #ffd700;
  text-align: center !important;
  color: #000;
  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: #c2a500;
  color: #fff;
}

.custom-modal h3 {
  color: #000;
  font-weight: bolder;
  font-size: 50px;
  margin-bottom: 50px !important;
  margin-top: 30px !important;
}
