/* body {
	background: rgba(0,0,0,0.75);
	margin: 0;
	padding: 0;
	height: 100%;
} */


footer {
	margin-top: 80px;
	text-align: center;
	
	color: #fff;
	font-size: 0.9em;
	position: relative;
	background: #42287C;
	z-index: 10;
}
footer ul.footer-nav {
	margin: 30px auto 20px auto;
	padding: 0;
	display: table;
}
footer ul.footer-nav li {
	display: inline-block;
	margin-right: 15px;
}
footer ul.footer-nav li:last-child {
	margin-right: 0;
}
footer ul.footer-nav li a {
	font-weight: 700;
	color: #fff;
}
.footer-social-nav i {
	font-size: 2em;
	color: rgba(0, 0, 0, 0.3);
}
.footer-social-nav a:hover i {
	color: #fff;
}
.copyright {
	color: rgba(0, 0, 0, 0.3);
}

.trademark-content {
	font-size: 0.8em;
	background: rgba(0, 0, 0, 0.1);
}


body {
	font-family: 'Lexend Deca', sans-serif;
	font-size: 16px;
	color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#errorModal .modal-content,
.code,
.form-control{
    background-image: linear-gradient(45deg, #eaeffd, #dff1ec, #fffaec);
    height: auto;
    padding: 20px 25px;
    border-radius: 6px;
    border: 0;
}
.code{
    font-size: 24px;
}
.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: #b408bb;
    border-color: #b408bb;
    border: 0;
}
.btn-purple:hover{
    color: #fff;
    background-color: transparent;
}
header{
    position: relative;
    box-shadow: 0 0 50px rgb(0 0 0 / 50%);
    background-color: #42287C;
}
.font-weight-200{
    font-weight: 200;
}
#pagebg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.btn-search{
    position: absolute;
    background-color: #7a53ad;
    border-radius: 6px;
    height: calc(100% - 10px);

    color: #fff;
    font-size: 20px;
	margin: 0 auto;
    display: block;
	top: 10px;
	
	
}
.btn-search:hover{
    background-color: #b408bb;
}
.card{
    box-shadow: 0 20px 40px rgb(0 0 0 / 20%);
    border: 0;
    border-radius: 15px;
}
.single-coupon{
    background-color: #fff;
    box-shadow: 0 15px 25px rgb(0 0 0 / 20%);
    border-radius: 6px;
    overflow: hidden;
    margin: 0 10px;
}
.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;*/
}
.single-coupon-left{
    border: 2px dashed #A53E61;
    background-color: #F7BAC5;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #000;
    font-weight: 600;
}
.single-category{
    background-color: rgb(180 8 187);
    color: #fff;
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 15px;
}
.progressbar-wrapp {
    height: 200px;
    width: 200px;
    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: #7a53ad;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #7a53ad;
    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: white;
    -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;
}
@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;
    }
    .single-coupon-left:not(.single-page) {
        font-size: 10px;
        padding: 3px;
    }
    .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;
    }
}







header{
    position: relative;
    box-shadow: 0 0 50px rgb(0 0 0 / 50%);
    background-color: #42287C;
}

.xcontainer {
	max-width: 1000px;
	margin:  auto;
	height: 100%;
	
	
	/* background: rgb(64, 64, 64); */
}
/* .container {
	box-shadow: 0 0 20px rgba(0,0,0,0.55);
	background: #292930;
} */
/* div.col-6 {
	background: #292930;
} */
.xheader {
	background: #292930;
	width: 100%;
	background-size: auto auto;
	background-position: center;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-family: Impact;
	font-size: 300%;
	border-bottom: 3px solid #645394;
	padding-top: 20px;
}



.xheader h1 span {
	color: #00d2ff;
}
.xheader p {
	font-size: 1em
}

.xheader a {
	color: #fff;
	text-decoration: none;
}

.xcontainer h2 {
	text-align: center;
	background: none;
	padding: 15px 0;
	color: #fff;
	font-size: 17pt;
}

.xgam {
	text-align: center;
	padding: 10px 0;
	
}

.xgam img {
	transition: 1s ease-in-out all;
	border: 1px solid #d8d8d8;
}

.xgam:hover img, .xgam:active img {
	border-color: #ffffff;
	transition: 1s ease-in-out all;
	
}

.xgam a {
	text-decoration: none !important;
}

.xgam .caption {
	/* color: #fff; */

	border: 2px dashed #A53E61;
    background-color: #F7BAC5;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #000;
    font-weight: 600;


	/* font-size: 80%;
	text-align: center;
	text-decoration: none !important;
	font-weight: bold;  */
}

.xgam img {
	border-radius: 22px;
}

.xgam-names {
	display: none;
}

#xsearch {
	background: #fff;
	border: none;
	border-bottom: 1px solid #777;
	display: inline-block;
	outline: none;
	margin: 30px auto;
	color: #020202;
	text-align: center;
	transition: 1s ease-in-out all;
	width: 100%;
	height: 60px;
	font-size: 1.5em;
	border: 2px solid rgba(0, 0, 0, 0.1);
	border-radius: 7px;




}

#xsearch:focus {
	background: #b408bb;
	border-color: #645394;
	transition: 1s ease-in-out all;
	color: #080808;
	font-size: 200%;
	/* background-color: #b408bb */
	
}