@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--color-primary: #579CFF;
	--color-1: #F7C028;
	--color-2: #FFAA2E;
	--color-3: #FFBDAD;
	--color-4: #FF7555;
	--color-5: #B1D1FF;
	--color-6: #3ACCC5;

	--color-black: #1D1D1B;
	--color-gray: #ECEDF7;

	--font-brand: "Poppins", serif;

	--bs-border-radius: 1.875rem;
	--bs-border-width: 2px;
}

body {
	background-color: var(--color-gray);
	font-family: var(--font-brand);
}

btn {
	align-items: center;
	display: flex;
}

footer {
	background-color: var(--color-black);
	color: #fff;
	font-size: .8125rem;
}	

footer a {
	color: #fff;
	text-decoration: none;
}

footer hr {
	left: 0;
	margin: 0;
	position: absolute;
	width: 100%;
}

footer .row {
	margin-bottom: 2rem;
}

footer .row:nth-of-type(2) {
	margin-top: 2rem;
}

h2,
.h1 {
	font-weight: bold;
	text-align: center;
}

header,
#prizes {
	background: #69C9C4;
	background: linear-gradient(180deg,rgba(105, 201, 196, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

header .btn img {
	height: 1.5rem;
}

header p {
	font-size: 1.2rem;
}

header .brand-logo {
	height: 6rem;
}

header .img-container {
	position: relative;
}

header .img-container a {
	position: absolute;
	bottom: 2rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: fit-content;
}

hr {
	background-color: var(--color-black);
}

img.bordered {
	border-width: 3px;
}

p {
	font-size: 1rem;
}

section {
	scroll-margin-top: 8rem; /* adjust this to match your navbar height */
}

section#contactUs {
	scroll-margin-top: 15rem;
}

section#games {
	scroll-margin-top: 3rem;
}

small {
	font-size: .5em;
}
 
span.plus-icon {
	align-items: center;
	aspect-ratio: 1 / 1;
	display: flex;
	height: 2rem;
	justify-content: center;
	margin: auto;
}

.btn {
	--bs-btn-padding-x: 1.875rem;	
}

.btn-primary {
	--bs-btn-border-color: var(--color-black);
    --bs-btn-color: var(--color-black);
    --bs-btn-bg: var(--color-primary);
    --bs-btn-border-color: var(--color-primary);
    --bs-btn-hover-color: var(--color-black);;
    --bs-btn-hover-bg: #3D8CFF;
    --bs-btn-hover-border-color: #377FE6;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: var(--color-black);
    --bs-btn-active-bg: #3376D6;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--color-black);;
    --bs-btn-disabled-bg: var(--color-primary);
    --bs-btn-disabled-border-color: var(--color-primary);
	font-weight: 700;
}

.bordered,
.btn,
.form-control,
#contactForm {
	border: 2px solid var(--color-black);
	border-radius: var(--bs-border-radius);
}

.bg-1 {
	background-color: var(--color-1);
}

.bg-3 {
	background-color: var(--color-3);
}

.bg-6 {
	background-color: var(--color-6);
}

.card {
	padding-top: 3rem;
	position: relative;
}

.card-title {
	font-size: 1.25rem;
	line-height: 1.2em;
}

.container {
	max-width: min(100%, min(90%, 1170px));
}

.form-floating label {
	color: var(--color-black);
	font-weight: 600;
}

.hr-decoration,
#games img:first-of-type {
	margin-top: -5rem;
	position: relative;
	/* height: 8rem; */
	height: 9.25rem;
	z-index: 2;
}

.h1 {
	font-size: 1.5rem;
	line-height: 1.3em;
}

.navbar	{
	--bs-navbar-padding-y: 2rem;
	--bs-navbar-padding-x: 2rem;
	--bs-navbar-nav-link-padding-x: 1rem;
}

.navbar a {
	color: var(--color-black);
	font-size: 1rem;
	text-decoration: none;
}

