@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");

*:not(i) {
  font-family: "Lora", serif;
}

i {
  color: #f431ac !important;
  text-shadow: 0 0 12px rgba(240, 46, 224, 0.8);
}

.contact-left{
  padding: 20px;
  border-radius: 16px;
  background-color: #0e0c08;
}

.contact-right{
  padding: 20px;
  border-radius: 16px;
  background-color: #0c3506;
}

.main-navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: rgba(6, 34, 3, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.logo-img {
  /* height: 30%; */
  /* width: auto; */
}

.navbar-nav .nav-link {
  color: white;
  font-weight: 500;
}

.navbar-nav .nav-link:hover {
  color: #C11582;
}

.active{
  color: #C11582 !important;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.btn-play {
  background-color: #C11582; 
  color: #fff;
  padding: 0.75rem 2.5rem;
  border-radius: 0.8rem;
  font-weight: 500;
}

.btn-play:hover {
  color: #fff;
  background-color: #911765;
}

.navbar-toggler {
  border-color: transparent;
}

/* .navbar-my {
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(6, 34, 3, 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: #36ed1a;
  font-weight: 600;
  text-shadow: 0 0 12px rgba(54, 237, 26, 0.8);
}

.navbar-my ul li a:hover {
  color: #36ed1a;
  text-shadow: 0 0 12px rgba(54, 237, 26, 0.8);
}

.navbar-toggler {
  background-color: #fff;
} */

.flex-self {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.hero {
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: linear-gradient(rgba(6, 34, 3, 0.9), rgba(6, 34, 3, 0.5)),
    url(../images/hero.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.feature-section{
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: linear-gradient(rgba(6, 34, 3, 0.9), rgba(6, 34, 3, 0.5)),
    url(../images/game.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.ml-4{
  margin-left: 40px;
}

.hero p{
  font-size: 16px;
}

.img-bg {
  box-shadow: 0 0 12px rgba(240, 46, 224, 0.8);
  border-radius: 12px;
  border: 2px solid #f431ac;
}

.play-link {
  text-decoration: none;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 8px;
  border: 2px solid #f431ac;
  transition: 0.3s ease all;
  box-shadow: 0 0 12px rgba(240, 46, 224, 0.8);
}

.play-link:hover {
  background: #f431ac;
  color: #000;
}

.number-item {
  background: rgba(54, 237, 26, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(54, 237, 26, 0.15);
  box-shadow: 0 0 12px rgba(240, 46, 224, 0.8);
  border-radius: 12px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.4s ease;
  min-height: 320px;
}

.number-item:hover {
  transform: translateY(-10px);
  border: 2px solid #f431ac;
}

.number-item-2 {
  background: rgba(54, 237, 26, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(54, 237, 26, 0.15);
  box-shadow: 0 0 12px rgba(240, 46, 224, 0.8);
  border-radius: 12px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.4s ease;
  min-height: 320px;
}

.number-item-2:hover {
  transform: translateY(-10px);
  border: 2px solid #f431ac;
}

.contact-card {
  padding: 3rem 3rem 2.5rem;
}

.contact-card .contact-input {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  height: 3.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.95rem;
}

.contact-card .contact-textarea {
  height: auto;
  padding-top: 1rem;
}

.contact-card .contact-input::placeholder {
  color: #9ba0a6;
}

@media (max-width: 767.98px) {
  .contact-card {
    padding: 2rem 1.5rem;
  }
}

.my-container {
  max-width: 700px;
  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: #54043c;
}

.accordion-button {
  background: #54043c;
}

.accordion-button:not(.collapsed) {
  background: #54043c;
}

.container-2 {
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 0 12px rgba(240, 46, 224, 0.8) !important;
  border-radius: 12px;
}

footer {
  background: #0e0c08;
}

.footer-logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

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: #f431ac;
  text-shadow: 0 0 12px rgba(240, 46, 224, 0.8);
}

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: #0A1B5B;
}

.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: #f431ac;
  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: #29b314;
}

.custom-modal h3 {
  color: #000;
  font-weight: bolder;
  font-size: 50px;
  margin-bottom: 50px !important;
  margin-top: 30px !important;
}
