@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");

*:not(i) {
  font-family: "Lora", serif;
}

i {
  color: #36ed1a !important;
  text-shadow: 0 0 12px rgba(54, 237, 26, 0.8);
}

.contact-left{
  padding: 20px;
  border-radius: 16px;
  background-color: #0e0c08;
}

.contact-right{
  padding: 20px;
  border-radius: 16px;
  background-color: #0c3506;
}

.navbar-my {
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(6, 34, 3, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.navbar-my ul li a {
  color: #fff;
}

.navbar-my ul li a.active-self {
  color: #36ed1a;
  font-weight: 600;
  text-shadow: 0 0 12px rgba(54, 237, 26, 0.8);
}

.navbar-my ul li a:hover {
  color: #36ed1a;
  text-shadow: 0 0 12px rgba(54, 237, 26, 0.8);
}

.navbar-toggler {
  background-color: #fff;
}

.flex-self {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.hero {
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: linear-gradient(rgba(6, 34, 3, 0.9), rgba(6, 34, 3, 0.5)),
    url(../images/hero.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-shadow: 0 0 12px rgba(54, 237, 26, 0.8);
}

.img-bg {
  box-shadow: 0 0 12px rgba(54, 237, 26, 0.8);
  border-radius: 12px;
  border: 2px solid #36ed1aa0;
}

.play-link {
  text-decoration: none;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 8px;
  border: 2px solid #36ed1a;
  transition: 0.3s ease all;
  box-shadow: 0 0 12px rgba(54, 237, 26, 0.8);
}

.play-link:hover {
  background: #36ed1a;
  color: #000;
}

.number-item {
  background: rgba(54, 237, 26, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(54, 237, 26, 0.15);
  box-shadow: 0 0 12px rgba(54, 237, 26, 0.8);
  border-radius: 12px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.4s ease;
  min-height: 320px;
}

.number-item:hover {
  transform: translateY(-10px);
  border: 2px solid #36ed1a;
}

.number-item-2 {
  background: rgba(54, 237, 26, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(54, 237, 26, 0.15);
  box-shadow: 0 0 12px rgba(54, 237, 26, 0.8);
  border-radius: 12px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.4s ease;
  min-height: 320px;
}

.number-item-2:hover {
  transform: translateY(-10px);
  border: 2px solid #36ed1a;
}

.my-container {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bottom-disc {
  background: #0e0c08;
}

.bottom-disc-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.accordion-body {
  background: #0c3506;
}

.accordion-button {
  background: #0c3506;
}

.accordion-button:not(.collapsed) {
  background: #0c3506;
}

.container-2 {
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 0 12px rgba(54, 237, 26, 0.8) !important;
  border-radius: 12px;
}

footer {
  background: #0e0c08;
}

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;
  transition: 0.2s;
}

footer ul li a:hover {
  color: #36ed1a;
  text-shadow: 0 0 12px rgba(54, 237, 26, 0.8);
}

footer p {
  color: #fff;
  text-align: center;
}

@media (max-width: 992px) {
  .bottom-disc-logos {
    justify-content: space-evenly;
  }
}

@media (max-width: 768px) {
}

body {
  background-color: #061803;
}

.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: #36ed1a;
  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: #29b314;
}

.custom-modal h3 {
  color: #000;
  font-weight: bolder;
  font-size: 50px;
  margin-bottom: 50px !important;
  margin-top: 30px !important;
}
