.firstScreen {
  width: 100%;
  background-image: radial-gradient(circle at 50% 50%, #64062B 0%, #0F0108 90%);
  position: relative;
}
.firstScreen-bg img{
  height: 100%;
  object-fit: cover;
}
.firstScreen-bg{
  height: 95%;
  margin-top: -70px;
}
.first-Screen-content{
  background-image: linear-gradient(180deg, rgba(15,1,8,0.80) 0%, rgba(78,4,34,0.00) 86%);
  width: 100%;
  position: absolute;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  font-weight: 400;
  padding-left: 12px;
  padding-top: 111px;
  padding-bottom: 28px;
}
.first-Screen-content .content-title{
  font-size: 20px;
  color: #FFFFFF;
  line-height: 26px;
  font-weight: 700;
  padding-top: 46px;
  margin-bottom: 10px;

}
.firstScreen-bottom{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, #981B48 0%,#620F2F 30%, #41071F 60%, rgba(65,7,31,0.00) 100%);
  padding-top: 27%;
  padding-bottom: 12px;
  
}
.btn-video{
  width: 134px;
  height: 37.16px;
  margin:0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('./images/avatar@2x.png') no-repeat center;
  background-size: cover;
}
.video-bg{
  width: 48px;
  height: 48px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-bg .animate{
  background: rgba(255,6,109,0.30);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  
}

.video-bg-box{
  background-image: linear-gradient(180deg, #FF4F98 0%, #FF066D 100%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-bg-box img{
  width: 24px;
}



.content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.topbar {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  position: fixed;
  left:0;
  top:0;
  z-index: 100;
  transition: all 0.4s ease;
}
.topbar.visible {
  background: rgba(15,1,8,0.66);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);

  }

.topbarLeft {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.menuIcon {
  width: 24px;
  margin-right: 14px;
}

.logo {
  width: 92px;
}

.signWrap {
  padding: 5px 10px;
  margin-right: 8px;
  background: #FF066D;
  border-radius: 24px;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}











.activeOne {
  top: 39%;
}


.startVideoWrap {
  width: 100%;
  height: 48px;
  padding: 0 70px;
  margin-bottom: 30px;
}

.startVideoBox {
  width: 100%;
  height: 100%;
  position: relative;
}

.startVideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 48px;
}

.btn-animation {
  animation: btnpulse 1.5s infinite;
  animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
.btn-animation1 {
  animation: btnpulse1 1.5s infinite;
  animation-timing-function: ease-in-out;
}

@keyframes btnpulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scaleX(1.2) scaleY(1.65);
    opacity: 0;
  }
}
@keyframes btnpulse1 {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.startVideoBg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  background: #FF066D;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.text-underline{
  text-decoration: underline;
}
.startVideo {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #FF408F 0%, #FF066D 100%);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 18.31px;
  font-weight: 700;
}

.pulsing-button {
  animation: pulse 1.5s infinite;
  animation-timing-function: ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.convoo-article {
  padding-top: 53px;
  padding-left: 16px;
  padding-right: 16px;
  background-image: linear-gradient(
    180deg,
    #557bd8 0%,
    #1678ff 0%,
    #61d3b0 52%,
    #61d3b0 100%
  );
}
.convoo-title {
  font-size: 26px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  line-height: 36px;
  font-weight: 700;
  padding-left: 16px;
  padding-right: 16px;
}
.convoo-article2 .convoo-title {
  margin-top: 26px;
}
.line {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.line-inner {
  width: 102px;
  height: 0.5px;
  background-color: rgba(255, 255, 255, 0.3);
}
.line-img {
  margin-left: 14px;
  margin-right: 14px;
}
.convoo-content {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 400;
  margin-top: 24px;
}
.start-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.btn-box {
  background-image: linear-gradient(90deg, #FF408F 0%, #FF066D 100%);
  border-radius: 24px;
  width: 219px;
  height: 48px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 18px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card {
  background: #0F0108;
  padding-top: 80px;
  padding-left: 16px;
  padding-right: 16px;
}
.cardContent {
  padding: 0 14px 20px;
  background: #292929;
  border-radius: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.cardContent:last-child {
  margin-bottom: 0;
}
.cardImg {
  width: 88px;
  margin-top: 12px;
}
.cardTitle {
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
  margin-top: 12px;
}
.cardDesc {
  font-size: 14px;
  color: rgba(255,255,255,0.80);
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 400;
  margin-top: 8px;
}
.convoo-article2 {
  padding-top: 80px;
  background: #0F0108;
}
.convoo-article2 .convoo-content {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 14px;
}
.convoo-article3 {
  background: #0F0108;
}

.title {
  font-size: 26px;
  color: #FFFFFF;
  text-align: center;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}
.faqmain {
  margin-top: 30px;
  padding-left: 16px;
  padding-right: 16px;
}
.faq-title {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 14px;
  font-weight: 500;
}
.faq-title-content {
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 14px;
  font-weight: 500;
}
.faq-item {
  margin-bottom: 16px;
  background: #292929;
  border-radius: 12px;
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-content {
  padding: 13px 16px 38px;
  font-size: 14px;
  color: rgba(255,255,255,0.60);
  line-height: 22px;
  font-weight: 400;
  transition: all 0.3s ease-in;
  display: none;
}
.faq-icon {
  transition: all 0.2s ease-in;
  width: 24px;
}
.faq-item-active {
  background: #292929;
}
.faq-item-active .faq-content {
  display: block;
}
.faq-item-active .faq-title-border {
  border-bottom: 1px solid rgba(255,255,255,0.18);
}

.faq-icon-active {
  transform: rotate(180deg);
}
.faq-box {
  padding-top: 80px;
  background: #0F0108;
}
.convoo-article4 {
  padding-top: 80px;
  background: #0F0108;
  padding-left: 16px;
  padding-right: 16px;
}
.phone-img {
  width: 240px;
}
.phone-img-box {
  width: 100%;
  margin-top: 52px;
}
.flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.footer {
  padding-left: 16px;
  padding-right: 16px;
  background: #0F0108;
  padding-bottom: 12px;
}
.footer-links {
  padding-top: 80px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 46px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.18);
}
.flex-col {
  flex-direction: column;
}
.links-items {
  margin-top: 14px;
}
.links-items a{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0;
  line-height: 14px;
  font-weight: 400;
}
.links-title {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  line-height: 14px;
  font-weight: 700;
}
.copyright {
  margin-top: 14px;
}
.copyright div {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  line-height: 16px;
  font-weight: 400;
}
.copyright-bottom {
  margin-top: 16px;
}
.items-center{
    align-items: center;
}
.leftMenu{
    width: 240px;
    background: #2b2c2d;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -240px;
    transition: all 0.3s ease-in-out;
    z-index: 100;

}
.leftMenu{
    box-sizing: border-box;
  }
   .leftBarIn {
    left: -240px;
  }

  .leftBarOut {
    left: -0;
  }
  .scroll-hidden{
  overflow: hidden;
}
#leftMenu{
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
  }
  
  .leftMenu-header a {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    color: rgba(255,255,255,0.8);
    line-height: 59px;
}
  #leftMenu .jumpMain:active{
    background: rgba(255,255,255,0.10);
  }
  .menu-logo{
    width: 112px;
    margin-top: 66px;
    margin-bottom: 50px;
  }
  .leftMenu-item{
    width: 100%;
    height: 59px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
    padding-left: 36px;
    padding-right: 36px;
    box-sizing: border-box;
  }
  .w-full{
    width: 100%;
  }
  .h-full{
    height: 100%;
  }
  .convoo-article{
    background-image: linear-gradient(1deg, #0F0108 1%, #3B0918 100%);
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 42px;
  }
  .convoo-title{
    font-size: 26px;
    color: #FFFFFF;
    text-align: center;
    line-height: 36px;
    font-weight: 700;
  }
 .line{
  margin-top: 31px;
  display: flex;
  align-items: center;
  justify-content: center;

 }
 .line img{
  margin-left: 12px;
  margin-right: 12px;
  width: 28px;
 }
 .line1,.line2{
  background-color: rgba(255,255,255,0.3);
  height: 0.5px;
  width: 102px;
 }
  .convoo-content{
      font-size: 14px;
      color: rgba(255,255,255,0.80);
      letter-spacing: 0;
      text-align: center;
      line-height: 20px;
      font-weight: 400;
      margin-top: 25px;
    }
  .convoo-btn{
    background-image: linear-gradient(90deg, #FF408F 0%, #FF066D 100%);
    border-radius: 24px;
    width: 219px;
    height: 48px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 18px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:30px auto 0;
  }