* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: linear-gradient(180deg,
      #0b1026 0%,
      #050713 60%,
      #000000 100%);
}


.container {
  width: 100%;
  overflow-x: hidden;
  /* background-color: radial-gradient(circle at top,
  #1b2735 0%,
  #090a0f 60%,
  #000000 100%); */

}

.logo {
  font-family: "Shadows Into Light";
  font-weight: 400;
  font-style: normal;
  letter-spacing: 5px;
  font-size: 30px;
  color: white;
  position: relative;
  bottom: -25px;
  gap: 100px;
  display: flex;
  flex-direction: center;
}

.logo1 {
  font-family: "Shadows Into Light";
  font-weight: 400;
  font-style: normal;
  letter-spacing: 5px;
  font-size: 25px;
  color: white;
  position: relative;
  bottom: -5px;
  left: 150px;
}

.logo1:hover {
  box-shadow: 0 0 25px rgba(255, 235, 200, 0.35);
}

.header {
  /* background-color: radial-gradient(circle at top,
  #1b2735 0%,
  #090a0f 60%,
  #000000 100%); */
  background-size: cover;
  padding: 10px;
  width: 100%;
  min-height: 100vh;
}

.more {
  font-size: 50px;
  background-color: black;
  border-radius: 5px;
  width: 60px;
  position: relative;
  top: -10px;
  left: 90%;
  color: white;
  border: black;
  font-weight: bold;
  /* top: -580px */
}

.more:hover {
  cursor: pointer;
  color: grey;
  /* rotate: 90deg; */
}

.section1 {
  color: white;
  -webkit-text-stroke: 3px black;
  font-size: 55px;
  letter-spacing: 4px;
  position: relative;
  bottom: 340px;
  text-align: center;
  font-weight: bold;
  font-family: 'Orbitron', sans-serif;
}


.button1 {
  border-radius: 27px;
  font-size: 30px;
  color: white;
  background-color: rgb(91, 91, 243);
  font-style: bold;
  position: absolute;
  top: 750px;
  left: 36%;
  cursor: pointer;
}

/* .button1:hover {
  /* background-color: blue; */



.img1 {
  /* display: block; */
  margin: 40px auto;
  width: 100%;
  height: auto;
}

.section2 {
  min-height: 100vh;
  background: radial-gradient(circle at top,
      rgba(60, 90, 255, 0.25) 0%,
      rgba(10, 15, 40, 0.9) 45%,
      #000000 100%);

}

.footer1 {
  background-color:  rgb(21, 21, 219);
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.section2>div {
  max-width: 700px;
  margin: auto;
  padding: 50px;
  border-radius: 20px;
  /* background: rgba(255, 255, 255, 0.05); */
  /* backdrop-filter: blur(10px); */
}

.section2 {
  color: white;
  text-align: center;
  font-size: 20px;
  padding: 80px 20px;
}

.section2input {
  width: 300px;
  height: 40px;
  font-size: 20px;
  border-radius: 5px;
  margin-top: 25px;
  /* background-color: radial-gradient(circle at top,
  #1b2735 0%,
  #090a0f 60%,
  #000000 100%); */
  color: white;
}


.section2button {
  width: 150px;
  height: 40px;
  font-size: 20px;
  border-radius: 5px;
  margin-top: 20px;
  background-color: rgb(91, 91, 243);
  color: white;
  cursor: pointer;
}
/* 
.section2button:hover {
  background-color: blue;
} */

.privacypolicy {
  color: white;
  font-size: 15px;
  position: relative;
  top: 1px;
  left: 10px;
}

.I-understand {
  font-size: 15px;
  position: relative;
  top: 1px;
  cursor: pointer;
}

.privacypolicypage {
  color: white;
  font-size: 22px;
}

#change1 {
  /* background-color: black; */
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
}

.footer2 {
  position: relative;
  top: 720px;
  color: white;
  font-size: 20px;
  font-family: "PTSans", "Helvetica Neue", Helvetica;
  /* margin-left: 500px; */
  margin-top: 30px;
}

.socialicons {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
  bottom: 2820px;
  left: 1050px;
}

.faqbutton {
  font-size: medium;
  margin-left: 500px;
  margin-bottom: 30px;
}

.faqblock {
  margin-left: 500px;
  margin-bottom: 30px;
  color: white;
  border: 2px gray;
}

.faqbutton:hover {
  background-color: rgb(91, 91, 243);
  color: white;
}

.faqline {
  position: relative;
  bottom: 400px;
  right: 450px;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 50px;
}

.faqbutton {
  position: relative;
  bottom: 300px;
  right: 950px;
  border-radius: 27px;
  font-size: 45px;
  color: rgb(54, 110, 243);
  font-style: bold;
  /* background-color: white; */
}

.footer2 {
  background-color: #202020f3;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-style: bold;
}

.footer2 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 120px 18px;
}

.footer2 th {
  text-align: left;
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffffff;
  padding-bottom: 40px;
}

.footer2 td {
  text-align: left;
  font-size: 15px;
  color: #cfcfcf;
  cursor: pointer;
  transition: color 0.2s ease;
}

.footer2 td:hover {
  color: #ffffff;
}


.footerrow th {
  color: #ffffff;
}

.privacyp {
  min-height: 100vh;
  padding: 60px 20px;
  font-family: "Poppins", Arial, sans-serif;
}

