/* ======================================================
   JAJAPKEUN
   STYLE.CSS
====================================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:'Poppins',sans-serif;

    background:#f8f9fa;

    color:#333;

    line-height:1.6;

}

/* ===================================
CONTAINER
=================================== */

.container{

    width:90%;

    max-width:1200px;

    margin:auto;

}

/* ===================================
HEADER
=================================== */

header{

    position:sticky;

    top:0;

    background:#ffffff;

    box-shadow:0 2px 15px rgba(0,0,0,.08);

    z-index:999;

}

header .container{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:18px 0;

}

.logo{

    text-decoration:none;

    color:#ff6b00;

    font-size:28px;

    font-weight:700;

}

.logo span{

    color:#222;

}

nav ul{

    display:flex;

    list-style:none;

    gap:30px;

}

nav ul li a{

    text-decoration:none;

    color:#333;

    font-weight:500;

    transition:.3s;

}

nav ul li a:hover{

    color:#ff6b00;

}

/* ===================================
BUTTON
=================================== */

.btn-order{

    display:inline-block;

    text-decoration:none;

    background:#ff6b00;

    color:white;

    padding:14px 28px;

    border-radius:50px;

    font-weight:600;

    transition:.3s;

}

.btn-order:hover{

    background:#ff8128;

}


/* ===================================
   FOOTER
=================================== */

footer{
    background:#222;
    color:#fff;
    padding:70px 0 20px;
}

.footer-content{

    display:grid;

    grid-template-columns:2fr 1fr 1fr 1fr;

    gap:40px;

}

.footer-logo img{

    width:180px;

    margin-bottom:20px;

}

.footer-logo p{

    color:#ccc;

    line-height:1.8;

}

.footer-title{

    font-size:20px;

    margin-bottom:18px;

}

.footer-menu{

    list-style:none;

    padding:0;

}

.footer-menu li{

    margin-bottom:12px;

}

.footer-menu a{

    color:#ccc;

    text-decoration:none;

    transition:.3s;

}

.footer-menu a:hover{

    color:#ff7a00;

}

.footer-contact p{

    color:#ccc;

    margin-bottom:12px;

}

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.1);

    margin-top:50px;

    padding-top:20px;

    text-align:center;

    color:#bbb;

}

@media(max-width:900px){

.footer-content{

grid-template-columns:1fr;

text-align:center;

}

.footer-logo img{

margin:auto;

margin-bottom:20px;

}

}
/* ===================================
RESPONSIVE TABLET
=================================== */

@media(max-width:992px){

.hero-content{

flex-direction:column;

text-align:center;

}

nav{

display:none;

}

.hero-text h1{

font-size:42px;

}

.hero-image img{

max-width:380px;

}

}

/* ===================================
RESPONSIVE HP
=================================== */

@media(max-width:768px){

header .container{

flex-direction:column;

gap:20px;

}

.logo{

font-size:24px;

}

.hero{

padding:50px 0;

}

.hero-text h1{

font-size:34px;

}

.section-title h2{

font-size:30px;

}

.search-box{

flex-direction:column;

border-radius:15px;

}

.search-box input{

width:100%;

}

.search-box button{

width:100%;

padding:15px;

}

.btn-order{

width:100%;

text-align:center;

}

.resto-card img{

height:180px;

}

}

/* ===================================
ANIMASI
=================================== */

.resto-card,
.kategori-card,
.langkah,
.item{

transition:.35s ease;

}

img{

max-width:100%;

display:block;

}

/* =====================================================
   HERO V2 - JAJAPKEUN
===================================================== */

.hero{
    position:relative;
    overflow:hidden;
    background:linear-gradient(135deg,#fff7ef,#ffffff);
    padding:90px 0;
}

.hero::before{

    content:"";

    position:absolute;

    width:500px;
    height:500px;

    background:#ff7a00;

    opacity:.08;

    border-radius:50%;

    top:-220px;

    right:-180px;

}

.hero-content{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:60px;

}

.hero-text{

    flex:1;

}

.hero-text h1{

    font-size:56px;

    line-height:1.2;

    font-weight:700;

    color:#222;

    margin-bottom:20px;

}

.hero-text h1 span{

    color:#ff7a00;

}

.hero-text p{

    font-size:18px;

    color:#666;

    line-height:1.8;

    max-width:550px;

    margin-bottom:35px;

}

.search-box{

    display:flex;

    background:#fff;

    border-radius:60px;

    overflow:hidden;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    max-width:560px;

}

.search-box input{

    flex:1;

    border:none;

    outline:none;

    padding:18px 24px;

    font-size:16px;

}

.search-box button{

    width:70px;

    border:none;

    background:#ff7a00;

    color:#fff;

    font-size:20px;

    cursor:pointer;

    transition:.3s;

}

.search-box button:hover{

    background:#ff6200;

}

.hero-image{

    flex:1;

    text-align:right;

}

.hero-image img{

    width:100%;

    max-width:520px;

    animation:float 4s ease-in-out infinite;

}

@keyframes float{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-12px);

}