.navbar a:hover {
	color: var(--color-4);
}

.navbar-brand {
	text-transform: uppercase;
}

.navbar-brand img {
	height: 2.5rem;
}

.pb-6 {
	padding-bottom: 3rem;
}

.pt-6 {
	padding-top: 3rem;
}

.py-6 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.quote-container {
	margin: 8rem 1.5rem;
	padding: 3rem 2rem;
	position: relative;
}

.quote-container::after {
	left: -1.5rem;
	top: -3rem;
}

.quote-container::after,
.quote-container::before {
	background-image: url("../images/quote-icon.png");
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	height: 6rem;
	width: 6rem;
}

.quote-container::before {
	right: -1.5rem;
	bottom: -3rem;
	transform: rotate(180deg);
}

.ratio-4x5 {
	aspect-ratio: 4 / 5;
}

.w-fit {
	width: fit-content;
}

#benefits {
	font-size: 1.5rem;
	font-weight: bold;
}

#benefits .plus-icon {
	height: 3rem;
	width: 3rem;
}

#carouselBrands .carousel-indicators {
	gap: 1rem;
	margin-top: 2rem;
	position: relative;
}

#carouselBrands .carousel-indicators button {
	background-color: var(--color-3);
	border: 3px solid var(--color-black);
	opacity: 1;
	height: 1rem;
	width: 1rem;
}

#carouselBrands .carousel-indicators button.active {
	background-color: var(--color-4);
}

#carouselBrands .carousel-item-content {
	display: grid;
	column-gap: 2rem;
	flex: 0 0 100%; /* take full width */
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	row-gap: 2rem;
}

#carouselBrands .carousel-item-content .brand {
	align-items: center;
	aspect-ratio: 1/1;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	object-fit: contain;
	overflow: hidden;
	padding: 1rem;
	width: auto;
}

#carouselBrands .carousel-item-content .brand.circular-brand {
	padding: 0;
}

#carouselBrands .carousel-item-content .brand img {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}

#contactForm {
	background-color: var(--color-2);
	padding: 2rem 1.125rem;
}

#contactForm textarea {
	height: 100px;
}

#contactUs {
	background-color: var(--color-6);
	padding: 4rem 0;
	position: relative;
	text-align: center;
}

#contactUs::after {
	content: "";
	background-image: url("../images/urkah-coin-star.png");
	background-size: contain;
	background-repeat: no-repeat;
	top: -3rem;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	position: absolute;
	width: 6rem;
	height: 6rem;
	z-index: 1;
}

#contactUs .h1 {
	margin-bottom: 2rem;
}

#contactUs h3 {
	margin-bottom: 3rem;
}

#dashboard,
#howItWorks {
	background: #69C9C4;
	background: linear-gradient(0deg,rgba(105, 201, 196, 1) -20%, rgba(255, 255, 255, 0) 40%);
}

#dashboard p:not(.h1) {
	font-size: 1.5rem;
}

#feedback {
	background: #69C9C4;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%,  rgba(105, 201, 196, 1) 40%, rgba(255, 255, 255, 0) 100%);
	padding-bottom: 6rem;
}

#feedback hr,
#games hr {
	margin-top: 8rem;
}

#feedback .news-card-container {
	position: relative;
	width: calc(100% - 1rem);
}

#feedback .news-card-container::before {
	content: "";
	background-color: var(--color-5);
	border: 2px solid var(--color-black);
	border-radius: var(--bs-border-radius);
	bottom: -1rem;
	left: 1rem;
	position: absolute;
	right: -1rem;
	top: 1rem;
	z-index: 0;
}

#feedback .col-12:nth-child(2) .news-card-container::before {
	background-color: var(--color-primary);
}

#feedback .card .card-footer {
	border-top: none;
}

#feedback .card .card-footer a {
	color: var(--color-black);
	text-decoration: none;
}

