
/*Product section*/

.product_img li img{
    border: 2px solid rgba(0, 0, 0, 0.377);
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.404);
}
.product-overly{
    background: linear-gradient(to bottom , rgba(0, 0, 0, 0.418), rgba(255, 255, 255, 0.432));
    position: absolute;
    width: 100%;
    text-align: center; 
    height: 45%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    vertical-align: middle;
    transition: 1s;
    box-shadow: 0px 1px 2px rgba(10, 0, 0, 0.151);
}
.product-img-box{
    display:block;
}
.product-overly h3{
    padding-right: 2px;
    padding-left: 3px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5pt;
}

.product-overly:hover, .product-img-box:hover .product-overly{
    background: black;
    box-shadow: 0px 3px 4px #0b0101b3;
} 
/*Product Section*/

.bg-transprent{
    background-image: none !important;
}


/*Menu*/
.menu{
    position: fixed;
    margin:0;
    padding: 0;
    margin-top: -55px;
    z-index: 9999;
    color: black;
    width: 100%;
}
.menu .navbar{
    height: 10px;
    background: white;
}

.menu .navbar a {
    border-bottom: none;
}

.menu .navbar ul li a{
    text-decoration: none;
    border-bottom: none;
}

.nav li a{
    transition: .7s;
}
.nav li.active a{
    background-color: silver !important;
}


/* Lapp Style */
#lapp{
    color: rgb(12, 1, 1);
}
#lapp h4{
    font-size: 18px;
    color: rgba(255, 255, 250, 0.658);
}

.download_btn{
    background:gray;
    color: white;
}


@media screen and (min-width: 768px) {
    /*Footer*/
    .copyright{
        position: fixed !important;
        margin: 0;
        z-index: 9999;
        bottom: 7px;
        font-size: 15px !important;
        font-weight: 600;
        right: 10px;
        color: rgb(237, 236, 241);
    }
}

@media screen and (min-width: 0px) and (max-width: 767px){
    #wrapper > .copyright {
        position: absolute;
        bottom: -3rem;
        right: 0;
        font-size: 0.8rem;
        font-weight: 600;
        color: rgb(239, 236, 247);
        margin-bottom: 0;
    }


    #wrapper{
        margin-top: 56px !important;
    }
    /*Menu*/
    /*Menu*/
    .menu{
        position: relative;
        margin:0;
        padding: 0;
        margin-top: -55px;
        z-index: 9999;
        color: black;
        width: 100%;
    }
    .menu .navbar{
        height: auto;
        background: white;
        margin-bottom: 0px;
    }

}


@media screen and (min-width: 0px) and (max-width: 480px){
    .front-img{
        display: none;
    }
}


/*Screen Size  wrapper id height*/
@media screen and (min-width: 1400px) and (max-width: 1600px){
    #wrapper{
        height: 36rem !important;
    } 
}

@media screen and (min-width: 1600px) and (max-width: 1900px){
    #wrapper{
        height: 40rem !important;
    } 
}

@media screen and (min-width: 1900px) and (max-width: 2100px){
    #wrapper{
        height: 43rem !important;
    } 
}

@media screen and (min-width: 2100px) and (max-width: 2500px){
    #wrapper{
        height: 46rem !important;
    } 
}

@media screen and (min-width: 2500px) and (max-width: 3000px){
    #wrapper{
        height: 50rem !important;
    } 
}