﻿body {        
   /* padding-bottom: 0px !important; */
    background-position: center top !important;
   /* background-color: #F8F6F0 !important;
    background-position: center bottom 48px;*/        
}

.langlist
{
    background-color: rgb(223,220,203,0.7);
    border: none;
    box-shadow: none;
}


@media only screen and (max-width: 991px) and (min-width: 768px), only screen and (max-width: 767px) and (min-width: 320px), only screen and (max-width: 1199px) and (min-width: 992px)
{
    .hpWrapper {
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center bottom 40px !important;    
        padding-bottom: 101px !important;
    }
}

.mobileAppBannerDesc {
    font-family: var(--font-family-mb_arizona_flare-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
   /* letter-spacing: 0.04em; */
    justify-content: left;
}

.signUpDesc {
    font-family: var(--font-family-mb_arizona_flare-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    justify-content: left;
   color: var(--Pillowcase); 
    margin-left: 5% !important;
    letter-spacing: 0.06em;
}

.mbsIconImage{
    width: 50% !important;
}

.image_desktop{
   display:block;
}

.image_mobile{
  display:none;
}

.langToggle {
    position: relative;
    border-color: var(--Pillowcase);
    color: var(--Pillowcase);
}

.qrCodeCont{
    background-color: #F8F6F0;
    width: 80%;
}

@media only screen and (max-width: 767px) {
  /* For mobile: */
  .image_desktop{
    display:none;
  }

  .image_mobile{
    display:block;
  }
}

.mobileImage{
    height: 80vh;
}

@media only screen and (max-width: 1200px) {
    .signUpDesc{
        font-size: 16px !important;
        }
    .mbsIconImage{
        width: 55px !important;
    }
}

@media only screen and (min-width: 1201px) and (max-width:1544px) {
    .signUpDesc{
        font-size: 22px !important;
    }
    .mbsIconImage{
        width: 50% !important;
    }
}

@media only screen and (min-width: 1545px) {
    .signUpDesc{
        font-size: 26px !important;
        line-height: 150% !important;
    }
    .mbsIconImage{
        width: 50% !important;
    }
}


.navRowTall {
    height: auto !important;
}