@font-face
{
   font-family: "UniQAIDAR_Hewal 036";
   font-display: swap;
   src: url('UniQAIDAR_Hewal036.woff') format('woff'),
        url('UniQAIDAR_Hewal036.ttf') format('truetype'),
        url('UniQAIDAR_Hewal036.svg#UniQAIDAR_Hewal036') format('svg'),
        url('UniQAIDAR_Hewal036.eot') format('embedded-opentype');
}
body
{
   background-color: #2BC1D2;
   background-image: url('../images/ObjectsBackground.png');
   background-attachment: fixed;
   background-position: center center;
   background-repeat: repeat;
   color: #000000;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
   padding-right: 0 !important;
}
a {
    text-decoration: none;
}

.scroll-to-top {
    background-color: #FF4500;
    color: rgb(33, 33, 33);
    display: inline-block;
    padding: 15px;
    position: fixed;
    bottom: 70px;
    left: 15px;
    font-size: 25px;
    display: none;
}
.logo {
    border: 0px solid #000000;
    border-radius: 0px;
    padding: 0;
    width: 200px;
    height: 127px;
    margin-top: 50px;
    margin-bottom: 15px;
}
.logo-div {
    text-align: center;
}
.all-block .block:not(:first-of-type){
    margin-top: 50px;
}
.all-block {
    padding: 15px;
    justify-content: center;

}

.category-group {
    margin-top: 5px;
    

}
.category-name {
    font-family: "Ubuntu";
    font-weight: 700;
    font-size: 22px;
    padding: 0;
    text-align: left;
    margin-left: 7px;
    margin-right: 15px;
    color: rgb(245, 215, 194);
}
.item-image {
    border: 0px solid #000000;
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0;
    display: block;
    width: 100%;
    object-fit: cover;
}
.card {
    background-color: transparent;
}
.item-text-aria {
    background-color:rgb(33, 33, 33);opacity:1;
}
.card-title {
    font-family: "Ubuntu";
    font-size: 18px;
    font-weight: 700;
    color: #FF4500;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}
.card-text {
    font-family: "Ubuntu";
    font-size: 14px;
    font-weight: 500;
    color: rgb(255, 228, 220);
    padding-left: 5px;
    padding-right: 5px;
}
.nav {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 1020;
    height: 50px;
    background-color:rgb(33, 33, 33);
}

.list {
    margin: 0;
    text-align: center;
    display: flex;
    overflow-x: scroll;
    line-height: 50px;
    height: 75px;
    flex-wrap: nowrap;

}
.list::-webkit-scrollbar{
    width: 0;
}
#text_item {
    color: aliceblue;
    font-family: "Ubuntu";
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    margin-left: 1px;
    margin-right: 1px;

}
.active {
    color: aliceblue;
    background-color: #FF4500;
    font-family: "Ubuntu";
    font-size: 14px;
    font-weight: 700;
    height: 100%;
    white-space: nowrap;
    margin-left: 1px;
    margin-right: 1px;

}
.cat-title {
    background-color: #FF4500;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
}
.feedback {
    margin-top: 15px;
}
.fa-thumbs-up {
    color: #f5d7c2;
    right: 0%;
    margin-right: 7px;
    cursor: pointer;
}
.home {
    margin-top: 15px;
}
.fa-home {
    color: #f5d7c2;
    margin-left: 7px;
    left: 0%;
    cursor: pointer;
}
.item-name {
    font-family: "Ubuntu";
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    padding-left: 5px;
    padding-top: 5px;
}
.desc {
    font-family: "Ubuntu";
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    padding-left: 5px;
    padding-top: 5px;
}
.price {
    font-family: "Ubuntu";
    font-size: 18px;
    font-weight: 600;
    color: #FF4500;
    padding-left: 5px;
    padding-top: 5px;
}
