html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
     
}
.about-main .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: url('/optPic/bg_about.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.about-main .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0;
}
.about-main .text-title {
    width: 100%;
}
.about-main .text-title .text-top{
    font-size: 32px;
    line-height: 36px;
    color: #fff;
    font-weight: 900 !important;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;

}
.about-main .text-bottom {
    font-size: 14px;
    line-height: 22px;
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    color: rgba(255, 255, 255, 0.72);
    text-align: center;
    font-weight: 400;
}

.about-main .start-main {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 104px;
    width: 96%;
    transform: translateX(-50%);
}
.h-13 {
    height: 48px;
}
.rounded-7 {
    border-radius: 28px;
}
.start-box {
    height: 48px;
    background-image: linear-gradient(90deg, #f92271 0%, #ff8000 100%);
    border-radius: 28px;
    opacity: 0.5;
    top: 0;
}

.bg-start-btn {
    background-image: linear-gradient(90deg, #f92271 0%, #ff8000 100%);
}
.about-main .screen-bottom {
    height: 80px;
    left: 0;
    bottom: 36px;
}
.about-main .screen-bottom-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}
.about-main .sec-content {
    background: #010001;
}
.pt-80 {
    padding-top: 80px;
}
.h-194 {
    height: 194px;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes scrollAr {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}
.aboutImg {
    animation: scroll 15s linear infinite;
}


.ar .aboutImg {
    animation: scrollAr 15s linear infinite;
}
.text-14p {
    font-size: 14px;
}
.mt-15p {
    margin-top: 15px;
}
.leading-22 {
    line-height: 22px;
}
.text-white-7 {
    color: rgba(255, 255, 255, 0.7);
}
.max-w-none {
    max-width: none;
}
.mt-108 {
    margin-top: 108px;
}

.about-main .title {
    text-align: center;
    font-family:
        Inter,
        Poppins,
        -apple-system,
        BlinkMacSystemPont,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        Noto Sans,
        sans-serif,
        system-ui;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.grid {
    display: grid;
}
.grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
}
.gap-5 {
    gap: 16px;
}
.mt-17 {
    margin-top: 17px;
}
.about-main .special .box {
    display: flex;
    min-height: 140px;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.51);
    border-style: solid;
}
.redBtnHover:before {
        background: rgba(255, 76, 67, 1);
        --tilt: 6.2rem;
    }
.about-main .boxName {
    margin-top: 10px;
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.about-main .boxDes {
    margin-left: 4px;
    margin-right: 4px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    color: rgba(255, 255, 255, 0.80);
  }
.boxIcon{
  width: 24px;
}
/* #content1.faqshow,#content3.faqshow,#content2.faqshow,#content4.faqshow,#content5.faqshow,#content6.faqshow,.ar #content7.faqshow
{max-height:57px;}
.id #content5.faqshow{max-height: 87px;}
.id #content4.faqshow{
  max-height: 70px;
} */
.faqbox{
  width: 100%;
  max-height: 400px;
}

.language-icon{
  transition: all 0.3s ease-in-out;
}
.faqshow .box,.language-icon.box{
  transform: rotate(180deg);
}

.faq-border{
  border-bottom: 1px solid rgba(255,255,255,0.06);
  height: 100%;

}


.faqshow .faq-border{
  border:none;
}
.about-main .down-icon{
  width: 100%;
  border:1px solid rgba(255,255,255,0.3);

}
.about-main .download-box{
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  justify-items: center;
}
.mb-108{
  margin-bottom: 108px;
}
.about-main .footer{
  padding-top: 46px;
  padding-bottom: 60px;
  background-color: #1B1B1B;


}
.mb-18{
  margin-bottom: 18px;
}
.text-white-3{
  color: rgba(255, 255, 255, 0.3);
}
.w-108{
  width: 108px;
}
.legend-17{
  line-height: 17px;
}
.mt-46{
  margin-top: 46px;
}
.leading-14{
  line-height: 14px;
}
.about-main .line{
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
  margin-top: 46px;
}
.text-10{
  font-size: 10px;
}

.ar{
  direction: rtl;
}
.toBottom{
  width: 24px;
  margin-left: 15px;
}
.ar .toBottom{
  margin-right: 15px;
}
 .leftBarIn {
    left: -240px;
  }

  .leftBarOut {
    left: -0;
  }
  .ar .leftBarIn{
    right:-240px;
    left:auto;
  
  }
  .ar .leftBarOut{
    right:0;
    left:auto;
  }

  .ar .icon-video{
    margin-left: 8px;
  }
  /* .faqbox .faq-text{
    display: block;
  }
  .faqshow .faq-text{
    display: none;
  } */
  .faq-content{
    width: 100%;
  }
@media (min-width: 768px) {
   
    .about-main .text-bottom {
        padding-left: 0;
        padding-right: 0;
        font-size: 7px;
        line-height: 10px;
        max-width: 1200px;
        margin:4vh auto 0;
        line-height: 36px;
        font-size: 24px;
        width:100%;
    }
    .about-main .text-title .text-top{
        max-width: 1100px;
        margin: 0 auto;
        font-size: 64px;
        line-height: 72px;
    }
    .about-main .content{
      padding-left: 64px;
      padding-right: 64px;
    }
    .btn-animation {
        animation: btnpulse 1.5s infinite; 
        animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    }
    
    @keyframes btnpulse {
        0% {
            transform: scale(1);
            opacity: 0.8;
        }
        100% {
            transform: scaleX(1.04) scaleY(1.5);
            opacity: 0;
        }
    }
    .about-main .screen-bottom {
        height: 80px;
        left: 0;
        bottom: 0;
    }
    .aboutImg{
      height: 319px;
    }
    .special-box{
      max-width:1100px;
      margin-top: 244px;
    }
    .about-main .title{
      font-size: 64px;
      line-height: 72px;
    }
    .makesSubTitle{
      font-size:24px;
      line-height: 36px;
      margin-top: 32px;
    }
    .about-main .special{
      margin-top: 64px;
      display: flex;
    }
    .about-main .special .box{
      height: 252px;
      width: 252px;
      border-radius: 12px;
    }
    .about-main .boxIcon{
      width: 48px;
    }
    .boxName{
        margin-top: 20px;
        margin-bottom: 16px;
        font-size: 24px;
        line-height: 32px;
    }
    .about-main .boxDes{
        margin-left: 0;
        margin-right: 0;
        font-size: 16px;
        line-height: 24px;
    }
    .about-main .faqmain{
      max-width: 1100px;
      margin-top: 244px;
    }
    .about-main .asktitle{
      font-size: 64px; 
      line-height: 72px;
    
    }
    .faqbox .faq-border{
      padding: 30px 32px;
      margin-left: 0;
      cursor: pointer;
    }
    #content1.faqshow, #content2.faqshow, #content3.faqshow, #content5.faqshow,#content4.faqshow, #content6.faqshow, .ar #content7.faqshow{
      max-height: 96px;
    }
    .faq-content{
      margin-top: 65px;
      padding-left: 0;
      padding-right: 0;
     
    }
    .faq-title{
      font-size:24px;
      line-height: 24px;
    }
    .faq-text{
      font-size:24px;
      padding-left: 32px;
      padding-right: 32px;
     
    }
    .download-main{
      max-width: 1100px;
      margin-top: 244px;
    }
    .download-box{
      margin-top: 74px;
      display: flex;
      justify-content: center;
    }
    .about-main .down-icon{
      width:240px;
      height: 72px;
      border-radius: 12px;
    }
    .about-main .enjoy{
      line-height:36px;
      font-size: 24px;
      margin-top: 98px;
    }
    .about-main .privacy{
      font-size: 24px;
      line-height: 36px;
      margin-top: 50px;
    }
    .about-main .footer{
      margin-top: 0;
      height:auto;
      padding-bottom: 41px;

    }
    .about-main .copy{
      font-size:14px;
      line-height: 20px;
      margin-top: 24px;
    }
    .footer-top{
      max-width:1100px;
      margin:0 auto;
      padding:0;
    }


}
