@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");

*:not(i) {
  font-family: "Titillium Web", sans-serif;
}

.navbar-my {
  padding-top: 15px;
  padding-bottom: 15px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
  background-color: #ffffff33;
  position: sticky;
  top: 0;
  z-index: 999;
}

.discim {
  font-weight: 600;
}

.navbar-my ul li a {
  color: #fff !important;
  display: inline-block !important;
  margin-left: 5px;
  padding: 10px 30px !important;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s ease all !important;
}

.navbar-my ul li a.active-self {
  background-color: #eb7413;
}

.navbar-my ul li a:hover {
  background-color: #eb7413;
}

.flex-self {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  font-size: 20px;
}

.hero {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../images/hero.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.linkim {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 10px 40px;
  border-radius: 8px;
  background-color: #eb7413;
  font-weight: 600;
  transition: 0.3s ease all !important;
}

.linkim:hover {
  background-color: #b65a0e;
}

.gamem {
  max-width: 700px;
  margin: 0 auto;
}

.itemim {
  padding: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
  background-color: #ffffff33;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
}

.itemim-2 {
  padding: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
  background-color: #ffffff33;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rev-in {
  display: flex;
  align-items: start;
  gap: 20px;
}

.sub-wrapper {
  display: flex;
  gap: 15px;
  background: transparent;
  align-items: center;
  justify-content: center;
}

.sub-input {
  width: 700px;
  padding: 18px 25px;
  border: none;
  border-radius: 40px;
  outline: none;
  font-size: 16px;
}

.sub-btn {
  padding: 18px 35px;
  background: #eb7413;
  color: #fff;
  border: none;
  border-radius: 40px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.sub-btn:hover {
  background: #b65a0e;
}

.bottom-disc {
  background: #000;
  backdrop-filter: blur(15px);
}

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;
  transition: 0.2s;
}

footer ul li a:hover {
  color: #eb7413;
}

footer p {
  color: #fff;
  text-align: center;
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

body {
  background-color: #282828;
}

.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: #eb7413;
  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: #b65a0e;
}

.custom-modal h3 {
  color: #000;
  font-weight: bolder;
  font-size: 50px;
  margin-bottom: 50px !important;
  margin-top: 30px !important;
}
