html {
  scroll-behavior: smooth;
}



body {
  font-family:  Helvetica, sans-serif;
  
  margin: 0;
  padding: 0;
  background-image: url("backgroundimage.png");
  background-size: 2000px;
  background-position-x: 0px;
  color: white;
  text-align: center;
  align-items: center;
  justify-content: center;
}


nav {
  top: 0;
  padding: 19px;
  background-color: #222222;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
}

.menu div {
    height: 4px;
    background-color: rgb(156, 156, 156);
    margin: 5px 0;
    border-radius: 25px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    transition: 0.3s;
}


.menu {
  width: 30px;
  display: block;
  margin: 1em em 1em;
}

.one {
  width: 30px;
}

.two {
  width: 20px;
}

.three {
  width: 25px;
}

.menu:hover div {
  width: 30px;
  background-color: white;
}


.sidemenu {
  
}


.navbtn {
  position: absolute;
  color: black;
  top: 15px;
  left: 100px;
  margin-right: 0px;
}


.navbtn1, .navbtn2, .navbtn3, .navbtn4, .navbtn5 {
  background: transparent;
  border: none;
  color: rgb(156, 156, 156);
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  height: 40px;
  width: 120px;
  transition: all 0.05s ease-in-out;
  text-transform: capitalize;
  letter-spacing: 1px;
}



.navbtn1:hover, .navbtn2:hover, .navbtn3:hover, .navbtn4:hover, .navbtn5:hover {
    color: white;
    transform: scale(1.01);
    box-shadow: white;
    
}


.navbtn1:active, .navbtn2:active, .navbtn3:active, .navbtn4:active, .navbtn5:active {
  transform: translateY(2px);
  box-shadow: #ffffff;
}


.navbarlogo {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 60px;
}


header { 
    position: relative;
    top: 0px;
    padding: 10px;
    background: rgba(19, 19, 19, 0.705);
}



.phrasecatch {
  position: relative;
  padding: 80px;
  font-size: 25px;
  font-weight: bold;
}

.headermaintext {
  position: relative;
  letter-spacing: -3px;
}

.headerundertext {
  position: relative;
  top: -5px;
  font-size: 45px;
  letter-spacing: -4px;
  color: rgb(221, 221, 221);
}

.catch {
  position: relative;
  color: #d8cfff;
  top: -75px;
}

.content {
  position: relative;
  top: 0px;
  padding: 150px;
  background: rgba(19, 19, 19, 0.705);
}

.twobuttons {
  position: relative;
  align-self: center;
  background: transparent;
  padding: 100px;
  top: -190px;
}

.mainbtn {
  position: relative;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 25px;
  border: 1px solid rgb(255, 255, 255); 
  width: 150px;
  height: 50px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.9);
  transition: 0.1s ease;
  background: linear-gradient(-90deg, #4b0082, #8701c5);
  margin-right: 10px;
  cursor: pointer;
}

.mainbtn:hover {
  border: 2px solid rgb(131, 0, 253);
  transform: translateY(-2px);
  background: linear-gradient(0deg, #4b0082, #8701c5);
}

.mainbtn:active {
  transform: scale(0.99);
  border: 1px solid rgb(234, 0, 255);
}

.secondbtn {
  position: relative;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 25px;
  border: 1px solid rgb(255, 255, 255);
  background: #070044;
  width: 150px;
  height: 50px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.9);
  transition: 0.1s ease;
}

.secondbtn:hover {
  color: #000000;
  background-color: white;
}

.socials {
  position: relative;
  text-align: center;
  align-content: center;
  align-self: center;
  top: -190px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 10px rgba(142, 45, 226, 0.4);
  border-radius: 20px;
}

.socialstext {
  position: relative;
  top: 0px;
  
}

.discord {
  position: relative;
  top: -13px;
  margin-right: 15px;
}

.instagram {
  position: relative;
  margin-right: 15px;
  top: 0px;
}

.tiktok {
  position: relative;
  margin-right: 15px;
  top: 0px;
}

.telegram {
  position: relative;
  top: 0px;
}

.discord:hover, .instagram:hover, .tiktok:hover, .telegram:hover {
  transform: scale(1.07);
  
}

.abouttoken {
  position: relative;
  padding: 300px;
  height: 600px;
  top: 0px;
  background: rgba(19, 19, 19, 0.705);
}

.header1 {
  position: relative;
  top: -500px;
  color: rgb(252, 252, 252);
}

.carouseldiv {
  background: transparent;
}

