@import url("https://fonts.googleapis.com/css2?family=Science+Gothic:wght@100..900&display=swap");

*:not(i) {
  font-family: "Science Gothic", sans-serif;
}

.navbar-my {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #00000080;
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar-my ul li a {
  display: inline-block !important;
  margin-left: 10px;
  color: #fff;
  font-size: 14px;
}

.navbar-my ul li a.active-self {
  color: #2c43d8;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #2c43d8;
}

.navbar-my ul li a.last-nav {
  padding: 10px 30px !important;
  background-color: #2c43d8;
}

.navbar-my ul li a.last-nav:hover {
  color: #fff;
  background-color: #1d2d92;
}

.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;
}

.flex-self {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.hero {
  height: 60vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(../images/hero.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero h1 {
  color: #fff;
  margin-bottom: 15px;
}

.hero h4 {
  color: #2c43d8;
  text-shadow: 0 0 20px #2c43d8;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.linkdibu {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #2c43d8;
  padding: 10px 30px;
  transition: 0.3s ease all;
  margin-bottom: 25px;
}

.linkdibu:hover {
  background-color: #1d2d92;
}

.hero-info {
  background-color: #2c43d8b6;
  backdrop-filter: blur(20px);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  flex-wrap: wrap;
}

.h-f-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.h-f-item img {
  width: 30px;
}

.h-f-item h5 {
  color: #fff;
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
}

strong {
  color: #2c43d8;
  text-shadow: 0 0 20px #2c43d8;
}

.game-item {
  padding: 20px;
  background-color: #2c43d8b6;
  backdrop-filter: blur(10px);
  height: 100%;
}

.game-card {
  height: 260px;
  position: relative;
}

.bg-image {
  height: 100%;
  width: 100%;

  background-size: cover;
  background-position: center;
  transition: 0.4s ease;
  z-index: 1;
  position: relative;
  filter: brightness(90%);
}

.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(20, 20, 20, 0.45);
  opacity: 0;
  transition: 0.4s ease;
  z-index: 2;
}

.game-item:hover .hover-overlay {
  opacity: 1;
}

.game-card:hover .bg-image {
  filter: brightness(70%);
}

.accordion {
  max-width: 1000px;
  margin: 0 auto;
}

.accordion-item {
  border-radius: 0 !important;
  overflow: hidden;
  margin-bottom: 15px;
  border: 0;
}

.accordion-button {
  box-shadow: none !important;
  color: #2c43d8;
}

.bottom-disc {
  background: #030612;
  backdrop-filter: blur(15px);
}
footer {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.7);
}

.top-foot .col-lg-5{
  display: flex;
  justify-content: end;
}

.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: #2c43d8;
}

.foot-links {
  display: flex;
  align-items: start;
  gap: 30px;
}

.bottom-foot p {
  margin: 0;
}

.bottom-foot p a {
  color: #2c43d8;
}

@media (max-width: 1092px) {
  .top-foot {
    flex-wrap: wrap;
    gap: 30px;
  }
  .foot-links {
    flex-wrap: wrap;
  }
  .top-foot .col-lg-5{
  justify-content: start;
}
}

@media (max-width: 768px) {
}

body {
  background-color: #030612;
}

.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: #7b90ff;
  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: #5e6ec0;
}

.custom-modal h3 {
  color: #000;
  font-weight: bolder;
  font-size: 50px;
  margin-bottom: 50px !important;
  margin-top: 30px !important;
}
