/*© 2020 ARKA PLAN AJANS*/
/*12.06.2020*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap');


body
{
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    overflow-x: hidden;
    color: var(--second-color);
}

.color-2
{
    color: var(--first-color);
    font-size: 14px;
}

img
{
    pointer-events: none;
}

.wrapper
{
    opacity: 0;
    transition: all .3s ease;
}

.header
{
    width: 100%;
    float: left;
    padding: 15px 0;
    background: var(--first-color);
}

.logo
{
    height: 40px;
}

.icerik
{
    width: 100%;
    float: left;
}

.swiper-container {
    height: 100%;
}

.menu-wrap
{
    width: 100%;
    float: left;
    margin-top: 10px;
}

.menu-swipe
{
    padding:0 5px;
}

.menu-swipe:first-of-type
{
    margin-left: 10px;
}

.img-wrap
{
    width: 100%;
    float: left;
}

.img-wrap img
{
    border-radius: 10px;
    transition: all .3s ease;
}

.img-name
{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 5px;
    color: var(--second-color);
    font-weight: 800;
    font-size: 12px;
    transition: all .3s ease;
}

a:focus
{
    outline: 0 !important;
}

.menu-swipe.current .img-name
{
    color: var(--first-color);
}

.menu-content-wrap
{
    float: left;
    width: 100%;
    margin-top: 30px;
}

.menu-content {
    display:none
}

.menu-content:first-of-type
{
    display: block;
}

.menu-title
{
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    position: relative;
}

.menu-title:after
{
    content: '';
    position: absolute;
    height: 3px;
    background: var(--first-color);
    bottom: -4px;
    left: 45%;
    right: 45%;
    border-radius: 10px;
}

.food-wrap
{
    width: 100%;
    float: left;
    border-radius: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #00000017;
}

.food-img
{
    width: 100%;
    float: left;
    position: relative;
}

.food-img img
{
    border-radius: 10px;
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.food-name
{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 24px;
    font-weight: 800;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7819502801120448) 40%, rgba(0,0,0,0) 60%);
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 15px #00000017;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    align-items: center;
    display: flex;
    color: #fff;
}


.white-bg
{
    width: 60%;
    margin: auto;
    background: #fff;
}
.modal-dialog
{
    margin:0;
    max-width: 100%;
}

.modal-content {
    min-height: 100vh;
    border: 0;
    border-radius: 0;
    background: var(--first-color);
}

.detail-img
{
    width: 100%;
    float: left;
}

.detail-img img
{
    width: 100%;
}

.detail-text
{
    width: 100%;
    float: left;
    padding: 30px;
    background: var(--first-color);
    border-radius: 30px;
    margin-top: -30px;
    box-shadow: 0px -3px 3px #0000002b;
    color: #fff;
}

.detail-text h1
{
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 15px;
}

.detail-close
{
    position: absolute;
    width: 40px;
    height: 40px;
    background: var(--first-color);
    left: 10px;
    top: 10px;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.table
{
    color: #fff;
}

.table td
{
    border-top: 0;
    border-bottom: 1px solid #dee2e657;
    font-weight: 700;
    padding: 15px 0 0 0;
}

.footer
{
    width: 100%;
    float: left;
    font-size: 11px;
    font-weight: 700;
    padding: 15px 0;
    margin-top: 20px;
}

.footer a
{
    color: inherit;
    text-decoration: none;
}

.headTitle
{
    margin-top: 30px;
    display: block;
}

.detail-food-img
{
    width: 40%;
    float: left;
    margin-right: 10px;
}

.detail-food-img img
{
    height: 115px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}

.detail-food-name
{
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
}

.detail-food-desc
{
    line-height: 1;
    margin-top: 10px;
}

.detail-food-price
{
    font-weight: bold;
    font-size: 17px;
    margin-top: 10px;
}