
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('browsecoupon.css');
@import url('store.css');
@import url('submitcoupon.css');
@import url('category.css');
@import url('common.css');


.next-button {
    background: #fff;
    border-radius: 50px;
    padding: 9px 17px;
    height: 40px !important;
    width: 40px !important;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
}
p a {
    word-wrap: break-word; 
    overflow-wrap: anywhere; 
    word-break: break-word;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 15px !important;
    color: #000;
}
.coupon-desc p,.hidden-text{
    margin-top: 10px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
.middle_section img {
    height: 120px;
    width: 130px;
    object-fit: contain;
    padding: 3px;
}
.store-card-title{
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.text-hidden{
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;

}
body{

    font-family: "Montserrat", sans-serif;
}
h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: 73px;
}
.banner-heading br{
    display: none;
}
.b-text{
color: #0D1C5F;
font-weight: 700;
}
p{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
} .btn{
    border: none !important;
    border-radius: 23px;
    padding: 9px 24px !important;
}
  .navbar.scrolled {
    background-color: rgba(255, 255, 255, 1) !important;
    top: 0;
  }

  h2{
font-size: 34px;
line-height: 44px;
color: #0D1C5F;
font-weight: 700;
  }
  h3{
    font-size: 25px ;
    font-weight: 700;
    line-height: 29px;
    margin: 10px 0;
  }
  h4{
    font-size: 20px ;
    font-weight: 700;
    line-height: 29px;
    margin: 10px 0;
  }

  h5{
    font-size: 16px ;
    font-weight: 700;
    line-height: 19px;
  }
  h6{
    font-size: 14px ;
    font-weight: 700;
    line-height: 19px;
  }
  

.top-bar{
    background-color: #0D1C5F;
    color: #fff;
    height: 30px;
}
.top-bar p{
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}
.top-bar i, .social-icon i{
    background: #fff;
    padding: 4px 6px;
    color: #292929;
    margin: 4px;
    font-size: 11px;
    border-radius: 2px;
}
 .btn-main {
    background: #0D1C5F;
    color: #fff;
    border-radius: 23px ;
    padding: 7px 22px !important;
    text-transform: uppercase;
    border: none !important;
    font-weight: 500;
    font-size: 16px;

    }
.form-corner-radius {
        border-radius: 23px !important;
    }
.hero{
    margin-top: -82px;
    padding-top: 80px;
    padding-bottom: 40px;

    background: url('../images/bg.png');
    background-repeat: no-repeat;
    background-size: cover;

    }
    .hero p{
        font-size: 18px;

    }
    .animate-spin{
        animation: mover 1s infinite alternate;
    }
    .img-zoom{
        transition: transform .2s;

    }
    .img-zoom:hover {
        transform: scale(1.3); 
      }
  
.label-top {
        margin-top: -41px;
        background: #0D1c5f;
        width: 80px;
        padding: 7px;
        color: #fff;
        font-size: 11px;
        text-transform: uppercase;
    }
    .top-text{
        color: #0D1C5F;
        text-transform: uppercase;
        font-weight: 700;
    }
    .store-card-img {
        box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10);
        padding: 5px;
        width: 130px;
        height: 130px;
        object-fit: contain;
        background: #fff;
    }

    .bold-clr{
        color: rgb(13 110 253);
        font-weight: bolder;
    }
    .card-img-top {
        width:120px;
     
    }
    .accordion-body{
       padding: 0rem 1.25rem;
    }
    .storeimg {
        background: #fff;
        height: 150px;
        display: flex;
        align-items: center;
    justify-content: center;
    }
    .trending-categories{
   background-color: #F5F8FF;
    }
    .shadow-trending {
        box-shadow: 0 14px 70px -10px #00000014;
    }
