@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap");

*:not(i) {
  font-family: "Karla", sans-serif;
}

.navbar-my {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-my ul li a.active-self {
  color: #ff6b35;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #ff6b35;
}

.hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/hero.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.hero h1 {
  font-size: 50px;
  margin-bottom: 15px;
  font-weight: 800;
}

.hero p {
  font-size: 18px;
  margin: 0;
}

.cont-2 {
  max-width: 800px;
  margin: 0 auto;
}

.text-item {
  padding: 10px;
  background: #ff4f81;
}

.text-item p {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.about {
  background: #ff6b35;
  color: #fff;
}

.about h2 {
  font-size: 45px;
  margin-bottom: 20px;
}

.about p {
  margin: 0;
}

.about img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}

.linksiz {
  display: inline-block;
  padding: 10px 40px;
  background: #ff4f81;
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}

.linksiz:hover {
  background: #c93e66;
}

.game {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/game.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 50vh;
}

.why-inner {
  background: #ff6b35;
}

.why-item {
  background: #000;
  padding: 15px;
  color: #fff;
}

.why-item p {
  margin: 0;
}

.rev-item {
  background: #ff6b35;
  padding: 20px;
}

.rev-item p {
  color: #ffff;
  font-size: 18px;
}

.rev-star {
  margin-bottom: 15px;
}

.rev-star i {
  color: #ffd250;
  font-size: 18px;
}

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;
}

.contact-form {
  background: #f9f9f9; /* Soft white form background */
  border-radius: 15px;
  padding: 30px;
  max-width: 600px;
  margin: 40px auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.form-label {
  color: #1b1b2f;
  font-weight: 600;
}

.form-control {
  border-radius: 10px;
  border: 2px solid #ffd700; /* Bright Yellow border */
}

.form-control:focus {
  border-color: #ff6b35; /* Sunset Orange on focus */
  box-shadow: 0 0 10px rgba(255, 107, 53, 0.5);
}

.btn-custom {
  background-color: #ff6b35; /* Sunset Orange button */
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.btn-custom:hover {
  background-color: #ffd700; /* Bright Yellow hover */
  color: #1b1b2f;
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

body {
  background-color: #f9f9f9;
}

.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;
}