@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.panic-button {
  background-color: #da1717;
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  transition: transform 0.1s ease-in-out;
}

.panic-button:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.word-text-info {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.main-qr-code {
  text-align: center;
  margin: 45px 0px;
  border-radius: 23px;
  padding: 30px;
  background-color: #000;
  margin: 17px 0px;
  margin-bottom: 0px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
	color: #ffffff;
  text-decoration: none !important;
}
a:hover {
	color: #8d1adf;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  background: #000;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: rgb(255, 255, 255);
  overflow-x: hidden;
}

.bubbles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}

.main-content {
    position: relative;
    z-index: 10;
    padding-bottom: 20px;
    min-height: 100vh;
}

body .page-content {
  margin-top: 110px;
  background-color: #8d1adf23;
  padding: 12px;
  border-radius: 23px;
}

p {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 0px;
}

::selection {
  background: #000000;
  color: #ffffff;
}

::-moz-selection {
  background: #8d1adf;
  color: #fff;
}

.templatemo-item {
	max-width: 56px;
  border-radius: 52px;
}

.main-button a {
  font-size: 14px;
  color: #fff;
  background-color: #8d1adf;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 0px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.main-button a:hover {
  background-color: #fff;
  color: #8d1adf;
}
.main-button button {
  font-size: 14px;
  color: #fff;
  background-color: #8d1adf;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 0px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 32px;
}

.main-button button:hover {
  background-color: #fff;
  color: #8d1adf;
}
.set-dark-bg a {
  background-color: #00000063;
  border-radius: 0px;
}
.set-textarea-comment {
  width: 100%;
  background-color: #000;
  border-radius: 12px;
  padding: 12px;
  outline: none;
  color: #fff;
}
.main-border-button a {
  font-size: 14px;
  color: #8d1adf;
  background-color: transparent;
  border: 1px solid #8d1adf;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.main-border-button a:hover {
  border-color: #fff;
  background-color: #fff;
  color: #8d1adf;
}

.border-no-active a {
  border-color: #ffffff;
  color: #ffffff;
}

.border-no-active a:hover{
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}

section {
  margin-top: 120px;
}

.heading-section h4 {
  color: #8d1adf;
  font-size: 30px;
  text-decoration: none;
  margin-bottom: 20px;
  margin-top: 10px;
}

.heading-section h4 em {
  color: #fff;
  font-style: normal;
  text-decoration: underline;
}

.bubbles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.bubbles span {
  position: absolute;
  bottom: -30px;
  width: 10px;
  height: 10px;
  background: rgba(106, 13, 173, 1);
  border-radius: 50%;
  box-shadow: 0 0 10px #6a0dad, 0 0 20px #6a0dad, 0 0 30px #6a0dad;
  animation: animate calc(var(--speed) * 1s) linear infinite;
  animation-delay: calc(var(--delay) * 1s);
  left: calc(var(--pos) * 1%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease, box-shadow 0.5s ease;
}

@keyframes animate {
  0% {
      transform: translateY(0) scale(1);
      opacity: 1;
  }
  100% {
      transform: translateY(-100vh) scale(1.5);
      opacity: 0;
  }
}

.developer-card {
  background-color: #000000; 
  border-radius: 23px;
  padding: 20px;
  margin-top: 20px; 
  margin-bottom: 2px; 
  text-align: center;
}

.developer-title {
  font-weight: bold;
  font-size: 1.5em;
  color: white;
  margin-bottom: 20px;
}

.developer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.developer-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.developer-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  margin: 0; 
  width: calc(100% - 20px);
  box-sizing: border-box;
}

.developer-info p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  word-spacing: normal;
  letter-spacing: -0.5px;
  text-align: left;
}

.developer-card {
  background-color: #000000; 
  border-radius: 23px;
  padding: 20px;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  box-sizing: border-box;
}

