@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

*:not(i) {
  font-family: "Playfair Display", serif;
}

.flex-self {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.my-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-my a img {
  width: 220px;
}

.su-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.su-links a {
  display: inline-block;
  background-color: #ff575b;
  padding: 10px 40px;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}

.su-links a:hover {
  background: #9b1b2c;
}

.hero {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../images/hero.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.hero h1 {
  margin-bottom: 20px;
}

.hero h4 {
  text-transform: uppercase;
  color: #ff575b;
  font-weight: 900;
  margin-bottom: 20px;
}

.hero p {
  margin: 0;
}

.game-in {
  background-color: #161a1f;
  padding: 20px;
  text-align: center;
  border-radius: 16px;
}

.game-in a {
  color: #ff575b;
  text-decoration: none;
  font-size: 24px;
  transition: 0.3s;
}

.game-in a:hover {
  color: #9b1b2c;
}

.game-in img {
  border-radius: 12px;
}

.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: #ff575b;
}

.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);
}

.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: #ff575b;
}

footer p {
  color: #fff;
  text-align: center;
}

.container-2 {
  max-width: 800px;
  margin: 0 auto;
}

.login-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  padding: 50px 40px;
  width: 100%;
  max-width: 400px;
  text-align: center;
}
.login-card h2 {
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}
.login-card p {
  color: #6b6b6b;
  font-size: 15px;
  margin-bottom: 30px;
}
.form-control {
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 15px;
  border: 1px solid #d3d7de;
  transition: all 0.3s ease;
}
.form-control:focus {
  border-color: #6b737c;
  box-shadow: 0 0 0 0.2rem rgba(107, 115, 124, 0.25);
}
.btn-login {
  background-color: #ff575b;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 12px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.btn-login:hover {
  background-color: #9b1b2c;
}
.register-text {
  margin-top: 25px;
  color: #8a9096;
  font-size: 15px;
}
.register-text a {
  color: #ff575b;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}
.register-text a:hover {
  text-decoration: underline;
  color: #555b62;
}

.btn-register {
  background-color: #ff575b;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 12px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.btn-register:hover {
  background-color: #9b1b2c;
}

@media (max-width: 992px) {
  .logo-my a img {
    width: 180px;
  }

  .su-links {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .su-links a {
    padding: 5px 25px;
    border-radius: 6px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
}

body {
  background-color: #0b0e11;
}

.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: #ff575b;
  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: #5e6ec0;
}

.custom-modal h3 {
  color: #000;
  font-weight: bolder;
  font-size: 50px;
  margin-bottom: 50px !important;
  margin-top: 30px !important;
}
