/*#region hero_section*/

.hero_section {
    padding: 8.333vw 3.208vw;
}

.main_cont_searchchat {}

.main_cont_searchchat>h5 {
    font-size: 0.833vw;
    font-weight: 800;
    text-transform: capitalize;
    text-align: center;
    color: #FFFFFF;
}

.main_cont_searchchat h1 {
    padding-top: 2.917vw;
    font-size: 4.688vw;
    font-weight: 300;
    color: #FFFFFF;
    text-transform: capitalize;
    text-align: center;
    margin: 0 auto;
    max-width: 76.771vw;

}

.main_cont_searchchat h1 span {
    font-weight: 900;
    background: linear-gradient(30deg, #FFFFFF 80%, #FFFFFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main_cont_searchchat p {
    padding-top: 3.646vw;
    font-size: 1.042vw;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    max-width: 45.677vw;
    line-height: 1.4;
}

.searchbox_img {
    margin-top: 7.708vw;
    display: flex;
    gap: 1.042vw;
    justify-content: center;
    align-items: center;

}

.searchbox, 
.copilot {
    max-width: 46.563vw;
    border-radius: 1vw;
    background-color: #2F2F2F;
    padding: 1px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.searchbox img,
.copilot img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 1.6vw;
}
.chat_tag{
    color: #fff;
    font-size: 1.6vw;
    text-transform: uppercase;
    margin-bottom: -2.8vw;
    background: #2F2F2F;
    padding: 0.6vw 1.5vw;
    border-radius: 0 0 1vw 1vw;
}
@media (max-width: 1056px) {
    .main_cont_searchchat>h5 {
        font-size: 1.133vw;
    }

    .main_cont_searchchat p {
        font-size: 1.342vw;
        max-width: 58.677vw;
    }
}

@media (max-width: 800px) {
    .main_cont_searchchat>h5 {
        font-size: 1.433vw;
    }

    .main_cont_searchchat p {
        font-size: 1.742vw;
        max-width: 75.677vw;
    }

    .main_cont_searchchat h1 {
        max-width: 67.771vw;
        font-size: 5.688vw;
    }
}

@media (max-width: 768px) {
    .searchbox_img {
        flex-direction: column;
        gap: 5vw;
    }

    .searchbox,
    .copilot {
        max-width: 500px;
    }
    .searchbox, .copilot {
        border-radius: 12px;
    }
    .searchbox img, .copilot img {
        border-radius: 18px;
    }
    .chat_tag {
        font-size: 18px;
        margin-bottom: -2.3rem;
        padding: 0.6rem 1.5rem;
        border-radius: 0 0 1vw 1vw;
    }
    .searchbox_img {
        flex-direction: column;
        gap: 3rem;
    }
}

@media (max-width: 670px) {
    .main_cont_searchchat>h5 {
        font-size: 1.733vw;
    }

    .main_cont_searchchat p {
        font-size: 1.942vw;
        max-width: 80.677vw;
    }

    .main_cont_searchchat h1 {
        max-width: 79.771vw;
        font-size: 6.688vw;
    }
}


@media (max-width: 480px) {
    .main_cont_searchchat>h5 {
        font-size: 2.1vw;
    }

    .main_cont_searchchat p {
        font-size: 2.442vw;
        max-width: 85.677vw;
    }

    .main_cont_searchchat h1 {
        max-width: 98.771vw;
        font-size: 7.5vw;
    }
}


@media (max-width: 425px) {

    .searchbox,
    .copilot {
        max-width: 73.563vw;
    }

    .searchbox img,
    .copilot img {
        max-width: 70.563vw;
    }
}


@media (max-width: 390px) {
    .main_cont_searchchat>h5 {
        font-size: 2.5vw;
    }

    .main_cont_searchchat p {
        font-size: 3.3vw;
        max-width: 85.677vw;
    }

    .main_cont_searchchat h1 {
        max-width: 98.771vw;
        font-size: 7.63vw;
    }
}

@media (max-width: 380px) {

    .searchbox,
    .copilot {
        max-width: 83.563vw;
    }

    .searchbox img,
    .copilot img {
        max-width: 80.563vw;
    }
}

@media (max-width: 320px) {

    .searchbox,
    .copilot {
        max-width: 89.563vw;
    }

    .searchbox img,
    .copilot img {
        max-width: 84.563vw;
    }
}

/*#endregion */


/*#region search_chat*/
.search_chats {
    position: relative;
    padding: 10.417vw 5.208vw 13.021vw 5.208vw;
}

.search_chat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.search_chat h2 {
    font-size: 3.646vw;
    font-weight: 300;
    background: linear-gradient(30deg, #FFFFFF 80%, #FFFFFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8.594vw;
}

.search_chat h2 span {
    font-weight: 900;
}

.search_chat .innovative {
    font-size: 2.083vw;
    font-weight: 400;
    color: #FFFFFF;
    max-width: 75.833vw;
    margin: 0 auto;
    line-height: 1.6;
}

.search_chat .traditional {
    padding-top: 5.208vw;
    font-size: 2.083vw;
    font-weight: 400;
    color: #FFFFFF;
    max-width: 75.833vw;
    margin: 0 auto;
    line-height: 1.6;
}

/* responsive */

@media(max-width: 768px) {
    .search_chat h2 {
        font-size: 4.646vw;
    }

    .search_chat .innovative {
        font-size: 2.583vw;
    }

    .search_chat .traditional {
        font-size: 2.583vw;
    }
}

@media(max-width: 555px) {
    .search_chat h2 {
        font-size: 5.646vw;
    }

    .search_chat .innovative {
        font-size: 3vw;
    }

    .search_chat .traditional {
        font-size: 3vw;
    }
}

@media(max-width: 450px) {
    .search_chat h2 {
        font-size: 6.446vw;
    }

    .search_chat .innovative {
        font-size: 3vw;
    }

    .search_chat .traditional {
        font-size: 3vw;
    }
}

@media(max-width: 380px) {
    .search_chat h2 {
        font-size: 7.446vw;
    }

    .search_chat .innovative {
        font-size: 4vw;
    }

    .search_chat .traditional {
        font-size: 4vw;
    }
}

/*#endregion */


/*#region introducing_ferdy*/

.introducing_ferdy{
    padding: 13.021vw 6.25vw;
}

.repeat_head h2 {
    font-size: 3.646vw;
    font-weight: 300;
    background: linear-gradient(30deg, #FFFFFF 80%, #FFFFFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 4.948vw;
    text-align: center;
}

.repeat_head h2 span {
   font-weight: 900;
} 

.repeat_head p {
    text-align: center;
    font-size: 1.042vw;
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 4.948vw;
    max-width: 34.844vw;
    margin: 0 auto;
    line-height: 1.4;
}


.repeat_head p span {
    font-weight: 900;
}

.exclusive___offers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5vw;
    /* margin: 0 auto; */
    margin-top: 5vw;
    /* max-width: 65vw; */
}

.unified__shopping {
    background: linear-gradient(30deg, #17171C, #101013);
    padding: 1.8vw;
    border: 1px solid #00000015;
    border-radius: 1vw;
    transition: 0.5s ease;
    width: 100%;
    max-width: 20vw;
}

.unified__shopping:hover {
    transform: scale(1.08);
}

.unified__shopping img {
    width: 5vw;
}

.unified__shopping h2 {
    padding-top: 1.667vw;
    width: 100%;
    line-height: 1.4;
    font-size: 1.25vw;
    font-weight: 600;
    color: #FFFFFF;
}

.unified__shopping p {
    padding-top: 0.729vw;
    font-size: 0.833vw;
    font-weight: 400;
    color: #898C9E;
    width: 100%;
    line-height: 1.4;

}

@media (max-width:1024px) {
    .repeat_head h2 {
        font-size: 4vw;
    }

    .repeat_head p {
        font-size: 1.5vw;
        max-width: 49.844vw;
    }
}

@media (max-width:667px) {
    .repeat_head h2 {
        font-size: 5vw;
    }

    .repeat_head p {
        font-size: 2vw;
        max-width: 65.844vw;
    }
}

@media (max-width:450px) {
    .repeat_head h2 {
        font-size: 7vw;
    }

    .repeat_head p {
        font-size: 2.5vw;
        max-width: 73.844vw;
    }

    .repeat_head p {
        font-size: 2vw;
        max-width: 65.844vw;
    }
}

@media (max-width:991px) {
    .unified__shopping img {
        width: 7vw;
    }

    .unified__shopping h2 {
        padding-top: 1.5vw;
        font-size: 2vw;
    }

    .unified__shopping p {
        padding-top: 0.5vw;
        font-size: 1.5vw;
    }

    .unified__shopping {
        padding: 2.1vw;
        max-width: 30vw;
        border-radius: 1.5vw;
    }
}

@media (max-width:767px) {
    .unified__shopping {
        padding: 1.5rem;
        max-width: 100%;
        border-radius: 18px;
    }

    .unified__shopping img {
        width: 60px;
    }

    .unified__shopping h2 {
        padding-top: 12px;
        font-size: 22px;
    }

    .unified__shopping p {
        padding-top: 5px;
        font-size: 14px;
    }

    .exclusive___offers {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px;
        margin: 0 auto;
        margin-top: 4rem;
        max-width: 450px;
    }

    .discover__brands {
        padding: 4rem 1rem 8rem;
    }
}

@media (max-width:380px) {
    .repeat_head h2 {
        font-size: 8vw;
    }

    .repeat_head p {
        font-size: 3.5vw;
        max-width: 84.844vw;
    }
}


/*#endregion */

/*#region demonstrating*/

.demonstrating {
    padding: 6.7vw 4.5vw 20VW;
    background: #F6F6F6;
    margin-bottom: -20vw;
}

.demonstrating_head h2{
    text-align: center;
    font-size: 3.646vw;
    font-weight: 300;
    color: #0B0B0B;
    max-width: 47.969vw;
    margin: 0 auto;
    padding-bottom: 9.635vw;
}

.demonstrating_head h2 span{
     font-weight: 900;
}

.ai_search{
    display: flex;
    justify-content: center;
    gap: 1.458vw;
    width: 100%;
}

.ask_ferdy{
    width: 100%;
    padding: 2.042vw;
    max-width: 45.781vw;
    background-color: #ECECEC;
    border-radius: 1.042vw;
    width: 100%;
}

.ask_ferdy_2{
    margin-top: 1.458vw;
    width: 100%;
    padding: 2.042vw;
    max-width: 93.021vw;
    background-color: #ECECEC;
    border-radius: 1.042vw;
}

.ask_ferdy h5, .ask_ferdy_2 h5{
    text-align: center;
    margin-top: 2.813vw;
    color: #0E0E0E;
    font-weight: 700;
    font-size: 1.146vw;
}

.ask_ferdy h2, .ask_ferdy_2 h2{
    text-align: center;
    padding-top: 3.125vw;
    color: #0E0E0E;
    font-weight: 500;
    font-size: 3.646vw;
}

.ask_ferdy p{
    text-align: center;
    padding-top: 2.813vw;
    color: #000000;
    opacity: 60%;
    font-weight: 400;
    font-size: 0.938vw;
    max-width: 31.51vw;
    margin: 0 auto;
    line-height: 1.4;
}

.ask_ferdy_2 p{
    text-align: center;
    padding-top: 2.813vw;
    color: #000000;
    opacity: 60%;
    font-weight: 400;
    font-size: 0.938vw;
    max-width: 47.208vw;
    margin: 0 auto;
    line-height: 1.4;
}

.ask_ferdy_2 p span{
    font-weight: 800;
}

.ask_ferdy h6, .ask_ferdy_2 h6{
    text-align: center;
    margin-top: 2.396vw;
    color: #0E0E0E;
    font-weight: 800;
    font-size: 1.042vw;
    padding-bottom: 2.656vw;

}

.chat_box {
    width: 100%;
    max-width: 43.698vw;
    background-color: #F6F6F6;
    border-radius: 1.042vw;
    aspect-ratio: 1.5 / 1;
    padding: 2vw;
}
.chat_box_2{
    width: 100%;
    max-width: 90.938vw;
    background-color: #F6F6F6;
    aspect-ratio: 3 / 1;
    border-radius: 1.042vw;
    padding: 2vw;
}
.chat_black{
    background: #000;
    color: #fff;
    width: fit-content;
    padding: 1vw;
    font-size: 1vw;
    border-radius: 0.5vw;
    margin-left: auto;
    box-shadow: 0 0 15px #00000023;
}
.chat_white{
    background: #fff;
    color: #000;
    width: fit-content;
    padding: 1vw;
    font-size: 1vw;
    border-radius: 0.5vw;
    box-shadow: 0 0 15px #00000023;
    margin-top: 2vw;
}
.wrapper_searchat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.icon_circel {
    aspect-ratio: 1 / 1;
    background: linear-gradient(#000, #2E2E2E);
    border-radius: 100%;
    width: 100%;
    max-width: 6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.5vw solid #fff;
    position: absolute;
    z-index: 1;
}
.icon_circel >svg{
    width: 100%;
    max-width: 2vw;
}
.ico_plus{
    top: 5vw;
}
/* responsive */

@media (max-width: 1040px){
    .ask_ferdy h5, .ask_ferdy_2 h5 {
        font-size: 1.236vw;
    }

    .ask_ferdy h2, .ask_ferdy_2 h2 {
        font-size: 4.446vw;
    }

    .ask_ferdy p {
        font-size: 1.438vw;
        max-width: 42.51vw;
    }

    .ask_ferdy_2 p {
        font-size: 1.438vw;
        max-width: 42.51vw;
    }

    .ask_ferdy h6, .ask_ferdy_2 h6 {
        font-size: 1.342vw;
    }
}

@media (max-width: 772px){
    .ask_ferdy h5, .ask_ferdy_2 h5 {
        font-size: 1.436vw;
    }

    .ask_ferdy h2, .ask_ferdy_2 h2 {
        font-size: 4.9vw;
    }

    .ask_ferdy p {
        font-size: 1.638vw;
        max-width: 46.51vw;
    }

    .ask_ferdy_2 p {
        font-size: 1.638vw;
        max-width: 46.51vw;
    }

    .ask_ferdy h6, .ask_ferdy_2 h6 {
        font-size: 1.542vw;
    }

    .demonstrating_head h2 {
        font-size: 4.646vw;
        max-width: 60.969vw;
    }
}

@media (max-width: 600px){

    .ai_search {
        gap: 2.458vw;
    }

    .ask_ferdy_2{
        margin-top: 2.458vw;
    }

    .ai_search {
        flex-direction: column;
        align-items: center;
    }

    .ask_ferdy {
        max-width: 96.781vw;
    }

    .chat_box,
    .chat_box_2 {
        max-width: 91.698vw;
        border-radius: 2vw;
        padding: 3vw;
        aspect-ratio: 1.5/1;
    }

    .ask_ferdy h5, .ask_ferdy_2 h5 {
        font-size: 1.936vw;
    }

    .ask_ferdy h2, .ask_ferdy_2 h2 {
        font-size: 5.446vw;
    }

    .ask_ferdy p {
        font-size: 2.638vw;
        max-width: 73.51vw;
    }

    .ask_ferdy_2 p {
        font-size: 2.638vw;
        max-width: 73.51vw;
    }

    .ask_ferdy h6, .ask_ferdy_2 h6 {
        font-size: 1.9vw;
    }

    .demonstrating_head h2 {
        font-size: 5.646vw;
        max-width: 75.969vw;
    }
    .chat_black,.chat_white {
        padding: 2vw;
        font-size: 2.5vw;
        border-radius: 1.5vw;
    }
    .ico_plus {
        top: 86vw;
    }
    .icon_circel {
        max-width: 12vw;
        border: 1vw solid #fff;
    }
    .icon_circel >svg {
        max-width: 4vw;
    }
    .ico_equal{
        bottom: 88vw;
    }
}

@media (max-width: 450px){
    .ask_ferdy h5, .ask_ferdy_2 h5 {
        font-size: 2.136vw;
    }

    .ask_ferdy h2, .ask_ferdy_2 h2 {
        font-size: 6.446vw;
    }

    .ask_ferdy p {
        font-size: 2.938vw;
        max-width: 81.51vw;
    }

    .ask_ferdy_2 p {
        font-size: 2.938vw;
        max-width: 81.51vw;
    }

    .ask_ferdy h6, .ask_ferdy_2 h6 {
        font-size: 2.3vw;
    }

    .demonstrating_head h2 {
        font-size: 6.646vw;
        max-width: 88.969vw;
    }
    .ico_plus {
        top: 97vw;
    }
    .ico_equal {
        bottom: 98vw;
    }
}

@media (max-width: 450px){
    .ask_ferdy h5, .ask_ferdy_2 h5 {
        font-size: 2.536vw;
    }

    .ask_ferdy h2, .ask_ferdy_2 h2 {
        font-size: 7.446vw;
    }

    .ask_ferdy p {
        font-size: 3.3vw;
        max-width: 81.51vw;
    }

    .ask_ferdy_2 p {
        font-size: 3.3vw;
        max-width: 81.51vw;
    }

    .ask_ferdy h6, .ask_ferdy_2 h6 {
        font-size: 2.6vw;
    }

    .demonstrating_head h2 {
        font-size: 6.9vw;
        max-width: 94.969vw;
    }
    .demonstrating {
        padding: 6.7vw 1rem 35VW;
        margin-bottom: -30vw;
    }
}




/*#endregion */