@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

body {
	font-family: 'Lexend Deca', sans-serif;
	font-size: 16px;
	color: #000;
    background-color: #f6f6f6 !important;
    background: url("bg.svg");
    
    
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
a {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	color: #000;
	text-decoration: none !important;
}
a:hover, a:visited, a:focus, a:active, button:hover, button:visited, button:active, button:focus {
	text-decoration: none !important;
	outline: none !important;
	color: #000;
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
.bg-image{
    background-size: cover;
    background-position: center;
}
#errorModal .modal-content,
.code {
    background-image: linear-gradient(45deg, #eaeffd, #dff1ec, #fffaec);
    height: auto;
    padding: 20px 25px;
    border-radius: 6px;
    border: 0;
}
.code{
    font-size: 24px;
}


.code {
    border-radius: 30px;
    border: 0;
    border: 1px solid #bdbdbd;
}

.rating-note{
    font-size: 11px;
}
.btn{
    border-radius: 50px;
    font-weight: 600;
    padding: 10px 25px;
}
.btn-warning {
    color: #000;
    background-color: #E9D175;
    border-color: #E9D175;
}
.logo{
	max-width: 100px;
}
.bg-purple{
    background-color: #7e00fd;
}
.btn-purple {
    color: #fff;
    background-color:#fc1303;
    border-color: #fc1303;
    border: 0;
}
.btn-purple:hover{
    color: #fff;
    background-color: #fc1303;
}
header{
    position: relative;
    box-shadow: 0 0 50px rgb(0 0 0 / 50%);
    background-color: #2c2c2e;
}
.font-weight-200{
    font-weight: 200;
}
#pagebg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.btn-search{
    position: absolute;
   
    border-radius: 6px;
    height: calc(100% - 10px);
    margin-right: 5px;
    color: #fff;
    font-size: 20px;
}



.btn-unlock {
    position: absolute;
    background-color: #fc1303;
    border-radius: 6px;
    height: calc(100% - 10px);
    margin-right: 5px;
    color: #fff;
    font-size: 20px;
    max-width: 200px;
    border-radius: 30px;
}


/*.btn-search:hover{
    background-color: #50c1ff;
}*/
.card{
    box-shadow: 0 20px 40px rgb(0 0 0 / 20%);
    border: 0;
    border-radius: 15px;
}
.single-coupon{
    background-color: #fff;
    
    border-radius: 6px;
    overflow: hidden;
    margin: 0 10px;
    margin-bottom: 3px!important;
    padding: 20px;
}
.single-coupon h5{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.single-coupon-image{
    height: 120px;
    width: 150px;
}
.single-coupon-page-image{
    width: 100%;
    height: 350px;
}
.single-coupon-image-top{
    width: 100%;
    height: 200px;
}
.coupon-left-trigger{
   border: 2px dashed #fc1303;
    background-color: #f0faff;
    padding: 10px 1px 10px 10px;
    border-radius: 5px;
    text-align: center;
    color: #000;
    font-weight: 600;
    position: relative;
        padding-right: 1px;
    min-width: 161px;
}

.coupon-left-trigger>span {
    position: relative;
    right: -21px;
    font-size: 20px;
}

.title-coupon {
    color: #fc1303;
}

.cover-coupon {
    background-color: #fc1303;
    position: absolute;
    width: 88%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    
    
    color: #fff;
}


.cover-coupon:hover {
    width: 77%;
    transition: all 0.5s ease;
}

.cover-coupon > span {
    margin-top: 10px;
    position: relative;
    top: 12px;
    font-size: 13px;
}

.single-category{
    background-color: rgb(180 8 187);
    color: #fff;
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 15px;
}
.progressbar-wrapp {
    height: 140px;
    width: 140px;
    position: relative;
}
.footer-text{
    font-size: 10px;
    color: #ccc;
    font-weight: 200;
    margin-bottom: 0;
}
.beat-title{
/*  animation: 1.5s ease 0s infinite beat;*/
}
.title-short{
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    color: #fc1303;
}



#searchInput {
    background-color: #eff1f3!important;
    border: 1px solid #83939e;
    border-radius: 4px;
    color: #211818;
     padding: 15px 20px;
}


.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45%;
    display: block;
    width: 55px;
    height: 55px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: none;
    outline: none;
    background: #fc1303;
    box-shadow: 1px 1px 1px #00000070;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.slick-prev {
    left: -35px;
}
.slick-next {
    right: -35px;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: 000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next:before {
    content: '→';
}
.slick-prev:before {
    content: '←';
}
    .one-line-small{
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
.rating-wrapp{
    font-size: 12px;
}
.search-wrap{
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
    text-align: left;
}


.search-wrap .coupon-left-trigger {
    display: none;
}



@media screen and (max-width: 480px) {
    body{
        font-size: 14px;
    }
    .btn {
        padding: 5px 10px;
        font-size: 12px;
    }
    .single-coupon-image {
        height: 90px;
        border-radius: 10px;
    }
    .coupon-left-trigger:not(.single-page) {
        font-size: 9px;
        padding: 9px;
        min-width: 106px;
    }


    .coupon-left-trigger>span {
    position: relative;
    right: -19px;
    font-size: 11px;
}



.cover-coupon > span {
    margin-top: 10px;
    position: relative;
    top: 9px;
    font-size: 11px;
}


    .content{
        font-size: 12px;
    }
    .content h6{
        font-size: 14px;
    }
    .single-coupon-top h5{
        font-size: 16px;
    }
    .single-coupon{
        margin: 0;
    }
    .single-coupon-top{
        margin: 0 10px;
    }
    .slick-prev, .slick-next{
        z-index: 999;
        box-shadow: 0 0 10px #000;
    }
    .slick-prev {
        left: -10px;
    }
    .slick-next {
        right: -10px;
    }
    .btn-search{
        padding: 5px 20px;
        font-size: 14px;
    }
    .rating-wrapp{
        font-size: 10px;
        margin-bottom: 5px;
    }
    .single-coupon-page-image{
        height: 200px;
    }
    .open-modal{
        padding: 5px 10px;
    }
    .title-short {
        font-size: 26px;
        line-height: 24px;
    }
}



@keyframes beat {
  0%, 50%, 100% { transform: scale(1, 1); }
  30%, 80% { transform: scale(0.92, 0.95); }
}

.caca > a {
    padding-bottom: 10px;
}


/* For mobile devices */
@media (max-width: 600px) {
    .slick-prev, .slick-next {
        width: 40px;  /* Reduce button size */
        height: 40px; /* Reduce button size */
    }

    .slick-prev:before, .slick-next:before {
        font-size: 16px; /* Reduce icon size */
    }
}


/* Target only the second section with the ID "all" */
#all .card {
    box-shadow: 0 20px 40px rgb(0 0 0 / 20%);
    border: 0;
    border-radius: 0;
}

#all .single-coupon {
    background-color: #fff;
    border-radius: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#all .single-coupon h5,
#all .single-coupon h6 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 15px;
    margin: 10px 0;
}

/* Fix for desktop images */
#all .d-flex.w-75 {
    display: flex !important;
    width: 75% !important;
}