/* 
---------------------------------------------
Pre-loader Style
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.99);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #8d1adf;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #8d1adf;
  border-radius: 50%;
}

/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.background-header {
  background-color: #8d1adf23 !important;
  height: 70px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px #8d1adf!important;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  display: none;
}

.header-area {
  background-color: transparent;
  position: absolute;
  height: 70px;
  top: 8px;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
  display: flex;
  padding: 15px 0px;
  border-radius: 50px;
}

.background-header .main-nav {
  padding: 0px;
  background-color: transparent;
}

.header-area .main-nav #search {
  position: relative;
}

.header-area .main-nav #search input {
  background-color: #8d1adf;
  height: 46px;
  border-radius: 23px;
  border: none;
  color: #ffffff;
  font-size: 14px;
  padding: 0px 15px 0px 45px;
}

.header-area .main-nav #search i {
  position: absolute;
  color: #ffffff;
  left: 20px;
  top: 16px;
  width: 18px;
  height: 18px;
  font-size: 16px;
}

.header-area .main-nav .logo {
  border-right: 1px solid #0a0a0a;
  flex-basis: 38%;
  align-items: center;
  margin-right: 2%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 20px;
  font-weight: 600;
}

.header-area .main-nav .logo img {
  width: 65px;
}

.background-header .main-nav .logo {
  margin-top: 8px;
}

.background-header .main-nav .logo img {
  width: 180px;
}
.logo span {
  color: #8d1adf;
}
.header-area .main-nav .nav {
  display: inline-flex;
  align-items: center;
  flex-basis: 70%;
  justify-content: flex-end;
  vertical-align: middle;
  text-align: right;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: transparent;
  padding: 13px 10px;
  border-radius: 18px;
  letter-spacing: .3px;
}

.header-area .main-nav .nav li:last-child a {
  background-color: #0a0a0a;
  padding: 8px 20px 8px 20px;
  border-radius: 23px;
}

.header-area .main-nav .nav li:last-child a img {
  max-width: 30px;
  border-radius: 50%;
  margin-left: 5px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover,
.background-header .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover {
  padding-left: 25px !important;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #8d1adf !important;
}

.header-area .main-nav .nav li:last-child:hover a,
.header-area .main-nav .nav li:last-child a.active {
  color: #fff !important;
  background-color: #8d1adf !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #fff;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 17px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #8d1adf;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #8d1adf;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #8d1adf;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #8d1adf;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #8d1adf;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #8d1adf;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #8d1adf;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #8d1adf;
}

.header-area.header-sticky {
  min-height: 70px;
}

.header-area.header-sticky .nav li a.active {
  color: #fff;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area {
    top: 0;
  }
  .header-area .main-nav {
    background-color: transparent;
    border-radius: 0px;
  }
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 15px;
  }
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #8d1adf!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area.header-sticky .nav {
    margin-top: 65px !important;
    text-align: center;
  }
  .background-header.header-sticky .nav {
    margin-top: 70px !important;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #ffffff;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ffffff;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #fff !important;
    color: #1e1e1e !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #fff !important;
    color: #8d1adf !important;
  }
  .header-area .main-nav .nav li:last-child a img {
    display: none;
  }
  .header-area .main-nav .nav li:last-child a:hover {
    color: #8d1adf !important;
    background-color: transparent !important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #000000;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}
.fa-discord {
  font-size: 22px;
}
.header-area .main-nav .nav li:last-child a {
  background-color: #8d1adf;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 7px;
}
/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-image: linear-gradient(
    to bottom,
    rgba(0,0,0, 20%),
    rgba(0,0,0, 85%)
  ),url(https://imagedelivery.net/akNyoLmBSp5QDZM-aE8dLQ/e7c46f23-4e7b-475a-c036-c9d74703b100/public);
  background-position: center center;
  background-size: cover;
  min-height: 380px;
  border-radius: 23px;
  padding: 80px 60px;
}
.update-log {
  background-image: linear-gradient(
    to bottom,
    rgba(0,0,0, 20%),
    rgba(0,0,0, 85%)
  ),url(https://imagedelivery.net/akNyoLmBSp5QDZM-aE8dLQ/e7c46f23-4e7b-475a-c036-c9d74703b100/public);
}
.set-bg-category {
  background-image: linear-gradient(
    to bottom,
    rgba(0,0,0, 20%),
    rgba(0,0,0, 85%)
  ),url(https://imagedelivery.net/akNyoLmBSp5QDZM-aE8dLQ/e7c46f23-4e7b-475a-c036-c9d74703b100/public);
}
.set-login-bg {
  background-image: linear-gradient(
    to bottom,
    rgba(0,0,0, 80%),
    rgba(0,0,0, 85%)
  ),url(https://imagedelivery.net/akNyoLmBSp5QDZM-aE8dLQ/e7c46f23-4e7b-475a-c036-c9d74703b100/public);
  min-height: 280px;
}
.set-signup-bg {
  background-image: linear-gradient(
    to bottom,
    rgba(0,0,0, 80%),
    rgba(0,0,0, 85%)
  ),url(https://imagedelivery.net/akNyoLmBSp5QDZM-aE8dLQ/e7c46f23-4e7b-475a-c036-c9d74703b100/public);
  min-height: 280px;
}
.main-banner h6 {
  font-size: 17px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 25px;
}

.main-banner h4 {
  font-size: 38px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.main-banner h4 em {
  font-style: normal;
  color: #8d1adf;
}
.set-search-bar-banner {
  position: relative;
}
.set-search-bar-banner #search {
  width: 100%;
  color: #ffffff;
}
.set-search-bar-banner #search input {
  width: 100%;
  border: 2px solid #000000 !important;
  color: #ffffff;
}
#searchText {
  color: white;
}

#searchText::placeholder {
  color: rgb(255, 255, 255);
}
/* 
---------------------------------------------
Most Popular Style
--------------------------------------------- 
*/

