@import url("https://fonts.googleapis.com/css2?family=Caudex:ital,wght@0,400;0,700;1,400;1,700&display=swap");

*:not(i) {
  font-family: "Caudex", serif;
}

.top-disc {
  padding-top: 16px;
  padding-bottom: 16px;
}

.bg-my-2 {
  background-color: rgba(133, 22, 22, 0.8);
}

.bb-1 {
  border-bottom: 2px solid #8c8c8c33;
}

.ps-st-my {
  position: sticky;
  top: 0px;
  z-index: 999;
}

.top-disc p {
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.bg-my {
  background-color: rgba(5, 18, 27, 0.7);
}

.navbar-my {
  padding-top: 8px;
  padding-bottom: 6px;
}

.navbar-my-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.navbar-my img {
  width: 220px;
}

.navbar-my .navbar-link-my a {
  background: #21a8f1;
  color: #ffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 12px 36px !important;
  display: inline-block;
  text-decoration: none;
  transition: 0.2s;
}

.navbar-my .navbar-link-my a:hover {
  background: #1981b9;
}

.navbar-my-2 {
  padding-top: 8px;
  padding-bottom: 6px;
}

.navbar-2-inner {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 18px;
  padding: 6px 0;
}

.navbar-2-inner a {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

.hero {
  background-color: rgba(5, 18, 27, 0.7);
  border: 2px solid #8c8c8c33;
  padding: 45px 25px;
}

.hero h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 34px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 18px;
}

.hero p {
  font-family: Caudex;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 42px;
}

.hero a {
  background: #21a8f1;
  color: #ffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 12px 36px !important;
  display: inline-block;
  text-decoration: none;
  transition: 0.2s;
}

.hero a:hover {
  background: #1981b9;
}

.game {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/game-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* height: 490px; */
  padding: 0;
  padding-top: 380px;
  position: relative;
}

.game .game-bg-info {
  background: #00000080;
  padding: 20px;
}

.game .game-bg-info h2 {
  font-family: Caudex;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
}

.game .game-bg-info a {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #adadad;
  text-decoration: none;
  transition: 0.2s;
}

.game .game-bg-info a:hover {
  color: #c4c4c4;
}

.play-icon {
  position: absolute; /* or relative to a parent with position: relative */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-item {
  background-color: rgba(5, 18, 27, 0.7);
  border: 2px solid #8c8c8c33;
}

.text-item .text-item-head {
  padding: 15px;
  border-bottom: 2px solid #8c8c8c33;
}

.text-item .text-item-head h2 {
  font-family: Caudex;
  font-weight: 700;
  font-style: Bold;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #666666;
  margin: 0;
}

.text-item hr {
  margin: 0;
  padding: 0;
}

.text-item .text-item-body {
  padding: 40px 15px;
}

.text-item .text-item-body h2 {
  font-family: Caudex;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 18px;
}

.text-item .text-item-body p {
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #ffffff;
}

.text-item .text-item-body h3 {
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}

.contact-section .form-control {
  border-radius: 0;
}

.contact-section .form-control::placeholder {
  color: #ccc; /* lighter placeholder */
}

.contact-section .btn-primary {
  background-color: #21a8f1; /* blue button */
  border: none;
  border: 2px solid #8c8c8c33;
  border-radius: 0;
}

.contact-section .btn-primary:hover {
  background-color: #1981b9;
}

.policy-links {
}

.policy-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #21a8f1; /* blue bar */
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  width: 100%;
  transition: 0.2s;
  font-weight: 700;
  font-style: Bold;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.policy-link:hover {
  background-color: #1981b9; /* darker blue on hover */
  text-decoration: none;
  color: #fff;
}

footer {
  margin-top: 60px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 2px solid #8c8c8c33;
}

footer .footer-top {
  margin-bottom: 24px;
}
footer .footer-top h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}

footer .footer-top ul {
  margin: 0;
  padding: 0;
  padding-left: 13px;
}

footer .footer-top ul li {
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
}

footer .footer-bottom ul {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 16px;
}

footer .footer-bottom ul li {
  list-style: none;
}

footer .footer-bottom ul li a {
  text-decoration: none;
  color: #21a8f1;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .navbar-my .navbar-link-my a {
    font-size: 14px;
    padding: 6px 18px !important;
  }
  .navbar-my img {
    width: 180px;
  }
}

@media (max-width: 768px) {
  .policy-link span:last-child {
    display: none;
  }
}

body {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 3000px, #000 3000px),
    url(../images/body-bg.png) no-repeat center top;
  background-size: cover;
}
