
.ai-bg {
    background-color: #121432;
}

#ai-banner {
    text-align: center;
}

h1 {
    font-size: 50px;
    color: #fff;
}

h4 {
    font-size: 26px;
    color: #fff;
    font-weight: 800;
}

p {
    color: #BDC4D8;
}

.tracup-ai {
    height: 80px;
}

#ai-banner h1 {
    margin-top: 100px;
    margin-bottom: 30px;
}

#ai-banner p {
    font-size: 18px;
}

.ai-button {
    height: 60px;
    padding: 0 20px;
    min-width: 254px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    border: none;
    background: var(--theme-primary-main);
    color: #fff;
    background: linear-gradient(126deg, #00E2FF 0%, #7142FF 34%, #FF6CFF 67%, #FCD1AD 100%);
    box-shadow: 0px 10px 30px 0px rgba(19,40,95,0.05);
}

.ai-button:hover {
    border: none;
    background: linear-gradient(126deg, #00E2FF 0%, #7142FF 34%, #FF6CFF 67%, #FCD1AD 100%);
    box-shadow: 0px 10px 30px 0px rgba(19,40,95,0.05);
    color: #fff;
}

.ai-video {
    margin-top: 80px;
    margin-bottom: 30px;
    width: 100%;
    border-radius: 24px;
}

.ai-pic {
    margin-top: 80px;
    width: 100%;
    box-shadow: 0px 20px 40px 0px rgba(19,40,95,0.08);
    border-radius: 24px;
}

.part {
    text-align: center;
    margin-top: 90px;
}

.part font {
    margin-bottom: 20px;
    background: linear-gradient(126deg, #00E2FF 0%, #7142FF 34%, #FF6CFF 67%, #FCD1AD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.part p {
    margin-top: 15px;
}

.featureDetail {
    margin-top: 40px;
    margin-bottom: 150px;
}

.detailBox {
    display: flex;
    margin-bottom: 40px;
}

.detailBox .blank {
    width: 20px;
    height: 1px;
}

.detail {
    flex-grow: 1;
    height: 400px;
    background: #0D0D23;
    border: 1px solid #21215E;
    border-radius: 24px;
    padding: 40px;
}

.detail p {
    margin-top: 15px;
}

.detail img {
    width: 100%;
    margin-top: 40px;
}

.limit {
   margin-top: 50px; 
}

.items {
    margin-top: 60px;
    margin-bottom: 130px;
}

.limitItemBox {
    display: flex;
    margin-bottom: 20px;
}

.limitItemBox .blank {
    width: 20px;
    height: 1px;
}

.limitItem {
    flex-grow: 1;
    /* min-height: 214px; */
    background: #0D0D23;
    border: 1px solid #21215E;
    border-radius: 24px;
    padding: 40px;
    text-align: left;
}

.icon {
    width: 26px;
    height: 26px;
    margin-bottom: 16px;
}

.navbar .tracup-btn-text {
    background: var(--theme-primary-main);
}

#start-now {
    background: linear-gradient(133deg, #00E2FF 0%, #7142FF 34%, #FF6CFF 67%, #FCD1AD 100%);
}

#start-now h2, #start-now p {
    color: #fff;
}

#start-now h2 {
    font-size: 50px;
}

#start-now .start-now {
    margin-top: 40px;
    margin-bottom: 30px;
}

#start-now .start-now button {
    height: 40px;
    margin: 4px;
    line-height: 40px;
    border-radius: 8px;
}