@media screen and (min-width: 992px) {
    .bottom-bar {
        margin-block: 0px;
    }

    .bottom-bar .nav-link {
        padding-inline: 30px !important;
    }

    #home-header {
        background-image: url('../imgs/home11jpg.jpg');
        background-position: center;
        background-size: cover;
        /* height: calc(100vh - 128px); */
        height: 100vh;
        position: relative;
    }

    #home-header #container {
        height: 400px;
        margin-top: 0px;
        ;
        position: absolute;
        border: 1px solid black;
        top: 50%;
        right: 10%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    #home-header #container button,
    #feature button {
        position: absolute;
        bottom: 10%;
        width: fit-content;
    }

    #home-header #container h2 {
        font-weight: 300;
    }

    #home-header #container p {
        text-shadow: none;
    }

    .after-brdr::after {
        width: 0;
    }


    

    /* AllProduct */
    #headerPrds h1 {
        bottom: 0;
        top:70%;
        left: 10%;
        transform: translate(0 , 0);
        -webkit-transform: translate(0 , 0);
        -moz-transform: translate(0 , 0);
        -ms-transform: translate(0 , 0);
        -o-transform: translate(0 , 0);
}











}