.most-popular {
  margin-top: 15px;
  padding: 12px;
  background-color: #000;
  border-radius: 12px;
}

.most-popular .item {
  background-color: #000000;
  padding: 8px;
  border-radius: 12px;
  margin-bottom: 25px;
  min-height: 292px;
  border: 2px solid transparent;
  transition: .3s;
}
.most-popular .item:hover {
  transition: .3s;
  border: 2px solid #8d1adf;
}
.most-popular .item .item {
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
  margin-bottom: 0px;
}

.most-popular .item img {
  border-radius: 12px 12px 0px 0px;
  height: 180px;
  object-fit: cover;
}

.most-popular .item h4 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0px;
  display: inline-block;
  padding: 0px 8px;
}

.most-popular .item span {
  color: #8d1adf;
  display: inline-block;
  margin-top: 0px;
  font-weight: 400;
  font-size: 13px;
}
.most-popular .set-tags-cards {
  padding: 0px 8px;
}
.set-tags-cards span {
  display: inline-block;
  border: 2px solid #8d1adf;
  padding: 4px 8px;
  border-radius: 25px;
  font-size: 10px !important;
  font-weight: 500;
  color: #fff !important;
  margin-top: 10px !important;
  margin-right: 2px;
}
.most-popular .item ul {
  float: right;
  margin-top: 20px;
}

.most-popular .item ul li {
  text-align: right;
  color: #fff;
  font-size: 14px;
}

.most-popular .item ul li:first-child i {
  color: #8d1adf;
}

.most-popular .item ul li:last-child i {
  color: #8d1adf;
}

.most-popular .main-button {
  text-align: center;
  margin-bottom: -53px;
}

/* 
---------------------------------------------
Gaming Library Style
--------------------------------------------- 
*/

.gaming-library {
  margin-top: 60px;
  padding: 30px;
  background-color: #000;
  border-radius: 23px;
}

.gaming-library .item {
  border-bottom: 1px solid #8d1adf;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.gaming-library .last-item {
  margin-bottom: 30px;
}

