html,
body {
  margin: 0;
  padding: 0;
  background: #0e120f;
  color: white;
  font-family: "Roboto", sans-serif;
  z-index: -10;
  width: 100%;
  height: auto;
  position: relative;
}

.nav-bar {
  background-color: transparent;
  position: fixed;
  width: 100%;
  z-index: 300;
  transition: background-color 0.3s ease;
}

.nav-bar-opaque {
  background-color: rgba(0, 0, 0, 0.8);
}

.nav-content {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.nav-title {
  height: inherit;
  display: flex;
  align-items: center;
  font-size: x-large;
  font-weight: bold;
  letter-spacing: 1px;
}

.nav-title a {
  text-decoration: none;
  color: white;
}

.shop-title {
  background-color: white;
  transform: skewX(-15deg);
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
}

.shop-text {
  color: black;
  display: inline-block;
  transform: skewX(15deg);
}

.menu-icon {
  font-size: 24px;
  cursor: pointer;
  z-index: 300;
  color: white;
  transition: transform 0.5s ease;
}

.menu-icon.rotated {
  transform: rotate(90deg);
}

.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.nav-links a {
  text-decoration: inherit;
  font-size: 15px;
  color: #c3daff;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
  animation-duration: 0.2s;
  font-weight: bold;
  cursor: pointer;
}

.side-menu {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index: 200;
}

.side-menu a {
  padding: 8px;
  text-decoration: none;
  font-size: 17px;
  color: #c3daff;
  display: block;
  transition: 0.3s;
}

.side-menu a:hover {
  color: #f1f1f1;
}

.side-menu-links {
  list-style: none;
  padding: 0;
}

.side-menu-links li {
  justify-content: center;
  display: flex;
  text-align: center;
  margin-bottom: 15px;
}

.side-menu .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.fixed-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: -1;
}

.gridlines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.58), transparent),
    linear-gradient(#00354ac4 2px, transparent 1px),
    linear-gradient(to right, #00354ac4 2px, transparent 1px),
    linear-gradient(transparent 25%, transparent 25%),
    linear-gradient(to right, transparent 14.28%, transparent 14.28%);
  background-size: 100% 100%, 100% 25%, 14.28% 100%, 100% 25%, 14.28% 100%;
  pointer-events: none;
}

.glow-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit; 
  filter: blur(5px); 
  z-index: -1; 
}

#dark-background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 100vh;
  height: 100vh;
  max-height: 100vw;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    ellipse at center,
    rgb(0, 0, 0) 25%,
    rgb(0, 0, 0) 53%,
    rgba(19, 19, 19, 0.05) 56%,
    rgba(0, 156, 255, 0) 70%
  );
  z-index: -2;
  pointer-events: none;
}

.section {
  height: 100vh;
  padding-right: 4rem;
  padding-left: 4rem;
}

.innerdiv {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.innerdiv h1 {
  margin-bottom: 40px;
  background: linear-gradient(340deg, #797979, white, #797979);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  position: relative;
  background: transparent;
  z-index: 1;
  pointer-events: none;
}

.hero-innerdiv {
  position: relative;
  height: 90vh;
  width: 96%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.hero-des {
  margin: 0;
  letter-spacing: 0.5px;
  text-align: center;
  font-size: 19.5px;
  font-weight: 400;
  line-height: 1.625;
  color: #dfdddd;
  text-shadow: #000 0 0 10px;
}

.h1 {
  text-align: center;
  width: 100%;
  font-size: 4.5rem;
  font-weight: 700;
  max-width: 20ch;
  line-height: 1;
  text-shadow: #000 0 0 10px;
  margin: 0;
  letter-spacing: 2.5px;
}

.h1-top {
  margin-bottom: 1rem;
}

.blue {
  color: #3b82f6;
  margin-left: 0.5rem;
}

.purple {
  color: #c084fc;
  margin-right: 0.5rem;
}

.hero-button {
  display: flex;
  align-items: center;
  gap: 1rem;
  pointer-events: auto;
}

.hero-button a {
  color: white;
  border-radius: 30px;
  border: 1px solid #8f96a1;
  background-color: transparent;
  padding: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-decoration: none;
}

#myearth {
  width: 100%;
  height: 100vh;
  max-height: 100vw;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: opacity 1.5s ease-in;
  pointer-events: auto;
}

#myearth.earth-ready {
  opacity: 1;
}

#myearth::before {
  content: none;
}

