* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
    font-family: 'Poppins';
}

ul.navv li.nav-item .nav-link {
    font-size: 14px;
}

.navbar-toggler-icon {
    background-image: url('../imgg/icon.svg');
    filter: brightness(0) invert(1);
}

/* banner */
.bannerSlider {
    height: auto;
}

.slide__image {
    border-radius: 10px;
}

.bannerSlider .slide__image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: auto;
    /* background: rgba(33,33,33,.7); */
}

.bannerSlider .slick-slide {
    position: relative;
}

.bannerSlider .slide__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 13px;
}

img.slide__image__top-position {
    object-position: center bottom;
}

.bannerSlider .slide__text {
    position: absolute;
    z-index: 100;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.bannerSlider .slide__text h2 {
    font-size: 48px;
    font-weight: 100;

    color: #fff;
}

/*  */

#trendSlider {
    position: relative;
}

.feature-prev,
.feature-next,
.coupon-prev,
.coupon-next,
.trend-prev,
.trend-next {
    background-color: #FFF;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    border-radius: 50%;
}

.feature-prev,
.coupon-prev,
.trend-prev {
    left: -1.4%;
    top: 40%;
    border: 1px solid #eceef0;
    padding: 7px 10px !important;
}

.feature-next,
.coupon-next,
.trend-next {
    right: -1.4%;
    top: 40%;
     border:1px solid #eceef0;
    padding: 7px 10px !important;
}


.custom-prev,
.custom-next {
    background-color: #FFF;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    border-radius: 50%;
}

.custom-prev {
    left: -5px;
}

.custom-next {
    right: -5px;
}


/* trending Choose */
.trending {
    background-color: #eceef0;
    /* padding:15px; */
    border-radius: 20px;
    margin: 0 10px;
    border: 1px solid #eceef0;
}

.trending.coupon {
    /*height: 215.16px;*/
    margin: 20px 0;
    background-position: center;
    padding: 0 10px 20px
}

.trending p.p {
    margin: 8px 0px 10px 22px;
    font-size: 13px;
}

.trending h2 {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 600;
    padding-top: 2rem;
    margin: 22px 0px 10px 22px;
}

.trending p.span {
    font-size: 14.69px;

}

.trending p {
    margin: 22px 0px 10px 22px;
}

.image-container {
    position: relative;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
    border-top: solid #FFCC1A 3px;
}

.image-container img {
    width: 100%;
    object-fit: cover;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 1rem;
}

.overlay {
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.cta-button {
    background-color: #ffcc1a !important;
    color: #000;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.image-container:hover .overlay {
    opacity: 1;
}

#trendSlider .slick-dots,
#couponSlider .slick-dots,
#featureSlider .slick-dots {
    list-style: none;
    display: flex !important;
    justify-content: center;
    /* Centers the dots horizontally */
    padding: 0;
    margin: 0;
    margin-top: 1rem;
}

#trendSlider .slick-dots li,
#couponSlider .slick-dots li,
#featureSlider .slick-dots li {
    margin: 0 5px;
    /* Adjust spacing between dots */
}

#trendSlider .slick-dots li button,
#couponSlider .slick-dots li button,
#featureSlider .slick-dots li button {
    border: none;
    background: none;
    font-size: 0;
    /* Hide numbers inside the buttons */
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    /* Default dot color */
    cursor: pointer;
    padding: 5px;
    transition: background-color 0.3s;
}

#trendSlider .slick-dots li.slick-active button,
#couponSlider .slick-dots li.slick-active button,
#featureSlider .slick-dots li.slick-active button {
    background-color: #333;
    /* Active dot color */
}

/* Optional: Add hover effect */
#trendSlider .slick-dots li button:hover,
#couponSlider .slick-dots li button:hover,
#featureSlider .slick-dots li button:hover {
    background-color: #888;
    /* Hover dot color */
}


/* featureBox */


.featureBox {
    background-color: #eeeeee;
    /* padding:15px; */
    border-radius: 20px;
    margin: 0 10px;
    /* width: 320px; */
    border: 1px solid #eceef0;
}

.featureBox h2 {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 600;
    padding-top: 2rem;
    margin: 15px 0px 10px 22px;
}

.featureBox p.span {
    font-size: 14.69px;

}

.featureBox p {
    margin: 22px 0px 10px 22px;
}

.searchWidth {
    width: 28rem;
}

.categoryBox {
    width: 150px;
    height: 150px;
    background: #fff;
    padding: 10px;
    transition: all 0.2s ease-in-out 0s;
    border-radius: 50%;
    border: 1px solid #d4d4d4;
    margin-left: auto !important;
    margin-right: auto !important;
    margin: 29px;

}

.categoryBox img{
    border-radius: 50%;
    padding-top: 15px;
    filter: grayscale(100%);
}
.categoryBox img:hover {
    transition: all ease-in-out 0.2s;
    border-radius: 50%;
    padding-top: 15px;
    filter: grayscale(0%);
}

