@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700;900&display=swap');
*{
    margin: 0;
    padding: 0;
    border: none;
}
html, body{
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at -1% 57.5%, rgb(19, 170, 82) 0%, rgb(0, 102, 43) 90%);
    font-family: 'Roboto', sans-serif;
}

.header{
    width: 100%;
    position: fixed;
    height: 100px;
    top: 0;
    z-index: 80;
}
.header .line{
    background-color: #eaeff2;
    width: 100%;
    height: 80px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    position: absolute;
}
.header .logo{
    width: 160px;
    height: 160px;
    background-color: #FFF;
    margin:auto;
    top: -90px;
    margin-left: -90px;
    left: 50%;
    display: block;
    border-radius: 100px;
    position: absolute;
    border: 10px solid #eaeff2;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    
}
.header .logo a{
    width: 120px;
    height: 120px;
    display: block;
    position: absolute;
    bottom: -45px;
    left: 50%;
    border-radius: 100px;
    margin-left: -60px;
    background-color: #FFF;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.header .logo a img{
    max-width: 101%;
    max-height: 101%;
}

.footer{
    width: 100%;
    height: 60px;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 90;
    background-color: #eaeff2;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.footer .toogle{
    width: 100px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 0.8rem;
    color: #888;
    line-height: 1rem;
}
.footer .toogle .icon{
    width: 56px;
    height: 36px;
    padding: 10px 0;
    margin: 0 auto;
    border-radius: 100px;
    background-color: #FFF;
    border: 5px solid #eaeff2;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    margin-top: -25px;
    cursor: pointer;
}
.footer .toogle .icon span{
    width: 36px;
    height:6px;
    background-color: #888;
    display: block;
    margin: auto;
    margin-bottom: 6px;
    border-radius: 10px;
}













.content{
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding-top: 135px;
    padding-bottom: 80px;
    max-width: 768px;
}
.content .tittle{
    width: 100%;
    height:auto;
    line-height: 40px;
    display: block;
    margin-bottom: 20px;
    border-radius: 6px;
    background-color: #eaeff2;
    font-weight: 900;
    font-size: 24px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    border-bottom: 6px solid rgb(0, 102, 43);
}





.index{
    position: absolute;
    bottom: 100px;
    width: 96%;
    left: 2%;
    text-align: center;
}

.index img{
    margin:0 auto;
    display: block;
    max-width: 96%;
    width: auto;
    height: auto;
}










.menu{
    width: 80%;
    height: 60%;
    left: 10%;
    position: fixed;
    bottom: 65px;
    background-color: #eaeff2;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    display: none;
}
.menu ul{
    width: 96%;
    top: 2%;
    left: 2%;
    height: 96%;
    position: absolute;
    list-style: none;
    display: block;
    overflow-y: scroll;
}
.menu ul li{
    display:block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #FFF;
    text-align: center;
}
.menu ul li:last-child{
    border-bottom: none;
    margin-bottom: 20px;
}
.menu ul li:first-child{
    border-top: none;
}
.menu ul li a{
    display: block;
    color: #888;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 1px;
}
.menu ul li a.active{
    color: rgb(0, 102, 43);
}

.list{
    width: 100%;
    height: auto;
    display: block;
}
.list .item{
    width: 98%;
    margin: 1%;
    display: flex;
    height: auto;
    margin-bottom: 10px;
    position: relative;
    background-color: #FFF;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.list .item .resim{
    width: 100px;
    height: 100px;
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;

    background-color: #000;
    overflow: hidden;
    border-radius: 6px;
    border: 5px solid #000;
    margin: 5px 0px 5px 5px;
    position: relative;
}
.list .item .resim img{
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.list .item .icerik{
    margin: 5px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #000;
}
.list .item .icerik .baslik{
    background-color: #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-indent: 10px;
    color: #FFF;
    line-height: 2rem;
    font-weight: bold;
    font-size: 0.9rem;
}
.list .item .icerik .fiyat{
    padding: 0;
    display: block;
    text-align: right;
    padding-left: 4px;
}
.list .item .icerik .fiyat .box{
    width: auto;
    display: inline-block;
    margin: 5px 1px;
    border: 1px solid #000;
}
.list .item .icerik .fiyat .box .subtit{
    background-color: #000;
    padding:0 5px;
    text-align: center;
    font-size: 0.7rem;
    line-height: 1rem;
    color: #FFF;
}
.list .item .icerik .fiyat .box .tutar{
    font-weight: bold;
    padding: 5px;
    text-align: right;
}
.list .item .icerik .aciklama{
    padding: 0 10px 5px 10px;
    display: block;
    line-height: 0.7rem;
    text-align: left;
    font-size: 0.7rem;
}