@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&display=swap');
body {
	  font-family: "Domine", serif;
}

h1 {
	font-size: 16px;
	margin-top: 0;
}

p {
	color: rgb(107, 114, 128);
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.bg-purple-deep {
	background-color: #4C1D95;
}

.bg-purple-vibrant {
	background-color: #A855F7;
}

.bg-purple-softer {
	background-color: #C084FC;
}

.bg-gold-muted {
	background-color: #C5A047;
}

.gradient-text {
	background: linear-gradient(90deg, #3b82f6 0%, #8b5cf6 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.card-hover:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.cookie-popup {
	transition: all 0.3s ease;
	z-index: 500;
}

.cookie-popup.hidden {
	transform: translateY(100%);
	opacity: 0;
}

.hero-text {
	width: 100%;
	max-width: 700px;
}

.hero-img {
	width: 100%;
	max-width: 300px;
	height: auto;
}

.logo {
	width: 100%;
	max-width: 200px;
}

@media (max-width: 767px) {
	.hero-img {
		display: none;
	}

	.mob-hidn {
		display: none;
	}

}

.footer-icon {
	width: 80px;
	height: auto;
}

.footer-icon.age {
	width: 40px;
	height: 40px;
}

/* Table Header Styles */
.table-header-cover {
	position: relative;
	height: 37px;
}

.table-header-back {
	width: 100%;
	background: rgba(58, 11, 11, 0.67);
	box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.25) inset;
	height: 37px;
	position: absolute;
	z-index: 1;
}

.table-header {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 5px 62px 5px 16px;
	position: absolute;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.25);
	height: 100%;
}

.table-header h5:first-child {
	width: 11%;
}

.table-header h5 {
	color: #ffffff;
	font-size: 11px;
	font-weight: 400;
}

/* Offers Desktop Styles */
.offers-cover-desktop {
	width: 100%;
}

.offer-cover {
	width: 93%;
	height: 134px;
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* border-radius: 0px 0px 30px 30px; */
	border: 2px solid;
	position: relative;
	/* background: rgba(51, 14, 19, 0.88); */
	background: rgba(18, 25, 40, 0.88);
	box-shadow: -7px 12px 22px 0px rgba(0, 0, 0, 0.33) inset;
	border-color: #C5A047;
}

.label {
	position: absolute;
	top: -15px;
	left: -17px;
	padding-left: 3em;
}

.label-center {
	display: block;
	position: absolute;
	width: 148px;
	height: 24px;
	background-color: #C5A047;
	color: white;
	border-radius: 8px;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 11px;
	font-weight: 600;
	line-height: 12px;
	padding: 0 3px;
	text-transform: uppercase;
	position: absolute;
	z-index: 5;
	left: 15px;
}

.order-count {
	position: absolute;
	left: -3.5%;
	z-index: 5;
	color: rgb(197, 160, 71, 0.5);
	font-size: 35px;
	font-weight: 700;
}

.offer-logo {
	max-width: 210px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	/* border-radius: 0px 0px 0px 30px; */
	width: 100%;
	background: linear-gradient(357deg, #8b5cf678 0%, rgba(28, 6, 15, 0.00) 85%);
	mix-blend-mode: plus-lighter;
}

.offer-logo img {
	width: 100%;
	max-width: 170px;
	max-height: 80px;
}

.offer-message {
	width: 194px;
	margin-bottom: 10px;
	text-align: center;
}

.offer-message .welcome-1 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	text-transform: capitalize;
}

.offer-message .welcome-2 {
	color: #fff;
	font-size: 13px;
	text-transform: capitalize;
}

.offer-message .welcome-3 {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
}

.hidden-payment {
	display: none;
}

.show-more-btn {
	cursor: pointer;
	color: white;
	text-decoration: underline;
	margin-top: 2px;
	font-size: 12px;
	text-align: center;
	width: 100%;
}

.offer-payment {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	padding-top: 5px;
}

.offer-payment img {
	margin: 1px 1px 4px 1px;
}

.offers-cover-desktop .offer-payment {
	max-width: 200px;
}

.offers-cover-desktop .offer-payment img {
	max-width: 20px;
}

.show-more-btn button {
	font-size: 12px;
	width: 25px;
	font-weight: 500;
	line-height: 15px;
	color: #c88c16;
	background-color: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
}

.score,
.votes {
	color: #00ff28;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 5px;
}

.score span {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 13px;
	border-radius: 2em;
}

