body {
  background: linear-gradient(286deg, #00131e, #110115);
  background-color: #0d000f;
  font-family: cursive;
  user-select: none;
}

header {
  background-color: transparent;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: background-color 0.3s ease, top 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

header.scrolled {
  background-color: linear-gradient(286deg, #3f4242, #2d282e);
  top: 0;
}

.tos, .privacypolicy, .invite-me {
  background: transparent;
  border: 1px solid rgb(238, 69, 69);
  color: rgb(218, 218, 218);
  border-radius: 50px;
  padding: 20px;
  cursor: pointer;
}

.tos:hover, .privacypolicy:hover, .invite-me:hover {
  color: rgba(224, 145, 55, 0.788);
}

.logo-container {
  display: flex;
  align-items: center;
}

#myBtn {
  display: none; 
  position: fixed; 
  bottom: 20px; 
  right: 30px; 
  z-index: 99; 
  border: none; 
  outline: none;
  background-color: transparent;
  color: white; /* Txt color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px;
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.logo {
  width: 40px; /* Adjust the size of the logo as needed */
  margin-right: 1%;
  height: 5%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.advancebot-text {
  background: linear-gradient(286deg, #3222c7, #d87e2b);
  background-clip: text;
  color: transparent;
  font-size: 30px;
  font-weight: bold;
  margin-right: 10px;
}

.left-side {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.invite-me {
  background: linear-gradient(120deg, #c16f279a, #4729dfb2);
  border: rgb(238, 69, 69);
  color: rgb(218, 218, 218);
  border-radius: 50px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(131, 61, 221, 0.548);
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}

.invite-me:hover {
  background: #384098;
}

.dashboard {
  background: linear-gradient(120deg, #c16f279a, #4729dfb2);
  border: rgb(238, 69, 69);
  color: rgb(218, 218, 218);
  border-radius: 50px;
  padding: 18px;
  box-shadow: 0 4px 8px rgba(131, 61, 221, 0.548);
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}

.dashboard:hover {
  background: #384098;
}

.Vote {
  background: linear-gradient(120deg, #c16f279a, #4729dfb2);
  border: rgb(238, 69, 69);
  color: rgb(218, 218, 218);
  border-radius: 50px;
  padding: 18px;
  box-shadow: 0 4px 8px rgba(131, 61, 221, 0.548);
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}

.Vote:hover {
  background-color: #985638;
}

.tos {
  background: transparent;
  border: rgb(238, 69, 69);
  color: rgb(218, 218, 218);
  border-radius: 50px;
  padding: 20px;
  cursor: pointer;
}

.tos:hover {
  color: rgba(224, 145, 55, 0.788);
}

.privacypolicy {
  background: transparent;
  border: rgb(238, 69, 69);
  color: rgb(218, 218, 218);
  border-radius: 50px;
  padding: 20px;
  cursor: pointer;
}

.privacypolicy:hover {
  color: rgba(224, 145, 55, 0.788);
}

.top-container {
  width: 40%;
  max-width: 120%;
  margin: 2% auto; /* Center the container and add some top margin */
  background-color: transparent;
  padding: 2%;
  box-sizing: border-box;
  color: white;
  box-shadow: 0 4px 8px rgba(177, 169, 169, 0);
  border-radius: 10px;
  border: transparent;
  margin-left: 7%; /* Adjust the margin as needed */
  margin-top: 7%;
}

.txt1 {
  color: white;
}

.bigimage {
  display: block;
  margin: 2% auto;
  float: right;
  margin-right: 80px;
  width: 400px; 
  height: 420px;
}

.centerstuff {
  display: inline-block;
}

/* 1st image css */
.oneimage {
  display: block;
  margin: 20px auto;
  float: left;
  margin-left: 100px;
  width: 430px; 
  border-radius: 20px;
  height: 400px;
}

/* 2nd image css */
.twoimage {
  display: block;
  margin: 20px auto;
  float: right;
  margin-right: 100px;
  width: 430px; 
  border-radius: 20px;
  height: 400px;
}

/* 3rd image css */
.threeimage {
  display: block;
  margin: 20px auto;
  float: left;
  margin-left: 100px;
  border-radius: 20px;
  width: 430px; 
  height: 400px;
}

.txt1 {
  background: linear-gradient(286deg, #3222c7, #d87e2b, #3222c7);
  background-clip: text;
  color: transparent;
  font-size: 40px;
  font-weight: bold;
  margin-right: 1%;
}

.txt2 {
  color: gray;
}

.dsctxt {
  background: linear-gradient(286deg, #3222c7, #d87e2b, #3222c7);
  background-clip: text;
  color: transparent;
  font-size: 15px;
  font-weight: bold;
  margin-right: 1%;
}

/* 1st about me text */
.aboutme {
  display: block;
  margin: 20px auto;
  float: right;
  margin-right: 150px;
  width: 400px; 
  height: 400px;
}

.aboutme h1 {
  color: wheat;
}

.aboutme h4 {
  color: gray;
}

/* 2nd about me text */
.aboutme1 {
  display: block;
  margin: 20px auto;
  float: left;
  margin-left: 130px;
  width: 400px; 
  height: 400px;
}

.aboutme1 h1 {
  color: wheat;
}

.aboutme1 h4 {
  color: gray;
}

/* 3rd about me text */
.aboutme2 {
  display: block;
  margin: 20px auto;
  float: right;
  margin-right: 150px;
  width: 400px; 
  height: 400px;
}

.aboutme2 h1 {
  color: wheat;
}

.aboutme2 h4 {
  color: gray;
}

.premium {
  justify-content: space-between;
  width: 90%;
  max-width: 120%;
  margin: 2% auto;
  background: linear-gradient(286deg, #202020, #45474e);
  padding: 3%;
  box-sizing: border-box;
  color: white;
  border-radius: 10px;
  margin-left: 7%;
  margin-top: 13%;
  display: inline-flex;
  align-items: center;
}

.discordbtn {
  background: linear-gradient(120deg, #6453ff94, #cb47eca9);
  border: rgb(238, 69, 69);
  color: rgb(218, 218, 218);
  border-radius: 50px;
  padding: 2%;
  box-shadow: 0 4px 8px rgba(131, 61, 221, 0.548);
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}

.discordbtn:hover {
  background: #384098;
}

.premiumtxt1 {
  background: linear-gradient(286deg, #3222c7, #d87e2b, #3222c7);
  background-clip: text;
  color: transparent;
  font-size: 30px;
  font-weight: bold;
  margin-right: 1%;
  display: inline;
}


.faqs {
  padding: 10px;
  width: 90%;
  margin: 2% auto;
  margin-top: 3%;
  background: linear-gradient(286deg, #2020202a, #45474e3a);
  border-radius: 50px;
  text-align: center;
  transition: opacity 0.5s ease; /* Add transition property */
}

.faqs h1 {
  background: linear-gradient(286deg, #3222c7, #d87e2b, #3222c7);
  background-clip: text;
  color: transparent;
  font-size: 30px;
}

.faq-item {
  margin-bottom: 2%;
  cursor: pointer;
  transition: transform 0.3s ease; /* Add transition property */
}

.faq-item:hover {
  transform: translateY(-5px); /* Add hover effect */
}

.faq-item h3 {
  color: #ffffff;
  font-size: 18px;
  background-color: transparent;
}

.faq-item p {
  font-size: 18px;
  color:#384098;
  display: none;
}

.faq-item.active p {
  display: block;
}

.faq-footer {
  color: #9e4545;
  font-size: 10px;
  background-color: transparent;
}


/*Scroll bar setup*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #816dc2;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #3653b3;
}

/* Media queries for smaller screens */
@media screen and (max-width: 768px) {
  body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }

  .logo,
  .advancebot-text {
    display: none;
  }

  .bigimage {
    width: 180px;
    height: 180px; 
    margin-left: 50px;
  }

  .top-container {
    width: 90%; 
    margin-right: 50px;
    margin-top: 10%;
  }

  #mybtn {
    display: none;
  }

  .premium,
  .bugreport {
    width: 90%; /* Adjusted width for even smaller screens */
    margin: 10% auto;
    margin-left: 20px;
  }

  .faqs {
    width: 90%; /* Adjusted width for even smaller screens */
    margin: 10% auto;
    margin-left: 10px;
  }

  .aboutme,
  .aboutme1,
  .aboutme2 {
    width: 90%; /* Adjusted width for even smaller screens */
    margin: 10% auto;
  }

  .centerstuff {
    display: inline;
  }

  .oneimage {
    display: none;
  }

  .twoimage {
    display: none;
  }

  .threeimage {
    display: none;
  }

  .aboutme1 {
    margin-left: 30px;
    width: 90%; /* Adjusted width for even smaller screens */
  }

  .discordbtn {
    margin-left: 30px;
    width: 330px;
    height: 10%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .oneimage {
    margin-right: 10px;
  }

  .twoimage {
    margin-right: 20px;
  }

  .threeimage {
    margin-right: 20px;
  }
}