.profile-library .last-item {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.gaming-library .item ul li {
  margin-top: 15px;
}

.gaming-library .item ul li img {
  margin-top: -30px;
}

.gaming-library .item ul li {
  display: inline-block;
  width: 17%;
}

.gaming-library .item ul li:first-child {
  width: 110px;
}

.gaming-library .item ul li:last-child {
  width: 15%;
  text-align: right;
}

.gaming-library .item ul li h4 {
  font-size: 15px;
  margin-bottom: 5px;
}

.gaming-library .item ul li span {
  color: #8d1adf;
  font-size: 14px;
}

.gaming-library .main-button {
  text-align: center;
  margin-bottom: -53px;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/
footer {
  background-color: #8d1adf23;
}
footer p {
  padding: 30px 0px;
  color: #fff;
  font-weight: 300;
}

footer p a {
  color: #fff;
  transition: all .3s;
}

footer p a:hover {
  color: #8d1adf;
}
.set-ftr-items ul li strong {
  color: #fff;
}
.set-ftr-items ul li {
  padding-top: 8px;
}
.set-ftr-items ul li a {
  font-size: 14px;
}

/* 
---------------------------------------------
Featured Games Style
--------------------------------------------- 
*/

.featured-games {
  border-radius: 23px;
  background-color: #000;
  padding: 30px;
}

.featured-games .item .thumb {
  position: relative;
  overflow: hidden;
}

.featured-games .item .thumb .hover-effect {
  position: absolute;
  bottom: -100px;
  text-align: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

.featured-games .item .thumb:hover .hover-effect {
  opacity: 1;
  visibility: visible;
  bottom: 15px;

}

.featured-games .item .thumb .hover-effect h6 {
  background-color: rgba(0, 0, 0, 0.95);
  display: inline-block;
  color: #8d1adf;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 25px;
}

.featured-games .item img {
  border-radius: 23px;
}

.featured-games .item h4 {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 0px;
  display: inline-block;
}

.featured-games .item span {
  color: #ffffff;
  display: block;
  margin-top: 7px;
  font-weight: 400;
}

.featured-games .item ul {
  float: right;
  margin-top: 20px;
}

.featured-games .item ul li {
  text-align: right;
  color: #fff;
  font-size: 14px;
}

.featured-games .item ul li:first-child i {
  color: #8d1adf;
}

.featured-games .item ul li:last-child i {
  color: #8d1adf;
}

.featured-games .owl-nav {
  position: absolute;
  margin: 0 auto;
  top: -70px;
  right: 0;
}

.featured-games .owl-nav .owl-prev {
  margin-right: 2.5px;
}

.featured-games .owl-nav .owl-next {
  margin-left: 2.5px;
}

.featured-games .owl-nav .owl-prev span,
.featured-games .owl-nav .owl-next span  {
  font-size: 36px;
  display: inline-block;
  color: #ffffff;
  opacity: 1;
  transition: all .3s;
}

.featured-games .owl-nav .owl-prev span:hover,
.featured-games .owl-nav .owl-next span:hover {
  opacity: 1;
  color: #8d1adf;
}

.top-downloaded {
  border-radius: 23px;
  background-color: #000;
  padding: 30px;
  max-height: 567px;
  min-height: 567px;
}

.top-downloaded ul li {
  position: relative;
  display: inline-block;
  width: 100%;
}

.top-downloaded ul li img {
  float: left;
  margin-right: 15px;
}

.top-downloaded ul li h4 {
  font-size: 15px;
  padding-top: 7px;
}

.top-downloaded ul li h6 {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
}

.top-downloaded ul li span {
  color: #fff;
  font-size: 15px;
  margin-right: 10px;
}

.top-downloaded ul li .download i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-23px);
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: #8d1adf;
  background-color: #0a0a0a;
  border-radius: 50%;
}

.top-downloaded ul li {
  border-bottom: 1px solid #0a0a0a;
  margin-bottom: 28px;
  padding-bottom: 28px;
}

.top-downloaded .text-button  {
  text-align: center;
}

.top-downloaded .text-button a {
  font-weight: 600;
  color: #8d1adf;
  font-size: 15px;
}

/* 
---------------------------------------------
Start Stream Style
--------------------------------------------- 
*/

.start-stream .heading-section {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 60px;
}

.start-stream .item {
  padding: 12px;
  border: 1px solid #ffffff;
  border-radius: 23px;
}

.start-stream .item h4 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.start-stream .main-button {
  text-align: center;
  margin-top: 30px;
}


.set-search-bar-banner form {
  position: relative;
  margin-top: 25px;
  width: 100%;
}

.set-search-bar-banner form input {
  background-color: #000;
  height: 46px;
  width: 100%;
  border-radius: 23px;
  border: none;
  color: #ffffff;
  font-size: 14px;
  padding: 0px 15px 0px 45px;
}

.set-search-bar-banner form i {
  position: absolute;
  color: #ffffff;
  left: 20px;
  top: 16px;
  width: 18px;
  height: 18px;
  font-size: 16px;
}
/* 
---------------------------------------------
Live Stream Style
--------------------------------------------- 
*/

.live-stream {
  margin-top: 60px;
  border-radius: 23px;
  background-color: #000;
  padding: 30px;
}

.live-stream .item {
  margin-bottom: 30px;
}

.live-stream .thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.live-stream .thumb img {
  border-radius: 23px; 
}

.live-stream .thumb:hover .hover-effect {
  opacity: 1;
  visibility: visible;
}

.live-stream .hover-effect {
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

.live-stream .hover-effect .live a { 
  position: absolute;
  background-color: rgba(236, 96, 144, 0.9);
  padding: 5px 10px;
  border-radius: 23px;
  color: #fff;
  font-size: 14px;
  right: 15px;
  top: 15px;
}

.live-stream .hover-effect ul {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}

.live-stream .hover-effect ul li {
  display: inline-block;
  margin: 0px 5px;
}

.live-stream .hover-effect ul li a {
  background-color: rgba(236, 96, 144, 0.9);
  padding: 5px 10px;
  border-radius: 23px;
  color: #fff;
  font-size: 14px;
}

.live-stream .avatar img {
  margin-right: 15px;
}

.live-stream span i {
  color: #fff;
  background-color: #8d1adf;
  border-radius: 50%;
  font-size: 12px;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  margin-right: 3px;
}

.live-stream span {
  font-size: 14px;
  color: #8d1adf;
}

.live-stream .down-content h4 {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 700;
  margin-left: 61px;
}

.live-stream .main-button {
  text-align: center;
  margin-bottom: -53px;
}

/* 
---------------------------------------------
Featured Banner Style
--------------------------------------------- 
*/

.feature-banner .thumb {
  position: relative;
  max-height: 305px;
  overflow: hidden;
  border-radius: 23px;;
}

.feature-banner .thumb a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-23px, -23px);
  width: 46px;
  height: 46px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  color: #8d1adf;
}

