.table-img{
    height: 200px;
    width: 200px;
    object-fit: contain;
}
.star{
    background-color: transparent;
    border: none;
}
.star img{
    width: 100%;
}
.star .filled{
    display: none;
}
.star .unfilled{
    display: block;
}
.star-1 .filled{
    display: block;
}
.star-1 .unfilled{
    display: none;
}
.w-100{
    width: 100%;
}
.custom-header{
    position: fixed;
    z-index: 111;
    top: 0px;
    left: 0px;
}
.p-relative{
    position: relative;
}
.fit-view{
    height: 100vh;
    width: 100%;
}
.header-logo{
    width: 90px;
    margin-top: 10px;
}
.home-entrance{
    background-image: url('./../storage/system/bg.jpg');
    background-color: #1B1F29;
   background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    
    /* background-size: cover; */
}
.container{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.black-overlay{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,.7);
}
.small-show{
    display: none;
}
.small-hide{
    display: block;
}
@media(max-width:960px){
    .home-entrance{
        background-size: auto;
        background-size: cover;
       
    }
   
    .header-logo{
        width: 70px;
        margin-top: 0px;
    }
    .small-show{
        display: block;
    }
    .small-hide{
        display: none !important;
    }
}