@import url("https://fonts.googleapis.com/css2?family=Port+Lligat+Sans&display=swap");

*:not(i) {
  font-family: "Port Lligat Sans", sans-serif;
}

.top-disc p {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.top-disc p span {
  color: #ff5c5c;
}

.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  position: sticky;
  top: 0;
  z-index: 999;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.7);
}

.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;
}

.btn-close {
  filter: invert(1) brightness(200%);
}

.offcanvas {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.nav-link {
  padding-left: 10px;
  margin-bottom: 5px;
}

.activem {
  background-color: #ff5c5c90 !important;
}

.nav-link:hover {
  background-color: #ff5c5c;
}

.hero-inner {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: linear-gradient(rgba(9, 44, 93, 0.7), rgba(9, 44, 93, 0.7)),
    url(../images/hero.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  color: #fff;
}

.hero-inner h1 {
  font-size: 45px;
}

.hero-inner p {
  font-size: 18px;
}

.hero-inner h4 {
  font-style: italic;
  font-weight: 700;
  margin-bottom: 30px;
}

.linkimdi {
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  border: 2px solid #ff5c5c;
  transition: 0.3s ease all;
  padding: 10px 40px;
  border-radius: 10px;
  background-color: #ff5c5c;
}

.linkimdi:hover {
  background-color: transparent;
}

.container-2 {
  max-width: 1200px;
  margin: 0 auto;
}

.ab-item {
  text-align: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease all;
  align-items: center;
  height: 100%;
  border: 1px solid #ff5c5c88;
}

.ab-item:hover {
  transform: translateY(-7px);
  border: 1px solid #ff5c5c;

  box-shadow: 0 4px 10px rgba(16, 24, 40, 0.2);
}

.sec-hed span {
  color: #ff5c5c;
}

.ab-item span {
  color: #ff5c5c;
}

.img-game {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 16px;
  border: 2px solid #ff5c5c88;
  opacity: 0.7;
}

.bottom-disc {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
  background-color: #63232388;
  padding: 30px;
  border-radius: 16px;
  border: 2px solid rgba(255, 0, 0, 0.567);
  transition: 0.3s ease all;
}

.bottom-disc:hover {
  transform: translateY(-7px);
  border: 2px solid red;
  box-shadow: 0 4px 10px rgba(16, 24, 40, 0.2);
}

.bottom-disc hr {
  color: red;
  border: 2px solid red;
  border-radius: 10px;
}

footer {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.7);
}

.top-foot {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.top-foot ul {
  margin: 0;
  padding: 0;
}

.top-foot ul li {
  list-style: none;
  color: #fff;
}

.top-foot ul li a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease all;
}
.top-foot ul li a:hover {
  color: #ff5c5c;
}

.bottom-foot p {
  margin: 0;
}

.bottom-foot p a {
  color: #ff5c5c;
}

.innerim {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 16px;
  margin-top: 20px;
  color: #fff;
  transition: 0.3s ease all;
  border: 1px solid #ff5c5c88;
}

.innerim:hover {
  transform: translateY(-7px);
  border: 1px solid #ff5c5c;
}

.innerim h2 {
  color: #ff5c5c;
}

.innerim a {
  color: #ff5c5c;
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

body {
  background-color: #092c5d;
}

.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: #092c5d;
  padding: 40px 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 #092c5d;
  background-repeat: repeat no-repeat;
  border: 1px solid #ff5c5c88;
}

.custom-modal a {
  background-color: #ff5c5c;
  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: #b44040;
}

.custom-modal h3 {
  color: #ff5c5c;
  font-weight: bolder;
  font-size: 35px;
  margin-bottom: 20px;
}

.custom-modal p{
  color: #fff;
}