.btn-white {
        background: #ffff;
        color: #0D1C5F;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
}
.btn-check:focus+.btn, .btn:focus{
    box-shadow: none !important;
}
.btn-white:hover {

    color: #0d6efd !important;

}
.text-bg-danger{
    background:red;
}
.text-bg-success{
    background:green;
}
.text-width{
    width: 70%;
}
.sidebar-card-img{
    width: 100px;
    height: auto;

}
.coupon-img {
    width: 100%;
    height: 90px;
    text-align: center;
    display: flex;
    /* align-content: center; */
    align-items: center;
    justify-content: center;
}

.n-data, .no-coupons{
    background: #0D1C5F;
    color: #fff;
    width: 300px;
    padding: 7px;
    font-weight: 700;
    margin: 0 auto;

}
.n-data p{
   margin: 10px;
   font-weight: 500;

}
.bg-img {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-size: cover;
}
.list-group-item.active{
    background: #0D1C5F;
    border: none;
    font-size: 15px;
}
.d-blog{
color: #7A7A7A;
font-style: italic;
font-size: 14px;
font-weight: 300;
}
.blog-title{
     font-size: 18px;
     font-weight: 500;
     line-height: 22px;
     margin: 20px 0;

}
.blog-fluid{
   width: 100%;
    height: 200px;
    border-radius: 10px 10px 0  0;

}
.b-card{
border-radius: 10px;
}

.box-shadow{
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10);
}
.coupon-last{
    background: linear-gradient(#E5EFFFed, #E5EFFF00);
}
.footer{
    background: url('../images/footer.png');
    padding-top: 100px;
    color: #fff;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    
}
a {
    text-decoration: none;
    color: #000;
}
.b-top{
    border-top: 1px solid #fff;
}
.coupon-cards .card{
    border: none;
    background: #EEF4FF;
    padding: 16px;
}
.coupon-cards .card-body{
    background: #ffff;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
}
.coupn-title {
    position: absolute;
    background: #0D1C5F;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(100% - 40px);
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
}
.hidden-btn{
    position: absolute;
    right: 0;
    width: calc(100% - 8px);
    background: #fff;
    height: calc(100% - 10px);
    bottom: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px dashed;
    text-align: right;
    padding: 4px 10px;
    border-radius: 17px;
    display: flex;
    justify-content: end;
    align-items: center;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;

}
.coupn-btn {
    border: 0;
    padding: 10px;
    border-radius: 20px;
    background: #0D1C5F;
    outline: none;
    position: relative;
    min-height: 40px;
    color: #fff;
    overflow:hidden;
    font-weight: 400;

}.is-code-works
{
    font-size: 12px;
}

.option-pane-no,.option-pane-yes {
font-size: 13px;
}
.option-pane-no p .option-pane-yes p {
    font-size: 13px !important;
   
    }
    
.f-accordion .accordion-item{
    border: none !important;  
}

.f-accordion .accordion-button:not(.collapsed){
    box-shadow: inset 0 0px 0 rgba(0,0,0,.125)
}
.f-accordion .accordion-button{
    color:#000;
    font-size: 20px;
    font-weight: 500;
}
.f-accordion .accordion-button:focus{
    box-shadow:none;
}
:focus-visible {
    outline: none !important;
}
.f-accordion .accordion-button::after{
    position: absolute;
    top: auto;
    left: -12px;

}
.f-accordion .accordion-button:not(.collapsed){
    background:#ffff !important;
}

.s-text{
    font-size: 12px;

}
.t-tab{
    align-items: flex-start;
}
.t-tab .nav-link{
    color:#000;
    text-align: start;
        border-bottom: 1px solid rgba(0,0,0,.125);
        width: 100%;
        border-radius: 0;
        padding: 0;
    }

.t-tab  .nav-link.active, .nav-pills .show>.nav-link{
    width: 100%;
    background: #F5F8FF;
    color: #000;
}.t-tab i{
    border-right: 1px solid rgba(0, 0, 0, .125);
    padding: 16px;
}
/* .t-tab i{
    border-right: 1px solid rgba(0, 0, 0, .125);
    padding: 6px;
} */
.t-tab .nav-link.active i{
    background: #0D1C5F;
    color:#fff
}.bg-clr{
    background-color:#F5F8FF ;
}
.shadow-trending i {
    width: 56px !important;
}

.f-accordion
.accordion-button:not(.collapsed)::after{
    background-image:url('../images/accordionactive.png');
    transform: rotate(0);
    width: 44px;
    left: -27px;
    height: 44px;

}
.img-height {
    height: 215px;
    max-width: 100%;
    object-fit: fill;
}
.f-accordion .accordion-button::after{
    background-image:url('../images/accordionshow.png');
    transform: rotate(0);
    background-size: cover;
    width: 42px;
    left: -27px;
    height: 44px;

}
.navbar-background{
    background:#fff;
}
.card-text{
font-size: 16px;
}
.header-i{
    background: #0D1C5F;
    padding: 10px;
    border-radius: 30px;
    color: #fff;
    font-size: 10px;
}

/* categorylisting pagination  */
.custom-pagination{
    list-style: none;  
    display: flex ;
    justify-content: center;
    flex-wrap: wrap;
    padding-right: 30px;
}

.custom-pagination .cus-page-item{
    margin-left: 5px;
}


.how-much-form .form-input-wrap {
    display: flex;
    align-items: center;
    position: relative;
}
.how-much-form .form-input-wrap .coupon-form-btn {
    all: unset;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: #0D1C5F;
    color: #fff;
    padding: 5px 7px;
    font-size: 12px;
    border-radius: 4px;
}
.coupon-form-btn:hover{
    color: #fff !important;
}
.how-much-form .form-input-wrap span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding-right: 5px;
    color: #fff;
}
.navbar-nav{
    padding-left: 20px;

}
.alertify .ajs-message {
    color: white; 
}
.navbar-toggler:focus{
    box-shadow: none;
}
.accordion-button{
    align-items: flex-start !important;
}
.store-section{
    background: url('../images/store section.png')no-repeat;
    color: #fff;
    background-size: cover;
}

