﻿/*==================================================
312 WEB TASARIM
QR MENU
MASTER.CSS
MOBILE FIRST
==================================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/*==================================================
RESET
==================================================*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --gold: #D9B25E;
    --gold-light: #F4D78A;
    --bg: #07111D;
    --bg2: #183250;
    --bg3: #2B4B73;
    --white: #ffffff;
    --text: #ffffff;
    --text2: #C8D2DC;
}

/*==================================================
HTML
==================================================*/

html {
    width: 100%;
    height: 100%;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    min-height: 100vh;
    font-family: 'Poppins',sans-serif;
    background: #07111D;
    color: #fff;
    overflow-x: hidden;
}

/*==================================================
BACKGROUND
==================================================*/

.bg {
    position: fixed;
    inset: 0;
    z-index: -10;
    background: radial-gradient( ellipse at top, #2B4B73 0%, #183250 35%, #07111D 100% );
}

    .bg:before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient( circle at top, rgba(255,255,255,.08), transparent 35% );
    }

    .bg:after {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient( circle at 90% 10%, rgba(217,178,94,.06), transparent 45% );
    }

/*==================================================
APP
==================================================*/

.app {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/*==================================================
HEADER
==================================================*/

.hero {
    padding-top: 6px;
}

.logo-wrapper {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    width: 150px;
    display: block;
    opacity: 0;
    transform: scale(.35);
    animation: introLogo .8s ease forwards;
    filter: drop-shadow(0 0 18px rgba(217,178,94,.25));
}

/*==================================================
DIVIDER
==================================================*/

.hero-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 2px;
}

    .hero-divider span {
        width: 48px;
        height: 1px;
        background: linear-gradient(to right,transparent,var(--gold),transparent);
    }

.diamond {
    width: 8px;
    height: 8px;
    background: var(--gold);
    transform: rotate(45deg);
}

/*==================================================
CONTENT
==================================================*/

.content {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 8px 12px 90px;
    scrollbar-width: none;
}

    .content::-webkit-scrollbar {
        display: none;
    }
/*==================================================
312 WEB TASARIM
QR MENU
MASTER.CSS
MOBILE FIRST
==================================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/*==================================================
RESET
==================================================*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --gold: #D9B25E;
    --gold-light: #F4D78A;
    --bg: #07111D;
    --bg2: #183250;
    --bg3: #2B4B73;
    --white: #ffffff;
    --text: #ffffff;
    --text2: #C8D2DC;
}

/*==================================================
HTML
==================================================*/

html {
    width: 100%;
    height: 100%;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    min-height: 100vh;
    font-family: 'Poppins',sans-serif;
    background: #07111D;
    color: #fff;
    overflow-x: hidden;
}

/*==================================================
BACKGROUND
==================================================*/

.bg {
    position: fixed;
    inset: 0;
    z-index: -10;
    background: radial-gradient( ellipse at top, #2B4B73 0%, #183250 35%, #07111D 100% );
}

    .bg:before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient( circle at top, rgba(255,255,255,.08), transparent 35% );
    }

    .bg:after {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient( circle at 90% 10%, rgba(217,178,94,.06), transparent 45% );
    }

/*==================================================
APP
==================================================*/

.app {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/*==================================================
HEADER
==================================================*/

.hero {
    padding-top: 6px;
}

.logo-wrapper {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    width: 150px;
    display: block;
    opacity: 0;
    transform: scale(.35);
    animation: introLogo .8s ease forwards;
    filter: drop-shadow(0 0 18px rgba(217,178,94,.25));
}

/*==================================================
DIVIDER
==================================================*/

.hero-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 2px;
}

    .hero-divider span {
        width: 48px;
        height: 1px;
        background: linear-gradient(to right,transparent,var(--gold),transparent);
    }

.diamond {
    width: 8px;
    height: 8px;
    background: var(--gold);
    transform: rotate(45deg);
}

/*==================================================
CONTENT
==================================================*/

.content {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 8px 12px 90px;
    scrollbar-width: none;
}

    .content::-webkit-scrollbar {
        display: none;
    }
/*==================================================
BOTTOM NAV
==================================================*/

.bottom-nav {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 42px 10px;
    background: rgba(8,18,33,.94);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 12px 30px rgba(0,0,0,.35);
    z-index: 999;
}

/*==================================================
NAV ITEM
==================================================*/

.nav-item {
    width: 70px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-decoration: none;
    color: #fff;
    transition: .25s;
}

    .nav-item i {
        font-size: 21px;
        color: var(--gold);
        margin-bottom: 4px;
    }

    .nav-item span {
        font-size: 11px;
        color: #D8DEE8;
        font-weight: 500;
    }

    .nav-item:active {
        transform: scale(.95);
    }

/*==================================================
CENTER BUTTON
==================================================*/

.center-btn {
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(0,0,0,.35);
}

.center-circle {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient( 180deg, #F4D78A, #D9B25E, #BC850F );
}

    .center-circle i {
        color: #fff;
        font-size: 24px;
    }

/*==================================================
ANIMATION
==================================================*/

@keyframes introLogo {

    0% {
        opacity: 0;
        transform: scale(.30);
    }

    60% {
        opacity: 1;
        transform: scale(1.08);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/*==================================================
COMMON
==================================================*/

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

::selection {
    background: var(--gold);
    color: #fff;
}

/*==================================================
TABLET
==================================================*/

@media(min-width:768px) {

    .app {
        max-width: 700px;
        margin: auto;
    }

    .hero {
        padding-top: 12px;
    }

    .logo-wrapper {
        height: 90px;
    }

    .logo {
        width: 180px;
    }

    .content {
        padding: 12px 18px 95px;
    }

    .bottom-nav {
        max-width: 660px;
        left: 50%;
        right: auto;
        width: calc(100% - 40px);
        transform: translateX(-50%);
    }
}

/*==================================================
SAFE AREA
==================================================*/

.content {
    padding-bottom: calc(90px + env(safe-area-inset-bottom));
}

.bottom-nav {
    padding-bottom: max(10px,env(safe-area-inset-bottom));
}