@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}*/

/*body {*/
/*    display: flex;*/
/*justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #fff;
}*/
body {
    /*   min-height: 100vh;*/
    margin: 0;
    background: #fff;
    /*    position: relative;*/
}


.sectionsearch {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    /*    width: 100%;*/
 
}


.searchContainer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px;
    gap: 10px;
    width: 100%;
/*    max-width: 800px;*/
    /*   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    gap: 30px;
    width: 90%;
    max-width: 600px;*/
}

    .searchContainer .imgBx {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .searchContainer .imgBx img {
            width: 100%;
            max-width: 200px;
            height: auto;
            cursor: pointer;
        }

    .searchContainer .inputBx {
        position: relative;
        width: 100%;
   /*     max-width: 785px;*/
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 3;
        background: #fff;
        border: 1px solid #dfe1e5;
        box-shadow: none;
        border-radius: 30px;
        padding: 0 20px;
    }

        .searchContainer .inputBx:hover,
        .searchContainer .inputBx:focus-within {
            background: #fff;
            box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
            border-color: rgba(223, 225, 229, 0);
        }

        .searchContainer .inputBx .input {
            position: relative;
            width: calc(100% - 80px);
            height: 100%;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 15px;
        }

            .searchContainer .inputBx .input img {
                width: 20px;
                height: 20px;
                cursor: pointer;
            }

            .searchContainer .inputBx .input .searchInput {
                width: 100%;
                color: rgba(0, 0, 0, .87);
                background: transparent;
                border: none;
                margin: 0;
                padding: 0;
                word-wrap: break-word;
                outline: none;
                font-size: 20px;
                /*   font-weight: 600;*/
                /*  font-weight:bold;*/
            }

            .searchContainer .inputBx .input i {
                position: absolute;
                right: 0;
                font-size: 18px;
                color: #70757a;
                display: none;
            }

            .searchContainer .inputBx .input ::placeholder {
                font-size: 20px;
            }

            .searchContainer .inputBx .input i.active {
                display: block;
            }

        .searchContainer .inputBx .icon {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 15px;
        }

            .searchContainer .inputBx .icon img {
                width: 20px;
                height: 20px;
                cursor: pointer;
            }

    .searchContainer .searchbutton {
        background: #ff8400;
        color: #fff;
        border: 1px solid #f8f9fa;
        border-radius: 5px;
        font-family: inherit;
        font-size: 18px;
        padding: 0 16px;
        line-height: 27px;
        height: 36px;
        min-width: 54px;
        text-align: center;
        cursor: pointer;
        user-select: none;
    }

        .searchContainer .searchbutton:hover {
            box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
            background: var(--primary);
            /* #f8f9fa;*/

            border: 1px solid #dadce0;
            color: #fff;
        }

.btnsearch {
    background: var(--primary);
    color: #fff;
    border: none;
    padding: 12px 8px;
    margin: 5px;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 70px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.btnsearch321 {
    background: var(--primary);
    color: #fff !important;
    border: none;
    padding: 12px 8px;
    margin: 5px;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 70px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    height: 52px;
    margin-right: -15px;
    font-weight: 600;
}
.btnsearch321:hover {
    background: var(--primary-hover);
    transform: scale(1.05);
    color: #fff;
}
    .btnsearch {
    display:none;
    }
#micIcon {
    display: none;
}


    .btnsearch:hover {
        background:var(--primary-hover);
        transform: scale(1.05);
        color: #fff;
    }
@media (min-width: 669px) {
    .pagemrgn {
        margin-left:40px;
        margin-right:40px;
    
    }

}

@media (max-width: 768px) {
    .searchContainer {
        gap: 10px;
        /*       width:380px;*/
        width: 100%;
    }

        .searchContainer .inputBx {
            padding: 0 15px;
            width: 100%;
        }

            .searchContainer .inputBx .input {
                gap: 10px;
            }

        .searchContainer .searchbutton {
            font-size: 22px;
            padding: 0 16px;
            height: 36px;
            text-align: center;
        }
}

    @media (max-width: 480px) {



        .searchContainer .inputBx {
            padding: 0 10px;
            height: 60px;
            width: 100%;
        }

            .searchContainer .inputBx .input {
                width: 100%;
            }

                .searchContainer .inputBx .input ::placeholder {
                    font-size: 18px;
                }

                .searchContainer .inputBx .input img,
                .searchContainer .inputBx .icon img {
                    /* width: 25px;*/
                    height: 30px;
                }

        .searchContainer .searchbutton {
            font-size: inherit;
            font-weight: bold;
            padding: 0 16px;
            height: 32px;
            text-align: center;
        }


   
    }