.privacyp h1 {
  font-size: 48px;
  letter-spacing: 3px;
  margin-bottom: 25px;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

.privacyp p {
  max-width: 900px;
  margin: 0 auto 35px auto;
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.85;
  text-align: center;
}

.privacyp ol {
  max-width: 900px;
  margin: auto;
  padding: 35px 45px;
  background: #202020f3;
  border-radius: 16px;
}

.privacyp li {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 22px;
  padding-left: 10px;
}

.privacyp li::marker {
  color: #ffd966;
  font-size: 1.3em;
}

.privacyp {
  animation: fadeIn 0.8s ease;
}

.logoprivacy {
  font-family: "Shadows Into Light";
  font-weight: 400;
  font-style: normal;
  letter-spacing: 5px;
  font-size: 30px;
  color: white;
  position: relative;
  bottom: 1000px;
  gap: 100px;
  display: flex;
  flex-direction: center;
}

@media (max-width: 1024px) {
  .privacyp {
    padding: 50px 18px;
  }

  .privacyp h1 {
    font-size: 40px;
  }

  .privacyp p {
    font-size: 17px;
    padding: 0 10px;
  }

  .privacyp ol {
    padding: 30px 35px;
  }

  .privacyp li {
    font-size: 18px;
  }

  .logoprivacy {
    bottom: 700px;
  }
}

@media (max-width: 600px) {
  .privacyp {
    padding: 40px 14px;
  }

  .privacyp h1 {
    font-size: 28px;
    letter-spacing: 2px;
  }

  .privacyp p {
    font-size: 15px;
    line-height: 1.5;
  }

  .privacyp ol {
    padding: 20px 18px;
    border-radius: 12px;
  }

  .privacyp li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .privacyp li::marker {
    font-size: 1.1em;
  }

  .logoprivacy {
    font-size: 22px;
    letter-spacing: 3px;
    bottom: 450px;
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .logoprivacy {
    bottom: auto;
    margin-top: 40px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .logoprivacy {
    bottom: auto;
    margin-top: 30px;
    font-size: 22px;
    letter-spacing: 3px;
  }
}

.characters img {
  width: 100%;
  height: 50%;
  object-fit: cover;
}

.characters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  padding: 40px;
  position: relative;
  bottom: 700px;
}


.flip-card {
  width: 90%;
  height: 300px;
  perspective: 1000px;

}

.flip-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.7s ease;
  transform-style: preserve-3d;
  position: relative;
  border: 5px solid #626265;
  /* background-color: white; */
}

.flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}

.flip-front,
.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  /* border: 2px solid blue; */
  /* border-radius: 12px; */
  backface-visibility: hidden;
  overflow: hidden;
  background: white;
  color: #0c279b;
  box-shadow:
    inset 0 0 30px rgba(100, 140, 255, 0.12),
    0 0 25px rgba(0, 0, 0, 0.6);

}

.flip-front img {
  width: 75%;
  height: 100%;

}

.flip-back {
  /* background: blue; */
  /* color: white; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotateY(180deg);
  /* border: 5px solid #6e6e83; */
}

.flip-back h3 {
  margin-bottom: 10px;
}

.flip-back p {
  margin: 4px 0;
}

.crew-heading {
  position: relative;
  bottom: 670px;
  text-align: center;
  font-size: 40px;
  font-family: 'Orbitron', sans-serif;
}

.flip-front {
  background: white;
  border: none;
}

@media (max-width: 1024px) {

  .logo {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .logo1 {
    left: 0;
    margin: 0 10px;
  }

  .more {
    left: auto;
    right: 20px;
  }

  .section1 {
    font-size: 40px;
    bottom: 200px;
  }

  .button1 {
    position: relative;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
  }

  .characters {
    grid-template-columns: repeat(2, 1fr);
    bottom: 0;
  }

  .crew-heading {
    bottom: 0;
    margin-top: 40px;
  }

  .faqline,
  .faqbutton {
    position: static;
    text-align: center;
    margin: 20px auto;
  }

  .faqblock {
    margin-left: 0;
    text-align: center;
  }

  .socialicons {
    position: static;
    margin: 10px;
  }
}

@media (max-width: 768px) {

  body {
    overflow-x: hidden;
  }

  .logo {
    font-size: 22px;
    letter-spacing: 3px;
  }

  .logo1 {
    font-size: 18px;
  }

  .section1 {
    font-size: 28px;
    bottom: 120px;
    padding: 0 10px;
  }

  .section2h1 {
    font-size: 32px;
  }

  .section2p {
    font-size: 16px;
    padding: 0 10px;
  }

  .section2input {
    width: 90%;
  }

  .section2button {
    width: 90%;
  }

  .characters {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .flip-card {
    width: 100%;
  }

  .crew-heading {
    font-size: 36px;
  }

  .footer2 table {
    border-spacing: 40px 10px;
  }

  .footer1 {
    font-size: 14px;
  }
}

@media (max-width: 480px) {

  .section1 {
    font-size: 22px;
  }

  .button1 {
    font-size: 18px;
    padding: 10px 15px;
  }

  .crew-heading {
    font-size: 28px;
  }

  .faqline {
    font-size: 24px;
  }

  .faqbutton {
    font-size: 22px;
  }
}

/* .faqblock {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  padding: 40px;
  border-radius: 20px;
} */
/* .characters {
  box-shadow: inset 0 80px 120px rgba(0, 0, 255, 0.08);
} */