@import url("https://fonts.googleapis.com/css2?family=Bubblegum+Sans&display=swap");

*:not(i) {
  font-family: "Bubblegum Sans", sans-serif;
}

.navbar-my {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-my ul li a {
  color: #000;
}

.navbar-my ul li a.active-self {
  color: #ff0000;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #ff0000;
}

.flex-self {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.bg-self {
  background-color: #000;
}

.img-bg {
  background-color: #ff0000;
  padding: 10px;
}

.top-top p {
  color: #fff;
}

.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;
}



.hero {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/hero.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.linkim {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #ff0000;
  padding: 10px 40px;
  transition: 0.2s;
}

.linkim:hover {
  background: #be0000;
}

.btn-self {
  color: #fff;
  background: #ff0000;
  padding: 10px 40px;
  border-radius: 0 !important;
}

.btn-self:hover {
  background: #be0000;
  color: #fff;
}

.rev-item {
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-height: 200px;
}

.feat-item {
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-height: 270px;
}

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;
}