100%{

transform:translateY(0);

}

}

.hero-stats{

    display:flex;

    gap:20px;

    margin-top:40px;

}

.hero-stats .item{

    background:#fff;

    padding:18px;

    border-radius:18px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    min-width:130px;

    text-align:center;

}

.hero-stats h3{

    color:#ff7a00;

    font-size:26px;

}

.hero-stats p{

    margin:8px 0 0;

    font-size:14px;

}

/* =====================================================
   KATEGORI FAVORIT V2
===================================================== */

.kategori{
    padding:90px 0;
    background:#fafafa;
}

.kategori-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(150px,1fr));

    gap:25px;

    margin-top:50px;

}

.kategori-card{

    background:#fff;

    border-radius:20px;

    padding:35px 20px;

    text-align:center;

    transition:.35s;

    cursor:pointer;

    box-shadow:0 10px 25px rgba(0,0,0,.05);

    border:2px solid transparent;

}

.kategori-card:hover{

    transform:translateY(-10px);

    border-color:#ff7a00;

    box-shadow:0 20px 40px rgba(255,122,0,.18);

}

.kategori-icon{

    width:85px;

    height:85px;

    margin:auto;

    border-radius:50%;

    background:#fff3e8;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:40px;

    margin-bottom:20px;

    transition:.3s;

}

.kategori-card:hover .kategori-icon{

    background:#ff7a00;

    color:#fff;

    transform:rotate(8deg) scale(1.1);

}

.kategori-card h3{

    font-size:19px;

    color:#222;

    margin-bottom:8px;

}

.kategori-card p{

    color:#777;

    font-size:14px;

    line-height:1.6;

}

/* =====================================================
   RESTORAN POPULER V2
===================================================== */

.resto-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));

    gap:30px;

    margin-top:45px;

}

.resto-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    transition:.35s;

}

.resto-card:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 45px rgba(0,0,0,.15);

}

.resto-card img{

    width:100%;

    height:220px;

    object-fit:cover;

}

.resto-body{

    padding:22px;

}

.resto-body h3{

    margin-bottom:12px;

    font-size:23px;

    color:#222;

}

.resto-info{

    display:flex;

    align-items:center;

    gap:8px;

    margin-bottom:10px;

    color:#666;

    font-size:15px;

}

.rating{

    display:inline-block;

    background:#fff3e8;

    color:#ff7a00;

    padding:8px 14px;

    border-radius:30px;

    font-weight:600;

    margin-bottom:18px;

}

.btn-menu{

    display:block;

    width:100%;

    text-align:center;

    background:#ff7a00;

    color:#fff;

    padding:14px;

    border-radius:12px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.btn-menu:hover{

    background:#ff6200;

}

/* =====================================================
   CARA ORDER V2
===================================================== */

.cara-order{
    padding:90px 0;
    background:#fff;
}

.cara-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    margin-top:60px;

}

.cara-card{

    position:relative;

    background:#fff;

    border-radius:20px;

    padding:35px 25px;

    text-align:center;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    transition:.35s;

}

.cara-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(255,122,0,.15);

}

.cara-number{

    width:60px;

    height:60px;

    border-radius:50%;

    background:#ff7a00;

    color:#fff;

    margin:auto;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    font-weight:bold;

    margin-bottom:20px;

}

.cara-card h3{

    font-size:22px;

    margin-bottom:15px;

    color:#222;

}

.cara-card p{

    color:#666;

    line-height:1.8;

}

.cara-card::after{

    content:"";

    position:absolute;

    top:60px;

    right:-35px;

    width:70px;

    height:4px;

    background:#ff7a00;

}

.cara-card:last-child::after{

    display:none;

}

@media(max-width:992px){

.cara-grid{

grid-template-columns:repeat(2,1fr);

}

.cara-card::after{

display:none;

}

}

@media(max-width:600px){

.cara-grid{

grid-template-columns:1fr;

}

}


