@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Outfit:wght@100..900&family=Quicksand:wght@300..700&display=swap');


:root {
    --primary-color: #000000;
    --secondary-color: #000000B2;
    --white-color: #FFFFFF;
    --danger-color: #9E9E9E;
    --main-color: #ffc107;
    --navy-color: #323C64;

}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

body {
    font-family: Manrope;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--secondary-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Quicksand;
    font-weight: 700;
    color: var(--primary-color);
    font-size: 48px;
    line-height: 100%;

}

img {
    max-width: 100%;
    object-fit: cover;

}

a {
    text-decoration: none;
    color: var(--primary-color);

}

.top__header {
    background-color: #F8CB47;
    padding: 10px 0;

}

.delivery__time p {
    font-family: Quicksand;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: var(--primary-color);
    margin: 0;
    padding: 0;
}

.inner__links {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    padding-right: 20px;
}

.inner__links span {
    font-family: Quicksand;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: var(--primary-color);
    margin: 0;
    padding: 0;
}

.inner__links span a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-left: 10px;
}

.border__left {
    border-left: 1px solid var(--secondary-color);


}

.main__header {

    padding: 15px 0;

}

.menu__items {
    display: flex;
    align-items: center;
    gap: 60px;
}

.main__menu ul {
    display: flex;
    gap: 34px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main__menu a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.main__menu ul li a {
    font-family: Quicksand;
    font-weight: 500;
    font-size: 16px;
    color: var(--danger-color);

}

.menu__items ul li.active a {
    color: var(--primary-color);
    font-weight: bold;

}

.menu__bar {
    display: flex;
    align-items: center;
}


.banner {

    background:
        linear-gradient(94.38deg, #F2BD1F 0.36%, #F2D14F 98.41%),
        url(../gallery/lines.png) no-repeat center center / cover;
    background-blend-mode: overlay;
    padding: 180px 0;
    position: relative;


}

.wrapper {
    max-width: 500px;

}

.banner h1 {
    font-family: Quicksand;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    color: var(--white-color);
    margin-bottom: 40px;

}

.search__box {
    width: 100%;
    border: 1px solid var(--secondary-color);
    border-radius: 40px;
    padding: 4px 10px 4px 20px;
    height: 56px;
    background: var(--white-color);
    position: relative;
}

.search__box input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-family: Quicksand;
    font-weight: 500;
    font-size: 16px;
    color: var(--secondary-color);
}

.search__box input::placeholder {
    color: var(--secondary-color);
}

.search__btn {
    position: absolute;
    right: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 11px 32px;
    background: #EB3855;
    border-radius: 40px;
    border: none;
    color: var(--white-color);
    font-family: Quicksand;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

.search__box {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 500px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 50px;
    overflow: hidden;
}

.search__input {
    flex: 1;
    border: none;
    outline: none;
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 50px;
}

.search__btn {
    border: none;
    background-color: #ea2f59;
    color: white;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 50px;
    cursor: pointer;
}


.search__input:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.mobile__img {
    position: absolute;
    bottom: 0;
}

.suggestions__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
}

.suggestions__list li {
    padding: 8px;
    cursor: pointer;
}

.suggestions__list li:hover {
    background-color: #f0f0f0;
}






.food__hub {
    padding: 50px 0;
}



.food__hub__headings {
    max-width: 820px;
    margin: 0 auto;

}

.food__hub__headings h2 {
    margin-bottom: 20px;
}

.food__hub__headings p {
    margin-bottom: 36px;
}

.double__Btn {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.store__btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: black;
    color: white;
    padding: 30px 15px;
    border-radius: 10px;
    text-decoration: none;
    font-family: Quicksand;
    transition: transform 0.2s ease;
    height: 55px;
}

.store__btn:hover {
    transform: scale(1.03);
}

.store__icon {
    height: 35px;
    width: 35px;
}

.store__text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.small__text {
    font-size: 10px;
    font-weight: 600;
    color: #ccc;
    text-transform: uppercase;
}

.big__text {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}


.store__btn.apple {
    padding: 30px 16px;
}
.mobile__combo{
    padding: 210px  0px 320px 0px;
    position: relative;
}
.phone-left {
    position: absolute;
   bottom: 0;
   margin-left: -156px;
   max-width: 440px;
}
.phone-middle{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
   
}
.phone-right {
    position: absolute;
    bottom: 0;
   margin-right: -40px;
   max-width: 440px;

    
}





.card__Section {
    padding: 50px 0;
}


.main__Card__content p {
    color: #9E9E9E;
}


.full__card {
    box-shadow: 12px 12px 100px 12px #44444414;
    border-radius: 10px;
    background-color: #fff;
    padding: 24px 71px 27px 18px;
    height: 100%;

}

.card__icon {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #F8CB47;
    margin-bottom: 24px;
}

.card__icon__img {
    width: 32px;
    height: 32px;
}

.card__tittle__with__content h3 {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: var(--primary-color);
    margin-bottom: 23px;
    max-width: 336px;
}
.play__headings h2 {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: var(--primary-color);
    margin-bottom: 20px;

}

.card__tittle__with__content p {
    font-family: Manrope;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--secondary-color);
    max-width: 416px;
    margin: 0;
}

.no__shadow {
    box-shadow: none;

}

.margin__bottom {
    margin-bottom: 50px;
}