.categoryBox a{
    font-size: 14px !important;
}

.blogBox {
    border-radius: 5px;
    gap: 10px;
    align-items: start;
    margin-bottom: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.categoryBox:hover {

    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.08), 0 1px 10px 0 rgba(0, 0, 0, 0.06), 0 2px 4px -1px rgba(0, 0, 0, 0.05);
    transition: all ease-in-out 0.2s;
    border-radius: 50%;
    border: solid 2px #ffcc1a !important;
    -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
  box-shadow: 0px -1px 30px -1px #ffcc1a;
-webkit-box-shadow: 0px -1px 30px -1px #ffcc1a;
-moz-box-shadow: 0px -1px 30px -1px #ffcc1a;
}

.categoryBox:hover a

 {
    color: #000 !important;
}

.blogBox h2 {
    margin: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #ffcc1a !important
}
.foot_box .blogBox h2:before {
    content: '';
    position: absolute;
    width: 25%;
    height: 4px;
    top: 50px;
    background: #ffcc1a !important;
    border-radius: 30px;
}
/*.foot_box .blogBox h2:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 5px;*/
/*    height: 5px;*/
/*    top: 40px;*/
/*    left: 43%;*/
/*    background: #ffcc1a !important;*/
/*    border-radius: 30px;*/
/*}*/

.blogBox a {
    font-size: 15px;
    color: #000;
}

.foot_top {
    width: 100%;
    overflow: hidden;
    padding: 64px 0px;
    background: #282829;
}


/*@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1400px !important
    }
}*/

.getdeal {
    border-radius: 1.5rem;
    padding: 8px 33px;
    background-color: #ffcc1a !important;
    border: none;
    color: #FFF;
}

.signBox{
    padding: 10px 0px;
    margin-bottom: 30px;
    border: solid 1px #efefef;
    border-radius: 5px;
    transition: all ease-in-out 0.3s;
    margin-left: 0.8rem;
    -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}

.hsnone {
    display: none;
}

.customFlex {
    gap: 10px;
    /*position: absolute;*/
    left: 78%;
    margin-top: 9px;
}

.desktop {
    display: flex !important;
}

.mobile {
    display: none !important;
}

.header-heading {
    font-weight: 600;
    font-size: 30px
}

#copyButton {
    background: #ffcc1a !important;
    padding: 12px 19px;
    border-radius: 30px;
    position: absolute;
    right: 17%;
    color: #FFF;
    top: 6px;
    cursor: pointer;
}

#myCode {
    background-color: transparent;
    padding: 16px 50px 16px 0px;
    border-radius: 27px;
    width: 70%;
}

@media only screen and (max-width: 980px) {


    .customFlex {
        left: 70%;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .bcss {
        width: 90px !important;
        height: 90px !important;
        top: -25px;
        left: 30%;
    }

    .customRowDirection {
        flex-direction: column-reverse;
    }

    .mobileSpacing {
        margin-top: 2.5rem !important;
    }
}

@media only screen and (max-width: 768px) {

    .getdeal {
        border-radius: 1.5rem;
        padding: 10px 12px;
        background-color: #64ad04;
        border: none;
        color: #FFF;
        font-size: 11px;
        width: 100%;
    }
    .customFlex {
        left:60%;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .bcss {
        width: 70px !important;
        height: 70px !important;
        top: -17px;
        left: 30%;
    }

    .header-heading {
        font-size: 24px
    }

    .customRowDirection {
        flex-direction: column-reverse;
    }

    .mobileSpacing {
        margin-top: 2.5rem !important;
    }

    #myCode {
        width: 100% !important;
    }

    #copyButton {
        right: 2%;
    }
}

