@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

*:not(i) {
  font-family: "Raleway", sans-serif;
}

.links {
  background-color: #103a32;
  position: sticky;
  top: 0;
  z-index: 999;
}

.ul-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.ul-links li {
  list-style: none;
}

.ul-links li a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}

.ul-links li a:hover {
  color: #c5c5c5;
}

.ul-links li a.active-my {
  color: #c5c5c5;
}

.herom {
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.4)
    ),
    url(../images/herom.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  height: 50vh;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.herom .herom-in {
  text-align: center;
  background: #103a32;
  max-width: 800px;
  padding: 30px;
  color: #fff;
  border-radius: 15px;
}

.herom .herom-in h1 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 15px;
}

.herom .herom-in p {
  font-size: 17px;
  margin: 0;
}

.about {
  background: #103a32;
  color: #fff;
}

.about h2 {
  font-size: 40px;
  font-weight: 600;
}

.about p {
  font-size: 17px;
  margin: 0;
}

.game {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.game img {
  width: 700px;
}

.link-des {
  display: inline-block;
  background: #103a32;
  color: #fff;
  text-decoration: none;
  padding: 15px 40px;
  font-size: 17px;
  transition: 0.2s;
}

.link-des:hover {
  background: #1b6054;
}

.why-us {
  background: #103a32;
}

.sect-name {
  text-align: center;
}

.sect-name h2 {
  color: #fff;
  font-size: 40px;
}

.why-item {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
}

.why-item h3 {
  margin: 0;
}

.faq-title {
  color: #103a32;
  font-weight: 700;
}

.accordion-button {
  background-color: #ffffff;
  color: #103a32;
  font-weight: 600;
  border: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #103a32;
  color: #ffffff;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(16, 58, 50, 0.25);
}

.accordion-item {
  border: 1px solid #d9e2ec;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.accordion-body {
  background-color: #ffffff;
  color: #444;
  border-top: 1px solid #e5e9f0;
}

/* Card */
.form-card {
  background-color: #ffffff;
}

/* Title */
.form-title {
  color: #103a32;
  font-weight: 700;
}

/* Labels */
.form-label {
  color: #103a32;
  font-weight: 500;
}

/* Inputs */
.custom-input {
  border-radius: 0.5rem;
  border: 1px solid #ccc;
}

.custom-input:focus {
  border-color: #103a32;
  box-shadow: 0 0 8px rgba(16, 58, 50, 0.4);
}

/* Button */
.custom-btn {
  background-color: #103a32;
  color: #ffffff;
  font-weight: bold;
  border: none;
  transition: all 0.3s ease;
}

.custom-btn:hover {
  background-color: #0c2f28;
  box-shadow: 0 0 10px rgba(16, 58, 50, 0.6);
}

footer {
  background: #103a32;
}

footer p {
  color: #fff;
  margin: 0;
  text-align: center;
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

body {
  background: #f5f7fa;
}
.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;
}