@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: #8FA31E;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #8FA31E;
}

.hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/bg.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: #67C090;
}

.text-item p {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.about {
  background: #8FA31E;
  color: #fff;
}

.about h2 {
  font-size: 45px;
  margin-bottom: 20px;
}

.about p {
  margin: 0;
}

.about img {
  height: 400px;
  width: 80%;
}

.linksiz {
  display: inline-block;
  padding: 10px 40px;
  background: #67C090;
  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: #8FA31E;
}

.why-item {
  background: #124170;
  padding: 15px;
  color: #fff;
}

.why-item p {
  margin: 0;
}

.rev-item {
  background: #8FA31E;
  padding: 20px;
}

.rev-item p {
  color: #ffff;
  font-size: 18px;
}

.rev-star {
  margin-bottom: 15px;
}

.rev-star i {
  color: #ffd250;
  font-size: 18px;
}

.rg-section{
  background:#EFF5D2;  
}

.rg-icon{
  width:130px; height:95px;
  border-radius:12px;
  background:#d8d8d8;
  border:8px solid rgba(0,0,0,.08);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,.05);
}

.rg-title{
  font-weight:800;
  color:#111;
  letter-spacing:.2px;
}
.rg-text{
  font-weight:800;       
  color:#111;
}

.rg-badge{
  width:150px; height:110px;
  background:#d8d8d8;
  border-radius:12px;
  border:8px solid rgba(0,0,0,.08);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,.05);
}
.rg-badge-img{
  width:150px; height:110px; object-fit:contain;
  border-radius:12px;
}

.rg-links .nav-link{
  color:#111;
  font-weight:700;
  padding-top:.25rem; padding-bottom:.25rem;
}
.rg-links .nav-link:hover{ text-decoration:underline; }

.rg-copy{
  font-weight:800;
  color:#111;
}

.contact-form {
  background: #f9f9f9; 
  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 #8FA31E; 
}

.form-control:focus {
  border-color: #8FA31E; 
  box-shadow: 0 0 10px rgba(255, 107, 53, 0.5);
}

.btn-custom {
  background-color: #8FA31E; 
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.btn-custom:hover {
  background-color: #ffd700;
  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;
}