/* background glow */

#glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 100vh;
  height: 100vh;
  max-height: 100vw;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    ellipse at center,
    rgb(0, 0, 0) 25%,
    rgba(0, 156, 255, 0.31) 52%,
    rgba(0, 156, 255, 0.88) 53%,
    rgba(0, 156, 255, 0) 54%,
    rgba(0, 156, 255, 0) 70%
  );
  z-index: 200;
  pointer-events: none;
}

.bots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bots-innerdiv {
  height: 80%;
}

.bots-section,
.customisation-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 35px;
  width: 80%;
}

.customisation-section {
  width: 90%;
}

.bot-card,
.custom-card {
  border: 1px solid #676767;
  border-radius: 5px;
  padding: 10px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
  letter-spacing: 1px;
}

.bot-card a,
.custom-card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.custom-card-title {
  font-size: 17px;
}

.bot-card p,
.feature-point a {
  color: #c1c1c1;
}

.feature-point {
  font-size: 14px;
}

.feature-point:first-child {
  margin-bottom: 10px;
}

.custom-features {
  padding-left: 0px;
  list-style: none;
}

.bot-card img,
.custom-card img {
  width: 30px;
  height: 30px;
  padding: 10px;
  background-color: rgb(24 24 27);
  margin-bottom: 10px;
  border-radius: 5px;
}

.custom-card img {
  width: 25px;
  height: 25px;
  padding: 8px;
  margin-bottom: 8px;
}

#bot-card-6 {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #4bace9;
}

#bot-card-6 a {
  color: #5865f2;
  font-size: 30px;
}

.bot-card {
  transition: transform 0.3s ease;
}

.bot-card:hover {
  transform: scale(1.1);
}

#customisation {
  height: 130vh;
  display: flex;
  justify-content: center;
}

#getstarted {
  display: flex;
  justify-content: center;
}

.getstarted-section {
  border: 1px solid #676767;
  border-radius: 5px;
  padding: 20px;
  width: 80%;
  letter-spacing: 1px;
}

.getstarted-innerdiv {
  width: 80%;
}

.getstarted-title {
  color: #5865f2;
  width: 80%;
  padding: 20px 40px 20px 0px;
  margin: 0;
  font-size: 26px;
}

.getstarted-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

.getstarted-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.getstarted-card-title {
  font-size: 26px;
  margin-block-start: 0;
}

.getstarted-des {
  color: #c1c1c1;
  margin-top: 0px;
  width: 80%;
  letter-spacing: 0.5px;
}

.button-div {
  display: flex;
  margin-top: auto;
}

.getstarted-button {
  border: 1px solid #5865f2;
  padding: 15px;
  border-radius: 50px;
  display: inline-block;
  background-color: #5865f2;
  color: white;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

#faq {
  height: 130vh;
}

.faq-section {
  width: 55%;
}

.faq-innerdiv {
  position: relative;
  top: 20%;
}

.faq-qna {
  border-bottom: 1px solid #514f4f;
  padding-bottom: 10px;
  padding-top: 20px;
}

.faq-qna .answer {
  display: none;
  padding: 0 10px;
  color: #c1c1c1;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}

.faq-qna .answer.open {
  display: block;
  max-height: 1000px;
  opacity: 1;
}

.faq-qna .question {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 10px 0;
  font-size: 18px;
  outline: none;
  color: white;
}

.faq-qna .question .arrow {
  width: 18px;
  height: 18px;
  transition: transform 0.5s ease;
}

#footer {
  padding-right: 0rem;
  padding-left: 0rem;
  background-color: black;
}

