* {
  font-family: "Inter", sans-serif;
}

.main-link {
  color: #ffffffe2;
  display: inline-block;
  text-decoration: none;
  font-size: 17px;
  padding: 15px 30px;
  background-color: #95145b;
  border-radius: 8px;
  transition: 0.3s ease all;
  box-shadow: 0 0 20px #95145b;
}

.main-link:hover {
  background-color: #b5196f;
  box-shadow: 0 0 30px #95145b;
  color: #fff;
}

.game-img {
  border-radius: 12px;
  box-shadow: 0 0 20px #95145b;
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.img-18 {
  padding: 10px;
  background-color: #ffffffe2;
  border-radius: 50%;
}

.why-ic {
  width: 200px;
}

.color-main-w {
  color: #ffffffe2;
}

.ts-1 {
  text-shadow: 0 0 50px #4622fb;
}

.inner-p-s {
  padding: 10px 20px;
}

.inner-p-main {
  padding: 20px;
}

.inner-p-main-1 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  padding-left: 50px;
  padding-right: 50px;
}

.inner-p-main-2 {
  padding: 40px;
}

.inner-bg-red {
  background-color: rgba(255, 0, 0, 0.5);
  backdrop-filter: blur(10px);
}

.inner-bg-main {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}

.inner-br {
  border-radius: 12px;
}

.top-disc-inner {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar ul li {
  margin-left: 5px;
}

.navbar ul li a {
  display: inline-block !important;
  color: #ffffffe2;
  padding: 10px 15px !important;
  font-weight: 600;
  border-radius: 6px;
}

.navbar ul li a.active-nav-l {
  background-color: #95145b;
}

.navbar ul li a:hover {
  background-color: #95145b;
  color: #fff;
}

.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;
}

.navbar-toggler {
  border: none !important;
}

.top-sect h4 {
  text-transform: uppercase;
}

.contact-input {
  background-color: #440a2b;
  border: none;
  padding: 20px;
  border-radius: 6px;
  color: #fff;
}

.contact-input::placeholder {
  color: #fff;
}

.contact-input:focus {
  background-color: #440a2b;
  color: #fff;

  box-shadow: none;
  outline: none;
}

.contact-input:focus::placeholder {
  color: #fff;
}

.faq-item {
  background-color: #440a2b;
  border-radius: 10px;
  margin-bottom: 15px;
  border: none;
  color: #fff;
}

.faq-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.accordion-button::after {
  display: none;
}

.accordion-body {
  color: #ffffffe2 !important;
}

.accordion-button:not(.collapsed) {
  background-color: #5a0d39 !important;
  color: #fff !important;
}

.faq-icon {
  margin-right: 10px;
  transition: 0.3s;
  color: #95145b;
  font-size: 20px;
}

.accordion-button:not(.collapsed) .faq-icon {
  transform: rotate(90deg);
}

.accordion-button {
  background: transparent;
  box-shadow: none !important;
}

.accordion-body {
  color: #333;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 2px solid #440a2bb8;
}

footer ul {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 0;
  padding: 0;
}

footer ul li {
  list-style: none;
}

footer ul li a {
  color: #ffffffe2;
  text-decoration: none;
  display: inline-block !important;
  padding: 10px 15px !important;
  font-weight: 600;
  border-radius: 6px;
  transition: 0.3s ease all;
}

footer ul li a:hover {
  background-color: #95145b;
  color: #fff;
}

body {
  background: linear-gradient(135deg, #130945, #440a2b);
}

@media (max-width: 992px) {
  .inner-p-main-1 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-p-main-2 {
    padding: 20px;
  }
}
