body {
  margin: 0;
  padding: 0;
}
/* Font style */
p {
  color: #9de1ff;
  font-size: 19px;
}
h3 {
  margin: 0;
}
/* landing style */
.landing {
  width: 100%;
  height: 700px;
  background-image: url("../image/background1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.landing-container {
  height: 100%;
  background-color: rgba(3, 3, 3, 0.279);
  padding: 0 28%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.landing-container h2 {
  color: aliceblue;
  margin-bottom: 60px;
}
.landing-container button {
  color: #f2ff00;
  background: transparent;
  height: 60px;
  width: 40%;
  border: 2px solid #05c0ed;
  animation: borderGlow 3s ease-in-out infinite;
  box-shadow: 0 0 10px #05c0ed;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  /* height: 200px; */
  padding: 10px 0;
}
.text-logo a {
  text-decoration: none;
}
.pages-tabs {
  display: flex;
  gap: 20px;
  color: white;
  align-items: center;
}
.tab {
  font-family: "Orbitron";
  cursor: pointer;
  color: white;
  text-decoration: none;
}
.tab:hover {
  color: aqua;
}
/* overview style */

.about-game {
  background-color: #060455;
  color: white;
  position: relative;
}
.decoration-part {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: 50%;
  z-index: 0;
}
.left {
  left: 50px;
}
.right {
  right: 50px;
}
.decoration-line {
  width: 8px;
  height: 100%;
  background: linear-gradient(180deg, rgb(69 162 175 / 63%), rgba(0, 0, 0, 0));
}
.reverse {
  background: linear-gradient(
    0deg,
    rgb(69 162 175 / 63%),
    rgba(0, 0, 0, 0)
  ) !important;
}
.main-overview {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 4% 10%;
}

.game-intros {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 4%;
  padding: 4% 0;
  /* padding-bottom: 82px; */
}
.intro-detail {
  border-top: 4px solid #d4d4d4;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3%;
}
.intro-detail h3 {
  text-align: left;
  width: 100%;
}
.intro-detail p {
  text-align: justify;
}
/* Game-gatewary style */
.game-area {
  background-color: #060455;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  gap: 40px;
  position: relative;
}
.game-image-container {
  width: 60%;
}
.game-image-container img {
  width: 100%;
  object-fit: cover;
}
.start {
  width: 20%;
  height: 40px;
  background: none;
  border: 1px solid white;
  color: white;
}
.start:hover {
  box-shadow: 0px 1px 7px 1px #e4e4e4;
}
/* company section style */
.about-company {
  position: relative;
  background-image: url("../image/background6.jpg");
  background-size: cover;
  background-position: center;
}
.co-introductions {
  background-color: #060455;
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5%;
  position: relative;
  left: 10%;
}
.intro-block h2 {
  color: #ffffff;
  z-index: 1;
}
/* disclaimer & license style */
.disclaimer-license {
  /* text-align: center; */
  padding: 4% 0;
  background-color: #060455;
  position: relative;
}
.disclaimer-container {
  background: linear-gradient(
    183deg,
    rgba(0, 0, 0, 0),
    rgba(248, 172, 120, 0.2)
  );
  width: 55%;
  padding: 1% 4%;
}
.disclaimer-license h2 {
  color: #ba3a3a;
}
.cutoff {
  margin: 0;
  height: 3px;
  /* color: red; */
  background-color: #080b08;
  border: none;
}

/* badge style */
.badges {
  padding: 30px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #060455;
  position: relative;
}
.badge {
  padding: 0 10px;
  z-index: 1;
}
.badge img {
  width: 100%;
  object-fit: cover;
}
/* contact us style */
.contact-us {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  background-color: #060455;
  color: azure;
  padding: 5% 10%;
  position: relative;
}
.contact-title {
  position: absolute;
  width: 18%;
  height: 60%;
  top: 10%;
  left: 10%;
  background-color: #3984cb;
  border-left: 4px solid #05c0ed;
  box-shadow: 6px 7px 0px 7px #1d3c64;
  color: black;
  padding: 0 2%;
  display: flex;
  align-items: center;
}
.contact-us form {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 15px;
  align-items: flex-end;
}
.h-70 {
  height: 70% !important;
}
.h-120 {
  height: 170%;
}
.h-50 {
  height: 50%;
}
form input {
  height: 40px;
  width: 100%;
}
textarea {
  height: 107px;
  width: 100%;
}
form * {
  background: none;
  border: 1px solid rgb(176, 176, 176);
  color: white;
  /* box-shadow: 1px 1px 1px 1px blue; */
}
form button {
  padding: 15px;
  width: 67%;
  font-size: 18px;
}
form button:hover {
  box-shadow: 0px 1px 7px 1px #e4e4e4;
}
/* dec line */
.dec-line {
  background-color: #060455;
  text-align: center;
}
/* footer style */
.footer {
  display: flex;
  flex-direction: row;
  padding: 40px 0;
  background-color: #060455;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 20%;
  padding: 0 30px;
  gap: 20px;
  color: #ffffff;
  z-index: 2;
}
.footer-links a {
  border-left: 1px solid #ffffff;
  padding-left: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
}
.footer-links a:hover {
  color: #51c3fc;
  border-left: 1px solid #51c3fc;
}
.footer-disclaimer {
  text-align: center;
  padding: 0 4%;
}
.underline {
  margin: 0 auto;
  height: 1px;
  background-color: white;
  width: 50px;
}
.copywrite {
  color: white;
}

@media only screen and (max-width: 850px) {
  .game-intros {
    flex-direction: column;
    padding: 0 10%;
  }
  .intro-detail {
    width: 100%;
  }
  .intro-detail img {
    width: 7%;
  }
  .co-introductions {
    width: 100%;
    left: 0;
    width: auto;
    padding: 0 10%;
    background-color: #1a1a1ae6;
  }
  .contact-us {
    flex-direction: column;
    gap: 30px;
  }
  .contact-title {
    position: static;
    width: 80%;
  }
  .contact-us form {
    width: 80%;
  }
  .footer {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .footer-links {
    flex-direction: row;
  }
  .header {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

/* Terms page */
.container {
  background-color: #060455;
  padding: 40px 10%;
  position: relative;
}
.container-block {
  z-index: 2;
  position: relative;
}
.container-block h2 {
  color: #00ffe7;
}
.container-block p,
ul {
  color: white;
}
.play-ground-area {
  position: relative;
  padding: 2rem;
  background: #1a1a1a;
}

.play-game {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}

.row-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.column-center-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.aurora-logo {
  font-family: "Orbitron", sans-serif; /* or any futuristic/font you prefer */
  font-size: 26px;
  text-decoration: none;
  text-transform: uppercase;
  color: #00ffe7;
  text-shadow: 0 0 5px #00ffe7, 0 0 10px #00ffe7, 0 0 20px #00ffe7,
    0 0 40px #0ff, 0 0 60px #0ff;
  letter-spacing: 2px;
  animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
  0%,
  100% {
    text-shadow: 0 0 5px #00ffe7, 0 0 10px #00ffe7, 0 0 20px #00ffe7,
      0 0 40px #0ff, 0 0 60px #0ff;
  }
  50% {
    text-shadow: 0 0 10px #00ffe7, 0 0 20px #00ffe7, 0 0 30px #00ffe7,
      0 0 50px #0ff, 0 0 80px #0ff;
  }
}

@keyframes borderGlow {
  0%,
  100% {
    box-shadow: 0 0 5px #05c0ed, 0 0 10px #05c0ed, 0 0 20px #05c0ed,
      0 0 40px #05c0ed, 0 0 60px #05c0ed;
  }
  50% {
    box-shadow: 0 0 110px #05c0ed, 0 0 120px #05c0ed, 0 0 130px #05c0ed,
      0 0 150px #05c0ed, 0 0 180px #05c0ed;
  }
}

.z-2 {
  z-index: 2;
}
.z-0 {
  z-index: 0;
}
strong {
  color: rgb(132, 34, 34);
}
