/*© 2023 BİLAL ÖZBEY WEB STUDIO */

@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: 90px;
}

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

.swiper-container {
    height: 100%;
}
.menu-wrap-2
{
    width: 100%;
    float: left;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.menu-wrap-2::-webkit-scrollbar 
{
    display: none;
}
.menu-wrap
{
    width: max-content;
    float: left;
    margin-top: 10px;
}

.menu-swipe
{
    padding: 0 5px;
    width: 150px;
    float: left;
}

.menu-swipe:first-of-type
{
    margin-left: 10px;
}
.menu-swipe:last-of-type {
    margin-right: 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;
}

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

.food-img img
{
    border-radius: 10px;
    width: 100%;
}

.food-name
{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 13px;
    font-weight: 800;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-top: -30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 15px #00000017;
}


.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;
}
span.desc 
{
    margin-top: 5px;
    float: left;
    color: #888787;
    font-style: italic;
}
.inner-title
{
    margin: 20px 0;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    position: relative;
    text-transform: uppercase;
}
