*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: open sans, arial;
    min-height: 100vh;
    overflow-x: hidden;
}

a{
    text-decoration: none;
}

/* ----------header--------- */
header{
    padding: 0px 50px;
    margin-top: 30px;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    width: 100%;
}

nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.cart-container{
    position: relative;
    display: inline-block;
}

.cart-icon{
    font-size: 30px;
    cursor: pointer;
}

.cart-count2 {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: red;
    color: white;
}

.mangiona-logo{
  width: 50px;
  height: 50px;
}

.mangiona-logo img{
    width: 100%;
    height: 100%;
    margin-left: 20px;
}

.mangiona-nav-links ul{
    list-style: none;
    display: flex;
    gap: 5px;
}

.mangiona-nav-links li{
    display: inline-block;
    padding: 10px 15px;
}

.mangiona-nav-links a{
    text-decoration: none;
    color: black;
    background-color: #fff;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    transition: 0.3s;
    white-space: nowrap;
}

.mangiona-nav-links a.active{
    background-color: #f02b01;
    color: #fff;
}

.mangiona-order{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.mobile-nav-toggle,
.mobile-nav-close{
    border: none;
    background: transparent;
    cursor: pointer;
    display: none;
    padding: 0;
}

.mobile-nav-toggle{
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #f02b01;
    color: #fff;
}

.order-btn{
    background-color: #f02b01;
    color: #fff;
    padding: 7px 12px;
    border-radius: 8px;
    border: none;
    width: auto;
    height: auto;
    font-size: 12px;
}

.order-btn:hover{
    background-color: #df330c;
}
.order-btn:active{
    background-color: #772311;
}

.nav-username {
    display: flex !important;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.nav-username span {
    font-size: 14px;
    color: black;
}

.logout-btn {
    padding: 8px 14px !important;
    font-size: 12px;
    font-weight: 500;
}

/* ------------hero----------- */
.hero{
    display: flex;
    justify-content: center;
    margin-top: 90px;
    gap: 150px;
}

/* --------hero-left------ */
.hero-left{
    margin-top: 60px;
    margin-right: 50px;
}
.call-to-action{
    font-size: 40px;
    font-weight: 600;
}

.span{
    color: #f02b01;
}

.tasty-meal{
    font-size: small;
    font-weight: 100;
    color: gray;
}

.fine-meal{
    margin-top: 20px;
    font-size: small;
    color: gray;
}

.action-btn:hover{
    background-color: #df330c;
}
.action-btn:active{
    background-color: #772311;
}

.action-btn{
    background-color: #f02b01;
    color: #fff;
    padding: 9px 20px;
    border-radius: 10px;
    border: none;
    margin-top: 20px;
    width: 130px;
    height: 40px;
}

.review{
    height: 70px;
    width: 300px;
    margin-top: 30px;
}

.review img{
    height: 100%;
    width: 100%;
}
/* -------hero-right-------- */
.delivery-guy{
    width: 400px;
    height: 400px;
    position: relative;
    margin-left: 100px;
    margin-right: 70px;
}

.arrow{
    width: 200px;
    height: 200px;
    background-image: url(Group\ 53.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 77%;
    top: -40px;
}

.bg-shape{
    position: absolute;
    width: 350px;
    height: 363px;
    background: #f02b01;
    border-radius: 30px;
    z-index: 1;
    margin-top: 40px;
}

.hero-img{
    position: absolute;
    width: 100%;
    z-index: 2;
}

.call-card {
    position: absolute;
    top: 20px;
    left: -180px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    width: 250px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    border-radius: 30px;
    padding: 10px;
    z-index: 3;
    padding: 10px 20px;
}

.call-card h4{
    font-size: 12px;
    font-weight: 200;
}

.call-card p{
    font-size:11px;
    font-weight: 100;color: rgb(102, 96, 96);
}

.call-card iconify-icon{
    background-color: #f02b01;
    padding: 7px;
    border-radius: 50%;
    color: #fff;
}

.call-card img{
    width: 15%;
    height: 15%;
    background-color: #FDC729;
    border-radius: 50%;
    justify-content: center;
}

.lunch-deliver{
    position: absolute;
    top: 80px;
    right: -60px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border-radius: 20px;
    z-index: 3;
    margin-top: 170px;
    width: 150px;
}

.lunch-deliver iconify-icon{
    background: #f02b01;
    color: #fff;
    padding: 8px;
    border-radius: 50%;
    font-size: 18px;
}

.lunch-promise h4{
    font-size: 13px;
    margin: 0;
}

.lunch-promise p{
    font-size: 12px;
    margin: 0;
    color: gray;
}

.summary{
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    color: gray;
    position: absolute;
    top: 80px;
    left: -45px;
    border-radius: 20px;
    z-index: 3;
    margin-top: 290px;
    width: 200px;
    height: 100px;
}

.summary p{
    text-align: center;
    padding: 0;
    font-size: 12px;
}
.summary .span-left{
    color: #f02b01;
    font-size: 20px;
    padding: 15px 8px 0px;
}
.summary .span-right{
    color: #f02b01;
    font-size: 20px;
    margin-left: 150px;
}

/* ----------blog page---------- */
.blog-hero{
    padding: 90px 50px 40px;
    background: #fff;
}

.blog-hero .hero{
    align-items: center;
    gap: 80px;
}

.blog-hero .hero-left{
    max-width: 560px;
}

.section-label{
    color: #f02b01;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-size: 14px;
}

.blog-hero h1{
    font-size: clamp(2.5rem, 4vw, 4rem);
    line-height: 1.05;
    color: #1c1c1c;
    margin-bottom: 20px;
}

.hero-copy{
    color: #5c5c5c;
    font-size: 15px;
    line-height: 1.8;
    max-width: 540px;
    margin-bottom: 30px;
}

.blog-hero-right{
    display: flex;
    justify-content: center;
}

.blog-hero-img{
    width: min(520px, 100%);
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

.blog-main{
    display: flex;
    gap: 40px;
    padding: 40px 50px 0;
    align-items: flex-start;
}

.blog-content{
    flex: 2.2;
}

.blog-cards{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blog-card{
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0,0,0,0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 22px 50px rgba(0,0,0,0.12);
}

.blog-card img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.blog-card-body{
    padding: 24px;
}

.blog-card-body .tag{
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fef0ec;
    color: #f02b01;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 14px;
}

.blog-card-body .meta{
    color: #8d8d8d;
    font-size: 13px;
    margin-bottom: 14px;
}

.blog-card-body h3{
    font-size: 22px;
    margin-bottom: 16px;
    color: #1f1f1f;
}

.blog-card-body p{
    color: #5d5d5d;
    line-height: 1.75;
    margin-bottom: 20px;
    font-size: 14px;
}

.read-more{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #f02b01;
    font-weight: 700;
}

.blog-sidebar{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sidebar-card{
    background: #fff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.06);
}

.sidebar-card h3{
    margin-bottom: 18px;
    font-size: 18px;
    color: #1b1b1b;
}

.search-group{
    display: flex;
    gap: 12px;
    align-items: stretch;
}

.search-group input{
    flex: 1;
    padding: 12px 16px;
    border-radius: 14px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
}

.search-group button{
    border: none;
    background: #f02b01;
    color: #fff;
    padding: 0 16px;
    border-radius: 14px;
    cursor: pointer;
}

.categories-list,
.recent-list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.categories-list li{
    padding: 12px 16px;
    border-radius: 14px;
    cursor: pointer;
    color: #5d5d5d;
    background: #faf8f6;
    font-size: 14px;
}

.categories-list li.active{
    background: #f02b01;
    color: #fff;
}

.recent-item{
    display: flex;
    gap: 14px;
    align-items: center;
}

.recent-item img{
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 18px;
}

.recent-text strong{
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    color: #1c1c1c;
}

.recent-text span{
    display: block;
    color: #8d8d8d;
    font-size: 13px;
}

.subscribe{
    display: grid;
    gap: 12px;
}

.subscribe input{
    width: 100%;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
}

.subscribe button{
    border: none;
    background: #f02b01;
    color: #fff;
    padding: 14px 16px;
    border-radius: 14px;
    cursor: pointer;
    font-weight: 700;
}

.small-note{
    color: #8d8d8d;
    font-size: 12px;
    margin-top: 10px;
}

.pagination{
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 40px 0 80px;
}

.page-btn{
    border: 1px solid #f5c7b8;
    background: #fff;
    color: #4b4b4b;
    padding: 10px 16px;
    border-radius: 12px;
    min-width: 46px;
    cursor: pointer;
}

.page-btn.active,
.page-btn:hover{
    background: #f02b01;
    color: #fff;
    border-color: transparent;
}

.icon-link{
    display: flex;
    gap: 20px;
    align-items: center;
}

.icon-link a{
    text-decoration: none;
    color: #fff;
    margin-top: 60px;
    margin-bottom: 0;
}

/* @media (max-width: 1080px){
    .blog-main{
        flex-direction: column;
        gap: 30px;
    }

    .blog-cards{
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px){
    .blog-hero{
        padding: 60px 24px 24px;
    }

    .blog-hero .hero{
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-hero-right{
        width: 100%;
    }

    .blog-hero-img{
        width: 100%;
    }

    .blog-main{
        padding: 20px 24px 0;
    }

    .sidebar-card,
    .blog-card{
        border-radius: 20px;
    }
}

@media (max-width: 520px){
    .hero-copy,
    .blog-card-body h3,
    .section-label{
        font-size: 15px;
    }
    .hero-copy{
        max-width: 100%;
    }
} */

/* ---------Servces---------- */
.mangiona-service{
    position: relative;
    margin-top: 100px;
}

/* YELLOW BACKGROUND */
.background-paper{
    background-image: url("Frame 3430.png");
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; /* VERY IMPORTANT */
    padding: 20px;
}

/* TOP WHITE EDGE */
.white-line{
    background-image: url("gray-torn-paper-edge-template-ripped-horizontal-strips-with-shadows-border-texture-design-vector 5.png");
    width: 100%;
    height: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;   /* instead of margin-top */
    left: 0;
    z-index: 2;
}

.white-line-2{
    background-image: url("gray-torn-paper-edge-template-ripped-horizontal-strips-with-shadows-border-texture-design-vector 5.png");
    width: 100%;
    height: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -50px;   /* instead of margin-top */
    left: 0;
    z-index: 2;
}

.service{
    text-align: center;
    padding: 70px;
}

.service p{
    color: #f02b01;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

.service h2{
    color: #772311;
}

.mangiona-delivery{
    display: flex;
    align-items: center;
    gap: 150px;
}

.restaurant{
    width: 400px;
    height: 300px;
    text-align: center;
}

.restaurant img{
    width: 75%;
    height: 75%;
}

.restaurant h4{
    font-weight: 700;
    font-size: 17px;
    color: #772311;
}

.restaurant p{
    font-size: 12px;
    color: rgb(87, 82, 82);
}

.rider{
    text-align: center;
    width: 300px;
}

.rider h4{
    font-weight: 700;
    font-size: 17px;
    color: #772311;
}

.rider p{
    font-size: 12px;
    color: rgb(87, 82, 82)
}

.meal{
    text-align: center;
    width: 300px;
}

.meal h4{
    font-weight: 700;
    font-size: 17px;
    color: #772311;
}

.meal p{
    font-size: 12px;
    color: rgb(87, 82, 82)
}

/* --------Restaurant-menu----- */
.carousel-wrapper {
  overflow: hidden;
}

.carousel {
  width: 100%;
  margin-top: 70px;
  padding: 0 15px;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.card {
  background: #f5f0e6;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  margin-top: 40px;
  flex-shrink: 0;
}

@media (min-width: 480px) {
  .card {
    width: 180px;
  }
}

.card:hover {
  background: #FDC729;
}

.card:hover .rating {
  background: #f02b01;
  color: #fff;
}

.rating {
  background: #FDC729;
  color: white;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  margin-top: 8px;
  transition: 0.3s ease;
  cursor: pointer;
}

/* dots */
.dots {
  text-align: center;
  margin-top: 20px;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 5px;
  cursor: pointer;
}

.dot.active {
  background: #f02b01;
}

.carousel h2 {
  text-align: center;
  font-size: 24px;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .carousel h2 {
    font-size: 32px;
  }
}

.slide {
  min-width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.card img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 10px;
}

.card span,
.card iconify-icon {
  color: #ff4d00;
  font-size: 14px;
}

.card p {
  font-weight: 700;
  font-size: 13px;
}

.filter-btn {
  background: #f02b01;
  color: white;
  padding: 7px 12px;
  border-radius: 20px;
  font-size: 12px;
  border: none;
  margin: 20px auto;
  display: block;
  cursor: pointer;
}

/* -------Service-Review------- */
.service-review p{
    color: #f02b01;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 50px;
}

.service-review h2{
    text-align: center;
}

.card-reveiw{
    display: flex;
}

.arrow-down{
    width: 200px;
    display: flex;
    margin-left: 200px;
    gap: 17rem;
}

.arrow-down img{
    width: 100%;
    /* height: 100%; */
}

.arrow-up{
    width: 200px;
    display: flex;
    margin-left: 450px;
    gap: 17rem;
}

.arrow-up img{
    width: 100%;
    transform: scaleY(-1);
}

.card-icon{
    background: #f5f0e6;
    border-radius: 20px;
    padding: 20px;
    margin-left: 100px;
    font-size: 50px;
    text-align: center;
    height: 150px;
    width: 150px;
}

.card-icon iconify-icon{
    color: #f02b01;
}

.card-icon p{
    color: rgb(87, 82, 82);
    margin-top: 18px;
}

/* ------Happy-Customers-------- */
.mangiona-reveiw{
  padding: 70px;
  display: flex;
  align-items: center;
  gap: 400px;
  justify-content: center;
}

/* -----left-review------ */
.reveiw-left{
  height: 400px;
  width: 300px;
  position: relative;
}

/* MAIN ORANGE */
.reveiw-left::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  background: #f02b01;
  border-radius: 50% 50% 0 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* WHITE (behind orange, slightly lower & bigger) */
.reveiw-left::after{
  content: "";
  position: absolute;
  width: 104%;
  height: 83%;
  background: white;
  border-radius: 50% 50% 0 0;
  bottom: -5px;   /* push down */
  left: 50%;
  transform: translateX(-50%);

  z-index: 0;
}

/* SMALL ORANGE EDGE (LAST layer at bottom) */
.orange-edge{
  position: absolute;
  width: 107%;
  height: 85%;
  background: #f02b01;
  border-radius: 50% 50% 0 0;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.reveiw-left img{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 99%;
  height: 98%;
  z-index: 2;
}

/* IMAGE SIDE */
.review-left img{
  width: 300px;
}

/* -------right-review------ */

/* TEXT CONTAINER */
.review-right{
  width: 400px;
  overflow: visible; /* 👈 hides overflow */
}

.review-right iconify-icon{
  font-size: 80px;
  color: #f5cfc7;
  position: absolute;  /* 👈 key fix */
  top: -20px;
  left: -70px;
  z-index: 10;
}
/* TRACK (this moves) */
.text-track{
  display: flex;
  transition: transform 0.5s ease-in-out;
}


/* EACH TEXT BLOCK */
.text-item{
  min-width: 100%; /* same as container */
  padding: 10px;
  position: relative;
}

.text-item h2{
    margin-bottom: 10px;
    font-size: 30px;
    margin-bottom: 20px;
}

.text-item p{
    font-size: 12px;
}

.text-slider{
  width: 100%;
  overflow: hidden;
}

.qoute{
    position: relative;
}

.profile{
    margin-top: 10px;
    position: relative;
}

.profile img{
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 40px;
    transform: translateX(-50%);
    z-index: 2;
}

.profile::before{
    content: "";
    position: absolute;
    width: 61px;
    height: 61px;
    background: #f02b01;
    border-radius: 50%;
    bottom: 10;
    top: 8px;
    left: 9px;
    z-index: 1;
}

.profile::after{
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  background: white;
  border-radius: 50%;
  bottom: -2px;   /* push down */
  left: 40px;
  transform: translateX(-50%);
  z-index: 1;
}

.client-name {
    margin-left: 80px;
}
.client-name h2{
    font-size: 20px;
    top: 50px;
    font-weight: 200;
}

.client-name p{
    color: gray;
}

/* -----Get-App---- */
.get-app{
    padding: 50px;
}

.mangiona-get-app{
  position: relative;
  height: 430px;
  background-image: url("abstract-orange-stylish-wave-banner-background 2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 20px;
}

/* YELLOW OVERLAY */
.overlay{
  position: absolute;
  inset: 0; /* top:0 left:0 right:0 bottom:0 */
  background: rgba(253, 199, 41, 0.85);
  z-index: 1;
  display: flex;
  padding: 50px;
}

/* -----getapp-right---- */
.get-app-right{
    width: 320px;
    height: 360px;
    margin-top: 20px;
    margin-left: 200px;
}

.get-app-right img{
    width: 100%;
    height: 100%;
}

/* -----getapp-left---- */
.get-app-left h6{
    color: #f02b01;
    margin-top: 50px;
}

.get-app-left h1{
    margin-top: 20px;
}

.get-app-left p{
    font-size: 12px;
    font-weight: bold;
    margin-top: 17px;
    color: rgb(70, 66, 66);
}

.btn{
    display: flex;
    gap: 20px;
}

.app-btn{
    border: none;
    background-color: #f02b01;
    color: #fff;
    padding: 10px;
    height: 50px;
    width: 150px;
    border-radius: 7px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 9px;
    font-size: 17px;
}

.app-btn iconify-icon{
    font-size: 30px;
}

.app-btn:hover{
    background-color: #df330c;
}
.app-btn:active{
    background-color: #772311;
}

/* -----News-Letter----- */
.mangiona-news-letter{
    padding: 50px;
    display: flex;
    margin-top: 100px;
}

/* -----news-letter-left----- */
.news-letter-left{
    margin-top: 50px;
}

.news-letter-left h1{
    font-size: 40px;
}

.news-letter-left h3{
    font-size: 30px;
    font-weight: 200;
    margin-top: 30px;
}

.news-letter-left h4{
    font-size: 20px;
    font-weight: 200;
    margin-top: 15px;
}

.update-input{
    margin-top: 40px;
}

input{
    outline: none;
    border: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    width: 300px;
    padding: 10px;
    border-radius: 9px 0px 0px 9px;
}

.update-btn{
    border: none;
    padding: 10px;
    background: #f02b01;
    color: #fff;
    border-radius: 0px 9px 9px 0px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.discount{
    color: #f02b01;
}

/* -----news-letter-right----- */
.news-letter-right{
    width: 400px;
    height: 430px;
    position: relative;
    top: -90px;
}

.news-letter-right img{
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    margin-left: 300px;
}

.bg-effect{
     position: absolute;
    width: 360px;
    height: 330px;
    background: #f02b01;
    border-radius: 50px;
    z-index: 1;
    margin-top: 80px;
    left: 370px;
    top: 20px;
}

/* -----footer------ */
footer{
    position: relative;
}
.footer{
    background-color: #f02b01;
    padding: 70px;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.lower{
    display: flex;
}

.logo{
    width: 100px;
    height: 100px;
}

.logo img{
    width: 100%;
    height: 100%;
}

.white-line-3{
    background-image: url("gray-torn-paper-edge-template-ripped-horizontal-strips-with-shadows-border-texture-design-vector 5.png");
    width: 100%;
    height: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -17px;   /* instead of margin-top */
    left: 0;
    z-index: 2;
}

.mangiona-address{
    margin-top: 20px;
}

.mangiona-address p{
    color: #f0e7e7;
    font-weight: bold;
    font-size: 14px;
}

.mangiona-email{
    margin-top: 10px;
}

.mangiona-number{
    margin-top: 10px;
}

.links{
    display: flex;
    gap: 50px;
    margin-top: 30px;
    margin-left: 300px;
}

.links ul{
    list-style: none;
}

.links a{
    text-decoration: none;
    color: #f0e7e7;
    font-weight: bold;
    font-size: 12px;
}

.links li{
    padding: 10px;
}

.sub-title{
    color: #fff;
    font-weight: bold;
}

hr{
    margin-top: 60px;
    width: 900px;
    border: #FDC729 1px solid;
}

.google-btn{
    display: flex;
    align-items: center;
    width: 170px;
    padding: 10px;
    gap: 9px;
    border-radius: 9px;
    border: none;
    position: absolute;
    top: 40%;
    left: 80%;
}

.google-btn iconify-icon{
    font-size: 30px;
}

.apple-btn{
    display: flex;
    align-items: center;
    width: 170px;
    padding: 10px;
    gap: 9px;
    border-radius: 9px;
    border: none;
    position: absolute;
    top: 52%;
    left: 80.1%;
}

.apple-btn iconify-icon{
    font-size: 30px;
}

.mangiona-policy{
    display: flex;
    gap: 50px;
    margin-top: 10px;
    margin-left: 40%;
}

.mangiona-policy a{
    text-decoration: none;
    color: #fff;
}

.icons-links{
    font-size: 23px;
    display: flex;
    gap: 20px;
    margin-left: 84%;
    margin-top: 20px;
}

.first{
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    width: 40px;
    text-align: center;
}

.second{
    background-color: #fff;
    width: 40px;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
}

.third{
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    width: 40px;
}

.icons-links a{
    text-decoration: none;
    color: black;
}

.footer h1{
    color: #e0ac0f;
    font-size: 200px;
    margin-top: 1px;
    text-align: center;
    width: 100%;
}

/* ----cart-overlay----- */
.bg-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);

    display:none;
}

.cart-panel{
    position:fixed;
    top:0;
    right:-700px;

    width:550px;
    height:100vh;
    box-sizing: border-box;

    background:white;

    transition:0.3s ease;

    z-index:1000;

    padding:20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.cart-panel.active{
    right:0;
}

.bg-overlay.active{
    display:block;
}

.close-btn{
    width: 50px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid gray;
}

.name{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 10px;
}

.ingredent{
    margin-top: 0;
    font-size: 12px;
    font-weight: 500;
    color: gray;
    margin-top: 5px;
}

.actions2{
    display:flex;
    gap:8px;
    align-items: center;
    margin-top: 40px;
    margin-left: 20px;
}

.add-btn2{
    font-size: 15px;
    color: #fff;
    border: none;
    margin-top: 5px;
    background-color: #ff4d00;
}

.add-btn2 span{
    color: #fff;
}

.add-btn2,
.remove-btn2{
    width:31px;
    height:30px;
    border-radius: 100%;
    cursor:pointer;
}

.remove-btn2{
    display:none;
    margin-top: 5px;
    font-size: 15px;
    color: gray;
    border: 1px solid gray;
}

.cart-items h2{
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
}

.cart-items{
    flex: 1;
    overflow-y: auto;
    padding-right: 8px;
}

.cart-flex{
    display: flex;
    gap: 10px;
    /* align-items: center; */
    margin-top: 20px;
}

.cart-flex img{
    height: 150px;
    object-fit: cover;
    /* vertical-align: bottom; */
}

.cart-empty{
    color: gray;
    font-size: 14px;
    margin-top: 20px;
}

.price-tag{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.quantity{
    font-weight: 500;
    font-size: 15px;
}

.price{
    margin-top: 20px;
    font-size: 13px;
}

.top-cart-panel{
    display: flex;
    gap: 10rem;
    margin-bottom: 20px;
}

.top-cart-panel h2{
    font-size: 30px;
}

.cart-notification{
    background:#fff3cd;
    color:#f5a300;
    padding:15px;
    border-radius:8px;
    font-weight:bold;
    text-align:center;
}

.cart-count{
    font-size:18px;
    color: #f5a300;
}

.cart-items-summary{
    display: block;
    flex-shrink: 0;
    padding-top: 15px;
    background: #fff;
}

.cart-items-summary p{
    display: block;
}

.cart-items-summary .checkout-btn{
    display: block;
    width: 100%;
    height: 48px;
    margin-top: 10px;
    border: none;
    border-radius: 8px;
    background: #ff4d00;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

@media (max-width: 600px){
    .cart-panel{
        right: -100%;
        width: 100%;
    }
}

/* ------Responsive polish------ */
img{
    max-width: 100%;
}

@media (max-width: 1180px){
    header{
        padding: 0 24px;
    }

    nav,
    .mangiona-nav-links ul,
    .mangiona-order,
    .lower,
    .links,
    .mangiona-policy,
    .icons-links{
        flex-wrap: wrap;
    }

    .mangiona-nav-links ul{
        justify-content: center;
        gap: 12px;
    }

    .mangiona-order{
        gap: 18px;
    }

    .hero{
        gap: 50px;
        padding: 0 24px;
    }

    .mangiona-delivery,
    .card-reveiw{
        justify-content: center;
        flex-wrap: wrap;
        gap: 32px;
    }

    .arrow-down,
    .arrow-up{
        display: none;
    }

    .card-icon{
        margin-left: 0;
    }

    .mangiona-reveiw{
        gap: 80px;
    }

    .get-app-right,
    .news-letter-right img,
    .bg-effect,
    .links,
    .mangiona-policy,
    .icons-links{
        margin-left: 0;
        left: auto;
    }

    .google-btn,
    .apple-btn{
        position: static;
        margin-top: 16px;
    }

    hr{
        width: 100%;
    }

    .footer{
        height: auto;
    }
}

@media (max-width: 900px){
    body{
        overflow-x: hidden;
    }

    nav{
        gap: 18px;
        justify-content: center;
    }

    .hero,
    .mangiona-reveiw,
    .mangiona-news-letter{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hero{
        display:block;
    }

    .hero-right{
        margin-top: 50px;
    }

    .bg-shape{
        width: 80%;
        height: 80%;
        left: 13%;
    }

    .hero-img{
        right: 10%;
        height: 380px;
        width: 100%;
        top: 5px;
    }

    /* .hero-right{
        position: relative;
    }

    .call-card{
        position: absolute;
        top: 0;
        right: 0;
        transform: translateY(-50%);
        display: flex;
    } */

    .hero-left,
    .delivery-guy,
    .review-right,
    .news-letter-right{
        margin-left: 0;
        margin-right: 0;
        width: min(100%, 420px);
    }

    .delivery-guy{
        height: 420px;
    }

    /* .call-card,
    .lunch-deliver,
    .summary,
    .arrow{
        display: none;
    } */

    .call-card{
        width: 60%;
        left: 9%;
    }

    .background-paper{
        height: auto;
        padding-bottom: 80px;
    }

    .mangiona-delivery{
        flex-direction: column;
    }

    .restaurant{
        display: flex;
        gap: 16px;
    }

    .restaurant img{
        width: 80px;
        height: 80px;
        border-radius: 8px;
    }

    .restaurant h4{
        font-size: 14px;
        font-weight: 600;
    }

    .restaurant p{
        font-size: 12px;
        color: gray;
    }

    .overlay{
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .mangiona-get-app{
        height: auto;
    }

    .get-app-right{
        width: min(100%, 280px);
        height: auto;
    }

    .update-input{
        display: flex;
        justify-content: center;
    }

    .news-letter-right,
    .bg-effect{
        display: none;
    }

    .links{
        justify-content: center;
    }

    .footer h1{
        font-size: clamp(52px, 18vw, 150px);
    }
}

@media (max-width: 640px){
    header{
        padding: 0 14px;
        margin-top: 12px;
    }

    nav{
        gap: 12px;
        align-items: center;
        justify-content: space-between;
    }

    .mangiona-logo img{
        margin-left: 0;
    }

    .order-btn{
    display: none;
}

    .mangiona-order{
        justify-content: flex-end;
        gap: 12px;
    }

    .mangiona-nav-links{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        padding: 24px 18px;
        transform: translateY(-110%);
        transition: transform 0.35s ease-in-out;
        z-index: 1100;
        overflow-y: auto;
        box-shadow: 0 12px 40px rgba(0,0,0,0.15);
    }

    .mangiona-nav-links.active{
        transform: translateY(0);
    }

    .mangiona-nav-links ul{
        flex-direction: column;
        gap: 8px;
        margin-top: 60px;
    }

    .mangiona-nav-links li{
        width: 100%;
        padding: 0;
    }

    .mangiona-nav-links a{
        display: block;
        width: 100%;
        padding: 16px 18px;
        font-size: 14px;
        color: #111;
        background: #f8f8f8;
        border-radius: 12px;
        box-shadow: none;
    }

    .mangiona-nav-links a.active{
        background-color: #f02b01;
        color: #fff;
    }

    .mobile-nav-close{
        display: inline-flex;
        position: absolute;
        top: 18px;
        right: 18px;
        color: #111;
        width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        background: #f3f3f3;
        border-radius: 12px;
    }

    .mobile-nav-toggle{
        display: inline-flex;
    }

    .order-btn{
        width: auto;
        min-width: 110px;
    }

    .nav-username {
        width: 100%;
        justify-content: flex-end;
        gap: 8px;
    }

    .nav-username span {
        font-size: 13px;
    }

    .logout-btn {
        padding: 8px 12px !important;
        font-size: 12px;
    }

    .hero{
        margin-top: 40px;
    }

    .call-to-action,
    .news-letter-left h1{
        font-size: 30px;
    }

    .news-letter-left h3{
        font-size: 24px;
    }

    .news-letter-left h4{
        font-size: 16px;
    }

    .get-app,
    .mangiona-news-letter,
    .footer{
        padding: 28px 18px;
    }

    .btn,
    .update-input{
        flex-direction: column;
        align-items: stretch;
    }

    input,
    .update-btn{
        width: 100%;
        border-radius: 9px;
    }

    .cart-flex{
        align-items: flex-start;
    }

    .cart-flex img{
        width: 96px;
        height: 96px;
    }

    .top-cart-panel{
        justify-content: space-between;
        gap: 20px;
    }

    .top-cart-panel h2{
        font-size: 24px;
    }

    .call-card{
        width: 60%;
        left: 9%;
    }
}
