/* Loading animation */
.xoolit-loading_blobs_container__bhkYF {
    display: grid;
    place-content: center;
    height: var(---blob-container-height, 60vh);
    justify-items: center;
}

.xoolit-loading_blob__jFfhx {
    background: black;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    margin: 10px;
    height: var(---blob-height, 100px);
    width: var(---blob-width, 100px);
    transform: scale(1);
    animation: xoolit-loading_pulse-black__F9PNw 2s infinite;
    text-align: center;
    color: white;
    font-size: 15px;
}

.xoolit-loading_blob__jFfhx.xoolit-loading_red__D68Lh {
    background: #ffffff;
    box-shadow: 0 0 0 0 #f4f3ef;
    animation: xoolit-loading_pulse-red__Q5DTs 2s infinite;
}

.xoolit-loading_xoolit_img__uqqcX {
    height: var(---xoolit-img-height, 50px);
    margin-top: var(---xoolit-img-margin-top, 25px);
    margin-left: auto;
    margin-right: auto;
}

@keyframes xoolit-loading_pulse-red__Q5DTs {
0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
}

70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
}

100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
}
}
/* .dropdown-menu { width: 100%;} */
.custom-xoolit-popover_arrow__bSbcR {
    border: 1px solid;
    border-bottom: 0;
    border-right: 0;
}

.custom-xoolit-popover_popover___1Rb7 {
    top: 28px;
    right: -33%;
    box-shadow: 0px 3px 6px #00000029;
}

@media only screen and (max-width: 767px) {
    .custom-xoolit-popover_popover___1Rb7 {
        right: 0px;
    }
}
.Search-field_searchField__YOyRM {
    /* font-size: 14px; */
    font-family: 'PoppinsMedium';
    background-color: #fff;
    color: #71706F;
    font-size: 13px;
}

.Search-field_offer_image__O0LGU {
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
}

.Search-field_combobox_options__dxgZu {
    flex-direction: column;
    ---blob-container-height: 100px;
	---blob-height: 66px;
	---blob-width: 66px;
	---xoolit-img-height: 30px;
	---xoolit-img-margin-top: 20px
}

.Search-field_combobox_option__IcXF3 {
    display: grid;
    grid-template-columns: 80px auto 120px;
    gap: 0 16px;
}

.Search-field_custom_scroll__3EDeM::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

/* Track */
.Search-field_custom_scroll__3EDeM::-webkit-scrollbar-track {
    /* background: rgb(229, 228, 228);  */
    background: none;
}

/* Handle */
.Search-field_custom_scroll__3EDeM::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 50px;
}

/* Handle on hover */
.Search-field_custom_scroll__3EDeM::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.Search-field_combobox_option_category__kHMMP {
    grid-template-columns: auto auto;
    display: grid;
    justify-content: space-between;
}

.Search-field_search_result_container__XiQjC {
    display: grid;
}

.Search-field_price_detail__vyzKc {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
}

.Search-field_price_detail_mobile__FFAcI {
    display: none;
}

.Search-field_search_viewMoreBtn__vyin8 {
    display: block;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #d3d3d3;
    /* background: #e7f6eb; */
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}


.Search-field_search_viewMoreBtn__vyin8 button {
    font-family: 'PoppinsSemibold';
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 4px;
    letter-spacing: .02857em;
    text-transform: uppercase;
    background-color: #fff;
    outline: none;
}

.Search-field_clear_search__hVx0a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

@media (max-width: 575px) {
    .Search-field_price_detail_mobile__FFAcI {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 4px;
    }

    .Search-field_price_detail__vyzKc {
        display: none;
    }
}

@media (max-width: 600px) {
    .Search-field_combobox_option__IcXF3 {
        grid-template-columns: 100px auto;
        grid-template-rows: auto;
    }
    
    /* .option_item:nth-child(1) {
        grid-row-start: 2;
        grid-column-start: 2;
    }
    
    .option_item:nth-child(2) {
        grid-row-start: 1;
        grid-column-start: 1;
        grid-row-end: span 2;
    }
    
    .option_item:nth-child(3) {
        grid-row-start: 1;
        grid-column-start: 2;
    } */
}

.Food-Search_searchField__ERkVl {
    /* font-size: 14px; */
    font-family: 'PoppinsMedium';
    background-color: #fff;
    color: #413F3E;
    font-size: 12px;
}

.Food-Search_offer_image__B4L6U {
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
}

.Food-Search_combobox_options___Sh0V {
    flex-direction: column;
    ---blob-container-height: 100px;
	---blob-height: 66px;
	---blob-width: 66px;
	---xoolit-img-height: 30px;
	---xoolit-img-margin-top: 20px
}

