
.tgmenu__navbar-wrap ul {
    margin-right: 0;
}

.tg-btn span{
    width: 100%;
    text-align: center;
    justify-content: center;
}



.area__bg {
    background-position: top;
}




/* banner-area */
section.banner__area .banner__content {
    width: 100%;
}

section.banner__area .banner__content .title {
    font-size: 70px;
}


/* AI-area */
section.AI__area {
    padding: 150px 0;
    padding-bottom: 300px;
    background: linear-gradient(166deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 1) 100%);
}

section.AI__area h2 {
    font-size: 50px;
}

section.AI__area .prompt__input {
    display: flex;

}



section.AI__area h6 {
    color: #9E9E8C;
    margin-top: 40px;
    margin-bottom: 40px;
}

section.AI__area .prompt_text {
    height: 60px;
    border-radius: 20px;
    margin-right: -200px;
    background-color: #Fff;
    min-width: 500px;
    text-indent: 20px;
    color: #000;
}

section.AI__area .prompt_text::after {
    color: #9E9E8C;
    font-size: 16px;
}



section.AI__area p {
    margin-top: 20px;
}

/* roadmap-area */
section#roadmap {
    padding: 100px 0;
}

section#roadmap strong {
    color: #4B59F5;
}

section#roadmap .roadMap__img {
    margin-top: 100px;
    margin-bottom: 100px;
}

section#roadmap .center {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}



/* summary-area */
section.summary__area .choose__icon {
    height: 240px;
}

/* FAQ */
section#faq .progress__wrap {
    margin-top: 50px;
    margin-bottom: 50px;
}

section#faq .address__icon {
    display: flex;
    align-items: center;
}

section#faq .address__icon h5 {
    margin-left: 20px;
    color: var(--tg-theme-secondary)
}

/* Responsive */
/* mobile */
@media (min-width: 412px) {

    section.banner__area .banner__content .title,
    section.AI__area h2 {
        font-size: 35px;
    }

    section.banner__area .tg-btn-one,
    section.banner__area .tg-btn-one span {
        width: 246px;
    }

    section.AI__area .banner__img {
        padding: 50px;
    }

    section.AI__area .prompt__input {
        flex-direction: column;
        align-items: center;
    }

    section.AI__area .prompt_text {
        width: 100%;
        margin-right: 0;
        min-width: none;
    }

    section.AI__area .tg-btn {
        margin-top: 20px;
    }

    section.AI__area p {
        font-size: 13px;
    }

    section#faq iframe {
        width: 100%;
        height: 300px;
    }

    section#faq .download__icon-wrap {
        justify-content: center;
    }

}

/* tablet */
@media (min-width: 768px) {

    section.banner__area .banner__content .title,
    section.AI__area h2 {
        font-size: 50px;
    }

}

/* nootbook */
@media (min-width: 1200px) {
    section.AI__area .prompt_text {
        min-width: 440px;
    }

    section.banner__area .banner__content .title,
    section.AI__area h2 {
        font-size: 60px;
    }
}

/* pay solution */
.ps-form-popup{
    z-index: 9999;
}