#all .w-25.me-1.me-lg-3.bg-image.single-coupon-image {
    display: block !important;
    width: 150px !important;
    height: 120px !important;
    margin-right: 10px !important;
}

#all .single-coupon-image {
    height: 120px;
    width: 150px;
    object-fit: cover;
    display: block !important;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

#all .content {
    padding: 0 10px;
    flex-grow: 1;
    min-width: 0;
}

#all .me-1,
#all .me-lg-3 {
    margin-right: 10px !important;
}

#all .w-25.d-flex {
    padding-right: 0 !important;
    width: 25% !important;
    display: flex !important;
}

#all .pe-1,
#all .pe-lg-3 {
    padding-right: 0 !important;
}

/* Mobile specific overrides - much more aggressive spacing removal */
@media screen and (max-width: 480px) {
    /* Target all possible container elements */
    #all .col-12,
    #all .col-lg-8,
    #all .offset-lg-2,
    #all .mb-3,
    #all .row > * {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    /* For the container holding each coupon */
    #all .col-12.col-lg-8.offset-lg-2.mb-3 {
        margin-bottom: 1px !important; /* Just enough to see separation */
    }
    
    /* Entire row container */
    #all .row {
        margin: 0 !important;
        padding: 0 !important;
        row-gap: 0 !important;
    }
    
    /* The anchor tag might have spacing */
    #all a.open-modal {
        display: block;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    #all .single-coupon {
        padding: 5px;
        height: auto;
        margin: 0 !important;
        border-bottom: 1px solid #eee;
    }
    
    #all .w-25.me-1.me-lg-3.bg-image.single-coupon-image {
        height: 60px !important;
        width: 60px !important;
        min-width: 60px !important;
        margin: 5px !important;
    }
    
    #all .content {
        padding: 0 5px;
    }
    
    #all .content h6.title-coupon {
        font-size: 14px;
        margin: 5px 0;
        padding: 0;
    }
    
    #all .w-25.d-flex {
        max-width: 110px;
    }
    
    #all .coupon-left-trigger {
        min-width: 100px;
        font-size: 10px;
        padding: 5px;
    }
    
    #all .coupon-left-trigger > span {
        right: -10px;
        font-size: 10px;
    }
    
    #all .cover-coupon > span {
        font-size: 9px;
        top: 6px;
    }
    
    #all .rating-wrapp {
        margin-bottom: 0;
    }
}