@media only screen and (max-width: 600px) {
    .boxxxx .wrapper h2{
        font-size: 16px !important;
    }
    .signBox {
        margin: 0 2.5rem 2.5rem !important;
    }

    .storeList.cb{
        padding: 0 !important;
    }
    /*Big smartphones [426px -> 600px]*/
    .storeListBox {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mobileSpacing {
        margin-top: 2.5rem;
    }

    .searchWidth {
        width: 100%;
    }


    .customWidth {
        width: 14rem !important;
        margin: 10px auto
    }



    .bcss {
        width: 64px !important;
        height: 64px !important;
        left: 30%;
        top: 0px;
    }

    .hsnone {
        display: flex;
    }

    .customRowDirection {
        flex-direction: column-reverse;
    }

    /*.trending img {*/
    /*    margin-left: 24px;*/
    /*}*/

    .blogBox {
        margin-bottom: 40px;
    }

    .header-heading {
        font-size: 24px
    }
}

@media only screen and (max-width: 500px) {
    .customWidth {
        width: 180px !important;
        margin: 10px auto
    }
    .boxxxx .wrapper h2, .box h2 {
        font-size: 16px !important;
    }
}


@media only screen and (max-width: 400px) {
    .customWidth {
        width: 8rem !important;
        margin: 10px auto
    }
    .signInner .box h2{
        font-size: 13px;
    }
}

ul li {
    list-style: none;
}

a {
    color: #000
}

a:hover {
    color: #ffcc1a !important;
    text-decoration: none !important;
}

ul.navbar-nav.mr-auto.vava>li.nav-item>a {
    /* margin-left: 8px; */
    margin-left: 30px;
}

.customWidth {
    width: 25rem;
    padding-left: 50px;
    background: transparent
}

.customWidth::placeholder {
    /* padding-left:30px!important */
    color: #fff
}

.fa-search {
    color: #fff;
}

.d-flex:focus-within .fa-search {
    color: #222;
}

.d-flex:focus-within button:focus {
    background-color: transparent;
    color: transparent
}

.bcss {
    display: flex;
    background-color: #000;
    /* height: 7rem; */
    position: absolute;
    justify-content: center;
    align-items: center;
    border-radius: 29%;
    width: 200px;
    height: 200px;
    line-height: 200px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 auto 40px;
}

/*  */
.rate {
    /* float: left; */
    height: 11px;
    padding: 0;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 15px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}


.d-flex:focus-within button:focus,
.d-flex:focus-within button:hover {
    border: 1px solid #ffcc1a !important;
    color: #000;
}

.boxxxx {
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(17, 25, 40, 0.25);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    padding: 18px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* height: 20%; */
    background-color: #000;
}

.boxxxx .wrapper h2 {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    color: #ffcc1a;
    padding: 15px 8px;
}

.bullet {
    margin-left: 0 !important;
}

.bullet li {
    padding: 5px 0px 5px 33px;
    text-align: start;
}

.bullet>li:before {
    background: #1b1b1b none repeat scroll 0 0;
    border-radius: 40px;
    content: "";
    display: inline-block;
    height: 5px;
    margin-left: -15px;
    margin-right: 10px;
    position: relative;
    top: -3px;
    width: 5px;
}

.store-alphabet li {
    display: inline-block;
    margin: 0 4px 4px 0;
}

.store-alphabet li a {
    display: block;
    padding: 5px 10px;
    font-size: 12px;
    border: 1px solid #efefef;
    background: #FFF;
    float: left;
    width: 100%;
    border-radius: 0;
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08), 0 1px 5px 0 rgba(0, 0, 0, 0.06), 0 3px 1px -2px rgba(0, 0, 0, 0.05); */
    font-weight: 400;
    color: #ffcc1a !important ;
}

.main-head {
    font-size: 34px;
    font-weight: 700;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    margin: 32px 0px 25px 15px;
}

.about-content.padding30 {
    margin-bottom: 50px;
}

.about-content {
    background: #ffffff;
    padding: 20px;
}

.z-depth-2 {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.08), 0 1px 10px 0 rgba(0, 0, 0, 0.06), 0 2px 4px -1px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    border: solid 5px #ffcc1a !important;
}
.featureBox img {
    border-radius: 20px 20px 0 0;
    background: white;
}
.foot_box::nth-child(1){
    margin: 0 !important;
}
.foot_box{
    margin-left: 30px;
}
.foot_box .blogBox{
    border: none !important;
    margin-bottom: 30px !important;
}
.foot_box .blogBox h2{
    font-size: 20px;
}
.foot_box ul {
    color: #fff !important;
}
.foot_box ul li {
    margin: 10px 0 !important;
    font-size: 12px;
}
.foot_box ul li a {
    color: #fff !important;
    transition: all 0.5s ease;
}
.foot_box ul li a:hover {
    margin-left: 10px !important;
    color: #ffcc1a !important;
}
.accordion{
    font-weight: 700;
    font-size: 17px !important;
}
.modal{
    backdrop-filter: blur(5px) !important;
}
.foot_bot{
    padding: 0;
    background: #282829;
    border-top: 1px solid #9E9E9E;
}
.foot_bot p {
    color : #fff ;
    font-size: 12px;
}
.social-icons a i {
    color: #ffcc1a !important;
    background: #fff;
    padding: 8px;
    border-radius: 50%;
    border: 1px solid;
    transition: all 0.4s ease;
    font-size: 20px;
}
.social-icons a i:hover {
    color: #fff !important;
    background: #ffcc1a !important;
    border: 1px solid #ffcc1a !important ;
    transform: scale(1.2);
    margin: 0 3px
}


.faq-question{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    background: #f1f1f1;
    border-radius: 40px;
    padding: 4px;
    padding-top: 20px;
    padding-left: 14px;
}
.faq-answer p {
    padding-left: 20px;
}









