@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap");

:root {
  --bg: #dde0e7;
  --card: #e9eaee;
  --ink: #1e1f25;
  --muted: #6b717b;
  --shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  --radius: 18px;
}

i {
  color: #4ccf5e;
}

.navbar-my {
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 0;
  z-index: 999;
  backdrop-filter: blur(10px);
}

.navbar-my ul li a {
  color: #fff;
}

.navbar-my ul li a.active-self {
  color: #824bc9;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #824bc9;
}

.navbar-toggler {
  background: #fff;
}

.flex-self {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
body {
  background: var(--bg);
  color: var(--ink);
}

.herom {
  padding: 100px 10px;
  position: relative;
}

.my-pos {
  position: absolute;
  z-index: -10;
  right: 0;
  border-radius: 50%;
  filter: brightness(0.5);
  top: 5%;
}

.herom button {
  background-color: #4ccf5e;
}

.herom button a {
  text-decoration: none;
  color: #000;
}

.herom button:hover {
  background-color: #8fe39a;
}

.hero-title {
  font-weight: 700;
  letter-spacing: 0.2px;
}
.hero-lead {
  color: var(--muted);
  max-width: 48ch;
}
.btn-ghost {
  background: #9aa1ab2b;
  background: rgba(0, 0, 0, 0.08);
  border: none;
  color: #1f2328;
  padding: 0.95rem 2.2rem;
  border-radius: 12px;
  backdrop-filter: blur(2px);
}

.cardim {
  background: #dbc3fa;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 10px 14px 10px 20px;
  width: 450px;
}
.cardim img {
  width: 56px;
  object-fit: cover;
  border-radius: 10px;
  display: inline-block;
}

.mb-self {
  margin-bottom: 300px;
}

.flexim {
  display: flex;
  justify-content: end;
}

.media-card {
  /* position: absolute; */
  background: #dbc3fa;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 10px 14px 10px 20px;
  display: flex;
  align-items: center;
  gap: 24px;
  z-index: 999;
}

.media-card img {
  height: 56px;
  width: 56px;
  object-fit: cover;
  border-radius: 10px;
}

#cardTop {
  top: 110px;
  left: 590px;
  width: 480px;
  height: 96px;
}

#cardBot {
  bottom: 70px;
  right: 90px;
  width: 520px;
  height: 110px;
  padding-left: 20px;
}

@media (max-width: 1199.98px) {
  .hero {
    padding-top: 6rem;
  }
  .hero .big-circle {
    right: -240px;
    width: 820px;
    height: 820px;
  }
  #cardTop {
    left: 52%;
    transform: translateX(-20%);
  }
}
@media (max-width: 991.98px) {
  .hero {
    padding-top: 4.5rem;
  }
  .hero .big-circle {
    display: none;
  }
}

.about-section {
  position: relative;
  overflow: hidden;
}

.about-box {
  width: 100%;
  max-width: 420px;
  height: 420px;
  background-image: url(../images/about.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
}

.about-section h2 {
  font-size: 36px;
  color: #1e1f25;
}

.about-section .about-text {
  color: #6b717b;
  font-size: 19px;
  line-height: 1.7;
  max-width: 500px;
}

.floating-note {
  position: absolute;
  background: rgba(30, 31, 37, 0.85);
  color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 10px;
  font-size: 0.9rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .about-box {
    height: 320px;
  }
}

@media (max-width: 767.98px) {
  .about-section {
    text-align: center;
    padding: 3rem 1rem;
  }
  .about-box {
    max-width: 300px;
    height: 280px;
    margin: 0 auto 2rem;
  }
  .about-section h2 {
    font-size: 1.6rem;
  }
  .about-section .about-text {
    font-size: 0.95rem;
  }
}

.why-section {
  position: relative;
  overflow: hidden;
}

.why-card {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  background: #dbc3fa;
  border-radius: 16px;
  padding: 1.2rem 1.5rem;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

.why-icon {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
}

.why-box {
  width: 100%;
  max-width: 420px;
  height: 340px;
  background-image: url(../images/game.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 24px;
}

.floating-note {
  position: absolute;
  background: rgba(30, 31, 37, 0.85);
  color: #fff;
  padding: 0.4rem 0.7rem;
  border-radius: 10px;
  font-size: 0.9rem;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991.98px) {
  .why-box {
    max-width: 100%;
    height: 280px;
    margin: 0 auto;
  }
  .why-card {
    padding: 1rem;
  }
}

@media (max-width: 767.98px) {
  .why-card {
    flex-direction: column;
    text-align: center;
  }
  .why-icon {
    width: 80px;
    height: 80px;
  }
  .why-box {
    height: 240px;
  }
}

.main-lk {
  text-decoration: none;
  color: #fff;
  border: 2px solid #824bc9;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 8px;
  font-size: 18px;
  transition: 0.3s ease all;
}

.main-lk:hover {
  background: #824bc9;
}

.about h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 20px;
}

.about p {
  font-size: 18px;
}

.about button {
  background-color: #4ccf5e;
}

.about button a {
  text-decoration: none;
  color: #000;
}

.about button:hover {
  background-color: #8fe39a;
}

.gm-img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  padding: 30px;
  border-radius: 16px;
  border: 2px solid #824bc9;
  background-color: #2a1616;
}

.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: #824bc9;
}

footer p {
  color: #fff;
  text-align: center;
}

@media (max-width: 992px) {
  .mb-self {
    margin-bottom: 100px;
  }
  .cardim {
    width: 250px;
  }
}

@media (max-width: 768px) {
}

body {
  background: #191918;
}

.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: #824bc9;
  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;
}