@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap");

*:not(i) {
  font-family: "Cabin", sans-serif;
}

.navbar-my {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-my ul li a {
  color: #3d4f50;
}

.navbar-my ul li a.active-self {
  color: #19baba;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #19baba;
}

.hero-bg {
  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: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.hero-inner {
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
  color: #fff;
  background: #00000099;
  padding: 20px 50px;
  border-radius: 20px;
}

.hero-inner h1 {
  font-size: 50px;
  margin-bottom: 15px;
}

.hero-inner h1 span {
  color: #19baba;
}

.hero-inner p {
  margin-bottom: 20px;
}

.mylink {
  display: inline-block;
  background: #ff6f61;
  text-decoration: none;
  color: #fff;
  padding: 10px 40px;
  transition: 0.2s;
}

.mylink:hover {
  background-color: #e85b50;
}

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;
}

@media (max-width: 992px) {
  .hero-inner {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
}

body {
  background-color: #f4ede4;
}

.section-dark {
  background-color: #1b2a34;
  color: #f4ede4;
}
.card {
  border: none;
  background-color: #f4ede4;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.faq .accordion-button {
  background-color: #3d4f50;
  color: #fff;
}
.faq .accordion-body {
  background-color: #f4ede4;
}

.bg-secondary {
  background: #19baba !important;
}

.about-text {
  font-size: 20px;
}

.game {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/about.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 50vh;
}

.cont-2 {
  max-width: 800px;
  margin: 0 auto;
}
contact-section {
  background-color: #3d4f50; /* dark green */
  color: #ffffff;
  padding: 60px 0;
}

.contact-section h2 {
  color: #19baba; /* light blue */
  font-weight: bold;
}

.form-control {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #19baba;
  color: #ffffff;
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-control:focus {
  border-color: #19baba;
  box-shadow: 0 0 0 0.25rem rgba(25, 186, 186, 0.3);
}

.btn-custom {
  background-color: #19baba;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 8px;
  transition: 0.3s;
}

.btn-custom:hover {
  background-color: #148d8d;
  color: #ffffff;
}

.why-img {
  height: 500px;
  object-fit: cover;
  width: 100%;
}

.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;
}
