@import url("https://fonts.googleapis.com/css2?family=Germania+One&display=swap");

*:not(i) {
  font-family: "Germania One", system-ui;
}

.navbar-my {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-my ul li a {
  color: #fff;
}

.navbar-my ul li a.active-self {
  color: #7b90ff;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #7b90ff;
}

.flex-self {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.navbar-toggler {
  background: #fff;
}

.top-sect {
  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.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top-sect h1 {
  font-size: 50px;
}

.top-sect p {
  font-size: 20px;
}

.gm-link {
  background: #7b90ff;
  color: #fff;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  transition: 0.2s;
}

.gm-link:hover {
  color: #fff;
  background: #5e6ec0;
}

.video-wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  position: relative;
}

.pab {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 999;
}

.my-item {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 20px;
  transition: all 0.3s ease;
  text-align: center;
  min-height: 400px;
}

.my-item img {
  width: 200px;
}

video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.accordion-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0 !important;
  backdrop-filter: blur(10px);
  margin-bottom: 10px;
  overflow: hidden;
}

.accordion-button {
  background: transparent;
  color: #fff;
  font-weight: 500;
  box-shadow: none;
  font-size: 23px;
}

.accordion-button:not(.collapsed) {
  background: rgba(255, 255, 255, 0.1);
  color: #7b90ff;
}

.accordion-body {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  filter: invert(1);
}

.bottom-disc {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
}

.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;
}

footer {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
}

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: #7b90ff;
}

footer p {
  color: #fff;
  text-align: center;
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

body {
  background-color: #000;
}
