@charset "utf-8";
@font-face {
    font-family: 'HelveticaNeue';
    src: url(./font/Inter-Regular-9.otf);
}
@font-face {
    font-family: 'Inter';
    src: url(./font/Inter-VariableFont_opsz\,wght.ttf);
}
@font-face {
    font-family: 'poppins';
    src: url(./font/Poppins-Regular.ttf);
}
* {
  margin: 0;
  padding: 0;
}   
html,
body {
    font-family: Inter ,poppins,HelveticaNeue,Pingfang , Arial, sans-serif;;
  color: #000;
  height: 100%;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:any-link {
  color: unset;
}
ul,
li {
  list-style: none;
}
img{
  width: 100%;
}
.main {
  width: 100%;
}

.top-wrapper {
    background: url(images/bg.webp) no-repeat center / cover, linear-gradient(#01FDFF, #00FFFF 20%, #2492FF);
}
.top-content{
    margin-top: -1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 3.6rem 1.4rem;
}
.top-content-right{
  flex:1;
  line-height: 0;
  margin-right: 0.35rem;
}
.top-content-info h1{
    width: 4.92rem;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.25);
    font-weight: bold;
    font-size: 0.4rem;
    color: #FFFFFF;
    line-height: 0.54rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.top-content-info h3{
    font-family: Inter ,poppins,HelveticaNeue,Pingfang , Arial, sans-serif;
  font-size:clamp(21px, 8.816px + 1.62vw, 40px);
  line-height: 0.56rem;
  margin: 0.12rem 0 0.24rem;
  width: 5.1rem;
}
.top-content-info-title{
    width: 3.22rem;
    height: 1.52rem;
}
.top-content-left img{
    width: 6.73rem;
    height: 7.31rem;
    margin: 2rem 0 0 0;
}
.info-txt{
    text-shadow: 0px 2px 4px rgba(0,0,0,0.25);
    color: #FFFFFF;
    margin: 0.2rem 0 0.3rem;
    font-family: Inter ,poppins,HelveticaNeue,Pingfang , Arial, sans-serif;
    font-size:clamp(21px, 19px + 0.34vw, 25px);
    line-height: 28px;
  width: 4.69rem;
}
.btn{
    width: 4.7rem;
  display: flex;
  line-height: 0;
}
.btn a{
width: 2rem;
  display: block;
}
.btn a:first-child{
  margin-right: 0.52rem;
}
.content-wrapper-inner{
    background-color: #fff;
  padding: 2rem 3.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.last-content{
    padding-bottom: 0 !important;
}
.content-info{
  width: 4.6rem;
  font-size:  clamp(14px, 10px + 0.66vw,  24px);
  line-height: 27px;
}
.content-info p{
    font-family: Inter ,poppins,HelveticaNeue,Pingfang , Arial, sans-serif;
}
.content-info h4{
    font-family: Inter ,poppins,HelveticaNeue,Pingfang , Arial, sans-serif;
  font-size:clamp(32px, 29px + 0.5vw, 40px);
  line-height: 0.33rem;
  margin-bottom: 0.24rem;
}
.content-img{
  width: 5.8rem;
  line-height: 0;
}
.content-wrapper-gray{
  background: #CCFFFF !important;
}
.content-info-r {
  width: 5.31rem;
}
.content-info-l{
  width: 4.19rem;
}




@media screen and (max-width: 1440px) {
    .info-txt{
        width: 6.49rem;
    }
   
    .top-content-info h3{
        width: 6.1rem;
    }
   
    .top-content-info{
        width: 10rem;
    }
    .content-info{
 line-height: 24px;
        
    }
    .top-content{
        padding: 1.3rem 2rem;
    }
    .content-info-l {
        width: 5.99rem;
    }
    .content-info h4 {
        line-height: 28px;
    
    }
    .content-wrapper-inner{
        padding: 2rem 2rem;
        justify-content: space-around;
    }
}



/* Tech Section Styles */
.tech-wrapper {
    padding: 2rem 3.6rem;
    text-align: center;
}

.tech-wrapper h2 {
    font-size: 0.36rem;
    margin-bottom: 0.5rem;
}

/* Company Section Styles */
.company-wrapper {
    padding: 2rem 3.6rem;
    text-align: center;
}