@keyframes mover {
    0% {
        transform: translateY(0); 
    }
    100% {
        transform: translateY(-5px); 
    }
}
.height-slide img {
    height: 120px !important;
    width: 120px !important;
    object-fit: contain;
    margin-left: 10px;
    padding: 5px;
}
.swiper-slide.height-slide {
width: auto;
}
@media (max-width: 1024px) {
    #cat31-tab {
        white-space: nowrap;
        overflow: hidden;    
        text-overflow: ellipsis; 
    }
}
@media (max-width: 768px) {
    .b-amazon{
        width: auto;
        }

    .navbar-collapse {
        background: #fff;
        padding: 11px;
            position: fixed;
            left: 0;
            width: 100%;
            top: 112px;
            z-index: 999;
            transition: .4s ease;
        
    }
    .collapse-scrolled {
        top: 70px;
    }
    h1 {
        font-size: 45px;
        line-height: 50px;
      
    }
    .footer{
        padding-top: 1px;
    }

}
@media (max-width: 425px) {
    .f-accordion .accordion-item{
        margin-left: 20px;
    }
    .navbar-nav{
        padding-left: 0;
    }
h1 {
    font-size: 38px;
    line-height: 40px;
  
}
.collapse-scrolled{
top: 70px;
}
.hidden-text {
    width: 145px;
}
} 
@media (max-width: 767px) {
    .bg-img {
        background: url('../images/bg-left.png')no-repeat;
        background-size: auto;
        padding: 20px;

    }
        .f-accordion .accordion-item {
            padding-left: 25px;
        }
      
       
    }
    @media (max-width: 767px) {
        p{
      font-size: 14px;
        }
    }


       
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 0px 10px;
    font-size: 25px;
    background-color: #76A935;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: none;
    z-index: 1000;
}

.cat-coupon-img{
    width: 100px;
    height: 100px;
    object-fit: contain;
    border: 1px solid #dee2e6;
}
.custom-pagination .page-link{
    padding: 0 !important
}
/* .scroll-to-top:hover {
    background-color: #0d1c5f;
} */

.page-link.cus-page-link.active {
    background: #0D1C5F;
    color: #fff !important;
}