.Food-Search_combobox_option__TfR8t {
    display: grid;
    grid-template-columns: 80px auto 20px;
    gap: 0px;
}

.Food-Search_custom_scroll___O8nj::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

/* Track */
.Food-Search_custom_scroll___O8nj::-webkit-scrollbar-track {
    /* background: rgb(229, 228, 228);  */
    background: none;
}

/* Handle */
.Food-Search_custom_scroll___O8nj::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 50px;
}

/* Handle on hover */
.Food-Search_custom_scroll___O8nj::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.Food-Search_combobox_option_category__ba7cY {
    grid-template-columns: auto auto;
    display: grid;
    justify-content: space-between;
}

.Food-Search_search_result_container__zS4yc {
    display: grid;
}

.Food-Search_price_detail__0dKhG {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
}

.Food-Search_price_detail_mobile__bUpek {
    display: none;
}

.Food-Search_search_viewMoreBtn__Ue_2e {
    display: block;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #d3d3d3;
    /* background: #e7f6eb; */
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}


.Food-Search_search_viewMoreBtn__Ue_2e button {
    font-family: 'PoppinsSemibold';
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 4px;
    letter-spacing: .02857em;
    text-transform: uppercase;
    background-color: #fff;
    outline: none;
}

.Food-Search_clear_search__KmFt2 {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

@media (max-width: 575px) {
    .Food-Search_price_detail_mobile__bUpek {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 4px;
    }

    .Food-Search_price_detail__0dKhG {
        display: none;
    }
}

@media (max-width: 600px) {
    .Food-Search_combobox_option__TfR8t {
        grid-template-columns: 60px auto 10px;
        grid-template-rows: auto;
    }
}

.Navbar_navbar__7Exjr {
    height: 60px;
    display: flex;
    align-items: center;
    box-shadow: 0px 3px 6px #00000012;
    background-color: #fff;
    padding-left: 40px;
}

.Navbar_logo_img__Gjq8y {
    height: 34px;
    width: 120px;
}

.Navbar_tab_logo__e86KM {
    display: none;
    width: auto;
    height: 34px;
}

.Navbar_isMobile__i3XYx {
    display: none;
}

.Navbar_search_group__jF0CH {
    background: #fff;
    border-radius: 4px;
    /* margin-right: auto; */
    height: 40px;
    box-sizing: border-box;
    width: 100%;
    /* padding: 4px 0; */
    /* display: grid; */
    /* grid-template-columns: 20% auto; */
}
.Navbar_category_w_max_content__O1rnf{
    width: -moz-max-content !important;
    width: max-content !important;
}
.Navbar_searchbar_header__MVLRP {
    position: absolute;
    top: 100%;
    height: 330px;
    left: 50%;
    width: 100%;
    transform: translate(-50%);
}

@media screen and (max-width: 768px) {
    .Navbar_searchbar_header__MVLRP {
        height: 234px;
        top: 90%;
    }
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
    .Navbar_logo_img__Gjq8y {
        display: none;
    }

    .Navbar_tab_logo__e86KM {
        display: block;
    }
}

@media screen and (min-width: 1800px){
    .Navbar_searchbar_header__MVLRP {
        height: 510px;
    }
}
.Navbar_linkStyle__ayprl {
    color: #FFFFFF;
    font-size: 11px;
    padding-top: 1px;
    white-space: nowrap; 
    font-family: 'PoppinsMedium';
  }

 
 

  


 
  
 
  
.credit-cards_card__8DrX_ {
    box-shadow: 0px 1px 4px #0000000B;
    border: 1px solid #F7F7F8;
}

.credit-cards_card_title__IAvcG {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.credit-cards_btn_sm_danger__X0vE7 {
    border: 0;
    color: #fff;
    background-color: #FF4054;
    padding: 0.25rem 0.5rem;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 0.2rem;
}

@media only screen and (min-width: 360px) {
    .credit-cards_isMobile__wvn4K {
        width: 190px !important;
    }
}
@media only screen and (max-width: 600px) {
    .credit-cards_isMobile__wvn4K {
        width: 169px;
    }
}

@media only screen and (min-width: 769px) {
    .credit-cards_card_title_hover__n09d1:hover {
        -webkit-line-clamp: 9;
        position: absolute;
        overflow: hidden;
        background-color: white;
        left: 0;
        right: 0;
        padding: 8px 16px 3px 16px;
        bottom: 24%;
        border: 1px solid rgb(224, 224, 224);
    }
}
.offers-image-layout_grid_container__4V8ug {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  /* grid-auto-rows: minmax(0, 160px); */
  grid-gap: 16px;
  margin-bottom: 0px;
}

.offers-image-layout_item__EzoR_ {
  background-color: #ccc;
  min-height: 160px;
  /* max-height: 160px; */
}

.offers-image-layout_image__P6ccv {
  max-width: 100%;
  max-height: 100%;
}

.offers-image-layout_item_1__9nUwA, .offers-image-layout_item1__mqoDS {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
  max-height: unset;
}

@media (max-width: 1024px) {
  .offers-image-layout_item1__mqoDS {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 768px) {
  .offers-image-layout_grid_container__4V8ug {
    grid-template-rows: unset;
  }
  .offers-image-layout_item1__mqoDS {
    grid-column: 1 / span 4;
    grid-row: 1;
  }
}

@media (max-width: 640px) {
  .offers-image-layout_grid_container__4V8ug {
    grid-template-rows: unset;
  }
  .offers-image-layout_item1__mqoDS {
    grid-column: 1 / span 4;
  }
  .offers-image-layout_item2__R2dge {
    grid-column: 1 / span 2;
    grid-row: 2;
  }

  .offers-image-layout_item3__MjXsH {
    grid-column: 3 / span 2;
    grid-row: 2;
  }

  .offers-image-layout_item4__hu1eX {
    grid-column: 1 / span 2;
    grid-row: 3;
  }

  .offers-image-layout_item5__dUR15 {
    grid-column: 3 / span 2;
    grid-row: 3;
  }
}

.offers-image-layout_grid_containers__WpImx {
  display: grid;
  grid-gap: 16px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 20% 1fr 1fr;
  max-height: 300px;
  margin-bottom: 40px;
}

.offers-image-layout_item_1__9nUwA {
  grid-row-start: 1;
  grid-column-start: 1;

  grid-row-end: 3;
  grid-column-end: 3;
}

.offers-image-layout_item_2__Vceqj {
  grid-row-start: 1;
  grid-column-start: 3;

  grid-row-end: 2;
  grid-column-end: 4;
}

.offers-image-layout_item_3__HBC_i {
  grid-row-start: 2;
  grid-column-start: 3;

  grid-row-end: 3;
  grid-column-end: 4;
}

@media only screen and (max-width: 640px) { 
	.offers-image-layout_imgContainer__A5Q6_ {
		margin-left: -16px;
		margin-right: -16px;
		margin-top: -16px;
	}
}

.Header_header_container__YF_Sw {
    width: 100vw;
    height: auto;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    position: relative;
    /* background-color: #F8AB14; */
}

.Header_logo_container__VJr3j {
    position: absolute;
    left: 10%;
    top: 26px;
}

.Header_logo_img__HMgPU {
    height: 40px;
    width: 130px;
}

.Header_bg_image__NjGSB {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
}

.Header_middle_container__tKCTA {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* color: black; */
    width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 22%;
    left: 50%;
}

.Header_heading__wrMmG {
    margin: 8px 0;
    font-size: 38px;
    font-family: 'PoppinsBold', sans-serif;
}

.Header_sub_heading__YXXMl {
    font-weight: 600;
    margin: 8px 0;
    font-size: 14px;
    font-family: 'PoppinsSemiBold', sans-serif;
}

.Header_search_group__KghLw {
    background: #fff;
    border-radius: 4px;
    height: 40px;
    box-sizing: border-box;
    width: 100%;
    padding: 4px 0;
    /* display: grid; */
    /* grid-template-columns: 20% auto; */
}

.Header_search_group_left_item__F6Fym {
    display: flex;
    gap: 12px;
    align-items: center;
    border-right: 1px solid #71706F;
}

.Header_search_group_right_item__e39Zi {
    display: flex;
    align-items: center;
    margin-left: 12px;
    width: calc(100% - 16px);
}

.Header_title__CrJH7 {
    color: #71706F;
    font-size: 14px;
    font-family: 'PoppinsMedium';
}

.Header_bottom_container__857D2 {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}

/* img {
    height: 161px;
    width: 100%;
} */

.Header_middle_container__tKCTA {
    max-width: 100%;
    padding: 0 12%;
    z-index: 1;
}

.Header_image_title__I8g2g {
    color: #FFFFFF;
    font-size: 15px;
    width: 64px;
    position: relative;
    left: 47px;
    line-height: 1.2;
    font-weight: 700;
}

@media screen and (max-width: 480px) {
    .Header_middle_container__tKCTA {
        padding: 0 8%;
    }
}

@media only screen and (max-width: 767px) {
    .Header_header_container__YF_Sw {
        /* background-color: #F8AB14; */
        height: 180px;
    }

    .Header_bg_image__NjGSB {
        display: none;
    }

    .Header_heading__wrMmG {
        font-size: 24px;
        font-family: 'PoppinsBold', sans-serif;
    }

    .Header_sub_heading__YXXMl {
        margin-top: -2px;
        font-size: 11px;
    }

    .Header_middle_container__tKCTA {
        top: 40%;
    }

    .Header_logo_container__VJr3j {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .Header_logo_img__HMgPU {
        height: 26px;
        width: 130px;
    }
}
@media (min-width: 768px) {
    .Header_middle_container__tKCTA {
        padding: 0 16%;
    }
}

@media (min-width: 992px) {
    .Header_middle_container__tKCTA {
        padding: 0 20%;
    }
}

@media (min-width: 1200px) {
    .Header_middle_container__tKCTA {
        padding: 0 24%;
    }
}


@media (min-width: 768px) and (max-width: 1024px) { 
    .Header_logo_container__VJr3j {
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .Header_middle_container__tKCTA {
        top: 29%;
    }

    
 }

@media screen and (max-width: 640px) {
    .Header_header_container__YF_Sw {
        height: 160px;
    }    
}

@media screen and (max-width: 480px) {
    .Header_header_container__YF_Sw {
        height: 135px;
    }    
}

@media screen and (max-width: 320px) {
    .Header_header_container__YF_Sw {
        height: 130px;
    }    
}

@media screen and (min-width: 1240px) {
    .Header_middle_container__tKCTA {
        top: 19%;
    }    
}
.deal-card-loading_card__iDi3P {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 180px;
    max-width: 200px;
}

@media (max-width: 480px) {
    .deal-card-loading_card__iDi3P {
        min-width: 150px;
        max-width: 200px;
    }
}

.auth_auth_page__Y1Q3y {
    height: calc(100vh - 18px);
}

.auth_auth_container__ZEgac {
    display: grid;
    grid-template-columns: 1fr 2fr;
    height: 100%;
}

.auth_left_container__ErH64 {
    max-width: 420px;
    min-width: 320px;
    width: 420px;
    background-color: white;
    padding: 40px 40px 18px 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.auth_left_container__ErH64 .auth_title__4A4Q9 {
    font-family: 'PoppinsMedium';
    font-size: 20px;
    color: #2E2E2E;
}

.auth_left_container__ErH64 .auth_middle_container__hlL7h {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.auth_left_container__ErH64 .auth_middle_container__hlL7h .auth_sign_in_options__WzTEF {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.auth_left_container__ErH64 .auth_middle_container__hlL7h .auth_sign_in_options__WzTEF .auth_btn_container__xPizQ {
   height: 60px;
   width: 60px;
   border-radius: 50%;
   border: 1px solid #707070;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
}

.auth_left_container__ErH64 .auth_middle_container__hlL7h .auth_sign_in_options__WzTEF .auth_btn_container__xPizQ:hover {
    background-color: #ebebeb;
 }
 
.auth_left_container__ErH64 .auth_middle_container__hlL7h .auth_sign_in_options__WzTEF .auth_btn_container__xPizQ .auth_image__y7h86{
    height: 28px;
    width: 28px;
 }

 .auth_login_btn_container__dXDFV {
    font-family: 'PoppinsMedium';
    font-size: 14px;
 }

 .auth_left_container__ErH64 .auth_bottom_container__geJtG {
    margin-top: auto;
    font-size: 12px;
    font-family: 'Poppins';
    color: black;
 }

 .auth_left_container__ErH64 .auth_bottom_container__geJtG a {
    color: #43BEE5;
 }

 .auth_right_container__Q12sS {
    padding-top: 30px;
 }

 @media (max-width: 640px) {
    .auth_auth_container__ZEgac {
        display: grid;
        grid-template-columns: 1fr;
        height: 55%;
    }

    .auth_left_container__ErH64 {
        max-width: unset;
        width: 100%;
        /* padding: 40px 20px 18px 20px; */
    }

    .auth_right_container__Q12sS {
        display: none;
    }
}

@media ((max-width: 1024px) and (min-width: 641px)) {
    .auth_auth_container__ZEgac{
        height: 55%;
        width: 90%;
        margin: auto;
    }
}
.loading-overlay_app_unselectable__DvVYv {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


.loading-overlay_app_overlay__IaCJH {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
}

.loading-overlay_app_overlay_panel__8GfAQ {
    display: flex;
    height: 100%;
    width: 100%;
}

.loading-overlay_app-overlay-loading-wrapper__4Czbl {
    background-color: rgba(255, 255, 255, 0.66);
    pointer-events: all;
}

.loading-overlay_app_overlay_wrapper__RdRVJ {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.66);
    pointer-events: all;
}

.loading-overlay_app_overlay_loading_center__bay_z {
    padding: 4px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
}

.loading-overlay_download-info-container__Tdnbw {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loading-overlay_image__YT5Vg {
    height: 40px;
    width: 50px;
}
/* @media (max-width: 480px) {
    .download-info-container {
        .download-btn-container {
            img {
                height: 100px;
                width: 120px;
            }
        }
    }
} */

.loading-overlay_loader__I58AJ {
	---blob-container-height: 40px;
    height: 100%;
}
.deal-cards_card_container__lkJCL {
    display: grid;
}

.deal-cards_card__V3ig5 {
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    height: 314px;
    /* added padding in html element */
    /* padding: 8px 16px; */ 
    box-shadow: 0px 1px 4px #0000000B;
    border: 1px solid #F7F7F8;
}

.deal-cards_card_img__9tsEC {
    max-height: 151px;
    height: 151px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%);
}

.deal-cards_card_item__6p71u {
    font-family: 'PoppinsMedium';
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    gap: 8px;
}

.deal-cards_card_title__0SrJa {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-top: 8px;
}

.deal-cards_btn_sm_danger__4P9sR {
    border: 0;
    color: #fff;
    background-color: #FF4054;
    padding: 0.25rem 0.5rem;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.deal-cards_sentinal__32lXk {
   height: 1px;
   width: 1px;
}

@media only screen and (min-width: 769px) {
    .deal-cards_card_title_hover__z9vTQ:hover {
        -webkit-line-clamp: 9;
        position: absolute;
        overflow: hidden;
        background-color: white;
        left: 0;
        right: 0;
        padding: 8px 16px 3px 16px;
        bottom: 30%;
        border: 1px solid rgb(224, 224, 224);
    }
}

@media only screen and (max-width: 640px) {
    .deal-cards_card_container__lkJCL {
        /* margin-left: 20px; */
        /* margin-right: 20px; */
        /* grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); */
        justify-content: space-between;
    }
    /* .card {
        width: 175px;
    } */

 }


 @media only screen and (max-width: 375px) {
    /* .card {
        margin-left: -2px;
        width: 155px;
    } */
 }

.image-cards_image_cards_container__wnyZY {
    display: grid;
    grid-gap: 16px;
}

.image-cards_image_card_container__UFzTH {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    padding: 18px;
    box-sizing: border-box;
    box-shadow: 0px 1px 4px #0000000B;
    border: 1px solid #F7F7F8;
}

.image-cards_circular__INZ6h {
    border-radius: 50%;
    height: 120px;
    width: 120px;
}

.image-cards_rectangle__xcASW {
    border-radius: 4px;
    height: 118px;
    width: 184px;
}

.image-cards_banner__q8all {
    height: 250px;
    min-width: 180px;
    margin: 0px 8px; 
    margin-top: 12px;
}

.image-cards_circular_image___iaSA {
    height: 40px;
    width: 40px;
}

.image-cards_rectangle_image__7eWHC {
    height: 110px;
    width: 110px;
}

.image-cards_banner_image__o6nyz {
    height: 230px;
    width: 180px;
    border-radius: 4px;
}

.image-cards_title__fltpM {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
}

@media only screen and (max-width: 1024px) {
    .image-cards_banner__q8all {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 600px) {
    .image-cards_isMobile__1lvuZ {
        width: 180px;
        margin-left: -8px;
        margin-right: 22px;
    }
}

@media only screen and (max-width: 640px) { 
	.image-carousal_imgContainer__H9yNU {
		margin-left: -16px;
		margin-right: -16px;
		margin-top: 16px;
	}
}
.Footer_btn__ED4B1:hover {
    color: #f56261;
    box-shadow: 0 0 10px #f56261;
    border-radius: 7px;
    text-shadow: 0 0 5px #f56261;
}
.install-app-popup_install_app__F6XNN {
    position: fixed;
    left: 0;
    right: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: bottom 1s ease-in-out;
    z-index: 2;
    font-family: 'Poppins';
    bottom: 0;
}

.install-app-popup_install_app_content__iyyY5 {
    display: flex;
    gap: 16px;
    align-items: center;
    text-align: justify;
    z-index: 10;
    flex-direction: column;
    font-weight: 500;
}

.install-app-popup_bg_overlay__Q8fjG {
    position: absolute;
    inset: 0;
    background-color: #000000;
}

.install-app-popup_install_app_above_cookies__Y3zOD {
    bottom: 74px;
}
.Layout_main__rFqb2 {
    min-height: 100vh;
    padding-bottom: 18px;
}