#feedback .card .card-header {
	align-items: center;
	border-bottom: 2px solid var(--color-black);
	display: flex;
	height: 8rem;
}

#help {
	color: var(--color-6);
	padding: 1rem unset .5rem;
}

#help a {
	color: #848484;
}

#mainMenu {
	background: #69C9C4;
}

#howItWorks {
	background: #69C9C4;
	background: linear-gradient(0deg,rgba(105, 201, 196, 1) 0%, rgba(255, 255, 255, 0) 40%);
	padding-bottom: 3rem;
}

#howItWorks .card {
	margin-top: 3rem;
}

#howItWorks .card::after{
	background-image: url("../images/step-1.png");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 4rem;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -2rem;
	width: 4rem;
	z-index: 1;
}

#howItWorks [class*="col-"]:nth-child(2) .card::after {
	background-image: url("../images/step-2.png");
}

#howItWorks [class*="col-"]:nth-child(3) .card::after {	
	background-image: url("../images/step-3.png");
}	

#howItWorks .sectors-container {
	display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
	font-size: .8rem;
	line-height: 1em;
}

#howItWorks #claim {
	padding: 2rem 2rem;
}

#howItWorks #claim p {
	margin: 0;
}

#pricing {
	background-color: var(--color-6);
	padding: 4rem 0;
}

#pricing .btn {
	margin: auto;
	width: fit-content;
}

#pricing .row {
	--bs-gutter-x: 3.5rem;
}

#pricing .subtitle {
	font-size: 1.5rem;
}

#pricing .card {
	border-radius: .875rem;
}

#pricing .card p {
	line-height: 1.2em;
}

#pricing .card-header {
	background-color: var(--color-2);
	border-radius: .875rem;
	outline: 2px solid var(--color-black);
}

#prizes .img-container {
	position: relative;
}

#prizes .overlay {
	background-color: rgba(97, 61, 122, .54);
	bottom: 1rem;
	border-radius: var(--bs-border-radius);
	padding: 1rem 2rem;
	color: #fff;
	height: fit-content;
	left: 0.5rem;
	position: absolute;
	right: 0.5rem;
	text-align: center;
	z-index: 1;
}


@media (min-width: 1024px) {
	#carouselBrands .carousel-item-content {
		grid-template-columns: repeat(5, 1fr);
	}
}

@media (min-width: 1200px) {	
	h2 {
		font-size: 2.5rem;
	}

	h3 {
		font-size: 1.875rem; 
		font-weight: 400;
	}

	header p {
		font-size: 1.875rem;
	}

	p {
		font-size: 1.25rem;
	}

	.card-title {
		font-size: 1.625rem;
		line-height: 1.2em;
	}

	.h1 {
		font-size: 2.5rem;
	}

	.pb-6 {
		padding-bottom: 6rem;
	}

	.pt-6 {
		padding-top: 6rem;
	}

	.py-6 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	#benefits {
		font-size: 2.1875rem;
	}

	#benefits .plus-icon {
		height: 4rem;
		width: 4rem;
	}


	#contactForm {
		padding: 3.75rem 3.125rem 2rem;
	}

	#contactUs {
		padding: 8rem 0;
	}

	#contactUs::after {
		top: -6rem;
		height: 12rem;
		width: 12rem;
	}

	#contactUs h1 {
		margin-bottom: 3.25rem;
	}

	#dashboard p:not(.h1) {
		font-size: 1.875rem;
	}

	#feedback {
		padding-bottom: 12rem;
	}

	#feedback .news-card-container,
	#feedback .news-card-container .card,
	#pricing .card {
		height: 100%;
	}

	#howItWorks .card {
		height: calc(100% - 3rem);
	}

	#howItWorks .sectors-container {
		font-size: 1rem;
		gap: 5rem;
	}

	#howItWorks #claim {
		padding: 3rem 6rem;
	}

	#pricing {
		padding: 8rem 0;
	}

	#pricing .subtitle {
		font-size: 1.875rem;
	}
}