/* 
---------------------------------------------
Game Details Style
--------------------------------------------- 
*/

.game-details h2 {
  font-size: 45px;
  text-transform: uppercase;
  text-align: center;
  margin: 60px 0px;
}

.game-details .content {
  border-radius: 23px;
  padding: 12px;
  background-color: #000;
}

.game-details .content .left-info {
  background-color: #0a0a0a;
  border-radius: 23px;
  padding: 12px;
  margin-bottom: 30px;
}

.game-details .content .left-info .left {
  float: left;
}

.game-details .content .left-info h4 {
  font-size: 15px;
  display: block;
}

.game-details .content .left-info span {
  color: #ffffff;
  display: block;
  margin-top: 7px;
  font-weight: 400;
}

.game-details .content .left-info ul {
  text-align: right;
}

.game-details .content .left-info ul li {
  color: #fff;
  font-size: 14px;
  margin-bottom: 3px;
}

.game-details .content .left-info ul li:first-child i {
  color: #8d1adf;
}

.game-details .content .left-info ul li:last-child i {
  color: #8d1adf;
}

.game-details .content .right-info {
  background-color: #0a0a0a;
  border-radius: 23px;
  padding: 12px;
  margin-bottom: 30px;
}

.game-details .content .right-info ul li {
  display: inline-block;
  width: 23%;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.game-details .content .right-info ul li i {
  display: block;
  margin-bottom: 12px;
}

.game-details .content .right-info ul li:first-child i {
  color: #8d1adf;
} 

.game-details .content .right-info ul li i {
  color: #8d1adf;
}

.game-details .main-border-button {
  margin-top: 35px;
}

.game-details .main-border-button a {
  text-align: center;
  width: 100%;
} 
/* 
---------------------------------------------
Other Related Style
--------------------------------------------- 
*/

.other-games {
  border-radius: 23px;
  padding: 30px 30px 0px 30px;
  background-color: #000;
  margin-top: 60px;
}

.other-games .item {
  position: relative;
  border-bottom: 1px solid #0a0a0a;
  padding-bottom: 52px;
  margin-bottom: 30px;
}

.other-games .item img {
  float: left;
  margin-right: 15px;
}

.other-games .item h4 {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
  padding-top: 15px;
  font-weight: 400;
  color: #ffffff;
}

.other-games .item span {
  color: #ffffff;
  font-size: 14px;
  display: block;
}

.other-games ul {
  position: absolute;
  right: 0;
  top: 15px;
}

.other-games ul li {
  color: #fff;
  font-size: 14px;
  margin-bottom: 3px;
}

.other-games ul li:first-child i {
  color: #8d1adf;
}

.other-games ul li:last-child i {
  color: #8d1adf;
}

/* 
---------------------------------------------
Top Streamers Style
--------------------------------------------- 
*/

.top-streamers {
  border-radius: 23px;
  background-color: #000;
  padding: 30px;
  max-height: 567px;
  min-height: 567px;
}

.top-streamers ul li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.top-streamers ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.top-streamers ul li span {
  float: left;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  padding-top: 12px;
  margin-right: 10px;
}

.top-streamers ul li h6 {
  display: inline;
  font-size: 14px;
  color: #8d1adf;
  font-weight: 400;
}

.top-streamers ul li h6 i {
  color: #fff;
  background-color: #8d1adf;
  border-radius: 50%;
  font-size: 12px;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  margin-right: 3px;
}

.top-streamers ul li .main-button {
  float: right;
}

.top-streamers ul li .main-button a {
  padding: 8px 20px;
}

/* 
---------------------------------------------
Profile Style
--------------------------------------------- 
*/

.main-profile {
  border-radius: 23px;
  padding: 30px;
  background-color: #000;
}

.main-profile .main-info span {
  font-size: 14px;
  color: #fff;
  background-color: #00000063;
  padding: 8px 20px 8px 0px;
  display: inline-block;
  border-radius: 0px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.main-profile .main-info h4 {
  margin-bottom: 20px;
}

.main-profile .main-info .main-border-button {
  margin-top: 25px;
}

.main-profile ul {
  border-radius: 23px;
  padding: 22px;
  background-color: #0a0a0a;
}

.main-profile ul li {
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}

.main-profile ul li span {
  float: right;
  font-weight: 500;
  color: #8d1adf;
}

.main-profile ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.clips {
  margin-top: 30px;
  border-top: 2px solid #0a0a0a;
}

.clips .heading-section {
  margin-top: 30px;
}

.clips .item  {
  border-radius: 23px;
  padding: 30px 15px;
  background-color: #0a0a0a;
  margin-bottom: 30px;
}

.clips .item .thumb {
  position: relative;
  margin-bottom: 15px;
}

.clips .item .thumb a {
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-23px, -23px);
    width: 46px;
    height: 46px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    color: #8d1adf;
}

.clips .item h4 {
  font-size: 15px;
  display: inline-block;
}

.clips .item span i {
  color: #8d1adf;
}

.clips .item span {
  float: right;
  color: #fff;
  font-size: 14px;
}

.clips .main-button {
  margin-top: 10px;
  text-align: center;
}
.f-12-w {
  font-size: 12px;
  line-height: 18px;
}
.set-main-sidebar-img img {
  border-radius: 23px;
}
.accordion-item .accordion-button {
  background-color: #000;
  color: #fff;
}
.accordion-button::after {
  background-color: #fff;
  border-radius: 20px;
}
.accordion-item {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  background-color: transparent;
}
.set-unorder-list {
  list-style-type: circle;
}
.set-unorder-list li {
  margin-top: 10px;
}

.set-category-cards {
  border: 1px solid var(--bs-gray-600);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #5865f20f !important;
  margin-top: 62px;
}
.set-category-cards a {
  display: block;

}
.set-category-cards img {
  margin-left: auto;
  margin-right: auto;
  margin-top: -78px;
  width: 92%;
  max-width: 280px;
  height: 142px !important;
  display: block;
  border-bottom: 5px solid #8d1adf;
}
.set-category-cards p {
  font-size: 13px;
  line-height: 18px;
}
.set-badges-rounded .badge {
  border-radius: 12px;
}
.set-ratings i {
  font-size: 14px;
}
.set-ratings .checked {
  color: orange;
}
.set-box-inner-user span {
  padding: 12px 12px;
  width: 100%;
  display: block;
  background-color: #000;
  border-radius: 23px;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #8d1adf !important;
}
.set-simple-box {
  background-color: #000;
  border-radius: 23px;
  padding: 12px;
}
.set-bread-crumb a {
  font-size: 14px;
}
.set-bread-crumb span {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
.set-bread-crumb {
  color: #fff;
}
.set-label-input label {
  font-size: 14px;
  padding-left: 15px;
}
.set-label-input input {
  background-color: #0a0a0a !important;
  padding: 0px 15px 0px 17px !important;
  border-radius: 8px !important; 
}
.set-text-content span {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
}
.set-text-content span a {
  color: #8d1adf;
  font-weight: 800 !important;
}
.set-input-checkbox input {
  height: 22px !important;
  width: 22px !important;
  flex-shrink: 0;
}
.set-input-checkbox label {
  font-size: 12px;
  padding-left: 15px;
  color: #fff;
}
.set-input-checkbox label a {
  color: #8d1adf;
}

.set-table-content {
  width: 100% !important;
}
.set-table-content th, .set-table-content td {
  border: 1px dashed #00000021;
  padding: 8px;
}
.set-table-content h4 {
  font-size: 15px;
}
.set-table-content span {
  color: #a7a5a5;
  font-size: 14px;
}
.clips .item:hover a .thumb span {
  color: #8d1adf !important; 
}

.set-card-awarded {
  border: 1px solid #8d1adf !important;
  background-color: #8d1adf23 !important;
}
.set-badges-rounded .badge {
  margin-top: 8px !important;
  display: inline-block;
}
.set-card-awarded img {
  height: 108px !important;
}

.set-cards-home {
  margin-top: 15px;
  padding: 12px;
  background-color: #000;
  border-radius: 12px;
}

.set-cards-home .item {
  background-color: #0a0a0a;
  padding: 0;
  border-radius: 12px;
  margin-bottom: 25px;
  height: 292px;
  border: 2px solid transparent;
  transition: .3s;
  position: relative;
  overflow: hidden;
}
.set-cards-home .item a {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #000;
}
.set-cards-home .item:hover {
  transition: .3s;
  border: 2px solid #8d1adf;
}
.set-cards-home .item .item {
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
  margin-bottom: 0px;
}

.set-cards-home .item img {
  border-radius: 12px 12px 0px 0px;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.set-cards-home .item img:hover {
  opacity: 1;
}
.set-overlay-content {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
}
.set-cards-home .item h4 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0px;
  display: inline-block;
  padding: 0px 8px;
}

.set-cards-home .item span {
  color: #e4e4e4;
  display: inline-block;
  margin-top: 0px;
  font-weight: 400;
  font-size: 13px;
}
.set-cards-home .set-tags-cards {
  padding: 0px 8px;
}

.set-cards-home .item {
  padding: 0px;
}


.set-social-icons {
   text-align: center;
}
.set-social-icons ul {
  margin: 0;
  padding: 0;
}
.set-social-icons ul li {
  display: inline-block;
}
.set-social-icons ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  width: 52px;
  text-decoration: none;
  background-color: #0a0a0a;
  margin: 4px;
}
.set-social-icons ul li a i {
  font-size: 22px;
}
.set-text-orange {
  background-color: #fff;
  color: #8d1adf;
  padding: 2px 12px;
  display: inline-block;
}
.set-hr-border {
  border: 1px dashed #00000030;
}
.border-rounded-23 {
  border-radius: 23px;
}
.icon-28-social {
  font-size: 25px;
}
.set-active {
  color: #8d1adf !important;
}
.set-ad-area {
  width: 100%;
  height: 130px;
  background-color: grey;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body .page-content {
    padding: 0px 10px;
  }
  .main-banner {
    text-align: center;
  }
  .main-banner h4 {
    font-size: 24px;
  }
  .gaming-library .item ul li,
  .gaming-library .item ul li:first-child,
  .gaming-library .item ul li:last-child {
    width: 100% !important;
    text-align: center !important;
  }
  .gaming-library .item ul li {
    margin-top: 30px;
  }
  .top-downloaded ul li .download i {
    top: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .top-downloaded ul li img {
    margin-right: 10px;
  }
  .top-downloaded ul li span {
    font-size: 14px;
  }
  .top-streamers ul li .main-button {
    float: none;
    margin-top: 10px;
  }
  .top-streamers ul li .main-button a {
    width: 100%;
    text-align: center;
  }
  .top-streamers,
  .top-downloaded {
    max-height: 100%;
    min-height: 100%;
  }
  .most-popular .item .inner-item {
    margin-bottom: 20px;
  }
  .set-direction-mobile {
    flex-direction: column;
  }
  .main-banner {
    padding: 12px;
  }
}

@media (max-width: 992px) {
  .background-header {
  display: inline-block;
  }
  .header-area .main-nav #search {
    display: none;
  }
  .heading-section h4 {
    font-size: 20px;
  }
  .gaming-library .item ul li {
    width: 48% !important;
  }
  .gaming-library .item ul li:last-child {
    text-align: left;
  }
  .featured-games {
    margin-bottom: 60px;
  }
  .start-stream .item {
    margin: 15px 0px;
  }
  .feature-banner .thumb {
    margin-top: 30px;
  }
  .main-profile   .main-info{
    margin: 45px 0px;
  } 
  .header-area .main-nav .nav li:last-child a {
    justify-content: center;
  }
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-right: 5px;
    padding-left: 5px;
  }
  .header-area .main-nav .logo {
    margin-right: 30px;
    border-right: none;
  }
  .gaming-library .item ul li {
    width: 16%;
  }
}
@media only screen and (max-width: 520px) {
  .header-area .main-nav .logo img {
    width: 52px;
  }
  .set-flex-column {
    flex-direction: column;
  }
}

