html, body{
    font-family: 'Satoshi', sans-serif;;
    font-size: 16px;
}

:root{
    --primary-color : #ffffff;
    --secondary-color: #000000;
    --hero-bg-color: #000D14;
    --primary-text-color: #124cb7;
    --secondary-text-color: #72CEFF;
    --hero-text-color: #8ecfff;
    --hero-text-size: 3.1rem;
    --heading-text-size: 6rem;
    --sub-heading-text-size: 2rem;
    --text-size: 1rem;
    --line-color: #72ceff33;
}

.vertical-right {
    border-left: 1px solid rgb(255, 255, 255);
    height: 100vh;
    position: absolute;
    left: 18em;
}

.horizontal-line{
    border-bottom:0.5px solid var(--line-color);
    width: 99.9%;
    position: absolute;
    /* top: 236px; */
}

.bt-line-1{
    bottom: -140px;
}

.bt-line-2{
    bottom: 20px;
}
.vertical-left{
    border-left: 1px solid rgb(255, 255, 255);
    height: 100vh;
    position: absolute;
    right: 18em;
}

.navbar{
    position: absolute;
    width: 100%;
    border-bottom: 0.5px solid var(--line-color);
    --bs-navbar-padding-y: 0;
    z-index: 4;
}
/* .nav-container::after{
    content: "";
    border-left: 0.5px solid var(--line-color);
    height: 100%;
    position: absolute;
}
.nav-container::before{
    content: "";
    border-right: 0.5px solid var(--line-color);
    height: 100%;
    position: absolute;
} */

.container-border-lf{
    border-left: 0.5px solid var(--line-color);
    border-right: 0.5px solid var(--line-color);
   
}

.container-border-tb{
    border-top: 0.5px solid var(--line-color);
    border-bottom: 0.5px solid var(--line-color);
   
}
.nav-link{
    margin-top: 14px;
}

.nav-btn{
    margin-top:-10px !important;
}

.hero-text{
    font-size: var(--hero-text-size);
    font-weight: bold;
    color: var(--hero-text-color);
    margin-top: 100px;
    background: -webkit-linear-gradient(#77C6FF, #D4EDFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-text::after{
    content: "";
    border-bottom: 0.5px solid var(--line-color);
    width: 100%;
    position: absolute;
    top: 218px;
    left: 0;
}

.sub-hero-text{
    padding-top:2em;
    color: var(--seco--secondary-text-colorndary-color);
}

.sub-hero-text::after{
    content: "";
    border-bottom: 0.5px solid var(--line-color);
    width: 100%;
    position: absolute;
    top: 314px;
    left: 0;
}

#countdown{
    text-align: center;
    font-size: 38px;
}




.h1-text{
    font-size: var(--hero-text-size);
    font-weight: bold;
    color: var(--primary-text-color);
}

/* .section{
    
} */
 .p-text{
    color: var(--secondary-text-color);
 }

#first-section{
    background-color: rgb(24, 28, 50);
    transition:all 1s;
    color: var(--hero-text-color);
    background-image: url('../assets/img/hergo-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.progress-bar{
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 100vh;
}


@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


