#appPerformance{
            background-image: url('/assets/performance/img/xmas-25/hero.png') !important;
            background-size: contain;
}
.navbar-content-xmas-upMbl {
  background-image: url("/assets/speakers/assets/new-2022/img/xmas-25/navbar.png");
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  background-size: cover;
  background-position: center;
}
.navbar-content-xmas-upMbl p{
    font-family: Bebas Neue;
font-weight: 400;
font-style: Regular;
font-size: 24px;
leading-trim: CAP_HEIGHT;
line-height: normal;
letter-spacing: 0%;
color: #343434 !important;
margin-bottom: 0px !important;
}
.navbar-content-xmas-mbl {
  display: none;
}
.navbar-content-xmas-mbl p{
font-family: Bebas Neue;
font-weight: 400;
font-style: Regular;
font-size: 24px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

color: #343434 !important;
margin-bottom: 0px !important;


}
.navbar-content-xmas-mbl p span{
font-family: Bebas Neue;
font-weight: 400;
font-style: Regular;
font-size: 30px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
}
.main_heading{
    font-family: Bebas Neue;
font-weight: 400;
font-style: Regular;
font-size: 89.1px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: 1%;
vertical-align: middle;
text-transform: capitalize;
color: #FCE6D4 !important;
}
.discount{
    font-family: Space Grotesk;
font-weight: 700;
font-style: Bold;
font-size: 24px;
leading-trim: NONE;
line-height: 34px;
letter-spacing: 0.25%;
color: #FFFFFF !important;
}
.learn_more_btn{
 background-color: #FF2F00 !important;
 width: 209px;
 height: 36px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Space Grotesk;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 20px;
letter-spacing: 1.25%;
text-transform: uppercase;
color: #FFFFFF !important;
text-decoration: none !important;
}
.desc{
    font-family: Space Grotesk;
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 26px;
letter-spacing: 0.25%;
color: #FFFFFF !important;

}

@media screen and (max-width: 767px) {
      .navbar_text_mbl{
    max-width: 240px;
}
  .navbar-content-xmas-upMbl {
    display: none;
  }
  .navbar-content-xmas-mbl {
    display: flex;
    background: radial-gradient(
      50% 332.26% at 50% 50%,
      #f7d27e 0%,
      #dda64d 100%
    );
    justify-content: center;
    align-items: center;
    height: 65px;
  }
    .main_heading{
        font-family: Bebas Neue;
font-weight: 400;
font-style: Regular;
font-size: 46px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: 1%;
vertical-align: middle;
text-transform: capitalize;

    }
    .learn_more_btn{
        margin-top: 40px;
        margin-bottom: 15px;
    }
    #appPerformance{
            background-image: url('/assets/performance/img/xmas-25/hero_mbl.png') !important;

    }
    .perf-banner-xmas-25{
        padding-top: 50px;
    }
}