.themeColor{
  color: #9AE919;
}
.description{
  color: #999D9E;
}
.font1{
  color: #000000;
}
.officialBox a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: #9AE919;
  border-radius: 50%;
}
.bannerBg{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 914px;
  max-width: 72%;
  z-index: -1;
}
.bannerBg img{
  width: 100%;
}
@keyframes slide {
  0% {
      transform: translateX(0%);
  }

  100% {
      transform: translateX(-50%);
  }
}
.slideBox{
  width: 100%;
  overflow: hidden;
}
.slide {
  width: max-content;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  animation: slide 12s linear infinite;
}

.slide:hover {
  animation-play-state: paused; 
}

.slide-list {
  display: flex;
  gap: 25px;
  padding-left: 20px;
}

.slide-list img {
  width: auto;
  height: 28px;
}

.risksSection .description{
  padding-bottom: 20px;
}
.tabBgBox{
  background: rgba(12,26,32,0.6);
  border-radius: 6px 6px 6px 6px;
}
.WalletProtectionItemsBox h3 svg{
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}
.WalletProtectionItemsActive h3 svg{
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}
.news-item:hover .news-title{
  color: #000000;
}
.news-item:hover .news-time{
  color: #242424;
}
.pageBox li{
  cursor: pointer;
  color: #fff;
}
.pageBox li.active{
  color: #000000;
  background: #9AE919;
  border-radius: 6px 6px 6px 6px;
}

.h5Nav{
  width: 270px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -270px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9) !important;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
.h5NavActive{
  left: 0;  
  transition: all 0.3s ease-in-out;
  padding: 20px;
  padding-top: 0;
}
.h5NavLogo{
  height: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.h5NavLogo img{
  width: 30px;
}
.h5NavItem{
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #999D9E;
}
.h5Nav svg{
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  color: #999D9E;
}
.h5NavTriggerBox{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.faqdes{
  padding-bottom: 10px;
  color: #999D9E;
}
section{
  margin-top: 20px;
  margin-bottom: 20px;
}
#content{
  position: relative;
}

.blur1{
  top: 30%;
  left: 0;
  width: 15vw;
  height: 1090px;
  background: rgba(154,233,25,0.4);
  filter: blur(200px);
}
.blur2{
  top: 45%;
  right: 0;
  width: 25vw;
  height: 1090px;
  background: rgba(154,233,25,0.4);
  filter: blur(200px);
}
.blur3{
  left: 0;
  bottom: 0;
  width: 10vw;
  height: 900px;
  background: rgba(154,233,25,0.3);
  filter: blur(100px);
}
.blur4{
  right: 0;
  bottom: 0;
  width: 10vw;
  height: 302px;
  background: rgba(154, 233, 25, 0.3);
  filter: blur(100px);
}
.lineBox{
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  section{
    margin-top: 0;
    margin-bottom: 0;
  }
}