.bg__size {
    background:
        linear-gradient(180deg, #FDC040 0%, #EA3457 100%),
        url(../gallery/lines.png) no-repeat center center / cover;
    background-blend-mode: overlay;
    padding: 180px 0px;
    border-radius: 30px;
    position: relative;


}

.video__img {
    position: absolute;
    bottom: 0;
    height: 355px;


}




.cpt__content h5 {
    font-family: Quicksand;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: var(--navy-color);
    margin-bottom: 5px;
}

.cpt__content p {
    font-family: Manrope;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #C4C2CF;
    max-width: 225px;
    margin: 0;
}


.padding__row {
    padding: 120px 0px 50px 0px;
    border-bottom: 1px solid #c4c4c4;
    justify-content: space-between !important;
}




/* foooooooooooooooooooooooooooootttooooooooooooooooooer */
.site__footer {
    padding: 58px 0 10px 0px;
}

.border__bottom {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 25px;
}

.footer__logo {
    margin-bottom: 24px;
}

.footer__copy__right p {
    font-size: 11px;
    color: #aaaaaa;
    margin: 0;
}


.contact__list ul {
    margin: 0;
    padding: 0;
}

.contact__list li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 23px;
    font-family: Manrope;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--secondary-color);

}

.footer__links h4 {
    font-family: Quicksand;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: var(--navy-color);
    margin-bottom: 32px;

}

.footer__links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__links ul li {
    margin-bottom: 6px;
}

.footer__links ul li a {
    font-family: Manrope;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--secondary-color);
}

.social__media span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--main-color);

}

.top__padding {
    padding-top: 50px;
}

.menu__bar{
       display: none;
    }
    .close__btn {
        display: none;
    }



/* mediaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa queeeeeeeeeeeeeeeeeries */
@media screen and (max-width: 1332px) {
    .phone-left,
    .phone-middle,
    .phone-right {
        max-width: 400px;
        height: auto;
    }
    .phone-left{
        left: 0;
        margin-left: -15px;
    }
    .phone-right{
        right: 0;
        margin-right: -25px;
    }
}

@media screen and (max-width: 1023px) {
  .mobile__combo .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
    gap: 15px;
    padding: 20px;
  }
.mobile__img {
    position: absolute;
    bottom: 0;
    width: 48%;
}
  .mobile__combo .col-md-4 {
    flex: 0 0 30%;
    max-width: 30%;
    text-align: center;
  }

  .phone-left,
  .phone-middle,
  .phone-right {
    max-width: 33%;
    height: auto;
    display: block;
  
  }
    .phone-left{
        left: 0;
        margin-left: -10px;
    }
    .phone-right{
        right: 0;
        margin-right: 0 ;
    }

}

@media (max-width: 767px) {
    .main__header>.container>.row>div{
        width: 50%;
    }
    .inner__links {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2px;
        padding-right: 0px;
    }
    
    .menu__items{
      display: none !important;
    }
      .menu__bar{
        display: block;
      }
    .close__btn {
        display: block;
        position: absolute;
        right: 10px;
        top: 5px;
        cursor: pointer;
    }
    .close__btn img {
        width: 15px;
        height: 15px;
    }
     
      

  .menu__items {
        display: flex !important;
        align-items: start;
        justify-content: start;
        flex-direction: column;
        padding: 20px 0px;
        background-color: #DF2830;
        position: absolute;
       left:-100%;
        width: 100%;
        top: 60px;
        transition: ease 0.7s all;
        z-index: 9999;
    }
    .menu__items ul{
        display: block;
        text-align: left;
    }
 

    .active {
       left: 0;
    }

    .delivery__time {
        text-align: center;
    }

    .inner__links span a {
        display: flex;
        align-items: center !important;
        gap: 6px !important;
        padding-left: 3px !important;
    }

    .banner {
        padding: 50px 1px 0;
        text-align: center;
    }

    .banner__image {
        margin-top: 50px;
        display: flex;
        justify-content: center;
    }

    .mobile__img {
        position: relative;
        bottom: 0;
        width: 100%;
        height: auto;
        

    }
        .mobile__combo {
        padding: 80px 0 70px 0;
    }

   
    .phone-middle {
        width: 50vw;
        max-width: 170px;
        min-width: 90px;
        height: auto;
    }
    .phone-right{
        right: 10px;
        display: none !important;

    }
     
.phone-left{
        left: 20px;
        display: none !important;
    }

    .phone-middle {
        left: 50%;
        transform: translateX(-50%);
    }

    .card__Section {
        padding: 30px 0;
    }

    .full__card {
        padding: 24px 20px 27px 18px;
    }

    .main__Card__content p {
        max-width: 100%;
    }

    .cpt__content h5 {
        font-size: 16px !important;
        line-height: 1.2;
    }

    .cpt__content p {
        font-size: 14px !important;
        line-height: 1.5;
    }

    .video__img {
        height: auto;
        width: 60%;
    }

    .bg__size {
        padding: 150px 0px;
    }

    .wrapper {
        max-width: 100%;

}


    h1 {
        font-size: 32px !important;
        line-height: 1.2;
    }

    h2 {
        font-size: 32px !important;
        line-height: 1.2;
    }

    .site__footer {
        padding: 30px 0 10px 0px;
    }

    .padding__row {
        padding: 60px 0px 50px 0px;
        border-bottom: 1px solid #c4c4c4;
        row-gap: 20px;
    }

    .footer__links h4 {
        font-size: 20px !important;
        line-height: 100%;
        margin-bottom: 20px;
    }

    .border__bottom {
        row-gap: 20px;
    }

    .top__padding {
        padding-top: 30px;
        row-gap: 20px;

    }

    .payment__img>img {
        text-align: center;
    }

    .social__media {
        display: flex;
        justify-content: center !important;
    }

    .cpt__card {
        display: flex;
        justify-content: start !important;
        align-items: center;

    }

    .row__gap {
        row-gap: 20px;
    }

    .footer__copy__right p {
        text-align: center;
        margin: 0;
        font-size: 11px;
    }
}