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

html{
    scroll-behavior: smooth;
}

body{
    font-family: open sans, arial;
}

p{
    margin-top: 0;
    margin-bottom: 0;
}

/* ----------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: 25px;
    align-items: center;
    justify-content: center;
}

.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;
  flex-direction: column;
  margin-top: 80px;
}

/* ------hero-left--------- */
.hero-left,
.hero-right{
  margin-left: 0;
  padding: 0 20px;
}

h1{
    font-size: 40px;
    font-weight: 600;
}

.hero-left p{
    font-size: small;
    margin-top: 20px;
    font-weight: bold;
}

.hype{
    font-size: 20px;
    font-weight: 700;
}

.hype p{
    font-size: 17px;
    font-weight: 700;
    margin-top: 40px;
}
/* --------hero-right------- */
.pick-up{
    width: 600px;
    height: 400px;
    position: relative;
    margin-left: 100px;
}
.pick-up img{
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 2;
    bottom: 0;
}

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

.bg-shape{
    position: absolute;
    width: 330px;
    height: 360px;
    background: #f02b01;
    border-radius: 30px;
    top: 40px;
    left: 50%;
  transform: translateX(-50%);
    z-index: 2;
}

.bg-shape-1{
    position: absolute;
    width: 330px;
    height: 360px;
    background: #f02b01;
    border-radius: 30px;
    top: 40px;
    left: 120px;
    z-index: 1;
    transform: rotate(45deg);
    opacity: 0.2;
}

.lunch-deliver{
    position: absolute;
    top: 80px;
    left: 40px;
    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: 15px;
    z-index: 3;
    margin-top: 230px;
    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;
}

/* ------sub-hero------ */
.sub-hero{
    width: 100%;
    margin-top: 100px;
    display: flex;
    padding: 50px;
}

/* ------sub-hero-left----- */
.sub-hero-left{
    padding: 20px;
    width: 50%;
    position: relative;
}

.bg-shape-2{
    position: absolute;
    z-index: 1;
    width: 70%;
}

.woman{
    position: absolute;
    z-index: 2;
    width: 45%;
    top: -30px;
    left: 70px;
}

.sub-hero-left::after{
    content: "";
    background-color: #f02b01;
    width: 50%;
    height: 10%;
    position: absolute;
    border-radius: 30px;
    left: 75px;
    top: 330px;
    z-index: 3;
}

/* -----sub-hero-right---- */
.grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px;
    gap: 40px;
}

.card-1{
    box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.card-2{
    box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    gap: 20px;
}

.card-3{
    box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    gap: 20px;
}

.card-4{
    box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    gap: 20px;
}

.sub-hero-right h6{
    color: #f02b01;
    font-weight: 600;
}

.sub-hero-right h1{
    font-size: 30px;
    margin-top: 20px;
}

.paragraph{
    font-size: 13px;
    margin-top: 20px;
    font-weight: bold;
}

.right-text{
    margin-left: 30px;
}

.card-1 h3{
    font-size: 14px;
    font-weight: 600;
}

.card-1 p{
    font-size: 13px;
    margin-top: 10px;
}

.card-2 h3{
    font-size: 14px;
    font-weight: 600;
}

.card-2 p{
    font-size: 13px;
    margin-top: 10px;
}

.card-3 h3{
    font-size: 14px;
    font-weight: 600;
}

.card-3 p{
    font-size: 13px;
    margin-top: 10px;
}

.card-4 h3{
    font-size: 14px;
    font-weight: 600;
}

.card-4 p{
    font-size: 13px;
    margin-top: 10px;
}

.icon iconify-icon{
    font-size: 35px;
    color: #f02b01;
    background-color: #f02d0156;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
}

/* -------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;
}

/* -----Team----- */
.about-team{
    text-align: center;
    margin-top: 30px;
}

.about-team h3{
    color: #f02b01;
    font-size: 14px;
    font-weight: 600;
}

.about-team h1{
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
}

.about-team p{
    font-size: 12px;
    margin-top: 20px;
}

.image-display{
    display: flex;
    justify-content: center;
    margin-top: 60px;
    width: 100%;
    min-width: 500px;
}

.card-pack{
    width: 350px;
}

.card-pack img{
    width: 70%;
}

.card-pack h2{
    font-size: 18px;
    font-weight: 500;
}

.card-pack p{
    width: 250px;
    margin-left: 50px;
}

/* ------Happy-Costumers-------- */
.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;
}

/* -------FQAs------- */
.faq-section{
  width: 90%;
  max-width: 800px;
  margin: 50px auto;
}

.faq-section h4{
  text-align: center;
  color: #f02b01;
  margin-bottom: 10px;
}

.faq-section h2{
  text-align: center;
  margin-bottom: 40px;
}

.faq{
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
}

/* QUESTION */
.faq-question{
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question h3{
  font-size: 25px;
  color: #333;
}

/* ARROW */
.arrow{
  font-size: 30px;
  transition: 0.3s;
}

/* ANSWER */
.faq-answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer p{
  margin-top: 15px;
  color: #666;
  line-height: 1.6;
}

/* ACTIVE */
.faq.active .faq-answer{
  max-height: 200px;
}

.faq.active .arrow{
  transform: rotate(180deg);
}

/* -----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: 40px;
}

.get-app-left h1{
    margin-top: 15px;
    font-size: 38px;
}

.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;
}

span{
    color: #f02b01;
}

/* -----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);
}

/* -----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: 14px;
}

.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;
}

.qauntity{
    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------ */
@media (min-width: 768px){
  .hero-left{
    margin-left: 70px;
  }

  .hero-right{
    margin-left: 150px;
  }
}

@media (min-width: 768px){
  .hero{
    flex-direction: row;
  }
}

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

  header{
    padding: 0 50px;
    width: 100%;
  }
}

@media (max-width: 640px){
  .mangiona-logo{
    width: 70px;
    height: 70px;
  }

  .mangiona-nav-links ul{
    display: block;
  }
}

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

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

    header{
        padding: 0 24px;
    }

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

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

    .mangiona-nav-links li{
        padding: 8px;
    }

    .mangiona-order{
        gap: 18px;
    }

    .sub-hero,
    .mangiona-reveiw,
    .mangiona-news-letter{
        gap: 60px;
    }

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

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

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

    .image-display{
        min-width: 0;
        gap: 24px;
    }

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

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

    hr{
        width: 100%;
    }

    .footer{
        height: auto;
    }
}

@media (max-width: 900px){
    nav,
    .hero,
    .sub-hero,
    .mangiona-reveiw,
    .mangiona-news-letter{
        justify-content: center;
        text-align: center;
    }

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

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

    .pick-up{
        height: 360px;
    }

    .sub-hero-left{
        min-height: 320px;
    }

    .sub-hero-left::after{
        display: none;
    }

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

    .review-right iconify-icon{
        display: none;
    }

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

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

    .get-app-right,
    .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;
    }

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

    .mangiona-nav-links ul{
        display: flex;
    }

    .mangiona-nav-links a{
        display: block;
        padding: 8px 12px;
        font-size: 12px;
    }

    h1,
    .get-app-left h1,
    .news-letter-left h1{
        font-size: 30px;
    }

    .hero,
    .sub-hero,
    .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 img{
        width: 96px;
        height: 96px;
    }

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