.footer-innerdiv {
  border-top: 1px solid #514f4f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 15px 20px;
  font-size: 12px;
}

.footer-left {
  font-weight: bold;
}

.footer-right {
  display: flex;
  align-items: center;
}

.discord-link {
  text-decoration: none;
  color: #5865f2;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-right: 20px;
}

.discord-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.footer-link {
  text-decoration: none;
  color: #5865f2;
  font-weight: bold;
  margin-right: 20px; 
}

.container,
.introduction {
  padding: 4rem;
  padding-top: 3rem;
}

.container-innerdiv,
.introduction-innerdiv {
  position: relative;
  letter-spacing: 0.5px;
}

.container-innerdiv h1,
.introduction-innerdiv h1 {
  text-align: center;
  color: #5865f2;
}

.author {
  text-align: center;
}

.container-innerdiv h2,
.introduction-innerdiv h2 {
  color: #5865f2;
}

.container-innerdiv h3,
.introduction-innerdiv h3 {
  color: #c3daff;
}

.container-innerdiv li,
.introduction-innerdiv li {
  margin-top: 13px;
}

.page404 {
  display: flex;
  justify-content: center;
}

.page404-innerdiv {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.page404-innerdiv h1 {
  color: #5865f2;
  margin-bottom: 40px;
}

.page404-button {
  padding: 15px;
  text-decoration: none;
  background: transparent;
  border: 1px solid grey;
  border-radius: 50px;
  margin-top: 30px;
}

.page404-button a {
  text-decoration: none;
  color: white;
}

.page404-des {
  font-size: 20px;
  text-align: center;
}

@media (max-width: 1000px) {
  .nav-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-title {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .nav-title a {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 5px;
    width: fit-content;
  }

  .login-btn {
    padding: 8px 15px !important;
  }
}

@media (max-width: 750px) {
  .nav-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-title {
    font-size: large;
    font-weight: bold;
  }

  .nav-links {
    gap: 1.5rem;
  }

  .h1 {
    font-size: 2.5rem;
  }

  .section {
    height: 110vh;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .hero {
    gap: 1rem;
  }

  .hero-des {
    font-size: 15.5px;
  }

  .innerdiv h1 {
    font-size: 25px;
    margin-bottom: 40px;
  }

  .bots-innerdiv {
    height: 95%;
  }

  .bots-section,
  .customisation-section {
    gap: 20px;
    width: 95%;
  }

  .bot-card img,
  .custom-card img {
    width: 20px;
    height: 20px;
    padding: 8px;
    margin-bottom: 8px;
  }

  .custom-card-header {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 10px;
    justify-content: center;
  }

  .custom-card img {
    margin-bottom: 0;
  }

  .custom-features {
    margin: 8px 0;
    list-style: inside;
  }

  .bot-card a,
  .custom-card-title {
    font-size: 15px;
  }

  .bot-card p {
    font-size: 15px;
    letter-spacing: 0.5px;
    margin: 10px 0;
  }

  #customisation {
    height: 210vh;
  }

  #bot-card-6 a {
    font-size: 20px;
  }

  .getstarted-innerdiv {
    width: 100%;
  }

  .getstarted-innerdiv h1 {
    margin-bottom: 20px;
  }

  .getstarted-section {
    padding: 8px 13px;
  }

  .getstarted-title {
    padding: 10px 10px 20px 10px;
    font-size: 18px;
    text-align: center;
  }

  .getstarted-cards {
    gap: 30px;
  }

  .getstarted-card-title {
    font-size: 15px;
    text-align: center;
  }

  .getstarted-des {
    font-size: 14px;
    width: 100%;
    text-align: left;
  }

  .button-div {
    justify-content: center;
  }

  .getstarted-button {
    border: none;
    padding: 10px;
    font-size: 13px;
    text-decoration: none;
  }

  .faq-section {
    width: 80%;
  }

  .faq-qna {
    padding-bottom: 5px;
    padding-top: 10px;
  }

  .faq-qna .question {
    font-size: 15px;
    letter-spacing: 1px;
  }

  .faq-qna .answer {
    font-size: 15px;
  }

  .faq-qna .question .arrow {
    width: 10px;
    height: 10px;
  }

  #footer {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .footer-innerdiv {
    padding: 10px;
    font-size: 10px;
  }

  .footer-left,
  .discord-link,
  .footer-link {
    font-weight: normal;
  }
}