.carousel-container {
  position: relative;
  align-self: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 10px rgba(142, 45, 226, 0.4);
  top: -350px;
  padding: 30px 50px;
  border-radius: 20px;
  margin-right: 5vw;
  margin-left: 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.carousel-text-wrapper {
  position: relative;
  height: 80px;
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
}

.carousel-text {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #dad1e0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.arrow-button {
  background-color: #3a3a5a;
  border: none;
  color: white;
  font-size: 2rem;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.arrow-button:hover {
  background-color: #7c3aed;
}

.left-arrow {
  left: 20px;
}

.right-arrow {
  right: 20px;
}

.dots-container {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.dot {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.dot.active {
  background-color: #7c3aed;
}

@media (max-width: 600px) {
  .carousel-text {
    font-size: 1.2rem;
  }

  .arrow-button {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
}

.grid-container {
  position: relative;
  display: grid;
  top: -200px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 300px);
  gap: 20px;
  margin: 80px auto;
  margin-left: 450px;
  margin-right: -250px;
  padding: 0 20px;
}

.grid-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 10px rgba(142, 45, 226, 0.4);
  border-radius: 20px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.grid-item:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 20px rgba(106, 13, 173, 0.5);
  background: linear-gradient(145deg, #6a0dad, #321964);
}

.grid-item h2 {
  margin-top: 0;
  font-size: 28px;
  color: #ffffff;
}

.grid-item p {
  font-size: 16px;
  color: #d8cfff;
}

.read-more {
  position: absolute;
  bottom: 20px;
  left: 30px;
  padding: 10px 20px;
  background-color: #ffffff;
  color: #6a0dad;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
}

.read-more:hover {
  background-color: #d1b3ff;
}

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

.hover-container {
  position: relative;
  display: flex;
  align-items: top center;
  width: 670px;
  height: 620px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 10px rgba(142, 45, 226, 0.4);
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  left: -235px;
  top: -900px;
}

.hover-container .tokenbasicsbase {
  font-size: 24px;
  flex-shrink: 0;
}

.hover-container .tokencontent {
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: opacity 0.3s ease, max-width 0.3s ease;
}

.hover-container:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 20px rgba(106, 13, 173, 0.5);
  background: linear-gradient(145deg, #6a0dad, #321964);
}

.hover-container:hover .tokencontent {
  opacity: 1;
}

.tokenbasicsbase h2 {
  position: relative;
  left: 118px;
  transition: all 0.5s;
  text-align: center;
  margin-top: 30px;
  font-size: 28px;
  color: #ffffff;
}

.hover-container:hover .tokenbasicsbase h2 {
  text-align: center;
}

.infotoken {
  position: relative;
  left: 30px;
}

.infotoken p {
  position: relative;
  text-align: left;
  font-size: 16px;
  color: #d8cfff;
  font-weight: lighter;
}

.infotoken h3 {
  position: relative;
  text-align: left;
  font-size: 45px;
  font-weight: 300;
}

.info1 {
  background-image: linear-gradient(97.65deg, #19fb9b 11.36%, #199890 54.3%, #005f59 100.78%);;
    color: transparent;
    background-clip: text;
}

.info2 {
  background-image: linear-gradient(100.22deg, #1fcff1 30.11%, #234cb6 66.43%, rgba(35, 76, 182, .1) 120.76%);
    color: transparent;
    background-clip: text;
}

.info3 {
  background-image: linear-gradient(100.51deg, #f087ff 27.61%, #6e1fce 62.14%, rgba(110, 31, 206, .1) 113.78%);
    color: transparent;
    background-clip: text;
}

.hover-container:hover .info3 {
  background-image: linear-gradient(100.51deg, #f087ff 27.61%, #ce1fce 62.14%, rgba(110, 31, 206, .1) 113.78%);
}

.footer {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  color: #ffffff;
  text-align: center;
  padding: 30px 20px;
  font-size: 14px;
  margin-top: 0px;
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-nav {
  display: flex;
  gap: 25px;
  margin-bottom: 15px;
}

.footer-nav a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  font-size: 16px;
  transition: color 0.3s ease;
}

.footer-nav a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #6a0dad;
  left: 50%;
  bottom: -5px;
  transition: width 0.3s ease, left 0.3s ease;
}

.footer-nav a:hover {
  color: #6a0dad;
}

.footer-nav a:hover::after {
  width: 100%;
  left: 0;
}

.footer-text {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-contact a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact a:hover {
  color: #6a0dad;
}


