@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap");

body {
  font-family: "Open Sans", sans-serif;
  color: white;
  background-color: #09090b;
  overflow-x: hidden;
}

html{
  scroll-behavior:smooth;
}

.categories{
  position: sticky;
  top: 0;
  z-index: 999;
  background: #111;
}

section{
  scroll-margin-top:120px;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

h1,
h2 {
  font-family: 'Dancing Script', cursive;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: bold;
}

.heading_container h2 span {
  color: #ffbe33;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

/* ================= BACKGROUND ================= */

.bg-blur-1,
.bg-blur-2{
  position:fixed;
  filter:blur(140px);
  z-index:-1;
}

.bg-blur-1{
  width:400px;
  height:400px;
  background:#ff7b0030;
  top:-100px;
  left:-100px;
}

.bg-blur-2{
  width:350px;
  height:350px;
  background:#ff006a25;
  bottom:-100px;
  right:-100px;
}

/* ================= HERO BASE ================= */

.hero{
  position: relative;
  width: 100%;
  min-height: 70vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.hero-bg{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(
  to top,
  rgba(0,0,0,.85),
  rgba(0,0,0,.35)
  );
}

/* ================= HERO CONTENT ================= */

.hero-content{
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 40px 20px;
}

/* ================= SMOKE WRAP ================= */

.smoke-wrap{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ================= MAIN PRODUCT LOGO ================= */

.smoke-wrap .logo{
  max-width: 320px;
  width: 80vw;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  filter:
  drop-shadow(0 10px 30px rgba(255,120,0,.25))
  drop-shadow(0 0 25px rgba(255,80,0,.15));
}

/* ================= SMOKE LAYERS ================= */

.smoke-layer{
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
  circle,
  rgba(255,255,255,.12),
  transparent 70%
  );
  filter: blur(18px);
  opacity: .25;
  mix-blend-mode: screen;
  animation: smokeFloat 6s infinite ease-in-out;
}

.smoke-1{ animation-delay: 0s; }
.smoke-2{ animation-delay: 2s; }
.smoke-3{ animation-delay: 4s; }

@keyframes smokeFloat{
  0%,100%{
  transform: translateY(0) scale(1);
  opacity: .2;
  }
  50%{
  transform: translateY(-15px) scale(1.1);
  opacity: .35;
  }
}

/* ================= STEAM EFFECT ================= */

.steam{
  position: absolute;
  bottom: 55%;
  left: 50%;
  width: 14px;
  height: 90px;
  transform: translateX(-50%);
  background: radial-gradient(
  circle,
  rgba(255,255,255,.9) 0%,
  rgba(255,255,255,.25) 45%,
  transparent 70%
  );
  filter: blur(8px);
  opacity: 0;
  mix-blend-mode: screen;
  animation: steamRise 4.5s infinite ease-in-out;
}

.s1{ left: 45%; animation-delay: 0s; }
.s2{ left: 50%; animation-delay: 1.3s; }
.s3{ left: 55%; animation-delay: 2.6s; }

@keyframes steamRise{
  0%{
  transform: translate(-50%,0) scale(.8);
  opacity: 0;
  }
  20%{
  opacity: .8;
  }
  100%{
  transform: translate(-50%,-180px) scale(2.2);
  opacity: 0;
  }
}

/* ================= HEAT HAZE ================= */

.heat-haze{
  position: absolute;
  left: 50%;
  top: 35%;
  width: 240px;
  height: 140px;
  transform: translateX(-50%);
  background: radial-gradient(
  circle,
  rgba(255,140,0,.22),
  rgba(255,60,0,.10),
  transparent 70%
  );
  filter: blur(32px);
  mix-blend-mode: screen;
  pointer-events: none;
  animation: hazeMove 3.8s infinite ease-in-out;
}

@keyframes hazeMove{
  0%,100%{
  transform: translateX(-50%) scale(1);
  opacity: .25;
  }
  50%{
  transform: translateX(-48%) scale(1.3);
  opacity: .7;
  }
}

/* ================= HERO TITLE ================= */

.hero-title{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

/* küçük logo (title içi) */
.hero-title .logo{
  max-width: 452px;
  max-height: 172px;
  width: auto;
  height: auto;
}

.hero-title span{
  font-family: 'Dancing Script', cursive;
  font-size: clamp(2rem,5vw,4rem);
  font-weight: 800;
  line-height: 1;
}

/* ================= PARAGRAPH ================= */

.hero p{
  max-width: 800px;
  margin: auto;
  color: rgba(255,255,255,.85);
  font-size: clamp(.95rem, 2vw, 1.1rem);
  line-height: 1.7;
  text-align: center;
}

/* ================= MOBILE ================= */

@media(max-width:768px){
  .smoke-wrap .logo{
  max-width: 85vw;
  }
  .steam{
  height: 70px;
  }
  .heat-haze{
  width: 160px;
  height: 90px;
  }
}

/* ================= INFO BAR ================= */

.info-bar{
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.info-item{
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.08);
  padding: 12px 18px;
  border-radius: 999px;
  color: #fff;
  font-size: .95rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.info-item i{
  color:#ffb703;
}

/* ================= MOBILE ================= */

@media(max-width:768px){
  .hero{
  min-height: 82vh;
  }
  .hero-content{
  padding: 80px 20px 40px;
  }
  .hero .logo{
  max-width: 320px;
  max-height: 220px;
  }
  .info-bar{
  gap: 10px;
  }
  .info-item{
  width: calc(50% - 10px);
  justify-content: center;
  font-size: .85rem;
  padding: 10px 14px;
  }
}

@media(max-width:576px){
  .hero-title{
  flex-direction: column;
  gap: 10px;
  }
}

@media(max-width:480px){
  .hero h1{
  font-size: 2rem;
  }
  .hero p{
  font-size: .92rem;
  }
  .info-item{
  width: 100%;
  }
}

/* ================= CATEGORY BAR ================= */

.categories{
  position: sticky;
  top: 0;
  z-index: 999;

  display: flex;
  flex-wrap: wrap;

  gap: 12px;

  padding: 14px 16px;

  background: rgba(9,9,11,.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  width: 100%;
  box-sizing: border-box;
}

/* desktop override */
@media (min-width: 769px){
  .categories{
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .categories::-webkit-scrollbar{
    display:none;
  }
}

/* ================= CATEGORY BUTTON ================= */

.cat-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 8px;

  padding: 12px 18px;

  border-radius: 999px;

  background: #18181b;
  color: white;

  font-weight: 600;
  font-size: 14px;

  text-decoration: none;

  white-space: nowrap;

  transition: .25s ease;

  min-height: 48px;
}

.cat-btn i{
  font-size: 13px;
}

.cat-btn.active{
  background: white;
  color: black;
}

.cat-btn:hover{
  color: white;
}

/* ================= SECTION SPACING FIX ================= */

section.section{
  padding: 20px 20px 40px;
  scroll-margin-top: 120px;
}

/* ilk section header overlap fix */
section.section:first-of-type{
  padding-top: 40px;
}

/* mobile fix */
@media (max-width: 768px){

  section.section{
    scroll-margin-top: 160px;
  }

  .categories{
    padding: 12px 14px;
    gap: 10px;
  }

  .cat-btn{
    padding: 10px 14px;
    font-size: 13px;
    min-height: 44px;
  }

  section.section:first-of-type{
    padding-top: 60px;
  }
}

/* ================= SECTION ================= */

.section{
  padding:10px 20px 40px;
}

.section-title{
  font-size:28px;
  font-weight:800;
  margin-bottom:25px;
}

/* ================= CARDS ================= */

.cards{
  display:grid;
  gap:22px;
}

.card{
  border-radius:16px;
  overflow:hidden;
  background:#18181b;
  border:1px solid rgba(255,255,255,.06);
  cursor:pointer;
  transition:.3s;
}

.card:hover{
  transform:translateY(-4px);
}

.card img{
  width:100%;
  height:260px;
  object-fit:cover;
}

.card-content{
  padding:18px;
}

.card-title{
  font-size:22px;
  font-weight:800;
}

.card-desc{
  font-size:14px;
  color:#ffb703;
  margin-top:8px;
}

.card-desc2{
  font-size:14px;
  color:#d4d4d8;
  margin:0px;
}

.card-desc3{
  font-size:14px;
  color:#d4d4d8;
  margin:0px;
}

.price{
  margin-top:12px;
  font-size:24px;
  font-weight:800;
}

/* ================= FLOAT CART ================= */

.cart-float{
  position:fixed;
  bottom:20px;
  right:20px;
  background:white;
  color:black;
  padding:14px 18px;
  border-radius:50px;
  font-weight:700;
  z-index:999;
  cursor:pointer;
  box-shadow:0 20px 40px rgba(0,0,0,.4);
}

/* ================= MODAL ================= */

.modal{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.75);
  display:none;
  justify-content:center;
  align-items:flex-end;
  z-index:9999;
}

.sheet{
  width:100%;
  max-width:520px;
  background:#14141a;
  border-radius:24px 24px 0 0;
  overflow:hidden;
  position:relative;
  animation:up .25s ease;
}

@keyframes up{
  from{transform:translateY(100%)}
  to{transform:translateY(0)}
}

.sheet img{
  width:100%;
  height:240px;
  object-fit:cover;
}

.sheet-body{
  padding:16px;
}

.close{
  position:absolute;
  top:10px;
  right:14px;
  font-size:26px;
  cursor:pointer;
}

/* ================= CART ================= */

.cart{
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  background:#14141a;
  border-radius:24px 24px 0 0;
  padding:18px;
  transform:translateY(110%);
  transition:.3s;
  z-index:9999;
  max-height:50vh;
  overflow:auto;
}

.cart.active{
  transform:translateY(0);
}

.container{
  max-width:1200px;
}

.row{
  margin-left:0;
  margin-right:0;
}

button{
  outline:none;
  box-shadow:none;
}

/* ================= OFFCANVAS ================= */

.offcanvas{
  backdrop-filter:blur(20px);
  background:#111114 !important;
  border:none !important;
}

.offcanvas-body{
  padding-bottom:120px;
}

/* ================= STICKY ORDER BAR ================= */

.sticky-order-bar{
  position:sticky;
  bottom:0;
  left:0;
  right:0;
  margin-top:30px;
  padding:20px;
  border-radius:0px;
  background:#18181b;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border:1px solid rgba(255,255,255,.08);
}

/* ================= CUSTOM MODAL ================= */

.modal.show{
  display:flex;
}

.show-modal .sheet{
  animation:sheetUp .35s cubic-bezier(.22,1,.36,1);
}

@keyframes sheetUp{
  0%{
  transform:translateY(100%) scale(.96);
  opacity:0;
}

100%{
  transform:translateY(0) scale(1);
  opacity:1;
}

}

/* ================= SCROLLSPY ================= */

html{
  scroll-behavior:smooth;
}

.cat-btn{
  text-decoration:none;
  display:flex;
  align-items:center;
}

.cat-btn.active{
  background:white;
  color:black;
}

/* ================= CART ITEM ================= */

.cart-item{
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px 0;
  border-bottom:1px solid rgba(255,255,255,.06);
}

.cart-item img{
  width:70px;
  height:70px;
  border-radius:14px;
  object-fit:cover;
}

.cart-item-title{
  font-weight:700;
}

.cart-item-price{
  color:#ffb703;
  margin-top:4px;
}





/* ================= PREMIUM QTY BUTTONS (KIOSK STYLE) ================= */

.qty-btn{
  width: 38px;
  height: 38px;
  border-radius: 12px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 18px;
  font-weight: 800;

  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(145deg, #1c1c22, #111114);

  color: #fff;

  cursor: pointer;
  transition: all .2s ease;

  box-shadow:
    0 6px 18px rgba(0,0,0,.35),
    inset 0 1px 0 rgba(255,255,255,.06);

  user-select: none;
}

/* hover glow */
.qty-btn:hover{
  transform: translateY(-2px);
  border-color: rgba(255, 183, 3, .4);
  box-shadow:
    0 10px 25px rgba(0,0,0,.45),
    0 0 12px rgba(255, 183, 3, .25),
    inset 0 1px 0 rgba(255,255,255,.08);
}

/* click / press feel */
.qty-btn:active{
  transform: scale(.92);
  box-shadow:
    0 4px 12px rgba(0,0,0,.35),
    inset 0 3px 10px rgba(0,0,0,.6);
}

/* minus button = danger accent */
.minus-btn{
  color: #ff4d4d;
}

/* plus button = success / warm accent */
.plus-btn{
  color: #ffb703;
}

/* quantity number daha kiosk hissi */
.cart-item .fw-bold{
  min-width: 28px;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  background: rgba(255,255,255,.06);
  padding: 6px 10px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.06);
}

/* touch-friendly spacing (kiosk tablet uyumu) */
.cart-item .d-flex{
  gap: 10px !important;
  align-items: center;
}


#checkoutBtn:disabled,
#checkoutBtn.disabled{
  opacity: .4;
  cursor: not-allowed;
  filter: grayscale(1);
  transform: none !important;
  box-shadow: none !important;
}

.cart-header{
  background: linear-gradient(
    to right,
    rgba(255,255,255,.10),
    rgba(255,255,255,.04)
  );

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border-bottom: 1px solid rgba(255,255,255,.14) !important;

  padding: 18px 20px;
}

/* sol tarafta soft highlight */
.cart-header::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;

  background: linear-gradient(
    to bottom,
    #ffb703,
    #ff7b00
  );

  border-radius: 0 6px 6px 0;
}

/* title daha “kiosk header” hissi */
.cart-header .offcanvas-title{
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .5px;
  color: #fff;
}

/* close button daha premium */
.cart-header .btn-close{
  filter: invert(1) brightness(1.2);
  opacity: .8;
  transition: .2s;
}

.cart-header .btn-close:hover{
  opacity: 1;
  transform: scale(1.1);
}




/* ================= CART BODY LAYOUT ================= */

.cart-body{
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
}

/* ================= SCROLL AREA ================= */

.cart-items{
  flex: 1;
  overflow-y: auto;
  padding: 16px 18px;

  /* scroll hissi premium olsun */
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.15) transparent;
}

/* webkit scrollbar */
.cart-items::-webkit-scrollbar{
  width: 6px;
}

.cart-items::-webkit-scrollbar-thumb{
  background: rgba(255,255,255,.15);
  border-radius: 10px;
}

/* ================= FIXED CHECKOUT BAR ================= */

.sticky-order-bar{
  position: sticky;
  bottom: 0;

  margin: 0;
  padding: 18px;

  background: linear-gradient(
    to top,
    rgba(30,30,36,.98),
    rgba(40,40,48,.92)
  );

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  border-top: 1px solid rgba(255,255,255,.12);

  display: flex;
  align-items: center;
  justify-content: space-between;

  z-index: 10;
}

/* checkout button daha kiosk */
#checkoutBtn{
  background: linear-gradient(135deg, #ffffff, #e5e5e5);
  color: #000;
  font-weight: 800;

  box-shadow:
    0 10px 25px rgba(0,0,0,.35);
  transition: .2s ease;
}

#checkoutBtn:hover{
  transform: translateY(-2px);
  box-shadow:
    0 14px 35px rgba(0,0,0,.45);
}

#checkoutBtn:active{
  transform: scale(.98);
}

#cartCanvas{
  border-radius: 0 !important;
}

