html,
body {
    overflow: hidden auto;
}

.main_logo img {
    width: 12.448vw;
    /* height: 2.188vw; */
}

.menu ul {
    display: flex;
    gap: 2.865vw;
    align-items: center;
}

.menu li {
    list-style: none;
}

.menu li a {
    text-decoration: none;
    color: #0b0b0be6;
    font-size: 1.042vw;
    font-weight: 400;
}

.get_started_btn {
    display: flex;
    gap: 0.521vw;
    align-items: center;
}

.sign_in {
    background: #0b0b0b1f;
    color: #0B0B0B;
    font-size: 0.938vw;
    font-weight: 400;
    border-radius: 2.604vw;
    padding: 1.042vw 1.458vw 1.042vw 1.458vw;
}

.get_started {
    background: #000000;
    color: #FFFFFF;
    font-size: 0.938vw;
    font-weight: 400;
    border-radius: 2.604vw;
    padding: 1.042vw 1.458vw 1.042vw 1.458vw;
}

.section_2 {
    margin-top: 5.156vw;
}

.agency_documentation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.agency_documentation img {
    width: 2.188vw;
    /* height: 2.188vw; */
}

.agency_documentation .transform_h {
    margin-top: 5.885vw;
    color: #0B0B0B;
    font-size: 1.042vw;
    font-weight: 400;
}

.agency_documentation .transform_h img {
    vertical-align: middle;
    width: 5.729vw;
    /* height: 2.083vw; */
}

.agency_documentation .agency_gpt {
    margin-top: 4.063vw;
    color: #0B0B0B;
    font-size: 5.919vw;
    font-family: 'Hagrid Trial Italic';
}

.agency_documentation .agency_p {
    margin: 0 auto;
    margin-top: 4.512vw;
    color: #0b0b0b9c;
    font-size: 1.042vw;
    font-weight: 400;
    max-width: 37.448vw;
    text-align: center;
    line-height: 1.4;
}

.get_started_btnn {
    margin-top: 4.583vw;
    display: flex;
    gap: 0.521vw;
    align-items: center;
}

.view_all_btn {
    text-align: center;
    margin-top: 6.354vw;
}

.view_all_btn a {
    background: #FEFBF1;
    color: #000000;
    border: 1px solid #000000;
    font-size: 0.938vw;
    font-weight: 400;
    border-radius: 2.604vw;
    padding: 1.042vw 1.458vw 1.042vw 1.458vw;
}

.view_all_btn p {
    margin-top: 2.5vw;
    color: #0b0b0b9c;
    font-size: 0.938vw;
    font-weight: 400;
}

.workflow_banner_wb {
    background: #000000;
    border-radius: 1.563vw;
    max-width: 94%;
    margin: 200px auto 0;
}
.workflow_banner_wb img{
    width: 100%;
    object-fit: cover;
    height: 590px;
    object-position: center;
}

.plan-section-heading p {
    font-size: 0.833vw;
    /* line-height: 1.6; */
}


.forsm {
    display: none;
}

.ham-button {
    background: none;
    display: none;
}
.power-full-boxes{
    display: flex;
    gap: 30px;
    justify-content: center;
}
.power-full-box{
    width: 33%;
}

/* responsive */
@media (max-width: 1280px) {
    .header_nav_links {
        gap: 1.5rem;
    }
    .logo_area2>img {
        height: 28px;
    }
}
@media (max-width: 1030px) {
    .d-none_web{
        display: none;
    }
    .ham-button{
        display: block;
    }
    .header_nav_links{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .power-full-box {
        flex-basis: 48%;
    }
    .power-full-agencygpt .why-agnecy-gpt .why-agnecy-gpt-content,
    .power-full-agencygpt .why-agnecy-gpt .why-agnecy-gpt-img{
        width: 100%;
    }
    .power-full-agencygpt .why-agnecy-gpt .why-agnecy-gpt-content{
        margin-top: 2rem;
    }
    .workflow_banner_wb img {
        height: 450px;
    }
    .faqsection .accordion-button {
        font-size: 18px;
    }
    .faqsection .accordion-body {
        font-size: 14px;
        line-height: 1.5;
    }
    .accordion-item {
        border-radius: 20px !important;
    }
}
@media (max-width: 900px) {
    .for_web {
        display: none;
    }

    .forsm {
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* padding: 20px 20px 0 20px; */

    }

    .ham-button {
        font-size: 28px;
        /* margin: 10px; */
    }


    .menu ul {
        flex-direction: column;
        gap: 24px;
    }

    .main_logo img {
        width: 30.448vw;
        /* height: 8.188vw; */
    }

    .sign_in {
        font-size: 2.938vw;
        padding: 2.042vw 2.458vw 2.042vw 2.458vw;
    }
    
     .get_started {
        /* font-size: 2.938vw;
        padding: 2.042vw 2.458vw 2.042vw 2.458vw;  */
        display: none;
    }

    .agency_documentation img {
        width: 7.188vw;
    }

    .agency_documentation .transform_h {
        font-size: 2.342vw;
    }

    .agency_documentation .transform_h img {
        width: 12.729vw;
    }

    .agency_documentation .agency_gpt {
        font-size: 9.919vw;
    }

    .agency_documentation .agency_p {
        font-size: 3.942vw;
        max-width: 90.448vw;
    }
}
@media (max-width:767px) {
    .faqsection {
        padding: 2rem 2rem 3rem;
    }
    .power-full-agencygpt .power-full-boxes .power-full-box .power-full-box-inner h3 {
        font-size: 24px;
    }
    .main_content .marquee span {
        font-size: 75px;
    }
    .main_content .marquee {
        gap: 1rem;
    }
    .head_sub {
        margin-top: 48px;
        text-align: center;
        line-height: 1.5;
    }
    
    .para_main {
        max-width: 600px;
        font-size: 16px;
    }
    .d-none_sm{
        display: none;
    }

    .theme_btn_dark, .theme_btn_border, .theme_btn_light {
        padding: 12px 18px;
        font-size: 13px;
    }
    .estate-p{
        font-size: 14px;
    }
    .head_sub>img {
        width: 48px;
    }
    .agentcy-more-btn a {
        font-size: 10px;
    }
    .example_area>p {
        font-size: 3vw;
        line-height: 1.5;
    }
}
@media (max-width:575px) {
    .power-full-boxes{
        gap: 10x;
    }
    .power-full-box {
        flex-basis: 100%;
    }
}