.ui-autocomplete {
    background: white;
    z-index: 150 !important;
    height: min-content !important;
    max-height: 13rem !important;
    width: 20% !important;
    overflow: auto !important;
}

.ui-autocomplete::-webkit-scrollbar {
    width: 10px !important;
}

/* Track */
.ui-autocomplete::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}

/* Handle */
.ui-autocomplete::-webkit-scrollbar-thumb {
    background-color: rgb(244 63 94 / 0.7) !important;
}

/* Handle on hover */
.ui-autocomplete::-webkit-scrollbar-thumb:hover {
    background: rgb(244 63 94 / 1) !important;
}

.ui-autocomplete .ui-menu-item:hover {
    background: #a32e3e !important;
    color: white !important;
    border: 1px solid #a32e3e !important;
    cursor: pointer;
}

.ui-autocomplete .ui-menu-item:hover > a {
    color: white !important;
}

.ui-autocomplete .ui-menu-item .ui-corner-all {
    color: #000 !important;
    cursor: pointer;
}

.ui-autocomplete .ui-menu-item .ui-state-hover {
    background: #a32e3e !important;
    color: white !important;
    border: 1px solid #a32e3e !important
}

.content {
    width: 100%;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.maincontainer {
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    /*background-image: url("/static/res/home/background.jpeg");*/
    background-size: cover;
    position: relative;
}

.anim-text-main {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
}

.anim-text-parents {
    margin-left: 0.15rem;
}

/* DESCRIPTION */
.anim-text-banner {
    display: flex;
    flex-direction: column;
    font-size: 3rem;
    padding: 3rem 8rem;
    font-weight: 400;
}

.anim-text-banner > span {
    display: flex;
    font-weight: 500;
    color: #a32e3e;
}

.anim-text-parent {
    font-family: Trebuchet MS, sans-serif;
    position: relative;
    font-weight: bold;
    font-size: 1.5rem;
    color: black;

}

.anim-text-parent-2 {
    position: relative;
    font-size: 1rem;
    color: grey;
}

/* SEARCHING BAR */
.search-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.search-bar {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 30rem;
    height: 100%;
}

.search-box {
    display: flex;
    align-items: center;
    border: 2px solid rgb(0 0 0 / 0.6);
    justify-content: space-evenly;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 2rem;
    cursor: pointer;
}

.search-box:hover {
    width: 35%;
    border-radius: 2rem;
}

.search-box:hover > .search-text {
    width: 70%;
    height: auto;
}

.search-btn {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    cursor: pointer;
    border: none;
    background: none;
    /*padding: 2rem;*/
    text-decoration: none;
}

.search-btn > i {
    font-size: 30px;
}

.search-text {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: rgb(0 0 0 / 0.9);
    font-size: 16px;
    font-weight: normal;
    transition: 0.4s;
    line-height: 40px;
    width: 0;
}


/* howtouse */
.how-to-use-container {
    width: 100%;
    padding-top: 3rem;
    padding-left: 5rem;
    display: flex;
    color: #a32e3e;
    font-weight: 500;
    font-size: medium;
    align-content: center;
    /*background-color: rgb(221 166 122);*/
}

.image-tutorial {
    width: 100%;
    height: 240px;
    object-fit: contain;
}


/* CONTAINER 2 */
.container1 {

    width: 100%;
    padding: 1.5rem 0;
    /* margin: 0px 0px 0px 80px; */
}

.container1-col {
    /*box-shadow: 1px 1px 5px #a32e3e;*/
    /*border: 1px solid #a32e3e;*/
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.3), 0 1px 2px -1px rgb(0 0 0 / 0.3);
    --tw-shadow-colored: 0 1px 3px 0 0 0 #000, 0 1px 2px -1px 0 0 #000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    width: 300px;
    height: 250px;
    background: white;
    margin: 0 1rem;
    /*padding: 20px;*/
}

.cwCeDP {
    display: grid;
    grid-auto-flow: column;
    column-gap: 1.5rem;
}

.container1-col img {
    width: 100%;
    border-radius: 0.75rem;
}

@media screen and (max-device-width: 767px) {
    .sale-banner {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .ui-autocomplete {
        width: 60% !important;
    }


    .search-box:hover {
        width: 75%;
        border-radius: 2rem;
    }

    .anim-text-banner {
        font-size: 1.7rem;
        padding: 1.7rem 1rem;
    }

    .anim-text-parent {
        font-size: 0.7rem;
        margin-top: 1.1rem;
    }

    .anim-text-parent-2 {
        font-size: 0.9rem;
    }

    .how-to-use-container {
        align-content: center;
        margin-top: 0.5rem;
        font-size: medium;
    }

    .container1 {
        flex-direction: column;
        justify-content: flex-start;
        padding: unset;
    }

    .container1-col {
        width: 95%;
        margin-top: 1.5rem;
    }

    .how-to-use-container {
        align-content: center;
        padding: unset unset unset 3rem;
        font-size: medium;
    }

    .cwCeDP {
        display: grid;
        grid-auto-flow: unset;
        column-gap: 0rem;
        grid-template-columns: repeat(2, 1fr);
        border-radius: 8px;
        box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 16px;
        background-color: rgb(255, 255, 255);
        line-height: 0;
        max-width: 100%;

        overflow: hidden;
    }

    .col-lg-3 {
        padding-right: 0px;
        padding-left: 0px;
    }

}