@media (max-width: 530px) {
  #myearth {
    top: 150px;
  }

  .nav-links {
    display: none;
  }
  .menu-icon {
    display: block;
  }

  .nav-title {
    position: relative;
  }

  .h1 {
    font-size: 2rem;
  }

  .section {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .hero {
    gap: 1rem;
  }

  .hero-des {
    font-size: 15.5px;
  }

  .innerdiv h1 {
    font-size: 25px;
    margin-bottom: 40px;
    text-align: center;
  }

  #bots {
    height: 110vh;
  }

  .bots-innerdiv {
    display: flex;
    justify-content: center;
    height: 100%;
  }

  .bots-section,
  .customisation-section {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }

  .bots-section,
  .customisation-section {
    gap: 20px 10px;
    width: 100%;
  }

  .bot-card-header {
    display: flex;
    flex-flow: row;
    justify-content: center;
  }

  .bot-card img,
  .custom-card img {
    width: 20px;
    height: 20px;
    padding: 8px;
    margin-bottom: 8px;
  }

  .bot-card img {
    margin: 0;
    margin-right: 8px;
  }

  .customisation-innerdiv {
    display: flex;
    justify-content: center;
  }

  .custom-card-header {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 10px;
    justify-content: center;
  }

  .custom-card img {
    margin-bottom: 0;
  }

  .custom-features {
    margin: 8px 0;
    list-style: inside;
  }

  .bot-card a,
  .custom-card-title {
    font-size: 14px;
  }

  .bot-card p {
    font-size: 14px;
    letter-spacing: 0.5px;
    margin: 10px 0;
  }

  #customisation {
    height: 160vh;
  }

  #bot-card-6 a {
    font-size: 20px;
  }

  #getstarted {
    height: 100vh;
  }

  .getstarted-innerdiv {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .getstarted-innerdiv h1 {
    margin-bottom: 20px;
  }

  .getstarted-section {
    padding: 8px 13px;
    width: 90%;
  }

  .getstarted-title {
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
    width: 100%;
  }

  .getstarted-cards {
    gap: 15px;
  }

  .getstarted-card-title {
    font-size: 15px;
    text-align: center;
  }

  .getstarted-des {
    font-size: 14px;
    width: 100%;
    text-align: left;
  }

  .button-div {
    justify-content: center;
  }

  .getstarted-button {
    border: none;
    padding: 10px;
    font-size: 13px;
  }

  #faq {
    height: 100vh;
  }

  .faq-section {
    width: 80%;
  }

  .faq-qna {
    padding-bottom: 5px;
    padding-top: 10px;
  }

  .faq-qna .question {
    font-size: 15px;
    letter-spacing: 1px;
  }

  .faq-qna .answer {
    font-size: 15px;
  }

  .faq-qna .question .arrow {
    width: 10px;
    height: 10px;
  }

  #footer {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .footer-innerdiv {
    padding: 10px;
    font-size: 10px;
  }

  .footer-left,
  .discord-link,
  .footer-link {
    font-weight: normal;
  }

  .discord-icon {
    margin-right: 0px;
  }

  .page404 {
    height: 90vh;
  }

  .container,
  .introduction {
    padding: 1.5rem;
    padding-top: 3rem;
  }
}