/* === Mystic Dev Profile === */
.mystic-dev-pfp-glow {
  position: relative;
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, #aa50ff, #5e00c9, #aa50ff);
  background-size: 400% 400%;
  animation: animatedGlowBG 8s ease infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  box-shadow: 0 0 40px rgba(170, 80, 255, 0.5);
  overflow: hidden;
}

.mystic-dev-pfp-glow img {
  width: 100%;
  height: auto;
  object-fit: contain;
  z-index: 2;
  position: relative;
}

/* === General Logo Glow === */
.logo-glow {
  position: relative;
  width: 250px;  /* or your desired fixed width */
  height: 250px; /* ensures a square container */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(170, 80, 255, 0.5);
  margin: 0 auto;
}

.logo-glow img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* or fill if you don't mind distortion */
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0; /* or match container if you want rounded corners */
}

/* === Shared Shine Effect === */
.shine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 3;
}

.shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 200%;
  background: linear-gradient(
    120deg,
    transparent 35%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 65%
  );
  transform: skewX(-20deg);
  animation: shineSweep 2.5s linear infinite;
  will-change: transform;
}

/* === Animations === */
@keyframes animatedGlowBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes shineSweep {
  0% {
    transform: translateX(-100%) skewX(-20deg);
  }
  100% {
    transform: translateX(100%) skewX(-20deg);
  }
}