.progress{
    background: linear-gradient(#77c6ff, #d4edff);
    margin: 4px;
    border: 1px solid #0005281F;
    box-shadow: 0px 0px 20px 0px #B0DEFF66;
}

.hero-section{
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    padding-top: 4em;
    position: relative;
}
.hero-parent{
    width: 46em;
}

.about-us-parent{
    padding-top:7em;
    width: 46em;;
}

.hero-img{
    margin-top:32px;
    z-index: 4;
}

.waitlist-div{
    position: relative;
    width: 100%;
    /* padding-top:4px;
    padding-bottom: 4px; */
  }

.waitlist-parent::after{
    content: "";
    border-bottom: 0.5px solid var(--line-color);
    width: 100%;
    position: absolute;
    top:916px;
    left: 0;
}

  .waitlist-div-input {
    width: 100%;
    border-radius: 100px;
    padding: 16px 100px 16px 20px;
    line-height: 1;
    box-sizing: border-box;
    outline: none;
    color: #8ecfff;
    font-size: 20px;
    background: linear-gradient(180deg, rgba(26, 38, 46, 0.06) 0%, rgba(212, 237, 255, 0.06) 92.86%);
    border: 1px solid #FFFFFF0A;
    box-shadow: 0px 0px 40px 0px #B0DEFF0A;
  }
  .waitlist-div-input::placeholder{
    color: #8ecfff5e;
    font-size: 20px;
  }

  
.cust-btn{
    background: #0a1e28;
    color: #72ceff;
    outline: none;
    font-weight: bold;
    font-size: 0.8rem;
    margin: 0;
    padding: 10px 14px;
    border-radius: 100px;
    border: 1px solid #72ceff;
}
.cust-btn:hover{
    border: 1px solid #8ecfff;
}
.w-div{
    background: linear-gradient(180deg, rgb(114 206 255 / 0%) 0%, rgba(191, 233, 255, 0.2) 100%);
    box-shadow: 0px 2px 12px 0px #00000014;
    backdrop-filter: blur(8px);
}

  .waitlist-div-botton {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    z-index: 2;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 16px;
    background: linear-gradient(#77c6ff, #d4edff);
    color: #000000;
    margin: 4px;
    border: 1px solid #0005281F;
    box-shadow: 0px 0px 20px 0px #B0DEFF66;
}

.buy-now-botton {
    
    right: 3px;
    top: 3px;
    bottom: 3px;
    z-index: 2;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 16px;
    background: linear-gradient(#77c6ff, #d4edff);
    color: #000000;
    margin: 4px;
    box-shadow: 0px 0px 20px 0px #B0DEFF66;
}

.section{
    /* padding-top:8em;
    padding-bottom: 8em; */
}

.accordion-button{
    background: linear-gradient(180deg, rgb(114 206 255 / 0%) 0%, rgba(191, 233, 255, 0.2) 100%);
   
    box-shadow: 0px 2px 12px 0px #00000014;
    backdrop-filter: blur(8px);
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background: none;
    border-bottom: 1px dashed #72CEFF;
    background: linear-gradient(180deg, rgb(114 206 255 / 0%) 0%, rgba(191, 233, 255, 0.2) 100%);
}

.accordion-item{
    background: linear-gradient(180deg, rgb(114 206 255 / 0%) 0%, rgba(191, 233, 255, 0.2) 100%);
    border: 1px dashed #72CEFF;
    box-shadow: 0px 2px 12px 0px #00000014;
    backdrop-filter: blur(8px);
    margin-bottom: 20px;;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px dashed #72CEFF;;
}
.accordion-item:first-of-type{
    border-radius: none;
}

.accordion-item:last-of-type .accordion-button.collapsed{
    border-radius: none;
}

.accordion-button:after {
    content: '-'; /* Default: Show plus */
    font-size: 1.5rem;
    margin-left: auto;
}

.accordion-button.collapsed:after {
    content: '+'; /* Show minus when expanded */
}

.accordion-button::after {
    background-image: unset;
}

.accordion-button:not(.collapsed)::after {
    background-image: unset;
}

.accordion-body{
    text-align: left;
}

.section-parent{
    width: 46em;
    padding-top: 100px;
}

.section-faq, .partner-section, .video-section, .aboutus-section{
    background: #d4efff;
    background-image: url('../assets/img/Vector.png');
}

.faq-text{
    color: #29343d;
}

.p-text-primary{
    color: #000000;
}

.video-c{
    padding-top: 5em;
}

.video-iframe{
    border-radius: 20px;
    border: 0.5px solid var(--line-color);
    /* margin-top: 10em; */
    box-shadow: 0px 6px 5px 6px #0000003d;
}

.footer{
    background-color: var(--hero-bg-color);
    background-image: url('../assets/img/footer.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-top{
    /* height: 80px;
    width: 100vw; */
    border-bottom: 0.5px solid var(--line-color);
}

.footer-bottom{
    /* height: 80px;
    width: 100vw; */
    border-top: 0.5px solid var(--line-color);
}

.f-spacer{
    height: 60px;
}

.f-btn{
    background: linear-gradient(#77c6ff, #d4edff);
    color: #000000;
    margin: 4px;
    border: 1px solid #0005281F;
    box-shadow: 0px 0px 20px 0px #B0DEFF66;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.f-p-h{
    color: #72CEFF;
    font-weight: bold;
    text-transform: capitalize;
}

.f-p-t{
    color: #72CEFF;
    margin:0px;
}

.f-link{
    text-decoration: none;
    color: #72CEFF;
}
.osem-img-div{
    /* background: linear-gradient(180deg, rgb(114 206 255) 0%, rgb(191 233 255) 100%); */
    background-color: #000D14;
    box-shadow: 0px 2px 12px 0px #00000014;
    backdrop-filter: blur(8px);
    padding: 10px;
    border-radius: 8px;
}

.osem-img-div>img{
    padding:10px;
}

.partner-img{
    padding: 10px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgb(114 206 255 / 0%) 0%, rgba(191, 233, 255, 0.2) 100%);
    box-shadow: 0px 2px 12px 0px #00000014;
    backdrop-filter: blur(8px);
    width: auto;
    height: 52px;
}

.toplogo[data-v-7ed03396] {
    max-height2: 50px;
    pointer-events: none;
    stroke: #14db88;
    -webkit-animation: dashoffset-7ed03396 5s infinite both,fill-opacity-7ed03396 5s infinite both,stroke-opacity-7ed03396 5s infinite both;
    animation: dashoffset-7ed03396 5s infinite both,fill-opacity-7ed03396 5s infinite both,stroke-opacity-7ed03396 5s infinite both;
    stroke-dasharray: 500%;
    stroke-dashoffset: 500%;
    stroke-width: 2px
}

/* Marquee container for hiding overflow */
.marquee-container {
    width: 100%; /* Set width of the marquee */
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    box-sizing: border-box;
  }
  
  /* Marquee content */
  .marquee {
    display: inline-flex;
    /* animation: scroll 10s linear infinite; */
    justify-content: space-between;
    padding-top:20px; 
    padding-bottom: 20px;
  }
  .marquee-content{
    display: flex;
  }
  
  /* Images in the marquee */
  .marquee img ,splide__slide img{
    width: auto; 
    height: 32px; 
    margin-right: 10px; /* Optional spacing between images */
  }
  
.partner-parent{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}
/*services start*/
.services-modal-body {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 300px;
    overflow: hidden;
    z-index: 999;
}
.services-modal-body .body{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
    padding: 30px 15px;
    box-sizing: border-box;
    border-radius: 4px;
}
.services-modal-body .body img{
    width: 80%;
}
.services-modal-body .body p{
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #666666;
}
.services-modal-body .body p.service-title{
    height: 20px;
    line-height: 20px;
    margin: 15px 0 10px 0;
    font-size: 16px;
    color: #3878fe;
}
.services-modal-body .body p.phone{
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}
.services-modal-body .close{
    color: #FFFFFF;
    font-size: 40px;
    text-align: center;
}
.services-modal-body .close i{
    font-size: 30px;
}
.modal-content{
    background-color:transparent;
    border: none;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-shibai:before {
  content: "\e8c5";
}
/*services end*/
.wechat-service {
    position: fixed;
    right: 15px;
    bottom: 100px;
    width: 60px;
    height: 60px;
    background-color: #07C160;
    border-radius: 50%;
    text-align: center;
    display: none;
    cursor: pointer;
    z-index: 999;
}
.wechat-service:hover{
    animation: shake 800ms ease-in-out;
}
.wechat-service i{
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #FFFFFF;
    font-size: 30px;
}

.carousel-triple {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.carousel-img {
    width: 350px;
    height: 500px;
    object-fit: contain;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.carousel-img:hover {
    transform: scale(1.05);
}

/* 自定义轮播控制按钮 */
.custom-carousel-control {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.custom-carousel-control:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 30px;
    height: 30px;
}

/* Lightbox styles */
.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
}

.lightbox-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.lightbox .modal-content {
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
    margin: 0;
}

.close {
    position: absolute;
    right: 35px;
    top: 15px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1000;
}
/* 响应式样式 */
.hero-text {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.sub-hero-text {
    font-size: 1.1rem;
    line-height: 1.6;
    padding: 0 15px;
    margin-bottom: 1.5rem;
}

.button-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    padding: 0 15px;
}

.buy-now-botton {
    white-space: nowrap;
    padding: 10px 20px;
    font-size: 1rem;
}

.responsive-img {
    max-width: 100%;
    height: auto;
    padding: 15px 15px 0px 15px;
}

/* 移动端适配 */
@media screen and (max-width: 1200px) {
    .hero-text {
        font-size: 1.8rem;
        padding: 0 10px;
    }

    .sub-hero-text {
        font-size: 1rem;
        padding: 0 20px;
    }

    .button-group {
        flex-direction: column;
        align-items: center;
    }

    .buy-now-botton {
        width: 90%;
        max-width: 300px;
        margin: 5px 0;
    }

    .hero-img {
        padding: 10px 10px 0px 10px;
    }

    .responsive-img {
        padding: 10px 10px 0px 10px;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .section {
        overflow: hidden;
    }
}

/* 更小屏幕的优化 */
@media screen and (max-width: 480px) {
    .hero-text {
        font-size: 1.5rem;
    }

    .sub-hero-text {
        font-size: 0.9rem;
        padding: 0 15px;
    }

    .buy-now-botton {
        font-size: 0.9rem;
        padding: 8px 16px;
    }
}
/* 移动端适配 */
@media screen and (max-width: 768px) {
    .carousel-triple {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .carousel-img {
        width: 100%;
        max-width: 300px;
        height: auto;
    }

    .carousel-item:not(.active) {
        display: none;
    }

    .custom-carousel-control {
        width: 40px;
        height: 40px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 20px;
        height: 20px;
    }
}

.accordion-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.accordion-row {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.accordion-item {
    flex: 1;
    position: relative;
}

.accordion-btn {
    width: 100%;
    border: none;
    background: none;
    cursor: pointer;
    padding: 10px;
}

.partner-img {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    transition: transform 0.3s ease;
}

.accordion-btn:hover .partner-img {
    transform: scale(1.05);
}

.accordion-content {
    position: absolute;
    left: 0;
    right: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: #f9f9f9;
    padding: 0 20px;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.accordion-content.active {
    max-height: 200px;
    padding: 5px;
}

/* 响应式设计 */
@media screen and (max-width: 768px) {
    .partner-parent {
        margin-top: 10px;     /* 减少顶部边距 */
        padding-top: 10px;     /* 减少顶部内边距 */
        position: relative;
    }

    .accordion-container {
        position: relative;   /* 确保内容正确定位 */
        z-index: 1;          /* 控制层级 */
    }

    .accordion-row {
        flex-direction: column;
        align-items: center;
        gap: 30px;           /* 增加垂直间距 */
    }

    .accordion-item {
        width: 100%;
        max-width: 80%;
        margin-bottom: 20px;  /* 增加底部间距 */
    }

    .accordion-content {
        position: relative;
        width: 100%;
        margin-top: 15px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .partner-img {
        height: auto;
    }

    .accordion-content.active {
        max-height: 220px;
        padding: 15px;
        margin-bottom: 20px;
    }

    /* 第一个元素的特殊处理 */
    .accordion-item:first-child {
        margin-top: 20px;    /* 确保第一个元素有足够上方间距 */
    }

    /* 最后一个元素的特殊处理 */
    .accordion-item:last-child .accordion-content.active {
        margin-bottom: 0;
    }
}

/* 更小屏幕的优化 */
@media screen and (max-width: 480px) {
    .partner-parent {
        margin-top: 10px;     /* 减少顶部边距 */
        padding-top: 10px;     /* 减少顶部内边距 */
        position: relative;
    }

    .accordion-item {
        max-width: 95%;
    }

    .partner-img {
        max-width: 160px;
    }

    .accordion-content {
        font-size: 14px;
    }
}

.partner-section {
    min-height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 0;
}

.partner-section h2 {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .partner-section {
        min-height: auto;
        height: auto;
        padding: 20px 0;  /* 减少上下内边距 */
    }

    .partner-section h2 {
        margin-bottom: 20px;  /* 减少标题下方间距 */
    }

    .partner-parent {
        margin-top: 10px;     /* 减少顶部边距 */
        padding-top: 10px;     /* 减少顶部内边距 */
        position: relative;
    }
}

@media screen and (max-width: 480px) {
    .partner-section {
        padding: 15px 0;       /* 更小屏幕进一步减少内边距 */
    }

    .partner-section h2 {
        margin-bottom: 15px;   /* 更小屏幕减少标题下方间距 */
    }


}

@media screen and (max-width: 768px) {
    .mobile-centered {
        width: 90%;  /* 控制宽度 */
        margin: 0 auto;  /* 水平居中 */
        max-width: 500px;  /* 最大宽度限制 */
    }

    .accordion-button {
        text-align: center;  /* 按钮文字居中 */
        justify-content: center;  /* 按钮内容居中 */
    }

    .accordion-body {
        text-align: left;  /* 内容文字左对齐 */
        padding: 15px;  /* 适当的内边距 */
    }
}

@media screen and (max-width: 480px) {
    .mobile-centered {
        width: 95%;  /* 更小屏幕略微增加宽度占比 */
    }
}
 @keyframes shake {
    10%, 90% { transform: translate3d(-1px, 0, 0); }
    20%, 80% { transform: translate3d(+2px, 0, 0); }
    30%, 70% { transform: translate3d(-4px, 0, 0); }
    40%, 60% { transform: translate3d(+4px, 0, 0); }
    50% { transform: translate3d(-4px, 0, 0); }
}
  /* Animation keyframes */
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }

.desktop-div {
  display: block; /* 默认显示 */
}
.mobile-div {
  display: none; /* 默认隐藏 */
}
  /* Responsive Design */
  @media (max-width: 768px) {
    .section-parent{
        width: unset;
    }
    .about-us-parent{
        width: unset;
    }
    .waitlist-div {
        position: unset;
        text-align: center;
    }
    .waitlist-div-botton{
        position: unset;
        margin-top: 18px;
    }
    
    .navbar{
        background: #061820;
    }
    .waitlist-parent::after{
        border-bottom: unset;
    }
    .container-border-tb{
        border-top: unset;
        border-bottom: unset;
    }
    .horizontal-line{
        border-bottom: unset;
    }
    .f-btn{
        line-height: 4;
    }
    .marquee img {
        height: 40px;
        width: auto;
    }
    .partner-parent{
        flex-direction: column;
        gap: 10px;
    }
    .desktop-div {
        display: none; /* 在手机尺寸下隐藏 */
     }
    .mobile-div {
        display: block; /* 在手机尺寸下显示 */
    }
    
  }