@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

*:not(i) {
  font-family: "Montserrat", sans-serif;
}

.container-self {
  max-width: 80%;
  margin: 0 auto;
}

.navbar-my {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-my ul li a {
  color: #fff;
}

.navbar-my ul li a.active-self {
  color: #bd084a;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #bd084a;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  font-size: 20px;
}

.navbar-toggler {
  border: none !important;
}

.flex-self {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.hero {
  padding-top: 170px;
  padding-bottom: 170px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../images/hero.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.about {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../images/add-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.about-in {
  background-color: #1f1f1fa5;
}

.game-inner{
  max-width: 900px;
  margin: 0 auto;
}

.pl-link{
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: #bd084a;
  padding: 10px 40px;
  transition: .3s ease all;
}

.pl-link:hover{
  background-color: #bd084a83;
}

.bottom-disc {
  background: #000;
  backdrop-filter: blur(15px);
}

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: #bd084a;
}

footer p {
  color: #fff;
  text-align: center;
}

@media (max-width: 992px) {
  .container-self {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
}

body {
  background-color: #1f1f1f;
}

.contact-box {
  max-width: 700px;
  margin: 60px auto;
  background: #29292971;
  padding: 40px;
  border-radius: 12px;
}

.form-control {
  padding: 14px 18px;
  font-size: 16px;
  border-radius: 6px;
}

textarea.form-control {
  height: 160px;
}

.btn-custom {
  background: #bd084a;
  color: #fff;
  font-size: 16px;
  padding: 14px;
  width: 100%;
  border-radius: 8px;
}

.btn-custom:hover {
  background: #bd084a83;
  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: #bd084a;
  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: #bd084a83;
}

.custom-modal h3 {
  color: #000;
  font-weight: bolder;
  font-size: 50px;
  margin-bottom: 50px !important;
  margin-top: 30px !important;
}