/* === Spacing between cards === */
.section-card,
.hero-section,
.qr-code-section,
.connect-section,
.developer-section {
  margin: 20px 0;
}

/* === Consistent card style === */
.hero-section,
.qr-code-section,
.connect-section,
.developer-section,
.section-card {
  background-color: #000;
  border-radius: 23px;
  padding: 25px 30px;
  box-sizing: border-box;
}

/* === Make sure content is centered inside the row === */
.section-card .row,
.hero-section .row,
.qr-code-section .row,
.connect-section .row,
.developer-section .row {
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* === Fix image centering and sizing inside cards === */
.section-card img,
.hero-section img,
.qr-code-section img,
.connect-section img,
.developer-section img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* === Optional tighter layout tweaks === */
.main-content .container {
  padding: 10px 20px;
}

/* === Shine Effect === */
.logo-glow .shine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}

.logo-glow .shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 35%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 65%
  );
  transform: skewX(-20deg);
  animation: shineSweep 2.5s linear infinite;
}

@keyframes shineSweep {
  0% {
    transform: translateX(-100%) skewX(-20deg);
  }
  100% {
    transform: translateX(100%) skewX(-20deg);
  }
}

@keyframes animatedGlowBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #000000;
}

::-webkit-scrollbar-thumb {
  background: #260250b4; /* Matches the Games button */
  border-radius: 6px;
  border: 2px solid #000000;
  box-shadow: 0 0 8px #260250b4;
}

::-webkit-scrollbar-thumb:hover {
  background: #260250b4;
  box-shadow: 0 0 12px #260250b4;
}

html {
  scrollbar-width: thick;
  scrollbar-color: #260250b4 #000000;
}

.game-icon-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.game-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
