body{
  margin: 0px
}
.hide_desktop{
  display: none;
}
@media (max-width:768px){
  .hide_desktop{
    display: block;
            margin-top: -150px;
        margin-bottom: -100px;
        z-index: -1;
  }
}

/* LOGOSY */
.brand-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;                
  margin: 60px auto;        
  width: fit-content;        
}


.brand-strip .logo {
  display: block;
  object-fit: contain;
  height: auto;
  flex-shrink: 0;            
}


@media (max-width: 480px) {
  .brand-strip {
    gap: 12px;              
    margin-top: 28px;
    margin-bottom: 7px;
  }

  .brand-strip .x {
    width: 23.284px;
    height: 24.341px;
  }
  .brand-strip .zen {
  width: 139.569px;
  height: 31.765px;
}

.brand-strip .muala {
  width: 48.113px;
  height: 35.74px;
  aspect-ratio: 48.11 / 35.74;
}
}



/* HERO */


.muala-hero {
  display: flex;
  justify-content: center;
  gap: 56px;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  padding-block: 0;
}

.muala-hero__media {
  position: relative;
  flex: 0 0 auto;
  margin-right: -80px;
  width: 62%;
  z-index: -1;
  animation: float-hero 6s ease-in-out infinite;
}

@keyframes float-hero {
  0% { transform: translateY(0px); }
  50% { transform: translateX(-10px); }
  100% { transform: translateY(0px); }
}

.hero-media {
  display: block;
  height: auto;
  max-width: none;
}

.hero-media--desktop {
  width: 1230px;
  height: 1093px;

    z-index: -1;
    display: flex
;
    position: relative;
}
.hero-media--mobile { display: none; }

.muala-hero__content {
      width: 38%;
  max-width: 520px;
}

.promo-label {
  color: #22E243;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Nunito;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 16px 0;
}

.hero-title {
  color: #222222;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Nunito;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  margin: 0 0 20px 0;
}

/* //animation for 10% */
@keyframes float {
  0% { transform: translatey(0px); }
  50% { transform: translatey(-10px); }
  100% { transform: translatey(0px); }
}

.ten-percent {
  display: block;
  margin: 0 0 20px 0;
  height: auto;
  animation: float 4s ease-in-out infinite;
}

.cashback {
  color: #222222;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Nunito;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  /* margin: 0 0 40px 0; */
  margin: 0 0 30px 0;
}

.lead {
  color: #222222;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* margin: 0 0 40px 0; */
  margin: 0 0 30px 0;
}
.lead strong {
  font-weight: 700;
  color: #222222;
}

.cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  border-radius: 64px;
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.32px;
  text-decoration: none;
  margin: 0 0 40px 0;  border: 2px solid #000;
  max-width: 302px;
  width: 100% !important;
}
.cta-btn-green{
  margin-bottom: 16px;background: #22E243;
border: 2px solid #22E243;
cursor: pointer;
max-width: 420px;
color: black;
}
.cta-btn-green-mobile{
  display: none;
}
@media (max-width:768px){
.cta-btn-green-desktop{
  display: none;
}
.cta-btn-green-mobile{
  display: block;
}
}
.cta-btn:hover,.popup-close:hover{
              transition: all .3s 
ease-in-out;
            border: 2px solid #000;
            background: #f7f7f7;
            color: #222;
            text-align: center;
            font-family: Nunito;
            box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, .15);
            background-image: url(https://www.zen.com/wp-content/themes/zen/images/deals-landing/patern.webp);
            background-position: center;
            background-size: cover;
}
.rules-link {
  display: inline-block;
  color: #86868B;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;    max-width: 300px;
    text-align: center;
    display: block;
}
.rules-link:hover{
  color: black;
}
@media (max-width: 768px) {
  .muala-hero {
    flex-direction: column;
    gap: 24px;

  }

  .muala-hero__media {
    margin-right: 0;
    width: 100%;
  }

  .hero-media--desktop { display: none; }
  .hero-media--mobile  {
    display: block;
    width: 100%;
    height: auto;
  }

  .muala-hero__content {
    max-width: 100%;
    text-align: center;
    margin-top: unset;
  }

  .promo-label {
    color: #22E243;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .ten-percent {
    margin-bottom: 24px;
  }

  .hero-title {
    color: #222222;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
  }

  .cashback {
    color: #222222;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
  }

  .lead {
    color: #222222;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .lead br{
    display: none;
  }
  .lead strong { font-weight: 700; }

  .cta-btn {
    width: 100%;
    justify-content: center;
    height: 56px;
    padding: 0px;
    margin-bottom: 24px;
    max-width: 100%
  }

  .rules-link {
    color: #86868B;
    text-align: center;
    font-size: 12.105px;
    font-weight: 700;
    line-height: 0.291em;
    letter-spacing: 0.378px;
  }
  .muala-hero__media,.muala-hero__content{
    width: 100%;
  }
  .muala-hero__content{
max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@media (min-width:768px) and (max-width:1367px){
  .muala-hero__content{
    margin-top: unset;
  }
.hero-media--desktop {

    width: 98vw;

}
}


/* MUALA PLACES */
.muala-places {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
  font-family: Nunito, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.places-title {
  color: #000000;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Nunito;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  margin: 0 0 24px 0;
}
.places-subtitle {
  color: #000000;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Nunito;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 104px 0;
}
.locations-grid {
  display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
  justify-content: center;
  gap: 24px;
  margin-bottom: 60px;
}
.location-card {
  position: relative;
  display: flex;
  width: auto;
  max-width: 230px;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 24px;
  border: 1px solid #888888;
  text-decoration: none;
  overflow: visible;
  cursor: pointer;
}

.location-card .city {
  color: #222222;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}
.location-card .place-name {
  color: #222222;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Nunito;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}
.location-card .address {
  color: #888888;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Nunito;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}
.location-card .qr-popover {
  position: absolute;
  top: -34px;
  left: 50%;
  display: none;
  padding: 18px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 24px;
  border: 2px solid #22E243;
  background: #F7F7F7;
  text-align: center;
  z-index: 3;    right: -1px;
}
.location-card .qr-note {
  color: #222222;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Nunito;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 8px;
}
.location-card .qr-code {
  width: 87px;
  height: 93px;
  aspect-ratio: 29/31;
}
.location-card:hover {
  background: #222222;
  border-color: #222222;
}
.location-card:hover .city {
  color: #22E243;
}
.location-card:hover .place-name,
.location-card:hover .address {
  color: #888888;
}
.location-card:hover .qr-popover {
  display: flex;    flex-direction: column;
}
.places-illustration {
  display: block;
  width: 100%;
  height: auto;    max-width: 930px;
    margin: 0 auto;
    margin-top: -70px;
}
.places-illustration-mobile{
  display: none;
}

@media (max-width: 768px) {
  .places-illustration{
    margin-top:0px ;
  }
  .places-illustration{
    display: none;
  }
  .places-illustration-mobile{
  display: block;
}

    .muala-places {
      display: flex;
      flex-direction: column
    }
  .muala-places .places-title{
    order: 1;
  }
    .muala-places .locations-grid{
      order:4;
    }
  .muala-places .places-subtitle{
    order: 3

  }
    .muala-places .places-illustration{
      order: 2
    }
  .places-title {
    color: #000000;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 40px 0;
    max-width: 221px;
    margin-left: auto;
    margin-right: auto;
  }
  .places-illustration {
    margin-bottom: 55px;
  }
  .places-subtitle {
    color: #000000;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 34px 0;
        max-width: 221px;
    margin-left: auto;
    margin-right: auto;
  }
  .locations-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 60px;
    padding: 0px 24px;
  }
  .location-card {
    display: flex;
    border-radius: 24px;
    border: 1px solid #888888;
    width: auto;
    padding: 16px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
    max-width: 100%
  }
  .location-card .city {
    color: #222222;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .location-card .place-name {
    color: #222222;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .location-card .address {
    color: #888888;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
  .location-card .qr-popover {
    display: none;
  }
}

@media (min-width:768px) and (max-width:1367px){

  .locations-grid{
        grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/*  */

.join-zen {
  display: flex;
  justify-content: center;
  margin-bottom: 130px;
  margin-top: 130px;
  font-family: Nunito, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.join-zen__box {
  max-width: 1312px;
  width: 100%;


  height: 530px;

  flex-shrink: 0;
  border-radius: 20px;
  background: url("assets/images/pattern.svg") lightgray 0% 0% / 25px 25px repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
   background-size: cover;
}

.join-zen__badges {
  display: flex;
  gap: 48px;
  transform: translateY(-45px);
}

.badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}



.join-zen__eyebrow {
  color: #69E245;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 16px 0;
}

.join-zen__title {
  color: #000000;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Nunito;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin: 0 24px 48px;
}

.join-zen__text {
  color: #000000;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 24px 48px;
}

.join-zen__code {
  color: #69E245;
  font-weight: 900;
}

.join-zen__stores {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.join-zen__stores img {
  height: 41.77px;
  width: auto;
}

@media (max-width: 768px) {
  .join-zen {
    padding: 0 24px;
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .join-zen__box {
    width: 352px;
    height: unset;
    border-radius: 20px;
    background: url("assets/images/pattern.svg") lightgray 0% 0% / 25px 25px repeat;
    padding-bottom: 40px;
  }

  .join-zen__badges {
    transform: translateY(-35px);
  }

  .badge--qr {
    display: none;
  }

  .join-zen__eyebrow {
    color: #69E245;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .join-zen__title {
    color: #000000;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 16px 16px;
  }
.join-zen__title br{
  display: none
}
  .join-zen__text {
    color: #000000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin: 0 16px 32px;
  }

  .join-zen__code {
    color: #22E243;
    font-weight: 900;
  }

  .join-zen__stores img {
    height: 52.214px;
  }


}
@media (min-width:768px) and (max-width:1367px){

  .join-zen{
   margin-left: 20px;
   margin-right: 20px;
  }
}

/* popup */

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-content {
  background: white;
  color: black;
  padding: 40px 30px;
  border-radius: 20px;
  max-width: 360px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
  border:2px solid #22E243
}
.popup-title {
color:black;
text-align: center;
font-family: Nunito;
font-size: 20px;
font-style: normal;
font-weight: 800;
line-height: 130%; /* 26px */
margin-bottom: 10px;
}
.popup-close {
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 32px;
  font-size: 1rem;
  border-radius: 28px;
  cursor: pointer;
  width: 236px;
height: 45px;border-radius: 40px;
background: #000;color: #FFF;
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Nunito;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
border: 2px solid black;
}
.popup-content .qr-code{
  max-width: 200px;
  margin: 20px 0px;
}

html {
  scroll-behavior: smooth;
}

.brand-strip-footer{
  margin-bottom: 20px;
}
.footer-links{
  a{
    font-size: 13px;
    color: black;
    text-decoration: none;
    text-align: center;
    font-family: Nunito;
    font-weight: 800;
    line-height: 140%;
   
  }
  a:hover{
        color: #69E245;
  }
  ul{
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3 minmax(0, 1fr));
    max-width: 600px;
        display: grid
;justify-content: center;
            text-align: center;
padding-left: unset;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
    gap: 24px;
    margin-bottom: 60px;margin: 0 auto;
    margin-bottom: 20px;
  }
@media (max-width:768px){
    ul{
        grid-template-columns: 1fr;
        gap: 24px;
    }
}
}







  .zen-popup-overlay {
    position: fixed;
    inset: 0;
    display: none;          
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    padding: 24px;
  }
  .zen-popup-overlay[aria-hidden="false"] { display: flex; }

  .zen-popup {
    position: relative;
    display: grid;
    grid-template-columns: 180px 1fr ; 
    gap: 56px;
          max-width: 588px;
        padding: 50px;
    width: 100%;
    border-radius: 20px;
    border-radius: 20px;
       background-color: #000000;

    isolation: isolate;
  }
.zen-popup::before {
        position: absolute;
        content: '';
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        border-radius: 20px;
        border: .03020833vw solid;
        background-image: linear-gradient(180deg, #ffffff -74.36%, #00000000 75.85%);
        z-index: -9;
        width: 100%;
        height: 100%;
    }
.zen-popup::after {
        position: absolute;
        content: '';
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        border-radius: 20px;
        background-image: linear-gradient(139deg, #222 4.64%, #000 93.85%);
        z-index: -9;
        width: 100%;
        height: 100%;
    }
  .zen-popup__close {
    appearance: none;
    border: 0;
    background: transparent;
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 6px;
    cursor: pointer;
    line-height: 0;
  }
  .zen-popup__close img { width: 24px; height: 24px; display: block; }

  .zen-popup__title {
color: #fff;
        font-size: 34px;    font-family: Nunito;
        margin: 0px;
        margin-bottom: 20px;
  }
  .zen-popup__text {
    color: #fff;
    font-size: 19px;
    margin: 0 0 20px 0;font-family: Nunito;        font-size: 19px;
        color: #fff;
        margin-bottom: 0;
  }
  .zen-popup__stores {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
  }
  .zen-popup__stores .download-button img {
    display: block;
    height: 44px;
  }

  .zen-popup__qr {
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 8px;
    color: #fff;
    text-align: center;
  }
  .zen-popup__qr img {
    width: 150px;
    height: 150px;
    object-fit: contain;
  }
  .zen-popup__qr-text { font-size: 15px;font-family: Nunito; }

  @media (max-width: 640px) {
    .zen-popup {
      grid-template-columns: 1fr; 
      gap: 0;
      max-width: 360px;
      padding: 24px 20px 28px;
    }
    .zen-popup__title {
      font-size: 28px;
      text-align: center;
    }
    .zen-popup__text {
      font-size: 17px;
      text-align: center;
      margin-bottom: 18px;
    }
    .zen-popup__stores { justify-content: center; }
    .zen-popup__qr { display: none; }
  }

  @media (min-width:768px){
   .zen-popup .download-buttons{
display: none;
    }
  }

   .zen-popup .download-buttons img{
    filter: brightness(0) invert(1);
   }



   .lead-desktop{

   }
   .lead-mobile,.cashback-mobile{
    display: none;
   }

   @media (max-width:768px){
       .lead-desktop,.cashback-desktop{
display: none;
   }
   .lead-mobile,.cashback-mobile{
    display: block;
   }
   }