.votes span {
	color: #fff;
	font-size: 11px;
}

.stars-container {
	position: relative;
	display: inline-block;
	font-size: 20px;
	color: transparent;
	margin: 0.5rem;
}

.stars-container:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "★★★★★";
	color: #d3d3d3;
}

.stars-container:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "★★★★★";
	color: #e8c534;
	overflow: hidden;
	width: var(--star-width, 0);
}

.star-100:after {
	width: 100%;
}

.star-90:after {
	width: 90%;
}

.star-80:after {
	width: 80%;
}

.star-70:after {
	width: 70%;
}

.star-60:after {
	width: 60%;
}

.star-50:after {
	width: 50%;
}

.star-40:after {
	width: 40%;
}

.star-30:after {
	width: 30%;
}

.star-20:after {
	width: 20%;
}

.star-10:after {
	width: 10%;
}

.star-0:after {
	width: 0%;
}

.offer-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.offers-cover-desktop .offer-buttons {
	min-width: 207px;
}

.offer-buttons a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-right: 30px;
}

.offer-buttons .get-bonus {
	width: 156px;
	height: 40px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(160deg, #9a65ed 0%, #6b6ecb 100%);
	border-radius: 8px;
	transition: all 0.2s linear;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	text-align: center;
	text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
	font-family: Raleway;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: 24px;
	text-transform: uppercase;
}

.offers-cover-desktop .offer-buttons .get-bonus {
	margin-bottom: 10px;
	margin-top: 10px;
}

.offer-buttons .get-bonus:hover {
	background-color: #f0b954;
}

.offer-buttons .visit-site {
	color: #f0b954;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	display: none;
}

.offer-buttons .visit-site:hover {
	text-decoration-line: underline;
}

.offer-bottom {
	width: 99%;
	position: absolute;
	bottom: -23px;
	padding-top: 2px;
}

.offer-bottom .terms {
	color: #cbc8d4;
	text-align: center;
	font-size: 10px;
	font-weight: 300;
	line-height: 12px;
	width: 100%;
	margin: 5px 0;
	text-align: right;

}

.offer-rate {
	margin-left: 23px;
	padding-top: 1em;
}

.payment-section {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Min Deposit Styles */
.min-deposit {
	text-align: center;
	color: white;
	font-size: 15px;
	max-width: 77%;
}

.min-deposit__text {
	color: rgba(255, 255, 255, 0.6);
}

.minDepositBackground {
	width: 13%;
	height: 53%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	background: rgba(139, 92, 246, 0.09);
	margin-left: 17px;
}

/* Offer Type Title */
.offer-type-title {
	margin: 20px 0;
	padding: 10px 15px;
	font-size: 1.5rem;
	font-weight: bold;
	color: white;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	text-transform: capitalize;
	text-align: center;
}

/* Mobile Offers Styles */
.offers-cover-mobile {
	display: none;
	justify-content: space-between;
	flex-direction: column;
}

.offers-cover-mobile .offer-cover {
	height: auto;
	background-color: linear-gradient(180deg, #06263c 0%, #061e2d 100%);
	border: 1px solid #c5a047;
	margin-bottom: 15px;
}

.offers-cover-mobile .left-side,
.offers-cover-mobile .right-side {
	width: 50%;
	margin: 0;
	min-height: 194px;
	padding: 10px;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
}

.left-side {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	height: 100%;
}

.right-side {
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
	height: 100%;
}

.left-side img {
	width: 100%;
	max-width: 150px;
}

.offers-cover-mobile .stars-container {
	margin: 5px 0;
	font-size: 26px;
}

.offers-cover-mobile .offer-payment {
	max-width: 180px;
	margin-top: 10px;
	justify-content: center;
}

.offers-cover-mobile .offer-payment img {
	width: 26px;
}

.offers-cover-mobile .show-more-btn {
	text-align: center;
	width: auto;
}

.offers-cover-mobile .offer-buttons {
	margin-top: 20px;
}

.offers-cover-mobile .offer-buttons .get-bonus,
.offers-cover-mobile .offer-buttons .visit-site {
	margin-right: 0;
	width: 100%;
	text-align: center;
}

.offers-cover-mobile .offer-buttons .get-bonus {
	width: 220px;
	height: 55px;
}

.offers-cover-mobile .right-side {
	justify-content: center;
}

.offers-cover-mobile .offer-bottom {
	margin: 0;
	bottom: -27px;
}

.left-side .min-deposit {
	font-size: 13px;
	font-weight: bold;
}

.left-side-bottom {
	display: flex;
	flex-direction: row-reverse;
	gap: 12px;
	align-items: center;
	margin-bottom: 8px;
}

.scoretext {
	color: white;
	font-size: 12px;
	text-align: center;
}

.leftsidecolum1 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

/* Border Colors for Specific Offers */
.offers-cover-desktop .offer-cover:first-child,
.offers-cover-mobile .offer-cover:first-child {
	border-color: #4C1D95;
}

.offers-cover-desktop .offer-cover:nth-child(2),
.offers-cover-mobile .offer-cover:nth-child(2) {
	border-color: #A855F7;
}

.offers-cover-desktop .offer-cover:nth-child(3),
.offers-cover-mobile .offer-cover:nth-child(3) {
	border-color: #C084FC;
}

.offer-cover:nth-child(1) .label-center {
	background-color: #4C1D95;
}

.offer-cover:nth-child(2) .label-center {
	background-color: #A855F7;
}

.offer-cover:nth-child(3) .label-center {
	background-color: #C084FC;
}

#age-gate-overlay {
	z-index: 999;
}

.box-shadow-popup {
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;	
}



/* Media Queries */
@media screen and (max-width: 900px) {
	.offer-logo {
		max-width: 180px;
	}

	.offer-payment img {
		margin: 0 3px 1px 0;
		width: 22%;
	}
}

@media screen and (max-width: 840px) {
	.table {
		display: none;
	}

	.offers-cover-desktop {
		display: none;
	}

	.offers-cover-mobile {
		display: flex;
	}

	.offers-cover-mobile .offer-buttons {
		margin-top: 12px;
	}

	.offers-cover-mobile .visit-site {
		display: none;
	}

	.offers-cover-mobile .offer-payment {
		max-width: 300px;
		margin-top: 0;
	}

	.offers-cover-mobile .left-side img {
		width: auto;
		max-width: 200px;
		max-height: 90px;
	}

	.offers-cover-mobile .stars-container {
		margin: 5px 0;
		font-size: 26px;
	}

	.offers-cover-mobile .left-side a {
		display: flex;
		max-width: 165px;
		width: 100%;
		min-height: 100px;
		justify-content: center;
		align-items: center;
	}

	.offers-cover-mobile .left-side {
		border-radius: 0px 0px 30px 30px;
	}
}

@media screen and (max-width: 680px) {
	.offers-cover-mobile .left-side img {
		width: auto;
		max-width: 100%;
		max-height: 70px;
	}

	.offers-cover-mobile .offer-payment img {
		width: 22px;
	}

	.offers-cover-mobile .offer-buttons .get-bonus {
		width: 180px;
		height: 40px;
		margin-bottom: 10px;
	}

	.score,
	.votes {
		margin-bottom: 0;
	}

	.offers-cover-mobile .offer-cover {
		margin-bottom: 20px;
	}
	.bottom-popup {
	flex-direction: column;
}
}

@media screen and (max-width: 480px) {
	.offers-cover-mobile .stars-container {
		margin: 0;
		font-size: 18px;
	}

	.offers-cover-mobile .offer-payment {
		margin-top: 5px;
		margin-right: 0;
	}

	.offers-cover-mobile .offer-buttons .get-bonus {
		width: 100%;
		min-width: 130px;
		height: 36px;
		font-size: 14px;
	}

	.score,
	.votes {
		font-size: 12px;
	}

	.score span {
		font-size: 18px;
	}

	.offers-cover-mobile .left-side {
		justify-content: space-around;
		min-height: 194px;
	}

	.votes span {
		font-size: 12px;
	}

	.offer-bottom .terms {
		margin: 5px auto 0;
		width: 97%;
		font-size: 8px;
	}

	.offer-buttons .visit-site {
		line-height: 18px;
	}

	.offer-message .welcome-3 {
		font-size: 15px;
	}

	.left-side .min-deposit {
		font-size: 11px;
	}

	.score span {
		font-size: 14px;
	}

	.offers-cover-mobile .offer-cover {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 380px) {

	.offers-cover-mobile .left-side,
	.offers-cover-mobile .right-side {
		padding: 10px 5px 5px;
	}

	.offer-message .welcome-2 {
		font-size: 13px;
	}

	.offer-message .welcome-1 {
		font-size: 14px;
	}
}