* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.loader {
  border: 8px solid #1a0033;
  border-top: 8px solid #00ffcc; /* Neon Teal */
  border-right: 8px solid #ff00ff; /* Neon Purple */
  border-bottom: 8px solid #00cccc; /* Light Teal */
  border-left: 8px solid #660066; /* Dark Purple */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1.5s ease-in-out infinite;
}

.loader-overlay {
  background: linear-gradient(135deg, #1a0033, #003333);
}

.accordion {
  background-color: #1a0033;
  color: #e0e0ff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border: 0.5px solid #660066;
  border-bottom: 0.1px solid #440044;
}

.active,
.accordion:hover {
  background-color: #003333;
}

.accordion:after {
  content: "\002B";
  color: #00cccc;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: #1a0033;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

h3 {
  font-size: 15px;
  color: #e0e0ff;
  font-weight: 500;
}

h1 {
  font-size: 30px;
  color: #e0e0ff;
  font-weight: 500;
}

.disclaimer {
  width: 30px;
}

.disclaimer-text p {
  font-size: 7px;
  max-width: 1200px;
  margin: auto;
  padding: 20px 0;
  font-weight: 300;
  line-height: 0.8rem;
  letter-spacing: 1.5px;
  text-transform: lowercase;
  color: #99cccc;
}

li {
  font-size: 14px;
  color: #99cccc;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1.2rem;
}

p {
  font-size: 14px;
  color: #99cccc;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1.2rem;
}

.main {
  background-image: url(assets/bghero.jpg);
  background-size: cover;
  background-color: #1a0033;
}

.header {
  max-width: 1200px;
  margin: auto;
  width: 100%;
}

.main-menu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding: 20px 0;
  background: rgba(26, 0, 51, 0.6);
  box-shadow: 0 8px 32px 0 rgba(102, 0, 102, 0.37);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(6.5px);
  border-radius: 8px;
  border: 1px solid rgba(0, 204, 204, 0.18);
}

.logo {
  color: #e0e0ff;
  font-size: 21px;
  font-weight: 500;
}

.menu-items {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  text-decoration: none;
}

.menu-items a {
  font-size: 15px;
  color: #e0e0ff;
  text-decoration: none;
  font-weight: 300;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 600px;
  gap: 20px;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
}

.hero-content-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.hero-content-text h1 {
  text-transform: uppercase;
  font-size: 50px;
  background: radial-gradient(circle farthest-corner at center center, #00ffcc 26%, #ff00ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.hero-content-text h2 {
  text-transform: capitalize;
  font-size: 23px;
  color: #e0e0ff;
  font-weight: 400;
}

.hero-content-text p {
  width: 70%;
  text-transform: capitalize;
  font-size: 13px;
  color: #99cccc;
  font-weight: 300;
}

.hero-button {
  font-size: 15px;
  background: radial-gradient(circle farthest-corner at center center, #00ffcc 26%, #ff00ff 100%);
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #1a0033;
  box-shadow: 0 0 30px #00cccc;
  border-radius: 10px;
  display: block;
  text-decoration: none;
}

.hero-button a {
  color: #1a0033;
  text-decoration: none;
  font-weight: 500;
}

.hero-button:hover {
  background-position: right center;
  color: #e0e0ff;
  text-decoration: none;
}

.tiles-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  margin: auto;
  padding: 50px 100px;
  background: radial-gradient(circle, #1a0033, #003333);
  color: #e0e0ff;
}

.tiles-content h2 {
  font-size: 40px;
  font-weight: 500;
}

.tiles-cards {
  display: flex;
  align-items: center;
  margin: auto;
  gap: 50px;
  padding: 50px 0;
}

.card {
  width: 190px;
  height: 254px;
  background: #003333;
  position: relative;
  display: flex;
  place-content: center;
  place-items: center;
  overflow: hidden;
  border-radius: 20px;
}

.card h2 {
  text-align: center;
  z-index: 1;
  color: #e0e0ff;
  font-size: 18px;
  padding: 20px;
  font-weight: 400;
}

.card::before {
  content: "";
  position: absolute;
  width: 130px;
  background-image: linear-gradient(180deg, #00ffcc, #ff00ff);
  height: 130%;
  animation: rotBGimg 3s linear infinite;
  transition: all 0.2s linear;
}

@keyframes rotBGimg {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.card::after {
  content: "";
  position: absolute;
  background: #003333;
  inset: 2px;
  border-radius: 15px;
}

.container {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  --color: rgba(0, 204, 204, 0.3);
  background: radial-gradient(circle farthest-corner at top right, #1a0033 0%, #003333 100%);
  background-image: linear-gradient(
      0deg,
      transparent 24%,
      var(--color) 25%,
      var(--color) 26%,
      transparent 27%,
      transparent 74%,
      var(--color) 75%,
      var(--color) 76%,
      transparent 77%,
      transparent
    ),
    linear-gradient(
      90deg,
      transparent 24%,
      var(--color) 25%,
      var(--color) 26%,
      transparent 27%,
      transparent 74%,
      var(--color) 75%,
      var(--color) 76%,
      transparent 77%,
      transparent
    );
  background-size: 55px 55px;
}

.faq-main {
  background-color: #1a0033;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  padding: 50px 0;
}

.faq-main-heading {
  text-align: center;
}

.faq {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 700px;
  margin: auto;
  background-color: #1a0033;
}

.top-games {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: auto;
  padding: 50px 100px;
  background: radial-gradient(circle farthest-corner at top right, #1a0033 0%, #003333 100%);
  color: #e0e0ff;
}

.top-games h2 {
  font-size: 50px;
  color: #e0e0ff;
  font-weight: 400;
}

.hero {
  display: inline-block;
  position: relative;
  width: 300px;
  min-width: 300px;
  height: 300px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  margin: 30px;
}

.hero-profile-img {
  width: 100%;
}

.hero-description-bk {
  background: radial-gradient(circle farthest-corner at top right, #1a0033 0%, #003333 100%);
  border-radius: 30px;
  position: absolute;
  top: 55%;
  left: -5px;
  height: 65%;
  width: 108%;
  transform: skew(19deg, -9deg);
}

.second .hero-description-bk {
  background-image: linear-gradient(-20deg, #00ffcc, #ff00ff);
}

.hero-logo {
  height: 80px;
  width: 80px;
  border-radius: 20px;
  background-color: #003333;
  position: absolute;
  bottom: 30%;
  left: 30px;
  overflow: hidden;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.7);
}

.hero-logo img {
  height: 100%;
}

.hero-description {
  position: absolute;
  color: #e0e0ff;
  font-weight: 900;
  left: 150px;
  bottom: 26%;
}

.hero-btn {
  position: absolute;
  color: #e0e0ff;
  right: 30px;
  bottom: 10%;
  padding: 5px 10px;
  border: 1px solid #660066;
  border-radius: 2px;
}

.hero-btn:hover {
  color: #00cccc;
  padding: 7px 12px;
  border: 1px solid #00ffcc;
  box-shadow: 2px 2px 2px #e0e0ff;
}

.hero-btn a {
  color: #e0e0ff;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
}

.hero-date {
  position: absolute;
  color: #99cccc;
  left: 30px;
  bottom: 10%;
  font-size: 15px;
  font-weight: 300;
}

.about-us {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: radial-gradient(circle farthest-corner at top right, #1a0033 0%, #003333 100%);
}

.about-us h2 {
  font-size: 50px;
  color: #e0e0ff;
}

.about-us p {
  padding: 10px;
  text-transform: lowercase;
  font-size: 14px;
  color: #99cccc;
  font-weight: 300;
}

.about-us img {
  max-width: 50%;
}

.about-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.user-numbers-main {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px;
  background: radial-gradient(circle farthest-corner at top right, #1a0033 0%, #003333 100%);
}

.user-numbers {
  border-radius: 5px;
  width: 100%;
  background-color: #003333;
}

.user-number-blocks {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 300px;
}

.block-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 90px;
  background-color: #1a0033;
  border-radius: 8px;
}

.block-1 h1 {
  font-size: 28px;
  font-weight: 500;
  color: #e0e0ff;
}

.block-1 p {
  text-transform: capitalize;
  color: #99cccc;
  font-size: 12px;
  font-weight: 300;
}

.heading-shade {
  background: radial-gradient(circle farthest-corner at center center, #00ffcc 26%, #ff00ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.team {
  display: flex;
  flex-direction: column;
  background: radial-gradient(circle farthest-corner at top right, #1a0033 0%, #003333 100%);
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  gap: 30px;
  text-align: center;
}

.team-profile {
  display: flex;
  gap: 30px;
}

.main-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: #003333;
  border-radius: 5px;
  padding: 20px 0;
}

.main-profile img {
  width: 60%;
}

.contact-form {
  padding: 50px;
  border-radius: 5px;
  background-color: #003333;
  margin-bottom: 20px;
}

.privacy-content {
  padding: 50px;
  border-radius: 5px;
  background-color: #003333;
  margin-bottom: 20px;
}

.privacy-content p {
  padding: 10px;
  text-transform: lowercase;
  font-size: 14px;
  color: #99cccc;
  font-weight: 300;
}

.form-submit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  margin: auto;
  color: #e0e0ff;
  padding: 50px;
  background: radial-gradient(circle farthest-corner at top right, #1a0033 0%, #003333 100%);
  border-radius: 5px;
}

input[type="text"],
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid #660066;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #1a0033;
  color: #e0e0ff;
}

input[type="submit"],
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid #660066;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #003333;
  color: #e0e0ff;
}

.footer {
  width: 100%;
  background-color: #1a0033;
}

.footer-content {
  max-width: 1240px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 20px;
}

.footer-content-text {
  padding: 20px 0;
}

.footer-content p {
  width: 60%;
  font-size: 12px;
  color: #99cccc;
  text-align: left;
}

i.fa {
  font-size: 15px;
  color: #99cccc;
}

.logo-main {
  max-width: 1240px;
  margin: auto;
  display: flex;
  gap: 200px;
}

.logo-main-footer {
  max-width: 1240px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 0.1px solid #440044;
}

.social-media {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.footers-links {
  display: flex;
  gap: 20px;
  text-decoration: none;
}

.footers-links a {
  text-decoration: none;
  color: #e0e0ff;
  font-size: 12px;
  font-weight: 300;
}

.bottom-footer {
  max-width: 1240px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  padding: 20px 0;
}

.bottom-footer p {
  font-size: 12px;
  color: #99cccc;
}

#gameIframe {
  width: 800px;
  height: 600px;
}

.game-frame {
  padding: 50px;
  border-radius: 5px;
  background-color: #003333;
}

@media only screen and (max-width: 600px) {
  .menu-items {
    display: none;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
    text-decoration: none;
  }

  .footer-content p {
    width: 100%;
    font-size: 12px;
    color: #99cccc;
    padding: 20px 20px;
  }

  .logo-main-footer {
    max-width: 1240px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 0.1px solid #440044;
    flex-direction: column;
  }

  .bottom-footer p {
    font-size: 12px;
    color: #99cccc;
    padding-left: 10px;
  }

  .team-profile {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }

  .team {
    display: flex;
    flex-direction: column;
    background: radial-gradient(circle farthest-corner at top right, #1a0033 0%, #003333 100%);
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    gap: 30px;
    text-align: center;
    border-radius: unset;
  }

  .team p {
    padding: 0 10px;
  }

  .about-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: column;
    padding: 20px;
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 600px;
    gap: 20px;
    justify-content: center;
    max-width: 1200px;
    padding-left: 20px;
    margin: auto;
  }

  .user-numbers-main {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
    background: radial-gradient(circle farthest-corner at top right, #1a0033 0%, #003333 100%);
  }

  .top-games {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: auto;
    padding: 20px;
    background: radial-gradient(circle farthest-corner at top right, #1a0033 0%, #003333 100%);
    color: #e0e0ff;
  }

  .faq {
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 700px;
    margin: auto;
  }

  .disclaimer-text p {
    font-size: 7px;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
    font-weight: 300;
    line-height: 0.8rem;
    color: #99cccc;
  }

  .main-menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: unset;
    padding: 20px 0;
    background: rgba(26, 0, 51, 0.6);
    box-shadow: 0 8px 32px 0 rgba(102, 0, 102, 0.37);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(6.5px);
    border-radius: unset;
    border: 1px solid rgba(0, 204, 204, 0.18);
  }

  .main {
    background-image: url(assets/bghero.jpg);
    background-size: cover;
    background-color: #1a0033;
    background-position: center;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}