@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

*:not(i) {
  font-family: "Ubuntu", sans-serif;
}

.navbar-toggler {
  background: #4F959D;
}

.top-disc {
  background: #d72638;
  text-align: center;
  font-weight: 800;
}

.navbar-my {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-my ul li a {
  color: #fff;
}

.navbar-my ul li a.active-self {
  color: #4F959D;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #4F959D;
}

.navbar-brand h2 {
  color: #4F959D;
  font-weight: 800;
}

.hero {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2c2c2c;
}

.hero h1 {
  color: #fff;
  font-weight: 800;
  font-size: 45px;
  margin-bottom: 20px;
}

.hero h1 span {
  color: #ffd93d;
}

.hero p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.hero img {
  border-radius: 20px;
}

.link-main {
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  background: #4F959D;
  padding: 10px 40px;
  transition: 0.2s;
  display: inline-block;
}

.link-main:hover {
  background: #d65900;
}

.about {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/about.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

.about h2 {
  font-size: 40px;
  color: #fff;
}

.about p {
  margin: 0;
  font-size: 20px;
  color: #fff;
}

.feat-item {
  text-align: center;
  background: #4F959D;
  color: #fff;
  padding: 20px;
  border-radius: 20px;
}
.feat-item h2 {
  font-size: 30px;
}

.feat-item p {
  font-size: 16px;
  font-weight: 800;
  margin: 0;
}

.game-bg {
  background-image: linear-gradient(
      rgba(11, 14, 26, 0.7),
      rgba(11, 14, 26, 0.7)
    ),
    url(../images/game-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-inner {
  background: #2c2c2c;
}

.why-item {
  background: #4F959D;
  padding: 15px;
  color: #fff;
}

.why-item p {
  margin: 0;
}

.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: #e94560;
  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: #b9374c;
}

.custom-modal h3 {
  color: #000;
  font-weight: bolder;
  font-size: 50px;
  margin-bottom: 50px !important;
  margin-top: 30px !important;
}

.accordion-button {
  font-size: 22px !important;
}

.accordion-button:not(.collapsed) {
  background-color: #d72638;
  color: #fff;
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-item {
  border-radius: 8px;
  overflow: hidden;
  background: #2c2c2c !important;
}

.disc-inn {
  padding: 40px;
  background: #2c2c2c;
  color: #fff;
  border-radius: 20px;
}

.disc-inn h2 {
  font-size: 45px;
  font-weight: 800;
}

.games-section.full-page .games-container,
  .category-container,
  .coming-soon-container {
    flex-direction: column;
    align-items: center;
  }

  .games-section.full-page .game-card,
  .category-card,
  .coming-soon-card {
    max-width: 100%;
    width: 100%;
  }

  .games-section.full-page .game-card.featured {
    transform: scale(1);
  }

  .games-title {
    font-size: 3rem;
    margin-bottom: 3rem;
    color: var(--color-accent);
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(231, 111, 81, 0.5);
  }

  .games-section {
    padding: 5rem 5%;
    background-color: var(--color-bg-secondary);
    text-align: center;
  }

  .games-container {
    display: flex;
    justify-content: center;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    border: 1px solid var(--color-secondary);
    border-radius: 10px;
  }
  
  .game-card {
    flex: 1;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
  }
  
  .game-card.featured {
    transform: scale(1.05);
  }
  
  .game-image {
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: 10px;
  }
  
  .game-image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s;
  }
  
  .game-card:hover .game-image img {
    transform: scale(1.05);
  }
  
  .game-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--color-text-primary);
  }

  .play-button {
    background: linear-gradient(45deg, #2a9d35, #e9c46a);
    color: white;
    border: none;
    padding: 0.7rem 1.2rem;
    font-size: 1rem;
    border-radius: 30px;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    display: inline-flex;
    align-items: center;
  }
  
  .play-button i {
    margin-right: 8px;
  }
  
  .play-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(42, 157, 143, 0.3);
  }

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;
}

footer p {
  color: #fff;
  margin: 0;
  margin-top: 40px;
  text-align: center;
}

.field {
  background: #2a2f36;
  border: 0;
} /* input bg on dark */
.field::placeholder {
  color: #adb5bd;
} /* readable placeholder */
.field:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.08);
}
textarea.field {
  border-radius: 2rem;
} /* chunky radius like the mock */

@media (max-width: 992px) {
  .hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hero h1 {
    font-size: 35px;
  }
  .hero p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
}

body {
  background: #556B2F;
}

.container-self {
  max-width: 800px;
  margin: 0 auto;
}
