body {
    background-image: linear-gradient(290deg, hsl(169deg 43% 69%) 0%, hsl(169deg 43% 70%) 16%, hsl(169deg 42% 71%) 24%, hsl(169deg 41% 72%) 30%, hsl(169deg 41% 73%) 35%, hsl(169deg 40% 74%) 40%, hsl(169deg 39% 75%) 45%, hsl(169deg 38% 76%) 50%, hsl(169deg 37% 77%) 55%, hsl(169deg 36% 78%) 60%, hsl(169deg 34% 80%) 65%, hsl(169deg 33% 81%) 70%, hsl(169deg 31% 82%) 76%, hsl(169deg 29% 83%) 84%, hsl(169deg 27% 84%) 100%);
    height: 100vh;
}

body#foodbg {
    background-attachment: fixed !important;
    background: url("img/food_bg.png");
    background-size: 100% 100%;
    background-position: 0px -30px;
}

.btn-primary {
    background: #50bec1 !important;
    border-color: #50bec1 !important;
}

* {
    color: #fff;
}

.icon-container {
    margin-right: 10px;
}

.fas,
.fab {
    color: white;
}

.kategoriler {
    border-radius: 7%;
}

h6 {
    font-family: "Kode Mono", monospace;
}

p {
    font-family: "Glory", sans-serif;
    font-size: 13px;
}

.ustmenu {
    padding-top: 20px;
    padding-bottom: 20px;
}

.row-container {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
}

.col-4.p-1 {
    display: inline-block;
}

.card {
    border: 0;
    background-color: transparent !important;
    color: white;
}

.altmenu>* {
    float: left;
}

svg {
    max-height: 100px;
}

.logobox {
    text-align: center;
}

.card-title,
.card-text,
h4 {
    text-align: center;
    color: #fff;
}

img#logosvg {
    max-height: 160px;
}

.menuimg {
    border-top: 2px solid;
    padding-top: 25px;
    padding-bottom: 25px;
}

.cats {
    width: 100%;
    text-align: center;
    padding: 20%;
    font-family: "Poppins", sans-serif;
}
.catsiceri {
    min-height: 80px;
    width: 100%;
    text-align: center;
    padding: 15% 6%;
    border: 1px solid white;
    margin: 5% 0;
    font-family: "Poppins", sans-serif;    display: inline-block;
}
h6{
    font-size: 0.90rem;
}
.urunler{
    padding-bottom: 120px;
}
.card-body{
    width: 100%;
}